From f499e888aef01f86f83aea691b01865d189b4fdf Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Thu, 18 Sep 2025 12:14:39 +0100 Subject: [PATCH] [mod] update --- bundles/grammar/XQuery-40.ebnf | 4 +- bundles/grammar/function-catalog.xml | 35785 ++++++++++++++++++ bundles/grammar/xq4.java | 296 +- docs/metaModel.json | 14835 ++++++++ docs/notes.md | 13 + package.json | 2 +- scripts/update-sources.xq | 24 + webapp/custom/xq4.jar | Bin 104227 -> 104061 bytes webapp/static/clients/codemirror/grail.css | 42 +- webapp/static/clients/codemirror/grail.html | 194 +- webapp/static/clients/codemirror/script.js | 14 +- 11 files changed, 50989 insertions(+), 220 deletions(-) create mode 100644 bundles/grammar/function-catalog.xml create mode 100644 docs/metaModel.json create mode 100644 scripts/update-sources.xq diff --git a/bundles/grammar/XQuery-40.ebnf b/bundles/grammar/XQuery-40.ebnf index a6d62d8..63d2664 100644 --- a/bundles/grammar/XQuery-40.ebnf +++ b/bundles/grammar/XQuery-40.ebnf @@ -1,6 +1,6 @@ /* XQuery 4.0: An XML Query Language * version https://qt4cg.org/specifications/xquery-40/ - * extracted from https://qt4cg.org/specifications/xquery-40/xquery-40.html on Tue Aug 26, 2025, 12:54 (UTC+02) + * extracted from https://qt4cg.org/specifications/xquery-40/xquery-40.html on Tue Sep 16, 2025, 21:52 (UTC+02) * with references to https://www.w3.org/TR/REC-xml/ resolved and inlined * with references to https://www.w3.org/TR/REC-xml-names/ resolved and inlined * reordered into depth-first order @@ -888,7 +888,7 @@ PositionalArgumentList LookupExpr ::= PostfixExpr Lookup MethodCall - ::= PostfixExpr '?>' NCName PositionalArgumentList + ::= PostfixExpr '=?>' NCName PositionalArgumentList FilterExprAM ::= PostfixExpr '?[' Expr ']' AxisStep ::= ( AbbreviatedStep | FullStep ) Predicate* diff --git a/bundles/grammar/function-catalog.xml b/bundles/grammar/function-catalog.xml new file mode 100644 index 0000000..73a983c --- /dev/null +++ b/bundles/grammar/function-catalog.xml @@ -0,0 +1,35785 @@ + + + + <PurchaseOrder> <line-item> + <description>Large widget</description> <price>8.95</price> + <quantity>5.0</quantity> </line-item> <line-item> + <description>Small widget</description> <price>3.99</price> + <quantity>2.0</quantity> </line-item> <line-item> + <description>Tiny widget</description> <price>1.49</price>a + <quantity>805</quantity> </line-item> + </PurchaseOrder> + + + + + + + + + +

This record type represents the components of a URI.

+
+ + +

The original URI. This element is returned by fn:parse-uri, + but ignored by fn:build-uri.

+
+
+ + +

The URI scheme (e.g., “https” or “file”).

+
+
+ + +

The URI is an absolute URI.

+
+
+ + +

Whether the URI is hierarchical or not.

+
+
+ + +

The authority portion of the URI (e.g., “example.com:8080”).

+
+
+ +

Any userinfo that was passed as part of the authority.

+
+ +

The host passed as part of the authority (e.g., “example.com”).

+
+ +

The port passed as part of the authority (e.g., “8080”).

+
+ +

The path portion of the URI.

+
+ +

Any query string.

+
+ +

Any fragment identifier.

+
+ +

Parsed and unescaped path segments.

+
+ +

Parsed and unescaped query key-value pairs.

+
+ +

The path of the URI, treated as a filepath.

+
+
+ + + +

This record type represents the properties of a simple or complex type in a schema.

+
+ + +

The name of the type. Empty in the case of an anonymous type. Corresponds to + {name} and + {target namespace} + in the XSD component model for simple and complex type + components.

+
+
+ + +

True for a simple type, false for a complex type.

+
+
+ + +

Function item returning the base type (the type from which this type is derived by restriction + or extension). The function is always present, and returns an empty sequence + in the case of the type xs:anyType. Corresponds to the + {base type definition} property + in the XSD component model.

+ +
+
+ + +

For an atomic type, a function item returning the primitive type from which this + type is ultimately derived. Corresponds to the + {primitive type definition} in the XSD + component model for simple types. Absent if the type is non atomic, or if it is + the simple type xs:anyAtomicType. If this is a primitive type, the + function item is idempotent.

+
+
+ + +

For a simple type, one of "atomic", "list", or "union", corresponding to the + {variety} of the simple type in the XSD component model. For a complex type, one of + "empty", "simple", "element-only", or "mixed", + corresponding to the {content type}.{variety} + of the complex type in the XSD component model. The value is absent in cases where the + {variety} in the XSD component model is absent, for example + for the type xs:anySimpleType.

+
+
+ + +

For a simple type with variety "union", a function that returns a sequence of + records representing the member types of the union, in order, corresponding to the + {member type definitions} + property in the XSD component model. + For a simple type with variety "list", + a function that returns a record representing the item type of the list type, corresponding to + the {item type definition} property in the XSD component model. In all other cases, absent.

+
+
+ + +

For a complex type with variety "simple" (that is, a complex type with simple content), + a function that returns a record representing the relevant simple type, corresponding to + the {content type}.{simple type definition} + property in the XSD complex type component. + In all other cases, absent.

+
+
+ + +

For a , + a function item that can be called to establish whether the supplied atomic item + is an instance of this type. In all other cases, absent.

+
+
+ + +

For a simple type, a function item that can be used to construct instances of this type. In the case of a named + type that is present in the dynamic context, the result is the same function as returned by + fn:function-lookup applied to the type name (with arity one). + For details see + and . + Constructor function items are also available for + anonymous types, and for types that might not be present in the dynamic context. + The field is absent for complex types and for the abstract types xs:anyAtomicType, + xs:anySimpleType, and + xs:NOTATION. It is also absent for all types. +

+
+
+ +
+ + + +

This record type is used to hold the result of the fn:load-xquery-module function.

+
+ + +

This map (V ) contains one entry for each public + global variable declared in the library module. The key of the + entry is the name of the variable, as an xs:QName + value; the associated value is the value of the variable.

+
+
+ + +

This map (F ) contains one entry for each distinct QName + Q that represents the name of a public and non-external + function declared in the library module. The key of the entry is + Q, as an xs:QName value; the associated value + is a map A. This map (A) contains one entry for + each arity N within the arity range of any of the function + declarations with the given name; its key is N, as an + xs:integer value, and its associated value is a function + item obtained as if by evaluating a named function reference + Q#N, using the static and dynamic context of the call on + fn:load-xquery-module. The function item can be invoked + using the rules for dynamic function invocation.

+
+
+
+ + + + + + + +

This record type is used to hold the result of the fn:parse-csv function.

+
+ + +

This entry holds a sequence of strings containing column names. + The content depends on the setting of the header + entry in $options:

+ + +

With "header":false() (which is the default), + the value of this entry is an empty sequence.

+

With "header":true(), the value is a sequence + of strings taken from the first row of the data. The strings have + leading and trailing whitespace trimmed, regardless of the value of the + trim-whitespace option. The sequence + of strings will potentially be truncated if the number-of-columns + option is specified, and it will potentially be reordered if the + filter-columns option is specified. Any strings that are + zero-length or duplicated are retained as-is.

+
+

If the value of the header option is a sequence + of strings, then the value is taken from the supplied sequence.

+

The order of names is not adjusted based on the + select-columns + option; the supplied list of names is expected to refer to columns + in the result, not to columns in the input.

+
+
+
+ + + +

This entry holds a map from column names (as strings) to + column positions (as 1-based positive integers). + The content depends on the setting of the header + entry in $options:

+ + +

With "header":false() (which is the default), + the value of this entry is an empty map.

+

With "header":true(), the map + contains entries based on the contents of the first row of the data. + The strings have + leading and trailing whitespace trimmed, regardless of the value of the + trim-whitespace option. Any string appearing in the header + row that is non-zero-length and is not equal (using codepoint collation) to + any previous string appearing in the header results in an entry + pairing that string to its 1-based position in the header row.

+

If the select-columns + option is present then the entries are adjusted (or removed) to + reflect their position in the adjusted data rows.

+ + + +
+

If the value of the header option is a + sequence of strings, then the map contains entries based on the supplied value. + Any string appearing in the option value that is non-zero-length and + is not equal (using codepoint collation) to + any previous string results in an entry + pairing that string to its 1-based position in the sequence. +

+

The allocation of column numbers is not adjusted based on the + select-columns + option; the supplied list of names is expected to refer to columns + in the result, not to columns in the input.

+
+
+
+
+ +

This entry is a sequence of arrays of strings, holding the parsed + rows of the CSV data. The format is the same as the result of the + fn:csv-to-arrays function, except that the first row + is omitted in the case where the header + option is true. If there are no data rows in the CSV, the + value will be an empty sequence.

+
+ +

A function providing ready access to a given field in a given + row. The get function has signature:

+ function($row as xs:positiveInteger, $column as (xs:positiveInteger | xs:string)) as xs:string +

The function takes two arguments: the first is an + integer giving the row number (1-based), the second + identifies a column either by its name or by its 1-based + position.

+ +

Except in error cases (described below), + the function call $csv?get($R, $C), where $C + is an integer, returns the value of $csv?rows[$R] => array:get($C, ""), + and the function call $csv?get($R, $K), where $K + is a string, returns the value of $csv?get($R, $csv?column-index($K)).

+ +

The properties of the function are as follows:

+ + + +

Absent

+
+ + +

(xs:positiveInteger, (xs:positiveInteger | xs:string)) => xs:string

+
+ + +

None

+
+ + +

As described in the specification above

+
+ + +

A dynamic error occurs if the + supplied $key is a string and does not occur in the map of column + names.

+
+ + + +

The function returns a field in the result.

+

The first argument $row selects a row within the sequence of rows + returned as rows by position (one-based). If the value is out of range for the number + of rows returned, the get function returns a zero-length + string.

+

The second argument $col may be either an integer or a string.

+

If $col is an integer then it selects a field within the + selected row by position (one-based). If the value is out of range for the number + of fields in the selected row, the get function returns a zero-length + string.

+

If $col is a string, the string is mapped to an integer using the + map in the returned column-index. If the string is not present + in this map, then an error is raised . The resulting + integer is then used as if it were supplied as $col directly.

+ +
+
+
+
+
+
+ + + + + + + +

This record type is used to represent the result of a call on + the fn:random-number-generator function.

+
+ +

An xs:double greater than or equal + to zero (0.0e0), and less than one (1.0e0).

+
+ + +

A zero-arity function that can be called to return another random number + generator.

+

The properties of this function are as follows:

+ + +

name: absent

+
+ +

parameter names: ()

+
+ +

signature: () => random-number-generator-record

+
+ +

non-local variable bindings: none

+
+ +

implementation: implementation-dependent

+
+
+
+
+ + +

A function with arity 1 (one), which takes an arbitrary sequence + as its argument, and returns a random permutation of that sequence.

+

The properties of this function are as follows:

+ + +

name: absent

+
+ +

parameter names: "arg"

+
+ +

signature: (item()*) => item()*

+
+ +

non-local variable bindings: none

+
+ +

body: implementation-dependent

+
+
+
+
+
+ + + + + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the name of a node, as an xs:QName.

+
+ +

If the argument is omitted, it defaults to the context value (.).

+

If $node is the empty sequence, the empty sequence is returned.

+

Otherwise, the function returns the result of the dm:node-name accessor as + defined in (see ).

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error .

+
+ +

If the context value is not an instance of the sequence type node()?, + type error .

+
+
+ +
+ +

For element and attribute nodes, the name of the node is returned as an + xs:QName, retaining the prefix, namespace URI, and local part.

+

For processing instructions, the name of the node is returned as an + xs:QName in which the prefix and namespace URI are absent.

+

For a namespace node, the function returns an empty sequence if the node represents the + default namespace; otherwise it returns an xs:QName in which prefix and + namespace URI are absent and the local + part is the namespace prefix being bound.

+

For all other kinds of node, the function returns the empty sequence.

+
+ + +

One

+

Two

+ Three + +]]> +
+ + + node-name($e//*[@id = 'alpha']) + QName("", "p") + + + node-name($e//*[@id = 'gamma']) + QName("http://example.com/ns", "p") + + + node-name($e//*[@id = 'delta']) + QName("http://example.com/ns", "ex:p") + + + node-name($e//processing-instruction()) + QName("", "pi") + + + node-name($e//*[@id = 'alpha']/text()) + () + + + node-name($e//*[@id = 'alpha']/@id) + QName("", "id") + + + node-name($e//*[@id = 'alpha']/@xml:id) + #xml:id + + +
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns information about the type of a value, as a string.

+
+ +

The function returns a string, whose lexical form will always match + the grammar of SequenceType, representing a sequence type that matches + $value.

+

If $value is the empty sequence, the function returns the string "empty-sequence()".

+

Otherwise, the returned string is the concatenation of:

+ +

A string representing the distinct item types that are present in $value, + formed as follows:

+ +

For each item in $value, construct a string representing its item type + as described below.

+

Eliminate duplicate strings from this list by applying the fn:distinct-values + function, forming a sequence of strings $ss.

+

If $ss contains only one string, use that string.

+

Otherwise, return the result of the expression `({ fn:string-join($ss, "|") })`.

+
+
+

An occurrence indicator: absent if $value contains exactly one item, or + "+" if it contains more than one item.

+
+

The string representing the type of an individual item J is constructed as follows:

+ +

If J is an , the result is one of the following + strings, determined by the node kind of the node (see ):

+

+ "document-node()" + "element()" + "attribute()" + "text()" + "processing-instruction()" + "comment()" + "namespace-node()" +

+
+

If J is a , the result is in + the form jnode(T), where T is the result of + applying the type-of function to the ·content· property of J.

+
+ +

If J is an atomic item, the result is a string chosen as follows:

+ +

Let T be the type denoted by the type annotation of J.

+

If T is an anonymous type, set T to the base type of T, and + repeat until a type is reached that is not anonymous.

+

If the name of T is in the namespace http://www.w3.org/2001/XMLSchema, + return the string "xs:local" where local is the local part of the + name of T.

+

Otherwise, return the name of T in the form of a + URIQualifiedName (that is, "Q{uri}local", + or "Q{}local" if the name is in no namespace).

+
+
+

If J is a function item:

+ +

If J is an array, return "array(*)".

+

If J is a map, return "map(*)".

+

Otherwise, return "function(*)".

+
+
+
+
+ + +

If the $value argument is omitted and the context value is absent, the function raises + type error .

+ +
+ +

In general, an item matches more than one type, and there are cases where there is no single matching type that + is more specific than all the others. This is especially true with functions, maps, and arrays. This function therefore + selects one of the types that matches the item, which is not necessarily the most specific type.

+ +

This function should not be used as a substitute for an instance of test. The precise type annotation + of the result of an expression is not always predictable, because processors are free to deliver a more specific type + than is mandated by the specification. For example, if $n is of type xs:positiveInteger, + then the result of abs($n) is guaranteed to be an instance of xs:integer, but an + implementation might reasonably return the supplied value unchanged: that is, a value whose actual type + annotation is xs:positiveInteger. Similarly the type annotation of the value returned by + position() might be xs:long rather than xs:integer.

+ +

Implementations should, however, refrain from exposing types that are purely internal. + For example, an implementation might have an optimized internal representation for strings consisting entirely + of ASCII characters, or for single-character strings; if this is the case then the type annotation returned by this function + should be a user-visible supertype such as xs:string.

+
+ + + +

One

+

Two

+ Three + +]]> +
+ + + type-of($e//*[@id = 'alpha']) + "element()" + + + type-of($e//*) + "element()+" + + + type-of($e//@id[. = 'gamma']) + "attribute()" + + + type-of($e//node()[. = '3.14159']) + "processing-instruction()" + + + type-of($e//no-such-node) + "empty-sequence()" + + + type-of($e/child::node()) + "(element()|processing-instruction())+" + + + type-of(1) + "xs:integer" + + + type-of(1 to 5) + "xs:integer+" + + + type-of((1, 1.2, 2)) + "(xs:integer|xs:decimal)+" + + + type-of([ 1, 2, 3 ]) + "array(*)" + + + type-of({ 'a': 1 }) + "map(*)" + + + type-of(type-of#1) + "function(*)" + + + type-of(jnode([])) + "jnode(array(*))" + + +
+ +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + + +

Returns true for an element that is nilled.

+
+ +

If the argument is omitted, it defaults to the context value (.). The + behavior of the function if the argument is omitted is exactly the same as if the + context value had been passed as the argument.

+

If $node is the empty sequence, the function returns the empty sequence.

+

Otherwise the function returns the result of the dm:nilled accessor as + defined in (see ).

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type node()?, type error .

+
+
+ +
+ +

If $node is not an element node, the function returns the empty + sequence.

+

If $node is an untyped element node, the function returns false.

+

In practice, the function returns true only for an element node that has + the attribute xsi:nil="true" and that is successfully validated against a + schema that defines the element to be nillable; the detailed rules, however, are defined + in .

+
+
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the value of $value represented as an xs:string.

+
+ +

In the zero-argument version of the function, $value defaults to the context + value. That is, calling fn:string() is equivalent to calling + fn:string(.).

+

If $value is the empty sequence, the function returns the zero-length + string.

+ +

If $value is an , + the function returns the string value of the node, as obtained using the + dm:string-value accessor defined in (see ).

+ +

If $value is a , + the function returns the result of string(jnode-content($value)). + This will fail in the case where jnode-content($value) is a map or an array.

+ +

If $value is an atomic item, the function returns the result of the expression $value cast + as xs:string (see ).

+ +

In all other cases, a dynamic error occurs (see below).

+ + +
+ + +

The following errors may be raised when $value is omitted:

+ + +

If the context value is absent, + type error .

+
+ +

If the context value is not an instance of the sequence type item()?, type error .

+
+
+

A type error is raised if + $value is a function item (this includes maps and arrays).

+
+ +

Every node has a string value, even an element with element-only + content (which has no typed value). Moreover, casting an atomic item to a string always + succeeds. Functions, maps, and arrays have no string value, so these + satisfy the type signature but cause failure. Applying the string + function to a JNode succeeds if the JNode wraps a simple value such as a string, number, + or boolean, or if it wraps an XNode, but it fails in the case where the JNode wraps a map + or an array.

+
+ + + + string(23) + "23" + + + string(false()) + "false" + + + string("Paris") + "Paris" + + + string((1, 2, 3)) + + + + string([ [ 1, 2 ], [ 3, 4 ] ]) + + + + string(abs#1) + + + + string({"x": [10, 20, 30]} / x / *[3]) + "30" + + + There lived a hobbit.]]> + + + + string($para) + "There lived a hobbit." + + + +
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the result of atomizing a sequence. This process flattens arrays, and replaces + nodes by their typed values.

+
+ +

If the argument is omitted, it defaults to the context value (.). The + behavior of the function if the argument is omitted is exactly the same as if the + context value had been passed as the argument.

+

The result of fn:data is the sequence of atomic items produced by + applying the following rules to each item in $input:

+ + +

If the item is an atomic item, it is appended to the result sequence.

+
+ +

If the item is an , + the typed value of the node is appended to the result + sequence. The typed value is a sequence of zero or more atomic items: + specifically, the result of the dm:typed-value accessor as defined in + (See ).

+
+ +

If the item is a , + the atomized value of its ·content· property is appended to + the result sequence.

+
+ +

If the item is an array, the result of applying fn:data to + each member of the array, in order, is appended to the result sequence.

+
+
+
+ +

A type error is raised if an item in the + sequence $input is a node that does not have a typed value.

+

A type error is raised if an item in + the sequence $input is a function item other than + an array.

+

A type error is raised + if $input is omitted and the context value is + absent.

+
+ +

The process of applying the fn:data function to a sequence is referred to + as atomization. In many cases an explicit call on fn:data is + not required, because atomization is invoked implicitly when a node or sequence of nodes + is supplied in a context where an atomic item or sequence of atomic items is + required.

+

The result of atomizing an empty sequence is an empty sequence.

+

The result of atomizing an empty array is an empty sequence.

+
+ + + + data(123) + 123 + + + data((123, 456)) + 123, 456 + + + data([ [ 1, 2 ], [ 3, 4 ] ]) + 1, 2, 3, 4 + + + + There lived a hobbit.]]> + + + + data($para) + xs:untypedAtomic("There lived a hobbit.") + + + data($para/term/@author) + xs:untypedAtomic("Tolkien") + + + data(abs#1) + + + + +
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the base URI of a node.

+
+ + +

The zero-argument version of the function returns the base URI of the context node: it + is equivalent to calling fn:base-uri(.).

+

The single-argument version of the function behaves as follows:

+ +

If $node is the empty sequence, the function returns the empty + sequence.

+ +

Otherwise, the function returns the value of the dm:base-uri accessor + applied to the node $node. This accessor is defined, for each kind of + node, in the XDM specification (See ).

+
+

As explained in XDM, document, element and processing-instruction nodes have a + base-uri property which may be empty. The base-uri property for all other node kinds is + the empty sequence. The dm:base-uri accessor returns the base-uri property of a node if + it exists and is non-empty; otherwise it returns the result of applying the dm:base-uri + accessor to its parent, recursively. If the node does not have a parent, or if the + recursive ascent up the ancestor chain encounters a parentless node whose base-uri + property is empty, the empty sequence is returned. In the case of namespace nodes, + however, the result is always an empty sequence — it does not depend on the base URI of + the parent element.

+ + +

See also fn:static-base-uri.

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type node()?, type error .

+
+
+
+
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the URI of a resource where a document can be found, if available.

+
+ +

If the argument is omitted, it defaults to the context value (.). The + behavior of the function if the argument is omitted is exactly the same as if the + context value had been passed as the argument.

+

If $node is the empty sequence, the function returns the empty sequence.

+

If $node is not a document node, the function returns the empty + sequence.

+

Otherwise, the function returns the value of the document-uri accessor + applied to $node, as defined in (See + ).

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type node()?, type error .

+
+
+ +
+ +

In the 3.1 version of this specification, it was mandated that two distinct documents could + not have the same document-uri property: more specifically, it was guaranteed that for any document node + $D, either document-uri($D) would be absent, or doc(document-uri($D)) + would return $D.

+ +

For various reasons, this constraint has proved impractical. Different parts of an application + may read the same external resource in different ways, for example with or without validation or + whitespace stripping, leading to different document nodes derived from the same external + resource having the same document-uri property. In addition, the specification + explicitly allows implementations, at user request, to relax the requirements for determinism + of resource access functions, which makes it possible for multiple calls of functions such as + fn:doc, fn:json-doc, or fn:collection to return + different results for the same supplied URI.

+ +

Although the uniqueness of the document-uri property is no longer + an absolute constraint, it is still desirable that implementations should where possible + respect the principle that URIs are usable as identifiers for resources.

+ +

In the case of a document node $D returned by the fn:doc + function, it will generally be the case that fn:document-uri($D) returns a URI $U + such that a call on fn:doc($U) in the same dynamic context will return the same document + node $D. The URI $U will not necessarily be the same URI that was originally + passed to the fn:doc function, since several URIs may identify the same resource.

+ + +

It is recommended that implementations of fn:collection + should ensure that any documents included in the returned collection, if they have a non-empty + fn:document-uri property, should be such that a call on fn:doc supplying this URI + returns the same document node.

+ + + +
+ + +

The constraints on the result of the function have been relaxed.

+
+
+
+ + + + + + + + + + nondeterministic + context-independent + focus-independent + + +

Calling the fn:error function raises an application-defined error.

+
+ +

This function never returns a value. Instead it always raises an error. The effect of + the error is identical to the effect of dynamic errors raised implicitly, for example + when an incorrect argument is supplied to a function.

+

The parameters to the fn:error function supply information that is + associated with the error condition and that is made available to a caller that asks for + information about the error. The error may be caught either by the host language (using + a try/catch construct in XSLT or XQuery, for example), or by the calling application or + external processing environment. The way in which error information is returned to the + external processing environment is implementation-dependent.

+ +

There are three pieces of information that may be associated with an error.

+ + +

The $code is an error code that distinguishes this error from others. + It is an xs:QName; the namespace URI conventionally identifies the + component, subsystem, or authority responsible for defining the meaning of the + error code, while the local part identifies the specific error condition. The + namespace URI http://www.w3.org/2005/xqt-errors is used for errors + defined in this specification; other namespace URIs may be used for errors defined + by the application.

+

If the external processing environment expects the error code to be returned as a + URI or a string rather than as an xs:QName, then an error code with + namespace URI NS and local part LP will be returned in + the form NS#LP. The namespace URI part of the error code should + therefore not include a fragment identifier.

+

If no value is supplied for the $code argument, or if the value supplied + is an empty sequence, + the effective value of the error code is fn:QName('http://www.w3.org/2005/xqt-errors', 'err:FOER0000').

+
+ +

The $description is a natural-language description of the error + condition.

+

If no value is supplied for the $description + argument, or if the value supplied + is an empty sequence, then the + effective value of the description is implementation-dependent.

+
+ +

The $value is an arbitrary value used to convey additional + information about the error, and may be used in any way the application + chooses.

+

If no value is supplied for the $value + argument or if the value supplied + is an empty sequence, then the + effective value of the error object is implementation-dependent.

+
+
+ + + +
+ +

This function always raises a dynamic error. By default, it raises

+
+ +

The value of the $description parameter may need to be localized.

+

Since the function never returns a value, the declared return type of item()* + is a convenient fiction. It is relevant insofar as a function item such as error#1 + may (as a consequence of function coercion) be supplied in contexts where a function with a more specific + return type is required.

+

Any QName may be used as an error code; there are no reserved names or namespaces. The + error is always classified as a dynamic error, even if the error code used is one that + is normally used for static errors or type errors.

+
+ + + + error() + + This returns the URI + http://www.w3.org/2005/xqt-errors#FOER0000 (or the corresponding + xs:QName) to the external processing environment, unless the error + is caught using a try/catch construct in the host language. + + + + + error( + QName('http://www.example.com/HR', 'myerr:toohighsal'), + 'Salary is too high' +) + + This returns http://www.example.com/HR#toohighsal and the + xs:string + "Salary is too high" (or the corresponding + xs:QName) to the external processing environment, unless the error + is caught using a try/catch construct in the host language. + + + + + +

All three arguments are now optional, and each argument can be set + to an empty sequence. Previously if $description was supplied, it could not be empty.

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Provides an execution trace intended to be used in debugging queries.

+
+ +

The function returns $input, unchanged.

+

In addition, the values of $input, typically serialized and converted + to an xs:string, and $label (if supplied + and non-empty) may + be output to an destination.

+

Any serialization of the implementation’s trace output must not raise an error. + This can be achieved (for example) by using a serialization method that can handle + arbitrary input, such as the adaptive output method (see + ).

+

The format of the trace output and its order are + . Therefore, the order in which the output + appears is not predictable. This also means that if dynamic errors occur + (whether or not they are caught using try/catch), it may be unpredictable whether + any output is reported before the error occurs.

+
+ +

If the trace information is unrelated to a specific value, + fn:message can be used instead.

+
+ + +

Consider a situation in which a user wants to investigate the actual value passed to + a function. Assume that in a particular execution, $v is an + xs:decimal with value 124.84. + Writing fn:trace($v, 'the value of $v is:') will return $v. + The processor may output "124.84" and + "the value of $v is:" to an destination.

+
+ +

The following two XPath expressions are identical, but only the second provides trace + feedback to the user:

+ + +

//book[xs:decimal(@price) gt 100]

+
+ +

//book[xs:decimal(@price) gt 100] => trace('books more expensive than €100:')

+
+
+ +
+
+ + +

The $label argument can now be set + to an empty sequence. Previously if $label was supplied, it could not be empty.

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Outputs trace information and discards the result.

+
+ +

Similar to fn:trace, the values of $input, + typically serialized and converted to an xs:string, and $label + (if supplied and non-empty) may be output to an + destination.

+

In contrast to fn:trace, the function returns an empty sequence.

+

Any serialization of the implementation’s log output must not raise an error. + This can e.g. be achieved by using a serialization method that can handle arbitrary + input, such as the .

+

The format of the log output and its order are + . Therefore, the order in which the output + appears is not predictable. This also means that if dynamic errors occur + (whether or not they are caught using try/catch), it may be unpredictable whether + any output is logged before the error occurs.

+
+ +

The function can be used for debugging. It can also be helpful in productive + environments, e.g. to store dynamic input and evaluations to log files.

+
+ + +

The following two XPath expressions are identical, but only the second logs any + feedback:

+ + +

//book[xs:decimal(@price) lt 1000]

+
+ +

//book[if (xs:decimal(@price) lt 1000) then true() else message(@price, @title || ' is unexpectedly expensive: ')]

+
+
+ +
+
+ +

New in 4.0

+
+
+ + + + + + + + + Defines the semantics of the + operator when + applied to two numeric values + +

Returns the arithmetic sum of its operands: ($arg1 + $arg2).

+
+ +

General rules: see .

+
+ +

For xs:float or xs:double values, if one of the operands is a + zero or a finite number and the other is INF or -INF, + INF or -INF is returned. If both operands are + INF, INF is returned. If both operands are + -INF, -INF is returned. If one of the operands is + INF and the other is -INF, NaN is + returned.

+
+
+ + + + + + + + Defines the semantics of the - operator when + applied to two numeric values. + +

Returns the arithmetic difference of its operands: ($arg1 - $arg2).

+
+ +

General rules: see .

+
+ +

For xs:float or xs:double values, if one of the operands is a + zero or a finite number and the other is INF or -INF, an + infinity of the appropriate sign is returned. If both operands are INF or + -INF, NaN is returned. If one of the operands is + INF and the other is -INF, an infinity of the appropriate + sign is returned.

+
+
+ + + + + + + + Defines the semantics of the * operator when + applied to two numeric values. + +

Returns the arithmetic product of its operands: ($arg1 * $arg2).

+
+ +

General rules: see .

+
+ +

For xs:float or xs:double values, if one of the operands is a + zero and the other is an infinity, NaN is returned. If one of the operands + is a non-zero number and the other is an infinity, an infinity with the appropriate sign + is returned.

+
+
+ + + + + + + + Defines the semantics of the div operator when + applied to two numeric values. + +

Returns the arithmetic quotient of its operands: ($arg1 div $arg2).

+
+ +

General rules: see .

+

As a special case, if the types of both $arg1 and $arg2 are + xs:integer, then the return type is xs:decimal.

+ +
+ +

A dynamic error is raised for xs:decimal + and xs:integer operands, if the divisor is (positive or negative) zero.

+
+ +

For xs:float and xs:double operands, floating point division + is performed as specified in . A positive number divided by + positive zero returns INF. A negative number divided by positive zero + returns -INF. Division by negative zero returns -INF and + INF, respectively. Positive or negative zero divided by positive or + negative zero returns NaN. Also, INF or -INF + divided by INF or -INF returns NaN.

+
+ +
+ + + + + + + + Defines the semantics of the idiv operator when + applied to two numeric values. + +

Performs an integer division.

+
+ +

General rules: see .

+ +

If $arg2 is INF or -INF, and $arg1 + is not INF or -INF, then the result is zero.

+ +

Otherwise, subject to limits of precision and overflow/underflow conditions, the result + is the largest (furthest from zero) xs:integer value $N such + that the following expression is true:

+ + abs($N * $arg2) le abs($arg1) and +compare($N * $arg2, 0) eq compare($arg1, 0). + +

The second term in this condition ensures that the result has the correct sign.

+
+

The implementation may adopt a different algorithm provided that it is equivalent to + this formulation in all cases where implementation-dependent or implementation-defined behavior does not affect the outcome, for example, + the implementation-defined precision of the result of xs:decimal + division.

+
+ +

A dynamic error is raised if the divisor is (positive + or negative) zero.

+

A dynamic error is raised if either operand is + NaN or if $arg1 is INF or + -INF.

+
+ +

Except in situations involving errors, loss of precision, or overflow/underflow, the + result of $a idiv $b is the same as ($a div $b) cast as + xs:integer.

+

The semantics of this function are different from integer division as defined in + programming languages such as Java and C++.

+
+ + + + op:numeric-integer-divide(10, 3) + 3 + + + + + op:numeric-integer-divide(3, -2) + -1 + + + + + op:numeric-integer-divide(-3, 2) + -1 + + + + + op:numeric-integer-divide(-3, -2) + 1 + + + + + op:numeric-integer-divide(9.0, 3) + 3 + + + + + op:numeric-integer-divide(-3.5, 3) + -1 + + + + + op:numeric-integer-divide(3.0, 4) + 0 + + + + + op:numeric-integer-divide(3.1E1, 6) + 5 + + + + + op:numeric-integer-divide(3.1E1, 7) + 4 + + + +
+ + + + + + + + Defines the semantics of the mod operator when + applied to two numeric values. + +

Returns the remainder resulting from dividing $arg1, the dividend, by + $arg2, the divisor.

+
+ +

General rules: see .

+

The operation a mod b for operands that are xs:integer or + xs:decimal, or types derived from them, produces a result such that + (a idiv b) * b + (a mod b) is equal to a and the magnitude of + the result is always less than the magnitude of b. This identity holds even + in the special case that the dividend is the negative integer of largest possible + magnitude for its type and the divisor is -1 (the remainder is 0). It follows from this + rule that the sign of the result is the sign of the dividend.

+ +

For xs:float and xs:double operands the following rules + apply:

+ + +

If either operand is NaN, the result is NaN.

+
+ +

If the dividend is positive or negative infinity, or the divisor is positive or + negative zero (0), or both, the result is NaN.

+
+ +

If the dividend is finite and the divisor is an infinity, the result equals the + dividend.

+
+ +

If the dividend is positive or negative zero and the divisor is finite, the result + is the same as the dividend.

+
+ +

In the remaining cases, where neither positive or negative infinity, nor positive + or negative zero, nor NaN is involved, the result obeys (a idiv + b)*b+(a mod b) = a. + + Division is truncating division, analogous to integer division, not rounding division i.e. additional digits are truncated, + not rounded to the required precision.

+
+
+
+ +

A dynamic error is raised for xs:integer + and xs:decimal operands, if $arg2 is zero.

+
+ + + + op:numeric-mod(10, 3) + 1 + + + + + op:numeric-mod(6, -2) + 0 + + + + + op:numeric-mod(4.5, 1.2) + 0.9 + + + + + op:numeric-mod(1.23E2, 0.6E1) + 3.0E0 + + + +
+ + + + + + + Defines the semantics of the unary + operator + applied to a numeric value. + +

Returns its operand with the sign unchanged: (+ $arg).

+
+ +

General rules: see .

+

The returned value is equal to $arg, and is an instance of + xs:integer, xs:decimal, xs:double, or + xs:float depending on the type of $arg.

+
+ +

Because coercion rules are applied in the normal way, the unary + + operator can be used to force conversion of an untyped node to a + number: the result of +@price is the same as xs:double(@price) + if the type of @price is xs:untypedAtomic.

+
+
+ + + + + + + Defines the semantics of the unary - operator when + applied to a numeric value. + +

Returns its operand with the sign reversed: -$arg.

+
+ +

General rules: see .

+

The returned value is an instance of xs:integer, xs:decimal, + xs:double, or xs:float depending on the type of + $arg.

+

For xs:integer and xs:decimal arguments, 0 and + 0.0 return 0 and 0.0, respectively. For + xs:float and xs:double arguments, NaN returns + NaN, 0.0E0 returns -0.0E0 and vice versa. + INF returns -INF. -INF returns + INF.

+
+
+ + + + + + + + Defines the semantics of + the eq operator when applied to two numeric values, and is also used in defining the + semantics of ne, le and ge. + +

Returns true if and only if the value of $arg1 is equal to the value of + $arg2.

+
+ +

General rules: see and .

+
+ +

For xs:float and xs:double values, positive zero and negative + zero compare equal. INF equals INF and -INF + equals -INF. If $arg1 or $arg2 is + NaN, the function returns false.

+
+
+ + + + + + + + Defines the semantics of the + lt operator when applied to two numeric values, and is also used in defining the + semantics of le, gt, and ge. + +

Returns true if and only if $arg1 is numerically less than + $arg2.

+
+ +

General rules: see and .

+
+ +

For xs:float and xs:double values, positive infinity is + greater than all other non-NaN values; negative infinity is less than all + other non-NaN values. Positive and negative zero compare equal. + If $arg1 or $arg2 is + NaN, the function returns false.

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the absolute value of $value.

+
+ +

General rules: see .

+

If $value is negative the function returns -$value, otherwise it + returns $value.

+

For the four types xs:float, + xs:double, xs:decimal and xs:integer, it is + guaranteed that if the type of $value is an instance of type T then + the result will also be an instance of T. The result may + also be an instance of a type derived from one of these four by restriction. For example, if + $value is an instance of xs:positiveInteger then the value of + $value + may be returned unchanged.

+

For xs:float and xs:double arguments, if the argument is + positive zero or negative zero, then positive zero is returned. If the argument is + positive or negative infinity, positive infinity is returned.

+
+ + + + abs(10.5) + 10.5 + + + + + abs(-10.5) + 10.5 + + + + + abs(-math:log(0)) + xs:double('INF') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Rounds $value upwards to a whole number.

+
+ +

General rules: see .

+

The function returns the smallest (closest to negative infinity) number with no + fractional part that is not less than $value.

+

For the four types xs:float, + xs:double, xs:decimal and xs:integer, it is + guaranteed that if the type of $value is an instance of type T then + the result will also be an instance of T. The result may + also be an instance of a type derived from one of these four by restriction. For example, if + $value is an instance of xs:decimal then the result may + be an instance of xs:integer.

+

For xs:float and xs:double arguments, if the argument is + positive zero, then positive zero is returned. If the argument is negative zero, then + negative zero is returned. If the argument is less than zero and greater than -1, + negative zero is returned. If the argument is positive or negative infinity, + the value of the argument is returned.

+
+ + + + ceiling(10.5) + 11 + + + + + ceiling(-10.5) + -10 + + + + + ceiling(math:log(0)) + -xs:double('INF') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Rounds $value downwards to a whole number.

+
+ +

General rules: see .

+

The function returns the largest (closest to positive infinity) number with no + fractional part that is not greater than $value.

+

For the four types xs:float, + xs:double, xs:decimal and xs:integer, it is + guaranteed that if the type of $value is an instance of type T then + the result will also be an instance of T. The result may + also be an instance of a type derived from one of these four by restriction. For example, if + $value is an instance of xs:decimal then the result may + be an instance of xs:integer.

+

For xs:float and xs:double arguments, if the argument is + positive zero, then positive zero is returned. If the argument is negative zero, then + negative zero is returned. If the argument is positive or negative infinity, + the value of the argument is returned.

+ +
+ + + + floor(10.5) + 10 + + + + + floor(-10.5) + -11 + + + + + math:log(0) => floor() + -xs:double('INF') + + + +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Rounds a value to a specified number of decimal places, with control over how the rounding + takes place.

+
+ +

General rules: see .

+

The function returns a value that is close to $value + and that is a multiple of ten to the power of minus + $precision. The default value of $precision + is zero, in which case the function returns a whole number (but not necessarily + an xs:integer).

+ +

The detailed way in which rounding is performed depends on the value of + $mode, as follows. Here L + means the highest multiple of ten to the power + of minus $precision that is less than or equal to $value, + U means the lowest multiple of ten to the power + of minus $precision that is greater than or equal to $value, + N means the multiple of ten to the power + of minus $precision that is numerically closest to $value, + and midway means that $value is equal to the arithmetic + mean of L and U.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Rounding Modes
Rounding ModeMeaning

'floor'

Returns L.

'ceiling'

Returns U.

'toward-zero'

Returns L if $value is positive, otherwise U.

'away-from-zero'

Returns U if $value is positive, otherwise L

'half-to-floor'

Returns N, unless midway, in which case L.

'half-to-ceiling'

Returns N, unless midway, in which case U. This is the default.

'half-toward-zero'

Returns N, unless midway, in which case it + returns L if $value is positive, otherwise U.

'half-away-from-zero'

Returns N, unless midway, in which case it + returns U if $value is positive, otherwise L.

'half-to-even'

Returns N, unless midway, in which case it + returns whichever of L and U has a last significant + digit that is even.

+ + +

For the four types xs:float, + xs:double, xs:decimal and xs:integer, it is + guaranteed that if the type of $value is an instance of type T then + the result will also be an instance of T. The result may + also be an instance of a type derived from one of these four by restriction. For example, if + $value is an instance of xs:decimal and $precision is + less than one, then the result may + be an instance of xs:integer.

+

If the second argument is omitted or is an empty sequence, + the function produces the same result as when + $precision = 0 (that is, it rounds to a whole number).

+

When $value is of type xs:float and xs:double:

+ + +

If $value is NaN, positive or negative zero, or positive or negative + infinity, then the result is the same as the argument.

+
+ +

For other values, the argument is cast to xs:decimal using an + implementation of xs:decimal that imposes no limits on the number of + digits that can be represented. The function is applied to this + xs:decimal value, and the resulting xs:decimal is + cast back to xs:float or xs:double as appropriate to + form the function result. If the resulting xs:decimal value is zero, + then positive or negative zero is returned according to the sign of + $value.

+
+
+ +

There may be limits on the precision + available. If the requested $precision is outside this range, it should + be adjusted to the nearest value supported by the implementation.

+ +
+ +

This function is typically used with a non-zero $precision in financial + applications where the argument is of type xs:decimal. For arguments of + type xs:float and xs:double the results may be + counter-intuitive. For example, consider round(35.425e0, 2). The result is + not 35.43, as might be expected, but 35.42. + This is because the xs:double written as 35.425e0 + has an exact value equal to 35.42499999999..., which is closer to + 35.42 than to 35.43.

+

The call round($v, 0, "floor") is equivalent to floor($v).

+

The call round($v, 0, "ceiling") is equivalent to ceiling($v).

+

The call round($v, $p, "half-to-even") is equivalent to round-half-to-even($v, $p).

+
+ + + + round(2.5) + 3.0 + + + + + round(2.4999) + 2.0 + + + + + round(-2.5) + -2.0 + + + + + round(1.125, 2) + 1.13 + + + + + round(8452, -2) + 8500 + + + + + round(3.1415e0, 2) + 3.14e0 + + + + + math:log(0) => round() + -xs:double('INF') + + + + + round(1.7, 0, "floor") + 1 + + + round(-1.7, 0, "floor") + -2 + + + round(1.7, 0, "ceiling") + 2 + + + round(-1.7, 0, "ceiling") + -1 + + + round(1.7, 0, "toward-zero") + 1 + + + round(-1.7, 0, "toward-zero") + -1 + + + round(1.7, 0, "away-from-zero") + 2 + + + round(-1.7, 0, "away-from-zero") + -2 + + + round(1.125, 2, "half-to-floor") + 1.12 + + + round(-1.125, 2, "half-to-floor") + -1.13 + + + round(1.125, 2, "half-to-ceiling") + 1.13 + + + round(-1.125, 2, "half-to-ceiling") + -1.12 + + + round(1.125, 2, "half-toward-zero") + 1.12 + + + round(-1.125, 2, "half-toward-zero") + -1.12 + + + round(1.125, 2, "half-away-from-zero") + 1.13 + + + round(-1.125, 2, "half-away-from-zero") + -1.13 + + + round(1.125, 2, "half-to-even") + 1.12 + + + round(-1.125, 2, "half-to-even") + -1.12 + + + + + +

A third argument has been added, providing control over the rounding mode.

+
+ +

It is explicitly stated that the limits for $precision + are implementation-defined.

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Rounds a value to a specified number of decimal places, rounding to make the last digit + even if two such values are equally near.

+
+ +

General rules: see .

+

The function returns the nearest (that is, numerically closest) value to + $value that is a multiple of ten to the power of minus + $precision. If two such values are equally near (e.g. if the fractional + part in $value is exactly .500...), the function returns the one whose least + significant digit is even.

+

For the four types xs:float, + xs:double, xs:decimal and xs:integer, it is + guaranteed that if the type of $value is an instance of type T then + the result will also be an instance of T. The result may + also be an instance of a type derived from one of these four by restriction. For example, if + $value is an instance of xs:decimal and $precision + is less than one, then the result may + be an instance of xs:integer.

+

If the second argument is omitted or an empty sequence, + the function produces the same result as the two-argument version with + $precision = 0.

+

For arguments of type xs:float and xs:double:

+ + +

If the argument is NaN, positive or negative zero, or positive or + negative infinity, then the result is the same as the argument.

+
+ +

In all other cases, the argument is cast to xs:decimal using an + implementation of xs:decimal that imposes no limits on the number of digits that + can be represented. The function is applied to this xs:decimal value, + and the resulting xs:decimal is cast back to xs:float or + xs:double as appropriate to form the function result. If the + resulting xs:decimal value is zero, then positive or negative zero is + returned according to the sign of the original argument.

+
+
+ +

There may be limits on the precision + available. If the requested $precision is outside this range, it should + be adjusted to the nearest value supported by the implementation.

+ +
+ +

This function is typically used in financial applications where the argument is of type + xs:decimal. For arguments of type xs:float and + xs:double the results may be counter-intuitive. For example, consider + round-half-to-even(xs:float(150.015), 2). + The result is not 150.02 as might be expected, but 150.01. + This is because the conversion of the + xs:float value represented by the literal 150.015 to an + xs:decimal produces the xs:decimal + value 150.014999389..., which is closer to + 150.01 than to 150.02.

+

From 4.0, the effect of this function can also be achieved by + calling fn:round with the third argument set to "half-to-even".

+
+ + + + round-half-to-even(0.5) + 0.0 + + + + + round-half-to-even(1.5) + 2.0 + + + + + round-half-to-even(2.5) + 2.0 + + + + + round-half-to-even(3.567812e+3, 2) + 3567.81e0 + + + + + round-half-to-even(4.7564e-3, 2) + 0.0e0 + + + + + round-half-to-even(35612.25, -2) + 35600 + + + + + math:log(0) => round-half-to-even() + -xs:double('INF') + + + + + +

It is explicitly stated that the limits for $precision + are implementation-defined.

+
+
+
+ + + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Divides one xs:decimal by another to a defined precision, returning + both the quotient and the remainder.

+
+ +

The function returns a record with two fields:

+ + +

quotient is the xs:decimal value + furthest from zero such that:

+ +

quotient is an exact multiple of ten to the power + of minus $precision;

+

the absolute value of quotient + multipled by $divisor is less than or equal to the absolute + value of $value;

+

the sign of quotient is the same as the sign + of op:numeric-divide($value, $divisor).

+
+
+ +

remainder is the exact result of subtracting quotient + multiplied by $divisor from $value.

+
+
+ +

There may be limits on the precision + available. If the requested $precision is outside this range, it should + be adjusted to the nearest value supported by the implementation.

+ +
+ +

A dynamic error is raised + if $divisor is zero.

+
+ + + + + divide-decimals(120.6, 60.3, 4) + { "quotient": 2, "remainder": 0 } + + + divide-decimals(10, 3) + { "quotient": 3, "remainder": 1 } + + + divide-decimals(10, -3) + { "quotient": -3, "remainder": 1 } + + + divide-decimals(-10, 3) + { "quotient": -3, "remainder": -1 } + + + divide-decimals(-10, -3) + { "quotient": 3, "remainder": -1 } + + + divide-decimals(10, 3, 6) + { "quotient": 3.333333, "remainder": 0.000001 } + + + divide-decimals(100, 30) + { "quotient": 3, "remainder": 10 } + + + divide-decimals(150_862, 7, -3) + { "quotient": 21_000, "remainder": 3_862 } + + + + + +

New in 4.0.

+
+
+
+ + + + + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-independent + focus-independent + + +

Formats an integer according to a given picture string, using the conventions of a given + natural language if specified.

+
+ +

If $value is an empty sequence, the function returns a zero-length + string.

+

In all other cases, the $picture argument describes the format in which + $value is output.

+

The rules that follow describe how non-negative numbers are output. If the value of + $value is negative, the rules below are applied to the absolute value of + $value, and a minus sign is prepended to the result.

+ +

The value of $picture consists of the following, in order:

+ +

An optional radix, which is an integer in the range 2 to 36, written using ASCII + digits (0-9) without any leading zero;

+

A circumflex (^), which is present if the radix is present, and absent otherwise.

+

A circumflex is recognized as marking the presence of a radix only + if (a) it is immediately preceded by an integer + in the range 2 to 36, and (b) it is + followed (somewhere within the primary format token) by an "X" + or "x". In other cases, the circumflex is treated as a grouping separator. + For example, the picture 9^000 outputs the number + 2345 as "2^345", whereas 9^XXX outputs "3185". + This rule is to ensure backwards compatibility.

+
+

A primary format token. This is always present and + must not be zero-length.

+

An optional format modifier.

+

If the string contains one or more + semicolons then the last semicolon is taken as terminating the primary + format token, and everything that follows is taken as the format modifier; if the string + contains no semicolon then + the format modifier is taken to be absent (which is equivalent to supplying a + zero-length string).

+
+ + +

If a radix is present, then the primary format token must follow the + rules for a digit-pattern.

+ + +

The primary format token is classified as one of the following:

+ + +

A digit-pattern made up of optional-digit-signs, + mandatory-digit-signs, and grouping-separator-signs.

+ + + +

The optional-digit-sign is the character #.

+
+ +

If the radix is absent, then + a mandatory-digit-sign is a character in Unicode category Nd. All + mandatory-digit-signs within the format token + must be from the same digit family, where a digit + family is a sequence of ten consecutive characters in Unicode category Nd, + having digit values 0 through 9. + Within the format token, these digits are + interchangeable: a three-digit number may thus be indicated equivalently by + 000, 001, or 999.

+

If the primary format token contains at least one Unicode digit, + then the primary format token is taken + as a decimal digit pattern, and in this case it must match the + regular expression ^((\p{Nd}|#|[^\p{N}\p{L}])+?)$. If it contains a + digit but does not match this pattern, a dynamic error is raised .

+
+ +

If the radix (call it R) is + present (including the case where an explicit radix of 10 is used), then + the character used as the mandatory-digit-sign is either "x" + or "X". If any mandatory-digit-sign is upper-case "X", then all + mandatory-digit-signs must be upper-case "X". The digit family + used in the output comprises the first R characters of the + alphabet 0123456789abcdefghijklmnopqrstuvwxyz, but using upper-case + letters in place of lower-case if an upper-case "X" is used + as the mandatory-digit-sign.

+

In this case the primary format token must match the + regular expression ^(([Xx#]|[^\p{N}\p{L}])+?)$

+
+ +

a grouping-separator-sign is a non-alphanumeric character, that + is a character whose Unicode category is + other than Nd, Nl, No, Lu, Ll, + Lt, Lm or Lo.

+
+
+ + + + +

If a semicolon is to be used as a grouping separator, then the primary format + token as a whole must be followed by another semicolon, to ensure that the + grouping separator is not mistaken as a separator between the primary format + token and the format modifier.

+
+ + +

There must be at least one mandatory-digit-sign. + There may be zero or more optional-digit-signs, and (if present) these + must precede all mandatory-digit-signs. There may + be zero or more grouping-separator-signs. A + grouping-separator-sign + must not appear at the start or end of the + digit-pattern, nor adjacent to another + grouping-separator-sign.

+ +

The corresponding output is a number in the specified radix, using this digit family, with + at least as many digits as there are mandatory-digit-signs in the + format token. Thus:

+ +

A format token 1 generates the sequence 0 1 + 2 ... 10 11 12 ...

+

A format token 01 (or equivalently, + 00 or 99) generates the sequence 00 01 02 ... + 09 10 11 12 ... 99 100 101

+

A format token of U+0661 + generates the sequence ١ then ٢ + then ٣ ...

+

A format token of 16^xx generates the sequence 00 01 02 03 + ... 08 09 0a 0b 0c 0d 0e 0f 10 11 ...

+

A format token of 16^X generates the sequence 0 1 2 3 + ... 8 9 A B C D E F 10 11 ...

+
+ +

The grouping-separator-signs are handled as follows:

+ + + +

The position of + grouping separators within the format token, counting backwards from the last + digit, indicates the position of grouping separators to appear within the + formatted number, and the character used as the grouping-separator-sign + within the format token indicates the character to be used as the corresponding + grouping separator in the formatted number. +

+
+ +

More specifically, the position of a grouping separator is + the number of optional-digit-signs and mandatory-digit-signs appearing + between the grouping separator and the right-hand end of the primary format token.

+
+ +

Grouping separators are defined to be regular if the following conditions apply:

+ + +

There is at least one grouping separator.

+
+ +

Every grouping separator is the same character (call it C).

+
+ +

There is a positive integer G (the grouping size) such that:

+ + +

The position of every grouping separator is an integer multiple of G, and

+
+ +

Every positive integer multiple of G that is less than the number of + optional-digit-signs and mandatory-digit-signs in the primary format token + is the position of a grouping separator.

+
+
+
+
+
+ +

The grouping separator template is a (possibly infinite) set of (position, character) pairs.

+
+ +

If grouping separators are regular, then the grouping separator template contains one pair of the form (n×G, C) + for every positive integer n where G is the grouping size and C is the grouping character.

+
+ +

Otherwise (when grouping separators are not regular), the grouping separator template contains one pair of the form + (P, C) for every grouping separator found in the primary formatting token, where C is the grouping + separator character and P is its position.

+
+ + +

If there are no grouping separators, then the grouping separator template is an empty set.

+
+
+
+ + +

The number is formatted as follows:

+ + + +

Let S/1 be the result of formatting the supplied number + in the appropriate radix: + for radix 10 this will be the value obtained by casting + it to xs:string.

+
+ +

Let S/2 be the result of padding S/1 on the left with as many leading zeroes + as are needed to ensure that it contains at least as many digits as the number of mandatory-digit-signs + in the primary format token.

+
+ +

Let S/3 be the result of replacing all decimal digits (0-9) in S/2 with the corresponding + digits from the selected digit family. (This has no effect when the selected digit family uses ASCII digits (0-9), + which will always be the case if a radix is specified.)

+
+ +

Let S/4 be the result of inserting grouping separators into S/3: for every (position + P, character C) pair in the grouping separator template where P is less than the number + of digits in S/3, insert character C into S/3 at position P, counting from + the right-hand end.

+
+ +

Let S/5 be the result of converting S/4 into ordinal form, if an ordinal modifier + is present, as described below.

+
+ +

The result of the function is then S/5.

+
+
+ + +
+ + + + + +

The format token A, which generates the sequence A B C ... Z AA + AB AC....

+
+ +

The format token a, which generates the sequence a b c ... z aa + ab ac....

+
+ +

The format token i, which generates the sequence i ii iii iv v + vi vii viii ix x ....

+
+ +

The format token I, which generates the sequence I II III IV V + VI VII VIII IX X ....

+
+ +

The format token w, which generates numbers written as lower-case + words, for example in English, one two three four ... +

+
+ +

The format token W, which generates numbers written as upper-case + words, for example in English, ONE TWO THREE FOUR ... +

+
+ +

The format token Ww, which generates numbers written as title-case + words, for example in English, One Two Three Four ... +

+
+ +

Any other format token, which indicates a numbering sequence in which that token + represents the number 1 (one) (but see the note below). + + It is implementation-defined which + numbering sequences, additional to those listed above, are supported. If an + implementation does not support a numbering sequence represented by the given + token, it must use a format token of 1.

+ +

In some traditional numbering sequences additional signs are added to denote + that the letters should be interpreted as numbers, for example, in ancient Greek + U+0374 and sometimes U+0375. These should not be + included in the format token. +

+
+
+
+

For all format tokens other than a digit-pattern, there + may be implementation-defined lower and upper bounds on the range of numbers that + can be formatted using this format token; indeed, for some numbering sequences there may + be intrinsic limits. For example, the format token U+2460 has a range imposed by the Unicode character repertoire — zero to 20 + in Unicode versions prior to 3.2, or zero to 50 in subsequent versions. For the numbering + sequences described above any upper bound imposed by the implementation must + not be less than 1000 (one thousand) and any lower bound must not be + greater than 1. Numbers that fall outside this range must be + formatted using the format token 1.

+

The above expansions of numbering sequences for format tokens such as a and + i are indicative but not prescriptive. There are various conventions in + use for how alphabetic sequences continue when the alphabet is exhausted, and differing + conventions for how roman numerals are written (for example, IV versus + IIII as the representation of the number 4). Sometimes alphabetic + sequences are used that omit letters such as i and o. This + specification does not prescribe the detail of any sequence other than those sequences + consisting entirely of decimal digits.

+

Many numbering sequences are language-sensitive. This applies especially to the sequence + selected by the tokens w, W and Ww. It also + applies to other sequences, for example different languages using the Cyrillic alphabet + use different sequences of characters, each starting with the letter U+0410 . In such cases, the $language argument specifies which + language conventions are to be used. If the argument is specified, the value + should be either an empty sequence or a value that would be valid + for the xml:lang attribute (see ). Note that this + permits the identification of sublanguages based on country codes (from ISO 3166-1) as + well as identification of dialects and regions within a country.

+

The set of languages for which numbering is supported is implementation-defined. If the $language argument is absent, or is + set to an empty sequence, or is invalid, or is not a language supported by the + implementation, then the number is formatted using the default language from the dynamic + context.

+

The format modifier must be a string that matches the regular + expression ^([co](\(.+\))?)?[at]?$. That is, if it is present it must + consist of one or more of the following, in order:

+ + +

either c or o, optionally followed by a sequence of + characters enclosed between parentheses, to indicate cardinal or ordinal numbering + respectively, the default being cardinal numbering

+
+ +

either a or t, to indicate alphabetic or traditional + numbering respectively, the default being implementation-defined.

+
+
+

If the o modifier is present, this indicates a request to output ordinal + numbers rather than cardinal numbers. For example, in English, when used with the format + token 1, this outputs the sequence 1st 2nd 3rd 4th ..., and + when used with the format token w outputs the sequence first second + third fourth ....

+

The string of characters between the parentheses, if present, is used to select between + other possible variations of cardinal or ordinal numbering sequences. The interpretation + of this string is implementation-defined. No error occurs if the implementation does not + define any interpretation for the defined string.

+ + +

It is implementation-defined what + combinations of values of the format token, the language, and the cardinal/ordinal + modifier are supported. If ordinal numbering is not supported for the combination of the + format token, the language, and the string appearing in parentheses, the request is + ignored and cardinal numbers are generated instead.

+ +

The use of the a or t modifier disambiguates between numbering + sequences that use letters. In many languages there are two commonly used numbering + sequences that use letters. One numbering sequence assigns numeric values to letters in + alphabetic sequence, and the other assigns numeric values to each letter in some other + manner traditional in that language. In English, these would correspond to the numbering + sequences specified by the format tokens a and i. In some + languages, the first member of each sequence is the same, and so the format token alone + would be ambiguous. In the absence of the a or t modifier, the + default is implementation-defined.

+
+ +

A dynamic error is raised if the format token is + invalid, that is, if it violates any mandatory rules (indicated by an emphasized + must or required keyword in the above rules). + For example, the error is raised if the primary format token contains a digit but does + not match the required regular expression.

+
+ + + +

Note the careful distinction between conditions that are errors and conditions where + fallback occurs. The principle is that an error in the syntax of the format picture will + be reported by all processors, while a construct that is recognized by some + implementations but not others will never result in an error, but will instead cause a + fallback representation of the integer to be used.

+
+ +

The following notes apply when a digit-pattern is used:

+ + +

If grouping-separator-signs + appear at regular intervals within the format token, then the sequence is extrapolated to + the left, so grouping separators will be used in the formatted number at every + multiple of N. For example, if the format token is 0'000 + then the number one million will be formatted as 1'000'000, while the + number fifteen will be formatted as 0'015.

+
+ +

The only purpose of optional-digit-signs is to mark the position of + grouping-separator-signs. For example, if the format token is + #'##0 then the number one million will be formatted as + 1'000'000, while the number fifteen will be formatted as + 15. A grouping separator is included in the formatted number only + if there is a digit to its left, which will only be the case if either (a) the + number is large enough to require that digit, or (b) the number of + mandatory-digit-signs in the format token requires insignificant + leading zeros to be present.

+
+ +

Grouping separators are not designed for effects such as + formatting a US telephone number as (365)123-9876. In general they are not + suitable for such purposes because (a) only single characters are allowed, and (b) they + cannot appear at the beginning or end of the number.

+
+ +

Numbers will never be truncated. Given the digit-pattern + 01, the number three hundred will be output as 300, + despite the absence of any optional-digit-sign.

+
+ +
+
+ +

The following notes apply when ordinal numbering is selected using the o modifier.

+

In some languages, the form of numbers (especially ordinal numbers) varies depending + on the grammatical context: they may have different genders and may decline with the + noun that they qualify. In such cases the string appearing in parentheses after the + letter c or o may be used to indicate the variation of the + cardinal or ordinal number required.

+ +

The way in which the variation is indicated will depend on the conventions of the language.

+ +

For inflected languages that vary the ending of the word, the approach recommended + in the previous version of this specification was to indicate the required ending, + preceded by a hyphen: for example in German, appropriate values might be + o(-e), o(-er), o(-es), o(-en). +

+

Another approach, which might usefully be adopted by an implementation based on the + open-source ICU localization library , or any other library making use of the + Unicode Common Locale Data Repository , is to allow the value in parentheses + to be the name of a registered numbering rule set for the language in question, + conventionally prefixed with a percent sign: for example, + o(%spellout-ordinal-masculine), or c(%spellout-cardinal-year). +

+ +
+ +

The following notes apply when the primary format token is neither a digit-pattern + nor one of the seven other defined format tokens (A, a, i, I, w, W, Ww), but is an arbitrary token + representing the number 1:

+

Unexpected results may occur for traditional numbering. For example, in an + implementation that supports traditional numbering system in Greek, the example + format-integer(19, "α;t") might return δπιιιι or + ιθ, depending upon whether the ancient acrophonic or late antique + alphabetic system is supported.

+

Unexpected results may also occur for alphabetic numbering. For example, in an + implementation that supports alphabetic numbering system in Greek, someone + writing format-integer(19, "α;a") might expect the nineteenth Greek + letter, U+03C4, but the implementation might return the eighteenth one, + U+03C3, because the latter is the nineteenth item in the sequence of + lowercase Greek letters in Unicode (the sequence is interrupted because of the final + form of the sigma, U+03C2). Because Greek never had a final capital sigma, + Unicode has marked U+03A2, the eighteenth codepoint in the sequence of Greek capital + letters, as reserved, to ensure that every Greek uppercase letter is always 32 codepoints + less than its lowercase counterpart. Therefore, someone writing + format-integer(18, "Α;a") might expect the eighteenth Greek capital letter, + U+03A3, but an implementation might return U+03A2, + the eighteenth position + in the sequence of Greek capital letters, but unassigned to any character.

+
+
+ + +
+ + + + format-integer(123, '0000') + "0123" + + + +

format-integer(123, 'w') might return "one hundred and + twenty-three"

+
+ +

Ordinal numbering in Italian: The specification "1;o(-º)" with $language equal to + it, if supported, should produce the sequence:

+ 1º 2º 3º 4º ... +

The specification "Ww;o" with $language equal to + it, if supported, should produce the sequence:

+ Primo Secondo Terzo Quarto Quinto ... +
+ + + format-integer(21, '1;o', 'en') + "21st" + + + +

format-integer(14, 'Ww;o(-e)', 'de') might return + "Vierzehnte"

+
+ + + format-integer(7, 'a') + "g" + + + + + format-integer(27, 'a') + "aa" + + + + + format-integer(57, 'I') + "LVII" + + + + + format-integer(1234, '#;##0;') + "1;234" + + + + + format-integer(1234, '16^xxxx') + "04d2" + + + + + format-integer(1234, '16^X') + "4D2" + + + + + format-integer(12345678, '16^xxxx_xxxx') + "00bc_614e" + + + + + format-integer(12345678, '16^#_xxxx') + "bc_614e" + + + + + format-integer(255, '2^xxxx xxxx') + "1111 1111" + + + + + format-integer(1023, '32^XXXX') + "00VV" + + + + + format-integer(1023, '10^XXXX') + "1023" + + + + + format-integer(1023, '10^00') + "10^23" + + +
+ + +

The function has been extended to allow output in a radix other than 10, for example in hexadecimal.

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns a string containing a number formatted according to a given picture string + and decimal format.

+
+ +

The function formats $value as a string using the picture string specified by the + $picture argument and a decimal format.

+

The $value argument may be of any numeric data type + (xs:double, xs:float, xs:decimal, or their + subtypes including xs:integer). Note that if an xs:decimal is + supplied, it is not automatically converted to an xs:double, as such + conversion can involve a loss of precision.

+

If the supplied value of the $value argument is an empty sequence, the + function behaves as if the supplied value were the xs:double value + NaN.

+

If $options is absent, or if it is supplied as an empty sequence or an empty + map, then the number is formatted using the properties of the unnamed + decimal format in the static context.

+

For backwards compatibility reasons, the decimal format can be supplied as + an instance of xs:string. If the value of the $options + argument is an xs:string, then its value + must be a string which after removal of leading + and trailing whitespace is in the form of an EQName + as defined in the XPath 4.0 grammar, that is one of the following:

+ + +

A lexical QName, which is expanded using the statically known namespaces. + The default namespace is not used (no prefix means no namespace).

+
+ +

A URIQualifiedName using the syntax Q{uri}local, + where the URI can be zero-length to indicate a name in no namespace.

+
+
+

The effective value of the $options argument is then the map + { 'format-name': $FN } where $FN is the + xs:QName result of expanding this EQName.

+ +

The entries that may appear in the $options map are as follows. + The apply. The detailed rules + for the interpretation of each option appear later.

+

In the table, the type xs:string (: matching '.' :) + represents a single-character string, that is, a restriction of xs:string + with the facet pattern=".", while the type + xs:string (: matching '.|.:.*' :) indicates a string + that is either a single character, or a single character followed by U+003A + followed by an arbitrary string. Such a property identifies two values: a single + character called the marker, which is used to represent the property + in the picture string; and an arbitrary string called the rendition + which is used to represent in the property in the result string. In the absence of the colon + the single character value is used both as the marker and the rendition.

+

The default value for absent options (other than + format-name) is taken from a decimal format in the static context; the default + values shown in the table are the values used if no specific value is assigned in the + static context. +

+ + + + + The name of a decimal format in the static context; if absent, the unnamed + decimal format in the static context is used. An xs:NCName + represents the local part of an xs:QName in no namespace. + + (xs:NCName | xs:QName)? + () + + + The marker used to represent the decimal point + in the picture string, and the rendition of the decimal point + in the formatted number. + xs:string (: matching '.|.:.*' :) + "." + + + The marker used to separate groups of digits + in the picture string, and the rendition + of the grouping separator in the formatted number. + xs:string (: matching '.|.:.*' :) + "," + + + The marker used to separate the mantissa from the exponent + in scientific notation in the picture + string, and the rendition of the exponent separator + in the formatted number. + xs:string (: matching '.|.:.*' :) + "e" + + + The string used to represent the value positive or negative infinity + in the formatted number. + xs:string + "Infinity" + + + The string used as a minus sign in the formatted number if + there is no subpicture for formatting negative numbers. + xs:string + "-" + + + The string used to represent the value NaN + in the formatted number. + xs:string + "NaN" + + + The marker used to indicate the presence of a percent sign + in the picture string, and the rendition of the percent sign + in the formatted number. + xs:string (: matching '.|.:.*' :) + "%" + + + marker used to indicate the presence of a per-mille sign + in the picture string, and the rendition of the per-mille sign + in the formatted number. + xs:string (: matching '.|.:.*' :) + "‰" (0x2030) + + + Defines the characters used in the picture string to represent a mandatory digit: + for example, if the zero-digit is 0 then any of the + digits 0 to 9 may be used (interchangeably) + in the picture string to represent a mandatory digit, + and in the formatted number the characters 0 to 9 + will be used to represent the digits zero to nine. The value must be + a character in Unicode category Nd with decimal digit value 0 (zero). + + xs:string (: matching '.' :) + "0" + + + The character used in the picture string to represent + an optional digit. + + xs:string (: matching '.' :) + "#" + + + The character used in the picture string to separate the positive + and negative subpictures. + + xs:string (: matching '.' :) + ";" + + + + +

A base decimal format is established as follows:

+ + +

If the format-name option is present, then + the decimal format in the static context identified by this name.

+

Otherwise, the unnamed decimal format in the static context.

+
+ +

The base decimal format is then modified using the other entries in the + supplied $options map. +

+ + +

The evaluation of the fn:format-number function takes place in two + phases, an analysis phase described in and a + formatting phase described in .

+ +

The analysis phase takes as its inputs the picture + string and the variables derived from the relevant decimal format in the + static context, and produces as its output a number of variables with defined values. + The formatting phase takes as its inputs the number to be formatted and the variables + produced by the analysis phase, and produces as its output a string containing a + formatted representation of the number.

+ +

The result of the function is the formatted string representation of the supplied + number.

+
+ +

A dynamic error is raised + if + the $options argument is supplied as an xs:string + that is neither a valid lexical QName nor a + valid URIQualifiedName, or if it uses a prefix that is not found in the + statically known namespaces; or if the static context does not contain a declaration of + a decimal format with a matching expanded QName; or if $options?format-name + is present and the static context does + not contain a declaration of a decimal format whose name matches $options?format-name. + If the processor is able to detect the + error statically (for example, when the argument is supplied as a string literal), then + the processor may optionally signal this as a static error.

+

A dynamic error is raised if a value of + $format is not valid for the associated property, or if the properties + of the decimal format resulting from a supplied $options + map do not have distinct values.

+
+ +

A string is an ordered sequence of characters, and this specification + uses terms such as “left” and “right”, “preceding” and “following” in relation to this ordering, + irrespective of the position of the characters when visually rendered on some output medium. + Both in the picture string and in the result string, digits with higher significance (that is, + representing higher powers of ten) always precede digits with lower significance, even when + the rendered text flow is from right to left.

+

In previous versions of XSLT and XQuery, decimal formats were typically defined in the + static context using custom declarations (<xsl:decimal-format> in XSLT, + declare decimal-format in XQuery) and then selected by name in a call on + fn:format-number. This mechanism remains available, but in 4.0, + it may be more convenient to dispense with these + declarations, and instead to define a decimal format as a map bound to a global + variable, which can be referenced in the $options argument of the + fn:format-number call.

+ +
+ + +

The following examples assume a default decimal format in which the chosen digits are + the ASCII digits 0-9, the decimal separator is ., the grouping separator is ,, + the minus-sign is -, and the percent-sign is %.

+ + format-number(12345.6, '#,###.00') + "12,345.60" + + + format-number(12345678.9, '9,999.99') + "12,345,678.90" + + + format-number(123.9, '9999') + "0124" + + + format-number(0.14, '01%') + "14%" + + + format-number(0.14, '01%', { 'percent': '%:pc' }) + "14pc" + + + +format-number(12345, '0.0###^0', { + 'exponent-separator': '^:×10^' +}) + "1.2345×10^4" + + + format-number(-6, '000') + "-006" + + + +format-number(1234567.8, '0.000,0', { + 'grouping-separator': '.', + 'decimal-separator': ',' + }) + "1.234.567,8" + +

The following examples assume the existence of a decimal format named + de in which the grouping separator is . and the + decimal separator is ,:

+ + format-number(1234.5678, '#.##0,00', { 'format-name': 'de' }) + "1.234,57" + + + +format-number(12345, '0,###^0', { + 'format-name': 'de', + 'exponent-separator': '^' +}) + "1,234^4" + + + +format-number(12345, '0,###^0', { + 'format-name': 'de', + 'exponent-separator': '^:×10^' +}) + "1,234×10^4" + +

The following examples assume that the exponent separator + in decimal format fortran is E:

+ + format-number(1234.5678, '00.000E0', 'fortran') + "12.346E2" + + + format-number(0.234, '0.0E0', 'fortran') + "2.3E-1" + + + format-number(0.234, '#.00E0', 'fortran') + "0.23E0" + + + format-number(0.234, '.00E0', 'fortran') + ".23E0" + +
+
+ +

The decimal format name can now be supplied + as a value of type xs:QName, + as an alternative to supplying a lexical QName as an instance of xs:string.

+
+

Decimal format parameters + can now be supplied directly as a map in the third argument, rather + than referencing a format defined in the static context.

+ +

For selected properties including percent and exponent-separator, + it is now possible to specify a single-character marker to be used in the picture string, + together with a multi-character rendition to be used in the formatted output.

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Converts a string to an integer, recognizing any radix in the range 2 to 36.

+
+ +

If $value is an empty sequence, the result is an empty sequence.

+ +

The supplied $radix must be in the range 2 to 36 inclusive.

+

The string $value is preprocessed by stripping all whitespace characters (including internal whitespace) + and underscore characters.

+

After this process, the supplied value + must consist of an optional sign (+ or -) + followed by a sequence of one or more generalized digits drawn from the first $radix characters + in the alphabet 0123456789abcdefghijklmnopqrstuvwxyz; upper-case alphabetics + A-Z may be used in place of their lower-case equivalents.

+

The value of a generalized digit corresponds to its position in this alphabet.

+ +
+ +let $alphabet := characters("0123456789abcdefghijklmnopqrstuvwxyz") +let $preprocessed := translate( + $value, + codepoints-to-string((9, 10, 13, 32, 95)), + "" +) +let $digits := translate($preprocessed, "+-", "") +let $abs := sum( + for $char at $p in reverse(characters(lower-case($digits))) + return (index-of($alphabet, $char) - 1) * xs:integer(math:pow($radix, $p - 1)) +) +return if (starts-with($preprocessed, "-")) then -$abs else +$abs + + +

A dynamic error is raised + if $radix is not in the range 2 to 36.

+

A dynamic error is raised + if, after stripping whitespace and underscores and the optional leading sign, + $value is a zero-length string, + or if it contains a character + that is not among the first $radix characters in the + alphabet 0123456789abcdefghijklmnopqrstuvwxyz, or the + upper-case equivalent of such a character.

+

A dynamic error is raised + if the value of the resulting integer exceeds the implementation-dependent + limit on the size of an xs:integer.

+ +
+ +

When $radix takes its default value of 10, + the function delivers the same result as casting $value + (after removal of whitespace and underscores) to xs:integer.

+

If underscores or whitespace in the input need to be rejected, then + the string should first be validated, perhaps using fn:matches.

+

If other characters may legitimately appear in the input, for example + a leading 0x, then this must first be removed by pre-processing the input.

+

If the input uses a different family of digits, then the value should first + be converted to the required digits using fn:translate.

+

A string in the lexical space of xs:hexBinary will always + be an acceptable input, provided it is not too long. So, for example, the expression + "1DE=" => xs:base64Binary() => xs:hexBinary() => xs:string() => parse-integer(16) + can be used to convert the Base 64 value 1DE= to the integer 54321, via the + hexadecimal string D431.

+
+ + + + parse-integer(" 200 ") + 200 + + + parse-integer("-20") + -20 + + + parse-integer(" +100") + 100 + + + parse-integer("ff", 16) + 255 + + + parse-integer("FFFF FFFF", 16) + 4294967295 + + + parse-integer("-FFFF_FFFF", 16) + -4294967295 + + + parse-integer("377", 8) + 255 + + + parse-integer("101", 2) + 5 + + + parse-integer("vv", 32) + 1023 + +

Alphabetic base-26 numbering systems (hexavigesimal) can be parsed via translation. + Note, enumerating systems that do not assign a symbol to zero (e.g., spreadsheet + columns) must be preprocessed in a different fashion.

+ + lower-case("AAB") +=> translate("abcdefghijklmnopqrstuvwxyz", "0123456789abcdefghijklmnop") +=> parse-integer(26) + 1 + +

Digit-based numeration systems comparable to the Arabic numbers 0 through 9 can be + parsed via translation.

+ + +translate(value := '٢٠٢٣', replace := '٠١٢٣٤٥٦٧٨٩', with := '0123456789') +=> parse-integer() + 2023 + +
+
+ +

New in 4.0

+
+ +
+ + + + + + deterministic + context-independent + focus-independent + + +

Returns an approximation to the mathematical constant π.

+
+ +

This function returns the xs:double value whose lexical representation is + 3.141592653589793e0

+
+ + + + 2 * math:pi() + 6.283185307179586e0 + + + +

The expression 60 * (math:pi() div 180) converts an angle of 60 degrees + to radians.

+
+
+
+ + + + + + deterministic + context-independent + focus-independent + + +

Returns an approximation to the mathematical constant e.

+
+ +

This function returns the xs:double value whose lexical representation is + 2.718281828459045e0

+
+ + + + math:pow(math:e(), 0.05 * 3) + 1.161834242728283e0 + + + + +

New in 4.0

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the value of ex where x is the argument value.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise the result is the mathematical constant e raised to the power of + $value, as defined in the specification of + the exp function applied to 64-bit binary floating point values.

+
+ +

The treatment of overflow and underflow is defined in .

+
+ + + + math:exp(()) + () + + + math:exp(0) + 1.0e0 + + + math:exp(1) + 2.7182818284590455e0 + + + math:exp(2) + 7.38905609893065e0 + + + math:exp(-1) + 0.36787944117144233e0 + + + math:exp(math:pi()) + 23.140692632779267e0 + + + math:exp(xs:double('NaN')) + xs:double('NaN') + + + math:exp(xs:double('INF')) + xs:double('INF') + + + math:exp(xs:double('-INF')) + 0.0e0 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the value of 10x, where x is the supplied argument value.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise the result is ten raised to the power of $value, as defined in the + specification of the exp10 function applied + to 64-bit binary floating point values.

+
+ +

The treatment of overflow and underflow is defined in .

+
+ + + + math:exp10(()) + () + + + math:exp10(0) + 1.0e0 + + + math:exp10(1) + 1.0e1 + + + math:exp10(0.5) + 3.1622776601683795e0 + + + math:exp10(-1) + 1.0e-1 + + + math:exp10(xs:double('NaN')) + xs:double('NaN') + + + math:exp10(xs:double('INF')) + xs:double('INF') + + + math:exp10(xs:double('-INF')) + 0.0e0 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the natural logarithm of the argument.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise the result is the natural logarithm of $value, as defined in the + specification of the log function applied + to 64-bit binary floating point values.

+
+ +

The treatment of divideByZero and invalidOperation exceptions + is defined in . The effect is that if the argument is + zero, the result is -INF, and if it is negative, the result is NaN.

+
+ + + + math:log(()) + () + + + math:log(0) + xs:double('-INF') + + + math:log(math:exp(1)) + 1.0e0 + + + math:log(1.0e-3) + -6.907755278982137e0 + + + math:log(2) + 0.6931471805599453e0 + + + math:log(-1) + xs:double('NaN') + + + math:log(xs:double('NaN')) + xs:double('NaN') + + + math:log(xs:double('INF')) + xs:double('INF') + + + math:log(xs:double('-INF')) + xs:double('NaN') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the base-ten logarithm of the argument.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise the result is the base-10 logarithm of $value, as defined in the + specification of the log10 function applied + to 64-bit binary floating point values.

+
+ +

The treatment of divideByZero and invalidOperation exceptions + is defined in . The effect is that if the argument is + zero, the result is -INF, and if it is negative, the result is NaN.

+
+ + + + math:log10(()) + () + + + math:log10(0) + xs:double('-INF') + + + math:log10(1.0e3) + 3.0e0 + + + math:log10(1.0e-3) + -3.0e0 + + + math:log10(2) + 0.3010299956639812e0 + + + math:log10(-1) + xs:double('NaN') + + + math:log10(xs:double('NaN')) + xs:double('NaN') + + + math:log10(xs:double('INF')) + xs:double('INF') + + + math:log10(xs:double('-INF')) + xs:double('NaN') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the non-negative square root of the argument.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise the result is the mathematical non-negative square root of $value + as defined in the specification of the + squareRoot function applied to 64-bit binary floating point values.

+
+ + +

The treatment of the invalidOperation exception is defined in . The effect is that if the argument is less than zero, the result + is NaN.

+ +

If $value is positive or negative zero, positive infinity, or + NaN, then the result is $value. (Negative zero is the only + case where the result can have negative sign)

+
+ + + + math:sqrt(()) + () + + + math:sqrt(0.0e0) + 0.0e0 + + + math:sqrt(-0.0e0) + -0.0e0 + + + math:sqrt(1.0e6) + 1.0e3 + + + math:sqrt(2.0e0) + 1.4142135623730951e0 + + + math:sqrt(-2.0e0) + xs:double('NaN') + + + math:sqrt(xs:double('NaN')) + xs:double('NaN') + + + math:sqrt(xs:double('INF')) + xs:double('INF') + + + math:sqrt(xs:double('-INF')) + xs:double('NaN') + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the result of raising the first argument to the power of the second.

+
+ +

If $x is the empty sequence, the function returns the empty sequence.

+

If $y is an instance of xs:integer, the result is + $x raised to the power of $y as defined in the specification of the pown function applied to a + 64-bit binary floating point value and an integer.

+

Otherwise $y is cast to an xs:double, + and the result is $x raised to the power of + $y as defined in the specification of the + pow function applied to two 64-bit binary floating point values.

+
+ + +

The treatment of the divideByZero and invalidOperation + exceptions is defined in . Some of the consequences are + illustrated in the examples below.

+ +
+ + + + math:pow((), 93.7) + () + + + math:pow(2, 3) + 8.0e0 + + + math:pow(-2, 3) + -8.0e0 + + + math:pow(2, -3) + 0.125e0 + + + math:pow(-2, -3) + -0.125e0 + + + math:pow(2, 0) + 1.0e0 + + + math:pow(0, 0) + 1.0e0 + + + math:pow(xs:double('INF'), 0) + 1.0e0 + + + math:pow(xs:double('NaN'), 0) + 1.0e0 + + + math:pow(-math:pi(), 0) + 1.0e0 + + + math:pow(0e0, 3) + 0.0e0 + + + math:pow(0e0, 4) + 0.0e0 + + + math:pow(-0e0, 3) + -0.0e0 + + + math:pow(0, 4) + 0.0e0 + + + math:pow(0e0, -3) + xs:double('INF') + + + math:pow(0e0, -4) + xs:double('INF') + + + math:pow(-0e0, -3) + xs:double('-INF') + + + math:pow(0, -4) + xs:double('INF') + + + math:pow(16, 0.5e0) + 4.0e0 + + + math:pow(16, 0.25e0) + 2.0e0 + + + math:pow(0e0, -3.0e0) + xs:double('INF') + + + math:pow(-0e0, -3.0e0) + xs:double('-INF') + Odd-valued whole numbers are treated specially + + + math:pow(0e0, -3.1e0) + xs:double('INF') + + + math:pow(-0e0, -3.1e0) + xs:double('INF') + + + math:pow(0e0, 3.0e0) + 0.0e0 + + + math:pow(-0e0, 3.0e0) + -0.0e0 + Odd-valued whole numbers are treated specially + + + math:pow(0e0, 3.1e0) + 0.0e0 + + + math:pow(-0e0, 3.1e0) + 0.0e0 + + + math:pow(-1, xs:double('INF')) + 1.0e0 + + + math:pow(-1, xs:double('-INF')) + 1.0e0 + + + math:pow(1, xs:double('INF')) + 1.0e0 + + + math:pow(1, xs:double('-INF')) + 1.0e0 + + + math:pow(1, xs:double('NaN')) + 1.0e0 + + + math:pow(-2.5e0, 2.0e0) + 6.25e0 + + + math:pow(-2.5e0, 2.00000001e0) + xs:double('NaN') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the sine of the argument. The argument is an angle in radians.

+
+ +

If $radians is the empty sequence, the function returns the empty + sequence.

+ +

Otherwise the result is the sine of $radians (which is treated as an angle in + radians) as defined in the specification of the + sin function applied to 64-bit binary floating point values.

+ +
+ +

The treatment of the invalidOperation and underflow exceptions + is defined in .

+

If $radians is positive or negative zero, the result is + $radians.

+

If $radians is positive or negative infinity, or NaN, + then the result is NaN.

+

Otherwise the result is always in the range -1.0e0 to +1.0e0

+
+ + + + math:sin(()) + () + + + math:sin(0) + 0.0e0 + + + math:sin(-0.0e0) + -0.0e0 + + + math:sin(math:pi() div 2) + 1.0e0 + + + math:sin(-math:pi() div 2) + -1.0e0 + + + math:sin(math:pi()) + 0.0e0 + + + math:sin(xs:double('NaN')) + xs:double('NaN') + + + math:sin(xs:double('INF')) + xs:double('NaN') + + + math:sin(xs:double('-INF')) + xs:double('NaN') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the cosine of the argument. The argument is an angle in radians.

+
+ +

If $radians is the empty sequence, the function returns the empty + sequence.

+

If $radians is positive or negative infinity, or NaN, + then the result is NaN.

+

Otherwise the result is the cosine of $radians (which is treated as an angle in + radians) as defined in the specification of the + cos function applied to 64-bit binary floating point values.

+
+ +

The treatment of the invalidOperation exception is defined in .

+

If $radians is positive or negative zero, the result is + $radians.

+

If $radiansis positive or negative infinity, or NaN, + then the result is NaN.

+

Otherwise the result is always in the range -1.0e0 to +1.0e0

+
+ + + + math:cos(()) + () + + + math:cos(0) + 1.0e0 + + + math:cos(-0.0e0) + 1.0e0 + + + math:cos(math:pi() div 2) + 0.0e0 + + + math:cos(-math:pi() div 2) + 0.0e0 + + + math:cos(math:pi()) + -1.0e0 + + + math:cos(xs:double('NaN')) + xs:double('NaN') + + + math:cos(xs:double('INF')) + xs:double('NaN') + + + math:cos(xs:double('-INF')) + xs:double('NaN') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the tangent of the argument. The argument is an angle in radians.

+
+ +

If $radians is the empty sequence, the function returns the empty + sequence.

+

Otherwise the result is the tangent of $radians (which is treated as an angle + in radians) as defined in the specification of the + tan function applied to 64-bit binary floating point values.

+ +
+ +

The treatment of the invalidOperation and underflow exceptions + is defined in .

+

If $radians is positive or negative infinity, or NaN, + then the result is NaN.

+
+ + + + math:tan(()) + () + + + math:tan(0) + 0.0e0 + + + math:tan(-0.0e0) + -0.0e0 + + + math:tan(math:pi() div 4) + 1.0e0 + + + math:tan(-math:pi() div 4) + -1.0e0 + + + 1 div math:tan(math:pi() div 2) + 0.0e0 + Mathematically, tan(π/2) is positive infinity. But because math:pi() div 2 + returns an approximation, the result of math:tan(math:pi() div 2) will be a large + but finite number. + + + 1 div math:tan(-math:pi() div 2) + -0.0e0 + Mathematically, tan(-π/2) is negative infinity. But because -math:pi() div 2 + returns an approximation, the result of math:tan(-math:pi() div 2) will be a large + but finite negative number. + + + math:tan(math:pi()) + 0.0e0 + + + math:tan(xs:double('NaN')) + xs:double('NaN') + + + math:tan(xs:double('INF')) + xs:double('NaN') + + + math:tan(xs:double('-INF')) + xs:double('NaN') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the arc sine of the argument.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise the result is the arc sine of $value as defined in the specification of the + asin function applied to 64-bit binary floating point values. + The result is in the range -π/2 to +π/2 radians.

+
+ +

The treatment of the invalidOperation and underflow exceptions + is defined in .

+

If $value is positive or negative zero, the result is $value.

+

If $value is NaN, or if its absolute value is greater than one, + then the result is NaN.

+

In other cases, the result is an xs:double value representing an angle + θ in radians in the range -math:pi() div 2 <= + θ <= math:pi() div 2.

+
+ + + + math:asin(()) + () + + + math:asin(0) + 0.0e0 + + + math:asin(-0.0e0) + -0.0e0 + + + math:asin(1.0e0) + 1.5707963267948966e0 + + + math:asin(-1.0e0) + -1.5707963267948966e0 + + + math:asin(2.0e0) + xs:double('NaN') + + + math:asin(xs:double('NaN')) + xs:double('NaN') + + + math:asin(xs:double('INF')) + xs:double('NaN') + + + math:asin(xs:double('-INF')) + xs:double('NaN') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the arc cosine of the argument.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise the result is the arc cosine of $value, as defined in the specification of the + acos function applied to 64-bit binary floating point values. + The result is in the range zero to +π radians.

+
+ +

The treatment of the invalidOperation exception is defined in .

+

If $value is NaN, or if its absolute value is greater than one, + then the result is NaN.

+

In other cases, the result is an xs:double value representing an angle + θ in radians in the range 0 <= θ <= + math:pi().

+
+ + + + math:acos(()) + () + + + math:acos(0) + 1.5707963267948966e0 + + + math:acos(-0.0e0) + 1.5707963267948966e0 + + + math:acos(1.0e0) + 0.0e0 + + + math:acos(-1.0e0) + 3.141592653589793e0 + + + math:acos(2.0e0) + xs:double('NaN') + + + math:acos(xs:double('NaN')) + xs:double('NaN') + + + math:acos(xs:double('INF')) + xs:double('NaN') + + + math:acos(xs:double('-INF')) + xs:double('NaN') + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the arc tangent of the argument.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise the result is the arc tangent of $value, as defined + in the specification of the + atan function applied to 64-bit binary floating point values. + The result is in the range -π/2 + to +π/2 radians.

+
+ +

The treatment of the underflow exception is defined in .

+

If $value is positive or negative zero, the result is $value.

+

If $value is NaN then the result is NaN.

+

In other cases, the result is an xs:double value representing an angle + θ in radians in the range -math:pi() div 2 <= + θ <= math:pi() div 2.

+
+ + + + math:atan(()) + () + + + math:atan(0) + 0.0e0 + + + math:atan(-0.0e0) + -0.0e0 + + + math:atan(1.0e0) + 0.7853981633974483e0 + + + math:atan(-1.0e0) + -0.7853981633974483e0 + + + math:atan(xs:double('NaN')) + xs:double('NaN') + + + math:atan(xs:double('INF')) + 1.5707963267948966e0 + + + math:atan(xs:double('-INF')) + -1.5707963267948966e0 + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the angle in radians subtended at the origin by the point on a plane with + coordinates (x, y) and the positive x-axis.

+
+ +

The result is the value of atan2(y, x) as defined in the specification of the atan2 function applied to + 64-bit binary floating point values. The result is in the range -π + to +π radians.

+
+ +

The treatment of the underflow exception is defined in . The following rules apply when the values are finite and non-zero, + (subject to rules for overflow, underflow and approximation).

+

If either argument is NaN then the result is NaN.

+

If $x is positive, then the value of + atan2($y, $x) is atan($y div $x).

+

If $x is negative, then:

+ +

If $y is positive, then the value of atan2($y, $x) is + atan($y div $x) + π.

+

If $y is negative, then the value of atan2($y, $x) is + atan($y div $x) - π.

+
+

Some results for special values of the arguments are shown in the examples below.

+ +
+ + + + math:atan2(+0.0e0, 0.0e0) + 0.0e0 + + + math:atan2(-0.0e0, 0.0e0) + -0.0e0 + + + math:atan2(+0.0e0, -0.0e0) + 3.141592653589793e0 + + + math:atan2(-0.0e0, -0.0e0) + -3.141592653589793e0 + + + math:atan2(-1, 0.0e0) + -1.5707963267948966e0 + + + math:atan2(+1, 0.0e0) + 1.5707963267948966e0 + + + math:atan2(-0.0e0, -1) + -3.141592653589793e0 + + + math:atan2(+0.0e0, -1) + 3.141592653589793e0 + + + math:atan2(-0.0e0, +1) + -0.0e0 + + + math:atan2(+0.0e0, +1) + +0.0e0 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the hyperbolic sine of the argument.

+
+ +

If $value is the empty sequence, the function returns the empty + sequence.

+

Otherwise the result is the hyperbolic sine of $value as defined in the + specification of the sinh function applied + to 64-bit binary floating point values.

+
+ +

The treatment of the overflow and underflow exceptions + is defined in .

+

If $value is positive or negative zero, the result is + $value.

+

If $value is positive or negative infinity, or NaN, + the result is NaN.

+
+ + + + math:sinh(1) + 1.1752011936438014e0 + + + math:sinh(math:pi()) + 11.548739357257748e0 + + + + +

New in 4.0

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the hyperbolic cosine of the argument.

+
+ +

If $value is the empty sequence, the function returns the empty + sequence.

+

Otherwise the result is the hyperbolic cosine of $value as defined in the + specification of the cosh function applied + to 64-bit binary floating point values.

+
+ +

The treatment of the overflow exception + is defined in .

+

If $value is positive or negative zero, the result is + 1.

+

If $value is positive or negative infinity, + the result is INF.

+

If $value is NaN, + the result is NaN.

+

In other cases, the result is an xs:double in the range + +1.0 to INF.

+
+ + + + math:cosh(0) + 1.0e0 + + + math:cosh(math:pi()) + 11.591953275521519e0 + + + + +

New in 4.0

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the hyperbolic tangent of the argument.

+
+ +

If $value is the empty sequence, the function returns the empty + sequence.

+

Otherwise the result is the hyperbolic tangent of $value as defined in the + specification of the tanh function applied + to 64-bit binary floating point values.

+
+ +

The treatment of the underflow exception + is defined in .

+

If $value is positive or negative zero, the result is + $value.

+

If $value is positive infinity, the result is +1.0.

+

If $value is negative infinity, the result is -1.0.

+

In other cases, the result is an xs:double in the range + -1.0 to +1.0.

+
+ + + + math:tanh(1) + 0.7615941559557649e0 + + + math:tanh(math:pi()) + 0.99627207622075e0 + + + + +

New in 4.0

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an xs:string whose characters have supplied codepoints.

+
+ +

The function returns the string made up from the characters whose Unicode codepoints are + supplied in $values. This will be the zero-length string if $values + is the empty sequence.

+
+ +

A dynamic error is raised if any of the codepoints in + $values is not a + permitted character.

+
+ + + + codepoints-to-string((66, 65, 67, 72)) + "BACH" + + + codepoints-to-string((2309, 2358, 2378, 2325)) + "अशॊक" + + + codepoints-to-string(()) + "" + + + codepoints-to-string(0) + + + + + + +

It is no longer automatically an error if the input + contains a codepoint that is not valid in XML. Instead, the codepoint + must be a . The set of permitted + characters is , but it is + recommended that all Unicode characters should + be accepted.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the sequence of codepoints that constitute an + xs:string value.

+
+ +

The function returns a sequence of integers, each integer being the Unicode codepoint of the corresponding character in $value.

+

If $value is a zero-length string or the empty sequence, the function returns + the empty sequence.

+
+ + + + string-to-codepoints("Thérèse") + 84, 104, 233, 114, 232, 115, 101 + + + +
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns -1, 0, or 1, depending on whether + the first value is less than, equal to, or greater than the second value.

+
+ +

Compares two atomic items $value1 and $value2 for order, and + returns the integer value -1, 0, or 1, + depending on whether $value1 is less than, equal to, or greater than + $value2, respectively.

+

This function differs from the operators lt, eq, + and gt in that decimal values are not converted to doubles. This means that + the comparison is fully transitive, which makes it safe for use in sorting algorithms. + It is used to underpin sorting in XQuery 4.0 and XSLT 4.0, and is also available as a + free-standing function in its own right.

+

If either $value1 or $value2 is the empty sequence, + the function returns the empty sequence.

+

Otherwise, the result is determined as follows:

+ + +

If $value1 is an instance of xs:string, + xs:anyURI or xs:untypedAtomic, and if + $value2 is an instance of xs:string, xs:anyURI + or xs:untypedAtomic, the values are compared as strings, and the + result reflects the order according to the rules of the collation that is used.

+

The collation is determined according to the rules in + .

+

When used with the default collation, + the function defines the semantics of the eq, ne, + gt, lt, le and ge + operators on xs:string values.

+
+ +

If both $value1 and $value2 are instances of + xs:numeric, the function relies on a total order, which is + defined as follows:

+ +

A value $f of type xs:float is in all cases equal + to the value xs:double($f). The remaining rules therefore only consider + instances of xs:double and xs:decimal.

+

NaN is equal to itself and less than any other value.

+

Negative infinity is equal to itself and less than any other + value except NaN.

+

Positive infinity is equal to itself and greater than any other + value.

+

Negative zero is equal to positive zero.

+

Other xs:double and xs:decimal values (that is, + values other than the infinities, NaN, and negative zero) are ordered + according to their mathematical magnitude, the comparison being done without any + rounding or loss of precision. This effect can be achieved by converting + xs:double values to xs:decimal using an implementation + of xs:decimal that imposes no limits on precision or scale, or an + implementation whose limits are such that all xs:double values can + be represented precisely.

+
+
+ +

If both $value1 and $value2 are instances of + xs:boolean, then:

+ +

-1 is returned if + op:boolean-less-than($value1, $value2) returns true.

+
+

0 is returned if + op:boolean-equal($value1, $value2) returns true.

+
+

1 is returned otherwise.

+
+
+ +

If $value1 is an instance of xs:hexBinary or + xs:base64Binary, and if $value2 is an instance of + xs:hexBinary or xs:base64Binary, then:

+ +

-1 is returned if + op:binary-less-than($value1, $value2) returns true.

+
+

0 is returned if + op:binary-equal($value1, $value2) returns true.

+
+

1 is returned otherwise.

+
+
+ +

If both $value1 and $value2 are instances of + xs:date, then:

+ +

-1 is returned if + op:date-less-than($value1, $value2) returns true.

+
+

0 is returned if + op:date-equal($value1, $value2) returns true.

+
+

1 is returned otherwise.

+
+
+ +

If both $value1 and $value2 are instances of + xs:time, then:

+ +

-1 is returned if + op:time-less-than($value1, $value2) returns true.

+
+

0 is returned if + op:time-equal($value1, $value2) returns true.

+
+

1 is returned otherwise.

+
+
+ +

If both $value1 and $value2 are instances of + xs:dateTime, then:

+ +

-1 is returned if + op:dateTime-less-than($value1, $value2) returns true.

+
+

0 is returned if + op:dateTime-equal($value1, $value2) returns true.

+
+

1 is returned otherwise.

+
+
+ +

If both $value1 and $value2 are instances of + xs:dayTimeDuration, then:

+ +

-1 is returned if + op:dayTimeDuration-less-than($value1, $value2) returns true.

+
+

0 is returned if + op:duration-equal($value1, $value2) returns true.

+
+

1 is returned otherwise.

+
+
+ +

If both $value1 and $value2 are instances of + xs:yearMonthDuration, then:

+ +

-1 is returned if + op:yearMonthDuration-less-than($value1, $value2) returns true.

+
+

0 is returned if + op:duration-equal($value1, $value2) returns true.

+
+

1 is returned otherwise.

+
+
+ +

For any other combination of types, a type error + is raised.

+
+
+
+ +

For numeric values, consider the xs:double value written as + 0.1e0 and the xs:decimal value written as 0.1: + The mathematical magnitude of this xs:double value is + 0.1000000000000000055511151231257827021181583404541015625. + Therefore, compare(0.1e0, 0.1) returns +1. By contrast, + 0.1e0 lt 0.1 is false and 0.1e0 eq 0.1 + is true, because those expressions convert the xs:decimal value + 0.1 to the xs:double value 0.1e0 + before the comparison.

+

Although operations such as sorting and the fn:min and fn:max + functions invoke fn:compare to perform numeric comparison, these functions + in some cases treat NaN differently.

+
+ + + + compare('abc', 'abc') + 0 + + + + + compare('Strasse', 'Straße') + -1 + + + compare('Strasse', 'Straße') + 0 + Assuming the default collation equates ss and + the German letter ß. + + + compare( + 'Strasse', + 'Straße', + collation({ 'lang': 'de', 'strength': 'primary' }) +) + 0 + The specified collation equates ss and the German + letter ß. + + + text'))]]> + 0 + + + compare(9, 10) + -1 + + + compare(123, 123.0) + 0 + + + compare(xs:double('NaN'), xs:float('NaN')) + 0 + + + compare(xs:double('NaN'), xs:double('-INF')) + -1 + + + compare(xs:double('-INF'), -23) + -1 + + + compare(1, 1e0) + 0 + + + compare(1.1, 1.1e0) + -1 + + + compare(1.2, 1.2e0) + +1 + + + compare(9999, xs:double('INF')) + -1 + + + compare(false(), true()) + -1 + + + compare(xs:hexBinary(''), xs:base64Binary('')) + 0 + + + compare(xs:time('23:59:59'), xs:time('00:00:00')) + 1 + + + compare(xs:date('2001-01-01+01:00'), xs:date('2001-01-01+00:00')) + -1 + + + + + +

The function has been expanded in scope to handle comparison of values other than strings.

+
+ +

The spec has been corrected to note that the function depends on the implicit timezone.

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if two strings are equal, considered codepoint-by-codepoint.

+
+ +

If either argument is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns true or false depending on + whether $value1 is equal to + $value2, according to the Unicode codepoint collation + (http://www.w3.org/2005/xpath-functions/collation/codepoint).

+ +
+ +

This function allows xs:anyURI values to be compared without having to + specify the Unicode codepoint collation.

+
+ + + + codepoint-equal("abcd", "abcd") + true() + + + codepoint-equal("abcd", "abcd ") + false() + + + codepoint-equal("", "") + true() + + + codepoint-equal("", ()) + () + + + codepoint-equal((), ()) + () + + + +
+ + + + + + + The two-argument form of + this function defines the semantics of the || operator. + + deterministic + context-independent + focus-independent + variadic + + +

Returns the concatenation of the arguments, treated as sequences of strings.

+
+ +

Unlike all other functions, this function is defined to be variadic, as indicated by the + ellipsis in the function signature. + Conceptually, there is an infinite set of functions with different numbers of arguments (minimum arity zero, + maximum arity unbounded):

+ + +

concat() returns a zero-length string, "".

+

concat("a") returns "a".

+

concat("a", "b") returns "ab".

+

concat("a", "b", "c") returns "abc".

+

concat("a", "b", "c", "d") returns "abcd".

+

and so on.

+
+ +

It is equally possible to supply a single argument containing a sequence of strings:

+ + +

concat(()) returns a zero-length string, "".

+

concat(("a")) returns "a".

+

concat(("a", "b")) returns "ab".

+

concat(("a", "b", "c")) returns "abc".

+

concat(("a", "b", "c", "d")) returns "abcd".

+

and so on.

+
+ +

More generally, any argument can be a sequence of strings:

+ + +

concat(("a", "b"), "c") returns "abc".

+

concat(("a", "b"), (), ("c", "d")) returns "abcd".

+
+ +

A static call on the fn:concat function must use positional arguments, + it cannot use keywords.

+ +

Each of the parameters has the required type + xs:anyAtomicType*. The coercion rules ensure that each supplied argument is first converted to + a sequence of atomic items by applying atomization. These sequences are then combined (by + sequence concatenation) + into a single sequence, and each item in the combined sequence + is converted to a string using the fn:string function. The strings are then concatenated + with no separator.

+ + + +

If XPath 1.0 compatibility mode is set to true in the static context of a + static function call to fn:concat, then each supplied argument + $v is first reduced to a single + string, the result of the expression xs:string($v[1]). This is special-case + processing for the fn:concat function, it is not something + that follows from the general rules for calling variadic functions. This reflects the fact that + fn:concat had custom behavior in XPath 1.0. This rule applies only to + static function calls.

+ +

A named function reference can be used to create a function item with any arity: for example + concat#3 returns a function item that takes three arguments, which it concatenates. + Similarly partial function application can be used to construct a function that concatenates fixed and + variable values: for example concat('[', ?, ']') returns a function item that takes a single + argument and wraps the string value of this argument in square brackets. Similarly, + concat(?, '-', ?) returns a function item of arity two; it returns the string values of + the two arguments separated by a hyphen.

+ +
+ +

As mentioned in Unicode normalization is not automatically + applied to the result of fn:concat. If a normalized result is required, + fn:normalize-unicode can be applied to the xs:string + returned by fn:concat. The following XQuery:

+ +let $v1 := "I plan to go to Mu" +let $v2 := "?nchen in September" +return concat($v1, $v2) +

where the ? represents either the actual Unicode character U+0308 + or the numeric character reference &#x0308;, will return:

+

"I plan to go to Mu?nchen in September"

+

where the ? again represents either the actual Unicode character U+0308 + or the numeric character reference &#x0308;. + It is worth noting that the returned value is not normalized in NFC; however, it is normalized in NFD.

+

However, the following XQuery:

+ +let $v1 := "I plan to go to Mu" +let $v2 := "?nchen in September" +return normalize-unicode(concat($v1, $v2)) +

where ? represents either the actual Unicode character U+0308 + or the numeric character reference &#x0308;, will return:

+

"I plan to go to München in September"

+

This returned result is normalized in NFC.

+

Alternatives to the fn:concat function include the concatenation operator + || (for example $x || '-' || $y), the use of string templates + (for example `{ $x }-{ $y }`), and the fn:string-join function.

+
+ + + + concat('un', 'grateful') + "ungrateful" + + + + + concat(('un', 'grateful')) + "ungrateful" + + + + + concat( + 'Thy ', (), 'old ', "groans", "", ' ring', + ' yet', ' in', ' my', ' ancient',' ears.' +) + "Thy old groans ring yet in my ancient ears." + + + + + concat('Ciao!', ()) + "Ciao!" + + + + + concat('Ingratitude, ', 'thou ', ('marble-hearted', ' fiend!')) + "Ingratitude, thou marble-hearted fiend!" + + + + + concat(01, 02, 03, 04, true()) + "1234true" + + + + + concat() + "" + + + + + 10 || '/' || 6 + "10/6" + + + + + +

The function can now take any number of arguments (previously it had to be two or more), and + the arguments can be sequences of strings rather than single strings.

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a string created by concatenating the items in a sequence, with a defined + separator between adjacent items.

+
+ +

If the second argument is omitted or an empty sequence, the effect is the same as + calling the two-argument version with $separator set to a zero-length + string.

+

The coercion rules ensure that the supplied $values argument is first converted to + a sequence of atomic items by applying atomization.

+

The function then returns an xs:string created by casting each item + in the atomized sequence to an xs:string, + and then concatenating the result strings in order, + using the value of $separator as a + separator between adjacent strings. If $separator is the zero-length + string, then the items in $values are concatenated without a separator.

+ +
+ +

If $values is the empty sequence, the function returns the + zero-length string.

+
+ + + + string-join(1 to 9) + "123456789" + + + + + string-join(('Now', 'is', 'the', 'time', '...'), ' ') + "Now is the time ..." + + + + + string-join( + ('Blow, ', 'blow, ', 'thou ', 'winter ', 'wind!'), + '' +) + "Blow, blow, thou winter wind!" + + + + + string-join((), 'separator') + "" + + + + + string-join(1 to 5, ', ') + "1, 2, 3, 4, 5" + + + + <doc><chap><section xml:id="xyz"/></chap></doc> + + + $doc//@xml:id +! string-join((node-name(), '="', ., '"')) + 'xml:id="xyz"' + + + + + $doc//section +! string-join(ancestor-or-self::*/name(), '/') + "doc/chap/section" + + + +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the part of $value beginning at the position + indicated by $start and continuing for the number of characters indicated by $length.

+
+ +

If $value is the empty sequence, the function returns + the zero-length string.

+

Otherwise, the function returns a string comprising those characters of $value whose index position (counting + from one) is greater than or equal to $start (rounded to an + integer), and (if $length is specified + and non-empty) less than the sum of + $start and $length (both rounded to integers).

+

The characters returned do not extend beyond $value. If + $start is zero or negative, only those characters in positions greater + than zero are returned.

+

More specifically, the three argument version of the function returns the characters in + $value whose position $p satisfies:

+

+ fn:round($start) <= $p and $p < fn:round($start) + fn:round($length) +

+

The two argument version of the function assumes that $length is infinite + and thus returns the characters in + $value whose position $p satisfies:

+

+ fn:round($start) <= $p +

+

In the above computations, the rules for op:numeric-less-than and + op:numeric-greater-than apply.

+
+ +

The first character of a string is located at position 1, not position 0.

+

The second and third arguments allow xs:double values (rather than + requiring xs:integer) in order to achieve compatibility with XPath 1.0.

+

A surrogate pair counts as one character, not two.

+

The consequences of supplying values such as NaN or positive or negative + infinity for the $start or $length arguments follow from the + above rules, and are not always intuitive.

+
+ + + + substring("motor car", 6) + " car" + Characters starting at position 6 to the end of + $sourceString are selected. + +

+ + + + substring("metadata", 4, 3) + "ada" + Characters at positions greater than or equal to 4 and less than 7 are + selected. + + + + + substring("12345", 1.5, 2.6) + "234" + Characters at positions greater than or equal to 2 and less than 5 are + selected. + + + + + substring("12345", 0, 3) + "12" + Characters at positions greater than or equal to 0 and less than 3 are + selected. Since the first position is 1, these are the characters at positions 1 + and 2. + + + + + substring("12345", 5, -3) + "" + Characters at positions greater than or equal to 5 and less than 2 are + selected. + + + + + substring("12345", -3, 5) + "1" + Characters at positions greater than or equal to -3 and less than 2 + are selected. Since the first position is 1, this is the character at position + 1. + + + + + substring("12345", 0 div 0E0, 3) + "" + Since 0 div 0E0 returns NaN, and + NaN compared to any other number returns false, no + characters are selected. + + + + + substring("12345", 1, 0 div 0E0) + "" + As above. + + + + + substring((), 1, 3) + "" + + + + + substring("12345", -42, 1 div 0E0) + "12345" + Characters at positions greater than or equal to -42 and less than + INF are selected. + + + + + substring("12345", -1 div 0E0, 1 div 0E0) + "" + Since the value of -INF + INF is NaN, no + characters are selected. + + + + + +

The third argument can now be supplied as an empty sequence.

+ + +
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the number of characters in a string.

+
+ +

The function returns an xs:integer equal to the length in characters of $value.

+

Calling the zero-argument version of the function is equivalent to calling + fn:string-length(fn:string(.)).

+

If $value is the empty sequence, the function returns the + xs:integer value 0.

+
+ +

If $value is not specified and the context value is absent, a type error is raised: .

+

As a consequence of the rules given above, a type error is raised + if the context value + cannot be atomized, or if the result of atomizing the context value is a sequence + containing more than one atomic item.

+
+ +

Unlike some programming languages, a codepoint + greater than 65535 counts as one character, not two.

+

There are situations where fn:string-length() has a different effect + from fn:string-length(.). For example, if the context value + is an attribute node typed as an xs:integer with the string value 000001, + then fn:string-length() returns 6 + (the length of the string value of the node), while + fn:string-length(.) raises a type error (because the result of atomization + is not an xs:string).

+
+ + + + string-length( + "Harp not on that string, madam; that is past." +) + 45 + + + + + "ᾧ" => string-length() + 1 + + + + + "ᾧ" => normalize-unicode("NFD") => string-length() + 4 + For strings that consist of a base character with combining characters, each combining character is length 1. + + + + + string-length(()) + 0 + + + +
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns $value with leading and trailing whitespace removed, and + sequences of internal whitespace reduced to a single space character.

+
+ +

If $value is the empty sequence, the function returns the + zero-length string.

+

The function returns a string constructed by stripping leading and trailing whitespace + from $value, and replacing sequences of one or more adjacent + whitespace characters with a single space, U+0020.

+

The whitespace characters are defined in the metasymbol S (Production 3) of .

+ +

If no argument is supplied, then $value defaults to the string value + (calculated using fn:string) of the context value (.).

+
+ + +

If no argument is supplied and the context value is + absent, a type error is raised + .

+

As a consequence of the rules given above, a type error is raised + if the context value + cannot be atomized, or if the result of atomizing the context value is a sequence + containing more than one atomic item.

+
+ +

The definition of whitespace is unchanged in . It is repeated here + for convenience:

+

+ S ::= (#x20 | #x9 | #xD | #xA)+ +

+
+ + + + normalize-space(" The wealthy curled darlings + of our nation. ") + "The wealthy curled darlings of our nation." + + + + + normalize-space(()) + "" + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns $value after applying Unicode normalization.

+
+ +

If $value is the empty sequence, the function returns the + zero-length string.

+

If the second argument is omitted or an empty sequence, the result is the same as + calling the two-argument version with $form set to the string + "NFC".

+

Otherwise, the function returns $value normalized according to + the rules of the normalization form identified by the value of + $form.

+

The effective value of $form is the value of the expression + fn:upper-case(fn:normalize-space($form)).

+ + + +

If the effective value of $form is NFC, + then the function returns $value converted to Unicode + Normalization Form C (NFC).

+
+ +

If the effective value of $form is NFD, + then the function returns $value converted to Unicode + Normalization Form D (NFD).

+
+ +

If the effective value of $form is NFKC, + then the function returns $value in Unicode Normalization + Form KC (NFKC).

+
+ +

If the effective value of $form is NFKD, + then the function returns $value converted to Unicode + Normalization Form KD (NFKD).

+
+ +

If the effective value of $form is + FULLY-NORMALIZED, then the function returns + $value converted to fully normalized form.

+
+ +

If the effective value of $form is the zero-length + string, no normalization is performed and $value is returned.

+
+
+

Normalization forms NFC, NFD, NFKC, and NFKD, and the algorithms to be used for + converting a string to each of these forms, are defined in .

+

The motivation for normalization form FULLY-NORMALIZED is explained in . However, as that specification did not progress beyond + working draft status, the normative specification is as follows:

+ + +

A string is fully-normalized if (a) it is in normalization form NFC + as defined in , and (b) it does not start + with a composing character.

+
+ +

A composing character is a character that is one or both of the following:

+ + +

the second character in the canonical decomposition mapping of some + character that is not listed in the Composition Exclusion Table defined in + ;

+
+ +

of non-zero canonical combining class (as defined in ).

+
+ +
+
+ +

A string is converted to FULLY-NORMALIZED form as follows:

+ + +

if the first character in the string is a composing character, prepend a + single space (x20);

+
+ +

convert the resulting string to normalization form NFC.

+
+
+
+
+ +

Conforming implementations must support normalization form NFC and + may support normalization forms NFD, NFKC, NFKD, and + FULLY-NORMALIZED. They may also support other normalization forms + with implementation-defined semantics.

+

It is implementation-defined which + version of Unicode (and therefore, of the normalization algorithms and their underlying + data) is supported by the implementation. See for + details of the stability policy regarding changes to the normalization rules in future + versions of Unicode. If the input string contains codepoints that are unassigned in the + relevant version of Unicode, or for which no normalization rules are defined, the + fn:normalize-unicode function leaves such codepoints unchanged. If the + implementation supports the requested normalization form then it must + be able to handle every input string without raising an error.

+
+ +

A dynamic error is raised if the + effective value of the $form argument is not one of the values + supported by the implementation.

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Converts a string to upper case.

+
+ +

If $value is the empty sequence, the zero-length string is + returned.

+

Otherwise, the function returns $value after translating every + character to its upper-case correspondent as + defined in the appropriate case mappings section in the Unicode standard . For versions of Unicode beginning with the 2.1.8 update, only + locale-insensitive case mappings should be applied. Beginning with version 3.2.0 (and + likely future versions) of Unicode, precise mappings are described in default case + operations, which are full case mappings in the absence of tailoring for particular + languages and environments. Every lower-case character that does not have an upper-case + correspondent, as well as every upper-case character, is included in the returned value + in its original form.

+
+ +

Case mappings may change the length of a string. In general, the + fn:upper-case and fn:lower-case functions are not inverses + of each other: fn:lower-case(fn:upper-case($s)) is not guaranteed to + return $s, nor is fn:upper-case(fn:lower-case($s)). The + character U+0131 (used in Turkish) + is perhaps the most prominent + lower-case letter which will not round-trip. The character U+0130 + + is the most prominent upper-case letter which will not round trip; there are others, + such as U+1E9E, which was introduced in Unicode 5.1.

+

These functions may not always be linguistically appropriate (e.g. Turkish i without + dot) or appropriate for the application (e.g. titlecase). In cases such as Turkish, a + simple translation should be used first.

+

Because the function is not sensitive to locale, results will not always match user + expectations. In Quebec, for example, the standard uppercase equivalent of è is È, + while in metropolitan France it is more commonly E; only one of these is supported by + the functions as defined.

+

Many characters of class Ll lack uppercase equivalents in the Unicode case mapping + tables; many characters of class Lu lack lowercase equivalents.

+
+ + + + upper-case("abCd0") + "ABCD0" + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Converts a string to lower case.

+
+ +

If t$value is the empty sequence, the zero-length string is + returned.

+

Otherwise, the function returns $value after translating every + character to its lower-case correspondent as + defined in the appropriate case mappings section in the Unicode standard . For versions of Unicode beginning with the 2.1.8 update, only + locale-insensitive case mappings should be applied. Beginning with version 3.2.0 (and + likely future versions) of Unicode, precise mappings are described in default case + operations, which are full case mappings in the absence of tailoring for particular + languages and environments. Every upper-case character that does not have a lower-case + correspondent, as well as every lower-case character, is included in the returned value + in its original form.

+
+ +

Case mappings may change the length of a string. In general, the + fn:upper-case and fn:lower-case functions are not inverses + of each other: fn:lower-case(fn:upper-case($s)) is not guaranteed to + return $s, nor is fn:upper-case(fn:lower-case($s)). The + character U+0131 (used in Turkish) + is perhaps the most prominent + lower-case letter which will not round-trip. The character U+0130 + + is the most prominent upper-case letter which will not round trip; there are others, + such as U+1E9E, which was introduced in Unicode 5.1.

+

These functions may not always be linguistically appropriate (e.g. Turkish i without + dot) or appropriate for the application (e.g. titlecase). In cases such as Turkish, a + simple translation should be used first.

+

Because the function is not sensitive to locale, results will not always match user + expectations. In Quebec, for example, the standard uppercase equivalent of è is È, + while in metropolitan France it is more commonly E; only one of these is supported by + the functions as defined.

+

Many characters of class Ll lack uppercase equivalents in the Unicode case mapping + tables; many characters of class Lu lack lowercase equivalents.

+
+ + + + lower-case("ABc!D") + "abc!d" + + + +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns $value modified by replacing or removing individual + characters.

+
+ +

If $value is the empty sequence, the function returns the + zero-length string.

+

Otherwise, the function returns a result string constructed by processing each character in $value, in order, + according to the following rules:

+ + +

If the character does not appear in $replace then it + is added to the result string unchanged.

+
+ +

If the character first appears in $replace at some + position M, where the value of $with is + M or more characters in length, then the character at position + M in $with is added to the result string.

+
+ +

If the character first appears in $replace at some + position M, where $with is less than + M characters in length, then the character is omitted from the + result string.

+
+
+
+ +

If $replace is the zero-length string then the function returns + $value unchanged.

+

If a character occurs more than once in $replace, then the first + occurrence determines the action taken.

+

If $with is longer than $replace, the excess + characters are ignored.

+
+ + + + translate("bar", "abc", "ABC") + "BAr" + + + + + translate("--aaa--", "abc-", "ABC") + "AAA" + + + + + translate("abcdabc", "abc", "AB") + "ABdAB" + + + +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the results of a specified hash, checksum, or + cyclic redundancy check function applied to the input.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

If $value is an instance of xs:string, it is converted to a sequence + of octets on the basis of UTF-8 encoding. If $value is an instance of + xs:base64Binary or xs:hexBinary, it is converted to a sequence of + octets.

+

The $algorithm argument, if present, determines the algorithm to be used to + calculate a checksum, hash, or cyclic redundancy check. If empty or absent, + MD5 will be used. The effective value of the algorithm is determined by + passing the value through fn:upper-case(fn:normalize-space()).

+

Conforming implementations must support the following + options and the functions referred to by them:

+ +

MD5: the MD5 Message-Digest algorithm, defined by (update to ).

+

SHA-1: the SHA-1 algorithm, defined by .

+

SHA-256: the SHA-256 algorithm, defined by .

+

BLAKE3: the BLAKE3 algorithm defined by .

+

CRC-32: the CRC-32 algorithm, defined by . It delivers a 32 bit unsigned integer, which this function + returns as a 4-octet xs:hexBinary value representing this integer in + big-endian order (that is, most significant byte first).

+

Some libraries, notably System.IO.Hashing.Crc32 in .NET, return + the result in little-endian order.

+
+

Conforming implementations may support other checksum and + hash functions with implementation-defined semantics. + The $options argument, if present, defines additional parameters + controlling how the process is conducted.

+

The function returns as xs:hexBinary the octets returned by passing + $value as an octet sequence through the selected algorithm. + The process is followed even if the input octet sequence is empty.

+
+ +

A dynamic error is raised if the effective value of the + option algorithm is not one of the values supported by the implementation.

+
+ +

It is common for secure algorithms to be cryptographically broken, as has happened to + the algorithms MD5, SHA-1, and SHA-256. + And the CRC-32 algorithm is not intended for cryptographic purposes. + Developers are responsible for ensuring that the algorithm chosen meets any expected + security protocols, if relevant.

+

The BLAKE3 algorithm is included in the list of hashing algorithms + because at the time of writing it appears to be a promising candidate as a secure and + fast algorithm that shows signs of gaining widespread support. + However, this is a fast moving field and the community group recognizes that this + decision might eventually not stand the test of time. + As the technology evolves in the future, implementations are free to drop support + for this algorithm and substitute another that appears to better meet requirements.

+

Additional security practices, such as salting, may be applied as a preprocessing step, + or fn:hash() can be incorporated into more complex functions.

+

In most cases, the xs:hexBinary output of the function will be sought in + string form. Because of serialization rules, casting to a string renders the hash in + uppercase, and rendering in lowercase (as adopted by and + ) requires further adjustment.

+
+ + abc]]> + + + + hash("abc") + xs:hexBinary("900150983CD24FB0D6963F7D28E17F72") + + + hash("ABC") + xs:hexBinary("902FBDD2B1DF0C4F70B4A5D23525E932") + + + hash("") + xs:hexBinary("D41D8CD98F00B204E9800998ECF8427E") + + + hash("ABC", "SHA-1") + xs:hexBinary("3C01BDBB26F358BAB27F267924AA2C9A03FCFDB8") + + + hash("ABC", "BLAKE3") +=> string() +=> lower-case() + "d1717274597cf0289694f75d96d444b992a096f1afd8e7bbfa6ebb1d360fedfc" + + + hash("ABC", "BLAKE3") +=> xs:base64Binary() +=> string() + "0XFydFl88CiWlPddltREuZKglvGv2Oe7+m67HTYP7fw=" + + + hash("ABC", "sha-256") +=> string() + "B5D4045C3F466FA91FE2CC6ABE79232A1A57CDF104F7A26E716E0A1E2789DF78" + + + hash("ABC", "sha-256") + xs:hexBinary("B5D4045C3F466FA91FE2CC6ABE79232A1A57CDF104F7A26E716E0A1E2789DF78") + + + hash($doc) + xs:hexBinary("900150983CD24FB0D6963F7D28E17F72") + + + hash(serialize($doc), "sha-1") +=> xs:base64Binary() +=> string() + "8PzN28NtxQv5RlxQ5/w6DcnrpEU=" + + + hash("password123" || $salt, "SHA-256") + xs:hexBinary("9C9B913EB1B6254F4737CE947EFD16F16E916F9D6EE5C1102A2002E48D4C88BD") + + + hash("", "CRC-32") + xs:hexBinary("00000000") + + + hash("input", "CRC-32") + xs:hexBinary("D82832D7") + + + hash("password123", "sha-unknown") + + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Encodes reserved characters in a string that is intended to be used in the path segment + of a URI.

+
+ +

If $value is the empty sequence, the function returns the zero-length + string.

+

This function applies the URI escaping rules defined in section 2 of to the xs:string supplied as $value. The + effect of the function is to escape reserved characters. Each such character in the + string is replaced with its percent-encoded form as described in .

+

Since recommends that, for consistency, URI producers and + normalizers should use uppercase hexadecimal digits for all percent-encodings, this + function must always generate hexadecimal values using the upper-case letters A-F.

+
+ +

All characters are escaped except those identified as “unreserved” by , that is the upper- and lower-case letters A to Z, + the digits 0 to 9, HYPHEN-MINUS (-), + LOW LINE (_), FULL STOP (.), and TILDE (~).

+

This function escapes URI delimiters and therefore cannot be used indiscriminately to + encode “invalid” characters in a path segment.

+

This function is invertible but not idempotent. This is because a string containing a + percent character will be modified by applying the function: for example + 100% becomes 100%25, while 100%25 becomes + 100%2525.

+
+ + + + encode-for-uri( + "http://example.com/00/Weather/CA/Los%20Angeles#ocean" +) + "http%3A%2F%2Fexample.com%2F00%2FWeather%2FCA%2FLos%2520Angeles%23ocean" + This is probably not what the user intended because all of the + delimiters have been encoded. + + + + + concat( + "http://example.com/", + encode-for-uri("~bébé") +) + "http://example.com/~b%C3%A9b%C3%A9" + + + + + concat( + "http://example.com/", + encode-for-uri("100% organic") +) + "http://example.com/100%25%20organic" + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Decodes URI-escaped characters in a string.

+
+ +

This function returns the original representation of a URI-escaped string.

+

If $value is the empty sequence, the function returns the zero-length + string.

+

Otherwise, the value is first converted to a sequence of octets. Each plus sign + (+) is replaced with the octet representing a space character + (x20), and any substring that matches the regular expression + %[a-fA-F0-9][a-fA-F0-9] is replaced with an octet for the two-digit + hexadecimal number that follows the percent sign. Characters that are not part of + such a substring are replaced with the octets of their UTF-8 encoding. + For example, "A%42+C" results in the octets x41, + x42, x20, x43, and "💡" yields + xF0, x9F, x92, and xA1.

+

If % is followed by up to two characters that are not hexadecimal digits, + these characters are replaced by octets xEF, xBF, + and xBD, that is, the UTF-8 encoding of the Unicode replacement character + (U+FFFD). For example, the incomplete or invalid percent-encoded strings + "%", "%X", "%AX", and "%XA" are all + replaced with these octets. For the string "%1X!", the octets xEF, + xBF, xBD, and x21 are returned.

+

Next, the resulting octets are interpreted as UTF-8. For example, + x41, x42, x20, and x43 + becomes "AB C", and xF0, x9F, + x92, and xA1 becomes "💡".

+

If an invalid UTF-8 octet sequence is encountered, the octets that have + successfully been parsed are replaced with a Unicode replacement character. + Examples:

+ +

The single octet xF0 is converted to "�".

+

The octets xF0, x9F, x92, and + x41 are converted to "�A": + The bit pattern of the first octet indicates that the UTF-8 character comprises + four octets. As the fourth octet is invalid, a Unicode replacement character is + added for the first three octets, and the fourth (invalid) octet is parsed as a + new character.

+

Similarly, the octets xF0, xF0, x9F, + x92, and xA1 are converted to "�💡": + The second octet is invalid, but it becomes valid when being parsed as the + first octet of the remaining UTF-8 sequence.

+
+

Similarly, a UTF-8 octet sequence that represents a codepoint that is not a + valid XML character is replaced with a Unicode replacement character. + For example, x00 becomes "�".

+
+ + + + decode-from-uri("http://example.com/") + "http://example.com/" + + + + + decode-from-uri("~b%C3%A9b%C3%A9?a=b+c") + "~bébé?a=b c" + + + + + decode-from-uri("%00-%XX-%F0%9F%92%41-%F0%F0%9F%92%A1") + "�-�-�A-�💡" + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Converts a string containing an IRI into a URI according to the rules of .

+
+ +

If $value is the empty sequence, the function returns the zero-length + string.

+

Otherwise, the function converts $value into a URI according to + the rules given in Section 3.1 of by percent-encoding characters + that are allowed in an IRI but not in a URI. If $value contains a character + that is invalid in an IRI, such as the space character (see note below), the invalid + character is replaced by its percent-encoded form as described in before the conversion is performed.

+

Since recommends that, for consistency, URI producers and + normalizers should use uppercase hexadecimal digits for all percent-encodings, this + function must always generate hexadecimal values using the upper-case letters A-F.

+
+ +

The function is idempotent but not invertible. Both the inputs My Documents + and My%20Documents will be converted to the output + My%20Documents.

+

This function does not check whether $iri is a valid IRI. It treats it as + an string and operates on the characters in the string.

+ +

The following printable ASCII characters are invalid in an IRI: <, >, + ", , {, }, |, + \, ^, and `. Since these + characters should not appear in an IRI, if they do appear in $iri they will + be percent-encoded. In addition, characters outside the range U+0020 to U+007E will be + percent-encoded because they are invalid in a URI.

+ +

Since this function does not escape the character U+0025 and this character is not + allowed in data within a URI, users wishing to convert character strings (such as file + names) that include % to a URI should manually escape % + by replacing it with %25. +

+
+ + + + iri-to-uri( + "http://www.example.com/00/Weather/CA/Los%20Angeles#ocean" +) + "http://www.example.com/00/Weather/CA/Los%20Angeles#ocean" + + + + + iri-to-uri("http://www.example.com/~bébé") + "http://www.example.com/~b%C3%A9b%C3%A9" + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Escapes a URI in the same way that HTML user agents handle attribute values expected to + contain URIs.

+
+ +

If $value is the empty sequence, the function returns the zero-length + string.

+

Otherwise, the function escapes all characters except + printable characters of the US-ASCII coded character set, specifically the codepoints between 32 and 126 (decimal) inclusive. Each + character in $value to be escaped is replaced by an escape sequence, which is + formed by encoding the character as a sequence of octets in UTF-8, and then representing + each of these octets in the form %HH, where HH is the hexadecimal representation of the + octet. This function must always generate hexadecimal values using the upper-case + letters A-F.

+
+ +

The behavior of this function corresponds to the recommended handling of non-ASCII + characters in URI attribute values as described in Appendix + B.2.1.

+
+ + + + escape-html-uri( + "http://www.example.com/00/Weather/CA/Los Angeles#ocean" +) + "http://www.example.com/00/Weather/CA/Los Angeles#ocean" + + + + + escape-html-uri( + "javascript:if (navigator.browserLanguage == 'fr') window.open('http://www.example.com/~bébé');" +) + "javascript:if (navigator.browserLanguage == 'fr') window.open('http://www.example.com/~b%C3%A9b%C3%A9');" + + + +
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns true if the string $value contains $substring as a + substring, taking collations into account.

+
+ +

If $value or $substring is the empty sequence, or + contains only ignorable collation units, it is interpreted as the zero-length + string.

+

If $substring is the zero-length string, then the function returns + true.

+

If $value is the zero-length string, the function returns + false.

+

The collation used by this function is determined according to the rules in .

+

The function returns an xs:boolean indicating whether or not + $value contains (at the beginning, at the end, or anywhere within) at + least one sequence of collation units that provides a to the + collation units in $substring, according to the collation that is + used.

+ + +
+ +

A dynamic error may be raised if the specified collation does not support collation units.

+
+ + +

The collation used in some of these examples, $coll, is a + collation in which both - and * are ignorable collation units.

+

“Ignorable collation unit” is equivalent to “ignorable collation element” in .

+
+ + + contains("tattoo", "t") + true() + + + + + contains("tattoo", "ttt") + false() + + + + + contains("", ()) + true() + The first rule is applied, followed by the second + rule. + + + +"http://www.w3.org/2013/collation/UCA?lang=en;alternate=blanked;strength=primary" + + + contains( + "abcdefghi", + "-d-e-f-", + $coll +) + true() + + + + + contains( + "a*b*c*d*e*f*g*h*i*", + "d-ef-", + $coll +) + true() + + + + + contains( + "abcd***e---f*--*ghi", + "def", + $coll +) + true() + + + + + contains( + (), + "--***-*---", + $coll +) + true() + The second argument contains only ignorable collation units and is + equivalent to the zero-length string. + + +
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns true if the string $value contains $substring as a leading + substring, taking collations into account.

+
+ +

If $value or $substring is the empty sequence, or + contains only ignorable collation units, it is interpreted as the zero-length + string.

+

If $substring is the zero-length string, then the function returns + true. If $value is the zero-length string and + $substring is not the zero-length string, then the function returns + false.

+

The collation used by this function is determined according to the rules in .

+

The function returns an xs:boolean indicating whether or not + $value starts with a sequence of collation units that provides a + to the collation units of $substring according to the + collation that is used.

+ + +
+ +

A dynamic error may be raised if the specified collation does not support collation units.

+
+ + +

The collation used in some of these examples, $coll, is a + collation in which both - and * are ignorable collation units.

+

“Ignorable collation unit” is equivalent to “ignorable collation element” in .

+
+ + + starts-with("tattoo", "tat") + true() + + + + + starts-with("tattoo", "att") + false() + + + + + starts-with((), ()) + true() + + + +"http://www.w3.org/2013/collation/UCA?lang=en;alternate=blanked;strength=primary" + + + starts-with( + "abcdefghi", + "-a-b-c-", + $coll +) + true() + + + + + starts-with( + "a*b*c*d*e*f*g*h*i*", + "a-bc-", + $coll +) + true() + + + + + starts-with( + "abcd***e---f*--*ghi", + "abcdef", + $coll +) + true() + + + + + starts-with( + (), + "--***-*---", + $coll +) + true() + The second argument contains only ignorable collation units and is + equivalent to the zero-length string. + + + + + starts-with( + "-abcdefghi", + "-abc", + $coll +) + true() + + +
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns true if the string $value contains $substring as a trailing + substring, taking collations into account.

+
+ +

If $value or $substring is the empty sequence, or + contains only ignorable collation units, it is interpreted as the zero-length + string.

+

If $substring is the zero-length string, then the function returns + true. If $value is the zero-length string and + the value of $substring is not the zero-length string, then the function returns + false.

+

The collation used by this function is determined according to the rules in .

+

The function returns an xs:boolean indicating whether or not + $value ends with a sequence of collation units that provides a + to the collation units of $substring according to the + collation that is used.

+ + +
+ +

A dynamic error may be raised if the specified collation does not support collation units.

+
+ + +

The collation used in some of these examples, $coll, is a + collation in which both - and * are ignorable collation units.

+

“Ignorable collation unit” is equivalent to “ignorable collation element” in .

+
+ + + ends-with("tattoo", "tattoo") + true() + + + + + ends-with("tattoo", "atto") + false() + + + + + ends-with((), ()) + true() + + + +"http://www.w3.org/2013/collation/UCA?lang=en;alternate=blanked;strength=primary" + + + ends-with( + "abcdefghi", + "-g-h-i-", + $coll +) + true() + + + + + ends-with( + "abcd***e---f*--*ghi", + "defghi", + $coll +) + true() + + + + + ends-with( + "abcd***e---f*--*ghi", + "defghi", + $coll +) + true() + + + + + ends-with( + (), + "--***-*---", + $coll +) + true() + The second argument contains only ignorable collation units and is + equivalent to the zero-length string. + + + + + ends-with( + "abcdefghi", + "ghi-", + $coll +) + true() + + +
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns the part of $value that precedes the first occurrence of + $substring, taking collations into account.

+
+ +

If $value or $substring is the empty sequence, or + contains only ignorable collation units, it is interpreted as the zero-length + string.

+

If $substring is the zero-length string, then the function returns + the zero-length string.

+

If $value does not contain a string that is equal to + $substring, then the function returns the zero-length string.

+

The collation used by this function is determined according to the rules in .

+

The function returns the substring of $value that precedes in + $value the first occurrence of a sequence of collation units + that provides a to the collation units of $substring + according to the collation that is used.

+ + +
+ +

A dynamic error may be raised if the specified collation does not support collation units.

+
+ + +

The collation used in some of these examples, $coll, is a + collation in which both - and * are ignorable collation units.

+

“Ignorable collation unit” is equivalent to “ignorable collation element” in .

+
+ + + substring-before("tattoo", "attoo") + "t" + + + + + substring-before("tattoo", "tatto") + "" + + + + + substring-before((), ()) + "" + + + +"http://www.w3.org/2013/collation/UCA?lang=en;alternate=blanked;strength=primary" + + + substring-before( + "abcdefghi", + "--d-e-", + $coll +) + "abc" + + + + + substring-before( + "abc--d-e-fghi", + "--d-e-", + $coll +) + "abc--" + + + + + substring-before( + "a*b*c*d*e*f*g*h*i*", + "***cde", + $coll +) + "a*b*" + + + + + substring-before( + "Eureka!", + "--***-*---", + $coll +) + "" + The second argument contains only ignorable collation units and is + equivalent to the zero-length string. + + +
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns the part of $value that follows the first occurrence of + $substring, taking collations into account.

+
+ +

If $value or $substring is the empty sequence, or + contains only ignorable collation units, it is interpreted as the zero-length + string.

+

If $substring is the zero-length string, then the function returns + the value of $value.

+

If $value does not contain a string that is equal to + $substring, then the function returns the zero-length string.

+

The collation used by this function is determined according to the rules in .

+

The function returns the substring of $value that follows in + $value the first occurrence of a sequence of collation units + that provides a to the collation units of $substring + according to the collation that is used.

+ + +
+ +

A dynamic error may be raised if + the specified collation does not support collation units.

+
+ + +

The collation used in some of these examples, $coll, is a + collation in which both - and * are ignorable collation units.

+

“Ignorable collation unit” is equivalent to “ignorable collation element” in .

+
+ + + substring-after("tattoo", "tat") + "too" + + + + + substring-after("tattoo", "tattoo") + "" + + + + + substring-after((), ()) + "" + + + +"http://www.w3.org/2013/collation/UCA?lang=en;alternate=blanked;strength=primary" + + + substring-after( + "abcdefghi", + "--d-e-", + $coll +) + "fghi" + + + + + substring-after( + "abc--d-e-fghi", + "--d-e-", + $coll +) + "-fghi" + + + + + substring-after( + "a*b*c*d*e*f*g*h*i*", + "***cde***", + $coll +) + "*f*g*h*i*" + + + + + substring-after( + "Eureka!", + "--***-*---", + $coll +) + "Eureka!" + The second argument contains only ignorable collation units and is + equivalent to the zero-length string. + + +
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if the supplied string matches a given regular expression.

+
+ +

If $value is the empty sequence, it is interpreted as the zero-length + string.

+

If the $flags argument is omitted or if it is an empty sequence, + the effect is the same as setting $flags to a zero-length string. + Flags are defined in .

+

The function returns true if the set of obtained + by matching $value against the regular expression $pattern, + with the associated $flags, is non-empty. Otherwise, the function returns false.

+
+ +

A dynamic error is raised if + $pattern is invalid according to the rules described in .

+

A dynamic error is raised if + $flags is invalid according to the rules described in .

+
+ +

Unless the metacharacters ^ and $ are used as anchors, the + string is considered to match the pattern if any substring matches the pattern. But if + anchors are used, the anchors must match the start/end of the string (in string mode), + or the start/end of a line (in multi-line mode).

+

This is different from the behavior of patterns in , where + regular expressions are implicitly anchored.

+

Regular expression matching is defined on the basis of Unicode codepoints; it takes no + account of collations.

+

It is valid for the regular expression to match a zero-length segment of $value. + For example, the result of the expression matches($s, "") is always true, regardless + of the value of $s.

+
+ + + + matches("abracadabra", "bra") + true() + + + + + matches("abracadabra", "^a.*a$") + true() + + + + + matches("abracadabra", "^bra") + false() + + + + +Kaum hat dies der Hahn gesehen, +Fängt er auch schon an zu krähen: +Kikeriki! Kikikerikih!! +Tak, tak, tak! - da kommen sie. +]]> + + + matches($poem, "Kaum.*krähen") + false() + + + + + matches($poem, "Kaum.*krähen", "s") + true() + + + + + matches($poem, "^Kaum.*gesehen,$", "m") + true() + + + + + matches($poem, "^Kaum.*gesehen,$") + false() + + + + + matches($poem, "kiki", "i") + true() + + + +
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a string produced from the input string by replacing any segments that match a + given regular expression with a supplied replacement string, + provided either literally, or by invoking a supplied function.

+
+ +

If $value is the empty sequence, it is interpreted as the zero-length + string.

+

If the $flags argument is omitted or if it is an empty sequence, + the effect is the same as setting $flags to a zero-length string. + Flags are defined in .

+

The string $value is matched against the regular expression $pattern, + using the supplied $flags, to obtain a set of . + A replacement string R for each + of these segments (say M) is determined by the value of the + $replacement argument, by applying the first + of the following rules that applies:

+ + +

If $replacement is absent or empty, R is a zero-length + string.

+
+ +

If $replacement is a function item F, then + R is obtained by calling F, and then applying the + function fn:string to the result.

+

The first argument to F is the string to be replaced, + provided as xs:untypedAtomic.

+

The second argument to F provides the captured + groups as an xs:untypedAtomic sequence. + The Nth item in this sequence is the string value of the segment captured by + the Nth capturing subexpression. If the + Nth capturing subexpression was not matched, the Nth item + will be the zero-length string.

+

Note that the rules for function coercion mean that the function actually + supplied for F may be an arity-1 function: the + second argument does not need to be declared if it is not used.

+
+ +

If $replacement is a string and the + q flag is present, R is the value + of $replacement.

+ +

Otherwise, the value of $replacement is processed as follows.

+

Within the supplied $replacement string, a variable marker $N (where + N is an unsigned integer) may + be used to refer to the Nth captured group associated with M. + The replacement string R is obtained by replacing each of these variable markers + with the string value of the relevant captured group. + The variable marker $0 refers to the substring captured by the regular expression as a + whole.

+

A literal $ character within the + replacement string must be written as \$, and a literal \ + character must be written as \\.

+

More specifically, the rules are as follows, where S is the number of + capturing subexpressions in the regular expression, and N is the + decimal number formed by taking all the digits that consecutively follow the + $ character in $replacement:

+ + + +

If N=0, then the variable is replaced by the string value of M.

+
+ +

If 1<=N<=S, then the variable marker is + replaced by the string value of the Nth captured group associated + with M. If the + Nth parenthesized sub-expression was not matched, then the + variable marker is replaced by the zero-length string.

+
+ +

If S<N<=9, then the variable marker is + replaced by the zero-length string.

+
+ +

Otherwise (if N>S and + N>9), the last digit of N is taken to + be a literal character to be included “as is” in the replacement string, and the + rules are reapplied using the number N formed by stripping off this + last digit.

+ +

For example, if the replacement string is + "$23" + and there are 5 substrings, the result contains the value of the substring that + matches the second capturing subexpression, followed by the digit + 3.

+
+
+ + + + + +
+ +
+ +

The function returns the xs:string that is obtained by replacing each + of the of $value with + the corresponding value of R.

+ +
+ +

A dynamic error is raised if the value of + $pattern is invalid according to the rules described in section .

+

A dynamic error is raised if the value of + $flags is invalid according to the rules described in section .

+ +

In the absence of the q flag, + a dynamic error is raised if the value of + $replacement contains a dollar sign ($) character that is not + immediately followed by a digit 0-9 and not immediately preceded by a + backslash (\).

+

In the absence of the q flag, + a dynamic error is raised if the value of + $replacement contains a backslash (\) character that is not part of a + \\ pair, unless it is immediately followed by a dollar sign ($) + character.

+

A dynamic error is raised if both the $replacement + and $action arguments are supplied, and neither is an empty sequence.

+
+ +

If the input string contains no substring that matches the regular + expression, the result of the function is a single string identical to the input + string.

+

If two overlapping substrings of $value both match the + $pattern, then only the first one (that is, the one whose first character comes first in the $value string) is + replaced.

+

If two alternatives within the pattern both match at the same position in the + $input, then the match that is chosen is the one matched by the first + alternative. For example:

+ replace("abcd", "(ab)|(a)", "[1=$1][2=$2]") returns "[1=ab][2=]cd" +

The rules for allow a zero-length matching + segment to immediately follow a non-zero-length matching segment (they are not considered to + overlap). This means, for example, that the regular expression .* + will typically produce two matches: one matching segment containing all the characters in the + input string, and a second zero-length matching seqment at the end position of the string.

+ +
+ + + + replace("abracadabra", "bra", "*") + "a*cada*" + + + replace("abracadabra", "a.*a", "*") + "*" + + + replace("abracadabra", "a.*?a", "*") + "*c*bra" + + + replace("abracadabra", "a", "") + "brcdbr" + + + replace("abracadabra", "a(.)", "a$1$1") + "abbraccaddabbra" + + + replace("AAAA", "A+", "b") + "b" + + + replace("AAAA", "A+?", "b") + "bbbb" + + + replace("In the beginning was the Word", "\b", "|") + "|In| |the| |beginning| |was| |the| |Word|" + + + replace("abcd!", "[a-z](?=.*(.)$)", "$0$1") + "a!b!c!d!!" + + + replace("darted", "^(.*?)d(.*)$", "$1c$2") + "carted" + Only the first d is replaced. + + + replace("abracadabra", "bra", upper-case#1) + "aBRAcadaBRA" + + + replace("Chapter 9", "[0-9]+", fn { . + 1 }) + "Chapter 10" + + + replace( + "LHR to LAX", + "\b[A-Z]{3}\b", + { 'LAX': 'Los Angeles', 'LHR': 'London' } +) + "London to Los Angeles" + + + replace( + "57°43′30″", + "([0-9]+)°([0-9]+)′([0-9]+)″", + fn($s, $groups) { + string($groups[1] + $groups[2] ÷ 60 + $groups[3] ÷ 3600) || '°' + } +) + "57.725°" + + + + +

The $replacement argument can now be a function + that computes the replacement strings.

+

It is now permitted for the regular expression to match a zero-length string.

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a sequence of strings constructed by splitting the input wherever a separator is + found; the separator is any substring that matches a given regular expression.

+
+ +

The following rules apply when the $pattern argument is omitted, + or is set to an empty sequence:

+ +

The function splits the supplied string at whitespace boundaries.

+

More specifically, calling fn:tokenize($value) or fn:tokenize($value, ()) + is equivalent to calling fn:tokenize(fn:normalize-space($value), ' ')) where the second argument + is a single space character (x20).

+

The $flags argument is ignored.

+
+

The following rules apply when the $pattern argument is supplied as a single string:

+ +

If the $flags argument is omitted or if it is an empty sequence, + the effect is the same as setting $flags to a zero-length string. + Flags are defined in .

+

If $value is the empty sequence, or if $value is the + zero-length string, the function returns the empty sequence.

+ +

The function returns a sequence of strings formed by breaking the $value + string into a sequence of strings, treating any substring that matches + $pattern as a separator. The separators themselves are not returned.

+
+

More specifically:

+ +

Let M0 be the sequence of + that results from matching $value against $pattern in the presence + of $flags.

+

Unless the first segment in M0 is zero-length and starts at the first + of $value, prepend a zero-length segment that starts at the start of $value: + call the result M1.

+

Unless the last segment in M1 is zero-length and starts at the last + of $value (that is, the character position after the last character), append a zero-length + segment that starts at the last character position of $value. Call the result M2.

+

For each pair of adjacent segments in M2 (say, S/n and S/n+1), + construct a string (possibly zero-length) that is the substring of $value containing all characters + that follow S/n and that precede S/n+1. Return this sequence of strings, in order.

+
+
+ +
+ +
+ +

A dynamic error is raised if the value of + $pattern is invalid according to the rules described in section .

+

A dynamic error is raised if the value of + $flags is invalid according to the rules described in section .

+ + +
+ +

If the input string is not zero length, and no separators are found in + the input string, the result of the function is a single string identical to the input + string.

+

For the one-argument form of the function:

+ +

The function has a similar effect to + the two-argument form with \s+ as the separator pattern, except that the one-argument + form strips leading and trailing whitespace, whereas the two-argument form delivers an extra + zero-length token if leading or trailing whitespace is present.

+

The separator used is any sequence + of tab (U+0009), newline (U+000A), carriage return + (U+000D) or space (U+0020) characters. This is the same as the + separator recognized by list-valued attributes as defined in XSD. + It is not the same as the separator recognized by list-valued attributes in HTML5, + which also treats form-feed (U+000C) as whitespace. If it is necessary + to treat form-feed as a separator, an explicit separator pattern should be used.

+
+

For the two-argument form of the function:

+ +

The function returns no information about the separators that were found + in the string. If this information is required, the fn:analyze-string function + can be used instead. Alternatively, zero-width assertions can be used to identify separators. + For example, using the regular expression (?<=,) will start a new token after every comma, + including the comma as part of the previous token.

+

If a separator occurs at the start of $value, and is not zero-length, the result + sequence will start with a zero-length string. Similarly, zero-length strings will also occur in + the result sequence if a non-zero-length separator occurs at the end of $value, + or if two adjacent substrings match the supplied $pattern.

+

If two alternatives within the supplied $pattern both match at the same + position in the $value string, then the match that is chosen is the first. + For example:

+ tokenize("abracadabra", "(ab)|(a)") returns ("", "r", "c", "d", "r", "")
+

The pattern may match zero-length segments of the input string. For example, the + expression tokenize("Do not eat", "\b") returns the sequence + "Do", " ", "not", " ", "eat".

+

A string may be split into individual characters (producing the same effect as the + fn:characters function) by using the empty regular expression + (for example, tokenize("xyz", ""), + or any other regular expression such as .?? that matches every zero-length string, regardless + of position.

+

Unlike the split method in some other popular languages, however, + not every regular expression that matches a zero-length string produces this + behavior: for example the regular expression \b splits the string + before and after every word.

+
+ + + + + + +
+ + + + tokenize(" red green blue ") + "red", "green", "blue" + + + + + tokenize("The cat sat on the mat", "\s+") + "The", "cat", "sat", "on", "the", "mat" + + + + + tokenize(" red green blue ", "\s+") + "", "red", "green", "blue", "" + + + + + tokenize("1, 15, 24, 50", ",\s*") + "1", "15", "24", "50" + + + + + tokenize("1,15,,24,50,", ",") + "1", "15", "", "24", "50", "" + + + + + fn:tokenize("the end", "\b") + "the", " ", "end" + + + + + fn:tokenize("California", "") + "C", "a", "l", "i", "f", "o", "r", "n", "i", "a" + + + + + tokenize( + "Some unparsed <br> HTML <BR> text", + "\s*<br>\s*", "i" +) + "Some unparsed", "HTML", "text" + + + + + +

The second argument can now be an empty sequence.

+
+ +

It is now permitted for the regular expression to match a zero-length string.

+
+
+
+ + + + + + + + + + nondeterministic + context-independent + focus-independent + + +

Analyzes a string using a regular expression, returning an XML structure that identifies + which parts of the input string matched or failed to match the regular expression, and + in the case of matched substrings, which substrings matched each capturing group in the + regular expression.

+
+ +

If the $flags argument is omitted or if it is an empty sequence, + the effect is the same as setting $flags to a zero-length string. + Flags are defined in .

+

If $value is the empty sequence the function behaves as if + $value were the zero-length string.

+

The function returns an element node whose local name is + analyze-string-result. This element and all its descendant elements have + the namespace URI http://www.w3.org/2005/xpath-functions. The namespace + prefix is implementation-dependent. The children of this element are a + sequence of fn:match and fn:non-match elements. This sequence + is formed by breaking the $value string into a sequence of strings, + returning any substring that matches $pattern as the content of an + fn:match element, and any intervening substring as the content of an + fn:non-match element.

+

More specifically, the function starts by matching the regular expression against the string, + using the supplied $flags, to obtain the . + For each such segment it constructs an fn:match child, whose string value is + the string value of the segment. Before, between, or after these fn:match + elements, as required to ensure that the string value of the fn:analyze-string-result + element is the same as $value, it inserts fn:non-match elements. + The content of an fn:non-match element is always a single (non-empty) text node, + and two fn:non-match elements never appear as adjacent siblings.

+ + + +

The captured groups for each disjoint matching segment + are represented using fn:group or fn:lookahead-group + children of the corresponding fn:match element. Groups captured by a subexpression within + a lookahead assertion are referred to as lookahead groups; those not within a lookahead + assertion are called ordinary groups.

+ +

The content of a fn:match element is in general:

+ + +

A sequence of text nodes and fn:group element children, + whose string-values when concatenated comprise the string value of the matching segment, + followed by

+

A sequence of zero or more fn:lookahead-group elements, + representing the lookahead groups

+
+ +

The string value of an fn:match element may be empty.

+ +

An fn:group element + with a nr attribute having the integer value N identifies + the substring captured by an ordinary group, specifically the string value of the Nth captured group. + For each ordinary capturing subexpression there will be at most one corresponding + fn:group element in each fn:match element in the + result.

+ +

By contrast, lookahead groups are represented by fn:lookahead-group elements, + which (if they appear at all) must follow all text node and fn:group element children + of the fn:match element. These groups may overlap the matching and non-matching substrings, and + indeed may overlap each other. They must appear in ascending numerical order of group number. + The attributes of the fn:lookahead-group element are as follows:

+ + +

nr: the group number, based on the position of the capturing subexpression + that captured the group;

+

value: the string value of the segment that was captured;

+

position: the one-based start position of the segment within the input string.

+
+ +

If the function is called twice with the same arguments, it is implementation-dependent whether the two calls return the same element node + or distinct (but deep equal) element nodes. In this respect it is nondeterministic with respect to node identity.

+ +

The base URI of the element nodes in the result is implementation-dependent.

+ +

A schema is defined for the structure of the returned element: see .

+ +

The result of the function will always be such that validation against this schema would succeed. + However, it is implementation-defined whether the result is typed or untyped, + that is, whether the elements and attributes in the returned tree have type annotations that reflect + the result of validating against this schema.

+ +
+ +

A dynamic error is raised if the value of + $pattern is invalid according to the rules described in section .

+

A dynamic error is raised if the value of + $flags is invalid according to the rules described in section .

+ +
+ +

It is recommended that a processor that implements schema awareness should return typed nodes. + The concept of “schema awareness”, however, is a matter for host languages to define and is outside + the scope of the function library specification.

+

The declarations and definitions in the schema are not automatically available in + the static context of the fn:analyze-string call (or of any other + expression). The contents of the static context are host-language defined, and in some + host languages are implementation-defined.

+

The schema defines the outermost element, analyze-string-result, in such + a way that mixed content is permitted. In fact the element will only have element nodes (match + and non-match) as its children, never text nodes. Although this might have originally been an + oversight, defining the analyze-string-result element with mixed="true" allows it + to be atomized, which is potentially useful (the atomized value will be the original input string), + and the capability has therefore been retained for compatibility with the 3.0 version of this + specification.

+

The rules for allow a zero-length matching + segment to immediately follow a non-zero-length matching segment (they are not considered to + overlap). This means, for example, that the regular expression .* + will typically produce two matches: one matching segment containing all the characters in the + input string, and a second zero-length matching seqment at the end position of the string.

+
+ + +

In the following examples, the result document is shown in serialized form, with + whitespace between the element nodes. This whitespace is not actually present in the + result.

+
+ + + analyze-string("The cat sat on the mat.", "\w+") + + The + + cat + + sat + + on + + the + + mat + . +]]> + + + + + analyze-string("08-12-03", "^(\d+)\-(\d+)\-(\d+)$") + + + 08-12-03 + +]]> + + + + + analyze-string("A1,C15,,D24, X50,", "([A-Z])([0-9]+)") + + + A + 1 + + , + + C + 15 + + ,, + + D + 24 + + , + + X + 50 + + , +]]> + + + + + analyze-string("Chapter 5", "(Chapter|Appendix)(?=\s+([0-9]+))") + + + Chapter + + + 5 +]]> + + + + + analyze-string("There we go", "\b(?=\w+)") + + + There + + we + + go +]]> + + +
+ + +

The output of the function is extended to allow the represention of + captured groups found within lookahead assertions.

+
+ +

It is now permitted for the regular expression to match a zero-length string.

+
+
+
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Determines whether or not any of the supplied strings, when tokenized at whitespace boundaries, contains the supplied token, + under the rules of the supplied collation.

+
+ +

If $value is the empty sequence, the function returns false.

+

Leading and trailing whitespace is trimmed from $token. + If the trimmed value of $token + is a zero-length string, the function returns false.

+

The collation used by this function is determined according to the rules in .

+

The function returns true if and only if there is string in $value which, + after tokenizing at whitespace boundaries, contains a token + that is equal to the trimmed value of $token under + the rules of the selected collation.

+ +
+ +some $t in ($value ! tokenize(.)) +satisfies compare($t, replace($token, '^\s*|\s*$', ''), $collation) eq 0 + + +

Interior whitespace within $token will cause the function to return false, + unless such whitespace is ignored by the selected collation.

+

This function can be used for processing space-separated attribute values + (for example, the XHTML and DITA class attribute), + where one often needs to test for the presence + of a single token in a space-separated list. The function is designed to work + both when the attribute has been validated against an XSD list type, and when it + appears as a single untyped string. It differs from the + HTML 5 definition in that HTML 5 recognizes form feed (x0C) as a separator. + To reproduce the HTML token matching behavior, the HTML ASCII case-insensitive collation + should be used: see .

+
+ + + + contains-token("red green blue ", "red") + true() + + + contains-token(("red", "green", "blue"), " red ") + true() + + + contains-token("red, green, blue", "red") + false() + + + contains-token( + "red green blue", + "RED", + "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive" +) + true() + + + +
+ + + + + + + + + deterministic + context-dependent + focus-independent + + +

Resolves a relative IRI reference against an absolute IRI.

+
+ + + +

The function is defined to operate on IRI references as defined in , and the implementation must permit all arguments that are valid + according to that specification. In addition, the implementation may + accept some or all strings that conform to the rules for (absolute or relative) Legacy + Extended IRI references as defined in . For the purposes of this + section, the terms IRI and IRI reference include these extensions, insofar as the + implementation chooses to support them.

+ +

The following rules apply in order:

+ + + +

If $href is the empty sequence, the function returns the empty + sequence.

+
+ +

If $href is an absolute IRI (as defined above), then it is returned + unchanged.

+
+ +

If the $base argument is not supplied, + or is supplied as an empty sequence then:

+ + +

If the executable base URI + in the dynamic context is not absent, it is used as the effective + value of $base.

+
+ +

Otherwise, a dynamic error is raised: .

+
+
+
+ +

The function resolves the relative IRI reference $href + against the base IRI $base using the algorithm defined in , adapted by treating any character + that would not be valid in an RFC3986 URI or relative reference in the same way that + RFC3986 treats unreserved characters. No percent-encoding takes place.

+
+
+
+ +

The first form of this function resolves $href against the value of the + base-uri property from the static context. A dynamic error is raised if the base-uri property is not initialized in the static + context.

+

A dynamic error is raised if $href + is not a valid IRI according to the rules of RFC3987, extended with an + implementation-defined subset of the extensions permitted in LEIRI, or if it is not a + suitable relative reference to use as input to the RFC3986 resolution algorithm extended + to handle additional unreserved characters.

+

A dynamic error is raised if $base is + not a valid IRI according to the rules of RFC3987, extended with an + implementation-defined subset of the extensions permitted in LEIRI, or if it is not a + suitable IRI to use as input to the chosen resolution algorithm (for example, if it is a + relative IRI reference or, if it is a non-hierarchic URI, or if it contains a fragment + identifier). In XPath 4.0, attempting + to resolve against an absolute URI that includes a fragment identifier is no longer + an error, the fragment identifier is simply ignored. A narrow reading of RFC 3986 + might seem to forbid this, but in practice the interpretation is non-controversial + and the practice is widely supported.

+

A dynamic error is raised if the chosen resolution + algorithm fails for any other reason.

+
+ +

Resolving a URI does not dereference it. This is merely a syntactic operation on two + strings.

+

The algorithms in the cited RFCs include some variations that are optional or + recommended rather than mandatory; they also describe some common practices that are not + recommended, but which are permitted for backwards compatibility. Where the cited RFCs + permit variations in behavior, so does this specification.

+

Throughout this family of specifications, the phrase "resolving a relative URI (or IRI) + reference" should be understood as using the rules of this function, unless otherwise + stated.

+

RFC3986 defines an algorithm for resolving relative references + in the context of the URI syntax defined in that RFC. RFC3987 describes a modification + to that algorithm to make it applicable to IRIs (specifically: additional characters + permitted in an IRI are handled the same way that RFC3986 handles unreserved characters). + The LEIRI specification does not explicitly define a resolution algorithm, but suggests + that it should not be done by converting the LEIRI to a URI, and + should not involve percent-encoding. This specification fills this gap + by defining resolution for LEIRIs in the same way that RFC3987 defines resolution for IRIs, + that is by specifying that additional characters are handled as unreserved characters.

+
+ + +

The optional second argument can now be supplied as an empty sequence.

+
+
+
+ + + + + + deterministic + context-independent + focus-independent + + +

Returns the xs:boolean value true.

+
+ +

The result is equivalent to xs:boolean("1").

+
+ + + + true() + xs:boolean(1) + + + +
+ + + + + + deterministic + context-independent + focus-independent + + +

Returns the xs:boolean value false.

+
+ +

The result is equivalent to xs:boolean("0").

+
+ + + + false() + xs:boolean(0) + + + +
+ + + + + + + + Defines the semantics of the eq + operator when applied to two xs:boolean values. + +

Returns true if the two arguments are the same boolean value.

+
+ +

The function returns true if both arguments are true or if + both arguments are false. It returns false if one of the + arguments is true and the other argument is false.

+
+
+ + + + + + + + Defines the + semantics of the lt operator when applied to two xs:boolean values. Also + used in the definition of the ge operator. + +

Returns true if the first argument is false and the second is true.

+
+ +

The function returns true if $arg1 is false and + $arg2 is true. Otherwise, it returns + false.

+
+
+ + + + + + + + +

Computes the effective boolean value of the sequence $input.

+
+ +

The function computes the effective boolean value of a sequence, defined according to + the following rules. See also .

+ + +

If $input is the empty sequence, fn:boolean returns + false.

+
+ +

If $input is a sequence whose first item is a + (a generalized node), fn:boolean returns true.

+
+ +

If $input is a singleton value of type xs:boolean or of a type + derived from xs:boolean, fn:boolean returns + $input.

+
+ +

If $input is a singleton value of type xs:untypedAtomic, + xs:string, xs:anyURI, or a type derived from xs:string + or xs:anyURI, fn:boolean returns false if the operand value has + zero length; otherwise it returns true.

+
+ +

If $input is a singleton value of any numeric type or a type derived + from a numeric type, fn:boolean returns false if the + operand value is NaN or is numerically equal to zero; otherwise it + returns true.

+
+
+
+ +

In all cases other than those listed above, fn:boolean raises a type error .

+
+ +

The result of this function is not necessarily the same as $input cast as + xs:boolean. For example, fn:boolean("false") returns the value + true whereas "false" cast as xs:boolean (which can also be + written xs:boolean("false")) returns false.

+
+ + + + + boolean($abc[1]) + true() + + + + + boolean($abc[0]) + false() + + + + + boolean($abc[3]) + false() + + + +

fn:boolean($abc) raises a type error .

+
+ +

fn:boolean([]) raises a type error .

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if the effective boolean value of $input is + false, or false if it is true.

+
+ +

The value of $input is first reduced to an effective boolean value by + applying the fn:boolean() function. The function returns true + if the effective boolean value is false, or false if the + effective boolean value is true.

+
+ + + + not(true()) + false() + + + + + not(()) + true() + + + + + not("false") + false() + + + +

fn:not(1 to 10) raises a type error .

+
+
+
+ + + + + + + + + Defines + the semantics of the lt operator when applied to two xs:yearMonthDuration + values. Also used in the definition of the ge operator. + +

Returns true if $arg1 is a shorter duration than $arg2.

+
+ +

If the number of months in $arg1 is numerically less than the + number of months in $arg2, the function returns true.

+

Otherwise, the function returns false.

+
+ +

Either or both durations may be negative.

+
+
+ + + + + + + + + Defines the + semantics of the lt operator when applied to two xs:dayTimeDuration values. + Also used in the definition of the ge operator. + +

Returns true if $arg1 is a shorter duration than $arg2.

+
+ +

If the number of seconds in $arg1 is numerically less than the + number of seconds in $arg2, the function returns true.

+

Otherwise, the function returns false.

+
+ +

Either or both durations may be negative

+
+
+ + + + + + + + + Defines the + semantics of the eq operators when applied to two xs:duration values. Also + used in the definition of the ne operator. + +

Returns true if $arg1 and $arg2 are durations of the same + length.

+
+ +

If the xs:yearMonthDuration components of $arg1 and + $arg2 are equal and the xs:dayTimeDuration components of + $arg1 and $arg2 are equal, the function returns + true.

+

Otherwise, the function returns false.

+

The semantics of this function are:

+ +xs:yearMonthDuration($arg1) div xs:yearMonthDuration('P1M') eq +xs:yearMonthDuration($arg2) div xs:yearMonthDuration('P1M') + and +xs:dayTimeDuration($arg1) div xs:dayTimeDuration('PT1S') eq +xs:dayTimeDuration($arg2) div xs:dayTimeDuration('PT1S') + +

that is, the function returns true if the months and seconds values of the + two durations are equal.

+
+ +

Note that this function, like any other, may be applied to arguments that are derived + from the types given in the function signature, including the two subtypes + xs:dayTimeDuration and xs:yearMonthDuration. With the + exception of the zero-length duration, no instance of xs:dayTimeDuration + can ever be equal to an instance of xs:yearMonthDuration.

+
+ + + + op:duration-equal( + xs:duration("P1Y"), + xs:duration("P12M") +) + true() + + + + + op:duration-equal( + xs:duration("PT24H"), + xs:duration("P1D") +) + true() + + + + + op:duration-equal( + xs:duration("P1Y"), + xs:duration("P365D") +) + false() + + + + + op:duration-equal( + xs:yearMonthDuration("P0Y"), + xs:dayTimeDuration("P0D") +) + true() + + + + + op:duration-equal( + xs:yearMonthDuration("P1Y"), + xs:dayTimeDuration("P365D") +) + false() + + + + + op:duration-equal( + xs:yearMonthDuration("P2Y"), + xs:yearMonthDuration("P24M") +) + true() + + + + + op:duration-equal( + xs:dayTimeDuration("P10D"), + xs:dayTimeDuration("PT240H") +) + true() + + + + + op:duration-equal( + xs:duration("P2Y0M0DT0H0M0S"), + xs:yearMonthDuration("P24M") +) + true() + + + + + op:duration-equal( + xs:duration("P0Y0M10D"), + xs:dayTimeDuration("PT240H") +) + true() + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an xs:dayTimeDuration whose length is a given number of seconds.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:dayTimeDuration value whose length + in seconds is equal to $value.

+

If $value is negative then the result will be a negative duration.

+

For handling of overflow and underflow, see .

+ +
+ +

The result of seconds($n) is approximately equal to the result of + the expression xs:dayTimeDuration('PT1S') * $n. The equivalence is only + approximate, because seconds($n) uses the exact xs:decimal + value supplied, whereas multiplying a duration by a number first converts the number + to an xs:double value, which may lose precision.

+
+ + + + seconds(1) + xs:dayTimeDuration('PT1S') + + + + + seconds(0.001) + xs:dayTimeDuration('PT0.001S') + + + + + seconds(60) + xs:dayTimeDuration('PT1M') + + + + + seconds(86400) + xs:dayTimeDuration('P1D') + + + + + seconds(-5400) + xs:dayTimeDuration('-PT1H30M') + + + + + xs:dateTime('1970-01-01T00:00:00Z') + 1706702400 * seconds(1) + xs:dateTime('2024-01-31T12:00:00Z') + The expression converts a Unix timestamp to an xs:dateTime value + + + + + ( + xs:dateTime('2024-01-31T12:00:00Z') - + xs:dateTime('1970-01-01T00:00:00Z') +) div seconds(1) + 1706702400 + The expression converts an xs:dateTime value to a Unix timestamp + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the number of years in a duration.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer representing the years + component in $value. Given that a duration + is a ($months, $seconds) tuple, the result is the value of ($months idiv 12).

+

If $value is a negative duration then the result will be negative.

+

If $value is an xs:dayTimeDuration the function + returns 0.

+
+ + + + years-from-duration( + xs:yearMonthDuration("P20Y15M") +) + 21 + + + + + years-from-duration( + xs:yearMonthDuration("-P15M") +) + -1 + + + + + years-from-duration( + xs:dayTimeDuration("-P2DT15H") +) + 0 + + + + + years-from-duration( + xs:duration("P1Y1000D") +) + 1 + To capture whole portions of years reflected in the + xs:dayTimeDuration component, it must first be converted to an + xs:yearMonthDuration. + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the number of months in a duration.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer representing the months + component in $value. Given that a duration + is a ($months, $seconds) tuple, the result is the value of ($months mod 12).

+

If $value is a negative duration then the result will be negative.

+

If $value is an xs:dayTimeDuration the function + returns 0.

+
+ + + + months-from-duration( + xs:yearMonthDuration("P20Y15M") +) + 3 + + + + + months-from-duration( + xs:yearMonthDuration("-P20Y18M") +) + -6 + + + + + months-from-duration( + xs:dayTimeDuration("-P2DT15H0M0S") +) + 0 + + + + + months-from-duration( + xs:duration("P1M100D") +) + 1 + To capture whole portions of months reflected in the + xs:dayTimeDuration component, it must first be converted to an + xs:yearMonthDuration. + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the number of days in a duration.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer representing the days + component in $value. Given that a duration + is a ($months, $seconds) tuple, the result is ($seconds idiv 86400).

+

If $value is a negative duration then the result will be negative.

+

If $value is an xs:yearMonthDuration the function returns 0.

+
+ + + + days-from-duration( + xs:dayTimeDuration("P3DT10H") +) + 3 + + + + + days-from-duration( + xs:dayTimeDuration("P3DT55H") +) + 5 + + + + + days-from-duration( + xs:yearMonthDuration("P3Y5M") +) + 0 + + + + + days-from-duration( + xs:duration("P1Y1D") +) + 1 + To capture days reflected in the xs:yearMonthDuration + component, it must first be converted to an + xs:dayTimeDuration. + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the number of hours in a duration.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer representing the hours + component in $value. Given that a duration + is a ($months, $seconds) tuple, the result is the value of ($seconds mod 86400) idiv 3600.

+

If $value is a negative duration then the result will be negative.

+

If $value is an xs:yearMonthDuration the function returns 0.

+
+ + + + hours-from-duration( + xs:dayTimeDuration("P3DT10H") +) + 10 + + + + + hours-from-duration( + xs:dayTimeDuration("P3DT12H32M12S") +) + 12 + + + + + hours-from-duration( + xs:dayTimeDuration("PT123H") +) + 3 + + + + + hours-from-duration( + xs:dayTimeDuration("-P3DT10H") +) + -10 + + + + + hours-from-duration( + xs:duration("P1YT1H") +) + 1 + To capture hours reflected in the xs:yearMonthDuration + component, it must first be converted to an + xs:dayTimeDuration. + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the number of minutes in a duration.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer representing the minutes + component in $value. Given that a duration + is a ($months, $seconds) tuple, the result is the value of ($seconds mod 3600) idiv 60.

+

If $value is a negative duration then the result will be negative.

+

If $value is an xs:yearMonthDuration the function returns 0.

+
+ + + + minutes-from-duration( + xs:dayTimeDuration("P3DT10H") +) + 0 + + + + + minutes-from-duration( + xs:dayTimeDuration("-P5DT12H30M") +) + -30 + + + + + minutes-from-duration( + xs:duration("P1YT1M") +) + 1 + To capture minutes reflected in the xs:yearMonthDuration + component, it must first be converted to an + xs:dayTimeDuration. + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the number of seconds in a duration.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:decimal representing the seconds + component in $value. Given that a duration + is a ($months, $seconds) tuple, the result is the value of ($seconds mod 60) + as an xs:decimal.

+

If $value is a negative duration then the result will be negative.

+

If $value is an xs:yearMonthDuration the function returns 0.

+
+ + + + seconds-from-duration( + xs:dayTimeDuration("P3DT10H12.5S") +) + 12.5 + + + + + seconds-from-duration( + xs:dayTimeDuration("-PT256S") +) + -16.0 + + + + + seconds-from-duration( + xs:duration("P1YT1S") +) + 1 + To capture seconds reflected in the xs:yearMonthDuration + component of an xs:duration, it must first be converted to an + xs:dayTimeDuration. + + + + + seconds-from-duration( + xs:duration("P1YT1S") +) + 1 + To capture seconds reflected in the xs:yearMonthDuration + component, it must first be converted to an + xs:dayTimeDuration. + + + +
+ + + + + + + + Defines the semantics of the + + operator when applied to two xs:yearMonthDuration values. + +

Returns the result of adding two xs:yearMonthDuration values.

+
+ +

The function returns the result of adding $arg1 to $arg2. + The result will be an xs:yearMonthDuration whose + length in months is equal to the length in months of $arg1 plus the length + in months of $arg2.

+

For handling of overflow, see .

+
+ +

Either duration (and therefore the result) may be negative.

+
+ + + + op:add-yearMonthDurations( + xs:yearMonthDuration("P2Y11M"), + xs:yearMonthDuration("P3Y3M") +) + xs:yearMonthDuration("P6Y2M") + + + +
+ + + + + + + + Defines the semantics of the + - operator when applied to two xs:yearMonthDuration values. + +

Returns the result of subtracting one xs:yearMonthDuration value from + another.

+
+ +

The function returns the result of subtracting $arg2 from + $arg1. The result will be an xs:yearMonthDuration + whose length in months is equal to the length in months of $arg1 minus the + length in months of $arg2.

+

For handling of overflow, see .

+
+ +

Either duration (and therefore the result) may be negative.

+
+ + + + op:subtract-yearMonthDurations( + xs:yearMonthDuration("P2Y11M"), + xs:yearMonthDuration("P3Y3M") +) + xs:yearMonthDuration("-P4M") + + + +
+ + + + + + + + Defines the semantics of the + * operator when applied to an xs:yearMonthDuration and a numeric + value. + +

Returns the result of multiplying $arg1 by $arg2. + The result is rounded to the nearest month.

+
+ +

The result is the xs:yearMonthDuration whose length in months is equal to + the result of applying the fn:round function to the value obtained by + multiplying the length in months of $arg1 by the value of + $arg2.

+

If $arg2 is positive or negative zero, the result is a zero-length + duration. If $arg2 is positive or negative infinity, the result overflows + and is handled as described in .

+

For handling of overflow, underflow, and rounding, see .

+
+ +

A dynamic error is raised if $arg2 is + NaN.

+
+ +

Either duration (and therefore the result) may be negative.

+
+ + + + op:multiply-yearMonthDuration( + xs:yearMonthDuration("P2Y11M"), + 2.3 +) + xs:yearMonthDuration("P6Y9M") + + + +
+ + + + + + + + Defines the semantics of the + div operator when applied to an xs:yearMonthDuration and a numeric + value. + +

Returns the result of dividing $arg1 by $arg2. + The result is rounded to the nearest month.

+
+ +

The result is the xs:yearMonthDuration whose length in months is equal to + the result of applying the fn:round function to the value obtained by + dividing the length in months of $arg1 by the value of + $arg2.

+

If $arg2 is positive or negative infinity, the result is a zero-length + duration. If $arg2 is positive or negative zero, the result overflows and + is handled as described in .

+

For handling of overflow, underflow, and rounding, + see .

+
+ +

A dynamic error is raised if $arg2 is + NaN.

+
+ +

Either operand (and therefore the result) may be negative.

+
+ + + + op:divide-yearMonthDuration( + xs:yearMonthDuration("P2Y11M"), + 1.5 +) + xs:yearMonthDuration("P1Y11M") + + + +
+ + + + + + + + Defines the semantics of the + div operator when applied to two xs:yearMonthDuration values. + +

Returns the ratio of two xs:yearMonthDuration values.

+
+ +

The function returns the result of dividing the length in months of $arg1 + by the length in months of $arg2, according to the rules of the + op:numeric-divide function for integer operands.

+

For handling of overflow, underflow, and rounding, + see .

+
+ +

Either duration (and therefore the result) may be negative.

+
+ + + + op:divide-yearMonthDuration-by-yearMonthDuration( + xs:yearMonthDuration("P3Y4M"), + xs:yearMonthDuration("-P1Y4M") +) + -2.5 + + + +

The following example demonstrates how to calculate the length of an + xs:yearMonthDuration value in months:

+ + op:divide-yearMonthDuration-by-yearMonthDuration( + xs:yearMonthDuration("P3Y4M"), + xs:yearMonthDuration("P1M") +) + 40 + +
+
+
+ + + + + + + + Defines the semantics of the + + operator when applied to two xs:dayTimeDuration values. + +

Returns the sum of two xs:dayTimeDuration values.

+
+ +

The function returns the result of adding $arg1 to + $arg2. The result is the xs:dayTimeDuration whose length in + seconds is equal to the sum of the length in seconds of the two input durations.

+

For handling of overflow, see .

+
+ +

Either duration (and therefore the result) may be negative.

+
+ + + + op:add-dayTimeDurations( + xs:dayTimeDuration("P2DT12H5M"), + xs:dayTimeDuration("P5DT12H") +) + xs:dayTimeDuration('P8DT5M') + + + +
+ + + + + + + + Defines the semantics of the - + operator when applied to two xs:dayTimeDuration values. + +

Returns the result of subtracting one xs:dayTimeDuration from another.

+
+ +

The function returns the result of subtracting $arg2 from + $arg1. The result is the xs:dayTimeDuration whose + length in seconds is equal to the length in seconds of $arg1 minus the + length in seconds of $arg2.

+

For handling of overflow, see .

+
+ +

Either duration (and therefore the result) may be negative.

+
+ + + + op:subtract-dayTimeDurations( + xs:dayTimeDuration("P2DT12H"), + xs:dayTimeDuration("P1DT10H30M") +) + xs:dayTimeDuration('P1DT1H30M') + + + +
+ + + + + + + + Defines the semantics of the * + operator when applied to an xs:dayTimeDuration and a numeric + value. + +

Returns the result of multiplying a xs:dayTimeDuration by a number.

+
+ +

The function returns the result of multiplying $arg1 by + $arg2. The result is the xs:dayTimeDuration whose length in + seconds is equal to the length in seconds of $arg1 multiplied by the + numeric value $arg2.

+ +

If $arg2 is positive or negative zero, the result is a zero-length + duration. If $arg2 is positive or negative infinity, the result overflows + and is handled as described in .

+

For handling of overflow, underflow, and rounding, see .

+
+ +

A dynamic error is raised if $arg2 is + NaN.

+
+ +

Either operand (and therefore the result) may be negative.

+
+ + + + op:multiply-dayTimeDuration( + xs:dayTimeDuration("PT2H10M"), + 2.1 +) + xs:dayTimeDuration('PT4H33M') + + + +
+ + + + + + + + Defines the semantics of the + div operator when applied to two xs:dayTimeDuration values. + +

Returns the result of multiplying a xs:dayTimeDuration by a number.

+
+ +

The function returns the result of dividing $arg1 by + $arg2. The result is the xs:dayTimeDuration whose length in + seconds is equal to the length in seconds of $arg1 divided by the numeric + value $arg2.

+

If $arg2 is positive or negative infinity, the result is a zero-length + duration. If $arg2 is positive or negative zero, the result overflows and + is handled as described in .

+ +

For handling of overflow, underflow, and rounding, see .

+
+ +

A dynamic error is raised if $arg2 is + NaN.

+
+ +

Either operand (and therefore the result) may be negative.

+
+ + + + op:divide-dayTimeDuration( + xs:dayTimeDuration("P1DT2H30M10.5S"), + 1.5 +) + xs:duration("PT17H40M7S") + + + +
+ + + + + + + + Defines the semantics of the + div operator when applied to two xs:dayTimeDuration values. + +

Returns the ratio of two xs:dayTimeDuration values, as a decimal + number.

+
+ +

The function returns the result of dividing $arg1 by + $arg2. The result is the xs:dayTimeDuration whose length in + seconds is equal to the length in seconds of $arg1 divided by the length in + seconds of $arg2. The calculation is performed by applying + op:numeric-divide to the two xs:decimal operands.

+

For handling of overflow, underflow, and rounding, + see .

+
+ +

Either operand (and therefore the result) may be negative.

+
+ + + + round-half-to-even( + op:divide-dayTimeDuration-by-dayTimeDuration( + xs:dayTimeDuration("P2DT53M11S"), xs:dayTimeDuration("P1DT10H") + ), + 4 +) + 1.4378 + + + +

This examples shows how to determine the number of seconds in a duration.

+ + op:divide-dayTimeDuration-by-dayTimeDuration( + xs:dayTimeDuration("P2DT53M11S"), + xs:dayTimeDuration("PT1S") +) + 175991.0 + +
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an xs:dateTime value created by combining an xs:date + and an xs:time.

+
+ +

If either $date or $time is the empty sequence the function + returns the empty sequence.

+

Otherwise, the function returns an xs:dateTime whose date component is + equal to $date and whose time component is equal to $time.

+

The timezone of the result is computed as follows:

+ + +

If neither argument has a timezone, the result has no timezone.

+
+ +

If exactly one of the arguments has a timezone, or if both arguments have the same + timezone, the result has this timezone.

+
+
+
+ +

A dynamic error is raised if the two arguments both + have timezones and the timezones are different.

+
+ + + + dateTime( + xs:date("1999-12-31"), + xs:time("12:00:00") +) + xs:dateTime("1999-12-31T12:00:00") + + + + + dateTime( + xs:date("1999-12-31"), + xs:time("24:00:00") +) + xs:dateTime("1999-12-31T00:00:00") + This is because "24:00:00" is an alternate lexical form + for "00:00:00" + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a dateTime value for a Unix time.

+
+ +

The function returns a dateTime value in UTC timezone for the Unix time specified + by $value in milliseconds. If the value is absent or an empty sequence, + 0 is used. The Unix time is defined in .

+

If the implementation supports data types from XSD 1.1 then the returned value will be + an instance of xs:dateTimeStamp. Otherwise, the only guarantees are that it + will be an instance of xs:dateTime and will have a timezone component.

+
+ +xs:dateTime('1970-01-01T00:00:00Z') + ($value otherwise 0) * seconds(0.001) + + +

By calling this convenience function, it can be ensured that the correct timezone + is used for computing the Unix time.

+

Note that Unix time does not account for leap seconds. It assumes that every day has + 86,400 seconds.

+
+ + + + unix-dateTime() + xs:dateTime('1970-01-01T00:00:00Z') + + + + + unix-dateTime(1) + xs:dateTime('1970-01-01T00:00:00.001Z') + + + + + unix-dateTime(86400000) + xs:dateTime('1970-01-02T00:00:00Z') + + + +

Calculate the Unix time associated with a xs:dateTime value:

+ let $value := current-dateTime() +return ($value - unix-dateTime()) div seconds(0.001) +
+
+ +

New in 4.0

+
+
+ + + + + + + + + Defines the + semantics of the eq operator when applied to two xs:dateTime values. Also + used in the definition of the ne, le and ge operators. + + deterministic + context-dependent + focus-independent + + +

Returns true if the two supplied xs:dateTime values refer to the same + instant in time.

+
+ +

If either $arg1 or $arg2 has no timezone component, the + effective value of the argument is obtained by substituting the implicit timezone from + the dynamic evaluation context.

+

The function then returns true if and only if the effective value of + $arg1 is equal to the effective value of $arg2 according to + the algorithm defined in section 3.2.7.4 of + Order relation on dateTime for xs:dateTime values with + timezones. Otherwise the function returns false.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00

+
+ + + op:dateTime-equal( + xs:dateTime("2002-04-02T12:00:00-01:00"), + xs:dateTime("2002-04-02T17:00:00+04:00") +) + true() + + + + + op:dateTime-equal( + xs:dateTime("2002-04-02T12:00:00"), + xs:dateTime("2002-04-02T23:00:00+06:00") +) + true() + + + + + op:dateTime-equal( + xs:dateTime("2002-04-02T12:00:00"), + xs:dateTime("2002-04-02T17:00:00") +) + false() + + + + + op:dateTime-equal( + xs:dateTime("2002-04-02T12:00:00"), + xs:dateTime("2002-04-02T12:00:00") +) + true() + + + + + op:dateTime-equal( + xs:dateTime("2002-04-02T23:00:00-04:00"), + xs:dateTime("2002-04-03T02:00:00-01:00") +) + true() + + + + + op:dateTime-equal( + xs:dateTime("1999-12-31T24:00:00"), + xs:dateTime("2000-01-01T00:00:00") +) + true() + + + + + op:dateTime-equal( + xs:dateTime("2005-04-04T24:00:00"), + xs:dateTime("2005-04-04T00:00:00") +) + false() + + +
+
+ + + + + + + + + Defines the + semantics of the lt operator when applied to two xs:dateTime values. Also + used in the definition of the ge operator. + + deterministic + context-dependent + focus-independent + + +

Returns true if the first argument represents an earlier instant in time + than the second argument.

+
+ +

If either $arg1 or $arg2 has no timezone component, the + effective value of the argument is obtained by substituting the implicit timezone from + the dynamic evaluation context.

+

The function then returns true if and only if the effective value of + $arg1 is less than the effective value of $arg2 according + to the algorithm defined in section 3.2.7.4 of + Order relation on dateTime for xs:dateTime values with + timezones. Otherwise the function returns false.

+
+
+ + + + + + + + + + Defines the + semantics of the eq operator when applied to two xs:date values. Also used + in the definition of the ne, le and ge operators. + + deterministic + context-dependent + focus-independent + + +

Returns true if and only if the starting instants of the two supplied + xs:date values are the same.

+
+ +

The starting instant of an xs:date is the xs:dateTime at time + 00:00:00 on that date.

+

The function returns the result of the expression:

+ op:dateTime-equal(xs:dateTime($arg1), xs:dateTime($arg2)) +
+ + + + op:date-equal( + xs:date("2004-12-25Z"), + xs:date("2004-12-25+07:00") +) + false() + The starting instants are + xs:dateTime("2004-12-25T00:00:00Z") and + xs:dateTime("2004-12-25T00:00:00+07:00"). These are normalized to + xs:dateTime("2004-12-25T00:00:00Z") and + xs:dateTime("2004-12-24T17:00:00Z"). + + + + + op:date-equal( + xs:date("2004-12-25-12:00"), + xs:date("2004-12-26+12:00") +) + true() + + + +
+ + + + + + + + Defines the semantics + of the lt operator when applied to two xs:date values. Also used in the + definition of the ge operator. + +

Returns true if and only if the starting instant of $arg1 is + less than the starting instant of $arg2. Returns false + otherwise.

+
+ +

The starting instant of an xs:date is the xs:dateTime at time + 00:00:00 on that date.

+

The function returns the result of the expression:

+ op:dateTime-less-than(xs:dateTime($arg1), xs:dateTime($arg2)) +
+ + + + op:date-less-than( + xs:date("2004-12-25Z"), + xs:date("2004-12-25-05:00") +) + true() + + + + + op:date-less-than( + xs:date("2004-12-25-12:00"), + xs:date("2004-12-26+12:00") +) + false() + + + +
+ + + + + + + + + Defines the + semantics of the eq operator when applied to two xs:time values. Also used + in the definition of the ne, le and ge operators. + + deterministic + context-dependent + focus-independent + + +

Returns true if the two xs:time values represent the same + instant in time, when treated as being times on the same date, before adjusting the + timezone.

+
+ +

Each of the supplied xs:time values is expanded to an + xs:dateTime value by associating the time with an arbitrary date. The + function returns the result of comparing these two xs:dateTime values using + op:dateTime-equal.

+

The result of the function is thus the same as the value of the expression:

+ op:dateTime-equal( + dateTime(xs:date('1972-12-31'), $arg1), + dateTime(xs:date('1972-12-31'), $arg2)) +
+ + +

Assume that the date components from the reference xs:dateTime + correspond to 1972-12-31.

+
+ + + op:time-equal( + xs:time("08:00:00+09:00"), + xs:time("17:00:00-06:00") +) + false() + Using the reference date components + the starting instants are 1972-12-31T08:00:00+09:00 and + 1972-12-31T17:00:00-06:00, respectively, and normalize to + 1972-12-30T23:00:00Z and 1972-12-31T23:00:00Z. + + + + + + op:time-equal( + xs:time("21:30:00+10:30"), + xs:time("06:00:00-05:00") +) + true() + + + + + op:time-equal( + xs:time("24:00:00+01:00"), + xs:time("00:00:00+01:00") +) + true() + This not the result one might expect. For xs:dateTime + values, a time of 24:00:00 is equivalent to 00:00:00 on + the following day. For xs:time, the normalization from + 24:00:00 to 00:00:00 happens before the + xs:time is converted into an xs:dateTime for the + purpose of the equality comparison. For xs:time, any operation on + 24:00:00 produces the same result as the same operation on + 00:00:00 because these are two different lexical representations + of the same value. + + +
+
+ + + + + + + + Defines the semantics + of the lt operator when applied to two xs:time values. Also used in the + definition of the ge operator. + + deterministic + context-dependent + focus-independent + + +

Returns true if the first xs:time value represents an earlier + instant in time than the second, when both are treated as being times on the same date, + before adjusting the timezone.

+
+ +

Each of the supplied xs:time values is expanded to an + xs:dateTime value by associating the time with an arbitrary date. The + function returns the result of comparing these two xs:dateTime values using + op:dateTime-less-than.

+

The result of the function is thus the same as the value of the expression:

+ op:dateTime-less-than( + dateTime(xs:date('1972-12-31'), $arg1), + dateTime(xs:date('1972-12-31'), $arg2)) +
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00.

+
+ + + op:time-less-than( + xs:time("12:00:00"), + xs:time("23:00:00+06:00") +) + false() + + + + + op:time-less-than( + xs:time("11:00:00"), + xs:time("17:00:00Z") +) + true() + + + + + op:time-less-than( + xs:time("23:59:59"), + xs:time("24:00:00") +) + false() + + +
+
+ + + + + + + + + Defines the + semantics of the eq operator when applied to two xs:gYearMonth values. Also + used in the definition of the ne operator. + + deterministic + context-dependent + focus-independent + + +

Returns true if the two xs:gYearMonth values have the same starting + instant.

+
+ +

The starting instants of $arg1 and $arg2 are calculated by + supplying the missing components of $arg1 and $arg2 from the + xs:dateTime template xxxx-xx-01T00:00:00. The function + returns the result of comparing these two starting instants using + op:dateTime-equal.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00.

+
+ +

op:gYearMonth-equal(xs:gYearMonth("1986-02"), xs:gYearMonth("1986-03")) + returns false(). The starting instants are + 1986-02-01T00:00:00-05:00 and 1986-03-01T00:00:00, + respectively.

+
+ +

op:gYearMonth-equal(xs:gYearMonth("1978-03"), xs:gYearMonth("1986-03Z")) + returns false(). The starting instants are + 1978-03-01T00:00:00-05:00 and 1986-03-01T00:00:00Z, + respectively.

+
+
+
+ + + + + + + + + Defines the semantics + of the eq operator when applied to two xs:gYear values. Also used in the + definition of the ne operator. + + deterministic + context-dependent + focus-independent + + +

Returns true if the two xs:gYear values have the same starting instant.

+
+ +

The starting instants of $arg1 and $arg2 are calculated by + supplying the missing components of $arg1 and $arg2 from the + xs:dateTime template xxxx-01-01T00:00:00. The function + returns the result of comparing these two starting instants using + op:dateTime-equal.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00. Assume, also, that the xs:dateTime template is + xxxx-01-01T00:00:00.

+
+ +

op:gYear-equal(xs:gYear("2005-12:00"), xs:gYear("2005+12:00")) returns + false(). The starting instants are + 2005-01-01T00:00:00-12:00 and 2005-01-01T00:00:00+12:00, + respectively, and normalize to 2005-01-01T12:00:00Z and + 2004-12-31T12:00:00Z.

+
+ + + op:gYear-equal( + xs:gYear("1976-05:00"), + xs:gYear("1976") +) + true() + + +
+
+ + + + + + + + + Defines the + semantics of the eq operator when applied to two xs:gMonthDay values. Also + used in the definition of the ne operator. + + deterministic + context-dependent + focus-independent + + +

Returns true if the two xs:gMonthDay values have the same starting instant, + when considered as days in the same year.

+
+ +

The starting instants of $arg1 and $arg2 are calculated by + supplying the missing components of $arg1 and $arg2 from the + xs:dateTime template 1972-xx-xxT00:00:00 or an equivalent. + The function returns the result of comparing these two starting instants using + op:dateTime-equal.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00. Assume for the purposes of illustration that the + xs:dateTime template used is 1972-xx-xxT00:00:00 (this + does not affect the result).

+
+ + + op:gMonthDay-equal( + xs:gMonthDay("--12-25-14:00"), + xs:gMonthDay("--12-26+10:00") +) + true() + The starting instants are 1972-12-25T00:00:00-14:00 and + 1972-12-26T00:00:00+10:00, respectively, and normalize to + 1972-12-25T14:00:00Z and 1972-12-25T14:00:00Z. + + + + + + op:gMonthDay-equal( + xs:gMonthDay("--12-25"), + xs:gMonthDay("--12-26Z") +) + false() + + +
+
+ + + + + + + + Defines the + semantics of the eq operator when applied to two xs:gMonth values. Also used + in the definition of the ne operator. + + deterministic + context-dependent + focus-independent + + +

Returns true if the two xs:gMonth values have the same starting instant, + when considered as months in the same year.

+
+ +

The starting instants of $arg1 and $arg2 are calculated by + supplying the missing components of $arg1 and $arg2 from the + xs:dateTime template 1972-xx-01T00:00:00 or an equivalent. + The function returns the result of comparing these two starting instants using + op:dateTime-equal.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00. Assume, also, that the xs:dateTime template + chosen is 1972-xx-01T00:00:00.

+
+ + + op:gMonth-equal( + xs:gMonth("--12-14:00"), + xs:gMonth("--12+10:00") +) + false() + The starting instants are 1972-12-01T00:00:00-14:00 and + 1972-12-01T00:00:00+10:00, respectively, and normalize to + 1972-11-30T14:00:00Z and 1972-12-01T14:00:00Z. + + + + + + op:gMonth-equal( + xs:gMonth("--12"), + xs:gMonth("--12Z") +) + false() + + +
+
+ + + + + + + + Defines the semantics + of the eq operator when applied to two xs:gDay values. Also used in the + definition of the ne operator. + + deterministic + context-dependent + focus-independent + + +

Returns true if the two xs:gDay values have the same starting instant, when + considered as days in the same month of the same year.

+
+ +

The starting instants of $arg1 and $arg2 are calculated by + supplying the missing components of $arg1 and $arg2 from the + xs:dateTime template 1972-12-xxT00:00:00 or an equivalent. + The function returns the result of comparing these two starting instants using + op:dateTime-equal.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00. Assume, also, that the xs:dateTime template is + 1972-12-xxT00:00:00.

+
+ + + op:gDay-equal( + xs:gDay("---25-14:00"), + xs:gDay("---25+10:00") +) + false() + The starting instants are 1972-12-25T00:00:00-14:00 and + 1972-12-25T00:00:00+10:00, respectively, and normalize to + 1972-12-25T14:00:00Z and 1972-12-24T14:00:00Z. + + + + + + op:gDay-equal( + xs:gDay("---12"), + xs:gDay("---12Z") +) + false() + + +
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the year component of a value.

+
+ +

If $value is the empty sequence, or if the year component is absent, + the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer representing the year + component in $value. The result may be negative.

+
+ +

Ignoring complications that arise with midnight on the last day + of the year, the year returned is the same numeric value that appears in the lexical + representation, which for negative years means the meaning may vary depending on whether + XSD 1.0 or XSD 1.1 conventions are in use.

+
+ + + + year-from-dateTime( + xs:dateTime("1999-05-31T13:20:00-05:00") +) + 1999 + + + + + year-from-dateTime( + xs:dateTime("1999-05-31T21:30:00-05:00") +) + 1999 + + + + + year-from-dateTime( + xs:dateTime("1999-12-31T19:20:00") +) + 1999 + + + + + year-from-dateTime( + xs:dateTime("1999-12-31T24:00:00") +) + 2000 + + + + + year-from-dateTime( + xs:dateTime("-0002-06-06T00:00:00") +) + -2 + The result is the same whether XSD 1.0 or 1.1 is in use, despite + the absence of a year 0 in the XSD 1.0 value space. + + + + + year-from-dateTime( + xs:gYearMonth("2007-05Z") +) + 2007 + + + + + year-from-dateTime( + xs:time("12:30:00") +) + () + + + + + +

The function has been extended to handle other Gregorian types such as xs:gYearMonth.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the month component of a value.

+
+ +

If $value is the empty sequence, or if it contains no month component, + the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer between 1 and + 12, both inclusive, representing the month component in + $value.

+
+ + + + month-from-dateTime( + xs:dateTime("1999-05-31T13:20:00-05:00") +) + 5 + + + + + month-from-dateTime( + xs:dateTime("1999-12-31T19:20:00-05:00") +) + 12 + + + + + month-from-dateTime( + adjust-dateTime-to-timezone( + xs:dateTime("1999-12-31T19:20:00-05:00"), + xs:dayTimeDuration("PT0S") + ) +) + 1 + + + + + month-from-dateTime( + xs:gYearMonth("2007-05Z") +) + 5 + + + + + month-from-dateTime( + xs:time("12:30:00") +) + () + + + + + +

The function has been extended to handle other Gregorian types such as xs:gYearMonth.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the day component of a value.

+
+ +

If $value is the empty sequence, or if it contains no day component, + the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer between 1 and + 31, both inclusive, representing the day component in the + local value of $value.

+
+ + + + day-from-dateTime( + xs:dateTime("1999-05-31T13:20:00-05:00") +) + 31 + + + + + day-from-dateTime( + xs:dateTime("1999-12-31T20:00:00-05:00") +) + 31 + + + + + day-from-dateTime( + adjust-dateTime-to-timezone( + xs:dateTime("1999-12-31T19:20:00-05:00"), + xs:dayTimeDuration("PT0S") + ) +) + 1 + + + + + day-from-dateTime( + xs:gMonthDay("--05-31Z") +) + 31 + + + + + day-from-dateTime( + xs:time("12:30:00") +) + () + + + + + +

The function has been extended to handle other Gregorian types such as xs:gMonthDay.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the hours component of a value.

+
+ +

If $value is the empty sequence, or if it contains no hours + component, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer between 0 and + 23, both inclusive, representing the hours component in $value.

+
+ + + + hours-from-dateTime( + xs:dateTime("1999-05-31T08:20:00-05:00") +) + 8 + + + + + hours-from-dateTime( + xs:dateTime("1999-12-31T21:20:00-05:00") +) + 21 + + + + + hours-from-dateTime( + adjust-dateTime-to-timezone( + xs:dateTime("1999-12-31T21:20:00-05:00"), + xs:dayTimeDuration("PT0S") + ) +) + 2 + + + + + hours-from-dateTime( + xs:dateTime("1999-12-31T12:00:00") +) + 12 + + + + + hours-from-dateTime( + xs:dateTime("1999-12-31T24:00:00") +) + 0 + + + + + hours-from-dateTime( + xs:gYearMonth("2007-05Z") +) + () + + + + + hours-from-dateTime( + xs:time("12:30:00") +) + 12 + + + + + + +

The function has been extended to handle other types including xs:time.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the minute component of a value.

+
+ +

If $value is the empty sequence, or if it contains no minutes + component, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer value between 0 + and 59, both inclusive, representing the minute component in the local value of + $value.

+
+ + + + minutes-from-dateTime( + xs:dateTime("1999-05-31T13:20:00-05:00") +) + 20 + + + + + minutes-from-dateTime( + xs:dateTime("1999-05-31T13:30:00+05:30") +) + 30 + + + + + minutes-from-dateTime( + xs:gYearMonth("2007-05Z") +) + () + + + + + minutes-from-dateTime( + xs:time("12:30:00") +) + 30 + + + + + +

The function has been extended to handle other types including xs:time.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the seconds component of a value.

+
+ +

If $value is the empty sequence, or if it contains no seconds + component, the function returns the empty sequence.

+

Otherwise, the function returns an xs:decimal value greater than or equal + to zero and less than 60, representing the seconds and fractional seconds in $value.

+
+ + + + seconds-from-dateTime( + xs:dateTime("1999-05-31T13:20:00-05:00") +) + 0 + + + + + seconds-from-dateTime( + xs:gYearMonth("2007-05Z") +) + () + + + + + seconds-from-dateTime( + xs:time("12:30:14.5") +) + 14.5 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the timezone component of a value.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns the timezone component of $value, if any. If + $value has a timezone component, then the result is an + xs:dayTimeDuration that indicates deviation from UTC; its value may + range from +14:00 to -14:00 hours, both inclusive. If $value has no timezone + component, the result is the empty sequence.

+
+ + + + timezone-from-dateTime( + xs:dateTime("1999-05-31T13:20:00-05:00") +) + xs:dayTimeDuration("-PT5H") + + + + + timezone-from-dateTime( + xs:dateTime("2000-06-12T13:20:00Z") +) + xs:dayTimeDuration("PT0S") + + + + + timezone-from-dateTime( + xs:dateTime("2004-08-27T00:00:00") +) + () + + + + + timezone-from-dateTime( + xs:gYearMonth("2007-05Z") +) + xs:dayTimeDuration("PT0S") + + + + + timezone-from-dateTime( + xs:time("12:30:00") +) + () + + + + + +

The function has been extended to handle other types such as xs:gYearMonth.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the year component of an xs:date.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer representing the year in the + local value of $value. The value may be negative.

+
+ +

The year returned is the same numeric value that appears in the lexical + representation, which for negative years means the meaning may vary depending on whether + XSD 1.0 or XSD 1.1 conventions are in use.

+
+ + + + year-from-date( + xs:date("1999-05-31") +) + 1999 + + + + + year-from-date( + xs:date("2000-01-01+05:00") +) + 2000 + + + + + year-from-date( + xs:date("-0002-06-01") +) + -2 + The result is the same whether XSD 1.0 or 1.1 is in use, despite + the absence of a year 0 in the XSD 1.0 value space. + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the month component of an xs:date.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer between + 1 and 12, both + inclusive, representing the month component in the local value of $value. +

+
+ + + + month-from-date( + xs:date("1999-05-31-05:00") +) + 5 + + + + + month-from-date( + xs:date("2000-01-01+05:00") +) + 1 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the day component of an xs:date.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer between + 1 and 31, both + inclusive, representing the day component in the localized value of + $value.

+
+ + + + day-from-date( + xs:date("1999-05-31-05:00") +) + 31 + + + + + day-from-date( + xs:date("2000-01-01+05:00") +) + 1 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the timezone component of an xs:date.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns the timezone component of $value, if any. If + $value has a timezone component, then the result is an + xs:dayTimeDuration that indicates deviation from UTC; its value may + range from +14:00 to -14:00 hours, both inclusive. If $value has no timezone + component, the result is the empty sequence.

+
+ + + + timezone-from-date( + xs:date("1999-05-31-05:00") +) + xs:dayTimeDuration("-PT5H") + + + + + timezone-from-date( + xs:date("2000-06-12Z") +) + xs:dayTimeDuration("PT0S") + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the hours component of an xs:time.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer between + 0 and 23, both + inclusive, representing the value of the hours component in the local value of + $value.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00.

+
+ + + hours-from-time(xs:time("11:23:00")) + 11 + + + + + hours-from-time(xs:time("21:23:00")) + 21 + + + + + hours-from-time(xs:time("01:23:00+05:00")) + 1 + + + + + hours-from-time( + adjust-time-to-timezone( + xs:time("01:23:00+05:00"), + xs:dayTimeDuration("PT0S") + ) +) + 20 + + + + + hours-from-time(xs:time("24:00:00")) + 0 + + +
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the minutes component of an xs:time.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:integer value between 0 + and 59, both inclusive, representing the value of the minutes component + in the local value of $value.

+
+ + + + minutes-from-time(xs:time("13:00:00Z")) + 0 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the seconds component of an xs:time.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns an xs:decimal value greater than or equal + to zero and less than 60, representing the seconds and fractional seconds in the local + value of $value.

+
+ + + + seconds-from-time(xs:time("13:20:10.5")) + 10.5 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the timezone component of an xs:time.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+

Otherwise, the function returns the timezone component of $value, if any. If + $value has a timezone component, then the result is an + xs:dayTimeDuration that indicates deviation from UTC; its value may + range from +14:00 to -14:00 hours, both inclusive. If $value has no timezone + component, the result is the empty sequence.

+
+ + + + timezone-from-time(xs:time("13:20:00-05:00")) + xs:dayTimeDuration("-PT5H") + + + + + timezone-from-time(xs:time("13:20:00")) + () + + + +
+ + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-independent + focus-independent + + +

Adjusts an xs:dateTime value to a specific timezone, or to no timezone at + all.

+
+ +

If $timezone is not specified, then the effective value of + $timezone is the value of the implicit timezone in the dynamic + context.

+

If $value is the empty sequence, then the function returns the empty + sequence.

+

If $value does not have a timezone component and $timezone is + the empty sequence, then the result is $value.

+

If $value does not have a timezone component and $timezone is + not the empty sequence, then the result is $value with $timezone + as the timezone component.

+

If $value has a timezone component and $timezone is the empty + sequence, then the result is the local value of $value without its timezone + component.

+

If $value has a timezone component and $timezone is not the + empty sequence, then the result is the xs:dateTime value that is equal to + $value and that has a timezone component equal to + $timezone.

+
+ +

A dynamic error is raised if $timezone + is less than -PT14H or greater than PT14H or is not an + integral number of minutes.

+
+ + +

Assume the dynamic context provides an implicit timezone of -05:00 + (-PT5H0M).

+
+ + + + adjust-dateTime-to-timezone( + xs:dateTime('2002-03-07T10:00:00') +) + xs:dateTime('2002-03-07T10:00:00-05:00') + + + + + adjust-dateTime-to-timezone( + xs:dateTime('2002-03-07T10:00:00-07:00') +) + xs:dateTime('2002-03-07T12:00:00-05:00') + + + + + adjust-dateTime-to-timezone( + xs:dateTime('2002-03-07T10:00:00'), + $tz-10 +) + xs:dateTime('2002-03-07T10:00:00-10:00') + + + + + adjust-dateTime-to-timezone( + xs:dateTime('2002-03-07T10:00:00-07:00'), + $tz-10 +) + xs:dateTime('2002-03-07T07:00:00-10:00') + + + + + adjust-dateTime-to-timezone( + xs:dateTime('2002-03-07T10:00:00-07:00'), + xs:dayTimeDuration("PT10H") +) + xs:dateTime('2002-03-08T03:00:00+10:00') + + + + + adjust-dateTime-to-timezone( + xs:dateTime('2002-03-07T00:00:00+01:00'), + xs:dayTimeDuration("-PT8H") +) + xs:dateTime('2002-03-06T15:00:00-08:00') + + + + + adjust-dateTime-to-timezone( + xs:dateTime('2002-03-07T10:00:00'), + () +) + xs:dateTime('2002-03-07T10:00:00') + + + + + adjust-dateTime-to-timezone( + xs:dateTime('2002-03-07T10:00:00-07:00'), + () +) + xs:dateTime('2002-03-07T10:00:00') + + +
+
+ + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-independent + focus-independent + + +

Adjusts an xs:date value to a specific timezone, or to no timezone at all; + the result is the date in the target timezone that contains the starting instant of the + supplied date.

+
+ +

If $timezone is not specified, then the effective value of + $timezone is the value of the implicit timezone in the dynamic + context.

+

If $value is the empty sequence, then the function returns the empty + sequence.

+

If $value does not have a timezone component and $timezone is + the empty sequence, then the result is $value.

+

If $value does not have a timezone component and $timezone is + not the empty sequence, then the result is $value with $timezone + as the timezone component.

+

If $value has a timezone component and $timezone is the empty + sequence, then the result is the local value of $value without its timezone + component.

+

If $value has a timezone component and $timezone is not the + empty sequence, then:

+ + +

Let $dt be the value of fn:dateTime($arg, + xs:time('00:00:00')).

+
+ +

Let $adt be the value of fn:adjust-dateTime-to-timezone($dt, + $timezone)

+
+ +

The function returns the value of xs:date($adt)

+
+
+
+ +

A dynamic error is raised if $timezone + is less than -PT14H or greater than PT14H or is not an + integral number of minutes.

+
+ + +

Assume the dynamic context provides an implicit timezone of -05:00 + (-PT5H0M).

+
+ + + + adjust-date-to-timezone( + xs:date("2002-03-07") +) + xs:date("2002-03-07-05:00") + + + + + adjust-date-to-timezone( + xs:date("2002-03-07-07:00") +) + xs:date("2002-03-07-05:00") + $value is converted to + xs:dateTime("2002-03-07T00:00:00-07:00"). This is adjusted to the + implicit timezone, giving "2002-03-07T02:00:00-05:00". + + + + + + adjust-date-to-timezone( + xs:date("2002-03-07"), + $tz-10 +) + xs:date("2002-03-07-10:00") + + + + + adjust-date-to-timezone( + xs:date("2002-03-07-07:00"), + $tz-10 +) + xs:date("2002-03-06-10:00") + $value is converted to + xs:dateTime("2002-03-07T00:00:00-07:00"). + This is adjusted to the given timezone, + giving "2002-03-06T21:00:00-10:00". + + + + + adjust-date-to-timezone( + xs:date("2002-03-07"), + () +) + xs:date("2002-03-07") + + + + + adjust-date-to-timezone( + xs:date("2002-03-07-07:00"), + () +) + xs:date("2002-03-07") + + +
+
+ + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-independent + focus-independent + + +

Adjusts an xs:time value to a specific timezone, or to no timezone at + all.

+
+ +

If $timezone is not specified, then the effective value of + $timezone is the value of the implicit timezone in the dynamic + context.

+

If $value is the empty sequence, then the function returns the empty + sequence.

+

If $value does not have a timezone component and $timezone is + the empty sequence, then the result is $value.

+

If $value does not have a timezone component and $timezone is + not the empty sequence, then the result is $value with $timezone + as the timezone component.

+

If $value has a timezone component and $timezone is the empty + sequence, then the result is the localized value of $value without its + timezone component.

+

If $value has a timezone component and $timezone is not the + empty sequence, then:

+ + +

Let $dt be the xs:dateTime value + fn:dateTime(xs:date('1972-12-31'), $value).

+
+ +

Let $adt be the value of fn:adjust-dateTime-to-timezone($dt, + $timezone) +

+
+ +

The function returns the xs:time value + xs:time($adt).

+
+
+
+ +

A dynamic error is raised if $timezone + is less than -PT14H or greater than PT14H or if does not + contain an integral number of minutes.

+
+ + +

Assume the dynamic context provides an implicit timezone of -05:00 + (-PT5H0M).

+
+ + + + adjust-time-to-timezone( + xs:time("10:00:00") +) + xs:time("10:00:00-05:00") + + + + + adjust-time-to-timezone( + xs:time("10:00:00-07:00") +) + xs:time("12:00:00-05:00") + + + + + adjust-time-to-timezone( + xs:time("10:00:00"), + $tz-10 +) + xs:time("10:00:00-10:00") + + + + + adjust-time-to-timezone( + xs:time("10:00:00-07:00"), + $tz-10 +) + xs:time("07:00:00-10:00") + + + + + adjust-time-to-timezone( + xs:time("10:00:00"), + () +) + xs:time("10:00:00") + + + + + adjust-time-to-timezone( + xs:time("10:00:00-07:00"), + () +) + xs:time("10:00:00") + + + + + adjust-time-to-timezone( + xs:time("10:00:00-07:00"), + xs:dayTimeDuration("PT10H") +) + xs:time("03:00:00+10:00") + + +
+
+ + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-independent + focus-independent + + +

Returns the timezone offset from UTC that is in conventional use at a given place and time.

+
+ +

This function uses a database of civil timezones (including daylight savings time) to return + the timezone offset for a given date/time and place. For example, the timezone offset for New York + on 31 December 2024 would be -PT5H.

+

If the $place argument is omitted or empty then the + from the dynamic context is used.

+

If the supplied $value has no timezone then the implicit timezone from the dynamic + context is used. This is unrelated to the timezone applicable to the requested $place.

+

The intended use of the $place argument is to identify + the place where an event +represented by the $value argument took place or will take place. + The value must be an IANA timezone name as defined in the IANA timezone database . + Examples are "America/New_York" and "Europe/Rome".

+ +

The result of the function is the civil timezone offset applicable to the given date/time + and place, as determined by the IANA timezone database or an alternative authoritative source.

+
+ +

A dynamic error is raised if no timezone information is available for the given date/time and place. + This includes the case where the given place is not present in the timezone database, + and also the case where the information available for that place does not cover a sufficient range + of dates.

+
+ + + + civil-timezone( + xs:dateTime('2024-12-31T23:59:59'), 'America/New_York') + + xs:dayTimeDuration('-PT5H') + + + civil-timezone( + xs:dateTime('2024-06-30T23:59:59'), 'America/New_York') + + xs:dayTimeDuration('-PT4H') + + + +

The expression:

+ adjust-dateTime-to-timezone( + current-dateTime(), + civil-timezone(current-dateTime(), 'America/New_York') +) +

returns the current civil date and time in New York.

+
+ +

If the default place is a location in the same timezone as (say) Paris, then the expression

+ civil-timezone(xs:dateTime('2024-07-01T09:00:00')) +

returns PT2H.

+
+
+ +

New in 4.0

+
+
+ + + + + + + + + Defines the semantics of the - + operator when applied to two xs:dateTime values. + + deterministic + context-dependent + focus-independent + + +

Returns an xs:dayTimeDuration representing the amount of elapsed time + between the instants arg2 and arg1.

+
+ +

If either $arg1 or $arg2 do not contain an explicit timezone + then, for the purpose of the operation, the implicit timezone provided by the dynamic + context (See .) is + assumed to be present as part of the value.

+

The function returns the elapsed time between the date/time instant arg2 + and the date/time instant arg1, computed according to the algorithm given + in Appendix E of , and expressed as a + xs:dayTimeDuration.

+

If the normalized value of $arg1 precedes in time the normalized value of + $arg2, then the returned value is a negative duration.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00.

+
+ + + op:subtract-dateTimes( + xs:dateTime("2000-10-30T06:12:00"), + xs:dateTime("1999-11-28T09:00:00Z") +) + xs:dayTimeDuration("P337DT2H12M") + + +
+
+ + + + + + + + Defines the semantics of the - operator + when applied to two xs:date values. + + deterministic + context-dependent + focus-independent + + +

Returns the xs:dayTimeDuration that corresponds to the elapsed time between + the starting instant of $arg2 and the starting instant of + $arg2.

+
+ +

If either $arg1 or $arg2 do not contain an explicit timezone + then, for the purpose of the operation, the implicit timezone provided by the dynamic + context (See .) is + assumed to be present as part of the value.

+

The starting instant of an xs:date is the xs:dateTime at + 00:00:00 on that date.

+

The function returns the result of subtracting the two starting instants using + op:subtract-dateTimes.

+

If the starting instant of $arg1 precedes in time the starting instant of + $arg2, then the returned value is a negative duration.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + Z.

+
+ + + op:subtract-dates( + xs:date("2000-10-30"), + xs:date("1999-11-28") +) + xs:dayTimeDuration("P337D") + The normalized values of the two starting instants are { 2000, + 10, 30, 0, 0, 0, xs:dayTimeDuration("PT0S") } and { 1999, 11, 28, 0, 0, 0, + xs:dayTimeDuration("PT0S") }. + + + +

Now assume that the dynamic context provides an implicit timezone value of + +05:00.

+
+ + + op:subtract-dates( + xs:date("2000-10-30"), + xs:date("1999-11-28Z") +) + xs:dayTimeDuration("P336DT19H") + The normalized values of the two starting instants are { 2000, + 10, 29, 19, 0, 0, xs:dayTimeDuration("PT0S") } and { 1999, 11, 28, 0, 0, 0, + xs:dayTimeDuration("PT0S") }. + + + + + op:subtract-dates( + xs:date("2000-10-15-05:00"), + xs:date("2000-10-10+02:00") +) + xs:dayTimeDuration("P5DT7H") + + +
+
+ + + + + + + + Defines the semantics of the - operator + when applied to two xs:time values. + + deterministic + context-dependent + focus-independent + + +

Returns the xs:dayTimeDuration that corresponds to the elapsed time between + the values of $arg2 and $arg1 treated as times on the same + date.

+
+ +

The function returns the result of the expression:

+ op-subtract-dateTimes( + dateTime(xs:date('1972-12-31'), $arg1), + dateTime(xs:date('1972-12-31'), $arg2)) +
+ +

Any other reference date would work equally well.

+
+ + +

Assume that the dynamic context provides an implicit timezone value of + -05:00. Assume, also, that the date components of the reference + xs:dateTime correspond to "1972-12-31".

+
+ + + op:subtract-times( + xs:time("11:12:00Z"), + xs:time("04:00:00") +) + xs:dayTimeDuration("PT2H12M") + This is obtained by subtracting from the xs:dateTime + value { 1972, 12, 31, 11, 12, 0, xs:dayTimeDuration("PT0S") } the xs:dateTime + value { 1972, 12, 31, 9, 0, 0, xs:dayTimeDuration("PT0S") }. + + + + + op:subtract-times( + xs:time("11:00:00-05:00"), + xs:time("21:30:00+05:30") +) + xs:dayTimeDuration("PT0S") + The two xs:dateTime values are { 1972, 12, 31, 11, + 0, 0, xs:dayTimeDuration("-PT5H") } and { 1972, 12, 31, 21, 30, 0, xs:dayTimeDuration("PT5H30M") }. These + normalize to { 1972, 12, 31, 16, 0, 0, xs:dayTimeDuration("PT0S") } + and { 1972, 12, 31, 16, 0, 0, xs:dayTimeDuration("PT0S") }. + + + + + + op:subtract-times( + xs:time("17:00:00-06:00"), + xs:time("08:00:00+09:00") +) + xs:dayTimeDuration("P1D") + The two normalized xs:dateTime values are { 1972, + 12, 31, 23, 0, 0, xs:dayTimeDuration("PT0S") } and { 1972, 12, 30, 23, 0, 0, + xs:dayTimeDuration("PT0S") }. + + + + + op:subtract-times( + xs:time("24:00:00"), + xs:time("23:59:59") +) + xs:dayTimeDuration("-PT23H59M59S") + The two normalized xs:dateTime values are { 1972, + 12, 31, 0, 0, 0, () } and { 1972, 12, 31, 23, 59, 59.0, + () }. + + +
+
+ + + + + + + + Defines the + semantics of the + operator when applied to an xs:dateTime and an + xs:yearMonthDuration value. + + deterministic + context-independent + focus-independent + + +

Returns the xs:dateTime that is a given duration after a specified + xs:dateTime (or before, if the duration is negative).

+
+ +

The function returns the result of adding $arg2 to the value of + $arg1 using the algorithm described in Appendix E of , disregarding the rule about leap seconds. If $arg2 + is negative, then the result xs:dateTime precedes $arg1.

+

The result has the same timezone as $arg1. If $arg1 has no + timezone, the result has no timezone.

+
+ + + + op:add-yearMonthDuration-to-dateTime( + xs:dateTime("2000-10-30T11:12:00"), + xs:yearMonthDuration("P1Y2M") +) + xs:dateTime("2001-12-30T11:12:00") + + + +
+ + + + + + + + Defines the semantics + of the + operator when applied to an xs:dateTime and an + xs:dayTimeDuration value. + + deterministic + context-independent + focus-independent + + +

Returns the xs:dateTime that is a given duration after a specified + xs:dateTime (or before, if the duration is negative).

+
+ +

The function returns the result of adding $arg2 to the value of + $arg1 using the algorithm described in Appendix E of , disregarding the rule about leap seconds. If $arg2 + is negative, then the result xs:dateTime precedes $arg1.

+

The result has the same timezone as $arg1. If $arg1 has no + timezone, the result has no timezone.

+
+ + + + op:add-dayTimeDuration-to-dateTime( + xs:dateTime("2000-10-30T11:12:00"), + xs:dayTimeDuration("P3DT1H15M") +) + xs:dateTime("2000-11-02T12:27:00") + + + +
+ + + + + + + + Defines the + semantics of the - operator when applied to an xs:dateTime and an + xs:yearMonthDuration value. + + deterministic + context-independent + focus-independent + + +

Returns the xs:dateTime that is a given duration before a specified + xs:dateTime (or after, if the duration is negative).

+
+ +

The function returns the xs:dateTime computed by negating + $arg2 and adding the result to $arg1 using the + function op:add-yearMonthDuration-to-dateTime.

+
+ + + + op:subtract-yearMonthDuration-from-dateTime( + xs:dateTime("2000-10-30T11:12:00"), + xs:yearMonthDuration("P1Y2M") +) + xs:dateTime("1999-08-30T11:12:00") + + + +
+ + + + + + + + Defines the semantics + of the - operator when applied to an xs:dateTime an and + xs:dayTimeDuration values + +

Returns the xs:dateTime that is a given duration before a specified + xs:dateTime (or after, if the duration is negative).

+
+ +

The function returns the xs:dateTime computed by negating + $arg2 and adding the result to $arg1 using the + function op:add-dayTimeDuration-to-dateTime.

+
+ + + + op:subtract-dayTimeDuration-from-dateTime( + xs:dateTime("2000-10-30T11:12:00"), + xs:dayTimeDuration("P3DT1H15M") +) + xs:dateTime("2000-10-27T09:57:00") + + + +
+ + + + + + + + Defines the semantics + of the + operator when applied to an xs:date and an + xs:yearMonthDuration value. + + deterministic + context-independent + focus-independent + + +

Returns the xs:date that is a given duration after a specified + xs:date (or before, if the duration is negative).

+
+ +

The function returns the result of casting $arg1 to an + xs:dateTime, adding $arg2 using the function + op:add-yearMonthDuration-to-dateTime, and casting the result back to an + xs:date.

+
+ + + + op:add-yearMonthDuration-to-date( + xs:date("2000-10-30"), + xs:yearMonthDuration("P1Y2M") +) + xs:date("2001-12-30") + + + +
+ + + + + + + + Defines the semantics of + the + operator when applied to an xs:date and an + xs:dayTimeDuration value. + + deterministic + context-independent + focus-independent + + +

Returns the xs:date that is a given duration after a specified + xs:date (or before, if the duration is negative).

+
+ +

The function returns the result of casting $arg1 to an + xs:dateTime, adding $arg2 using the function + op:add-dayTimeDuration-to-dateTime, and casting the result back to an + xs:date.

+
+ + + + op:add-dayTimeDuration-to-date( + xs:date("2004-10-30Z"), + xs:dayTimeDuration("P2DT2H30M0S") +) + xs:date("2004-11-01Z") + The starting instant of the first argument is the + xs:dateTime value { 2004, 10, 30, 0, 0, 0, xs:dayTimeDuration("PT0S") }. + Adding the second argument to this gives the xs:dateTime value + { 2004, 11, 1, 2, 30, 0, xs:dayTimeDuration("PT0S") }. The time components are then + discarded. + + + +
+ + + + + + + + Defines the semantics + of the - operator when applied to an xs:date and an + xs:yearMonthDuration value. + + deterministic + context-independent + focus-independent + + +

Returns the xs:date that is a given duration before a specified + xs:date (or after, if the duration is negative).

+
+ +

Returns the xs:date computed by negating $arg2 and adding the + result to $arg1 using the function + op:add-yearMonthDuration-to-date.

+
+ + + + op:subtract-yearMonthDuration-from-date( + xs:date("2000-10-30"), + xs:yearMonthDuration("P1Y2M") +) + xs:date("1999-08-30") + + + + + op:subtract-yearMonthDuration-from-date( + xs:date("2000-02-29Z"), + xs:yearMonthDuration("P1Y") +) + xs:date("1999-02-28Z") + + + + + op:subtract-yearMonthDuration-from-date( + xs:date("2000-10-31-05:00"), + xs:yearMonthDuration("P1Y1M") +) + xs:date("1999-09-30-05:00") + + + +
+ + + + + + + + Defines the semantics of + the - operator when applied to an xs:date and an + xs:dayTimeDuration. + + deterministic + context-independent + focus-independent + + +

Returns the xs:date that is a given duration before a specified + xs:date (or after, if the duration is negative).

+
+ +

Returns the xs:date computed by negating $arg2 and adding the + result to $arg1 using the function + op:add-dayTimeDuration-to-date.

+
+ + + + op:subtract-dayTimeDuration-from-date( + xs:date("2000-10-30"), + xs:dayTimeDuration("P3DT1H15M") +) + xs:date("2000-10-26") + + + +
+ + + + + + + + Defines the semantics of + the + operator when applied to an xs:time and an + xs:dayTimeDuration value. + +

Returns the xs:time value that is a given duration after a specified + xs:time (or before, if the duration is negative or causes wrap-around + past midnight)

+
+ +

First, the days component in the canonical lexical representation of $arg2 + is set to zero (0) and the value of the resulting xs:dayTimeDuration is + calculated. Alternatively, the value of $arg2 modulus 86,400 is used as the + second argument. This value is added to the value of $arg1 converted to an + xs:dateTime using a reference date such as 1972-12-31, and + the time component of the result is returned. Note that the xs:time + returned may occur in a following or preceding day and may be less than + $arg1.

+

The result has the same timezone as $arg1. If $arg1 has no + timezone, the result has no timezone.

+
+ + + + op:add-dayTimeDuration-to-time( + xs:time("11:12:00"), + xs:dayTimeDuration("P3DT1H15M") +) + xs:time("12:27:00") + + + + + op:add-dayTimeDuration-to-time( + xs:time("23:12:00+03:00"), + xs:dayTimeDuration("P1DT3H15M") +) + xs:time("02:27:00+03:00") + That is, { 0, 0, 0, 2, 27, 0, xs:dayTimeDuration("PT3H") } + + + +
+ + + + + + + + Defines the semantics of + the - operator when applied to an xs:time and an + xs:dayTimeDuration value. + + deterministic + context-independent + focus-independent + + +

Returns the xs:time value that is a given duration before a specified + xs:time (or after, if the duration is negative or causes wrap-around + past midnight)

+
+ +

The function returns the result of negating $arg2 and adding the result to + $arg1 using the function op:add-dayTimeDuration-to-time.

+
+ + + + op:subtract-dayTimeDuration-from-time( + xs:time("11:12:00"), + xs:dayTimeDuration("P3DT1H15M") +) + xs:time("09:57:00") + + + + + op:subtract-dayTimeDuration-from-time( + xs:time("08:20:00-05:00"), + xs:dayTimeDuration("P23DT10H10M") +) + xs:time("22:10:00-05:00") + + + +
+ + + + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Returns a string containing an xs:dateTime value formatted for display.

+
+ +

See .

+
+ + +

The 3rd, 4th, and 5th arguments are now optional; previously the function required either 2 or 5 arguments.

+
+
+
+ + + + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Returns a string containing an xs:date value formatted for display.

+
+ +

See .

+
+ + +

The 3rd, 4th, and 5th arguments are now optional; previously the function required either 2 or 5 arguments.

+
+
+
+ + + + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Returns a string containing an xs:time value formatted for display.

+
+ +

See .

+
+ + +

The 3rd, 4th, and 5th arguments are now optional; previously the function required either 2 or 5 arguments.

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + + +

Parses a string containing the date and time in IETF format, returning the corresponding + xs:dateTime value.

+
+ +

The function accepts a string matching the production input in the + following grammar:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ input + + ::= + + S? (dayname ","? S)? ((datespec S time) | asctime) S? +
+ dayname + + ::= + + "Mon" | "Tue" | "Wed" | "Thu" | "Fri" | "Sat" | "Sun" | "Monday | "Tuesday" + | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday" +
+ datespec + + ::= + + daynum dsep monthname dsep year +
+ asctime + + ::= + + monthname dsep daynum S time S year +
+ dsep + + ::= + + S | (S? "-" S?) +
+ daynum + + ::= + + digit digit? +
+ year + + ::= + + digit digit (digit digit)? +
+ digit + + ::= + + [0-9] +
+ monthname + + ::= + + "Jan" | "Feb" | "Mar" | "Apr" | "May" | "Jun" | "Jul" | "Aug" | "Sep" | + "Oct" | "Nov" | "Dec" +
+ time + + ::= + + hours ":" minutes (":" seconds)? (S? timezone)? +
+ hours + + ::= + + digit digit? +
+ minutes + + ::= + + digit digit +
+ seconds + + ::= + + digit digit ("." digit+)? +
+ timezone + + ::= + + tzname | tzoffset (S? "(" S? tzname S? ")")? +
+ tzname + + ::= + + "UT" | "UTC" | "GMT" | "EST" | "EDT" | "CST" | "CDT" | "MST" | "MDT" | "PST" + | "PDT" +
+ tzoffset + + ::= + + ("+"|"-") hours ":"? minutes? +
+ S + + ::= + + (x09 | x0A | x0D | x20)+ +
+ +

The input is case-insensitive: upper-case and lower-case distinctions in the above + grammar show the conventional usage, but otherwise have no significance.

+

If the input is an empty sequence, the result is an empty sequence.

+

The dayname, if present, is ignored.

+

The daynum, monthname, and year supply the day, + month, and year of the resulting xs:dateTime value. A two-digit year + must have 1900 added to it. A year such as 0070 is to be treated + as given; negative years are not permitted.

+

The hours, minutes, and seconds (including + fractional seconds) values supply the corresponding components of the resulting + xs:dateTime value; if the seconds value + or the fractional seconds value is absent then zero + is assumed.

+

If both a tzoffset and a tzname are supplied then the + tzname is ignored.

+

If a tzoffset is supplied then this defines the hours and minutes parts of the timezone offset:

+ + +

If it contains a colon, this separates the hours part from the minutes part.

+
+ +

Otherwise, the grammar allows a sequence of from one to four digits. These are interpreted + as H, HH, HMM, or HHMM respectively, where H + or HH is the hours part, and MM (if present) is the minutes part.

+
+

If the minutes part is absent it defaults to 00.

+
+ +

If a tzname is supplied with no tzoffset then it is translated + to a timezone offset as follows:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
tznameOffset
UT, UTC, GMT00:00
EST-05:00
EDT-04:00
CST-06:00
CDT-05:00
MST-07:00
MDT-06:00
PST-08:00
PDT-07:00
+

If neither a tzoffset nor tzname is supplied, a timezone + offset of 00:00 is assumed.

+
+ +

A dynamic error is raised if the input does + not match the grammar, or if the resulting date/time value is invalid + (for example, "31 February").

+
+ +

The parse-ietf-date function attempts to interpret its input as a date + in any of the three formats specified by HTTP .

+ +

These formats are used widely on the Internet to represent timestamps, and were + specified in:

+ +

(electronic mail), extended in to allow four-digit years;

+

(Usenet Messages), obsoleted by ;

+

POSIX asctime() format

+
+

(HTTP) officially uses a subset of those three formats restricted to GMT.

+ +

The grammar for this function is slightly more liberal than the RFCs (reflecting the internet tradition of being liberal in what is accepted). + For example the function:

+ + + +

Accepts a single-digit value where appropriate in place of a two-digit value with a leading zero (so + "Wed 1 Jun" is acceptable in place of "Wed 01 Jun", + and the timezone offset "-5:00" is equivalent to "-05:00")

+
+ +

Accepts one or more whitespace characters (x20, x09, x0A, x0D) wherever a single + space is required, and allows whitespace to be omitted where it is not required + for parsing

+
+ +

Accepts and ignores whitespace characters (x20, x09, x0A, x0D) at the start or end + of the string.

+
+
+ +

In new protocols IETF recommends the format of , which is based on a profile of + ISO 8601 similar to that already used in XPath and XSD, but the “approximate” + format described here is very widely used.

+ +

An date can be generated approximately using fn:format-dateTime with a picture + string of "[FNn3], [D01] [MNn3] [Y04] [H01]:[m01]:[s01] [Z0000]".

+
+ + + + parse-ietf-date("Wed, 06 Jun 1994 07:29:35 GMT") + xs:dateTime("1994-06-06T07:29:35Z") + + + parse-ietf-date("Wed, 6 Jun 94 07:29:35 GMT") + xs:dateTime("1994-06-06T07:29:35Z") + + + parse-ietf-date("Wed Jun 06 11:54:45 EST 2013") + xs:dateTime("2013-06-06T11:54:45-05:00") + + + parse-ietf-date("Sunday, 06-Nov-94 08:49:37 GMT") + xs:dateTime("1994-11-06T08:49:37Z") + + + parse-ietf-date("Wed, 6 Jun 94 07:29:35 +0500") + xs:dateTime("1994-06-06T07:29:35+05:00") + + + + +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an xs:QName value (that is, an expanded-QName) by taking an + xs:string that has the lexical form of an xs:QName (a + string in the form "prefix:local-name" or "local-name") + and resolving it using the in-scope namespaces for a given element.

+
+ + +

If $value is the empty sequence, returns the empty sequence.

+

More specifically, the function searches the namespace bindings of $element + for a binding whose name matches the prefix of $value, or the zero-length + string if it has no prefix, and returns an expanded-QName whose local name is taken + from the supplied $value, and whose namespace URI is taken from the string + value of the namespace binding.

+ +

If the $value has no prefix, and there is no namespace binding for + $element corresponding to the default (unnamed) namespace, then the + resulting expanded-QName has no namespace part.

+

The prefix (or absence of a prefix) in the supplied $value argument is + retained in the returned expanded-QName, as described in .

+ +
+ +

A dynamic error is raised if $value does + not have the correct lexical form for an instance of xs:QName.

+

A dynamic error is raised if $value has + a prefix and there is no namespace binding for $element that matches this + prefix.

+
+ +

Sometimes the requirement is to construct an xs:QName without using the + default namespace. This can be achieved by writing:

+ if (contains($value, ":")) +then resolve-QName($value, $element) +else QName("", $value) +

If the requirement is to construct an xs:QName using the namespaces in the + static context, then the xs:QName constructor should be used.

+
+ + +

Assume that the element bound to $element has a single namespace binding + bound to the prefix eg.

+
+ + +

+ fn:resolve-QName("hello", $element) returns a QName with local name + "hello" that is in no namespace.

+
+ +

+ fn:resolve-QName("eg:myFunc", $element) returns an xs:QName + whose namespace URI is specified by the namespace binding corresponding to the prefix + "eg" and whose local name is "myFunc".

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an xs:QName value formed using a supplied namespace URI and lexical QName.

+
+ + +

The namespace URI in the returned QName is taken from $uri. If + $uri is the zero-length string or the empty sequence, it represents + “no namespace”.

+

The prefix (or absence of a prefix) in $qname is retained in the + returned xs:QName value.

+

The local name in the result is taken from the local part of + $qname.

+ +
+ + +

A dynamic error is raised if $qname + does not have the correct lexical form for an instance of xs:QName.

+

A dynamic error is raised if $uri + is the zero-length string or the empty sequence, and the value of + $qname contains a colon (:).

+

A dynamic error may be raised if + $uri is not a valid URI (XML Namespaces 1.0) or IRI (XML Namespaces + 1.1).

+ +
+ + + + +

+ fn:QName("http://www.example.com/example", "person") returns an + xs:QName with namespace URI "http://www.example.com/example", + local name "person" and prefix "".

+

+ fn:QName("http://www.example.com/example", "ht:person") returns an + xs:QName with namespace URI "http://www.example.com/example", + local name "person" and prefix "ht".

+ +
+ +
+ +
+ + + + + + + + deterministic + context-dependent + focus-independent + + +

Returns an xs:QName value formed by parsing an EQName.

+
+ +

If $value is an empty sequence, the result is an empty sequence.

+ +

Otherwise, leading and trailing whitespace in $value is stripped.

+

If the resulting $value is castable to xs:NCName, + the result is fn:QName("", $value): that is, a QName in no namespace.

+

Otherwise, if the resulting $value is in the lexical space of xs:QName + (that is, if it is in the form prefix:local), the result is xs:QName($value). + Note that this result depends on the in-scope prefixes in the static context, and may result in + various error conditions.

+

Otherwise, if the resulting $value takes the form of an + XPath BracedURILiteral + (that is, Q{uri}local, where the uri part may be zero-length), + then the result is fn:QName(uri, local).

+

The rules used for parsing a within a + URIQualifiedName are the XPath rules, + not the XQuery rules (the XQuery rules require special characters such as < + and & to be escaped).

+ +
+ + +

A dynamic error is raised + if the supplied value of $value, after whitespace normalization, + does not match the XPath production EQName

+

A dynamic error is raised if + the supplied value of $value, after whitespace normalization, + is in the form prefix:local (with a non-absent prefix), and + the prefix cannot be resolved to a namespace URI using the in-scope namespace + bindings from the static context.

+
+ + + +

+ fn:parse-QName("Q{http://www.example.com/example}person") returns an + xs:QName with namespace URI "http://www.example.com/example", + local name "person" and prefix "".

+

+ fn:parse-QName("person") returns an + xs:QName with absent namespace URI, local + name "person" and prefix "".

+

+ fn:parse-QName("Q{}person") returns an + xs:QName with absent namespace URI, local + name "person" and prefix "".

+

+ fn:parse-QName("p:person") returns an + xs:QName with namespace URI obtained from the static context, local + name "person" and prefix "p" + (The result is the same as the QName literal #p:person).

+
+ +
+ +

New in 4.0

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a string representation of an xs:QName in the format Q{uri}local.

+
+ +

If $value is the empty sequence, returns the empty sequence.

+

The result is a string in the format Q{uri}local, where:

+ +

uri + is the result of fn:string(fn:namespace-uri-from-QName($value)) + (which will be a zero-length string if the QName is in no namespace), and

+

local is the result of + fn:local-name-from-QName($value).

+
+

There is no escaping of special characters in the namespace URI. If the namespace URI + contains curly braces, the resulting string will not be a valid + BracedURILiteral.

+
+ + + + + + QName("http://example.com/", "person") +=> expanded-QName() + "Q{http://example.com/}person" + + + QName("", "person") +=> expanded-QName() + "Q{}person" + + + + +

New in 4.0

+
+
+ + + + + + + + Defines the semantics + of the eq and ne operators when applied to two values of type xs:QName. + + deterministic + context-independent + focus-independent + + +

Returns true if two supplied QNames have the same namespace URI and the + same local part.

+
+ +

The function returns true if the namespace URIs of $arg1 and + $arg2 are equal and the local names of $arg1 and + $arg2 are equal.

+

Otherwise, the function returns false.

+

The namespace URI parts are considered equal if they are both absent, or if they are both present and equal under the rules + of the fn:codepoint-equal function.

+

The local parts are also compared under the rules of the fn:codepoint-equal + function.

+
+ +

The prefix parts of $arg1 and $arg2, if any, are ignored.

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the prefix component of the supplied QName.

+
+ +

If $value is the empty sequence the function returns the empty sequence.

+

If $value has no prefix component the function returns the empty + sequence.

+

Otherwise, the function returns an xs:NCName representing the prefix + component of $value.

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the local part of the supplied QName.

+
+ +

If $value is the empty sequence the function returns the empty sequence.

+

Otherwise, the function returns an xs:NCName representing the local part of + $value.

+
+ + + + local-name-from-QName( + QName("http://www.example.com/example", "person") +) + "person" + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the namespace URI part of the supplied QName.

+
+ +

If $value is the empty sequence the function returns the empty sequence.

+

Otherwise, the function returns an xs:anyURI representing the namespace URI + part of $value.

+

If $value is in no namespace, the function returns the zero-length + xs:anyURI.

+
+ + + + namespace-uri-from-QName( + QName("http://www.example.com/example", "person") +) + xs:anyURI("http://www.example.com/example") + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the namespace URI of one of the in-scope namespaces for $element, + identified by its namespace prefix.

+
+ +

The function returns the result of the expression map:get(fn:in-scope-namespaces($element), string($value)).

+
+ + + +]]> + + + namespace-uri-for-prefix("z", $e) + "http://example.org/two" + + + namespace-uri-for-prefix("", $e) + "http://example.org/one" + + + namespace-uri-for-prefix((), $e) + "http://example.org/one" + + + namespace-uri-for-prefix("xml", $e) + "http://www.w3.org/XML/1998/namespace" + + + + + +

Reformulated in 4.0 in terms of the new + fn:in-scope-namespaces function; the semantics are unchanged.

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the in-scope namespaces of an element node, as a map.

+
+ +

The function returns a map representing the prefixes of the in-scope + namespaces for $element. The map contains one entry + for each in-scope namespace: the key of the entry is the namespace + prefix or a zero-length string, and the corresponding value is the namespace URI.

+ +

For namespace bindings that have a prefix, the key represents the prefix as an + instance of xs:NCName. For the default namespace, which has no prefix, the key is + the zero-length string as an instance of xs:string.

+ +

The order of entries in the returned map is .

+ +
+ +

The XML namespace is in scope for every element, so the result will always include an entry + with key "xml" and corresponding value http://www.w3.org/XML/1998/namespace.

+
+ + + +]]> + + + in-scope-namespaces($e) + { + "": "http://example.org/one", + "z": "http://example.org/two", + "xml": "http://www.w3.org/XML/1998/namespace" +} + + + + +

New in 4.0

+
+
+ + + + + + + + nondeterministic-wrt-ordering + context-independent + focus-independent + + +

Returns the prefixes of the in-scope namespaces for an element node.

+
+ +

The function returns the result of the expression + map:keys(fn:in-scope-namespaces($element)) (but in no defined order).

+ +
+ +

The XML namespace is in scope for every element, so the result will always include the string "xml".

+
+ +

Reformulated in 4.0 in terms of the new + fn:in-scope-namespaces function; the semantics are unchanged.

+
+
+ + + + + + + + Defines the semantics of + the eq and ne operators when applied to two xs:hexBinary + or xs:base64Binary values. + +

Returns true if both binary values contain the same octet + sequence.

+
+ +

The function returns true if $value1 and $value2 + are of the same length, measured in binary octets, and contain the same octets in the + same order. Otherwise, it returns false.

+
+ +

Atomic items of types xs:hexBinary + and xs:base64Binary are now mutually comparable.

+
+
+ + + + + + + + Defines the semantics of + the lt operator when applied to two xs:hexBinary or + xs:base64Binaryvalues. Also used in the + definition of the ge operator. + +

Returns true if the first argument is less than the second.

+
+ +

Each of the two arguments are converted to a sequence of octets, $A and + $B, and the first octet in each sequence, $a and + $b, are compared.

+ + +

If $a is empty and $b is non-empty return true.

+
+ +

If $b is empty return false.

+
+ +

Otherwise (neither $a nor $b are empty):

+ +

If $a and $b are identical the result is obtained + by applying these same rules recursively to fn:tail($A) and + fn:tail($B).

+ +

Otherwise, if $a is less than $b, + treating the value of each octet as an unsigned integer in the range 0 to + 255, then return true, otherwise return false.

+
+
+
+
+
+ +

Atomic items of types xs:hexBinary + and xs:base64Binary are now mutually comparable.

+
+
+ + + + + + + + + + + Defines the + semantics of the eq and ne operators when applied to two values of type + xs:NOTATION. + +

Returns true if the two xs:NOTATION values have the same + namespace URI and the same local part.

+
+ +

The function returns true if the namespace URIs of $arg1 and + $arg2 are equal and the local names of $arg1 and + $arg2 are equal.

+

Otherwise, the function returns false.

+

The namespace URI parts are considered equal if they are both absent, or if they are both present and equal under the rules + of the fn:codepoint-equal function.

+

The local parts are also compared under the rules of the fn:codepoint-equal + function.

+
+ +

The prefix parts of $arg1 and $arg2, if any, are ignored.

+
+
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the name of a node, as an xs:string that is either the zero-length + string, or has the lexical form of an xs:QName.

+
+ +

If the argument is omitted, it defaults to the context value (.). The + behavior of the function if the argument is omitted is exactly the same as if the + context value had been passed as the argument.

+

If the argument is supplied and is the empty sequence, the function returns the + zero-length string.

+

If the node identified by $node has no name (that is, if it is a document + node, a comment, a text node, or a namespace node having no name), the function returns + the zero-length string.

+

Otherwise, the function returns the value of the expression + fn:string(fn:node-name($node)).

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type node()?, type error .

+
+
+ +
+ +

Because the result depends on the choice of namespace prefixes in the source document, + it is not good practice to use the result of this function for anything other than display + purposes. For example, the test name(.) = 'my:profile' will fail if the source + document uses an unexpected namespace prefix. Such a test (assuming it relates to an element node) + is better written as boolean(self::my:profile).

+
+ + +

One

+

Two

+ Three + +]]> +
+ + + name($e//*[@id = 'alpha']) + "p" + + + name($e//*[@id = 'gamma']) + "p" + + + name($e//*[@id = 'delta']) + "ex:p" + + + name($e//processing-instruction()) + "pi" + + + name($e//*[@id = 'alpha']/text()) + "" + + + name($e//*[@id = 'alpha']/@id) + "id" + + + name($e//*[@id = 'alpha']/@xml:id) + "xml:id" + + +
+
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the local part of the name of $node as an xs:string + that is either the zero-length string, or has the lexical form of an + xs:NCName.

+
+ +

If the argument is omitted, it defaults to the context value (.). The + behavior of the function if the argument is omitted is exactly the same as if the + context value had been passed as the argument.

+

If the argument is supplied and is the empty sequence, the function returns the + zero-length string.

+

If the node identified by $node has no name (that is, if it is a document + node, a comment, a text node, or a namespace node having no name), the function returns + the zero-length string.

+

Otherwise, the function returns the local part of the expanded-QName of the node + identified by $node, as determined by the dm:node-name accessor + defined in . This will be an + xs:string whose lexical form is an xs:NCName.

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not a single node, type error .

+
+
+ +
+ + +

One

+

Two

+ Three + +]]> +
+ + + local-name($e//*[@id = 'alpha']) + "p" + + + local-name($e//*[@id = 'gamma']) + "p" + + + local-name($e//*[@id = 'delta']) + "p" + + + local-name($e//processing-instruction()) + "pi" + + + local-name($e//*[@id = 'alpha']/text()) + "" + + + local-name($e//*[@id = 'alpha']/@id) + "id" + + + local-name($e//*[@id = 'alpha']/@xml:id) + "id" + + +
+
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the namespace URI part of the name of $node, as an + xs:anyURI value.

+
+ +

If the argument is omitted, it defaults to the context node (.). The + behavior of the function if the argument is omitted is exactly the same as if the + context value had been passed as the argument.

+

If the node identified by $node is neither an element nor an attribute node, + or if it is an element or attribute node whose expanded-QName (as determined by the + dm:node-name accessor in the ) + is in no namespace, then the function returns the zero-length xs:anyURI + value.

+

Otherwise, the result will be the namespace URI part of the expanded-QName of the node + identified by $node, as determined by the dm:node-name accessor + defined in ), returned as an + xs:anyURI value.

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type node()?, type error .

+
+
+
+ + +

One

+

Two

+ Three + +]]> +
+ + + namespace-uri($e//*[@id = 'alpha']) + "" + + + namespace-uri($e//*[@id = 'gamma']) + "http://example.com/ns" + + + namespace-uri($e//*[@id = 'delta']) + "http://example.com/ns" + + + namespace-uri($e//processing-instruction()) + "" + + + namespace-uri($e//*[@id = 'alpha']/text()) + "" + + + namespace-uri($e//*[@id = 'alpha']/@id) + "" + + + namespace-uri($e//*[@id = 'alpha']/@xml:id) + "http://www.w3.org/XML/1998/namespace" + + +
+
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the value indicated by $value or, if $value is not + specified, the context value after atomization, converted to an xs:double. +

+
+ +

Calling the zero-argument version of the function is defined to give the same result as + calling the single-argument version with the context value (.). That is, + fn:number() is equivalent to fn:number(.), as defined by + the rules that follow.

+

If $value is the empty sequence or if $value cannot be converted + to an xs:double, the xs:double value NaN is + returned.

+

Otherwise, $value is converted to an xs:double following the + rules of . If the conversion to xs:double + fails, the xs:double value NaN is returned.

+
+ +

A type error is raised + if $value is omitted and the context value is absent.

+

As a consequence of the rules given above, a type error is raised + if the context value + cannot be atomized, or if the result of atomizing the context value is a sequence + containing more than one atomic item.

+ +
+ +

XSD 1.1 allows the string +INF as a representation of positive infinity; + XSD 1.0 does not. It is implementation-defined whether XSD 1.1 is + supported.

+

Generally fn:number returns NaN rather than raising a dynamic + error if the argument cannot be converted to xs:double. However, a type + error is raised in the usual way if the supplied argument cannot be atomized or if the + result of atomization does not match the required argument type.

+
+ + ]]> + + + number(12) + 1.2e1 + + + number('12') + 1.2e1 + + + number('INF') + xs:double('INF') + + + number('NaN') + xs:double('NaN') + + + number('non-numeric') + xs:double('NaN') + + + number($e/@price) + 1.21e1 + + + number($e/@discount) + xs:double('NaN') + + + number($e/@misspelt) + xs:double('NaN') + + + ("10", "11", "12") ! number() + 1.0e1, 1.1e1, 1.2e1 + + + + +
+ + + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

This function tests whether the language of $node, or the context value if + the second argument is omitted, as specified by xml:lang attributes is the + same as, or is a sublanguage of, the language specified by $language.

+
+ +

The behavior of the function if the second argument is omitted is exactly the same as if + the context value (.) had been passed as the second argument.

+

The language of the argument $node, or the context value if the second + argument is omitted, is determined by the value of the xml:lang attribute + on the node, or, if the node has no such attribute, by the value of the + xml:lang attribute on the nearest ancestor of the node that has an + xml:lang attribute. If there is no such ancestor, then the function + returns false.

+ +

If $language is the empty sequence it is interpreted as the zero-length + string.

+

The relevant xml:lang attribute is determined by the value of the XPath + expression:

+ (ancestor-or-self::*/@xml:lang)[last()] +

If this expression returns an empty sequence, the function returns false.

+

Otherwise, the function returns true if and only if, based on a caseless + default match as specified in section 3.13 of , either:

+ + +

+ $language is equal to the string-value of the relevant + xml:lang attribute, or

+
+ +

+ $language is equal to some substring of the string-value of the + relevant xml:lang attribute that starts at the start of the + string-value and ends immediately before a hyphen, - + (HYPHEN-MINUS, #x002D).

+
+
+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not a single node, type error .

+
+
+
+ + +

The expression fn:lang("en") would return true if the + context node were any of the following four elements:

+ + +

+ <para xml:lang="en"/> +

+
+ +

+ <div xml:lang="en"><para>And now, and + forever!</para></div> +

+
+ +

+ <para xml:lang="EN"/> +

+
+ +

+ <para xml:lang="en-us"/> +

+
+
+
+ +

The expression fn:lang("fr") would return false if the + context node were <para xml:lang="EN"/> +

+
+
+
+ + + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + + deterministic + context-independent + focus-independent + + +

Returns a path expression that can be used to select the supplied node relative to the + root of its containing document.

+
+ +

The behavior of the function if the $nodeargument is omitted is exactly the same as if the + context value (.) had been passed as the argument.

+

If $node is the empty sequence, the function returns the empty sequence.

+ +

The $options argument, if present, defines additional parameters controlling + how the output is formatted. The option parameter conventions apply. The options available are as follows:

+ + + + A GNode, which must be an ancestor of $node. If present, + the returned path will be a relative path that selects $node + starting from the supplied origin node, rather than from the root of the + containing tree. + + gnode()? + () + + + If true, the names of element nodes in the path are represented by the + result of a call on the name function applied to each element. The + result in this case does not contain sufficient information to identify the + namespace URI of the element. + + xs:boolean + false() + + + A map from namespace prefixes to namespace URIs, such as might be returned + by the function fn:in-scope-namespaces. If a prefix is available + for a given URI, it is used in preference to using Q{uri}local notation. + + map((xs:NCName | enum('')), xs:anyURI)? + () + + + If true, the returned path includes the index positions of nodes. If + false, only the node names are included. + + xs:boolean + true() + + + +

Let R be the GNode supplied in the origin option, + or the root GNode of the tree containing $node otherwise.

+ +

If $node is a document node, or a JNode with no parent, + the function returns the string "/".

+ +

Otherwise, the function returns a string that consists of a sequence of steps, one + for each ancestor-or-self of $node that is not an ancestor-or-self + of R.

+ +

If R is an XNode other than a document node and the origin option + is absent or empty, then this string is preceded by + a string notionally representing a call to the fn:root function, + expressed as follows:

+ + +

If the lexical option is present with the value true, + then the string "fn:root()".

+

If the namespaces option is present and defines a mapping from a + non empty prefix P + to the namespace URI http://www.w3.org/2005/xpath-functions, then + "P:root()"

+

If the namespaces option is present and defines a mapping from the empty string + to the namespace URI http://www.w3.org/2005/xpath-functions, then + "root()"

+

Otherwise, "Q{http://www.w3.org/2005/xpath-functions}root()".

+
+ +

Each step is the concatenation of:

+ + +

The character "/", which is omitted for the first step + if the origin option is present;

+

A string whose form depends on the kind of node selected by that step, as + follows:

+ + +

For an element node, the concatenation of:

+ +

A representation of the element name, chosen as follows:

+ +

If the lexical option is present with the value + true, then the result of applying the name + function to the element node.

+

Otherwise, if the namespaces option is present + and the element is in a namespace U and the namespaces option + includes a mapping from a prefix P to the namespace U, + then the string P:L, where L + is the local part of the element name. + If there is more than one such prefix, then one of them is chosen arbitrarily.

+
+

Otherwise, if the namespaces option is present + and the element is in a namespace U and the namespaces option + includes a mapping from the zero-length string to the namespace U, + then the local part of the element name.

+
+

Otherwise, if the namespaces option is present + and the element is in no namespace and the namespaces option + includes no mapping from the zero-length string to any namespace, + then the local part of the element name.

+
+

Otherwise, the string Q{U}L, + where U is the namespace URI of the element name or the + empty string if the element is in no namespace, and L is + the local part of the element name.

+
+
+

Unless the indexes option is present + with the value false, + a string in the form [position] where position is an + integer representing the one-based position of the selected node among its like-named + siblings.

+
+
+
+ +

For an attribute node, the concatenation of:

+ +

The character "@"

+

If the lexical option is present with the value + true, then the result of applying the name + function to the attribute node.

+ +

Otherwise, if the attribute node is in no namespace, the local part of the attribute name.

+
+

Otherwise, if the namespaces option is present, and if it includes a mapping + from a non-empty namespace prefix P to the namespace URI of the attribute, then + a string in the form P:L, where L + is the local part of the attribute name. + If there is more than one such prefix, then one of them is chosen arbitrarily.

+ +

Otherwise, the string Q{U}L, + where U is the namespace URI of the attribute name, and L is + the local part of the attribute name.

+ +
+
+
+ +

For a text node: text()[position] where + position is an integer representing the position + of the selected node among its text node siblings.

+

The suffix [position] is omitted if the indexes + option is present with the value false.

+
+ +

For a comment node: comment()[position] where + position is an integer representing the position + of the selected node among its comment node siblings.

+

The suffix [position] is omitted if the indexes + option is present with the value false.

+
+ +

For a processing-instruction node: + processing-instruction(local)[position] + where local is the name of the processing instruction + node and position is an integer representing the + position of the selected node among its like-named processing-instruction node + siblings.

+

The suffix [position] is omitted if the indexes + option is present with the value false.

+
+ + +

For a namespace node:

+ + +

If the namespace node has a name: + namespace::prefix, where + prefix is the local part of the name of the + namespace node (which represents the namespace prefix).

+
+ +

If the namespace node has no name (that is, if it represents the default + namespace): + namespace::*[Ulocal-name() = ""]

+

Here Ulocal-name() represents a call on the function + fn:local-name and is formatted using the same + conventions as the call on fn:root described earlier.

+
+
+
+ +

For a JNode where the ·content· property of the parent + is an array, then as the string *[N] where N + is the value of the ·selector· property.

+
+

For any other JNode (including the case where the ·content· property of the parent + is a map):

+ +

If the value is an xs:string, xs:untypedAtomic, + or xs:anyURI that is castable to xs:NCName, then + the result of casting the value to xs:NCName.

+

If the value is an xs:string, xs:untypedAtomic, + or xs:anyURI that is not castable to xs:NCName, then + then as the string get("S") + where S is the string value.

+

If the value is numeric, then as the string get(N) + where N is the result of casting the numeric value to + xs:string.

+

If the value is an xs:QName, then as the string + get(#Q{uri}local) where uri + and local are the namespace URI and local name parts of the QName.

+

If the value is an xs:boolean, then as the string + get(true()) or get(false()).

+

If the value is of any other type, then as the string + get(xs:T("S")) where T is the + local part of the most specific built-in atomic type of which the value + is an instance, and S is the result of casting the value to + xs:string.

+
+ +

TODO: Better handling of the case where the parent is neither a map nor an array, + for example where it is a sequence of several maps or several arrays. It's hard to + provide a better path for these when there is no AxisStep for selecting within + such values.

+ + +
+
+
+
+ + + +
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type node()?, type error .

+
+ +

If the value of the origin option is a node that is not an ancestor + of $node (or in the absence of $node, the context value), + dynamic error .

+ +
+ + +

Using the namespaces option to shorten the generated path is often convenient, + but the resulting path may be unusable if the input tree contains multiple bindings for the same prefix.

+ +

Similarly, using the lexical option is convenient if there is no need for precise + namespace information: it is especially suitable when the containing node tree declares no namespaces.

+ +

If the supplied argument is a map or an array, it will automatically be coerced to a JNode. This + however is not useful, because this will be a root JNode, yielding the path /.

+ +
+ + + +Freude, schöner Götterfunken,
+Tochter aus Elysium,
+Wir betreten feuertrunken,
+Himmlische, dein Heiligtum. +

}]]> +
+ + + path($e) + '/' + + + path($e/*:p) + '/Q{http://example.com/one}p[1]' + + + path($e/*:p, { 'namespaces': in-scope-namespaces($e/*) }) + '/p[1]' + + + path($e/*:p, { 'indexes': false() }) + '/Q{http://example.com/one}p' + + + path($e/*:p/@xml:lang) + '/Q{http://example.com/one}p[1]/@Q{http://www.w3.org/XML/1998/namespace}lang' + + + path($e//@xml:lang, { 'namespaces': in-scope-namespaces($e/*) }) + '/p[1]/@xml:lang' + + + path($e/*:p/@author) + '/Q{http://example.com/one}p[1]/@author' + + + path($e/*:p/*:br[2]) + '/Q{http://example.com/one}p[1]/Q{http://example.com/one}br[2]' + + + path($e/*:p/*:br[2], { + 'namespaces': { 'N': 'http://example.com/one' }, + 'indexes': false() +}) + '/N:p/N:br' + + + path($e//text()[starts-with(normalize-space(), 'Tochter')]) + '/Q{http://example.com/one}p[1]/text()[2]' + + + path($e/*:p/*:br[2], { 'lexical': true() }) + '/p[1]/br[2]' + + + path($e/*:p/*:br[2], { 'lexical': true(), 'origin': $e/*:p }) + 'br[2]' + + + + E21256 + John + Brown + ]]> + + + + path($emp) + 'Q{http://www.w3.org/2005/xpath-functions}root()' + + + path($emp/@xml:id) + 'Q{http://www.w3.org/2005/xpath-functions}root()/@Q{http://www.w3.org/XML/1998/namespace}id' + + + path($emp/empnr) + 'Q{http://www.w3.org/2005/xpath-functions}root()/Q{}empnr[1]' + + + path($emp/empnr, { 'lexical': true() }) + 'fn:root()/empnr[1]' + + + path($emp/empnr, { + 'namespaces': { + 'fn': 'http://www.w3.org/2005/xpath-functions', + '': '' + } +}) + 'fn:root()/empnr[1]' + + + + + let $in := [{"b":[3,4]}] +return path($in/*[1]/b/*[2]) + "/*[1]/b/*[2] + + + let $in := [[{'a':1}], [{'a':2}]] +return path($in//a[. = 2]) + "/*[2]/*[1]/a + + +
+ + +

Options are added to customize the form of the output.

+
+ +

The function is extended to handle JNodes.

+
+
+
+ + + + + + + + deterministic + context-dependent + focus-dependent + special-streaming-rules + + + deterministic + context-independent + focus-independent + special-streaming-rules + + +

Returns the root of the tree to which $node belongs. The + function can be applied both to XNodes + and to JNodes.

+
+ +

If the function is called without an argument, the context value (.) is used + as the default argument.

+ +

The function returns the value of the expression + $node/ancestor-or-self::gnode()[last()].

+ + +
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type + gnode()?, type error + .

+
+
+
+ + +

These examples use some variables which could be defined in + as:

+
+ + let $i := <tool>wrench</tool> +let $o := <order>{ $i }<quantity>5</quantity></order> +let $odoc := document { $o } +let $newi := $o/tool + + +

Or they could be defined in as:

+
+ + <xsl:variable name="i" as="element()"> + <tool>wrench</tool> +</xsl:variable> + +<xsl:variable name="o" as="element()"> + <order> + <xsl:copy-of select="$i"/> + <quantity>5</quantity> + </order> +</xsl:variable> + +<xsl:variable name="odoc"> + <xsl:copy-of select="$o"/> +</xsl:variable> + +<xsl:variable name="newi" select="$o/tool"/> + + +

root($i) returns the element node $i +

+
+ +

root($o/quantity) returns the element node $o +

+
+ +

root($odoc//quantity) returns the document node $odoc +

+
+ +

root($newi) returns the element node $o +

+
+ +

The final three examples could be made type-safe by wrapping their operands with + exactly-one().

+
+
+
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns true if the supplied GNode has one or more child nodes (of any kind).

+
+ +

If the argument is omitted, it defaults to the context value (.).

+

Provided that the supplied argument $node matches the expected type + gnode()?, the result of the function call + fn:has-children($node) is defined to be the same as the result of the + expression fn:exists($node/child::gnode()).

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type gnode()?, type error .

+
+
+ +
+ +

If $node is an empty sequence the result is false.

+

The motivation for this function is to support streamed evaluation. According to the + streaming rules in , the following construct is not + streamable:

+ + + + + + + +]]> +

This is because it makes two downward selections to read the child row + elements. The use of fn:has-children in the xsl:if conditional + is intended to circumvent this restriction.

+

Although the function was introduced to support streaming use cases, it has general + utility as a convenience function.

+

If the supplied argument is a map or an array, it will automatically be coerced to a JNode.

+
+ + +

One

+

+

Three

+ +]]> +
+ + + has-children($e) + true() + + + has-children($e//p[1]) + true() + + + has-children($e//p[2]) + false() + + + has-children($e//p[3]) + true() + + + has-children($e//processing-instruction()) + false() + + + has-children($e//p[1]/text()) + false() + + + has-children($e//p[1]/@id) + false() + + + [1,2,3] => has-children() + true() + + + [] => has-children() + false() + + + +
+ +

Generalized to work with JNodes as well as XNodes.

+
+ +
+ + + + + + + + + + + + + deterministic + context-independent + focus-independent + special-streaming-rules + + +

Removes duplicate GNodes and sorts the input into document order.

+
+ +

Any duplicate GNodes (that is, XNodes or JNodes) in the input + (based on node identity) are discarded. The remaining GNodes + are returned in document order.

+
+ +

Document order is (but stable) for + GNodes in different trees. If some GNode in tree A + precedes some GNode in tree B, then every GNode in A precedes + every GNode in B.

+ +
+ + + + ') +return distinct-ordered-nodes(($x//c, $x//b, $x//a, $x//b)) ! name()]]> + "a", "b", "c", "c" + The two $x//b expressions select the same node; one of these + is eliminated as a duplicate. The $x//c expression selects two nodes + that have distinct identity, so both are retained. + + + count() ]]> + 1 + The first array member is selected by two different + routes; duplicate JNodes are eliminated. + + + + +

New in 4.0

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + special-streaming-rules + + +

Returns every GNode within the input sequence that is not an ancestor of another member + of the input sequence; the GNodes are returned in document order with duplicates + eliminated.

+
+ +

The effect of the function call fn:innermost($nodes) is defined to be + equivalent to the result of the expression:

+ $nodes except $nodes/ancestor::gnode() +

That is, the function takes as input a sequence of GNodes, and returns every GNode within + the sequence that is not an ancestor of another GNode within the sequence; the GNodes are + returned in document order with duplicates eliminated.

+
+ +

If the supplied argument includes a map or an array, it will automatically be coerced to a JNode.

+
+ + + + +
+ ")//div + => innermost() =!> string(@id)]]> + "c" + + + innermost()]]> + [1,2], [3,4], [5,6], [7,8] + + + + +

Generalized to work with JNodes as well as XNodes.

+
+ + + + + + + + + deterministic + context-independent + focus-independent + special-streaming-rules + + +

Returns every GNode within the input sequence that has no ancestor that is itself a + member of the input sequence; the nodes are returned in document order with duplicates + eliminated.

+
+ +

The effect of the function call fn:outermost($nodes) is defined to be + equivalent to the result of the expression:

+ $nodes[not(ancestor::gnode() intersect $nodes)]/. + +

That is, the function takes as input a sequence of GNodes, and returns every GNode within + the sequence that does not have another GNode within the sequence as an ancestor; the + GNodes are returned in document order with duplicates eliminated.

+
+ +

The formulation $nodes except $nodes/descendant::node() might appear to be + simpler, but does not correctly account for attribute nodes, as these are not + descendants of their parent element.

+

The motivation for the function was based on XSLT streaming use cases. There are cases + where the streaming rules allow the construct + outermost(//section) but do not allow //section; the + function can therefore be useful in cases where it is known that sections will not be + nested, as well as cases where the application actually wishes to process all sections + except those that are nested within another.

+

If the supplied argument includes a map or an array, it will automatically be coerced to a JNode.

+
+ + + + +
+ ")//div + => outermost() => string(@id)]]> + "a" + + + outermost() => array:size()]]> + 3 + + + + +

Generalized to work with JNodes as well as XNodes.

+
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns a sequence of positive integers giving the positions within the sequence + $input of items that are equal to $target.

+
+ +

The function returns a sequence of positive integers giving the positions within the + sequence $input of items that are equal to $target.

+

The collation used by this function is determined according to the rules in . This collation is used when string comparison is + required.

+

The items in the sequence $input are compared with $target under + the rules for the eq operator. Values of type xs:untypedAtomic + are compared as if they were of type xs:string. Values that cannot be + compared, because the eq operator is not defined for their types, are + considered to be distinct. If an item compares equal, then the position of that item in + the sequence $input is included in the result.

+

The first item in a sequence is at position 1, not position 0.

+

The result sequence is in ascending numeric order.

+
+ +

If $input is the empty sequence, or if no item in + $input matches $target, then the function returns the empty + sequence.

+

No error occurs if non-comparable values are encountered. So when comparing two atomic + items, the effective boolean value of fn:index-of($a, $b) is true if + $a and $b are equal, false if they are not equal or not + comparable.

+
+ + + + index-of((10, 20, 30, 40), 35) + () + + + + + index-of((10, 20, 30, 30, 20, 10), 20) + 2, 5 + + + + + index-of( + ("a", "sport", "and", "a", "pastime"), + "a" +) + 1, 4 + + + + + index-of( + ("a", "b", "c"), + "B", + "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive" +) + 2 + + + + + index-of(current-date(), 23) + () + + + + + index-of([ 1, [ 5, 6 ], [ 6, 7 ] ], 6) + 3, 4 + The array is atomized to a sequence of five integers + + + +

If @a is an attribute of type xs:NMTOKENS whose string + value is "red green blue", and whose typed value is therefore + ("red", "green", "blue"), then fn:index-of(@a, "blue") + returns 3. This is because the function calling mechanism atomizes the + attribute node to produce a sequence of three xs:NMTOKEN values.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if the argument is the empty sequence.

+
+ +

If $input is the empty sequence, the function returns + true; otherwise, the function returns false.

+
+ +count($input) eq 0 + + + + + empty((1, 2, 3)[10]) + true() + + + + + empty(remove(("hello", "world"), 1)) + false() + + + + + empty([]) + false() + + + + + empty({}) + false() + + + + + empty("") + false() + + + +

Assuming $break is an element with no children:

+ +let $break := <br/> +return empty($break) + +

The result is false().

+
+
+
+ + + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the supplied GNode together with its siblings, in document order.

+
+ +

If the $node argument is omitted, it defaults to the context value (.).

+ +

If the value of $node is an empty sequence, the function returns an empty sequence.

+ +

If $node is a child of some parent GNode P, the function returns all the + children of P (including $node), in document order, as determined + by the value of $node/child::gnode().

+ +

Otherwise (specifically, if $node is parentless, or if it is an attribute or namespace node), + the function returns $node.

+ + +
+ +if ($node intersect $node/parent::node()/child::node()) +then $node/parent::node()/child::node() +else $node + + +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type node()?, type error .

+
+
+ +
+ +

The result of siblings($n) (except in error cases) is the same as + the result of $n/(preceding-sibling::node() | following-sibling-or-self::node()). + It is also the same as $n/(preceding-sibling-or-self::node() | following-sibling::node())

+

As with names such as parent and child, the word sibling + used here as a technical term is not a precise match to its use in describing human family relationships, + but is chosen for convenience.

+
+ + +
Atext]]> + + + siblings($e//a) ! string() + "A", "text", "3.14159" + + + siblings($e//processing-instruction('pi')) ! string() + "A", "text", "3.14159" + + + siblings($e//@x) ! string() + "X" + + + + +

New in 4.0

+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if the argument is a non-empty sequence.

+
+ +

If $input is a non-empty sequence, the function returns + true; otherwise, the function returns false.

+
+ +count($input) gt 0 + + + + + exists(remove(("hello"), 1)) + false() + + + + + exists(remove(("hello", "world"), 1)) + true() + + + + + exists([]) + true() + + + + + exists({}) + true() + + + + + exists("") + true() + + + +

Assuming $break is an element with no children:

+ +let $break := <br/> +return exists($break) + +

The result is true().

+
+
+
+ + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns the values that appear in a sequence, with duplicates eliminated.

+
+ +

The function returns the sequence that results from removing from $values all + but one of a set of values that are considered equal to one another. + Two items $J and $K in the input sequence + (after atomization, as required by the function signature) + are considered equal if fn:deep-equal($J, $K, $coll) is true, + where $coll is the collation selected according to the rules in . This collation is used when string comparison is + required.

+ + +

The ordering of the result is as follows:

+ + +

For any set of values that compare equal, the one that is + returned is the one that appears first in $values.

+

The items that are returned appear in the order of their first + appearance within $values.

+
+ + +
+ +filter($values, + fn($item, $pos) { + empty( + filter( + subsequence($values, 1, $pos - 1), + deep-equal(?, $item, $collation) + ) + ) + } +) + + +

If $values is the empty sequence, the function returns the empty sequence.

+ +

Values of type xs:untypedAtomic are compared as if they were of type + xs:string.

+

Values that cannot be compared, because the eq operator is not defined for + their types, are considered to be distinct.

+ +

For xs:float and xs:double values, positive zero is equal to + negative zero and, although NaN does not equal itself, if $values + contains multiple NaN values a single NaN is returned.

+

If xs:dateTime, xs:date or xs:time values do not + have a timezone, they are considered to have the implicit timezone provided by the + dynamic context for the purpose of comparison. Note that xs:dateTime, + xs:date or xs:time values can compare equal even if their + timezones are different.

+ +
+ + + + distinct-values((1, 2.0, 3, 2)) + 1, 2.0, 3 + + + + + distinct-values(( + xs:untypedAtomic("cherry"), + xs:untypedAtomic("plum"), + xs:untypedAtomic("plum") +)) + xs:untypedAtomic("cherry"), xs:untypedAtomic("plum") + + + + +

Changed in 4.0 to use transitive equality comparisons for numeric + values.

+
+

The order of results is now prescribed; + it was previously implementation-dependent.

+

Atomic items of types xs:hexBinary + and xs:base64Binary are now mutually comparable. In rare cases, where an + application uses both types and assumes they are distinct, this can represent a backwards + incompatibility.

+
+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns the values that appear in a sequence more than once.

+
+ +

The items of $values are compared against each other, according to the + rules of fn:distinct-values and with $coll as the collation + selected according to the rules in .

+

From each resulting set of values that are considered equal, one value will be + returned if the set contains more than one value.

+ +

Specifically, the function returns those items in $values that are + equal (under this definition) to exactly one item appearing earlier in the sequence

+ +

This means that the ordering of the result is as follows:

+ + +

For any set of values that compare equal, the one that is + returned is the one that appears second in $values.

+

The items that are returned appear in the order of their second + appearance within $values.

+
+ + +
+ +filter( + $values, + fn($item, $pos) { + count( + filter( + subsequence($values, 1, $pos - 1), + deep-equal(?, $item, $collation) + ) + ) eq 1 + } +) + + + + + + duplicate-values((1, 2, 3, 1.0, 1e0)) + 1.0 + + + + + duplicate-values(1 to 100) + () + + + + + 1, '2', 2))]]> + xs:untypedAtomic("1") + The string "1" and the untyped value of the + element node are considered equal, whereas the string "2" + and the integer are considered unequal. + + + +

Raise an error for duplicates in an ID sequence:

+ let $ids := duplicate-values(//@id) +where exists($ids) +return error((), 'Duplicate IDs found: ' || string-join($ids, ', ')) +
+
+ +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns its argument value.

+
+ +

The function returns $input.

+
+ + $input + + +

The function is useful in contexts where a function must be supplied, but no processing is required.

+
+ + + + identity(0) + 0 + + + + + identity(1 to 10) + 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 + + + + + ') ! (identity(/) is /)]]> + true() + If the argument is a node, the function returns the identical node, not a copy + + + + + identity(()) + () + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a sequence constructed by inserting an item or a sequence of items at a given + position within an existing sequence.

+
+ +

The value returned by the function consists of all items of $input whose + 1-based position is less than $position, followed by all items of + $insert, followed by the remaining elements of $input, in + that order.

+
+ +filter($input, fn($item, $pos) { $pos lt $position }), +$insert, +filter($input, fn($item, $pos) { $pos ge $position }) + + +

If $input is the empty sequence, $insert is returned. If + $insert is the empty sequence, $input is returned.

+

If $position is less than one (1), the first position, the effective value + of $position is one (1). If $position is greater than the + number of items in $input, then the effective value of + $position is equal to the number of items in $input plus + 1.

+

The value of $input is not affected by the sequence construction.

+
+ + + + + insert-before($abc, 0, "z") + "z", "a", "b", "c" + + + + + insert-before($abc, 1, "z") + "z", "a", "b", "c" + + + + + insert-before($abc, 2, "z") + "a", "z", "b", "c" + + + + + insert-before($abc, 3, "z") + "a", "b", "z", "c" + + + + + insert-before($abc, 4, "z") + "a", "b", "c", "z" + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a new sequence containing all the items of $input except those + at specified positions.

+
+ +

The function returns a sequence consisting of all items of $input whose + 1-based position is not equal to any of the integers in $positions.

+ +
+ +filter($input, fn($item, $pos) { not($pos = $positions) }) + + +

Any integer in $positions that is less than 1 or greater than the number of items in + $input is effectively ignored.

+

If $input is the empty sequence, the empty sequence is returned.

+

If $positions is an empty sequence, the input sequence $input is returned unchanged.

+
+ + + + + remove($abc, 0) + "a", "b", "c" + + + + + remove($abc, 1) + "b", "c" + + + + + remove($abc, 6) + "a", "b", "c" + + + + + remove((), 3) + () + + + + + remove($abc, 2 to 3) + "a" + + + + + remove($abc, ()) + "a", "b", "c" + + + + + +

The second argument can now be a sequence of integers.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the first item in a sequence.

+
+ +

The function returns the first item in $input; if $input + is empty, it returns an empty sequence.

+
+ +filter($input, fn($item, $pos) { $pos eq 1 }) + + + + + head(1 to 5) + 1 + + + + + head(("a", "b", "c")) + "a" + + + + + head(()) + () + + + + + head([ 1, 2, 3 ]) + [ 1, 2, 3 ] + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns all but the first item in a sequence.

+
+ +

The function all items in $input except the first, retaining order.

+
+ +filter($input, fn($item, $pos) { $pos gt 1 }) + + +

If $input is the empty sequence, or a sequence containing a single item, then + the empty sequence is returned.

+
+ + + + tail(1 to 5) + 2, 3, 4, 5 + + + + + tail(("a", "b", "c")) + "b", "c" + + + + + tail("a") + () + + + + + tail(()) + () + + + + + tail([ 1, 2, 3 ]) + () + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns all but the last item in a sequence.

+
+ +

The function returns all items in $input except the last, retaining order.

+
+ +filter($input, fn($item, $pos) { $pos ne count($input) }) + + +

If $input is the empty sequence, or a sequence containing a single item, then + the empty sequence is returned.

+
+ + + + trunk(1 to 5) + 1, 2, 3, 4 + + + + + trunk(("a", "b", "c")) + "a", "b" + + + + + trunk("a") + () + + + + + trunk(()) + () + + + + + trunk([ 1, 2, 3 ]) + () + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Produces multiple copies of a sequence.

+
+ +

The function returns the value of (1 to $count) ! $input.

+
+ +for-each(1 to $count, fn($item, $pos) { $input }) + + +

If $input is the empty sequence, the empty sequence is returned.

+

The $count argument is declared as xs:nonNegativeInteger, + which means that a type error occurs if it is called with a negative value.

+

If the input sequence contains nodes, these are not copied: instead, the result sequence contains + multiple references to the same node. So, for example, fn:count(fn:replicate(/, 6)|()) + returns 1, because the fn:replicate call creates duplicates, and the + union operation eliminates them.

+
+ + + + replicate(0, 6) + 0, 0, 0, 0, 0, 0 + + + + + replicate(("A", "B", "C"), 3) + "A", "B", "C", "A", "B", "C", "A", "B", "C" + + + + + replicate((), 5) + () + + + + + replicate(("A", "B", "C"), 1) + "A", "B", "C" + + + + + replicate(("A", "B", "C"), 0) + () + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Inserts a separator between adjacent items in a sequence.

+
+ +

The function inserts a separator between adjacent items in a sequence. + The input is returned unchanged if $separator is the empty sequence + or if $input contains less than two items.

+
+ +for-each($input, fn($item, $pos) { + if ($pos gt 1) { $separator }, + $item +}) + + + + + sequence-join(1 to 5, "|") + 1, "|", 2, "|" , 3, "|", 4, "|", 5 + + + sequence-join((), "|") + () + + + sequence-join("A", "|") + "A" + + + sequence-join(1 to 3, ("⅓", "⅔")) + 1, "⅓", "⅔", 2, "⅓", "⅔", 3 + + + +

Insert an empty hr element between adjacent paragraphs:

+ )]]> +
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the last item in a sequence.

+
+ +

The function returns the value of the expression $input[last()]

+
+ +filter($input, fn($item, $pos) { $pos eq count($input) }) + + +

If $input is the empty sequence the empty sequence is returned.

+
+ + + + foot(1 to 5) + 5 + + + foot(()) + () + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + special-streaming-rules + + +

Reverses the order of items in a sequence.

+
+ +

The function returns a sequence containing the items in $input in reverse + order.

+
+ +fold-left($input, (), fn($result, $item) { $item, $result }) + + +

If $input is the empty sequence, the empty sequence is returned.

+
+ + + + + reverse($abc) + "c", "b", "a" + + + + + reverse(("hello")) + "hello" + + + + + reverse(()) + () + + + + + reverse([ 1, 2, 3 ]) + [ 1, 2, 3 ] + The input is a sequence containing a single item (the array) + + + + + reverse(([ 1, 2, 3 ], [ 4, 5, 6 ])) + [ 4, 5, 6 ], [ 1, 2, 3 ] + + + +
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the contiguous sequence of items in $input + beginning at the position indicated by $start and + continuing for the number of items indicated by $length.

+
+ +

In the two-argument case (or where the + third argument is an empty sequence), the function returns:

+ $input[round($start) le position()] +

In the three-argument case, the function returns:

+ $input[round($start) le position() + and position() lt round($start) + round($length)] + +
+ +filter( + $input, + if (empty($length)) then ( + fn($item, $pos) { round($start) le $pos } + ) else ( + fn($item, $pos) { round($start) le $pos and $pos lt round($start) + round($length) } + ) +) + + +

The first item of a sequence is located at position 1, not position 0.

+

If $input is the empty sequence, the empty sequence is returned.

+ +

In the two-argument case, the function returns a sequence comprising those items of + $input whose 1-based position + is greater than or equal to $start (rounded to an integer). + No error occurs if $start is zero or negative.

+ +

In the three-argument case, The function returns a sequence comprising those items of + $input whose 1-based position + is greater than or equal to $start (rounded to an integer), and + less than the sum of $start and $length (both rounded to integers). + No error occurs if $start is zero or negative, or if $start + plus $length exceeds the number of items in the sequence, or if + $length is negative.

+ + +

As a consequence of the general rules, if $start is + -INF and $length is +INF, then + fn:round($start) + fn:round($length) is NaN; since + position() lt NaN always returns false, the result is an empty sequence.

+ +

The reason the function accepts arguments of type xs:double is that many + computations on untyped data return an xs:double result; and the reason for + the rounding rules is to compensate for any imprecision in these floating-point + computations.

+
+ + + + + + subsequence($seq, 4) + "item4", "item5" + + + + + subsequence($seq, 3, 2) + "item3", "item4" + + + + + +

The optional third argument can now be supplied as an empty sequence.

+
+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a contiguous sequence of items from $input, with the start and end + points located by applying predicates.

+
+ + +

Informally, the function returns the subsequence of $input starting with the + first item that matches the $from predicate, and ending with the first subsequent + item that matches the $to predicate. If $from is not supplied, it defaults + to the start of $input; if $to is not supplied, it defaults to the + end of $input. If $from does not match any items in $input, + the result is the empty sequence; if $to does not match any items, all items up + to the last are included in the result.

+ + + + + +
+ +let $start := index-where($input, $from)[1] otherwise count($input) + 1 +let $end := index-where($input, $to)[. ge $start][1] otherwise count($input) + 1 +return slice($input, $start, $end) + + +

The result includes both the item that matches the $from condition + and the item that matches the $to condition. To select a subsequence that + starts after the $from item, apply the fn:tail function + to the result. To select a subsequence that ends before the $to item, + apply the fn:trunk function to the result.

+ +

The predicate functions supplied to the $from and $to + parameters can include an integer position argument as well as the item itself. + This position will always be 1-based, relative to the start of $input. + This means it is possible to select items based on their absolute position in the + $input sequence, but there is no mechanism to select an end position + relative to the start position. If this is needed, the function can be combined with others: + for example, to select a subsequence of four items starting with "Barbara", + use $input => subsequence-where(fn { . eq "Barbara" }) => slice(end := 4).

+ +

If the requirement is to select all elements stopping before the first h2 + element if it exists, or up to the end of the sequence otherwise, the simplest + solution is perhaps to write:

+ slice($input, end:=index-where($input, fn { boolean(self::h2) })[1]) + +

A return value of () from the $from or $to + predicate is treated as false.

+
+ + + + + + + subsequence-where($names, starts-with(?, "E")) + "Eliza", "Freda", "Gertrude", "Hilda" + + + + + subsequence-where($names, to := starts-with(?, "D")) + "Anna", "Barbara", "Catherine", "Delia" + + + + + subsequence-where($names, to := starts-with(?, "D")) => trunk() + "Anna", "Barbara", "Catherine" + + + + + subsequence-where($names, starts-with(?, "E"), starts-with(?, "G")) + "Eliza", "Freda", "Gertrude" + + + + + subsequence-where( + $names, + starts-with(?, "D"), fn { string-length(.) gt 5 } +) + "Delia", "Eliza", "Freda", "Gertrude" + + + + + subsequence-where($names, starts-with(?, "M")) + () + + + + + subsequence-where($names, starts-with(?, "G"), starts-with(?, "Z")) + "Gertrude", "Hilda" + + + + + subsequence-where($names) + "Anna", "Barbara", "Catherine", "Delia", "Eliza", "Freda", + "Gertrude", "Hilda" + + + + + subsequence-where( + $names, + fn($it, $pos) { ends-with($it, "a") and $pos gt 5 } +) + "Freda", "Gertrude", "Hilda" + + + + + subsequence-where( + $names, + to := fn($it, $pos) { ends-with($it, "a") and $pos ge 5 } +) + "Anna", "Barbara", "Catherine", "Delia", "Eliza" + + + + + +

New in 4.0

+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a sequence containing the items from $input + at positions defined by $at, in the order specified.

+
+ +

Returns the items in $input at the positions listed + in $at, in order of the integers in the $at argument.

+
+ +for-each($at, fn($index) { subsequence($input, $index, 1) }) + + +

In the simplest case where $at is a single integer, + fn:items-at($input, 3) returns the same result as $input[3].

+

Compared with a simple positional filter expression, the function is useful because:

+ +

It can select items at multiple positions, and unlike fn:subsequence, + these do not need to be contiguous.

+

The $at expression can depend on the focus.

+

The order of the returned items can differ from their order in the $input sequence.

+
+

If any integer in $at is outside the range 1 to count($input), that integer + is effectively ignored: no error occurs.

+

If either of the arguments is an empty sequence, the result is an empty sequence.

+

If $at contains duplicate integers, the result also contains duplicates. No de-duplication + occurs. If the input sequence contains nodes, these are not copied: instead, the result + sequence contains multiple references to the same node.

+
+ + + + + items-at(11 to 20, 4) + 14 + + + items-at(11 to 20, 4 to 6) + 14, 15, 16 + + + items-at(11 to 20, (7, 3)) + 17, 13 + + + items-at(11 to 20, index-of(("a", "b", "c"), "b")) + 12 + + + items-at(characters("quintessential"), (4, 8, 3)) + "n", "s", "i" + + + items-at(characters("quintessential"), (4, 8, 1, 1)) + "n", "s", "q", "q" + + + items-at((), 832) + () + + + items-at((), ()) + () + + + + +

New in 4.0

+
+
+ + + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a sequence containing selected items from a supplied input sequence based on their position.

+
+ +

If $input is the empty sequence, the function returns the empty sequence.

+

Let $S be the first of the following that applies:

+ +

If $start is absent, empty, or zero, then 1.

+

If $start is negative, then fn:count($input) + $start + 1.

+

Otherwise, $start.

+
+

Let $E be the first of the following that applies:

+ +

If $end is absent, empty, or zero, then fn:count($input).

+

If $end is negative, then fn:count($input) + $end + 1.

+

Otherwise, $end.

+
+

Let $STEP be the first of the following that applies:

+ +

If $step is absent, empty, or zero, then:

+ +

If $E ge $S, then +1

+

Otherwise -1

+
+
+

Otherwise, $step.

+
+

If $STEP is negative, the function returns + $input => fn:reverse() => fn:slice(-$S, -$E, -$STEP).

+ +

Otherwise the function returns the result of the expression:

+ $input[position() ge $S and position() le $E and (position() - $S) mod $STEP eq 0] + TBA: define formal equivalent. +
+ +

The function is inspired by the slice operators in Javascript and Python, but it differs + in detail to accommodate the tradition of 1-based addressing in XPath. The end position is + inclusive rather than exclusive, so that in the simple case where $start and + $end are positive and $end > $start, + fn:slice($in, $start, $end) + returns the same result as $in[position() = $start to $end].

+

This function can be used to enhance the RangeExpression, defined + in , to construct a sequence + of integers based on steps other than 1.

+
+ + + + + + slice($in, start := 2, end := 4) + "b", "c", "d" + + + slice($in, start := 2) + "b", "c", "d", "e" + + + slice($in, end := 2) + "a", "b" + + + slice($in, start := 3, end := 3) + "c" + + + slice($in, start := 4, end := 3) + "d", "c" + + + slice($in, start := 2, end := 5, step := 2) + "b", "d" + + + slice($in, start := 5, end := 2, step := -2) + "e", "c" + + + slice($in, start := 2, end := 5, step := -2) + () + + + slice($in, start := 5, end := 2, step := 2) + () + + + slice($in) + "a", "b", "c", "d", "e" + + + slice($in, start := -1) + "e" + + + slice($in, start := -3) + "c", "d", "e" + + + slice($in, end := -2) + "a", "b", "c", "d" + + + slice($in, start := 2, end := -2) + "b", "c", "d" + + + slice($in, start := -2, end := 2) + "d", "c", "b" + + + slice($in, start := -4, end := -2) + "b", "c", "d" + + + slice($in, start := -2, end := -4) + "d", "c", "b" + + + slice($in, start := -4, end := -2, step := 2) + "b", "d" + + + slice($in, start := -2, end := -4, step := -2) + "d", "b" + + + slice(("a", "b", "c", "d"), 0) + "a", "b", "c", "d" + + + + + slice((1 to 5), step := 2) + 1, 3, 5 + + + + +

New in 4.0

+
+
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-independent + focus-independent + + +

Determines whether one sequence starts with another, using a supplied callback function to compare items.

+
+ +

Informally, the function returns true if $input starts with $subsequence, + when items are compared using the supplied (or default) $compare function.

+ +
+ +count($input) ge count($subsequence) and +every(for-each-pair($input, $subsequence, $compare)) + + +

There is no requirement that the $compare function should have the traditional qualities + of equality comparison. The result is well-defined, for example, even if $compare is not transitive + or not symmetric. A return value of () from the function is treated as false.

+
+ + + + + starts-with-subsequence((), ()) + true() + + + starts-with-subsequence(1 to 10, 1 to 5) + true() + + + starts-with-subsequence(1 to 10, ()) + true() + + + starts-with-subsequence(1 to 10, 1 to 10) + true() + + + starts-with-subsequence(1 to 10, 1) + true() + + + starts-with-subsequence( + 1 to 10, + 101 to 105, + fn($x, $y) { $x mod 100 = $y mod 100 } +) + true() + + + starts-with-subsequence( + ("A", "B", "C"), + ("a", "b"), + fn($x, $y) { + compare( + $x, + $y, + "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive" + ) eq 0 + } +) + true() + + +

")//p[2] +return starts-with-subsequence( + $p/ancestor::*[1], + $p/parent::*, + op("is") +)]]> + true() + + + starts-with-subsequence(10 to 20, 1 to 5, op("gt")) + true() + + + starts-with-subsequence( + ("Alpha", "Beta", "Gamma"), + ("A", "B"), + starts-with#2 +) + true() + + + starts-with-subsequence( + ("Alpha", "Beta", "Gamma", "Delta"), + 1 to 3, + fn($x, $y) { ends-with($x, 'a' ) } +) + true() + True because the first three items in the input sequence end with "a". + + + + +

New in 4.0

+ +
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-independent + focus-independent + + +

Determines whether one sequence ends with another, using a supplied callback function to compare items.

+
+ +

Informally, the function returns true if $input ends with $subsequence, + when items are compared using the supplied (or default) $compare function.

+ +
+ +starts-with-subsequence(reverse($input), reverse($subsequence), $compare) + + +

There is no requirement that the $compare function should have the traditional qualities + of equality comparison. The result is well-defined, for example, even if $compare is not transitive + or not symmetric.

+

A return value of () from the function is treated as false.

+
+ + + + + ends-with-subsequence((), ()) + true() + + + ends-with-subsequence(1 to 10, 5 to 10) + true() + + + ends-with-subsequence(1 to 10, ()) + true() + + + ends-with-subsequence(1 to 10, 1 to 10) + true() + + + ends-with-subsequence(1 to 10, 10) + true() + + + ends-with-subsequence( + 1 to 10, + 108 to 110, + fn($x, $y) { $x mod 100 = $y mod 100 } +) + true() + + + ends-with-subsequence( + ("A", "B", "C"), + ("b", "c"), + fn($x, $y) { + compare( + $x, + $y, + "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive" + ) eq 0 + } +) + true() + + +

")//p[2] +return ends-with-subsequence( + $p/ancestor::node()[last()], + $p/root(), + op("is") +)]]> + true() + + + ends-with-subsequence(10 to 20, 1 to 5, op("gt")) + true() + + + ends-with-subsequence( + ("Alpha", "Beta", "Gamma"), + ("B", "G"), + starts-with#2 +) + true() + + + ends-with-subsequence( + ("Alpha", "Beta", "Gamma", "Delta"), + 1 to 2, + fn($x, $y) { string-length($x) eq 5 } +) + true() + True because the last two items in the input sequence have a string length of 5. + + + + +

New in 4.0

+ +
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-independent + focus-independent + + +

Determines whether one sequence contains another as a contiguous subsequence, using a supplied callback function to compare items.

+
+ +

Informally, the function returns true if $input contains a consecutive subsequence matching $subsequence, + when items are compared using the supplied (or default) $compare function.

+ +
+ +some $i in 0 to count($input) - count($subsequence) +satisfies ( + every $j in 1 to count($subsequence) + satisfies $compare($input[$i + $j], $subsequence[$j]) +) + + +

There is no requirement that the $compare function should have the traditional qualities + of equality comparison. The result is well-defined, for example, even if $compare is not transitive + or not symmetric.

+

A return value of () from the function is treated as false.

+
+ + + + + contains-subsequence((), ()) + true() + + + contains-subsequence(1 to 10, 3 to 6) + true() + + + contains-subsequence(1 to 10, (2, 4, 6)) + false() + + + contains-subsequence(1 to 10, ()) + true() + + + contains-subsequence(1 to 10, 1 to 10) + true() + + + contains-subsequence(1 to 10, 5) + true() + + + contains-subsequence( + 1 to 10, + 103 to 105, + fn($x, $y) { $x mod 100 = $y mod 100 } +) + true() + + + contains-subsequence( + ("A", "B", "C", "D"), + ("b", "c"), + fn($x, $y) { + compare( + $x, + $y, + "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive" + ) eq 0 + } +) + true() + + +

")//chap +return contains-subsequence( + $chap ! child::*, + $chap ! child::p, + op("is") +)]]> + true() + True because the p children of the chap element form a contiguous subsequence. + + + contains-subsequence(10 to 20, (5, 3, 1), op("gt")) + true() + + + contains-subsequence( + ("Alpha", "Beta", "Gamma", "Delta"), ("B", "G"), + starts-with#2 +) + true() + + + contains-subsequence( + ("Zero", "Alpha", "Beta", "Gamma", "Delta", "Epsilon"), + 1 to 4, + fn($x, $y) { ends-with($x, 'a') } +) + true() + True because there is a run of 4 consecutive items ending in "a". + + + + +

New in 4.0

+ + + + + + + + + + + nondeterministic-wrt-ordering + context-independent + focus-independent + + +

Returns the items of $input in an implementation-dependent order.

+
+ +

The function returns the items of $input in an implementation-dependent order.

+
+ +

Query optimizers may be able to do a better job if the order of the output sequence is + not specified. For example, when retrieving prices from a purchase order, if an index + exists on prices, it may be more efficient to return the prices in index order rather + than in document order.

+

This function does not guarantee that the resulting sequence will be in an order + different from the input sequence. Many times the two sequences will be identical.

+
+ + + + unordered((1, 2, 3, 4, 5)) + (1, 2, 3, 4, 5) + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Absorbs the argument.

+
+ +

The function absorbs the supplied $input argument and + returns an empty sequence.

+
+ +

The function can be used to discard unneeded output of expressions + (functions, third-party libraries, etc.).

+

It can also be used to discard results during development.

+ +

It is implementation-dependent + whether the supplied argument is evaluated or ignored. An implementation may decide to + evaluate nondeterministic expressions and + ignore deterministic ones.

+
+ + + + void(1 to 1000000) + () + + + + for $f in (identity#1, void#1) return $f(123) + 123 + + + let $mapping := () +return for-each(1 to 10, $mapping otherwise void#0) + () + Indicates that if no mapping is supplied, all items are dropped. + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns input if it contains zero or one items. Otherwise, raises an + error.

+
+ +

Except in error cases, the function returns $input unchanged.

+
+ +if (count($input) le 1) +then $input +else error(parse-QName('Q{http://www.w3.org/2005/xqt-errors}FORG0003')) + + +

A dynamic error is raised if $input + contains more than one item.

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns $input if it contains one or more items. Otherwise, raises an error. +

+
+ +

Except in error cases, the function returns $input unchanged.

+ +
+ +if (count($input) ge 1) +then $input +else error(parse-QName('Q{http://www.w3.org/2005/xqt-errors}FORG0004')) + + +

A dynamic error is raised if $input is an + empty sequence.

+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns $input if it contains exactly one item. Otherwise, raises an error. +

+
+ +

Except in error cases, the function returns $input unchanged.

+
+ +if (count($input) eq 1) +then $input +else error(parse-QName('Q{http://www.w3.org/2005/xqt-errors}FORG0005')) + + +

A dynamic error is raised if $input is an + empty sequence or a sequence containing more than one item.

+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

This function assesses whether two sequences are deep-equal to each other. To be + deep-equal, they must contain items that are pairwise deep-equal; and for two items to + be deep-equal, they must either be atomic items that compare equal, or nodes of the + same kind, with the same name, whose children are deep-equal, + or maps with matching entries, or arrays with matching members.

+
+ + +

The $options argument, if present, defines additional parameters controlling + how the comparison is done. If it is supplied as a map, then the option parameter conventions apply.

+

For backwards compatibility reasons, the $options argument can also be set + to a string containing a collation name. Supplying a string $S for this argument is equivalent + to supplying the map { 'collation': $S }. Omitting the argument, or supplying the + empty sequence, is equivalent to supplying an empty map.

+ +

If the two sequences ($input1 and $input2) + are both empty, the function returns true.

+

If the two sequences are of different lengths, the function returns + false.

+

If the two sequences are of the same length, the comparison is controlled by the + ordered option:

+ +

By default, the option is true: The function returns + true if and only if every item in the sequence $input1 is + deep-equal to the item at the same position in the sequence $input2. +

+

If the option is set to false, the function returns + false if and only if every item in the sequence $input1 + is deep-equal to an item at some position in the sequence $input2, + and vice versa.

+
+

The rules for + deciding whether two items are deep-equal appear below.

+

The entries that may appear in the $options map are as follows. The detailed rules + for the interpretation of each option appear later.

+ + + + Determines whether the base-uri of a node is significant. + + xs:boolean + false() + + + Identifies a collation which is used at all levels + of recursion when strings are compared (but not when names are compared), according to + the rules in . If the argument is not supplied, + or if it is empty, then the default collation from the + dynamic context of the caller is used. + xs:string + fn:default-collation() + + + Determines whether comments are significant. + + xs:boolean + false() + + + Requests diagnostics in the case where the function returns false. + When this option is set and the two inputs are found to be not equal, the implementation + should output messages (in an implementation-dependent format and to + an implementation-dependent destination) indicating the nature of the differences that + were found. + + xs:boolean + false() + + + Determines whether the id property of elements and attributes is significant. + + xs:boolean + false() + + + Determines whether the idrefs property of elements and attributes is significant. + + xs:boolean + false() + + + Determines whether the in-scope namespaces of elements are significant. + + xs:boolean + false() + + + A user-supplied function to test whether two items + are considered equal. The function can return true + or false to indicate that two items are or are not + equal, overriding the normal rules that would apply to those items; + or it can return an empty sequence, to indicate that the normal + rules should be followed. Note that returning () + is not equivalent to returning false. + + fn(item(), item()) as xs:boolean? + fn:void#0 + + + Determines whether the order of entries in maps is significant. + + xs:boolean + false() + + + Determines whether namespace prefixes in xs:QName values (particularly + the names of elements and attributes) are significant. + + xs:boolean + false() + + + Determines whether the nilled property of elements and attributes is significant. + + xs:boolean + false() + + + If present, indicates that text and attributes are converted to the specified + Unicode normalization form prior to comparison. The value is as for the corresponding + argument of fn:normalize-unicode. + + xs:string? + () + + + Controls whether the top-level order of the items of the input sequences + is considered. + + xs:boolean + true() + + + Determines whether processing instructions are significant. + + xs:boolean + false() + + + Determines whether timezones in date/time values are significant. + + xs:boolean + false() + + + Determines whether type annotations are significant. + + xs:boolean + false() + + + Determines whether the variety of the type annotation of an element + (whether it has complex content or simple content) is significant. + + xs:boolean + true() + + + Determines whether nodes are compared using their typed values rather than + their string values. + + xs:boolean + true() + + + A list of QNames of elements considered to be unordered: that is, their child + elements may appear in any order. + + xs:QName* + () + + + Determines the extent to which whitespace + is treated as significant. The value + preserve retains all whitespace. The value strip ignores text nodes + consisting entirely of whitespace. + The value normalize ignores whitespace text nodes in the same way as + the strip option, and additionally compares text and attribute nodes after + normalizing whitespace in accordance with the rules of the fn:normalize-space + function. The detailed rules, given below, also take into account type annotations and + xml:space attributes. + + + enum("preserve", "strip", "normalize") + preserve + + + +

As a general rule for boolean options (but not invariably), the value true indicates + that the comparison is more strict.

+ +

In the following rules, where a recursive call on fn:deep-equal is made, this is assumed + to use the same values of $options as the original call.

+ +

The rules reference a function equal-strings which compares two xs:string + or xs:anyURI values as follows:

+ + +

If the whitespace option is set to normalize, then each string is processed + by calling the fn:normalize-space function.

+

If the normalization-form option is present, each string is then normalized + by calling the fn:normalize-unicode function, supplying the specified normalization + form.

+

The two strings are then compared for equality under the requested collation.

+
+ +

More formally, the equal-strings function is equivalent to the following + implementation in XQuery:

+ +

The rules for deciding whether two items $i1 and $i2 are deep-equal + are as follows.

+ +

The two items are first compared using the function supplied in the items-equal + option. If this returns true then the items are deep-equal. If it returns + false then the items are not deep-equal. If it returns an empty sequence + (which is always the case if the option is not explicitly specified) + then the two items are deep-equal if one or more of the following conditions are true:

+ + +

All of the following conditions are true:

+ + +

$i1 is an atomic item.

+ +

$i2 is an atomic item.

+ +

Either the type-annotations option is false, or both atomic items have + the same type annotation.

+
+ +

One of the following conditions is true:

+ +

If both $i1 and $i2 are instances of + xs:string, xs:untypedAtomic, or xs:anyURI, + equal-strings($i1, $i2, $collation, $options) + returns true. +

+

If both $i1 and $i2 are instances of + xs:date, xs:time or xs:dateTime, + $i1 eq $i2 + returns true. +

+ +

Otherwise, fn:atomic-equal($i1, $i2) + returns true. +

+
+

If $i1 and $i2 are not comparable, that is, + if the expression ($i1 eq $i2) would raise an error, then the function + returns false; it does not report an error.

+
+ + +

One of the following conditions is true:

+ +

Option namespace-prefixes is false.

+

Neither $i1 nor $i2 is of type + xs:QName or xs:NOTATION.

+

$i1 and $i2 are qualified names with the same namespace prefix.

+
+
+ +

One of the following conditions is true:

+ +

Option timezones is false.

+

Neither $i1 nor $i2 is of type + xs:date, xs:time, xs:dateTime, + xs:gYear, xs:gYearMonth, xs:gMonth, + xs:gMonthDay, or xs:gDay.

+

Neither $i1 nor $i2 has a timezone component.

+

Both $i1 and $i2 have a timezone component and the + timezone components are equal.

+
+
+
+
+ +

All of the following conditions are true:

+ + +

$i1 is a map.

+
+ +

$i2 is a map.

+
+ +

Both maps have the same number of entries.

+
+ +

For every entry in the first map, there is an entry in the second map that:

+ + +

has the same key (note that the + collation is not used when comparing keys), and

+
+ +

has the same associated value (compared using the fn:deep-equal + function, recursively).

+
+
+
+ +

Either map-order is false, or the entries in both maps appear in the same order, + that is, the Nth key in the first map is the same key as the Nth key in the second map, for all N.

+
+
+ +
+ +

All the following conditions are true:

+ +

$i1 is an array.

+

$i2 is an array.

+ +

Both arrays have the same number of members (array:size($i1) eq + array:size($i2)).

+
+ +

Members in the same position of both arrays are deep-equal to each other: that is, + every $p in 1 to array:size($i1) satisfies deep-equal($i1($p), $i2($p), + $collation, $options).

+
+
+
+ +

All the following conditions are true:

+ +

$i1 is a function item and is not a map or array.

+

$i2 is a function item and is not a map or array.

+

$i1 and $i2 have the same function identity. + The concept of function identity is explained in .

+
+
+ +

All the following conditions are true:

+ +

$i1 is a node (specifically, an XNode).

+

$i2 is a node (specifically, an XNode).

+

Both nodes have the same node kind.

+

Either the base-uri option is false, or both nodes have the same value + for their base URI property, or both nodes have an absent base URI.

+

Let significant-children($parent) be the sequence of nodes obtained by applying the following + steps to the children of $parent, in turn:

+ +

Comment nodes are discarded if the option comments is false.

+

Processing instruction nodes are discarded if the option processing-instructions is false.

+

Adjacent text nodes are merged.

+

Whitespace-only text nodes are discarded if both the following conditions are true:

+ + +

The option whitespace is set to strip + or normalize; and

+
+

The text node is not within the scope + of an element that has the attribute xml:space="preserve".

+
+

Whitespace text nodes will already have been discarded if + $parent is a schema-validated element node whose type annotation + is a complex type with an element-only or empty content model.

+
+
+ +
+ +

One of the following conditions is true.

+ + +

Both nodes are document nodes, and the sequence significant-children($i1) + is deep-equal to the sequence significant-children($i2).

+
+ +

Both nodes are element nodes, and all the following conditions are true:

+ + +

The two nodes have the same name, that is (node-name($i1) eq + node-name($i2)).

+
+ +

Either the option namespace-prefixes is false, or both element + names have the same prefix.

+
+ +

Either the option in-scope-namespaces is false, or both element + nodes have the same in-scope namespace bindings.

+
+ +

Either the option type-annotations is false, or both + element nodes have the same type annotation.

+
+ +

Either the option id-property is false, or both element + nodes have the same value for their is-id property.

+
+ +

Either the option idrefs-property is false, or both element + nodes have the same value for their is-idrefs property.

+
+ +

Either the option nilled-property is false, or both element + nodes have the same value for their nilled property.

+
+ +

One of the following conditions is true:

+ +

The option type-variety is false.

+

Both nodes are annotated as having simple content. + For this purpose simple content + means either a simple type or a complex type with simple content.

+

Both nodes are annotated as having complex content. For this purpose + complex content means a complex type whose variety is mixed, element-only, or + empty.

+
+ +

It is a consequence of this rule that, by default, validating a document D + against a schema will usually (but not necessarily) result in a document + that is not deep-equal to D. The exception is when the schema + allows all elements to have mixed content.

+
+ +
+ +

The two nodes have the same number of attributes, and for every attribute + $a1 in $i1/@* there exists an attribute + $a2 in $i2/@* such that node-name($a1) eq node-name($a2) + and $a1 and $a2 are deep-equal.

+

Attributes, like other items, may be compared using the supplied items-equal + function. However, this function will not be called to compare two attribute nodes unless + they have the same name.

+
+ +

One of the following conditions holds:

+ + +

Both element nodes are annotated as having simple content (as defined + above), the typed-values option is true, + and the typed value of $i1 is deep-equal + to the typed value of $i2.

+

The typed value of an element node is used only when the element + has simple content, which means that no error can occur as a result + of atomizing a node with no typed value.

+
+ +

Both element nodes are annotated as having simple content (as defined + above), the typed-values option is false, + and the equal-strings function returns true when + applied to the string value of $i1 + and the string value of $i2.

+
+ +

Both element nodes have a type annotation that is a complex type with + element-only, mixed, or empty content, + the (common) element name is not present in the unordered-elements option, + and the sequence significant-children($i1) is + deep-equal to the sequence significant-children($i2).

+
+ +

Both element nodes have a type annotation that is a complex type with + element-only, mixed, or empty content, + the (common) element name is present in the unordered-elements option, + and the sequence significant-children($i1) is + deep-equal to some permutation of the sequence significant-children($i2).

+ +

Elements annotated as xs:untyped fall into this category.

+

Including an element name in the unordered-elements list is unlikely + to be useful except when the relevant elements have element-only content, but + this is not a requirement: the rules apply equally to elements with mixed content, + or even (trivially) to elements with empty content.

+
+
+
+
+
+
+ + +

Both nodes are attribute nodes, and all the following conditions are true:

+ + + +

The two attribute nodes have the same name, that is (node-name($i1) eq + node-name($i2)).

+
+ +

Either the option namespace-prefixes is false, or both + attribute names have the same prefix.

+
+ +

Either the option type-annotations is false, or both + attribute nodes have the same type annotation.

+
+ +

Either the option id-property is false, or both attribute nodes + have the same value for their is-id property.

+
+ +

Either the option idrefs-property is false, or both attribute nodes + have the same value for their is-idrefs property.

+
+ +

Let T be true if the option typed-value is true + and both attributes $i1 and $i2 have a type + annotation other than xs:untypedAtomic.

+

Then either T is true and the typed value of $i1 + is deep-equal to the typed value of $i2, or T is false + and the equal-strings function returns true when applied to the + string value of $i1 and the string value of $i2.

+
+ + +
+
+ + +

Both nodes are processing instruction nodes, and all the following conditions are true:

+ + +

The two nodes have the same name, that is (node-name($i1) eq + node-name($i2)).

+
+ +

The equal-strings function returns true when applied to + the string value of $i1 + and the string value of $i2.

+
+
+
+ +

Both nodes are namespace nodes, and all the following conditions are true:

+ + +

The two nodes either have the same name or are both nameless, that is + fn:deep-equal(node-name($i1), node-name($i2)).

+
+ +

The string value of $i1 is equal to the string value of + $i2 when compared using the Unicode codepoint collation.

+
+
+

Namespace nodes are not considered directly unless they appear in the top-level sequences + passed explicitly to the fn:deep-equal function.

+
+ +

Both nodes are comment nodes, and the equal-strings function + returns true when applied to their string values.

+
+ +

Both nodes are text nodes, and the equal-strings function + returns true when applied to their string values.

+ +
+
+
+
+
+ +

All the following conditions are true:

+ +

$i1 is a JNode.

+

$i2 is a JNode.

+

The ·content· property of $i1 + is deep-equal to the ·content· property of $i2.

+

The other properties of the two JNodes, such as ·parent· + and ·selector·, are ignored. As with XNodes, deep equality + considers only the subtree rooted at the node, and not its position within + a containing tree.

+
+
+
+ + + +
+

In all other cases the result is false.

+
+ +

A type error is raised if the value of + $options includes an entry whose key is defined + in this specification, and whose value is not of the permitted type for that key.

+

A dynamic error is raised if the value of + $options includes an entry whose key is defined + in this specification, and whose value is not a permitted value for that key.

+
+ +

By default, whitespace in text nodes and attributes is considered significant. There are various ways + whitespace differences can be ignored:

+ +

If nodes have been schema-validated, setting the typed-values + option to true causes the typed values rather + than the string values to be compared. This will typically cause whitespace to be ignored + except where the type of the value is xs:string.

+

Setting the whitespace option to normalize causes all + text and attribute nodes to have leading and trailing whitespace removed, and intermediate + whitespace reduced to a single character.

+
+

By default, two nodes are not required to have the same type annotation, and they are not + required to have the same in-scope namespaces. They may also differ in their parent, + their base URI, and the values returned by the is-id and + is-idrefs accessors (see and + ). The order of children is significant, + but the order of attributes is insignificant.

+

By default, the contents of comments and processing instructions are significant only if these nodes + appear directly as items in the two sequences being compared. The content of a comment + or processing instruction that appears as a descendant of an item in one of the + sequences being compared does not affect the result. In previous versions + of this specification, the presence of a comment + or processing instruction, if it caused text to be split across two text nodes, might + affect the result; this has been changed in 4.0 so that adjacent text nodes are merged + after comments and processing instructions have been stripped.

+

Comparing items of different kind (for example, comparing an atomic + item to a node, or a map to an array, or an integer to an xs:date) returns false, + it does not return an error. So + the result of fn:deep-equal(1, current-dateTime()) is false.

+ +

The items-equal callback function may be used to override the default rules + for comparing individual items. For example, it might return true unconditionally + when comparing two @timestamp attributes, if there is no expectation that the + two trees will have identical timestamps. Given two nodes $n1 and $n2, + it might compare them using the is operator, so that instead of comparing the + descendants of the two nodes, the function simply checks whether they are the same node. + Given two function items $f1 and $f2 it might return true unconditionally, + knowing that there is no effective way to test if the functions are equivalent. Given + two numeric values, it might return true if they are equal to six decimal places.

+ +

It is good practice for the items-equal callback function to be reflexive, + symmetric, and transitive; if it is not, then the fn:deep-equal function itself + will lack these qualities. Reflexive means that every item (including NaN) + should be equal to itself; symmetric means that items-equal(A, B) + should return the same result as items-equal(B, A), and transitive + means that items-equal(A, B) and items-equal(B, C) should + imply items-equal(A, C).

+ +

Setting the ordered option to false or supplying the + unordered-elements option may result in poor performance when comparing + long sequences, especially if the items-equal callback function is supplied.

+ +
+ + + + + +]]> + + + deep-equal($at, $at/*) + false() + + + + + deep-equal($at/name[1], $at/name[2]) + false() + + + + + deep-equal($at/name[1], $at/name[3]) + true() + + + + + deep-equal($at/name[1], 'Peter Parker') + false() + + + + + deep-equal( + $at//name[@first="Bob"], + $at//name[@last="Barker"], + options := { 'items-equal': op('is') } +) + true() + Tests whether the two input sequences contain exactly the same nodes. + + + + + deep-equal([ 1, 2, 3], [ 1, 2, 3 ]) + true() + + + + + deep-equal((1, 2, 3), [ 1, 2, 3 ]) + false() + + + + + deep-equal( + { 1: 'a', 2: 'b' }, + { 2: 'b', 1: 'a' } +) + true() + + + + + deep-equal( + (1, 2, 3, 4), + (1, 4, 3, 2), + options := { 'ordered': false() } +) + true() + + + + + deep-equal( + (1, 1, 2, 3), + (1, 2, 3, 3), + options := { 'ordered': false() } +) + false() + + + + + "), + parse-xml("") +)]]> + true() + By default, namespace prefixes are ignored + + + + + "), + parse-xml(""), + options := { 'namespace-prefixes': true() } +)]]> + false() + False because the namespace prefixes differ + + + + + "), + parse-xml(""), + options := { 'in-scope-namespaces': true() } +)]]> + false() + False because the in-scope namespace bindings differ + + + + + "), + parse-xml("") +)]]> + false() + By default, order of elements is significant + + + + + "), + parse-xml(""), + options := { 'unordered-elements': #a } +)]]> + true() + The unordered-elements option means that the ordering of the children + of a is ignored. + + + + + x"), + parse-xml(" x") +)]]> + false() + By default, both the leading whitespace in the style attribute + and the whitespace text node preceding the span element are significant. + + + + + x"), + parse-xml(" x"), + options := { 'whitespace': 'normalize' } +)]]> + true() + The whitespace option causes both the leading space + in the attribute value and the whitespace preceding the + span element to be ignored. + + + + + deep-equal( + (1, 2, 3), + (1.0007, 1.9998, 3.0005), + options := { 'items-equal': fn($x, $y) { + if (($x, $y) instance of xs:numeric+) { + abs($x - $y) lt 0.001 + } + } } +) + true() + For numeric values, the callback function tests whether they + are approximately equal. For any other items, it returns an empty sequence, + so the normal comparison rules apply. + + + + + + deep-equal( + (1, 2, 3, 4, 5), + (1, 2, 3, 8, 5), + options := { 'items-equal': fn($x, $y) { + trace((), `comparing { $x } and { $y }`) + } } +) + false() + The callback function traces which items are being compared, + without changing the result of the comparison. + + + + + + + +

When comments and processing instructions are ignored, any text nodes either side of the + comment or processing instruction are now merged prior to comparison.

+
+ +

The $options parameter has been added, + absorbing the $collation parameter.

+
+ +

A callback function can be supplied for comparing individual items.

+
+

Atomic items of types xs:hexBinary + and xs:base64Binary are now mutually comparable. In rare cases, where an + application uses both types and assumes they are distinct, this can represent a backwards + incompatibility.

+
+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the number of items in a sequence.

+
+ +

The function returns the number of items in $input.

+
+ + dm:count($input) + + +

The function returns 0 if $input is the empty sequence.

+
+ +

]]> + + + + + count($tree//chap/p) + 3 + + + + + count($seq3) + 0 + + + + + count($seq2) + 3 + + + + + count($seq2[. > 100]) + 0 + + + + + count([]) + 1 + + + + + count([ 1, 2, 3 ]) + 1 + + + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the average of the values in the input sequence $values, that is, the + sum of the values divided by the number of values.

+ + +

If $values is the empty sequence, the empty sequence is returned.

+

Any item in $values that is an instance of xs:untypedAtomic + is cast to xs:double.

+

After this conversion, one of the following conditions must be true:

+ +

Every item in $values is an instance of xs:yearMonthDuration.

+

Every item in $values is an instance of xs:dayTimeDuration.

+

Every item in $values is an instance of xs:numeric.

+
+ + +

The function returns the average of the values as sum($values) div + count($values); but the implementation may use an otherwise equivalent algorithm + that avoids arithmetic overflow. Note that the fn:sum function + allows the input sequence to be reordered, which may affect the result in edge cases + when the sequence contains a mixture of different numeric types.

+ +
+ +

A type error is raised if the input sequence contains + items of incompatible types, as described above.

+
+ + + + + + + avg($seq3) + 4.0 + The result is of type xs:decimal. + + + + + avg(($d1, $d2)) + xs:yearMonthDuration("P10Y5M") + + + + + avg(()) + () + + + + + avg((xs:float('INF'), xs:float('-INF'))) + xs:float('NaN') + + + + + avg(($seq3, xs:float('NaN'))) + xs:float('NaN') + + + +

fn:avg(($d1, $seq3)) raises a type error .

+
+
+ + +

In 3.1, given a mixed input sequence such as (1, 3, 4.2e0), the specification + was unclear whether it was permitted to add the first two integer items using + integer arithmetic, rather than converting all items to doubles before + performing any arithmetic. The 4.0 specification is clear that this is + permitted; but since the items can be reordered before being added, this + is not required.

+
+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns a value that is equal to the highest value appearing in the input sequence.

+
+ +

Any item in $values that is an instance of xs:untypedAtomic + is first cast to xs:double. The resulting sequence is referred to as the + converted sequence.

+ +

All pairs of values in the converted sequence must be mutually comparable. Two values are mutually + comparable if one or more of the following conditions applies:

+ +

Both values are instances of xs:string or xs:anyURI.

+

Both values are instances of xs:numeric.

+

Both values are instances of xs:hexBinary or xs:base64Binary.

+

Both values are instances of xs:date.

+

Both values are instances of xs:dateTime.

+

Both values are instances of xs:time.

+

Both values are instances of xs:dayTimeDuration.

+

Both values are instances of xs:yearMonthDuration.

+

Both values are instances of xs:boolean.

+
+ +

If the converted sequence contains a single value then it must be comparable to itself under the above rules. (So the + input cannot be, for example, a singleton xs:QName.)

+ +

If the converted sequence is empty, the function returns the empty sequence.

+ +

If the converted sequence contains the value NaN, the value + NaN is returned + (as an xs:float or xs:double as appropriate).

+ +

Two items $v1 and $v2 from the converted sequence are compared as follows:

+ + +

If both values are instances of xs:string or xs:anyURI, they + are compared using fn:compare($v1, $v2, $collation), where $collation + is determined by the rules in .

+

In other cases, $collation is ignored.

+

If both values are instances of xs:numeric, they are compared + using fn:compare($v1, $v2).

+

In all other cases, the values are compared using the lt and eq + operators appropriate to their type.

+
+ +

The result of the function is a value from the converted sequence that is greater than + or equal to every other value under the above rules. If there is more than one such value, then it is + implementation-dependent + which of them is returned.

+ + +
+ +

A type error is raised if the input sequence contains + items of incompatible types, as described above.

+
+ +

If there are two or items that are + “equal highest”, the specific item whose value is returned is implementation-dependent. This can arise for example if two different strings + compare equal under the selected collation, or if two different xs:dateTime + values compare equal despite being in different timezones.

+

If the converted sequence contains exactly one value then that value is returned.

+

The default type when the fn:max function is applied to + xs:untypedAtomic values is xs:double. This differs from the + default type for operators such as lt, and for sorting in XQuery and XSLT, + which is xs:string.

+

In version 4.0, if $values is a sequence of xs:decimal values + (including the case where it is a sequence of xs:integer values), then + the result will be one of these xs:decimal or xs:integer values. + In earlier versions it would + be the result of converting this xs:decimal to xs:double.

+ +
+ + + + max((3, 2, 1)) + 3 + + + + + max([ 3, 2, 1 ]) + 3 + Arrays are atomized + + + + + max(( + xs:integer(5), + xs:float(5), + xs:double(0) +)) + 5 + The result may be either the xs:integer or the xs:float, + since they are equal. + + + + + max(( + xs:float(0.0E0), + xs:float(-0.0E0) +)) + xs:float(0.0e0) + The result may be either positive or negative zero, since they are equal. + + + + + max(( + current-date(), + xs:date("2100-01-01") +)) + xs:date("2100-01-01") + Assuming that the current date is during the 21st century. + + + + + max(("a", "b", "c")) + "c" + Assuming a typical default collation. + + + +

max((3, 4, "Zero")) raises a type error .

+
+
+ + +

The way that fn:min and fn:max compare numeric values of different types + has changed. The most noticeable effect is that when these functions are applied to a sequence of + xs:integer or xs:decimal values, the result is an xs:integer or + xs:decimal, rather than the result of converting this to an xs:double

+
+
+
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns a value that is equal to the lowest value appearing in the input sequence.

+
+ +

Any item in $values that is an instance of xs:untypedAtomic + is first cast to xs:double. The resulting sequence is referred to as the + converted sequence.

+ +

All pairs of values in the converted sequence must be mutually comparable. Two values are mutually + comparable if one or more of the following conditions applies:

+ +

Both values are instances of xs:string or xs:anyURI.

+

Both values are instances of xs:numeric.

+

Both values are instances of xs:hexBinary or xs:base64Binary.

+

Both values are instances of xs:date.

+

Both values are instances of xs:dateTime.

+

Both values are instances of xs:time.

+

Both values are instances of xs:dayTimeDuration.

+

Both values are instances of xs:yearMonthDuration.

+

Both values are instances of xs:boolean.

+
+ +

If the converted sequence contains a single value then it must be comparable to itself under the above rules. (So the + input cannot be, for example, a singleton xs:QName.)

+ +

If the converted sequence is empty, the function returns the empty sequence.

+ +

If the converted sequence contains the value NaN, the value + NaN is returned + (as an xs:float or xs:double as appropriate).

+ +

Two items $v1 and $v2 from the converted sequence are compared as follows:

+ + +

If both values are instances of xs:string or xs:anyURI, they + are compared using fn:compare($v1, $v2, $collation), where $collation + is determined by the rules in .

+

In other cases, $collation is ignored.

+

If both values are instances of xs:numeric, they are compared + using fn:compare($v1, $v2).

+

In all other cases, the values are compared using the lt and eq + operators appropriate to their type.

+
+ +

The result of the function is a value from the converted sequence that is less than + or equal to every other value under the above rules. If there is more than one such value, then it is + implementation-dependent + which of them is returned.

+ + +
+ +

A type error is raised if the input sequence contains + items of incompatible types, as described above.

+
+ +

If there are two or items that are + “equal lowest”, the specific item whose value is returned is implementation-dependent. This can arise for example if two different strings + compare equal under the selected collation, or if two different xs:dateTime + values compare equal despite being in different timezones.

+

If the converted sequence contains exactly one value then that value is returned.

+

The default type when the fn:min function is applied to + xs:untypedAtomic values is xs:double. This differs from the + default type for operators such as lt, and for sorting in XQuery and XSLT, + which is xs:string.

+

In version 4.0, if $values is a sequence of xs:decimal values + (including the case where it is a sequence of xs:integer values), then + the result will be one of these xs:decimal or xs:integer values. + In earlier versions it would + be the result of converting this xs:decimal to xs:double.

+ +
+ + + + min((3, 4, 5)) + 3 + + + + + min([ 3, 4, 5 ]) + 3 + Arrays are atomized + + + + + min(( + xs:integer(5), + xs:float(5), + xs:double(10) +)) + 5 + The result may be either the xs:integer or the xs:float, + since they are equal. + + + + + min(( + xs:float(0.0E0), + xs:float(-0.0E0) +)) + xs:float(0.0e0) + The result may be either positive or negative zero, since they are equal. + + + + + min(( + current-date(), + xs:date("1900-01-01") +)) + xs:date("1900-01-01") + Assuming that the current date is set to a reasonable + value. + + + + + min(("a", "b", "c")) + "a" + Assuming a typical default collation. + + + +

min((3, 4, "Zero")) raises a type error .

+
+
+ + +

The way that fn:min and fn:max compare numeric values of different types + has changed. The most noticeable effect is that when these functions are applied to a sequence of + xs:integer or xs:decimal values, the result is an xs:integer or + xs:decimal, rather than the result of converting this to an xs:double

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a value obtained by adding together the values in $values.

+
+ +

Any value of type xs:untypedAtomic in $values is cast to + xs:double. The items in the resulting sequence may be reordered in an + arbitrary order. The resulting sequence is referred to below as the converted + sequence.

+

If the converted sequence is empty, then the function returns + the value of the argument $zero, which defaults to + the xs:integer value 0.

+

In other cases the items in the converted sequence are added pairwise according + the rules of the + operator.

+ +

Specifically, the result of the function is the value of the + expression:

+ +if (empty($c)) then $zero +else if (count($c) eq 1) then $c +else head($c) + sum(tail($c)) +

where $c is the converted sequence.

+ +

This has the effect that a type error will occur unless one of the following + conditions is satisfied:

+ + +

Every item in $values is an instance of xs:yearMonthDuration.

+

Every item in $values is an instance of xs:dayTimeDuration.

+

Every item in $values is an instance of xs:numeric.

+
+ + + +
+ +

A type error is raised if the input sequence contains + items of incompatible types, as described above.

+ +
+ +

The second argument allows an appropriate value to be defined to represent the sum of an + empty sequence. For example, when summing a sequence of durations it would be + appropriate to return a zero-length duration of the appropriate type. This argument is + necessary because a system that does dynamic typing cannot distinguish “an empty + sequence of integers", for example, from “an empty sequence of durations”.

+

The explicit or implicit value of + the $zero argument is used only when the input sequence is empty, not + when a non-empty sequence sums to zero. For example, sum((-1, +1), xs:double('NaN')) + returns the xs:integer value 0, not NaN.

+

The sum of a sequence of integers will be an integer, while the + sum of a numeric sequence that includes at least one xs:double will be an + xs:double.

+

If the converted sequence contains exactly one value then that value is returned.

+

If the converted sequence contains the value NaN, NaN is + returned.

+

In edge cases the fact that the input sequence may be reordered makes the result + slightly unpredictable. For example, if the input contains two xs:decimal + values and an xs:float, then the decimal values might be added using + decimal arithmetic, or they might both be converted to xs:float + (potentially losing precision) before any arithmetic is performed. +

+ + +
+ + + + + + + + sum(($d1, $d2)) + xs:yearMonthDuration("P20Y10M") + + + + + sum( + $seq1[. lt xs:yearMonthDuration('P3M')], + xs:yearMonthDuration('P0M') +) + xs:yearMonthDuration("P0M") + + + + + sum($seq3) + 12 + + + + + sum(()) + 0 + + + + + sum((),()) + () + + + + + sum((1 to 100)[. lt 0], 0) + 0 + + + + + sum(($d1, $d2), "ein Augenblick") + xs:yearMonthDuration("P20Y10M") + There is no requirement that the $zero value should be + the same type as the items in $value, or even that it should belong to + a type that supports addition. + + + + + sum([ 1, 2, 3 ]) + 6 + Atomizing an array returns the sequence obtained by atomizing its members. + + + + + sum([ [ 1, 2 ], [ 3, 4 ] ]) + 10 + Atomizing an array returns the sequence obtained by atomizing its members. + + + +

fn:sum(($d1, 9E1)) raises a type error .

+
+
+ + +

In 3.1, given a mixed input sequence such as (1, 3, 4.2e0), the specification + was unclear whether it was permitted to add the first two integer items using + integer arithmetic, rather than converting all items to doubles before + performing any arithmetic. The 4.0 specification is clear that this is + permitted; but since the items can be reordered before being added, this + is not required.

+
+
+
+ + + + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the sequence of element nodes that have an ID value matching the + value of one or more of the IDREF values supplied in $values.

+
+ +

The function returns a sequence, in document order with duplicates eliminated, + containing every element node E that satisfies all the following + conditions:

+ + +

+ E is in the target document. The target document is the document + containing $node, or the document containing the context value + (.) if the second argument is omitted. The behavior of the + function if $node is omitted is exactly the same as if the context + value had been passed as $node.

+
+ +

E has an ID value equal to one of the candidate + IDREF values, where:

+ + +

An element has an ID value equal to V if either + or both of the following conditions are true:

+ + +

The is-id property (See .) of the element node is true, and the typed value + of the element node is equal to V under the rules of the + eq operator using the Unicode codepoint collation + (http://www.w3.org/2005/xpath-functions/collation/codepoint).

+
+ +

The element has an attribute node whose is-id property + (See .) is true and whose typed + value is equal to V under the rules of the + eq operator using the Unicode code point collation + (http://www.w3.org/2005/xpath-functions/collation/codepoint).

+
+
+
+ +

Each xs:string in $values is parsed as if it were of + type IDREFS, that is, each xs:string in + $values is treated as a whitespace-separated sequence of + tokens, each acting as an IDREF. These tokens are then included + in the list of candidate IDREFs. If any of the tokens is not a + lexically valid IDREF (that is, if it is not lexically an + xs:NCName), it is ignored. Formally, the candidate + IDREF values are the strings in the sequence given by the + expression:

+ for $s in $values +return tokenize(normalize-space($s), ' ')[. castable as xs:IDREF] + +
+
+
+ +

If several elements have the same ID value, then E is + the one that is first in document order.

+
+
+
+ +

A dynamic error is raised if + $node, or the context value if the second argument is absent, is a node + in a tree whose root is not a document node.

+

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not a single node, type error .

+
+
+ +
+ +

The effect of this function is anomalous in respect of element nodes with the + is-id property. For legacy reasons, this function returns the element + that has the is-id property, whereas it would be more appropriate to return + its parent, that being the element that is uniquely identified by the ID. A new function + fn:element-with-id has been introduced with the desired + behavior.

+ +

If the data model is constructed from an Infoset, an attribute will have the + is-id property if the corresponding attribute in the Infoset had an + attribute type of ID: typically this means the attribute was declared as an + ID in a DTD.

+ +

If the data model is constructed from a PSVI, an element or attribute will have the + is-id property if its typed value is a single atomic item of type + xs:ID or a type derived by restriction from xs:ID.

+ +

No error is raised in respect of a candidate IDREF value that does not + match the ID of any element in the document. If no candidate + IDREF value matches the ID value of any element, the + function returns the empty sequence.

+

It is not necessary that the supplied argument should have type xs:IDREF + or xs:IDREFS, or that it should be derived from a node with the + is-idrefs property.

+

An element may have more than one ID value. This can occur with synthetic + data models or with data models constructed from a PSVI where the element and one of its + attributes are both typed as xs:ID.

+

If the source document is well-formed but not valid, it is possible for two or more + elements to have the same ID value. In this situation, the function will + select the first such element.

+

It is also possible in a well-formed but invalid document to have an element or + attribute that has the is-id property but whose value does not conform to + the lexical rules for the xs:ID type. Such a node will never be selected by + this function.

+
+ + + E21256 + John + Brown + + } +}]]> + + + $emp/id('ID21256')/name() + "employee" + The xml:id attribute has the is-id property, + so the employee element is selected. + + + $emp/id('E21256')/name() + "empnr" + Assuming the empnr element is given the type + xs:ID as a result of schema validation, the element will have the + is-id property and is therefore selected. Note the difference from + the behavior of fn:element-with-id. + + + +
+ + + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the sequence of element nodes that have an ID value matching the + value of one or more of the IDREF values supplied in $values.

+
+ + + +

The effect of this function is identical to fn:id in respect of + elements that have an attribute with the is-id property. However, it + behaves differently in respect of element nodes with the is-id property. + Whereas the fn:id function, for legacy reasons, returns the element that has the + is-id property, this function returns the element identified by the ID, + which is the parent of the element having the is-id property.

+
+

The function returns a sequence, in document order with duplicates eliminated, + containing every element node E that satisfies all the following + conditions:

+ + +

+ E is in the target document. The target document is the document + containing $node, or the document containing the context value + (.) if the second argument is omitted. The behavior of the + function if $node is omitted is exactly the same as if the context + value had been passed as $node.

+
+ +

E has an ID value equal to one of the candidate + IDREF values, where:

+ + +

An element has an ID value equal to V if either + or both of the following conditions are true:

+ + +

The element has an child element node whose is-id + property (See .) is true and + whose typed value is equal to V under the rules of the + eq operator using the Unicode code point collation + (http://www.w3.org/2005/xpath-functions/collation/codepoint).

+
+ +

The element has an attribute node whose is-id property + (See .) is true and whose typed + value is equal to V under the rules of the + eq operator using the Unicode code point collation + (http://www.w3.org/2005/xpath-functions/collation/codepoint).

+
+
+
+ +

Each xs:string in $values is parsed as if it were of + type IDREFS, that is, each xs:string in + $values is treated as a whitespace-separated sequence of + tokens, each acting as an IDREF. These tokens are then included + in the list of candidate IDREFs. If any of the tokens is not a + lexically valid IDREF (that is, if it is not lexically an + xs:NCName), it is ignored. Formally, the candidate + IDREF values are the strings in the sequence given by the + expression:

+ for $s in $values +return tokenize(normalize-space($s), ' ')[. castable as xs:IDREF] +
+
+
+ +

If several elements have the same ID value, then E is + the one that is first in document order.

+
+
+
+ +

A dynamic error is raised if $node, or the context value if the second argument is omitted, is a node + in a tree whose root is not a document node.

+

The following errors may be raised when $node is omitted:

+ + + +

If the context value is absent, type error

+
+ +

If the context value is not a single node, type error .

+
+
+ +
+ +

This function is equivalent to the fn:id function except when dealing with + ID-valued element nodes. Whereas the fn:id function selects the element + containing the identifier, this function selects its parent.

+

If the data model is constructed from an Infoset, an attribute will have the + is-id property if the corresponding attribute in the Infoset had an + attribute type of ID: typically this means the attribute was declared as an + ID in a DTD.

+ +

If the data model is constructed from a PSVI, an element or attribute will have the + is-id property if its typed value is a single atomic item of type + xs:ID or a type derived by restriction from xs:ID.

+ +

No error is raised in respect of a candidate IDREF value that does not + match the ID of any element in the document. If no candidate + IDREF value matches the ID value of any element, the + function returns the empty sequence.

+

It is not necessary that the supplied argument should have type xs:IDREF + or xs:IDREFS, or that it should be derived from a node with the + is-idrefs property.

+

An element may have more than one ID value. This can occur with synthetic + data models or with data models constructed from a PSVI where the element and one of its + attributes are both typed as xs:ID.

+

If the source document is well-formed but not valid, it is possible for two or more + elements to have the same ID value. In this situation, the function will + select the first such element.

+

It is also possible in a well-formed but invalid document to have an element or + attribute that has the is-id property but whose value does not conform to + the lexical rules for the xs:ID type. Such a node will never be selected by + this function.

+
+ + + E21256 + John + Brown + + } +}]]> + + + + $emp/element-with-id('ID21256')/name() + "employee" + The xml:id attribute has the is-id property, + so the employee element is selected. + + + + + $emp/element-with-id('E21256')/name() + "employee" + Assuming the empnr element is given the type + xs:ID as a result of schema validation, the element will have the + is-id property and is therefore its parent is selected. Note the + difference from the behavior of fn:id. + + + +
+ + + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

Returns the sequence of element or attribute nodes with an IDREF value + matching the value of one or more of the ID values supplied in + $values.

+
+ +

The function returns a sequence, in document order with duplicates eliminated, + containing every element or attribute node $N that satisfies all the + following conditions:

+ + +

$N is in the target document. The target document is the document + containing $node, or the document containing the context value + (.) if the second argument is omitted. The behavior of the + function if $node is omitted is exactly the same as if the context + value had been passed as $node.

+
+ +

$N has an IDREF value equal to one of the candidate + ID values, where:

+ + +

A node $N has an IDREF value equal to + V if both of the following conditions are true:

+ + +

The is-idrefs property (see ) of $N is true.

+
+ +

The sequence

+ tokenize(normalize-space(string($N)), ' ') + +

contains a string that is + equal to V under the rules of the eq + operator using the Unicode code point collation + (http://www.w3.org/2005/xpath-functions/collation/codepoint).

+
+
+
+ +

Each xs:string in $values is parsed as if it were of + lexically of type xs:ID. These xs:strings are then + included in the list of candidate xs:IDs. If any of the strings + in $values is not a lexically valid xs:ID (that is, + if it is not lexically an xs:NCName), it is ignored. More + formally, the candidate ID values are the strings in the + sequence:

+ $values[. castable as xs:NCName] +
+
+
+
+
+ +

A dynamic error is raised if + $node, or the context value if the second argument is omitted, is a node + in a tree whose root is not a document node.

+

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not a single node, type error .

+
+
+ +
+ +

An element or attribute typically acquires the is-idrefs property by being + validated against the schema type xs:IDREF or xs:IDREFS, or + (for attributes only) by being described as of type IDREF or + IDREFS in a DTD.

+

Because the function is sensitive to the way in which the data model + is constructed, calls on this function are not always interoperable.

+

No error is raised in respect of a candidate ID value that does not match + the IDREF value of any element or attribute in the document. If no + candidate ID value matches the IDREF value of any element or + attribute, the function returns the empty sequence.

+

It is possible for two or more nodes to have an IDREF value that matches a + given candidate ID value. In this situation, the function will return all + such nodes. However, each matching node will be returned at most once, regardless how + many candidate ID values it matches.

+

It is possible in a well-formed but invalid document to have a node whose + is-idrefs property is true but that does not conform to the lexical + rules for the xs:IDREF type. The effect of the above rules is that + ill-formed candidate ID values and ill-formed IDREF values are + ignored.

+

If the data model is constructed from a PSVI, the typed value of a node that has the + is-idrefs property will contain at least one atomic item of type + xs:IDREF (or a type derived by restriction from xs:IDREF). + It may also contain atomic items of other types. These atomic items are treated as + candidate ID values if two conditions are met: their lexical form must be valid as an + xs:NCName, and there must be at least one instance of xs:IDREF + in the typed value of the node. If these conditions are not satisfied, such values are ignored.

+ +
+ + + + E21256 + Anil + Singh + E30561 + + + E30561 + John + Brown + ID21256 + + + } +}]]> + + + + $emp/( + element-with-id('ID21256')/@xml:id => idref() +)/ancestor::employee/last +=> string() + "Brown" + Assuming that manager has the is-idref property, the call on fn:idref selects + the manager element. If, instead, the manager had a ref + attribute with the is-idref property, the call on fn:idref would select the attribute node. + + + + + $emp/( + element-with-id('E30561')/empnr => idref() +)/ancestor::employee/last +=> string() + "Singh" + Assuming that employee/deputy has the is-idref property, the call on fn:idref selects + the deputy element. + + + +
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Retrieves a document using a URI supplied as an xs:string, and returns the + corresponding document node.

+
+ +

If $source is the empty sequence, the result is an empty sequence.

+

If $source is a relative URI reference, it is resolved relative to the value + + of the executable base URI property + from the dynamic context of the caller. The resulting absolute URI is + promoted to an xs:string.

+

If the available documents described in provides a mapping from this string to a document node, the + function returns that document node.

+

The URI may include a fragment identifier.

+ +

The $options argument, if present and non-empty, defines the detailed behavior of the + function. The apply. The options available + are as follows:

+ + + + Determines whether DTD validation takes place. + xs:boolean + false() + + The input is parsed using a validating XML parser. + The input must contain a DOCTYPE declaration to identify + the DTD to be used for validation. The DTD may be internal or external. + + DTD validation does not take place. However, if a + DOCTYPE declaration is present, then it is read, for example + to perform entity expansion. + + + + + Determines whether references to external entities + (including a DTD entity) are permitted. + xs:boolean + true() + + References to external entities are permitted, and are resolved + relative to the base URI. + + References to external entities (including an external DTD) + are not permitted, and result in the call on fn:doc failing + with a dynamic error if present. + + + + + Places a limit on the maximum number of entity references that may be expanded, + or on the size of the expanded entities. + The limit applies both to internal and external entities, but not to built-in entity references, + nor to character references. + xs:integer? + () + + The limit (if any) is . + The processor should impose a limit on the number of + entity references that are expanded, or on the size of the expanded entities, + depending on the options available in the underlying XML parser; the limit should be + commensurate with the value requested, but the precise effect may be . + . If the XML parser does not offer the ability to impose + a limit, or if the value is zero, then entity expansion should if possible be disabled entirely, + leading to a dynamic error if the input contains any entity references. A negative value should + be interpreted as placing no limits on entity expansion. + + + + + Determines whether two calls on the doc function, + with the same URI, the same options, and the same context, are guaranteed to return + the same document node. The default value is true, but this may be overridden + by implementation-defined configuration options. + xs:boolean + true() + + Given the same explicit and implicit arguments, multiple + calls return the same document node: that is, the function is . + + Multiple calls with the same explicit and implicit arguments + may return the same document node or different document nodes at the discretion of + the implementation. + + + + + Determines whether whitespace-only text nodes are removed + from the resulting document. The default is defined by the host language + or by the implementation. (Note: in XSLT, the xsl:strip-space + and xsl:preserve-space declarations provide detailed control + based on the parent element name.) + xs:boolean? + () + + All whitespace-only text nodes are stripped, + unless either (a) they are within the scope of the attribute xml:space="preserve", + or (b) XSD validation identifies that the parent element has a simple type or a complex + type with simple content. + + All whitespace-only text nodes are preserved, + unless either (a) DTD validation marks them as ignorable, or (b) XSD validation recognizes + the containing element as having element-only or empty content. + + + + + Determines whether any xi:include elements in the input + are to be processed using an XInclude processor. + xs:boolean + false() + + Any xi:include elements are expanded. If there are + xi:include elements and no XInclude processor is available then + a dynamic error is raised. + + Any xi:include elements are handled as + ordinary elements without expansion. + + + + + Determines whether XSD validation takes place, using the + schema definitions present in the static context. The effect of requesting + validation is the same as invoking the doc function without + validation, and then applying an XQuery validate expression to the result, + with corresponding options. + xs:string + "skip" + + Strict XSD validation takes place + Lax XSD validation takes place + No XSD validation takes place + XSD validation takes place against the + schema-defined type, present in the static context, that has the given URI + and local name. + + + + When XSD validation takes place, determines whether + schema components referenced using xsi:schemaLocation or xsi:noNamespaceSchemaLocation + attributes within the source document are to be used. The option is ignored + if XSD validation does not take place. + xs:boolean + false() + + XSD validation uses the schema components referenced + using xsi:schemaLocation or xsi:noNamespaceSchemaLocation + attributes in addition to the schema components present in the static context; + these components must be compatible as described in . + Any xsi:schemaLocation and xsi:noNamespaceSchemaLocation + attributes in the document are ignored. + + + + + +

By default, this function is deterministic. Two + calls on this function return the same document node if the same URI Reference (after + resolution to an absolute URI Reference) is supplied to both calls. Thus, the following + expression (if it does not raise an error) will always return true:

+ doc("foo.xml") is doc("foo.xml") + + +

This equivalence applies only because the two calls on + the fn:doc function have the same options and the same + static and dynamic context, to the extent this is relevant. + If two calls on fn:doc + have different dynamic contexts, then the mapping from URIs to document + nodes in the two contexts may differ, which means that different document nodes may be returned + for the same URI. + This can happen, for example, if the two calls appear in different XSLT packages with different + validation options or whitespace-stripping options; one call might produce a schema-validated + document, the other an untyped document.

+

The requirement to deliver a deterministic result has performance implications, + and for this reason implementations may provide a user option to evaluate + the function without a guarantee of determinism. The manner in which any such option is + provided is . If the user has not selected such an option, a call + of the function must either return a deterministic result or must raise a dynamic error + .

+ + +

If the $source URI is obtained from a source document, it is generally appropriate to + resolve it relative to the base URI property of the relevant node in the source + document. This can be achieved by calling the fn:resolve-uri function, + and passing the resulting absolute URI as an argument to the fn:doc + function.

+
+

If two calls to this function supply different absolute URI References as arguments, the + same document node may be returned if the implementation can determine that the two + arguments refer to the same resource.

+

By defining the semantics of this function in terms of a string-to-document-node + mapping in the dynamic context, the specification is acknowledging that the results of + this function are outside the purview of the language specification itself, and depend + entirely on the run-time environment in which the expression is evaluated. This run-time + environment includes not only an unpredictable collection of resources (“the web”), but + configurable machinery for locating resources and turning their contents into document + nodes within the XPath data model. Both the set of resources that are reachable, and the + mechanisms by which those resources are parsed and validated, are implementation-dependent.

+

One possible processing model for this function is as follows. The resource identified + by the URI Reference is retrieved. If the resource cannot be retrieved, a dynamic error + is raised . The data resulting from the retrieval + action is then parsed as an XML document and a tree is constructed in accordance with + the . If the top-level media type is known and is + "text", the content is parsed in the same way as if the media type were text/xml; + otherwise, it is parsed in the same way as if the media type were application/xml. If + the contents cannot be parsed successfully, a dynamic error is raised . Otherwise, the result of the function is the document node + at the root of the resulting tree. This tree is then optionally validated against a + schema.

+

Various aspects of this processing are implementation-defined. + Implementations may provide external configuration options that allow any aspect of the + processing to be controlled by the user. In particular:

+ + +

The set of URI schemes that the implementation recognizes is + implementation-defined. Implementations may allow the mapping of URIs to resources + to be configured by the user, using mechanisms such as catalogs or user-written + URI handlers.

+
+ +

The handling of non-XML media types is implementation-defined. Implementations may + allow instances of the data model to be constructed from non-XML resources, under + user control.

+
+ +

It is implementation-defined whether DTD validation and/or schema + validation is applied to the source document.

+
+ +

Implementations may provide user-defined error handling options that allow + processing to continue following an error in retrieving a resource, or in parsing + and validating its content. When errors have been handled in this way, the + function may return either an empty sequence, or a fallback document provided by + the error handler.

+
+ +

Implementations may provide user options that relax the requirement for the + function to return deterministic results.

+
+ +

The effect of a fragment identifier in the supplied URI + is implementation-defined. One possible interpretation + is to treat the fragment identifier as an ID attribute value, and to return a document + node having the element with the selected ID value as its only child.

+
+
+
+ +

A dynamic error may be raised if + $source is not a valid URI reference.

+

A dynamic error is raised if a relative URI reference + is supplied, and the base-URI property in the static context is absent.

+

A dynamic error is raised if the available + documents provides no mapping for the absolutized URI.

+

A dynamic error is raised if the resource cannot be + retrieved or cannot be parsed successfully as XML using the selected options.

+

A dynamic error is raised if the implementation is + not able to guarantee that the result of the function will be deterministic, and the + user has not indicated that an unstable result is acceptable.

+
+ + +

The rule that multiple calls on fn:doc + supplying the same absolute URI must return the same document node has been clarified; + in particular the rule does not apply if the dynamic context for the two calls requires + different processing of the documents (such as schema validation or whitespace stripping).

+
+ +

An $options parameter is added. Note that the rules for the $options parameter + control aspects of processing that were implementation-defined in earlier versions of this + specification. An implementation may provide configuration options designed to retain backwards-compatible + behavior when no explicit options are supplied.

+
+
+
+ + + + + + + + + deterministic + context-dependent + focus-independent + + +

The function returns true if and only if the function call fn:doc($source, $options) + would return a document node.

+
+ +

If $source is an empty sequence, this function returns false.

+

If a call on fn:doc($source, $options) would return a document node, this function + returns true.

+

In all other cases this function returns false. This + includes the case where an invalid URI is supplied, and also the case where + a valid relative URI reference is supplied, and cannot be resolved, + for example because the static base URI is absent.

+ +

The recognized values for $options are the same as for the fn:doc + function. The apply. Note that if the stable + option is set to true, then a result of true from this function guarantees + that a call on fn:doc with the same explicit and implicit arguments will succeed, whereas a + result of false from this function guarantees that the corresponding call on fn:doc + will fail. Conversely, if the stable option is set to false, then the result of this + function provides no guarantees regarding the outcome of a call on fn:doc with + the same explicit and implicit arguments.

+ + +
+ + +

An $options parameter is added. Note that the rules for the $options parameter + control aspects of processing that were implementation-defined in earlier versions of this + specification. An implementation may provide configuration options designed to retain backwards-compatible + behavior when no explicit options are supplied.

+
+
+
+ + + + + + + + deterministic + context-dependent + focus-independent + + +

Returns a sequence of items identified by a + collection URI; or a default collection if no URI is supplied.

+
+ +

This function takes an xs:string as argument and returns a sequence of + items obtained by interpreting $source as an xs:anyURI and + resolving it according to the mapping specified in available + collections described in .

+

If available collections provides a mapping from this string to a + sequence of items, the function returns that sequence. If available + collections maps the string to an empty sequence, then the function returns an + empty sequence.

+

If $source is not specified, the function returns the sequence of items in + the default collection in the dynamic context. See .

+

If $source is a relative URI reference, it is resolved relative to the value + of the executable base URI property + from the dynamic context of the caller. The resulting absolute URI is + promoted to an xs:string.

+

If $source is the empty sequence, the function behaves as if it had been + called without an argument. See above.

+

By default, this function is deterministic. This + means that repeated calls on the function with the same argument will return the same + result. However, for performance reasons, implementations may provide a user option to + evaluate the function without a guarantee of determinism. The manner in which any such + option is provided is implementation-defined. If the user has not + selected such an option, a call to this function must either return a deterministic + result or must raise a dynamic error .

+

There is no requirement that any nodes in the result should be in document order, nor is + there a requirement that the result should contain no duplicates.

+ + +
+ +

A dynamic error is raised if no URI is supplied and + the value of the default collection is absent.

+

A dynamic error is raised if a relative URI reference + is supplied, and the base-URI property in the static context is absent.

+

A dynamic error is raised if available node + collections provides no mapping for the absolutized URI.

+

A dynamic error may be raised if $source is not + a valid xs:anyURI.

+
+ +

In earlier versions of this specification, the primary use for the fn:collection function + was to retrieve a collection of XML documents, perhaps held as lexical XML in operating + system filestore, or perhaps held in an XML database. In this release the concept has + been generalised to allow other resources to be retrieved: for example JSON documents might + be returned as arrays or maps, non-XML text files might be returned as strings, and binary + files might be returned as instances of xs:base64Binary.

+

The abstract concept of a collection might be realized in different ways by different + implementations, and the ways in which URIs map to collections can be equally variable. + Specifying resources using URIs is + useful because URIs are dynamic, can be parameterized, and do not rely on an external + environment.

+
+
+ + + + + + + + deterministic + context-dependent + focus-independent + + +

Returns a sequence of xs:anyURI values representing the URIs in a URI + collection.

+
+ +

The zero-argument form of the function returns the URIs in the default URI + collection described in .

+

If $source is a relative URI reference, it is resolved relative to the value + of the executable base URI property + from the dynamic context of the caller. The resulting absolute URI is + promoted to an xs:string.

+

If $source is the empty sequence, the function behaves as if it had been + called without an argument. See above.

+

The single-argument form of the function returns the sequence of URIs corresponding to + the supplied URI in the available URI collections described in + .

+

By default, this function is deterministic. This + means that repeated calls on the function with the same argument will return the same + result. However, for performance reasons, implementations may provide a user option to + evaluate the function without a guarantee of determinism. The manner in which any such + option is provided is implementation-defined. If the user has not + selected such an option, a call to this function must either return a deterministic + result or must raise a dynamic error .

+

There is no requirement that the URIs returned by this function should all be distinct, + and no assumptions can be made about the order of URIs in the sequence, unless the + implementation defines otherwise.

+
+ +

A dynamic error is raised if no URI is supplied (that + is, if the function is called with no arguments, or with a single argument that + evaluates to an empty sequence), and the value of the default resource collection is + absent.

+

A dynamic error is raised if a relative URI reference + is supplied, and the base-URI property in the static context is absent.

+

A dynamic error is raised if available resource + collections provides no mapping for the absolutized URI.

+

A dynamic error may be raised if $source is not + a valid xs:anyURI.

+
+ +

In some implementations, there might be a close relationship between collections (as retrieved + by the fn:collection function), and URI collections (as retrieved by this function). + For example, a collection might return XML documents, and the corresponding URI collection might return + the URIs of those documents. However, this specification does not impose such a close relationship. For example, there + may be collection URIs accepted by one of the two functions and not by the other; a collection might contain + items that do not have any URI; or a URI collection might contain URIs that cannot be dereferenced to return any + resource.

+ + +

In the case where fn:uri-collection returns the URIs of resources that + could also be retrieved directly using fn:collection, there are several reasons why it + might be appropriate to use this function in preference + to the fn:collection function. For example:

+ + + +

It allows different URIs for different kinds of resource to be dereferenced in + different ways: for + example, the returned URIs might be referenced using the + fn:unparsed-text function rather than the fn:doc + function.

+
+ +

In XSLT 3.0 it allows the documents in a collection to be processed in streaming mode using the + xsl:stream instruction.

+
+ +

It allows recovery from failures to read, parse, or validate individual documents, + by calling the fn:doc (or other dereferencing) function within the scope of try/catch.

+
+ +

It allows selection of which documents to read based on their URI, for example + they can be filtered to select those whose URIs end in .xml, or those + that use the https scheme.

+
+ +

An application might choose to limit the number of URIs processed in a single run, + for example it might process only the first 50 URIs in the collection; or it might + present the URIs to the user and allow the user to select which of them need to be + further processed.

+
+ +

It allows the URIs to be modified before they are dereferenced, for example by + adding or removing query parameters, or by redirecting the request to a local + cache or to a mirror site.

+
+
+ +

For some of these use cases, this assumes that the cost of calling + fn:collection might be significant (for example, it might involving + retrieving all the documents in the collection over the network and parsing them). This + will not necessarily be true of all implementations.

+ + + + + + +
+
+ + + + + + + + + deterministic + context-dependent + focus-independent + + +

The fn:unparsed-text function reads an external resource (for example, a + file) and returns a string representation of the resource.

+
+ +

The $source argument must be a string in the form of a URI + reference, which must contain no fragment identifier, and + must identify a resource for which a string representation is + available.

+

If $source is a relative URI reference, it is resolved relative to the value + of the executable base URI property + from the dynamic context of the caller. The resulting absolute URI is + promoted to an xs:string.

+ +

The $options argument, for backwards compatibility reasons, may be supplied + either as a map, or as a string. Supplying a value $S that is not a map + is equivalent to supplying the map { "encoding": $S }. + After that substitution, the apply.

+ +

The entries that may appear in the $options map are as follows:

+ + + + Defines the encoding of the resource, as described below. + + xs:string? + () + + + Determines whether CR and CRLF character sequences + are treated as equivalent to NL characters. + xs:boolean + false() + + No normalization of line endings takes place. + + The character U+000D + and the character pair (U+000D, U+000A) are converted to the + single character U+000A. + + + + + +

The mapping of URIs to the string representation of a resource is the mapping defined in + the available text + resources component of the dynamic context.

+

If the $source argument is an empty sequence, the function + returns an empty sequence.

+

The encoding option, if present + and non-empty, is the name of an encoding. The values + for this option follow the same rules as for the encoding attribute in + an XML declaration. The only values which every + implementation is required to recognize are + utf-8 and utf-16.

+

The encoding of the external resource is determined by applying the following rules, in order:

+ + +

External encoding information is used if available.

+
+ +

If the media type of the resource is text/xml or + application/xml (see ), or if it matches + the conventions text/*+xml or application/*+xml (see + and/or its successors), then the encoding is recognized + as specified in .

+
+ +

The encoding option is used if present.

+
+ +

If the initial octets represent a byte order mark in a known encoding, + then the corresponding encoding is used: specifically:

+ +

Initial octets FE FF imply UTF-16LE.

+

Initial octets FF FE imply UTF-16BE.

+

Initial octets EF BB BF imply UTF-8.

+
+
+ +

The processor may use implementation-defined heuristics to determine the likely encoding.

+
+ +

UTF-8 is assumed.

+
+
+

The result of the function is a string containing the string representation of the + resource retrieved using the URI, decoded according to the specified encoding. + If the first codepoint, after decoding, is U+FEFF, then it is assumed + to represent a byte order mark and is discarded from the result.

+ + + +
+ +

A dynamic error is raised if the $source argument + contains a fragment identifier, or if it cannot be resolved + to an absolute URI (for example, because the base-URI property in the static context is absent), + or if it cannot be used to retrieve the string + representation of a resource.

+

A dynamic error is raised if the value of the + encoding option is not a valid encoding name, if the + processor does not support the specified encoding, if + the string representation of the retrieved resource contains octets that cannot be + decoded into Unicode characters using the specified + encoding, or if any resulting character is not a + permitted character.

+

A dynamic error is raised if the encoding option + is absent and the processor cannot infer the + encoding using external information and the actual encoding is not UTF-8.

+
+ + +

If it is appropriate to use a base URI other than the + executable base URI (for example, + when resolving a relative URI reference read from a source document) then it is + advisable to resolve the relative URI reference using the fn:resolve-uri + function before passing it to the fn:unparsed-text function.

+

There is no essential relationship between the sets of URIs accepted by the two + functions fn:unparsed-text and fn:doc (a URI accepted by one + may or may not be accepted by the other), and if a URI is accepted by both there is no + essential relationship between the results (different resource representations are + permitted by the architecture of the web).

+

There are no constraints on the MIME type of the resource.

+ + +

The fact that the resolution of URIs is defined by a mapping in the dynamic context + means that in effect, various aspects of the behavior of this function are implementation-defined. Implementations may provide external configuration + options that allow any aspect of the processing to be controlled by the user. In + particular:

+ + +

The set of URI schemes that the implementation recognizes is + implementation-defined. Implementations may allow the mapping of URIs to resources + to be configured by the user, using mechanisms such as catalogs or user-written + URI handlers.

+
+ +

The handling of media types is implementation-defined.

+
+ +

Implementations may provide user options that relax the requirement for the function + to return deterministic results.

+
+ + +

Implementations may provide user-defined error handling options that allow + processing to continue following an error in retrieving a resource, or in reading + its content. When errors have been handled in this way, the function may return a + fallback document provided by the error handler.

+
+ +
+ +

The rules for determining the encoding are chosen for consistency with . Files with an XML media type are treated specially because there + are use cases for this function where the retrieved text is to be included as unparsed + XML within a CDATA section of a containing document, and because processors are likely + to be able to reuse the code that performs encoding detection for XML external + entities.

+

If the text file contains characters such as < and &, + these will typically be output as &lt; and &amp; if + the string is serialized as XML or HTML. If these characters actually represent markup + (for example, if the text file contains HTML), then an XSLT stylesheet can attempt to + write them as markup to the output file using the disable-output-escaping + attribute of the xsl:value-of instruction. Note, however, that XSLT + implementations are not required to support this feature.

+
+ + + + + + + +

This XSLT example attempts to read a file containing “boilerplate” HTML and copy it + directly to the serialized output file:

+ + + + + + + +]]> +
+
+ + +

The $options parameter has been added.

+
+ +

It is no longer automatically an error if the resource (after decoding) + contains a codepoint that is not valid in XML. Instead, the codepoint + must be a . The set of permitted + characters is , but it is + recommended that all Unicode characters should + be accepted.

+
+ +

The specification now describes how an initial BOM should be handled.

+
+
+
+ + + + + + + + + deterministic + context-dependent + focus-independent + + +

The fn:unparsed-text-lines function reads an external resource (for + example, a file) and returns its contents as a sequence of strings, one for each line of + text in the string representation of the resource.

+
+ +

The unparsed-text-lines function reads an external resource (for example, a + file) and returns its string representation as a sequence of strings, separated at + newline boundaries.

+

The $options argument, for backwards compatibility reasons, may be supplied + either as a map, or as a string. Supplying a value $S that is not a map + is equivalent to supplying the map { "encoding": $S }. + After that substitution, the apply.

+ +

The entries that may appear in the $options map are as follows:

+ + + + Defines the encoding of the resource, following the rules of fn:unparsed-text. + + xs:string? + () + + + + +

The result of the function is the same as the result of the expression:

+ + let $text := unparsed-text($source, map:put($options, 'normalize-newlines', true())) +let $lines := tokenize($text, '\n') +return $lines[not(position() = last() and . = '')] + + +

The result is thus a sequence of strings containing the text of the resource retrieved + using the URI, each string representing one line of text. Lines may be delimited by + any of the character sequences U+000A, U+000D, or U+000D + followed by U+000A. + Line ending characters are not + included in the returned strings. If there are two adjacent newline sequences, a + zero-length string will be returned to represent the empty line; but if the external + resource ends with a newline sequence, the result will be as if this final + line ending were not present.

+
+ +

Error conditions are the same as for the fn:unparsed-text function.

+ +
+ + +

See the notes for fn:unparsed-text.

+
+ + +

The $options parameter has been added.

+
+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Allows an application to determine + whether a call on fn:unparsed-text with particular arguments + would succeed.

+
+ +

The fn:unparsed-text-available function determines whether a call + on the fn:unparsed-text function with identical arguments would + return a string.

+

If the first argument is an empty sequence, the function returns false.

+

In other cases, the function returns true if a call on + fn:unparsed-text or fn:unparsed-text-lines + with the same arguments would succeed, and + false if a call on fn:unparsed-text + or fn:unparsed-text-lines with the same arguments would + fail with a non-recoverable dynamic error.

+ +

The functions fn:unparsed-text and + fn:unparsed-text-available have the same requirement for + determinism as the functions + fn:doc and fn:doc-available. This means that unless the + user has explicitly stated a requirement for a reduced level of determinism, either of + these functions if called twice with the same arguments during the course of a + transformation must return the same results each time; moreover, the + results of a call on fn:unparsed-text-available + must be consistent with the results of a subsequent call on + unparsed-text with the same arguments.

+
+ +

This function was introduced before XQuery and XSLT allowed errors to be caught; + with current versions of these host languages, catching an error from + fn:unparsed-text may provide a better alternative.

+

The specification requires that the fn:unparsed-text-available function should + actually attempt to read the resource identified by the URI, and check that it is + correctly encoded and contains no characters that are invalid in XML. Implementations + may avoid the cost of repeating these checks for example by caching the validated + contents of the resource, to anticipate a subsequent call on the + fn:unparsed-text or fn:unparsed-text-lines + function. Alternatively, implementations may be able to rewrite an expression such as + if (unparsed-text-available(A)) then unparsed-text(A) else ... to + generate a single call internally.

+

Since the function fn:unparsed-text-lines succeeds or fails under + exactly the same circumstances as fn:unparsed-text, the + fn:unparsed-text-available function may equally be used to test + whether a call on fn:unparsed-text-lines would succeed.

+

+ +
+ + +

The $options parameter has been added.

+
+
+ +
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + +

The fn:unparsed-binary function reads an external resource (for example, a + file) and returns its contents in binary.

+
+ +

The $source argument must be a string in the form of a URI + reference, which must contain no fragment identifier, and + must identify a resource for which a binary representation is + available.

+ +

If $source is a relative URI reference, it is resolved relative to the value + of the executable base URI property + from the dynamic context of the caller. The resulting absolute URI is + promoted to an xs:string.

+ + + + + +

The mapping of URIs to the binary representation of a resource is the mapping defined in + the component of the dynamic context.

+

If the $source argument is an empty sequence, the function + returns an empty sequence.

+ +

The result of the function is an atomic item of type xs:base64Binary + containing the binary representation of the + resource retrieved using the URI.

+ + + +
+ +

A dynamic error is raised if the $source argument + contains a fragment identifier, or if it cannot be resolved + to an absolute URI (for example, because the base-URI property in the static context is absent), + or if it cannot be used to retrieve the binary + representation of a resource.

+ +
+ + +

If it is appropriate to use a base URI other than the + executable base URI (for example, + when resolving a relative URI reference read from a source document) then it is + advisable to resolve the relative URI reference using the fn:resolve-uri + function before passing it to the fn:unparsed-text function.

+

There is no essential relationship between the sets of URIs accepted by the + function fn:unparsed-binary and other functions such as + fn:doc and fn:unparsed-text (a URI accepted by one + may or may not be accepted by the others), and if a URI is accepted by more than + one of these functions then there is no + essential relationship between the results (different resource representations are + permitted by the architecture of the web).

+

There are no constraints on the MIME type of the resource.

+ + +

The fact that the resolution of URIs is defined by a mapping in the dynamic context + means that in effect, various aspects of the behavior of this function are implementation-defined. Implementations may provide external configuration + options that allow any aspect of the processing to be controlled by the user. In + particular:

+ + +

The set of URI schemes that the implementation recognizes is + implementation-defined. Implementations may allow the mapping of URIs to resources + to be configured by the user, using mechanisms such as catalogs or user-written + URI handlers.

+
+ +

The handling of media types is implementation-defined.

+
+ +

Implementations may provide user options that relax the requirement for the function + to return deterministic results.

+
+ + +

Implementations may provide user-defined error handling options that allow + processing to continue following an error in retrieving a resource, or in reading + its content. When errors have been handled in this way, the function may return a + fallback document provided by the error handler.

+
+ +
+ + +

There is no function (analogous to fn:doc-available or fn:unparsed-text-available) + to determine whether a suitable resource is available. In XQuery and XSLT, try/catch + constructs are available to catch the error.

+

The choice of xs:base64Binary rather than xs:hexBinary for the + result is arbitrary. The two types have the same value space and are interchangeable for nearly + all purposes, the notable exception being conversion to xs:string.

+

A comprehensive set of functions for manipulating binary data is available in the + EXPath binary module: see . In addition, the EXPath file module + provides a function file:read-binary with similar functionality to + fn:unparsed-binary, the notable differences being (a) that it takes + a file name rather than a URI, and (b) that it is defined to be nondeterministic. +

+
+ + + + + + + +

The following XQuery, adapted from an example in the EXPath binary module , + reads a JPEG image and determines its size in pixels:

+ + + +

The example assumes that the functions in the EXPath binary module are available.

+
+
+ + +

New in 4.0

+
+
+
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Returns the value of a system environment variable, if it exists.

+
+ +

The set of available environment + variables is a set of (name, value) pairs forming part of the dynamic + context, in which the name is unique within the set of pairs. The name and value are + arbitrary strings.

+

If the $name argument matches the name of one of these pairs, the function + returns the corresponding value.

+

If there is no environment variable with a matching name, the function returns the empty + sequence.

+

The collation used for matching names is implementation-defined, but + must be the same as the collation used to ensure that the names of all environment + variables are unique.

+

The function is deterministic, which means + that if it is called several times within the same execution scope, with the same arguments, it must return the same + result.

+
+ +

On many platforms, the term “environment variable” has a natural meaning in terms of + facilities provided by the operating system. This interpretation of the concept does not + exclude other interpretations, such as a mapping to a set of configuration parameters in + a database system.

+

Environment variable names are usually case sensitive. Names are usually of the form + (letter|_) (letter|_|digit)*, but this varies by platform.

+

On some platforms, there may sometimes be multiple environment variables with the same + name; in this case, it is implementation-dependent as to which is returned; see for + example (Chapter 8, Environment Variables). Implementations + may use prefixes or other naming conventions to disambiguate the + names.

+

The requirement to ensure that the function is deterministic means in practice that the + implementation must make a snapshot of the environment variables at some time during + execution, and return values obtained from this snapshot, rather than using live values + that are subject to change at any time.

+

Operating system environment variables may be associated with a particular process, + while queries and stylesheets may execute across multiple processes (or multiple + machines). In such circumstances implementations may choose to + provide access to the environment variables associated with the process in which the + query or stylesheet processing was initiated.

+

Security advice: Queries from untrusted sources should not be permitted unrestricted + access to environment variables. For example, the name of the account under which the + query is running may be useful information to a would-be intruder. An implementation may + therefore choose to restrict access to the environment, or may provide a facility to + make fn:environment-variable always return the empty sequence.

+ +
+
+ + + + + + deterministic + context-dependent + focus-independent + + +

Returns a list of environment variable names that are suitable for passing to + fn:environment-variable, as a (possibly empty) sequence of strings.

+
+ +

The function returns a sequence of strings, being the names of the environment variables + in the dynamic context in some implementation-dependent order.

+

The function is deterministic: that is, the + set of available environment variables does not vary during evaluation.

+
+ +

The function returns a list of strings, containing no duplicates.

+

It is intended that the strings in this list should be suitable for passing to + fn:environment-variable.

+ +

See also the note on security under the definition of the + fn:environment-variable function. If access to environment variables has + been disabled, fn:available-environment-variables always returns the empty + sequence.

+
+
+ + + + + + + + deterministic + context-dependent + focus-dependent + + + deterministic + context-independent + focus-independent + + +

This function returns a string that uniquely identifies a given GNode.

+
+ +

If the argument is omitted, it defaults to the context value (.). The + behavior of the function if the argument is omitted is exactly the same as if the + context value had been passed as the argument.

+

If the argument is the empty sequence, the result is the zero-length string.

+

In other cases, the function returns a string that uniquely identifies a given node. + More formally, it is guaranteed that within a single + execution scope, + fn:codepoint-equal(fn:generate-id($N), fn:generate-id($M)) returns true + if and only if ($M is $N) returns true.

+ +

The returned identifier must consist of ASCII alphanumeric characters + and must start with an alphabetic character. Thus, the string is + syntactically an XML name.

+ +
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error

+
+ +

If the context value is not an instance of the sequence type + gnode()?, type error .

+
+
+ +
+ +

An implementation is free to generate an identifier in any convenient way provided that + it always generates the same identifier for the same GNode and that different identifiers + are always generated from different GNodes. An implementation is under no obligation to + generate the same identifiers each time a document is transformed or queried.

+

There is no guarantee that a generated unique identifier will be distinct from any + unique IDs specified in the source document.

+

There is no inverse to this function; it is not directly possible to find the GNode with + a given generated ID. Of course, it is possible to search a given sequence of GNodes + using an expression such as $nodes[generate-id()=$id].

+

It is advisable, but not required, for implementations to generate IDs that are distinct + even when compared using a case-blind collation.

+ +
+ + +

The primary use case for this function is to generate hyperlinks. For example, when + generating HTML, an anchor for a given section $sect can be generated by + writing (in either XSLT or XQuery):

+

+ ]]> +

+

and a link to that section can then be produced with code such as:

+

+ here]]> +

+

Note that anchors generated in this way will not necessarily be the same each time a + document is republished.

+ +
+ +

Since the keys in a map must be atomic items, it is possible to use generated IDs + as surrogates for nodes when constructing a map. For example, in some implementations, + testing whether a node $N is a member of a large node-set $S + using the expression exists($N intersect $S) may be expensive; there + may then be performance benefits in creating a map:

+

+ let $SMap := map:merge($S ! { generate-id(.) : . }) +

+

and then testing for membership of the node-set using:

+

+ map:contains($SMap, generate-id($N)) +

+
+
+
+ + + + + + + + + + + + nondeterministic + context-dependent + focus-independent + + +

This function takes as input an XML document, and returns the + document node at the root of an XDM tree representing the parsed document.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+ +

In other cases, $value is expected to contain an XML document supplied + either as a string or a binary value. If it is supplied as a binary value, an optional + byte order mark or XML declaration may contain the input encoding, and the input will be + processed like a resource retrieved by the fn:doc function. + Otherwise, if the input is a string, any byte order mark as well as the encoding specified + in an optional XML declaration should be ignored.

+ +

The $options argument, if present and non-empty, defines the detailed behavior of the + function. The apply. The options available + are as follows:

+ + + + Determines the base URI. This is used both as the base URI + used by the XML parser to resolve relative entity references within the document, + and as the base URI of the document node that is returned. It defaults + to the static base URI of the function call. + xs:anyURI + static-base-uri() + + + Determines whether DTD validation takes place. + xs:boolean + false() + + The input is parsed using a validating XML parser. + The input must contain a DOCTYPE declaration to identify + the DTD to be used for validation. The DTD may be internal or external. + + DTD validation does not take place. However, if a + DOCTYPE declaration is present, then it is read, for example + to perform entity expansion. + + + + + Determines whether references to external entities + (including a DTD entity) are permitted. + xs:boolean + true() + + References to external entities are permitted, and are resolved + relative to the base URI. + + References to external entities (including an external DTD) + are not permitted, and result in the call on parse-xml failing + with a dynamic error if present. + + + + + Places a limit on the maximum number of entity references that may be expanded, + or on the size of the expanded entities. + The limit applies both to internal and external entities, but not to built-in entity references, + nor to character references. + xs:integer? + () + + The limit (if any) is . + The processor should impose a limit on the number of + entity references that are expanded, or on the size of the expanded entities, + depending on the options available in the underlying XML parser; the limit should be + commensurate with the value requested, but the precise effect may be . + . If the XML parser does not offer the ability to impose + a limit, or if the value is zero, then entity expansion should if possible be disabled entirely, + leading to a dynamic error if the input contains any entity references. A negative value should + be interpreted as placing no limits on entity expansion. + + + + + Determines whether whitespace-only text nodes are removed + from the resulting document. (Note: in XSLT, the xsl:strip-space + and xsl:preserve-space declarations are ignored.) + xs:boolean + false() + + All whitespace-only text nodes are stripped, + unless either (a) they are within the scope of the attribute xml:space="preserve", + or (b) XSD validation identifies that the parent element has a simple type or a complex + type with simple content. + + All whitespace-only text nodes are preserved, + unless either (a) DTD validation marks them as ignorable, or (b) XSD validation recognizes + the containing element as having element-only or empty content. + + + + + Determines whether any xi:include elements in the input + are to be processed using an XInclude processor. + xs:boolean + false() + + Any xi:include elements are expanded. If there are + xi:include elements and no XInclude processor is available then + a dynamic error is raised. + + Any xi:include elements are handled as + ordinary elements without expansion. + + + + + Determines whether XSD validation takes place, using the + schema definitions present in the static context. The effect of requesting + validation is the same as invoking the parse-xml function without + validation, and then applying an XQuery validate expression to the result, + with corresponding options. + xs:string + "skip" + + Strict XSD validation takes place + Lax XSD validation takes place + No XSD validation takes place + XSD validation takes place against the + schema-defined type, present in the static context, that has the given URI + and local name. + + + + When XSD validation takes place, determines whether + schema components referenced using xsi:schemaLocation or xsi:noNamespaceSchemaLocation + attributes within the source document are to be used. The option is ignored + if XSD validation does not take place. + xs:boolean + false + + XSD validation uses the schema components referenced + using xsi:schemaLocation or xsi:noNamespaceSchemaLocation + attributes in addition to the schema components present in the static context; + these components must be compatible as described in . + Any xsi:schemaLocation and xsi:noNamespaceSchemaLocation + attributes in the document are ignored. + + + + + + +

Except to the extent defined by these options, the precise process used + to construct the XDM instance is implementation-defined. In particular, it is implementation-defined whether an XML + 1.0 or XML 1.1 parser is used.

+ +

The document URI of the returned node is absent.

+

The function is not + deterministic: that is, if the function is called + twice with the same arguments, it is implementation-dependent whether the same node is returned on both + occasions.

+

Options set in $options may be supplemented or modified based on + configuration options defined externally using + mechanisms.

+ +
+ +

A dynamic error is raised if the content of + $value is not a well-formed and namespace-well-formed XML document.

+

A dynamic error is raised if DTD validation is + carried out and the content of $value is not valid against the relevant DTD.

+

A dynamic error is raised if the value of the xsd-validation option is not one of the + permitted values (for example, if the string that follows "type" + is not a valid EQName, or if it does not identify a type that is present in the + static context).

+

A dynamic error is raised if the value of the xsd-validation option is set to anything + other than skip when the processor is not schema-aware. (XSLT 4.0 + and XQuery 4.0 define schema-awareness as an optional feature; other host languages + may set their own rules.)

+

A dynamic error is raised if processor does not have + access to an XML parser supporting the requested options, for example the ability + to perform DTD validation or XInclude processing or to prevent access to external entities.

+ +

A dynamic error is raised if XSD validation is + carried out and the content of $value is not valid against the relevant XSD schema.

+
+ +

Since the XML document is presented to the parser as a string, rather than as a sequence + of octets, the encoding specified within the XML declaration has no meaning. If the XML + parser accepts input only in the form of a sequence of octets, then the processor must + ensure that the string is encoded as octets in a way that is consistent with rules used + by the XML parser to detect the encoding.

+

A common use case for this function is to handle input documents that contain nested + XML documents embedded within CDATA sections. Since the content of the CDATA section is + exposed as text, the receiving query or stylesheet may pass this text to the + fn:parse-xml function to create a tree representation of the nested + document.

+

Similarly, nested XML within comments is sometimes encountered, and lexical XML is + sometimes returned by extension functions, for example, functions that access web + services or read from databases.

+

A use case arises in XSLT where there is a need to preprocess an input document before + parsing. For example, an application might wish to edit the document to remove its + DOCTYPE declaration. This can be done by reading the raw text using the + fn:unparsed-text function, editing the resulting string, and then + passing it to the fn:parse-xml function.

+
+ + +

The expression fn:parse-xml("<alpha>abcd</alpha>") returns a newly + created document node, having an alpha element as its only child; the + alpha element in turn is the parent of a text node whose string value + is "abcd".

+
+ +

The expression fn:parse-xml("<alpha><beta> </beta></alpha>", { "strip-space": true() }) returns a newly + created document node, having an alpha element as its only child; the + alpha element in turn is the parent of a beta + element whose content is empty, as a result of whitespace stripping.

+
+
+ + +

The $options parameter has been added.

+
+ +

Additional error conditions have been defined.

+
+ +

Additional options to control DTD and XInclude processing have been added.

+
+ +

Support for binary input has been added.

+
+
+
+ + + + + + + + + nondeterministic + context-dependent + focus-independent + + +

This function takes as input an XML external entity represented as a string, and returns + the document node at the root of an XDM tree representing the parsed document + fragment.

+
+ +

If $value is the empty sequence, the function returns the empty sequence.

+ +

If the input is supplied as a binary value, the function detects the encoding using the + same rules as the unparsed-text function, except that the special + handling of media types such as text/xml and application/xml may be skipped. + Otherwise, if the input is a string, any byte order mark as well as the encoding specified + in an optional XML declaration should be ignored.

+ +

The input must be a namespace-well-formed external general parsed entity. More + specifically, it must conform to the production rule extParsedEnt in , it must contain + no entity references other than references to predefined entities, and it must satisfy + all the rules of for namespace-well-formed documents with + the exception that the rule requiring it to be a well-formed document is replaced by the + rule requiring it to be a well-formed external general parsed entity.

+ +

The input is parsed to form a sequence of nodes which become children of the new + document node, in the same way as the content of any element is converted into a + sequence of children for the resulting element node.

+

The $options argument, if present and non-empty, defines the detailed behavior of the + function. The apply. The options available + are as follows:

+ + + + Determines the base URI. This is used + as the base URI of the document node that is returned. It defaults + to the static base URI of the function call. + xs:anyURI + static-base-uri() + + + Determines whether whitespace-only text nodes are removed + from the resulting document. + xs:boolean + false() + + All whitespace-only text nodes are stripped, + unless they are within the scope of the attribute xml:space="preserve". + + All whitespace-only text nodes are preserved. + + + + + +

DTD validation is not invoked (an external general parsed entity cannot contain + a DOCTYPE declaration.

+

Schema validation is not invoked, which means that the nodes in the + returned document will all be untyped.

+

XInclude processing is not invoked.

+

Except as explicitly defined, the precise process used to construct the XDM instance is implementation-defined. In particular, it is implementation-defined whether + an XML 1.0 or XML 1.1 parser is used.

+

The document URI of the returned node is absent.

+

The function is not + deterministic: that is, if the function is called + twice with the same arguments, it is implementation-dependent whether the same node is returned on both + occasions.

+
+ +

A dynamic error is raised if the content of + $value is not a well-formed external general parsed entity, if it contains + entity references other than references to predefined entities, or if a document that + incorporates this well-formed parsed entity would not be namespace-well-formed.

+
+ +

See also the notes for the fn:parse-xml function.

+

The main differences between fn:parse-xml and + fn:parse-xml-fragment are that for fn:parse-xml, the + children of the resulting document node must contain exactly one element node and no + text nodes, wheras for fn:parse-xml-fragment, the resulting document node + can have any number (including zero) of element and text nodes among its children. An + additional difference is that the text declaration at the start of an + external entity has slightly different syntax from the XML declaration at + the start of a well-formed document.

+

Note that all whitespace outside the text declaration is significant, + including whitespace that precedes the first element node, unless the strip-space + option is set.

+

One use case for this function is to handle XML fragments stored in databases, which + frequently allow zero-or-more top level element nodes. Another use case is to parse the + contents of a CDATA section embedded within another XML document.

+
+ + +

The expression + parse-xml-fragment("<alpha>abcd</alpha><beta>abcd</beta>") + returns a newly created document node, having two elements named alpha + and beta as its children; each of these elements in turn is the parent + of a text node.

+

The expression parse-xml-fragment("He was <i>so</i> kind") + returns a newly created document node having three children: a text node whose string + value is "He was ", an element node named i having a child + text node with string value "so", and a text node whose string value is + " kind".

+

The expression parse-xml-fragment("") returns a document node having + no children.

+

The expression parse-xml-fragment(" ") returns a document node whose + children comprise a single text node whose string value is a single space.

+

The expression parse-xml-fragment(" ", { "strip-space": true() }) + returns a document node having no children.

+

The expression parse-xml-fragment('<?xml version="1.0" encoding="utf8" + standalone="yes"?><a/>') results in a dynamic error because the standalone keyword is not permitted in the text + declaration that appears at the start of an external general parsed entity. (Thus, it + is not the case that any input accepted by the fn:parse-xml function + will also be accepted by fn:parse-xml-fragment.)

+
+
+ + +

The $options parameter has been added.

+
+ +

Support for binary input has been added.

+
+
+
+ + + + + + + + + deterministic + context-dependent + focus-independent + + +

Given an XSD schema, delivers a function item that can be invoked to validate a document or element node + against this schema.

+
+ +

The fn:xsd-validator function returns a function item that can be used to validate a + document node or an element node with respect to a supplied schema.

+ +

The details of how the schema is assembled, and the way it is used, are defined by the supplied $options. + If the $options argument is absent or empty the effect is to use the schema components from the + static context of the call on fn:xsd-validator. In the general case, however, the schema + used for validation may include components from any or all of the following:

+ + +

The static context of the function call

+

Explicitly supplied schema documents

+

Schema components referenced in xsi:schemaLocation and xsi:noNamespaceSchemaLocation + attributes within the instance document being validated.

+
+ +

More details of schema assembly appear below. + Taken together, the assembled components must constitute a valid schema.

+ + + +

The function is designed to separate the process of assembling a schema from the process of performing instance + validation. However, if the schema is to include components identified in + xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes, then the process of + assembling the schema cannot be completed until the instance document is available.

+ + +

The options recognized are as follows. The apply.

+ + + + + + + + If true, the schema to be used for validation includes the schema components + available in the static context of the function call. If false, these components + are not used. + xs:boolean + true + + + A list of XDM nodes containing XSD schema documents to be used + for validation. + element(xs:schema)* + () + + + A list of target namespaces identifying schema components to be used for + validation. The way in which the processor locates schema components for the specified + target namespaces is . A zero-length string denotes + a no-namespace schema. + xs:anyURI* + () + + + A list of locations of XSD schema documents to be used to assemble a schema. + Any relative URIs are resolved relative to the base URI of the function call. + xs:anyURI* + () + + + If true, the schema to be used for validation includes any schema documents + referenced by xsi:schemaLocation or xsi:noNamespaceSchemaLocation + attributes in the instance document being validated. If false, these attributes are ignored. + xs:boolean + false + + + Set to the decimal value 1.0 or 1.1 to indicate which version of XSD is to be used. + The default is . A processor may use a later version + of XSD than the version requested, but must not use an earlier version. + xs:decimal + + + The validation mode. + xs:string + + Validates the input using the element or attribute declaration for the + operand node. This element or attribute declaration must exist. This is the default + when the type option is absent. + Validates the input using the element or attribute declaration for the + operand node, if it exists. + Validates the input using the supplied governing type. This is the + default when the type option is present. + + + + Establishes the governing type for validation. The type must be present + in the assembled schema. + xs:QName? + + + If true, the result of the generated validation function, when validation + is successful, includes the property typed-node which contains a copy of the + target node augmented with type annotations and expanded default values. If false, the typed + node is not included in the result. If a node containing type annotations is to be returned, + then the schema used for validation must be compatible with all other schemas used within + the same query or stylesheet, as described in ; + this is to ensure that the type annotations in the validated document have a consistent + interpretation. + xs:boolean + true + + + If true, the result of the generated validation function, when validation + is unsuccessful, includes detailed information about the nature of the validity errors + that were found. If false, the result only includes an indication that the document + was invalid. Note that setting the value to false means that validation can complete + as soon as the first error is found. + xs:boolean + false + + + + +

The first task of the function is to assemble a schema (that is, a collection of schema + components). Schema components can come from a number of sources, and a schema can be assembled + from more than one source, provided that the total collection of components comprises a valid schema: + the main thing that will prevent this is if two sources contain conflicting definitions of the + same named component.

+ + +

The default is to use the in-scope schema components from the static context + of the function call.

+

Instead, or in addition, schema components may be loaded explictly + for this validator. Supplementary schema components may be requested in a number of + ways:

+ +

The schema-location option can specify one or more URIs that + are interpreted as locations for source XSD schema documents, which are then + assembled into a schema as described in the XSD specifications.

+

The schema option can be used to identify one or more + xs:schema element nodes holding source schema documents. This allows + a schema to be constructed dynamically by the application, or to be held as + a global variable in the source code of a query or stylesheet module.

+

The target-namespace option can be used to supply + the target namespaces of additional schema components that are known to the + system or that are made available using some external mechanism. For example, + the system might have built-in schemas for common namespaces such as + the xml, fn, or xlink namespaces, + or it might have a mechanism allowing schemas for a particular namespace + to be registered using an external API or configuration mechanism.

+
+

The use-xsi-schema-location also allows the application + to request that schema documents referenced from xsi:schemaLocation + or xsi:noNamespaceSchemaLocation attributes should be included + in the schema. By default these attributes are ignored.

+

It is acceptable to assemble a schema from more than one of these + sources. In addition, any of these sources can bring in additional components + by the use of the XSD directives xsl:include and xsl:import. + The important constraint is that the result should be a valid schema. This will only + be the case if the sources used to assemble the schema are + compatible + with each other: see .

+

The XSD specification allows a schema to be used for validation even when + it contains unresolved + references to absent schema components. It is whether + this function allows the schema to be incomplete in this way. For example, + some processors might allow validation using a schema in which an element declaration + contains a reference to a type declaration that is not present in the schema, provided + that the element declaration is never needed in the course of a particular validation + episodes.

+
+ +

Having assembled a schema, the next task is to validate a supplied node (and the subtree + rooted at that node).

+ +

This description is a deliberate simplification. If the use-xsi-schema-location + option is true, then assembly of the schema is not completed until the instance document + is available, and in practice overlaps with the validation process.

+ +

The xsd-validator function returns a function item (call it V) + with the following characteristics:

+ + +

V has an arity of one. Call the value of the supplied argument + $target. The required type of $target + is (document-node(*) | element(*) | attribute(*))?: + that is, it accepts either a well-formed + document node, or an element node, or an attribute node, or an empty sequence.

+ +

If the argument is an empty sequence + then the result of V is also an empty sequence.

+ +

In other cases, the result of a call on V is a record + containing the following fields:

+ + +

is-valid as xs:boolean. This field is always present, and indicates + whether the supplied $target node was found to be valid against the schema. + The value is true if either (a) the validation outcome was valid, or + (b) lax validation was requested and the validation outcome was notKnown. + In other cases it is false.

+ +

typed-node as (document-node(*) | element(*) | attribute(*)). + This field is present + only when (a) the option return-typed-node was set (explicitly or implicitly) + to true, and (b) the value of the is-valid field is true. + It represents the root of a tree that is a deep copy of the input tree, + augmented with type annotations and default values.

+ +

error-details as map(*)*. This field is present only when (a) the option + return-error-details was set + to true, and (b) the supplied document was found to be invalid. The value is a sequence + of maps, each containing details of one invalidity that was found. The precise details of the + invalidities are , but they may include + the following fields, if the information is available:

+ + +

message. A string containing the text of an error message, intended + for a human reader.

+

rule. A reference to the rule in the XSD specification that was violated. + This is a string comprising four parts separated by the character U+007C:

+ +

"1.0" or "1.1" indicating whether the reference is to the XSD 1.0 or 1.1 specification.

+

"1" or "2" indicating whether the reference is to part 1 or part 2 of the specification.

+

The name of the validation rule (for example "Datatype Valid").

+

The clause number within that validation rule (for example "2.3").

+
+

For example, if an attribute is declared to be of type xs:integer, but the + actual value is not in the lexical space of xs:integer, the value of rule + might be "1.1|2|Datatype Valid|2.1".

+
+

node. The node that was found to be invalid. Note that when a containing element + C is invalid because a child element D is not allowed by its content + model, the invalid node is C, not D.

+

error-node. The node whose presence led to detection of the invalidity. In the + above example, this would be D.

+

error-uri. The URI of the XML entity in which the error was detected.

+

line-number. The line number where the error was detected, within its external entity.

+

column-number. The column number where the error was detected, within the error line number.

+
+ + +
+
+
+ +

The validation is performed as described in , with + the assembled schema as the effective schema and $target as the operand node.

+
+ +

If the use-xsi-schema-location option is true and a failure + occurs processing an xsi:schemaLocation or xsi:noNamespaceSchemaLocation + attribute (for example, because a schema document cannot be retrieved, or because the referenced + schema document is invalid, or because it is incompatible with other schema components) + this is treated as an invalidity, not as a dynamic error: + V returns successfully with is-valid set to false.

+
+ +

The function V may fail with a dynamic error if it is not possible to determine whether or not the + instance document is valid. This may happen, for example, if processor-defined limits are exceeded.

+
+
+ +
+ +

A dynamic error is raised if the processor is not schema-aware, or if no schema processor with the required capabilities (such as XSD 1.1 support) + is available.

+ +

A dynamic error is raised if it is not possible to assemble a valid and consistent schema.

+ + + +
+ +

Both XQuery and XSLT provide capabilities for XSD-based schema validation in earlier versions of the specifications, + and those are retained in 4.0. This function provides additional capability:

+ +

It is possible to control validation more precisely, through a wider range of options;

+

It is possible to validate different instance documents against different schemas;

+

Information about any invalidities is made available to the application, rather than simply causing a dynamic error;

+

The capability is provided by means of a function rather than custom syntax, making it easier + to integrate into an application.

+

The capability is available through XPath alone, and therefore with host languages other than + XQuery and XSLT.

+
+

Three possible ways of using the function include:

+ +

To simply test whether or not a document is valid against a schema, set the options + return-typed-node and return-error-details to false, + and simply test the value of the is-valid field returned when the validation function + is called.

+

To obtain a typed XDM tree from an input document that is expected to be valid, set the + option return-typed-node to true. On return from the validation function, test the + value of the is-valid field; call fn:error if the value is false; + otherwise use the typed-node property of the result. The main benefit of using a typed + XDM tree is that it allows static type checking of path expressions: this benefit only applies + when the schema used for validation is the imported schema used in the static context. However, there + are cases where validation against a different schema is appropriate, for example when validating the + result of one query or transformation that is to be used as input to another.

+

To validate an input document and provide feedback to the document author about any validity + problems that were found, set return-error-details to true. If the result + of the validation function has is-valid = false(), process the returned error-details. + The information available for this part of the processing may not be 100% interoperable, though with care it + should be possible to write the query in such a way that it works with different processors.

+
+

The validation process is explained in more detail in the XQuery () + and XSLT () specifications.

+

The function has no effect on the static context. Schemas loaded using this function, either directly or + via the effect of xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes, are not + added to the static context and have no effect on any other validation episodes. A processor may cache schema + components to reduce the cost of processing the same schema repeatedly, but this has no observable effect other than + on performance.

+
+ + + + + + +let $validator := xsd-validator({'schema': $schema}) +return ($validator(8.5)?is-valid, + $validator(8.5km)?is-valid) + ]]> + true(), false() + + + + + +let $validator := xsd-validator({'schema': $schema}) +let $typed-result := $validator(8.5)?typed-node +return $typed-result instance of element(distance, xs:decimal) +]]> + true() + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

This function serializes the supplied input sequence $input as described in + , returning the serialized representation + of the sequence as a string.

+
+ +

The value of the first argument $input acts as the input sequence to the serialization process, + which starts with sequence normalization.

+ +

The second argument $options, if present, provides serialization parameters. These may be supplied in either + of two forms:

+ + + +

As an output:serialization-parameters + element, having the format described in . In this case the type of the supplied + argument must match the required type element(output:serialization-parameters).

+
+ +

As a map. In this case the type of the supplied argument must match the required type map(*)

+
+
+ +

The single-argument version of this function has the same effect as the two-argument + version called with $options set to an empty sequence. This in turn is the + same as the effect of passing an output:serialization-parameters element + with no child elements.

+ +

The final stage of serialization, that is, encoding, is skipped. If the serializer does + not allow this phase to be skipped, then the sequence of octets returned by the + serializer is decoded into a string by reversing the character encoding performed in the + final stage.

+ +

If the second argument is omitted, or is supplied in the form of an output:serialization-parameters + element, then the values of any serialization parameters that are not explicitly specified is implementation-defined, + and may depend on the context.

+ +

If the second argument is supplied as a map, then the option parameter conventions + apply. In this case:

+ + + +

Each entry in the map defines one serialization parameter.

+
+ +

The key of the entry is an xs:string value in the cases of parameter names defined in these specifications, or an + xs:QName (with non-absent namespace) in the case of implementation-defined serialization parameters.

+
+ +

The required type of each parameter, and its default value, are defined by the following table. The default + value is used when the map contains no entry for the parameter in question, and also when an entry is present, with the + empty sequence as its value. The table also indicates how the value of the map entry is to be interpreted in cases + where further explanation is needed.

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterRequired typeInterpretationDefault Value
+ allow-duplicate-names + + xs:boolean? + true() means "yes", false() means "no" + no +
+ byte-order-mark + + xs:boolean? + true() means "yes", false() means "no" + no +
+ cdata-section-elements + + xs:QName* + + + () +
+ doctype-public + + xs:string? + Zero-length string and () both represent "absent"absent
+ doctype-system + + xs:string? + Zero-length string and () both represent "absent"absent
+ encoding + + xs:string? + + + utf-8 +
+ escape-solidus + + xs:boolean? + true() means "yes", false() means "no" + yes +
+ escape-uri-attributes + + xs:boolean? + true() means "yes", false() means "no" + yes +
+ html-version + + xs:decimal? + + + 5 +
+ include-content-type + + xs:boolean? + true() means "yes", false() means "no" + yes +
+ indent + + xs:boolean? + true() means "yes", false() means "no" + no +
+ item-delimiter + + xs:string? + + absent
+ json-lines + + xs:boolean? + true() means "yes", false() means "no" + no +
+ json-node-output-method + + (xs:string | xs:QName)? + See Notes 1, 2 + xml +
+ media-type + + xs:string? + + (a media type suitable for the chosen method)
+ method + + (xs:string | xs:QName)? + See Notes 1, 2 + xml +
+ normalization-form + + xs:string? + + + none +
+ omit-xml-declaration + + xs:boolean? + true() means "yes", false() means "no" + yes +
+ standalone + + xs:boolean? + true() means "yes", false() means "no", () means "omit" + omit +
+ suppress-indentation + + xs:QName* + + + () +
+ undeclare-prefixes + + xs:boolean? + true() means "yes", false() means "no" + no +
+ use-character-maps + + map(xs:string, xs:string)? + See Note 3 + {} +
+ version + + xs:string? + + + 1.0 +
+ +

Notes to the table:

+ + + +

The notation (A | B) represents a union type whose member types are A + and B.

+
+ +

If an xs:QName is supplied for the method or json-node-output-method + options, then it must have a non-absent namespace URI. This + means that system-defined serialization methods such as xml and json + are defined as strings, not as xs:QName values.

+
+ +

For the use-character-maps option, the value is a map, whose keys + are the characters to be mapped (as xs:string instances), + and whose corresponding values are the strings to be substituted for these characters. +

+
+
+ +
+ +

A type error occurs if the $options argument + is present and does not match either of the types element(output:serialization-parameters)? + or map(*).

+ +

This is defined as a type error so that it can be enforced via the function signature by implementations + that generalize the type system in a suitable way.

+
+

If the host language makes serialization an optional feature and the implementation does + not support serialization, then a dynamic error is + raised.

+

When the second argument is supplied as a map, + and the supplied value is of the wrong type for the particular parameter, for example if the value of indent + is a string rather than a boolean, then as defined by the option parameter conventions, + a type error is raised. + If the value is of the correct type, but does not satisfy the rules for that + parameter defined in , then a dynamic error + is raised. (For example, this occurs if the map supplied to + use-character-maps includes a key that is a string whose length is not one (1)).

+

If any serialization error occurs, including the detection of an invalid value for a + serialization parameter as described above, this results in the fn:serialize call failing with + a dynamic error.

+
+ +

One use case for this function arises when there is a need to construct an XML document + containing nested XML documents within a CDATA section (or on occasions within a + comment). See fn:parse-xml for further details.

+

Another use case arises when there is a need to call an extension function that expects + a lexical XML document as input.

+

Another use case for this function is serializing instances of the data model into a human + readable format for the purposes of debugging. Using the by specifying it as the output method defined in the second argument via + output:serialization-parameters, allows for serializing any valid + XDM instance without raising a serialization error.

+

There are also use cases where the application wants to post-process the output of a + query or transformation, for example by adding an internal DTD subset, or by inserting + proprietary markup delimiters such as the <% ... %> used by some + templating languages.

+

The ability to specify the serialization parameters in an output:serialization-parameters + element provides backwards compatibility with the 3.0 version of this specification; the ability to + use a map takes advantage of new features in the 3.1 version. The default parameter values are + implementation-defined when an output:serialization-parameters + element is used (or when the argument is omitted), but are fixed by this specification in the + case where a map (including an empty map) is supplied for the argument.

+
+ + +

Given the variables:

+
+ + +]]> + + ]]> + + +

The following call might produce the output shown:

+
+ + + + ']]> + + + +

The following call would also produce the output shown (though the second argument could equally well be supplied + as an empty map ({}), since both parameters are given their default values):

+
+ + + + ']]> + + + + + serialize({ "a": "AB", "b": "BC" }, { "method": "adaptive" }) + '{"a":"AB","b":"BC"}' + + + + + +serialize( + array { "a", 3, attribute test { "true" } }, + { "method": "adaptive" +}) + + '["a",3,test="true"]' + + +
+
+ + + + + + + + + nondeterministic + context-independent + focus-independent + + +

This function takes as input an HTML document, and returns the + document node at the root of an XDM tree representing the parsed document.

+
+ +

If $value is the empty sequence the function returns the empty sequence.

+

In other cases, $value is expected to contain an HTML document supplied + either as a string or a binary value.

+

The entries that may appear in the $options map are as follows:

+ + + + +

The character encoding to use to decode a sequence of octets that + represents an HTML document.

+
+ xs:string +
+ + +

Indicates whether the function should fail with a dynamic error if the input + is not syntactically valid.

+
+ xs:boolean + false() + + + Parsing errors should be handled as described in + section 13.2.2, Parse Errors. + + + A parsing error should result in the function failing with a dynamic error. + + +
+ + +

Defines how to handle elements in the HTMLTemplateElement.content + property.

+

If this option is true, the template element’s + children are the children of the content property’s document + fragment node.

+

If this option is false, the template element’s + children are the empty sequence.

+

The default behaviour is + implementation-defined.

+ +

This allows an implementation to support the behaviour defined in + section 4.12.3.1, Interaction of + template elements with XSLT and XPath:

+ + +

This option would default to true for an XSLT processor + operating on an HTML DOM constructed from an XHTML document.

+
+ +

This option would default to false for an XPath processor + using the section 8, XPath APIs.

+
+
+
+
+ xs:boolean +
+
+ +

The apply.

+ +

If $value is not the empty sequence, an input byte stream is constructed as follows:

+ + +

If $value is an xs:string, then in principle no decoding is needed. + Conceptually, however, the HTML parsing algorithm always starts by decoding an octet + stream. The string is therefore first encoded using UTF-8, and the resulting octet + stream is then passed to the HTML parser with a known definite encoding + of UTF-8, as described in section 13.2.3.1, + Parsing with a known character encoding.

+

If the first codepoint of the string is U+FEFF, this should be stripped, since + it might otherwise lead to an incorrect encoding inference.

+
+

If the type of $value is a sequence of octets (xs:hexBinary or + xs:base64Binary) the encoding of the input byte stream is determined in a + way consistent with section 13.2.3.2, Determining the character + encoding:

+ + +

The encoding key of $options is interpreted in step 2 of + Determining the character encoding as the user instructing the user + agent to override the document’s character encoding with the specified encoding.

+
+

If the encoding key of $options is not specified, step 2 + of Determining the character encoding is skipped.

+
+
+
+
+ + +

The resulting byte stream is then used to construct an XDM representation of the HTML + document in a way that is equivalent to:

+ + +

Tokenizing the byte stream according to the HTML parsing algorithm as described in + section 13.2.5, Tokenization.

+
+

Constructing a HTMLDocument object for HTML documents, or an + XMLDocument for XML/XHTML documents as described in + section 13.2.6, Tree construction.

+
+

Building an XDM representation of the HTMLDocument or XMLDocument + according to the rules in .

+
+
+ +

The implementation should process any input HTML that adheres to the current + practice of mainstream web browsers, as this evolves over time. Since this is defined + by a “living standard” (see ), no specific version is prescribed. + An implementation may + define additional options to control aspects of the HTML parsing algorithm, including the selection + of a specific HTML parsing library; it may also provide options to process alternative HTML versions + or dialects.

+ +

The implementation should recognize and process XHTML (referred to + in as the XML concrete syntax of HTML).

+ +

The function is nondeterministic with respect to node identity: + that is, if the function is called twice with the same arguments, it is + whether the same node is returned on both + occasions.

+
+ +

A dynamic error is raised if the content of + $value is not a well-formed HTML document.

+
+ +

If the HTML parser accepts a string as the input then that may be used directly when + $value is an xs:string instead of converting the string to + a sequence of octets in an encoding. The HTML + parser must not perform character encoding processing on that input, treating the HTML + string as being in a known character encoding that matches the encoding of the string.

+ +

The WHATWG Encoding specification defines the ISO 8859-1 (latin1) and ASCII encodings as + aliases of the windows-1252 encoding.

+
+ + +

The expression parse-html(()) returns ().

+

The expression parse-html("<p>Hello</p>") returns an XDM + + document node equivalent to the result of parsing the XML +

Hello

]]>

+

The expression parse-html("<p>Hi</p>", method:="html") + is equivalent to parse-html("<p>Hi</p>").

+ +
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Reads an external resource containing HTML, and returns the result of parsing the resource as HTML.

+
+ +

If the second argument is omitted or an empty sequence, the result is the same as + calling the two-argument form with an empty map as the value of the $options + argument.

+

The effect of the two-argument function call fn:html-doc($H, $M)is equivalent to the function composition + fn:unparsed-binary($H) => fn:parse-html($M).

+

If $source is the empty sequence, the function returns the empty sequence.

+
+ +

The function may raise any error defined for the fn:unparsed-binary + or fn:parse-html functions.

+
+ +

New in 4.0

+
+
+ + + + + + + deterministic + context-dependent + focus-dependent + special-streaming-rules + + +

Returns the context position from the dynamic context.

+
+ +

Returns the context position from the dynamic context. (See .)

+
+ +

A type error is raised if + the context value is absent.

+
+
+ + + + + + deterministic + context-dependent + focus-dependent + special-streaming-rules + + +

Returns the context size from the dynamic context.

+
+ +

Returns the context size from the dynamic context. (See .)

+
+ +

A type error is raised if + the context size is absent.

+
+ +

Under most circumstances, the context size is absent only if the context value is absent. However, XSLT 3.0 with + streaming defines situations in which the context value and context position are known, but the context size is unknown.

+
+ + + + (1 to 20)[last() - 1] + 19 + + + +
+ + + + + + deterministic + context-dependent + focus-independent + + +

Returns the current date and time (with timezone).

+
+ +

Returns the current dateTime (with timezone) from the dynamic context. (See .) This is an + xs:dateTime that is current at some time during the evaluation of a + query or transformation in which fn:current-dateTime is executed.

+

This function is . The precise instant during the query + or transformation represented by the value of fn:current-dateTime() is + implementation-dependent.

+

If the implementation supports data types from XSD 1.1 then the returned value will be + an instance of xs:dateTimeStamp. Otherwise, the only guarantees are that it + will be an instance of xs:dateTime and will have a timezone component.

+
+ +

The returned xs:dateTime will always have an associated timezone, which + will always be the same as the implicit timezone in the dynamic context

+
+ + +

current-dateTime() returns an xs:dateTimeStamp + corresponding to the current date and time. For example, a call of + current-dateTime() might return + 2004-05-12T18:17:15.125Z corresponding to the current time on May 12, + 2004 in timezone Z.

+
+
+
+ + + + + + deterministic + context-dependent + focus-independent + + +

Returns the current date.

+
+ +

Returns xs:date(fn:current-dateTime()). This is an xs:date + (with timezone) that is current at some time during the evaluation of a query or + transformation in which fn:current-date is executed.

+

This function is . The precise instant during the query + or transformation represented by the value of fn:current-date is implementation-dependent.

+
+ +

The returned date will always have an associated timezone, which will always be the same + as the implicit timezone in the dynamic context

+
+ + +

current-date() returns an xs:date corresponding to the + current date. For example, a call of current-date() might return + 2004-05-12+01:00.

+
+
+
+ + + + + + deterministic + context-dependent + focus-independent + + +

Returns the current time.

+
+ +

Returns xs:time(fn:current-dateTime()). This is an xs:time + (with timezone) that is current at some time during the evaluation of a query or + transformation in which fn:current-time is executed.

+

This function is . The precise instant during the query + or transformation represented by the value of fn:current-time() is implementation-dependent.

+
+ +

The returned time will always have an associated timezone, which will always be the same + as the implicit timezone in the dynamic context

+
+ + +

current-time() returns an xs:time corresponding to the + current time. For example, a call of current-time() might return + 23:17:00.000-05:00.

+
+
+
+ + + + + + deterministic + context-dependent + focus-independent + + +

Returns the value of the implicit timezone property from the dynamic context.

+
+ +

Returns the value of the implicit timezone property from the dynamic context. Components + of the dynamic context are described in .

+
+
+ + + + + + deterministic + context-dependent + focus-independent + + +

Returns the value of the default collation property from the dynamic context.

+
+ +

Returns the value of the default collation property from the + dynamic context context. Components + of the dynamic context are described in .

+
+ +

The default collation property can never be absent. If it is not explicitly defined, a + system defined default can be invoked. If this is not provided, the Unicode codepoint + collation (http://www.w3.org/2005/xpath-functions/collation/codepoint) is + used.

+

In most cases, the default collation is known statically, + and a call on this function can therefore be pre-evaluated during static analysis. The only + notable exception is when a call on default-collation() is used to define + the default value of a parameter to a user-defined function. In this case it is interpreted + as a reference to the default collation in the context of the relevant function call, + which may differ from the default collation of the function definition.

+
+
+ + + + + + deterministic + context-dependent + focus-independent + + +

Returns the value of the default language property from the dynamic context.

+
+ +

Returns the value of the default language property from the dynamic context. Components + of the dynamic context are described in .

+
+ +

The default language property can never be absent. The functions fn:format-integer, + fn:format-date, fn:format-time, and fn:format-dateTime + are defined to use the default language if no explicit language is supplied. The default language + may play a role in selection of a default collation, but this is not a requirement.

+
+
+ + + + + + deterministic + context-dependent + focus-independent + + +

This function returns the value of the executable base URI property from the dynamic + context.

+
+ +

The function (despite its name) + returns the value of the executable base URI property from the dynamic context. + If the property is absent, the empty sequence is returned.

+

Components of the dynamic context are described in .

+
+ +

The executable base URI will in many cases be the same as the static base URI in the static context. + However, XQuery and XSLT give an implementation freedom to use different base URIs during + the static analysis phase and the dynamic evaluation phase, that is, for retrieval of compile-time + and run-time resources respectively. This is appropriate when the implementation allows + the output of static analysis (a “compiled” query or stylesheet) to be deployed for execution + to a different location from the one where static analysis took place. In this situation, the + fn:static-base-uri function should return a URI suitable for locating + resources needed during dynamic evaluation.

+

If a call on the fn:static-base-uri function appears within the expression used + to define the value of an optional parameter to a user-defined function, then the value supplied + to the function (if the argument is omitted) will be the executable base URI from the dynamic + context of the function caller. This allows such a function to resolve relative URIs supplied + in other parameters to the same function.

+
+
+ + + + + + + + + deterministic + context-dependent + focus-dependent + + special-streaming-rules + + +

Returns a function item having a given name and arity, if there is one.

+
+ +

A call to fn:function-lookup starts by looking for a + function definition + in the named functions component of the dynamic context + (specifically, the dynamic context of the call to fn:function-lookup), + using the expanded QName supplied as $name and the arity supplied as + $arity. There can be at most one such function definition.

+ +

If no function definition can be identified (by name and arity), then an empty sequence + is returned.

+ +

If a function definition is identified, then a function item is obtained from the function + definition using the same rules as for evaluation of a named function reference + (see ). The captured context of + the returned function item (if it is context dependent) is the static and dynamic context of + the call on fn:function-lookup.

+ + +

If the arguments to fn:function-lookup identify a function that is present + in the static context of the function call, the function will always return the same + function that a static reference to this function would bind to. If there is no such + function in the static context, then the results depend on what is present in the + dynamic context, which is implementation-defined.

+ + + +
+ +

An error is raised if the identified function depends on + components of the static or dynamic context that are not present, or that have + unsuitable values. For example is raised for the call + function-lookup( #fn:name, 0 ) + if the context value is absent, and is raised for the call function-lookup( #fn:id, 1 ) if the + context value is not a single node in a tree that is rooted at a document node. + The error that is raised is the same as the error that would be raised by the + corresponding function if called with the same static and dynamic context.

+
+ + +

This function can be useful where there is a need to make a dynamic decision on which of + several statically known functions to call. It can thus be used as a substitute for + polymorphism, in the case where the application has been designed so several functions + implement the same interface.

+

The function can also be useful in cases where a query or stylesheet module is written + to work with alternative versions of a library module. In such cases the author of the + main module might wish to test whether an imported library module contains or does not + contain a particular function, and to call a function in that module only if it is + available in the version that was imported. A static call would cause a static error if + the function is not available, whereas getting the function using + fn:function-lookup allows the caller to take fallback action in this + situation.

+

If the function that is retrieved by fn:function-lookup is context-dependent, that is, if it has + dependencies on the static or dynamic context of its caller, the context that applies is + the static and/or dynamic context of the call to the fn:function-lookup + function itself. The context thus effectively forms part of the closure of the returned + function. This mainly applies when the target of + fn:function-lookup is a built-in function, because user-defined + functions typically have no dependency on the static or dynamic context of the function call + (an exception arises when the expressions used to define default values for parameters + are context-dependent). The rule + applies recursively, since fn:function-lookup is itself a context-dependent + built-in function.

+

However, the static and dynamic context of the call to fn:function-lookup + may play a role even when the selected function definition is not itself context dependent, + if the expressions used to establish default parameter values are context dependent.

+

User-defined XSLT or XQuery functions should be accessible to fn:function-lookup + only if they are statically visible at the location where the call to fn:function-lookup + appears. This means that private functions, if they are not statically visible in the containing + module, should not be accessible using fn:function-lookup.

+

The function identity is determined in the same way as for + a named function reference. Specifically, if there is no context dependency, two calls + on fn:function-lookup with the same name and arity must return the same function.

+

These specifications do not define any circumstances in which the dynamic context will + contain functions that are not present in the static context, but neither do they rule + this out. For example an API may provide the ability to add functions + to the dynamic context, and such functions may potentially be context-dependent.

+ +

The mere fact that a function exists and has a name does not of itself mean that the + function is present in the dynamic context. For example, functions obtained through + use of the fn:load-xquery-module function are not added to the dynamic context.

+ + +
+ + + + function-lookup( #fn:substring, 2 )( 'abcd', 2 ) + 'bcd' + + + +

The expression (fn:function-lookup( #xs:dateTimeStamp, 1 ), + xs:dateTime#1)[1] ('2011-11-11T11:11:11Z') returns an + xs:dateTime value set to the specified date, time, and timezone; if + the implementation supports XSD 1.1 then the result will be an instance of the + derived type xs:dateTimeStamp. The query is written to ensure that no + failure occurs when the implementation does not recognize the type + xs:dateTimeStamp.

+
+ +

The expression + let $f := function-lookup( #zip:binary-entry, 2 ) +return if (exists($f)) then $f($source, $entry) else () +returns the result of + calling zip:binary-entry($source, $entry) if the function is available, or + an empty sequence otherwise.

+
+
+
+ + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns the name of the function identified by a function item.

+
+ +

If $function refers to a named function, fn:function-name($func) + returns the name of that function.

+

Otherwise ($function refers to an anonymous function), + fn:function-name($function) returns an empty sequence.

+

The prefix part of the returned QName is implementation-dependent.

+
+ + + + function-name(substring#2) + QName("http://www.w3.org/2005/xpath-functions", "fn:substring") + The namespace prefix of the returned QName is not predictable. + + + function-name(fn($node) { count($node/*) }) + () + + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns the arity of the function identified by a function item.

+
+ +

The fn:function-arity function returns the arity (number of arguments) of + the function identified by $function.

+
+ + + + function-arity(substring#2) + 2 + + + + + function-arity(fn($node) { name($node) }) + 1 + + + + + let $initial := substring(?, 1, 1) +return function-arity($initial) + 1 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a string representing the identity of a function item.

+
+ +

The fn:function-identity function returns a string that represents + the identity of $function.

+

The returned string has the property that fn:function-identity($f1) + and fn:function-identity($f2) are codepoint-equal if and only if $f1 + and $f2 have the same function identity. Apart from this property, the + result is .

+ +

In the case of maps and arrays, the result follows the following rule: + If $X and $Y are both maps or arrays then fn:function-identity($X) + must not be codepoint-equal to fn:function-identity($Y) unless + $X and $Y are indistinguishable, that is unless every operator or function applied + to $X returns the same result as for $Y. Even in this case, however, the + result of the comparison fn:function-identity($X) eq fn:function-identity($Y) + is .

+
+ +

This function enables applications to test whether two expressions or variables + reference the same function item. This may be useful, for example, to allow caching + of function results to avoid repeated evaluation. The results of previous function + invocations might be held in a map whose key is the function identity.

+

The function identity, by definition, is generated upon the creation of a function item. + Specific expressions that create function items have their own rules for the identity + of the returned functions: for example, it is guaranteed that evaluation of a function + reference to a system function with no captured context (such as fn:abs#1) + will always return the same function item.

+

It is not meaningful to store or compare the result of calling fn:function-identity + across different execution scopes, because the string used + to represent the function identity will generally vary from one execution scope to another.

+

The result of an expression such as function-identity(abs#1) eq function-identity(abs(?)) + may be either true or false, because it is + whether abs#1 and abs(?) return the same function item.

+

Similarly, function-identity({ 1:() }) eq function-identity(map:entry(1, ())) + may be either true or false.

+ +
+ + + + function-identity(abs#1) eq function-identity(abs#1) + true() + + + function-identity(abs#1) eq function-identity(round#1) + false() + + + function-identity({ 1: 0 }) eq function-identity({ 1: 1 }) + false() + + + function-identity([ 0 ]) eq function-identity([ 1 ]) + false() + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the annotations of the function item.

+
+ +

The fn:function-annotations function returns the annotations of + $function as a sequence of + single-entry maps, each associating + the name of a function annotation with the value of the annotation. + Note that several annotations on a function can share the same name. The order + of the annotations is retained.

+

The result is a sequence of single-entry maps, + each being an instance of + map(xs:QName, xs:anyAtomicType*). + If a function (for example, a built-in function) has no annotations, + the result of the function is an empty sequence.

+

For each annotation, a map is returned, with a single entry. The + key of the map entry is the name of the annotation as an xs:QName. + The value of the entry is the value of the annotation as a sequence of atomic items. + If the annotation has no values, the associated value is an empty sequence.

+
+ +

In the common case where the annotation names are all unique, + the result of the function can readily be converted into single map by applying the function + map:merge.

+
+ + + + function-annotations(true#0) + () + + + + + +declare %private function local:inc($c) { $c + 1 }; +function-annotations(local:inc#1) + { QName("http://www.w3.org/2012/xquery", "private"), () } + + + + + +let $old := %local:deprecated('0.1', '0.2') fn() {} +let $ann := function-annotations($old) +return map:merge($ann) + + { + QName("http://www.w3.org/2005/xquery-local-functions", "deprecated"): + ("0.1", "0.2") +} + + + + + + + +

Changes the function to return a sequence of key-value pairs rather than a map.

+
+ +

Changes the function to return a sequence of key-value pairs rather than a map.

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Applies the function item $action to every item from the sequence $input + in turn, returning the concatenation of the resulting sequences in order.

+
+ +

The function calls $action($item, $pos) for each item in $input, + where $item is the item in question and $pos is its 1-based + ordinal position in $input. The final result is the sequence concatenation + of the result of these calls, preserving order. +

+
+ +dm:iterate-sequence($input, $action) + + + + + for-each(1 to 5, fn($a) { $a * $a }) + 1, 4, 9, 16, 25 + + + + + for-each( + ("john", "jane"), + string-to-codepoints#1 +) + 106, 111, 104, 110, 106, 97, 110, 101 + + + + + for-each(("23", "29"), xs:int#1) + 23, 29 + + + + + for-each( + ('one', 'two', 'three'), + fn($item, $pos) { $pos || '. ' || $item } +) + "1. one", "2. two", "3. three" + + + + + +

The $action callback function accepts an optional position argument.

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns those items from the sequence $input for which the supplied function + $predicate returns true.

+
+ +

The function returns a sequence containing those items from $input + for which $predicate($item, $pos) returns true, where $item + is the item in question, and $pos is its 1-based ordinal position within $input.

+ +
+ +for-each( + $input, + fn($item, $pos) { if ($predicate($item, $pos)) { $item } } +) + + +

As a consequence of the function signature and the function calling rules, a type error + occurs if the supplied $predicate function returns anything other than a single + xs:boolean item or an empty sequence; there is no conversion to an effective boolean + value, but an empty sequence is interpreted as false.

+
+ +

If $predicate is an arity-1 function, + the function call fn:filter($input, $predicate) has a very similar effect to the + expression $input[$predicate(.)]. There are some differences, however. In the case of + fn:filter, the function $F is required to return an optional boolean; + there is no special treatment for numeric predicate values, and no conversion to an + effective boolean value. Also, with a filter expression $input[$predicate(.)], + the focus within the predicate is different from that outside; this means that the use of a + context-sensitive function such as fn:lang#1 will give different results in + the two cases.

+
+ + + + filter(1 to 10, fn($a) { $a mod 2 = 0 }) + 2, 4, 6, 8, 10 + + + ')//a, fn { @id eq "2" })]]> + ]]> + The function returns () when there is no @id attribute; + this is treated as false. + + + + + filter((), lang("en", ?)) + () + + + + + let $sequence := (1, 1, 2, 3, 4, 4, 5) +return filter( + $sequence, + fn($item, $pos) { $item = $sequence[$pos - 1] } +) + 1, 4 + + + + + +

The $predicate callback function accepts an optional position argument.

+
+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Processes the supplied sequence from left to right, applying the supplied function + repeatedly to each item in turn, together with an accumulated result value.

+
+ +

If $input is empty, the function returns $init.

+

If $input contains at least one item, the function calls + $action($init, $input[1]), returning a value A1.

+

If $input contains a second item, the function then calls + $action(A1, $input[2]), returning A2; to process the nth + item it calls $action(A/n-1, $input[N]).

+

This continues in the same way until the end of the $input sequence; the final result is + the result of the last call on $action.

+ +
+ +declare function fold-left( + $input as item()*, + $init as item()*, + $action as function(item()*, item()) as item()* +) as item()* { + if (empty($input)) + then $init + else fold-left(tail($input), $action($init, head($input)), $action) +}; + + +

As a consequence of the function signature and the function calling rules, a type error + occurs if the supplied function $action cannot be applied to two arguments, where + the first argument is either the value of $init or the result of a previous + application of $action, and the second + is any single item from the sequence $input.

+
+ +

This operation is often referred to in the functional programming literature as + “folding” or “reducing” a sequence. It typically takes a function that operates on a pair of + values, and applies it repeatedly, with an accumulated result as the first argument, and + the next item in the sequence as the second argument. The accumulated result is + initially set to the value of the $init argument, which is conventionally a + value (such as zero in the case of addition, one in the case of multiplication, or a + zero-length string in the case of string concatenation) that causes the function to + return the value of the other argument unchanged.

+

Unlike other functions that apply a user-supplied callback function to successive + items in a sequence, this function does not supply the current position to the callback function + as an optional argument. If positional information is required, this can be achieved by + first forming the sequence $input ! { 'position': position(), 'item': . } + and then applying the fn:fold-left function to this sequence.

+ +
+ + + + fold-left( + 1 to 5, + 0, + fn($a, $b) { $a + $b } +) + 15 + This returns the sum of the items in the sequence + + + + + fold-left( + (2, 3, 5, 7), + 1, + fn($a, $b) { $a * $b } +) + 210 + This returns the product of the items in the sequence + + + + + fold-left( + (true(), false(), false()), + false(), + fn($a, $b) { $a or $b } +) + true() + This returns true if any item in the sequence has an effective boolean + value of true + + + + + fold-left( + (true(), false(), false()), + false(), + fn($a, $b) { $a and $b } +) + false() + This returns true only if every item in the sequence has an effective + boolean value of true + + + + + fold-left( + 1 to 5, + (), + fn($a, $b) { $b, $a } +) + 5, 4, 3, 2, 1 + This reverses the order of the items in a sequence + + + + + fold-left( + 1 to 5, + "", + concat(?, ".", ?) +) + ".1.2.3.4.5" + + + + + fold-left( + 1 to 5, + "$z", + concat("$f(", ?, ", ", ?, ")") +) + "$f($f($f($f($f($z, 1), 2), 3), 4), 5)" + + + + + fold-left( + 1 to 5, + {}, + fn($map, $n) { map:put($map, $n, $n * 2) } +) + { 1: 2, 2: 4, 3: 6, 4: 8, 5: 10 } + + + + +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + special-streaming-rules + + +

Processes the supplied sequence from right to left, applying the supplied function + repeatedly to each item in turn, together with an accumulated result value.

+
+ +

If $input is empty, the function returns $init.

+

Let I/n be the last item in $input, and let A/n be $init. + The function starts by calling $action(I/n, $init), producing + a result A/n-1.

+

If there is a previous item, I/n-1, + the function then calls $action(I/n-1, A/n-1), producing + the result A/n-2.

+

This continues in the same way until the start of the $input sequence is reached; the final result is + the value A/0.

+ +
+ +declare function fold-right( + $input as item()*, + $init as item()*, + $action as function(item(), item()*) as item()* +) as item()* { + if (empty($input)) + then $init + else $action(head($input), fold-right(tail($input), $init, $action)) +}; + + +

As a consequence of the function signature and the function calling rules, a type error + occurs if the supplied function $action cannot be applied to two arguments, where + the first argument is any item in the sequence $input, and the second is either + the value of $init or the result of a previous application of + $action.

+ +
+ +

This operation is often referred to in the functional programming literature as + “folding” or “reducing” a sequence. It takes a function that operates on a pair of + values, and applies it repeatedly, with the next item in the sequence as the first + argument, and the result of processing the remainder of the sequence as the second + argument. The accumulated result is initially set to the value of the $init + argument, which is conventionally a value (such as zero in the case of addition, one in + the case of multiplication, or a zero-length string in the case of string concatenation) + that causes the function to return the value of the other argument unchanged.

+

In cases where the function performs an associative operation on its two arguments (such + as addition or multiplication), fn:fold-right produces the same result as + fn:fold-left.

+ + +

Unlike other functions that apply a user-supplied callback function to successive + items in a sequence, this function does not supply the current position to the callback function + as an optional argument. If positional information is required, this can be achieved by + first forming the sequence $input ! { 'position': position(), 'item': . } + and then applying the fn:fold-right function to this sequence.

+
+ + + + fold-right( + 1 to 5, + 0, + fn($a, $b) { $a + $b } +) + 15 + This returns the sum of the items in the sequence + + + + + fold-right( + 1 to 5, + "", + concat(?, ".", ?) +) + "1.2.3.4.5." + + + + + fold-right( + 1 to 5, + "$z", + concat("$f(", ?, ", ", ?, ")") +) + "$f(1, $f(2, $f(3, $f(4, $f(5, $z)))))" + + + + +
+ + + + + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Processes a supplied value repeatedly, continuing while some condition remains true, + and returning the first value that does not satisfy the condition.

+
+ +

Informally, the function behaves as follows:

+ + +

$pos is initially set to 1.

+
+ +

$predicate($input, $pos) is evaluated. If the result is + false or (), the function returns the value of $input.

+
+ +

Otherwise, $action($input, $pos) is evaluated, the resulting value is + used as a new $input, and the process repeats from step 2 with + $pos incremented by 1.

+
+
+
+ +declare %private function while-do-helper( + $input as item()*, + $predicate as fn(item()*, xs:integer) as xs:boolean?, + $action as fn(item()*, xs:integer) as item()*, + $pos as xs:integer +) as item()* { + if ($predicate($input, $pos)) + then while-do-helper($action($input, $pos), $predicate, $action, $pos + 1) + else $input +}; + +declare function while-do( + $input as item()*, + $predicate as fn(item()*, xs:integer) as xs:boolean?, + $action as fn(item()*, xs:integer) as item()* +) as item()* { + while-do-helper($input, $predicate, $action, 1) +}; + + +

While-do loops are very common in procedural programming languages, and this function + provides a way to write functionally clean and interruptible iterations without + side-effects. As long as a given condition is met, an new value is computed and tested + again. Depending on the use case, the value can be a simple atomic item or an arbitrarily + complex data structure.

+

The function fn:do-until can be used to perform the action before the + first predicate test.

+

Note that, just as when writing recursive functions, it is easy to construct infinite + loops.

+
+ + + + + 256 + The loop is interrupted as soon as the computed product is greater + than 100. + + + + + + 3628800 + This returns the factorial of 10, i.e., the product of all integers from 1 to 10. + + + + + + 5 + This returns the first positive number missing in a sequence. + + + + + + 5, 6, 7, 8, 9 + The first number of a sequence is removed as long as it is smaller than 5. + + + + + = 0.0000000001 }, + fn($guess) { ($guess + $input div $guess) div 2 } +) => round(5) +]]> + 1984 + This computes the square root of a number. + + + +

The following example generates random doubles. It is interrupted once a number + exceeds a given limit:

+ +
+
+ +

New in 4.0

+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Processes a supplied value repeatedly, continuing when some condition is false, + and returning the value that satisfies the condition.

+
+ +

Informally, the function behaves as follows:

+ + +

$pos is initially set to 1.

+
+ +

$action($input, $pos) is evaluated, and the resulting value + is used as a new $input.

+
+ +

$predicate($input, $pos) is evaluated. If the result is + true, the function returns the value of $input. + Otherwise, the process repeats from step 2 with $pos incremented by + 1.

+

When the predicate returns an empty sequence, this is treated as false.

+
+
+
+ +declare %private function do-until-helper( + $input as item()*, + $action as fn(item()*, xs:integer) as item()*, + $predicate as fn(item()*, xs:integer) as xs:boolean?, + $pos as xs:integer +) as item()* { + let $result := $action($input, $pos) + return if ($predicate($result, $pos)) then ( + $result + ) else ( + do-until-helper($result, $action, $predicate, $pos + 1) + ) +}; + +declare function do-until( + $input as item()*, + $action as fn(item()*, xs:integer) as item()*, + $predicate as fn(item()*, xs:integer) as xs:boolean? +) as item()* { + do-until-helper($input, $action, $predicate, 1) +}; + + +

Do-until loops are very common in procedural programming languages, and this function + provides a way to write functionally clean and interruptible iterations without + side-effects. A new value is computed and tested until a given condition fails. Depending + on the use case, the value can be a simple atomic item or an arbitrarily complex data + structure.

+

The function fn:while-do can be used to perform the action after the + first predicate test.

+

Note that, just as when writing recursive functions, it is easy to construct infinite + loops.

+
+ + + + 50 } +) +]]> + 1, 4, 9, 16, 25, 36, 49, 64 + The loop is interrupted once the last value of the generated sequence + is greater than 50. + + + + + 10 } +) +]]> + 55, 34, 21, 13, 8, 5, 3, 2, 1, 1, 0 + The computation is continued as long as the average of the first + Fibonacci numbers is smaller than 10. + + + + +

New in 4.0

+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Applies the function item $action to successive pairs of items taken one from + $input1 and one from $input2, returning the concatenation of the + resulting sequences in order.

+
+ +

The function returns the value of the expression:

+ +
+ +

If one sequence is longer than the other, excess items in the longer sequence are ignored.

+
+ + + + for-each-pair( + ("a", "b", "c"), + ("x", "y", "z"), + concat#2 +) + "ax", "by", "cz" + + + + + + for-each-pair( + 1 to 5, + 1 to 5, + fn($a, $b) { 10 * $a + $b } +) + 11, 22, 33, 44, 55 + + + + + let $s := 1 to 8 +return for-each-pair($s, tail($s), fn($a, $b) { $a * $b }) + 2, 6, 12, 20, 30, 42, 56 + + + + + + "1: 3", "2: 8", "3: 3" + + + + + +

The $action callback function accepts an optional position argument.

+
+
+
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + + + +

Sorts a supplied sequence, based on the value of a sort key supplied as a function.

+
+ +

This function is retained for compatibility from version 3.1 of this specification. Version 4.0 + introduces two more powerful functions, fn:sort-by and fn:sort-with.

+ +

The function call fn:sort($input, $collation, $key) is defined to have the same effect as the + call fn:sort-by($input, { 'key': $key, 'collation': $collation, 'order': 'ascending'}). + See fn:sort-by.

+ +

The result of the function is a sequence that contains all the items from $input, + typically in a different order, the order being defined by the supplied sort key definitions.

+ + +
+ + fn:sort-by($input, { 'key':$key, 'collation':$collation, 'order':'ascending' }) + + +

If the set of computed sort keys contains values that are not comparable using the lt operator then the sort + operation will fail with a type error (). +

+
+ + + + sort((1, 4, 6, 5, 3)) + 1, 3, 4, 5, 6 + + + sort((1, -2, 5, 10, -10, 10, 8), (), abs#1) + 1, -2, 5, 8, 10, -10, 10 + + + +

To sort a set of strings $in using Swedish collation:

+ let $SWEDISH := collation({ 'lang': 'se' }) +return sort($in, $SWEDISH) +
+ +

To sort a sequence of employees by last name as the major sort key and first name as the minor sort key, + using the default collation: +

+ sort($employees, (), fn { name ! (last, first) }) +
+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + + +

Sorts a supplied sequence, based on the value of a number of sort keys supplied as functions.

+
+ +

The result of the function is a sequence that contains all the items from $input, + typically in a different order, the order being defined by the supplied sort key definitions.

+ +

A sort key definition is a record with three parts:

+ + +

key: A sort key function, which is applied to each item in the input sequence to + determine a sort key value. If no function is supplied, the default is fn:data#1, + which atomizes the item.

+

collation: A collation, which is used when comparing sort key values + that are of type xs:string or xs:untypedAtomic. If no collation is supplied, the default + collation from the static context is used.

+

When comparing values of types other than xs:string or xs:untypedAtomic, + the collation is ignored (but an error may be reported if it is + invalid). For more information see .

+ +
+

order: An order direction, either "ascending" or + "descending". The default is "ascending".

+
+ +

The number of sort key definitions is determined by the number of records supplied + in the $keys argument. If the argument is absent or empty, the default is + a single sort key definition using the function data#1, using the default collation + from the static context, and with order ascending.

+ + + + +

The result of the fn:sort-by function is obtained as follows:

+ + + +

The result sequence contains the same items as the input sequence $input, + but generally in a different order.

+
+ +

The sort key definitions are established as described above. + The sort key definitions are in major-to-minor order. That is, the position of two + items $A and $B in the result sequence is determined first by the + relative magnitude of their + primary sort key values, which are computed by evaluating the sort key function in the + first sort key definition. + If those two sort key values are equal, then the position is determined by the relative magnitude + of their secondary sort key values, computed by evaluating the + sort key function in the second sort key definition, and so on.

+
+ +

When a pair of corresponding sort key values of $A and $B are + found to be not equal, + then $A precedes $B in the result sequence + if both the following conditions are true, or if both conditions are false:

+ + +

The sort key value for $A is less than the sort key value for $B, + as defined below.

+
+ +

The order direction in the corresponding sort key definition + is "ascending".

+
+
+
+

If all the sort key values for $A and $B are pairwise equal, then + $A precedes $B in the result sequence if and only if + $A precedes $B in the input sequence.

+

That is, the sort is stable.

+
+ +

Each sort key value for a given item is obtained by applying the sort key + function of the corresponding sort key definition to that item. The result + of this function is in the general case a sequence of atomic items. + Two sort key values $a and $b are compared as follows:

+ +

Let $C be the collation in the corresponding + sort key definition.

+
+

Let $REL be the result of evaluating op:lexicographic-compare($key($A), $key($B), $C) + where op:lexicographic-compare($a, $b, $C) is defined as follows:

+ if (empty($a) and empty($b)) then 0 +else if (empty($a)) then -1 +else if (empty($b)) then +1 +else let $rel = op:simple-compare(head($a), head($b), $C) + return if ($rel eq 0) + then op:lexicographic-compare(tail($a), tail($b), $C) + else $rel
+

Here op:simple-compare($k1, $k2) is defined as follows:

+ if ($k1 instance of (xs:string | xs:anyURI | xs:untypedAtomic) + and $k2 instance of (xs:string | xs:anyURI | xs:untypedAtomic)) +then compare($k1, $k2, $C) +else if ($k1 instance of xs:numeric and $k2 instance of xs:numeric) +then compare($k1, $k2) +else if ($k1 eq $k2) then 0 +else if ($k2 lt $k2) then -1 +else +1 +

This raises an error if two keys are not comparable, for example + if one is a string and the other is a number, or if both belong to a non-ordered + type such as xs:QName.

+

If $REL is zero, then the two sort key values are deemed + equal; if $REL is -1 then $a is deemed less than + $b, and if $REL is +1 then $a is deemed greater than + $b

+
+
+
+
+ +

If the set of computed sort keys contains values that are not comparable using the lt operator then the sort + operation will fail with a type error (). +

+
+ +

The function is a generalization of the fn:sort function available in 3.1, + which is retained for compatibility. The enhancements allow multiple sort keys to be defined, each potentially with + a different collation, and allow sorting in descending order.

+

If the sort key for an item evaluates to an empty sequence, the effect of the rules is that this item + precedes any value for which the key is non-empty. This is equivalent to the effect of the XQuery option + empty least. The effect of the option empty greatest can be achieved by adding an + extra sort key definition with { 'key': fn { empty(K(.) } }: when comparing boolean sort keys, + false precedes true.

+
+ + + + sort-by((1, 4, 6, 5, 3), ()) + 1, 3, 4, 5, 6 + + + sort-by((1, 4, 4e0, 6, 5, 3), { 'order': 'descending' }) + 6, 5, 4, 4e0, 3, 1 + + + sort-by((1, -2, 5, 10, -10, 10, 8), { 'key': abs#1 }) + 1, -2, 5, 8, 10, -10, 10 + + + +

To sort a set of strings $in using Swedish collation:

+ let $SWEDISH := collation({ 'lang': 'se' }) +return sort-by($in, { 'collation': $SWEDISH }) +
+ +

To sort a sequence of employees by last name as the major sort key and first name as the minor sort key, + using the default collation: +

+ sort-by($employees, { 'key': fn { name ! (last, first) } }) +
+ +

To sort a sequence of employees first by increasing last name (using Swedish collation order) + and then by decreasing salary: +

+ sort-by( + $employees, + ({ 'key': fn { name/last }, 'collation': collation({ 'lang': 'se' }) }, + { 'key': fn { xs:decimal(salary) }, 'order': 'descending' })) +
+
+ +

New in 4.0.

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Sorts a supplied sequence, according to the order induced by the supplied comparator + functions.

+
+ +

Informally, the items of the supplied $input are compared against each other, + using the supplied $comparators. The result is a sorted sequence.

+

Each comparator function takes two items and returns an xs:integer that + defines the relationship between these items, in accordance with the + fn:compare function:

+ +

The comparators are evaluated one after the other, either completely or + until the result is an integer other than 0.

+

If the last integer returned is negative or 0, the first item is + returned before the second.

+

Otherwise, the second item is returned first.

+
+

Users are responsible for supplying transitive comparators; otherwise, the result + might not be correctly sorted. An example for a non-transitive and thus unsuitable + comparator is fn($a, $b) { if ($a mod 2 = 1) then 1 else -1 }, + as it considers odd numbers to be greater than even numbers.

+

Sorting is stable, which means that the relative order of the input items + is maintained.

+

More formally, assuming that the comparators raise no errors and are transitive, + the effect of the function is equivalent to the following implementation in XQuery:

+ +
+ +

An implementation is free to choose any sorting algorithm as long as the result + returned is stable and matches the result of the implementation in XQuery.

+
+ + + + sort-with((1, 4, 6, 5, 3), compare#2) + 1, 3, 4, 5, 6 + + + sort-with((1, 4, 6, 5, 3), op('-')) + 1, 3, 4, 5, 6 + + + sort-with((1, 4, 4e0, 6, 5, 3), fn($a, $b) { compare($b, $a) }) + 6, 5, 4, 4e0, 3, 1 + + + sort-with( + (1, -2, 5, 10, -12, 8), + fn($a, $b) { abs($a) - abs($b) } +) + 1, -2, 5, 8, 10, -12 + + + + + + + +return sort-with($persons/person, ( + fn($a, $b) { compare($a/@age, $b/@age) }, + fn($a, $b) { compare($a/@name, $b/@name) } +)) +]]> + + +]]> + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns all the GNodes reachable from a given start GNode by applying a supplied function repeatedly.

+
+ + +

The function works with both XNodes and JNodes.

+ +

The value of $node is a node from which navigation starts. If $node is an + empty sequence, the function returns an empty sequence. +

+

The value of $step is a function that takes a single GNode as input, and returns a set of GNodes as its result.

+

The result of the fn:transitive-closure function is the set of GNodes that are reachable from + $node by applying the $step function one or more times.

+ +

Although $step may return any sequence of GNodes, the result is treated as a set: the order of GNodes + in the sequence is ignored, and duplicates are ignored. The result of of the + transitive-closure function will always be a sequence of GNodes in document order with no duplicates.

+
+ +declare %private function tc-inclusive( + $nodes as gnode()*, + $step as fn(gnode()) as gnode()* +) as gnode()* { + let $nextStep := $nodes/$step(.) + let $newNodes := $nextStep except $nodes + return if (exists($newNodes)) + then $nodes union tc-inclusive($newNodes, $step) + else $nodes +}; + +declare function transitive-closure ( + $node as gnode(), + $step as fn(gnode()) as gnode()* +) as gnode()* { + tc-inclusive($node/$step(.), $step) +}; + +(: Explanation: + + The private helper function tc-inclusive takes a set of GNodes as input, + and calls the $step function on each one of those GNodes; if the result + includes GNodes that are not already present in the input, then it makes + a recursive call to find GNodes reachable from these new GNodes, and returns + the union of the supplied GNodes and the GNodes returned from the recursive + call (which will always include the new GNodes selected in the first step). + + If there are no new GNodes, the recursion ends, returning the GNodes that + have been found up to this point. + + The main function fn:transitive-closure finds the nodes that are reachable + from the start GNodes in a single step, and then invokes the helper function + tc-inclusive to add GNodes that are reachable in multiple steps. +:) + + +

Cycles in the data are not a problem; + the function stops searching when it finds no new GNodes.

+

The function may fail to terminate if the supplied $step function constructs and returns + new GNodes. A processor may detect this condition but is not required to do so.

+

The $node GNodes is not included in the result, unless it is reachable by applying + the $step function one or more times. If a result is required that does include $node, + it can be readily added to the result using the union operator: + $node | transitive-closure($node, $step).

+
+ + + + + + + + + + + + }]]> + + + + + + transitive-closure( + $data//person[@id = "2"], + $direct-reports +)/string(@id) + "3", "4", "6", "7", "8" + + + transitive-closure( + $data, + function { child::* } +)/@id ! string() + "0", "1", "2", "3", "4", "5", "6", "7", "8" + + + +

The following example, given $root as the root of an XSLT stylesheet module, returns the URIs + of all stylesheet modules reachable using xsl:import and xsl:include declarations:

+ transitive-closure($root, fn { document(//(xsl:import|xsl:include)/@href) }) +=!> document-uri() +

This example uses the XSLT-defined document() function.

+
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Makes a dynamic call on a function with an argument list supplied in the form of an array.

+
+ +

The result of the function is obtained by invoking the supplied function $function with arguments + taken from the members of the supplied array $arguments. The first argument of the function call is the first + member of $arguments, the second argument is the second member of $arguments, and so on.

+

The arity of the supplied function $function must be less than or equal to the size + of the array $arguments.

+

The effect of calling fn:apply($f, [$a, $b, $c, ...]) is the same as the effect of the dynamic function call + $f($a, $b, $c, ....). For example, the coercion rules are applied to the supplied arguments + in the usual way. Among other things this means that excess arguments are ignored.

+
+ +

A dynamic error is raised if the arity of the function $function is greater than the size of the + array $arguments (). +

+
+ +

The function is useful where the arity of a function item is not known statically.

+
+ + + + apply(concat#3, [ "a", "b", "c" ]) + "abc" + + + +

The expression apply($f, array:subarray([ "a", "b", "c", "d", "e", "f" ], 1, function-arity($f))) + calls the supplied function $f supplying the number of arguments required by its arity.

+
+
+ + +

As a result of changes to the coercion rules, the number of supplied + arguments can be greater than the number required: extra arguments are ignored.

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Performs partial application of a function item by binding values to selected arguments.

+
+ +

The result is a function obtained by binding values to selected arguments of + the function item $function. The arguments to be bound are represented + by entries in the $arguments map: an entry with key $i + and value $v causes the argument at position $i (1-based) + to be bound to $v. +

+

Any entries in $arguments whose keys are greater than the arity of + $function are ignored.

+ +

If $arguments is an empty map then the function returns $function + unchanged.

+ +

For example, the effect of calling fn:partial-apply($f, { 2: $x }) + is the same as the effect of the partial + appplication $f(?, $x, ?, ?, ....). + The coercion rules are applied to the supplied arguments + in the usual way.

+ +

Unlike a partial application using place-holder arguments:

+ + +

The arity of $function need not be statically known.

+

It is possible to bind all the arguments of $function: the effect + is to return a zero-arity function. +

+
+ +

The result is a partially applied function having + the following properties (which are defined in ): +

+ + +

name: absent. +

+
+

identity: A new function + identity distinct from the identity of any other function item.

+

See also .

+
+ +

arity: The arity of $function minus the + number of parameters in $function that map to supplied + arguments in $arguments.

+
+ +

+ parameter names: + The names of the parameters of $function + that do not map to supplied + arguments in $arguments. +

+ +
+ + +

+ signature: The parameters in the returned function + are the parameters of $function + that do not map to supplied + arguments in $arguments, + retaining order. The result type of the returned function + is the same as the result type of $function.

+ +

An implementation that can determine a more specific signature (for example, + through use of type analysis) is permitted to do so. +

+
+ + +

body: The body of $function.

+
+ + +

+ captured context: The + static and dynamic context of $function, augmented, + for each supplied argument, with + a binding of the converted argument value + to the corresponding parameter name. +

+
+
+
+ +

A type error is raised if any of the supplied arguments, + after applying the coercion rules, does not match the required type of the corresponding function + parameter.

+

In addition, a dynamic error may be raised if any of the supplied arguments does not match + other constraints on the value of that argument (for example, if the value supplied + for a parameter expecting a regular expression is not a valid regular expression); + or if the processor is able to establish that evaluation of the resulting function + will fail for any other reason (for example, if an error is raised while evaluating + a subexpression in the function body that depends only on explicitly supplied + and defaulted parameters).

+
+ +

See also .

+

The function is useful where the arity of a function item is not known statically, + or where all arguments in a function are to be bound, returning a zero-arity function.

+
+ + + + +let $f := partial-apply(dateTime#2, {2: xs:time('00:00:00') }) +return $f(xs:date('2025-03-01')) + xs:dateTime('2025-03-01T00:00:00') + + + + + +

New in 4.0

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns a function whose effect is to apply a supplied binary operator to two arguments.

+
+ +

The supplied operator must be one of:

+

",", "and", "or", "+", + "-", "*", "div", "idiv", + "mod", "=", "<", "<=", + ">", ">=", "!=", "eq", + "lt", "le", "gt", "ge", + "ne", "<<", ">>", + "precedes", "follows", + "is", "is-not", "||", "|", "union", + "except", "intersect", "to", + "otherwise".

+

The result of calling fn:op("⊙"), where is one of the above operators, is + the function represented by the XPath expression:

+

fn($x, $y) { $x ⊙ $y }

+

For example, op("+") returns fn($x, $y) { $x + $y }.

+
+ +

A type error is raised if the + supplied argument is not one of the supported operators. +

+
+ +

The function is useful in contexts where an arity-2 callback function needs to be supplied, and + a standard operator meets the requirement.

+

For example, the XSLT xsl:map instruction + has an on-duplicates attribute that expects such a function. Specifying + on-duplicates="op(',')" is equivalent to specifying + on-duplicates="fn($x, $y) { $x, $y }

+

The function is also useful in cases where the choice of operator to apply is + made dynamically.

+

Some operators (such as and, or, and otherwise) + have custom error handling semantics, with the effect that evaluating one of the operands cannot + cause an error unless the other operand has a particular value + (see ). Although implementations are free + to make optimizations, it should be assumed that a function call such as op('and')(X, Y) + will have the normal semantics of a dynamic function call, where the arguments are evaluated in any order, + and a failure evaluating any argument may cause the function call as a whole to fail.

+
+ + + + for-each-pair(21 to 25, 1 to 5, op("+")) + 22, 24, 26, 28, 30 + + + + + for-each-pair(21 to 25, 1 to 5, op("-")) + 20, 20, 20, 20, 20 + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a record containing information about the type annotation of an atomic value.

+
+ +

Given an atomic value, the function returns a schema-type-record + containing information about the atomic type represented by its .

+
+ +

The result will always have ?is-simple = true() and ?variety = "atomic". In a non-schema-aware + environment the type will always be a built-in atomic type in the xs namespace: see + . Where a schema is in use, however, the result may be an atomic type defined + in the schema, which may be an anonymous type.

+ +

Note that under the function coercion rules, it is possible to supply a node as the argument, which + will then be atomized. In simple cases the type annotation on the atomized value will be the same as + the type annotation on the node. But this is not always true: for example the type annotation on + the node might be a complex type with simple content, while the type annotation on its atomized + value is the corresponding simple content type. To get the type annotation on the node, use the function + fn:node-type-annotation.

+ +

This function should not be used as a substitute for an instance of test. The precise type annotation + of the result of an expression is not always predictable, because processors are free to deliver a more specific type + than is mandated by the specification. For example, if $n is of type xs:positiveInteger, + then the result of abs($n) is guaranteed to be an instance of xs:integer, but an + implementation might reasonably return the supplied value unchanged: that is, a value whose actual type + annotation is xs:positiveInteger. Similarly the type annotation of the value returned by + position() might be xs:long rather than xs:integer.

+ +

Implementations should, however, refrain from exposing types that are purely internal. + For example, an implementation might have an optimized internal representation for strings consisting entirely + of ASCII characters, or for single-character strings; if this is the case then the type annotation returned by this function + should be a user-visible supertype such as xs:string.

+
+ + + + atomic-type-annotation(23) ? name + #xs:integer + + + + + let $x := 23, $y := 93.7 +return atomic-type-annotation($x) ? matches($y) + false() + + + + + atomic-type-annotation(xs:numeric('23.2')) ? name + #xs:double + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns a record containing information about the type annotation of an element or attribute node.

+
+ +

Given an element or attribute node, the function returns a schema-type-record + containing information about the schema type represented by its .

+ +
+ +

For an element that has not been schema-validated, the type annotation is always xs:untyped.

+

For an attribute that has not been schema-validated, the type annotation is always xs:untypedAtomic.

+

The type annotation of an attribute node is always a simple type; the type annotation of an element node may + be simple or complex.

+
+ + + + ")/* +return node-type-annotation($e) ? name]]> + #xs:untyped + + + + + ")//@a +return node-type-annotation($a) ? name]]> + #xs:untypedAtomic + + + + + + #fn:arrayType + + + + + + #fn:numberType, +#fn:finiteNumberType, +#xs:double + + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-dependent + focus-independent + + + +

Returns a record containing information about a named schema type in the static context.

+
+ +

If the static context (specifically, the in-scope schema types) + includes a schema type whose name matches $name, + the function returns a schema-type-record + containing information about that schema type. If not, it returns an empty sequence.

+
+ + + + schema-type( #xs:integer ) ? name + #xs:integer + + + + + schema-type( #xs:long ) ? primitive-type() ? name + #xs:decimal + + + + + schema-type( #xs:positiveInteger ) ? base-type() ? name + #xs:nonNegativeInteger + + + + + schema-type( #xs:integer ) ? matches(23) + true() + + + + + schema-type( #xs:numeric ) ? variety + "union" + + + + + schema-type( #xs:numeric ) ? members() ? name + #xs:double, #xs:float, #xs:decimal + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Determines whether two atomic items are equal, under the rules used for comparing keys in a map.

+
+ +

The function fn:atomic-equal is used to compare two atomic items for equality. This function + has the following properties (which do not all apply to the eq operator):

+ +

Any two atomic items can be compared, regardless of their type.

+

No dynamic error is ever raised (the result is either true or false).

+

The result of the comparison never depends on the static or dynamic context.

+

Every value (including NaN) is equal to itself.

+

The comparison is symmetric: if A equals B, then B equals A.

+

The comparison is transitive: if A equals B and B equals C, + then A equals C.

+
+ +

The function returns true if and only if one of the following conditions is true:

+ + + +

All of the following conditions are true:

+ + +

$value1 is an instance of xs:string, xs:anyURI, or xs:untypedAtomic

+
+ +

$value2 is an instance of xs:string, xs:anyURI, or xs:untypedAtomic

+
+ +

+ fn:codepoint-equal($value1, $value2) +

+
+
+ +

Strings are compared without any dependency on collations.

+
+
+ +

All of the following conditions are true:

+ + +

$value1 is an instance of xs:decimal, xs:double, or xs:float

+
+ +

$value2 is an instance of xs:decimal, xs:double, or xs:float

+
+ +

One of the following conditions is true:

+ + +

Both $value1 and $value2 are NaN

+ +

xs:double('NaN') is the same key as xs:float('NaN')

+
+
+ +

Both $value1 and $value2 are positive infinity

+ +

xs:double('INF') is the same key as xs:float('INF')

+
+
+ +

Both $value1 and $value2 are negative infinity

+ +

xs:double('-INF') is the same key as xs:float('-INF')

+
+
+ +

$value1 and $value2 when converted to decimal numbers with no rounding or loss of precision + are mathematically equal.

+ +

Every instance of xs:double, xs:float, and xs:decimal can be represented + exactly as a decimal number provided enough digits are available both before and after the decimal point. Unlike the eq + relation, which converts both operands to xs:double values, possibly losing precision in the process, this + comparison is transitive.

+
+ +

Positive and negative zero compare equal.

+
+
+
+
+
+ +
+ + +

All of the following conditions are true:

+ + +

One of the following conditions is true:

+ +

$value1 and $value2 are both instances of xs:date.

+

$value1 and $value2 are both instances of xs:time.

+

$value1 and $value2 are both instances of xs:dateTime.

+

$value1 and $value2 are both instances of xs:gYear.

+

$value1 and $value2 are both instances of xs:gYearMonth.

+

$value1 and $value2 are both instances of xs:gMonth.

+

$value1 and $value2 are both instances of xs:gMonthDay.

+

$value1 and $value2 are both instances of xs:gDay.

+
+
+ +

One of the following conditions is true:

+ + +

Both $value1 and $value2 have a timezone

+
+ +

Neither $value1 nor $value2 has a timezone

+
+
+
+ +

+ $value1 eq $value2 +

+
+ +
+

Values having a timezone are never equal to values without one. The implicit timezone is not used.

+ +
+ + +

All of the following conditions are true:

+ + +

$value1 is an instance of xs:hexBinary or xs:base64Binary

+
+ +

$value2 is an instance of xs:hexBinary or xs:base64Binary

+
+ +

op:binary-equal($value1, $value2)

+
+
+
+ +

All of the following conditions are true:

+ + +

One of the following conditions is true:

+ +

$value1 and $value2 are both instances of xs:boolean.

+

$value1 and $value2 are both instances of xs:QName.

+

$value1 and $value2 are both instances of xs:NOTATION.

+

$value1 and $value2 are both instances of xs:duration.

+
+
+ + +

+ $value1 eq $value2 +

+
+
+
+ +
+ +
+ + +

The internal function op:same-key was introduced in an earlier version of this specification + for comparing keys within a map. + In this version of the specification, the functionality is unchanged, but the function is exposed so that it + is available directly to applications.

+ +

The function is used to assess whether two atomic + items are considered to be duplicates when used as keys in a map. A map cannot + contain two separate entries whose keys are the same as defined by this function. + The function is also used when matching keys in functions such as map:get + and map:remove.

+ +

The rules for comparing keys in a map are chosen to ensure that the comparison is:

+ + +

Context-free: there is no dependency on the static or dynamic context

+
+ +

Error-free: any two atomic items can be compared, and the result is either true or false, never an error

+
+ +

Transitive: if A is the same key as B, and B is the same key as C, + then A is the same key as C.

+
+
+

Two atomic items may be distinguishable even though they are equal under this comparison. For example: they may have + different type annotations; dates and times may have different timezones; xs:QName values may have different + prefixes.

+

Unlike the eq operator and the fn:deep-equal function, xs:hexBinary and + xs:base64Binary values are considered distinct. This decision was made in order to preserve backwards + compatibility: if the values were treated as interchangeable, it would become impossible to construct certain maps that + could be validly constructed using earlier versions of the specification, and it would be difficult to make maps fully + interoperable between processors supporting different language versions, for example when calling fn:transform.

+

As always, any algorithm that delivers the right result is acceptable. For example, when testing whether an xs:double + value D is the same key as an xs:decimal value that has N significant digits, it is not + necessary to know all the digits in the decimal expansion of D to establish the result: computing the first N+1 + significant digits (or indeed, simply knowing that there are more than N significant digits) is sufficient.

+
+ + + + atomic-equal(3, 3) + true() + + + atomic-equal(3, 3e0) + true() + + + atomic-equal(3.1, 3.1e0) + false() + + + atomic-equal(xs:double('NaN'), xs:float('NaN')) + true() + + + atomic-equal("a", "a") + true() + + + atomic-equal("a", "A") + false() + + + atomic-equal("a", xs:untypedAtomic("a")) + true() + + + atomic-equal( + "https://www.w3.org/", + xs:anyURI("https://www.w3.org/") +) + true() + + + atomic-equal(12, "12") + false() + + + + +

New in 4.0. The function replaces the internal op:same-key + function in 3.1

+ +

Atomic items of types xs:hexBinary + and xs:base64Binary are now mutually comparable. In rare cases, where an + application uses both types and assumes they are distinct, this can represent a backwards + incompatibility.

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a map that combines the entries from a number of existing maps.

+
+ +

The function map:merge + returns a map that is formed by combining the contents of the maps supplied in the $maps + argument.

+ + +

Informally, the supplied maps are combined as follows:

+ + + +

There is one entry in the returned map for each distinct key present in the union + of the input maps, where two keys are distinct if they are not the same key. The order of the input maps, + and of the entries within these input maps, is retained in the + of the result map.

+
+ +

If there are duplicate keys, that is, if two or more maps contain entries having the + same key, then the relevant entries are combined in a way + that is controlled by the supplied $options.

+ + +

The $options argument takes the same values (with the same meanings) + as the map:build function, except that the default is different: + for map:merge, the default for duplicate keys is use-first.

+ +

The difference is for backwards compatibility reasons.

+ +

With the default options, when duplicate entries occur:

+ + +

There will be a single entry in the result + corresponding to a set of duplicate entries in the input. +

+

The value of that entry will be taken from the first + of the duplicates.

+

The position of that entry in the of the result map will correspond to the + position of the first of the duplicates.

+

The key of the combined entry + will correspond to the key of one of the duplicates: it is + which one is chosen. (Keys may be + duplicates even though they differ: for example, they may have + different type annotations, or they may be xs:dateTime + values in different timezones.)

+
+ +
+ +
+ +
+ + + + + +

An error is raised if the value of + $options indicates that duplicates are to be rejected, and a duplicate key is encountered.

+

An error is raised if the value of + $options includes an entry whose key is defined + in this specification, and whose value is not a permitted value for that key.

+ +
+ + + + +

If the input is an empty sequence, the result is an empty map.

+

If the input is a sequence of length one, the result map is + indistinguishable from the input map.

+

There is no requirement that + the supplied input maps should have the same or compatible + types. The type of a map (for example map(xs:integer, xs:string)) is + descriptive of the entries it currently contains, but is not a constraint on how the map + may be combined with other maps.

+

The XSLT 3.0 recommendation included a specification of this function that incorrectly used + the option value { 'duplicates': 'unspecified' } in place of + { 'duplicates': 'use-any' }. XSLT implementations wishing to + preserve backwards compatibility may choose to retain support + for this setting.

+
+ + + + + map:merge(()) + {} + Returns an empty map + + + map:merge(( + map:entry(0, "no"), + map:entry(1, "yes") +)) + { 0: "no", 1: "yes" } + Returns a map with two entries + + + map:merge(({ "red": 0 }, { "green": 1}, { "blue": 2 })) +=> map:keys() + "red", "green", "blue" + Note the order of the result. + + + map:merge( + ($week, { 7: "Unbekannt" }) +) + { 0: "Sonntag", 1: "Montag", 2: "Dienstag", 3: "Mittwoch", + 4: "Donnerstag", 5: "Freitag", 6: "Samstag", 7: "Unbekannt" } + The value of the existing map is unchanged; the returned map + contains all the entries from $week, supplemented with an additional + entry. + + + map:merge( + ($week, { 6: "Sonnabend" }), + { "duplicates": "use-last" } +) + { 0: "Sonntag", 1: "Montag", 2: "Dienstag", 3: "Mittwoch", + 4: "Donnerstag", 5: "Freitag", 6: "Sonnabend" } + The value of the existing map is unchanged; the returned map + contains all the entries from $week, with one entry replaced by a + new entry. Both input maps contain an entry with the key 6; the + one used in the result is the one that comes last in the input + sequence. + + + map:merge( + ($week, { 6: "Sonnabend" }), + { "duplicates": "use-first" } +) + { 0: "Sonntag", 1: "Montag", 2: "Dienstag", 3: "Mittwoch", + 4: "Donnerstag", 5: "Freitag", 6: "Samstag" } + The value of the existing map is unchanged; the returned map + contains all the entries from $week, with one entry replaced by a + new entry. Both input maps contain an entry with the key 6; the + one used in the result is the one that comes first in the input + sequence. + + + map:merge( + ($week, { 6: "Sonnabend" }), + { "duplicates": "combine" } +) + { 0: "Sonntag", 1: "Montag", 2: "Dienstag", 3: "Mittwoch", + 4: "Donnerstag", 5: "Freitag", 6: ("Samstag", "Sonnabend") } + The value of the existing map is unchanged; the returned map + contains all the entries from $week, with one entry replaced by a + new entry. Both input maps contain an entry with the key 6; the + entry that appears in the result is the sequence concatenation of the entries + in the input maps, retaining order. + + + map:merge( + ({ "oxygen": 0.22, "hydrogen": 0.68, "nitrogen": 0.1 }, + { "oxygen": 0.24, "hydrogen": 0.70, "nitrogen": 0.06 }), + { "duplicates": fn($a, $b) { max(($a, $b)) } }) + + { "oxygen": 0.24, "hydrogen": 0.70, "nitrogen": 0.1 } + The result map holds, for each distinct key, the maximum of the values + for that key in the input. + + + + + + + +

For consistency with the new function map:build, the handling of duplicates + may now be controlled by supplying a user-defined callback function as an alternative + to the fixed values for the earlier duplicates option.

+
+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a sequence containing all the keys present in a map.

+
+ +

Informally, the function map:keys takes any + map as its $map argument and returns + the keys that are present in the map as a sequence of atomic items, + in entry order.

+ +
+ +map:for-each($map, fn($key, $value) { $key }) + + +

The number of items in the result will be the same as the number of entries in the map, + and the result sequence will contain no duplicate values.

+
+ + + + map:keys({ 1: "yes", 0: "no" }) + (1, 0) + + + ({ "red": 0}, { "blue": 1}, { "green": 2 }) +=> map:merge() +=> map:keys() + ("red", "blue", "green") + + + +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a sequence containing selected keys present in a map.

+
+ +

Informally, the function map:keys takes any + map as its $map argument. The + $predicate function takes the key and the value of the corresponding + map entry as an argument, and the result is a sequence containing the keys of those + entries for which the predicate function returns true, in + entry order.

+ +

A return value of () from the predicate function is + treated as false.

+ + +
+ +map:for-each($map, fn($key, $value) { + if ($predicate($key, $value)) { $key } +}) + + + + + +let $numbers := { + 0: "zero", + 1: "one", + 2: "two", + 3: "three" +} +return map:keys-where( + $numbers, + fn($key, $value) { $value = ("two", "three") } +) + + (2, 3) + + + + + +let $square := map:merge( + (1 to 5) ! map:entry(., . * .) +) +return map:keys-where( + $square, + fn($key, $value) { $value > 5 and $value < 20 } +) + + (3, 4) + + + + + +let $birthdays := { + "Agnieszka": xs:date("1980-12-31"), + "Jabulile": xs:date("2001-05-05"), + "Joel": xs:date("1969-11-10"), + "Midori": xs:date("2012-01-08") +} +return map:keys-where($birthdays, fn($name, $date) { + starts-with($name, "J") and year-from-date($date) = 1969 +}) + + "Joel" + + + + +

New in 4.0

+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a sequence containing all the values present in a map, in order.

+
+ +

The function map:items takes any map + as its $map argument and returns the values that are present in the map as + a sequence, in entry order.

+ +

The effect of the function is equivalent to $map?*.

+
+ +map:for-each($map, fn($key, $value) { $value }) + + + + + map:items({ 1: "yes", 2: "no" }) + ("yes", "no") + + + map:items({ + 1: ("red", "green"), + 2: ("blue", "yellow"), + 3: () +}) + ("red", "green", "blue", "yellow") + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a sequence containing all the key-value pairs present in a map, each represented + as a .

+
+ +

The function map:entries takes any map + as its $map argument and returns the key-value pairs that are present in the map as + a sequence of single-entry maps, in + entry order.

+ + + +
+ +map:for-each($map, map:entry#2) + + + + + map:entries( + { 1: "yes", 0: "no" } +) + ({ 1: "yes" }, { 0: "no" }) + + + + +

New in 4.0

+
+
+ + + + + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Tests whether a supplied map contains an entry for a given key.

+
+ +

The function map:contains returns true if the map supplied as $map contains an entry with the same key as $key; otherwise it returns false.

+
+ +some(map:keys($map), atomic-equal(?, $key)) + + + + + + map:contains($week, 2) + true() + + + map:contains($week, 9) + false() + + + map:contains({}, "xyz") + false() + + + map:contains({ "xyz": 23 }, "xyz") + true() + + + map:contains({ "abc": 23, "xyz": () }, "xyz") + true() + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if the supplied map contains no entries.

+
+ +

The function returns true if and only if $map contains no + entries, that is, if map:size($map) eq 0.

+
+ +map:size($map) eq 0 + + + + + map:empty({}) + true() + + + map:empty({ 1: () }) + false() + + + + +

New in 4.0

+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the value associated with a supplied key in a given map.

+
+ +

The function map:get attempts to find an entry within the map supplied as $map that has + the same key as $key. If there is such an entry, it returns the associated value; + if not, it returns the supplied $default value, which defaults to the empty sequence.

+ +
+ +let $entry := dm:iterate-map($map, fn($k, $v) { + if (atomic-equal($k, $key)) { + map:entry($k, $v) + } +}) +return ( + if (exists($entry)) + then map:items($entry) + else $default +) + + +

A return value of () from map:get#2 could indicate that + the key is present in the map with an associated value of (), or it could + indicate that the key is not present in the map. The two cases can be distinguished by + either by calling map:contains to test whether an entry is present, or by using + a $default value to return a value known never to appear in the map.

+ + + +

Invoking the map as a function item has the same effect + as calling get with no $default + argument: that is, when $map is a map, the expression + $map($K) is equivalent to map:get($map, $K). Similarly, the + expression map:get(map:get(map:get($map, 'employee'), 'name'), 'first') can + be written as $map('employee')('name')('first').

+ +
+ + + + + map:get($week, 4) + "Donnerstag" + + + map:get($week, 9) + () + When the key is not present, the function returns an empty + sequence. + + + map:get(map:entry(7,()), 7) + () + An empty sequence as the result can also signify that the key is + present and the associated value is an empty sequence. + + + map:get($week, 7, "n/a") + "n/a" + The third argument supplies a default value. + + + + + +

A third argument is added, allowing user control of how absent keys should be handled.

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Searches the supplied input sequence and any contained maps and arrays for a map entry with the supplied key, + and returns the corresponding values.

+
+ +

The function map:find searches the sequence supplied as $input + looking for map entries whose key is the same key + as $key. The associated value in any such map entry (each being in general a sequence) + is returned as a member of the result array.

+ +

The search processes the $input sequence using the following recursively defined rules + (any equivalent algorithm may be used provided it delivers + the same result, respecting those rules that constrain the order of the result):

+ + + +

To process a sequence, process each of its items in order.

+
+ +

To process an item that is an array, process each of its members in order + (each member is, in general, a sequence).

+
+ +

To process an item that is a map, then for each key-value entry (K, V) + in the map (in entry order) + perform both of the following steps, in order:

+ + +

If K is the same key as $key, + then add V as a new member to the end of the result array.

+
+ +

Process V (which is, in general, a sequence).

+
+
+
+ +

To process an item that is neither a map nor an array, do nothing. (Such items are ignored).

+
+
+ +
+ + +

If $input is an empty sequence, map, or array, or if the requested $key is not found, + the result will be a zero-length array.

+ +
+ + + + + map:find($responses, 0) + [ 'no', 'non', 'nein' ] + + + map:find($responses, 1) + [ 'yes', 'oui', ('ja', 'doch') ] + + + map:find($responses, 2) + [] + + + + + + + map:find($inventory, "parts") + [ + [ { "name": "engine", "id": "YW678", "parts": [] } ], + [] +] + + + + +

Enhanced to allow for ordered maps.

+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a map containing all the contents of the supplied map, but with an additional entry, which replaces + any existing entry for the same key.

+
+ +

If $map contains an entry whose key is the same key as $key, the function returns + a map in which that entry is replaced (at the same relative position) + with a new entry whose value is $value. It is + whether the key in the new entry + takes its original value or is replaced by the supplied $key. + All other entries in the map are unchanged, and retain their relative order.

+ +

Otherwise, when $map contains no such entry, the function + returns a map containing all entries from the supplied $map + (retaining their relative position) followed by a new entry whose key + is $key and whose associated value is $value.

+ +
+ + + dm:map-put($map, $key, $value) + + + + + +

There is no requirement that the type of $key and $value be consistent with the types + of any existing keys and values in the supplied map.

+ +

It is possible to force the new entry to go at the end of the sequence by calling + map:remove before calling map:put.

+ +

It can happen that the supplied $key is the + as some existing key present in $map, but nevertheless + differs from the existing key in some way: + for example, it might have a different type annotation, or it might be an xs:dateTime + value in a different timezone. In this situation it is + whether the key that appears in the result map + is the supplied $key or the existing key.

+ +
+ + + + + + map:put($week, 6, "Sonnabend") + { 0: "Sonntag", 1: "Montag", 2: "Dienstag", 3: "Mittwoch", + 4: "Donnerstag", 5: "Freitag", 6: "Sonnabend" } + + + map:put($week, -1, "Unbekannt") + { 0: "Sonntag", 1: "Montag", 2: "Dienstag", 3: "Mittwoch", + 4: "Donnerstag", 5: "Freitag", 6: "Samstag", -1: "Unbekannt" } + + + parse-json('{ "red": 0, "green": 1, "blue": 2 }') +=> map:put("yellow", -1) +=> map:keys() + "red", "green", "blue", "yellow" + The new entry is added at the end of the list. + + + parse-json('{ "red": 0, "green": 1, "blue": 2 }') +=> map:put("red", -1) +=> map:keys() + "red", "green", "blue" + Changing the value for an existing key does not + change the order of the keys. + + + + + +

Enhanced to allow for ordered maps.

+
+ +

It is no longer guaranteed that the new key replaces the existing key.

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a that + represents a single key-value pair.

+
+ +

The function map:entry returns a map which contains a single + entry. The key of the entry in the new map is + $key, and its associated value is $value.

+ + + +
+ +map:put({}, $key, $value) + + + +

The function map:entry is intended primarily for use in conjunction with + the function map:merge. For example, a map containing seven entries may be + constructed like this:

+ + +

The map:merge function can be used to construct + a map with a variable number of entries, for example:

+ +
+ + + + map:entry("M", "Monday") + { "M": "Monday" } + + + +
+ + + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a map containing all the entries from a supplied map, except those having a specified key.

+
+ +

The function map:remove returns a map containing all the entries in $map except for any entry whose key is + the same key as an item in + $keys.

+

No failure occurs if an item in $keys does not correspond to any entry in $map; + that key value is simply ignored.

+

The relative position of retained entries in the result map + is the same as their relative position in $map.

+ +
+ +map:filter( + $map, + fn($k, $v) { not(some($keys, atomic-equal($k, ?))) } +) + + + + + + + map:remove($week, 4) + { 0: "Sonntag", 1: "Montag", 2: "Dienstag", 3: "Mittwoch", + 5: "Freitag", 6: "Samstag" } + + + map:remove($week, 23) + { 0: "Sonntag", 1: "Montag", 2: "Dienstag", 3: "Mittwoch", + 4: "Donnerstag", 5: "Freitag", 6: "Samstag" } + + + map:remove($week, (0, 6 to 7)) + { 1: "Montag", 2: "Dienstag", 3: "Mittwoch", 4: "Donnerstag", + 5: "Freitag" } + + + map:remove($week, ()) + { 0: "Sonntag", 1: "Montag", 2: "Dienstag", 3: "Mittwoch", + 4: "Donnerstag", 5: "Freitag", 6: "Samstag" } + + + + +

Enhanced to allow for ordered maps.

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + + +

Applies a supplied function to every entry in a map, returning the + sequence concatenation of the results.

+
+ +

The function map:for-each takes any map as its $map argument and applies the supplied function + to each entry in the map, in entry order; + the result is the + of the results of these function calls.

+ +

The function supplied as $action takes two arguments. It is called + supplying the key of the map entry as the first argument, and the associated value as + the second argument.

+
+ + + dm:iterate-map($map, $action) + + + + + + map:for-each( + { 1: "yes", 2: "no" }, + fn($k, $v) { $k } +) + (1, 2) + This function call is equivalent to calling map:keys. + + + distinct-values( + map:for-each( + { 1: "yes", 2: "no" }, + fn($k, $v) { $v } + ) +) + ("yes", "no") + + + map:merge( + map:for-each( + { "a": 1, "b": 2 }, + fn($k, $v) { map:entry($k, $v + 1) } + ) +) + { "a": 2, "b": 3 } + This function call returns a map with the same keys as the input map, + with the value of each entry increased by one. + + + + +

This XQuery example converts the entries in a map to attributes on a newly constructed + element node:

+ + { + map:for-each($dimensions, fn($k, $v) { attribute { $k } { $v } }) +}]]> + +

The result is the element <box height="3" width="4" + depth="5"/>.

+
+
+ +

Enhanced to allow for ordered maps.

+
+
+ + + + + + + + + + context-independent + focus-independent + + +

Selects entries from a map, returning a new map.

+
+ +

The function map:filter takes any map as its $map argument and applies the supplied function + to each entry in the map; the result is a new map containing those entries for which + the function returns true. A return value of () from the + predicate is treated as false.

+ +

The function supplied as $predicate takes two arguments. It is called + supplying the key of the map entry as the first argument, and the associated value as + the second argument.

+ +

The relative order of entries + in the returned map is the same as their relative order in $map.

+
+ +map:for-each($map, fn($key, $value) { + if ($predicate($key, $value)) { + map:entry($key, $value) + } +}) +=> map:merge() + + + + + map:filter( + { 1: "Sunday", 2: "Monday", 3: "Tuesday", 4: "Wednesday", + 5: "Thursday", 6: "Friday", 7: "Saturday" }, + fn($k, $v) { $k = (1, 7) } +) + { 1: "Sunday", 7: "Saturday" } + + + map:filter( + { 1: "Sunday", 2: "Monday", 3: "Tuesday", 4: "Wednesday", + 5: "Thursday", 6: "Friday", 7: "Saturday" }, + fn($k, $v) { $v = ("Saturday", "Sunday") } +) + { 1: "Sunday", 7: "Saturday" } + + + + + + + +

New in 4.0

+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+

Enhanced to allow for ordered maps.

+
+
+ + + + + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns a map that typically contains one entry for each item in a supplied input sequence.

+
+ +

Informally, the function processes each item in $input in order. + It calls the $key function on that item to obtain a sequence of key values, + and the $value function to obtain an associated value. + Then, for each key value:

+ +

If the key is not already present in the target map, the processor adds a + new key-value pair to the map, with that key and that value.

+

If the key is already present, the processor combines the new value for the key + with the existing value; the way they are combined is determined by the + duplicates option.

+

By default, when two duplicate entries occur:

+ +

A single combined entry will be present in the result.

+

This entry will contain the + sequence concatenation + of the supplied values.

+

The position of the combined entry in the + of the result map + will correspond to the position of the first of the duplicates.

+

The key of the combined entry + will correspond to the key of one of the duplicates: it is + which one is chosen. + (It is possible for two keys to be considered duplicates even if they differ: + for example, they may have different type annotations, or they may + be xs:dateTime values in different timezones.)

+
+

The $options argument can be used to control the + way in which duplicate keys are handled. + The option parameter conventions apply. + The entries that may appear in the $options map are as follows:

+ + + + + Determines the policy for handling duplicate keys: specifically, the action to be + taken if two entries in the input sequence have key values + K1 and K2 where K1 and K2 are the + same key. + + (enum( "reject", "use-first", "use-last", "use-any", "combine") | fn(item()*, item()*) as item()*)? + "combine" + + + Equivalent to supplying a function that raises a dynamic error + with error code "FOJS0003". The effect is that duplicate keys + result in an error. + + Equivalent to supplying the function fn($a, $b){ $a }. + The effect is that the first of the duplicates is chosen. + + Equivalent to supplying the function fn($a, $b){ $b }. + The effect is that the last of the duplicates is chosen. + + Equivalent to supplying the function fn($a, $b){ one-of($a, $b) } + where one-of chooses either $a or $b in + an way. The effect is that it is + which of the duplicates is chosen. + + Equivalent to supplying the function fn($a, $b){ $a, $b } + (or equivalently, the function op(",")). + The effect is that the result contains the + of the values having the same key, retaining order. + + + A function with signature fn(item()*, item()*) as item()*. + The function is called for any entry in the input sequence that has the + as a previous entry. The first argument + is the existing value associated with the key; the second argument + is the value associated with the key in the duplicate input entry, + and the result is the new value to be associated with the key. The effect + is cumulative: for example if there are three values X, Y, + and Z associated with the same key, and the supplied function is + F, then the result is an entry whose value is + X => F(Y) => F(Z). + + + + + + + + +
+
+
+ +for-each( + $input, + fn($item, $pos) { + for-each($key($item, $pos), fn($k) { + map:entry($k, $value($item, $pos)) + } + )} +) +=> map:merge($options) + + + +

An error is raised if the value of + $options indicates that duplicates are to be rejected, and a duplicate key is encountered.

+

An error is raised if the value of + $options includes an entry whose key is defined + in this specification, and whose value is not a permitted value for that key.

+ +
+ + + +

The default function for both $key and $value is the identity function. + Although it is permitted to default both, this serves little purpose: usually at least one of these arguments + will be supplied.

+ +
+ + + + map:build((), string#1) + {} + + + map:build(1 to 10, fn { . mod 3 }) + { 0: (3, 6, 9), 1: (1, 4, 7, 10), 2: (2, 5, 8) } + Returns a map with one entry for each distinct value of . mod 3. The + function to compute the value is the identity function, and duplicates are combined by + sequence concatenation. + + + map:build( + 1 to 5, + value := format-integer(?, "w") +) + { 1: "one", 2: "two", 3: "three", 4: "four", 5: "five" } + Returns a map with five entries. The function to compute the key is an identity function, the + function to compute the value invokes fn:format-integer. + + + map:build( + ("January", "February", "March", "April", "May", "June", + "July", "August", "September", "October", "November", "December"), + substring(?, 1, 1) +) + { + "A": ("April", "August"), + "D": ("December"), + "F": ("February"), + "J": ("January", "June", "July"), + "M": ("March", "May"), + "N": ("November"), + "O": ("October"), + "S": ("September") +} + + + map:build(1 to 5, { + 1: ("eins", "one"), + 4: ("vier", "four") +}) + { + "eins": 1, + "one": 1, + "vier": 4, + "four": 4 +} + + + map:build( + ("apple", "apricot", "banana", "blueberry", "cherry"), + substring(?, 1, 1), + string-length#1, + { "duplicates": op("+") } +) + { "a": 12, "b": 15, "c": 6 } + Constructs a map where the key is the first character of an input item, and where the corresponding value + is the total string-length of the items starting with that character. + + + map:build( + ('Wang', 'Liu', 'Zhao'), + key := fn($name, $pos) { $name }, + value := fn($name, $pos) { $pos } +) + { "Wang": 1, "Liu": 2, "Zhao": 3 } + Returns an inverted index for the input sequence with the + string stored as key and the position stored as value. + + + + A Beginner’s Guide to <ix>Java</ix> + Learning <ix>XML</ix> + Using <ix>XML</ix> with <ix>Java</ix> + +return map:build($titles/title, fn($title) { $title/ix }) +]]> + A Beginner’s Guide to Java, + Using <ix>XML</ix> with <ix>Java</ix> + ), + "XML": ( + Learning <ix>XML</ix>, + Using <ix>XML</ix> with <ix>Java</ix> + ) +}]]> + + + + + + + + + + + + + +

The following expression creates a map whose keys are employee @ssn values, and whose + corresponding values are the employee nodes:

+ map:build(//employee, fn { @ssn }) +
+ +

The following expression creates a map whose keys are employee @location values, and whose + corresponding values represent the number of employees at each distinct location. Any employees that + lack an @location attribute will be excluded from the result.

+ map:build(//employee, fn { @location }, fn { 1 }, { "duplicates": op("+") }) +
+ +

The following expression creates a map whose keys are employee @location values, and whose + corresponding values contain the employee node for the highest-paid employee at each distinct location:

+ map:build( + //employee, + key := fn { @location }, + combine := fn($a, $b) { highest(($a, $b), fn { xs:decimal(@salary) }) } +) +
+ +

The following expression creates a map allowing efficient access to every element in a document by means + of its fn:generate-id value:

+ map:build(//*, generate-id#1) +
+ +

The following expression creates a map allowing efficient access to values in a recursive JSON structure + using hierarchic paths:

+ let $tree := parse-json('{ + "type": "package", + "name": "org", + "content": [ + { "type": "package", + "name": "xml, + "content: [ + { "type": "package", + "name": "sax", + "content": [ + { "type": "class", + "name": "Attributes"}, + { "type": "class", + "name": "ContentHandler"}, + { "type": "class", + "name": "XMLReader"} + ] + }] + }] + }') + return map:build($tree ? descendant::~[record(type, name, *)], + fn{?ancestor-or-self::name => reverse() => string-join(,)}, + fn{`{?type} {?name}`}) + +

The result is the map:

+ { "org.xml.sax.Attributes": "class Attributes", + "org.xml.sax.ContentHandler": "class ContentHandler", + "org.xml.sax.XMLReader": "class XMLReader" } +
+ +
+ +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the number of entries in the supplied map.

+
+ +

The function map:size takes any map + as its $map argument and returns the number of entries that are present + in the map.

+
+ +count(map:entries($map)) + + + + + map:size({}) + 0 + + + map:size({ "true": 1, "false": 0 }) + 2 + + + +
+ + + + + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Constructs a collation URI with requested properties.

+
+ +

The function is supplied with a map defining the properties required of + the collation, and returns a collation URI with these properties.

+ +

Specifically, it returns a string in the form of a URI with the scheme and path + http://www.w3.org/2013/collation/UCA followed by an optional + query part. The query part is absent if options is empty. + Otherwise it consists of a question mark followed + by a sequence of one or more semicolon-separated parameters. Each parameter + is a keyword-value pair, the keyword and value being separated by an equals sign. + There is one keyword-value pair for each entry in the options map: + the keyword is the same as the string value of the key in the map, and the value + is the string value of the corresponding value, except where the value is of + type xs:boolean, in which case true and false + are translated to yes and no. +

+ +

The function does not check whether the implementation actually recognizes + the resulting collation URI: that can be achieved using the fn:collation-available + function.

+ + +

The properties available are as defined for the Unicode Collation Algorithm + (see ). Additional + properties may be specified as described in the rules for UCA + collation URIs.

+ +

The option parameter conventions + apply, except as regards the handling of options not defined in this specification. + Specifically:

+ + +

If the option key is of type xs:string, xs:anyURI, + or xs:untypedAtomic then it is converted to a string, and produces + a URI query parameter which is handled as described in . +

+

If the option key is of any other type then the function fails with a + type error .

+
+ +

The following options are defined:

+ + + + See . + xs:boolean + true() + + + See . + xs:language + default-language() + + + See . + xs:string + () + + + See . + enum("primary", "secondary", "tertiary", + "quaternary", "identical", "1", "2", "3", "4", "5") + () + + + See . + enum("space", "punct", "symbol", + "currency") + "punct" + + + See . + enum("non-ignorable", "shifted", "blanked", + "currency") + "non-ignorable" + + + See . + xs:boolean + false() + + + See . + xs:boolean + false() + + + See . + xs:boolean + false() + + + See . + enum("upper","lower") + "lower" + + + See . + xs:boolean + false() + + + See . + xs:string + "" + + + + + + + +
+ + +

A type error is raised if + options includes an entry whose key is not of + type xs:string, xs:anyURI, + or xs:untypedAtomic, or whose corresponding value + is not castable to xs:string.

+
+ + + + + collation({}) + "http://www.w3.org/2013/collation/UCA" + + + collation({ 'lang': 'de' }) + "http://www.w3.org/2013/collation/UCA?lang=de" + + + collation({ 'lang': 'de', 'strength': 'primary' }) + "http://www.w3.org/2013/collation/UCA?lang=de;strength=primary" + + + + http://www.w3.org/2013/collation/UCA?lang=de;strength=primary + http://www.w3.org/2013/collation/UCA?strength=primary;lang=de; + + + + The order of query parameters may vary. + + + + +

The expression collation({ 'lang': default-language() }) + returns a collation suitable for the default language in the + dynamic context.

+
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Asks whether a collation URI is recognized by the implementation, + and whether it has required properties.

+
+ +

The first argument is a candidate collation URI.

+ +

The second argument establishes the intended usage of the collation URI. The value + is a sequence containing zero or more of the following:

+ + +

compare indicates that the intended purpose of the collation + URI is to compare strings for equality or ordering, for example in functions such as + fn:index-of, fn:deep-equal, + fn:compare, and fn:sort.

+

key indicates that the intended purpose of the collation + URI is to obtain collation keys for strings using the fn:collation-key + function.

+

substring indicates that the intended purpose of the collation + URI is to establish whether one string is a substring of another, for example + in functions such as fn:contains or fn:starts-with.

+
+ +

The function returns true if and only if the implementation recognizes the candidate + collation URI as one that can be used for each of the purposes listed in the + $usage argument. If the $usage argument is absent + or set to an empty sequence, the function returns true only if the collation is + available for all purposes. +

+ + + +
+ +

If the candidate collation is a UCA collation specifying fallback=yes, + then this function will always return true: implementations are required to recognize + such a collation and use fallback behavior if there is no direct equivalent available.

+
+ + + + + collation-available("http://www.w3.org/2013/collation/UCA?lang=de") + true() + + + collation({ 'lang': 'de' }) => collation-available() + true() + + + + +

The expression collation({ 'lang': default-language() }) + returns a collation suitable for the default language in the + dynamic context.

+
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Given a string value and a collation, generates an internal value called a collation key, with the property that + the matching and ordering of collation keys reflects the matching and ordering of strings under the specified collation.

+
+ +

Calling the one-argument version of this function is equivalent to calling the + two-argument version supplying the default collation as the second argument.

+

The function returns an implementation-dependent + value with the property that, + for any two strings $K1 and $K2:

+ + +

collation-key($K1, $C) eq collation-key($K2, $C) if and only if + compare($K1, $K2, $C) eq 0

+
+ +

collation-key($K1, $C) lt collation-key($K2, $C) if and only if + compare($K1, $K2, $C) lt 0

+
+
+ +

The collation used by this function is determined according to the rules in . Collation keys are defined as xs:base64Binary values + to ensure unambiguous and context-free comparison semantics.

+

An implementation is free to generate a collation key in any convenient way provided + that it always generates the same collation key for two strings that are equal under the + collation, and different collation keys for strings that are not equal. This holds only + within a single execution scope; + an implementation is under no obligation to generate the same collation keys during a + subsequent unrelated query or transformation.

+

It is possible to define collations that do not have the ability to generate collation + keys. Supplying such a collation will cause the function to fail. The ability to + generate collation keys is an implementation-defined property of the + collation.

+
+ +

An error is raised if the specified + collation does not support the generation of collation keys.

+
+ +

The function is provided primarily for use with maps. If a map is required where + codepoint equality is inappropriate for comparing keys, then a common technique is to + normalize the key so that equality matching becomes feasible. There are many ways + keys can be normalized, for example by use of functions such as + fn:upper-case, fn:lower-case, + fn:normalize-space, or fn:normalize-unicode, but this + function provides a way of normalizing them according to the rules of a specified + collation. For example, if the collation ignores accents, then the function will + generate the same collation key for two input strings that differ only in their use of + accents.

+

The result of the function is defined to be an xs:base64Binary value. Binary values + are chosen because they have unambiguous and context-free comparison semantics, because the value space + is unbounded, and because the ordering rules are such that between any two values in the ordered value space, an + arbitrary number of further values can be interpolated. The choice between xs:base64Binary + and xs:hexBinary is arbitrary; the only operation that behaves differently between the two binary + data types is conversion to/from a string, and this operation is not one that is normally required for + effective use of collation keys. +

+

For collations based on the Unicode Collation Algorithm, an algorithm for computing + collation keys is provided in . Implementations are + not required to use this algorithm.

+ +

The fact that collation keys are ordered can be exploited in XQuery, whose order by + clause does not allow the collation to be selected dynamically. This restriction can be circumvented + by rewriting the clause order by $e/@key collation "URI" as order by fn:collation-key($e/@key, $collation), + where $collation allows the collation to be chosen dynamically.

+

Note that xs:base64Binary becomes an ordered type + in XPath 3.1, making binary collation keys possible.

+ +

The fn:collation-available can be used to ask whether a particular + collation is capable of delivering collation keys.

+ +
+ + + + + map:merge( + ({ collation-key("A", $C): 1 }, { collation-key("a", $C): 2 }), + { "duplicates": "use-last" } +)(collation-key("A", $C)) + 2 + Given that the keys of the two entries are equal under the rules of + the chosen collation, only one of the entries can appear in the result; the one + that is chosen is the one from the last map in the input sequence. + + + + + let $M := { + collation-key("A", $C): 1, + collation-key("B", $C): 2 +} +return $M(collation-key("a", $C)) + 1 + The strings "A" and "a" have the same collation key under this + collation. + + + +

As the above examples illustrate, it is important that when the + collation-key function is used to add entries to a map, then it must + also be used when retrieving entries from the map. This process can be made less + error-prone by encapsulating the map within a function: + fn($k) { $M(collation-key($k, $collation) }.

+
+
+
+ + + + + + + + + + nondeterministic + context-dependent + focus-independent + + +

Parses a string supplied in the form of a JSON text, returning the results in the form + of an XML document node.

+
+ +

If the second argument is omitted or an empty sequence, the result is the same as + calling the two-argument form with an empty map as the value of the $options + argument.

+ +

The first argument is a JSON text as defined in , in the form of a string. The function + parses this string to return an XDM node.

+ +

If $value is an empty sequence, the function returns the empty sequence.

+ +

The $options argument can be used to control the way in which the parsing + takes place. The option parameter conventions apply.

+ +

The entries that may appear in the $options map are as follows:

+ + + + Determines whether deviations from the syntax of RFC7159 are permitted. + xs:boolean + false() + + + The input must consist of an optional byte order mark (which is ignored) followed by a string + that conforms to the grammar of JSON-text in . An error must be raised + (see below) if the input does not conform to the grammar. + + + The input may contain deviations from the grammar of , + which are handled in an implementation-defined way. (Note: some popular + extensions include allowing quotes on keys to be omitted, allowing a comma + to appear after the last item in an array, allowing leading zeroes in numbers, and allowing control characters such as + tab and newline to be present in unescaped form.) Since the extensions accepted + are implementation-defined, an error may be raised + (see below) if the input does not conform to the grammar. + + + + + Determines the policy for handling duplicate keys in a JSON object. + To determine whether keys are duplicates, they are compared using the Unicode codepoint collation, after expanding escape + sequences, unless the escape option is set to true, in which + case keys are compared in escaped form. + + xs:string + If validate is true then reject, otherwise retain. + + + An error is raised if duplicate keys are encountered. + + + If duplicate keys are present in a JSON object, all but the first of a set of duplicates are ignored. + + + If duplicate keys are present in a JSON object, the XML result of the function will also contain duplicates (making + it invalid against the schema). This value is therefore incompatible with the option validate=true + + + + + + + Determines whether the generated XML tree is schema-validated. + xs:boolean + Implementation-defined. + + + Indicates that the resulting XDM instance must be typed; that is, the element + and attribute nodes must carry the type annotations that result from validation + against the schema given at , or against an + implementation-defined schema + if the liberal option has the value true. + + + Indicates that the resulting XDM instance must be untyped. + + + + + + Determines whether special characters are represented in the XDM output + in backslash-escaped form. + xs:boolean + false() + + + All characters in the input that are valid + in the version of XML supported by the implementation, whether or not they are represented + in the input by means of an escape sequence, are represented as unescaped characters in the result. Any + characters or codepoints that are not valid XML characters + (for example, unpaired surrogates) are passed to the fallback function + as described below; in the absence of a fallback function, they are replaced by + the character U+FFFD. + The attributes escaped and escaped-key will not be present in the XDM output. + + + JSON escape sequences are used in the result to represent special characters in the JSON input, as defined below, + whether or not they were represented using JSON escape sequences in the input. + The characters that are considered “special” for this purpose are: + +

all codepoints in the range U+0000 to U+001F + or U+007F to U+009F;

+

all codepoints that do not represent characters that are valid in the version of XML supported by the processor, + including codepoints representing unpaired surrogates;

+

the backslash character itself (U+005C).

+
+ + Such characters are represented using a two-character + escape sequence where available (for example, \t), or a six-character escape sequence otherwise + (for example \uDEAD). Characters other than these will not be escaped in the result, + even if they were escaped in the input. In the result: + + +

Any string element whose string value contains a + backslash character must have the attribute value escaped="true".

+

Any element that contains a key attribute whose string value + contains a backslash character must have the attribute + escaped-key="true".

+

The values of the escaped and + escaped-key attributes are immaterial when there is no backslash + present, and it is never necessary to include either attribute when its value + is false.

+
+
+
+
+ + + + Provides a function which is called when the input contains an escape sequence + that represents a character that is not valid in the version of XML + supported by the implementation. + It is an error to supply the fallback option if the escape + option is present with the value true. + + (fn(xs:string) as xs:anyAtomicType)? + fn { char(0xFFFD) } + + + The function is called when the JSON input contains an escape sequence + that is valid according to the JSON grammar, but which does not represent a + character that is valid in the version of XML supported by the processor. + In the case of surrogates, it is called once for any six-character escape sequence + that is not properly paired with another surrogate. The untyped atomic item + supplied as the argument will always be a two- or six-character escape + sequence, starting with a backslash, that conforms to the rules in the JSON grammar + (as extended by the implementation if liberal:true() is specified): + for example \b or \uFFFF or \uDEAD. +

By default, the escape sequence is replaced with the Unicode + REPLACEMENT CHARACTER. The function is not + called for an escape sequence that is invalid against the grammar (for example \x0A). + The string, which results from invoking fn:string on the result + of the function, is inserted into the result in place of the invalid character. The + function also has the option of raising a dynamic error by calling fn:error.

+
+
+
+ + + Determines how numeric values should be processed. + (fn(xs:untypedAtomic) as item()?)? + xs:identity#1 + + + The supplied function is called to process the string value of any JSON number + in the input. The string value of the number element generated in + the result will be the value obtained by calling the supplied function, and + then converting its result to a string by calling fn:string#1. +

By default, numbers are represented in the XML output exactly as they + were written in the input. + Supplying the value xs:double#1 will cause the value to be + convered to type xs:double (which will then be represented + in the XML by converting the xs:double to a string). + Similarly xs:decimal#1 will convert to xs:decimal + (which potentially retains more precision, but disallows exponential notation), while + supplying a function that casts to (xs:decimal | xs:double) will treat + the value as xs:decimal if there is no exponent, or as xs:double + otherwise. The default value fn:identity#1 causes the value to be retained + unchanged as an xs:untypedAtomic. Before calling the supplied number-parser, + the value is first checked to ensure that it conforms to the JSON grammar (for example, + a leading plus sign and redundant leading zeroes are not allowed); these checks are disabled + if the liberal option is set to true. Note that the + option validate=true will cause the result to be validated + as type xs:double (disallowing NaN and infinity).

+
+
+
+
+ +

The various structures that can occur in JSON are transformed recursively to XDM values + according to the rules given in .

+ +

The function returns a document node, whose only child + is the element node representing the outermost construct in the JSON + text.

+ +

The function is nondeterministic with respect to node identity: that is, if the function is called twice with the same + arguments, it is implementation-dependent whether the same node is returned on both + occasions.

+ +

The base URI of the returned document node is taken from the + executable base URI of the + function call.

+ +

The choice of namespace prefix (or absence of a prefix) in the names of constructed + nodes is implementation-dependent.

+ +

The XDM tree returned by the function does not contain any + unnecessary (albeit valid) nodes such as whitespace text nodes, comments, or processing instructions. + It does not include any whitespace in the value of number or boolean + element nodes, nor in the value of escaped or escaped-key + attribute nodes.

+ + +

If the result is typed, every element named string will have an attribute named + escaped whose value is either true or false, and every element having + an attribute named key will also have an attribute named escaped-key whose value is either + true or false. +

+

If the result is untyped, the attributes escaped and escaped-key will + either be present with the value true, or will be absent. They will never be present with the value false.

+ +
+ + +

An error is raised if the value of + $value does not conform to the JSON grammar as defined + by , unless the option "liberal":true() is present and + the processor chooses to accept the deviation.

+ +

An error is raised if the value of + the validate option is true and the processor does not support + schema validation or typed data.

+ +

An error is raised if the value of + $options includes an entry whose key is defined in this specification, + and whose value is not a permitted value for that key.

+ + +
+ +

To read a JSON file, this function can be used in conjunction with the + fn:unparsed-text function.

+

Many JSON implementations allow commas to be used after the last item in an object or + array, although the specification does not permit it. The option + spec="liberal" is provided to allow such deviations from the + specification to be accepted. Some JSON implementations also allow constructors such as + new Date("2000-12-13") to appear as values: specifying + spec="liberal" allows such extensions to be accepted, but does not + guarantee it. If such extensions are accepted, the resulting value is + implementation-defined, and will not necessarily conform to the schema at .

+

If the input starts with a byte order mark, this function ignores it. The byte order mark may have been added + to the data stream in order to facilitate decoding of an octet stream to a character string, but since this function + takes a character string as input, the byte order mark serves no useful purpose.

+

The possibility of the input containing characters that are not valid in XML (for example, unpaired surrogates) + arises only when such characters are expressed using JSON escape sequences. This is the only possibility because the input to the function + is an instance of xs:string, which by definition can contain only those characters that are valid in XML.

+ +
+ + + + json-to-xml( + '{ "x": 1, "y": [ 3, 4, 5 ] }', + { "validate": false() } +) + + 1 + + 3 + 4 + 5 + +]]> + + + json-to-xml( + '"abcd"', + { 'liberal': false() } +) + abcd]]> + + + json-to-xml( + '{ "x": "\\", "y": "\u0025" }', + { "validate": false() } +) + + \ + % +]]> + + + json-to-xml( + '{ "x": "\\", "y": "\u0025" }', + { 'escape': true(), "validate": false() } +) + + \\ + % +]]> + But see the detailed rules for alternative values of the escaped attribute + on the second string element. + + + +

The following example illustrates use of the fallback function to + handle characters that are invalid in XML.

+ +
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Converts an XML tree, whose format corresponds to the XML representation of JSON defined + in this specification, into a string conforming to the JSON grammar.

+
+ +

If the second argument is omitted or an empty sequence, the result is the same as + calling the two-argument form with an empty map as the value of the $options + argument.

+ +

The first argument $node is a node; the subtree rooted at this node will typically be + the XML representation of a JSON document as defined in .

+ +

If $node is the empty sequence, the function returns the empty sequence.

+ +

The $options argument can be used to control the way in which the conversion + takes place. The option parameter conventions apply.

+ +

The entries that may appear in the $options map are as follows:

+ + + + + Determines whether the character U+002F should be escaped + as \/. By default the character is escaped, but this is only necessary + when the resulting JSON is embedded in HTML. + xs:boolean + true() + + + The character U+002F is output as is, without escaping. + + + The character U+002F is escaped by preceding it with U+005C. + + + + + Determines whether additional whitespace should be added to the output to improve readability. + xs:boolean + false() + + + The processor must not insert any insignificant whitespace between JSON tokens. + + + The processor may insert whitespace between JSON tokens in order to improve readability. + The specification imposes no constraints on how this is done. + + + + + + + +

The node supplied as $node must be one of the following:

+ + + +

An element node whose name matches the name of a global element declaration in the schema given in + (“the schema”) and that is valid as defined below:

+ + +

If the type annotation of the element matches the type of the relevant element declaration + in the schema (indicating that the element has been validated against the schema), then the element + is considered valid. +

+
+ +

Otherwise, the processor may attempt to validate the element against + the schema, in which case it is treated as valid if and only if the outcome of validation is + valid. +

+
+ +

Otherwise (if the processor does not attempt validation using the schema), + the processor must ensure that the content of the element, + after stripping all attributes (at any depth) in namespaces other than + http://www.w3.org/2005/xpath-functions, is such that validation + against the schema would have an outcome of valid. +

+ +

The process described here is not precisely equivalent to schema validation. + For example, schema validation will fail if there is an invalid xsi:type + or xsi:nil attribute, whereas this process will ignore such attributes. +

+
+
+
+ +
+ + +

An element node E having a key attribute and/or an escaped-key attribute + provided that E would satisfy one of the above + conditions if the key and/or escaped-key attributes were removed.

+ +
+ + +

A document node having exactly one element child and no text node children, + where the element child satisfies one of the conditions above.

+
+
+ + + +

Furthermore, $node must satisfy the following constraint + (which cannot be conveniently expressed in the schema). Every element M that is a descendant-or-self of + $node and has local name map and namespace URI http://www.w3.org/2005/xpath-functions + must satisfy the following rule: there must not be two distinct children of M (say C/1 and C/2) + such that the normalized key of C/1 is equal to the normalized key of C/2. The normalized key + of an element C is as follows:

+ + + +

If C has the attribute value escaped-key="true", then the value of the + key attribute of C, with all JSON escape sequences replaced by the corresponding Unicode characters + according to the JSON escaping rules. +

+
+ +

Otherwise (the escaped-key attribute of C is absent or set to false), + the value of the key attribute of C.

+
+
+ +

Nodes in the input tree are handled by applying the following rules, recursively. In these rules the phrase + “an element named N” means “an element node whose local name is N and whose namespace URI is + http://www.w3.org/2005/xpath-functions”.

+ + + +

A document node having a single element node child is processed by processing that child.

+
+ +

An element named null results in the output null.

+
+ +

An element $E named boolean results in the output true or false + depending on the result of xs:boolean(fn:string($E)).

+
+ +

An element $E named number is processed as follows.

+ +

The input is required to conform to the XSD rules defining a valid instance of xs:double + (excluding infinity and NaN), while the output is required to conform to the + JSON rules defining a valid JSON number. These rules are slightly different.

+ +

Specifically, the XSD rules require the value (after removing leading and trailing whitespace) + to match the regular expression:

+ + (\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)? + +

while the JSON rules require:

+ + -?(0|[1-9][0-9]*)(\.[0-9]+)?([Ee](\+|-)?[0-9]+)? + +

If the input value does not match the required JSON format, it must therefore be adjusted + by applying the following steps:

+ +

Remove leading and trailing whitespace.

+

Remove any leading plus sign.

+

Remove any leading zero digits in the integer part, while ensuring that at + least one digit remains.

+

If there is a decimal point that is not preceded by a digit, add a zero digit + before the decimal point.

+

If there is a decimal point that is not followed by a digit, add a zero digit + after the decimal point.

+
+ + +

The output uses exponential notation if and only if the input uses exponential notation.

+

The rules have changed since version 3.1 of this specification. In previous versions, the supplied + number was cast to an xs:double, and then serialized using the rules of the + fn:string function. This resulted in JSON numbers using exponential notation + for values outside the range 1e-6 to 1e6, and led to a loss of precision for 64-bit integer + values. +

+
+
+ +

An element named string results in the output of the string value of the element, enclosed in + quotation marks, with any special characters in the string escaped as described below.

+
+ +

An element named array results in the output of the children of the array element, + each processed by applying these rules recursively: the items in the resulting list are enclosed between square brackets, + and separated by commas.

+
+ +

An element named map results in the output of a sequence of map entries corresponding to + the children of the map element, enclosed between curly braces and separated by commas. + Each entry comprises the value of the key attribute of the child element, enclosed in quotation marks + and escaped as described below, followed by a colon, followed by the result of processing the child element + by applying these rules recursively. The order of properties in the output JSON representation retains the order + of the children of the map element.

+
+ +

Comments, processing instructions, and whitespace text node children of map and array + are ignored.

+
+ +
+ +

Strings are escaped as follows:

+ + + +

If the attribute escaped="true" is present for a string value, or escaped-key="true" for a key value, then:

+ + + +

any valid JSON escape sequence present in the string is copied unchanged to the output;

+
+ + +

any invalid JSON escape sequence results in a dynamic error ;

+
+ + +

any unescaped occurrence of U+0022, U+0008, U+000C, + U+000A, U+000D, U+0009, or + (subject to the escape-solidus option) U+002F is replaced by + \", \b, \f, \n, \r, \t, or \/ respectively;

+
+ + +

any other codepoint in the range 1-31 or 127-159 is replaced by an escape in the form \uHHHH where HHHH + is the upper-case hexadecimal representation of the codepoint value.

+
+
+
+ +

Otherwise (that is, in the absence of the attribute escaped="true" for a string value, + or escaped-key="true" for a key value):

+ + + +

any occurrence of backslash is replaced by \\

+
+ + +

any occurrence of + U+0022, U+0008, U+000C, + U+000A, U+000D, or U+0009 is + replaced by \", \b, \f, \n, + \r, or \t respectively;

+
+ + +

any other codepoint in the range 1-31 or 127-159 is replaced by an escape in + the form \uHHHH where HHHH is the upper-case hexadecimal representation of the codepoint value.

+
+
+
+
+ +
+ + +

A dynamic error is raised if the value of + $options includes an entry whose key is defined in this specification, + and whose value is not a permitted value for that key.

+ +

A dynamic error is raised if the value of + $node is not a document or element node or is not valid according to the schema for the XML representation of + JSON, or if a map element has two children whose normalized key values are the same.

+ +

A dynamic error is raised if the value of + $node includes a string labeled with escaped="true", or + a key labeled with escaped-key="true", where the content of the string or key + contains an invalid JSON escape sequence: specifically, where it contains a backslash (\) that is not followed by one + of the characters ", \, /, b, f, n, + r, t, or u, or where it contains the characters \u + not followed by four hexadecimal digits (that is [0-9A-Fa-f]{4}). +

+ +
+ +

The rule requiring schema validity has a number of consequences, including the following:

+ + +

The input cannot contain no-namespace attributes, or attributes in the namespace http://www.w3.org/2005/xpath-functions, + except where explicitly allowed by the schema. Attributes in other namespaces, however, are ignored.

+
+ +

Nodes that do not affect schema validity, such as comments, processing instructions, namespace nodes, and whitespace text node + children of map and array, are ignored.

+
+ +

Numeric values are restricted to those that are valid in JSON: + the schema disallows positive and negative infinity and NaN.

+
+ +

Duplicate key values are not permitted. Most cases of duplicate keys are prevented by the rules in the schema; + additional cases (where the keys are equal only after expanding JSON escape sequences) are prevented by the prose rules + of this function. For example, the key values \n and \u000A are treated as duplicates even though + the rules in the schema do not treat them as such.

+
+
+

The rule allowing the top-level element to have a key attribute (which is ignored) + allows any element in the output of the fn:json-to-xml function + to be processed: for example, it is possible to take a JSON document, convert it to XML, select + a subtree based on the value of a key attribute, and then convert this subtree + back to JSON, perhaps after a transformation. The rule means that an element with the appropriate name will be + accepted if it has been validated against one of the + types mapWithinMapType, arrayWithinMapType, stringWithinMapType, + numberWithinMapType, booleanWithinMapType, or nullWithinMapType.

+
+ + +

The input 1is1]]> + produces the result [ 1, "is", true ].

+
+ +

The input 12]]> + produces the result { "Sunday": 1, "Monday": 2 }.

+
+ +

The input 1017e20005]]> + produces the result [ 10, 17e2, 5 ].

+
+
+ +

An option has been added to suppress the escaping + of the solidus (forwards slash) character.

+

Numbers now retain their original lexical form, except for + any changes needed to satisfy JSON syntax rules (for example, stripping leading zero digits).

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Analyzes sample data to generate a conversion plan suitable for use by the element-to-map + function.

+
+ +

The function takes as input a collection of document and element nodes and analyzes the trees rooted at these + nodes to determine a conversion plan for converting elements in these trees to maps, suitable for serialization + in JSON format. The conversion plan can be used as-is by supplying it directly to the + element-to-map function; alternatively it can be amended before use. The plan can also + be serialized to a file (in JSON format) allowing the same plan to be used repeatedly for transforming documents + with a similar structure to those in the sample provided.

+

The rules followed by the function, and the detailed format of the conversion plan, are described + in .

+
+ +let $data-type := fn($nodes as node()*) { + if (every($nodes ! (. castable as xs:boolean))) then "boolean" + else if (every($nodes ! (. castable as xs:numeric))) then "numeric" + else () +} +let $name := fn($node as node()) { + if (namespace-uri($node)) + then expanded-QName(node-name($node)) + else local-name($node) +} +return ( + for $ee in $input/descendant-or-self::* + group by $n := $name($ee) + return { $n : + if (empty($ee/(*|text()))) + then { 'layout' : if (empty($ee/@*)) + then 'empty' + else 'empty-plus' } + else if (empty($ee/*)) + then map:merge(( + if (empty($ee/@*)) + then {'layout': 'simple'} + else {'layout': 'simple-plus'}, + $data-type($ee) ! { 'type': . } + )) + else if (empty($ee/text()[normalize-space()])) + then if (all-equal($ee/*/node-name()) and exists($ee/*[2])) + then { 'layout': if (empty($ee/@*)) + then 'list' + else 'list-plus', + 'child': $name(head($ee/*)) + } + else { 'layout' : if (every($ee ! all-different(*/node-name()))) + then 'record' + else 'sequence' + } + else {'layout': 'mixed'} + }, + for $a in $input//@* + group by $n := $name($a) + let $t := $data-type($a) + return $t ! { `@{$n}`: { 'type': $t } } +) => map:merge() + + +

The conversion plan is organized by element and attribute name, so its effectiveness depends on the + $input collection being homogenous in its structure, and representative of the documents + that will subsequently be converted using the element-to-map function.

+

This function is separate from the element-to-map function for a number + of reasons:

+ +

The collection of documents that need to be analyzed to establish an effective + conversion plan might be much smaller than the set of documents actually being converted.

+

Conversely, it might be that only a small number of documents need to be converted at + a particular time, but the conversion plan used needs to take into account variations that might + exist within a larger corpus.

+

If JSON output is required in a particular format, it might be necessary to fine-tune + the automatically generated conversion plan to take account of these requirements.

+

It might be necessary to devise a conversion plan that can be used to convert individual + documents as they arrive over a period of time, and to ensure that the same conversion rules + are applied to each document even though documents might exhibit variations in structure.

+

The conversion plan is human-readable, which can help in understanding why the + output of element-to-map is in a particular form.

+
+
+ + + + 34
) + ]]> + +{ 'a': { 'layout': 'list', 'child': 'b' }, + 'b': { 'layout': 'simple', 'type': 'numeric' } +} + + + + red, blue)) + ]]> + +{ 'a': { 'layout': 'simple-plus' }, + '@x': { 'type': 'numeric' } +} + + + + H2SO4 +) + ]]> + +{ 'Q{http://example.ns}a': { 'layout': 'mixed' }, + 'Q{http://example.ns}sub': { 'layout': 'simple', 'type': 'numeric' } +} + + + + , )) + ]]> + +{ 'a': { 'layout': 'sequence' }, + 'b': { 'layout': 'empty' }, + 'c': { 'layout': 'empty' } +} + + + + + +

New in 4.0

+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Converts an element node into a map that is suitable for + JSON serialization.

+
+ +

This function returns a map derived from + the element node supplied in $element. The map is in a form + that is suitable for JSON serialization, thus providing a mechanism for conversion + of arbitrary XML to JSON.

+ +

The map that is returned will always be a ; + the key of this entry will be a string representing the element name, and the value of the + entry will be a representation of the element's attributes and children.

+ + +

The entries that may appear in the $options map are as follows. + The option parameter conventions apply.

+ + + + + A conversion plan, supplied as a map whose keys represent element + and attribute names. The plan might be generated using the function + element-to-map-plan, or it might be constructed + in some other way. The format of the plan is described in . + + map(xs:string, record(layout?, child?, type?, *)) + {} + + + A string that is prepended to any key value in the output that represents + an XDM attribute node in the input. The string may be empty. If, after applying the requested + prefix (or no prefix) there is a conflict between the names of attributes and child elements, + then the requested prefix (or lack thereof) is ignored and the default prefix "@" + is used. + xs:string + "@" + + + Indicates how the names of element and attribute nodes are handled. + xs:string + "default" + + Names are output in the form produced by the fn:name function. + Names are output in the form produced by the fn:local-name function. + Names in a namespace are output in the form "Q{uri}local". + Names in no namespace are output using the local name alone. + An element name is output as a local name alone if either (a) it is + a top-level element and is in no namespace, or (b) it is in the same namespace as its + parent element. An attribute name is output as a local name alone if it is in no namespace. + All other names are output in the format "Q{uri}local" if in a namespace, + or "Q{}local" if in no namespace. "Top-level" here means that the element + is one that appears explicitly in the sequence of elements passed in the $elements argument, + as distinct from a descendant of such an element. + + + + + +

If $element is an empty sequence, the result is an empty sequence.

+ + +

The principles for conversion from elements to maps are described + in , and the rules for selecting + an element layout for each element are given in + .

+ + +

In general, every descendant element within the tree rooted at the supplied + $element maps to a key-value pair in which the key represents the element name, and the + corresponding value represents the attributes and children of the element. This key-value pair will be added + to the content representing its parent element, in a way that depends on the parent element's layout.

+ +

The representation of a node of any other kind depends on the layout chosen for its parent element.

+ + +
+ +

A dynamic error occurs if any element cannot + be processed using the selected layout for that element, unless fallback processing + is defined; or if error action is explicitly requested for an element.

+

Any error in the conversion plan is treated as a type error whether or not it is technically + a contravention of the defined type for the value. This relieves users and implementers + of the burden of distinguishing different kinds of error in the plan.

+ +
+ + + + + element-to-map(()) + () + + + bar)]]> + { "foo": "bar" } + + + + + + , { 'attribute-marker': '' } + )]]> + { "list": [ + { "value": "1" }, + { "value": "2" } + ] } + + + + Jane + Smith + + )]]> + { "name": { + "first": "Jane", + "last": "Smith" +} } + + + + Jane + Elizabeth + Mary + Smith + , + { 'plan': {'name': { 'layout': 'record' }}, + 'name-format' : 'local' + } + )]]> + { "name": { + "first": "Jane", + "middle": ["Elizabeth", "Mary"] + "last": "Smith" + } +} + + + + Jane + Elizabeth + Mary + Smith + , + { 'plan': {'name': { 'layout': 'record' }, + 'middle': { 'layout': 'deep-skip' } + }, + 'name-format' : 'local' + } + )]]> + { "name": { + "first": "Jane", + "last": "Smith" + } +} + + + + +

New in 4.0.

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Parses CSV data, returning the results in the form of a record containing information about the + names in the header, as well as the data itself.

+
+ + +

If $value is the empty sequence, the function returns the empty sequence.

+ +

If $value is supplied as a binary value, it is converted to a string. + The function detects the encoding using the same rules as the unparsed-text + function, except that the special handling of media types such as text/xml + and application/xml may be skipped. Otherwise, if $value + is a string, it is processed unchanged.

+ +

The resulting input is CSV data, as defined in . The function + first parses the input using fn:csv-to-arrays, and then + further processes the result. The initial parsing is exactly as defined for + fn:csv-to-arrays, and can be controlled using the same options. + Additional options are available to control the way in which header information and + column names are handled.

+ +

If the input is the a zero-length string, the function + returns a parsed-csv-structure-record whose + rows entry is the empty sequence.

+ +

The $options argument can be used to control the way in which the parsing + takes place. The option parameter conventions apply.

+ +

If the $options argument is omitted or is an empty sequence, the result is the same as + calling the two-argument form with an empty map as the value of the $options + argument.

+ +

The entries that may appear in the $options map are as follows:

+ + + The character used to delimit fields within a record. An instance of + xs:string whose length is exactly one. + xs:string + "," + + + The character used to delimit rows within + the CSV string. An instance of + xs:string whose length is exactly one. + Defaults to a single newline character (U+000A). + Note that this is tested after line endings are normalized. + xs:string + char('\n') + + + The character used to quote fields within the CSV string. An instance of + xs:string whose length is exactly one. + xs:string + '"' + + + Determines whether leading and trailing whitespace + is removed from the content of unquoted fields. + xs:boolean + false() + + Unquoted fields will be returned with any leading or trailing + whitespace intact. + + Unquoted fields will be returned with leading or trailing + whitespace removed, and all other whitespace preserved. + + + + + Determines whether the first row of the CSV should be treated as a list + of column names, or whether column names are being supplied by the caller. + The value must either be a single boolean, or a sequence of zero or more strings. + + item()* + false() + + Column names are taken from the + first row of the CSV data. + Column names are not available; all references + to columns are by ordinal position. + Supplies explicit names for the columns. The Nth + name in the list applies to the Nth column after any filtering or rearrangement. + A zero-length string can be used when there is a column that requires no name. + + + + + A sequence of integers indicating which columns to include and in which order. If this + option is absent or empty, all columns are returned in their original + order. For example, the value 1 to 4 indicates that the output + contains the first, second, third, and fourth columns from the input, in order, + while (1, 5, 4) indicates that the output + contains three columns, taken from the first, fifth, and fourth columns of the input, + in that order. An integer in the sequence is treated as the 1-based + index of the column to include. Any other columns are dropped. + If a particular row includes no field at the specified index, + an empty field is included at the relevant position in the result. If an integer appears + more than once then the result will include duplicated columns. + + xs:positiveInteger* + () + + + Determines whether all rows should be adjusted to + contain the same number of fields. This option is ignored if + select-columns is specified. + xs:boolean + false() + + No padding or trimming of rows takes place, + unless requested using the select-columns option. + The number of fields in the first row (whether this + be a header or a data row) determines the number of fields in every + subsequent row; to achieve this, excess fields are removed, or + additional zero-length fields are added. + + + + + +

The result of the function is a parsed-csv-structure-record, as + defined in .

+ + + +
+ +

A dynamic error occurs if the value of + $csv does not conform to the required grammar.

+

A dynamic error occurs if any of the + options field-delimiter, row-delimiter, or quote-character + is not a single character.

+

A dynamic error occurs if the same character is used + for more than one of the options + field-delimiter, row-delimiter, and + quote-character.

+ +
+ +

The default row delimiter is a single newline character U+000A. + Alternative line endings + such as CR and CRLF will already have been normalized to a single + newline.

+

All fields are returned as xs:string values.

+

Quoted fields in the input are returned without the quotes.

+

For more discussion of the returned data, see .

+
+ + fn($result) { + (: tidy up the result for display (function items cannot be properly displayed) :) + map:put($result, "get", "(: function :)") +} + + +

Default delimiters, no column headers:

+ + let $input := string-join( + ("name,city", "Bob,Berlin", "Alice,Aachen"), + char('\n') +) +let $result := parse-csv($input) +return ( + $result => $display(), + $result?get(1, 2), + $result?get(2, 2) +) + { + "columns": (), + "column-index": {}, + "rows": ([ "name", "city" ], [ "Bob", "Berlin" ], [ "Alice", "Aachen" ]), + "get": "(: function :)" +}, +"city", +"Berlin" + + +

Default delimiters, column headers:

+ + let $input := string-join( + ("name,city", "Bob,Berlin", "Alice,Aachen"), + char('\n') +) +let $result := parse-csv($input, { "header": true() }) +return ( + $result => $display(), + $result?get(1, "name"), + $result?get(2, "city") +) +{ + "columns": ("name", "city"), + "column-index": { "name": 1, "city": 2 }, + "rows": ([ "Bob", "Berlin" ], [ "Alice", "Aachen" ]), + "get": "(: function :)" +}, +"Bob", +"Aachen" + +
+ +

Custom delimiters, no column headers:

+ + let $options := { + "row-delimiter": "§", + "field-delimiter": ";", + "quote-character": "|" +} +let $input := "|name|;|city|§|Bob|;|Berlin|§|Alice|;|Aachen|" +let $result := parse-csv($input, $options) +return ( + $result => $display(), + $result?get(3, 1) +) + { + "columns": (), + "column-index": {}, + "rows": ([ "name", "city" ], [ "Bob", "Berlin" ], [ "Alice", "Aachen" ]), + "get": "(: function :)" +}, +"Alice" + +
+ +

Supplied column names:

+ + let $headers := ("Person", "Location") +let $options := { "header": $headers, "row-delimiter": ";" } +let $input := "Alice,Aachen;Bob,Berlin;" +let $parsed-csv := parse-csv($input, $options) +return ( + $parsed-csv => $display(), + $parsed-csv?get(2, "Location") +) + { + "columns": ("Person", "Location"), + "column-index": { "Person": 1, "Location": 2 }, + "rows": ([ "Alice", "Aachen" ], [ "Bob", "Berlin" ]), + "get": "(: function :)" +}, +"Berlin" + +
+ +

Filtering columns, with ragged input and header: true()

+ + let $input := string-join(( + "date,name,city,amount,currency,original amount,note", + "2023-07-19,Bob,Berlin,10.00,USD,13.99", + "2023-07-20,Alice,Aachen,15.00", + "2023-07-20,Charlie,Celle,15.00,GBP,11.99,cake,not a lie" +), char('\n')) +let $options := { + "header": true(), + "select-columns": (2, 1, 4) +} +let $result := parse-csv($input, $options) +return ( + $result => $display(), + $result?get(2, "amount") +) + { + "columns": ("name", "date", "amount"), + "column-index": { "name": 1, "date": 2, "amount": 3 }, + "rows": ( + [ "Bob", "2023-07-19", "10.00" ], + [ "Alice", "2023-07-20", "15.00" ], + [ "Charlie", "2023-07-20", "15.00" ] + ), + "get": "(: function :)" +}, +"15.00" + +
+ +

Filtering columns, with supplied column map

+ + let $input := string-join(( + "2023-07-20,Alice,Aachen,15.00", + "2023-07-19,Bob,Berlin,10.00,USD,13.99", + "2023-07-20,Charlie,Celle,15.00,GBP,11.99,cake,not a lie" +), char('\n')) +let $options := { + "header": ( "Person", "", "Amount" ), + "select-columns": (2, 1, 4) +} +let $result := parse-csv($input, $options) +return ( + $result => $display(), + $result?get(2, "Person"), + $result?get(2, "Amount") +) + + { + "columns": ("Person", "", "Amount"), + "column-index": { "Person": 1, "Amount": 3 }, + "rows": ([ "Alice", "2023-07-20", "15.00" ], + [ "Bob", "2023-07-19", "10.00" ], + [ "Charlie", "2023-07-20", "15.00" ]), + "get": "(: function :)" +}, +"Bob", +"10.00" + +
+ +

Specifying the number of columns explicitly, with header: false()

+ + let $input := string-join(( + "date, name, amount, currency, original amount", + "2023-07-19,Bob, 10.00, USD, 13.99", + "2023-07-20,Alice, 15.00", + "2023-07-20,Charlie, 15.00, GBP, 11.99, extra data" +), char('\n')) +let $options := { + "header": false(), + "select-columns": 1 to 5, + "trim-whitespace" :true() +} +let $result := parse-csv($input, $options) +return ( + $result => $display(), + $result?get(4, 3) +) + { + "columns": (), + "column-index": {}, + "rows": ( + [ "date", "name", "amount", "currency", "original amount" ], + [ "2023-07-19", "Bob", "10.00", "USD", "13.99" ], + [ "2023-07-20", "Alice", "15.00", "", "" ], + [ "2023-07-20", "Charlie", "15.00", "GBP", "11.99" ] + ), + "get": "(: function :)" +}, +"15.00" + + +
+ +

Specifying the number of columns with a number and header: true()

+ + let $input := string-join(( + "date,name,city,amount,currency,original amount,note", + "2023-07-19,Bob,Berlin,10.00,USD,13.99", + "2023-07-20,Alice,Aachen,15.00", + "2023-07-20,Charlie,Celle,15.00,GBP,11.99,cake,not a lie" +), char('\n')) +let $options := { "header": true(), "select-columns": 1 to 6 } +let $result := parse-csv($input, $options) +return ( + $result => $display(), + $result?get(3, "original amount") +) + { + "columns": ("date", "name", "city", + "amount", "currency", "original amount"), + "column-index": { + "date": 1, "name": 2, "city": 3, "amount": 4, + "currency": 5, "original amount": 6 + }, + "rows": ( + [ "2023-07-19", "Bob", "Berlin", "10.00", "USD", "13.99"], + [ "2023-07-20", "Alice", "Aachen", "15.00", "", ""], + [ "2023-07-20", "Charlie", "Celle", "15.00", "GBP", "11.99"] + ), + "get": "(: function :)" +}, +"11.99" + +
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Reads an external resource containing CSV, and returns the results as a record + containing information about the names in the header, as well as the data itself.

+
+ +

If the second argument is omitted or an empty sequence, the result is the same as + calling the two-argument form with an empty map as the value of the $options + argument.

+

The effect of the two-argument function call fn:csv-doc($H, $M)is equivalent to the function composition + fn:unparsed-binary($H) => fn:parse-csv($M).

+

If $source is the empty sequence, the function returns the empty sequence.

+
+ +

The function may raise any error defined for the fn:unparsed-text + or fn:parse-csv functions.

+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Parses CSV data supplied as a string, returning the results in the form of a sequence + of arrays of strings.

+
+ + +

The $value argument is CSV data, as defined in , in the form of an + xs:string value. The function parses this string, + after normalizing newlines so that U+000D and (U+000D, U+000A) + sequences are converted to U+000A. + The result of the function is a sequence of arrays of strings, that is + array(xs:string)*; each array represents one row of the CSV input.

+ +

If $value is the empty sequence or a zero-length string, the + function returns an empty sequence.

+ +

The $options argument can be used to control the way in which the parsing + takes place. The option parameter conventions apply.

+ +

If the $options argument is omitted or an empty sequence, the result is the same as + calling the two-argument form with an empty map as the value of the $options + argument.

+ + + + +

The entries that may appear in the $options map are as follows:

+ + + + The character used to delimit fields within a record. An instance of + xs:string whose length is exactly one. + xs:string + "," + + + The character used to delimit rows within + the CSV string. An instance of + xs:string whose length is exactly one. + Defaults to a single newline character (U+000A). + xs:string + char('\n') + + + The character used to quote fields within the CSV string. An instance of + xs:string whose length is exactly one. + xs:string + '"' + + + Determines whether leading and trailing whitespace + is removed from the content of unquoted fields. + xs:boolean + false() + + Unquoted fields will be returned with any leading or trailing + whitespace intact. + + Unquoted fields will be returned with leading or trailing + whitespace removed, and all other whitespace preserved. + + + + + + +

An empty field is represented by a zero-length string. An empty field is deemed to exist + when a field delimiter immediately follows either another field delimiter, or + a row delimiter, or the start of $value; or when a row delimiter or the + end of $value immediately follows a field delimiter.

+ +

A blank row is represented as an empty array (not as an + array containing a single empty field). A blank row is deemed to exist when a + row delimiter immediately follows either another row delimiter or the start of $value, + after trimming of whitespace if the trim-whitespace option is true. + No blank row occurs after the final row delimiter.

+ +

If $value is a zero-length string, the CSV is considered to + contain no rows; while if $value consists of a single row delimiter, + it is considered to contain a single blank row. The presence or + absence of a final row delimiter generally has no effect on the result, + except when it appears at the start of the input, in which case it causes a + single blank row to exist.

+ + +
+ +

A dynamic error occurs if the value of + $csv does not conform to the required grammar.

+

A dynamic error occurs if the value of the + field-delimiter, row-delimiter, or + quote-character option is not a single character.

+

A dynamic error occurs if the same character + is used for more than one of the + field-delimiter, row-delimiter, and + quote-character.

+
+ +

The default row delimiter is a single newline character U+000A. + Alternative line endings + such as CR and CRLF will already have been normalized to a single + newline.

+

All fields are returned as xs:string values.

+

Quoted fields in the input are returned without the quotes.

+

The first row is not treated specially.

+

For more discussion of the returned data, see .

+
+ + +

Handling trivial input:

+ + csv-to-arrays(()) + () + + + csv-to-arrays("") + () + + + csv-to-arrays(char('\n')) + [] + + + csv-to-arrays(" ", { 'trim-whitespace': true() }) + () + + + csv-to-arrays(" ", { 'trim-whitespace': false() }) + [ " " ] + + + csv-to-arrays(` { char('\n') }`, { 'trim-whitespace': true() }) + [] + + + csv-to-arrays(` { char('\n') }`, { 'trim-whitespace': false() }) + [ " " ] + + + csv-to-arrays(`{ char('\n') } `, { 'trim-whitespace': true() }) + [] + + + csv-to-arrays(`{ char('\n') } `, { 'trim-whitespace': false() }) + [], [ " " ] + +

Using newline separators:

+ + csv-to-arrays( + `name,city{ char('\n') }` || + `Bob,Berlin{ char('\n') }` || + `Alice,Aachen{ char('\n') }` +) + [ "name", "city" ], +[ "Bob", "Berlin" ], +[ "Alice", "Aachen" ] + + + let $CRLF := `{ char('\r') }{ char('\n') }` +return csv-to-arrays( + `name,city{ $CRLF }` || + `Bob,Berlin{ $CRLF }` || + `Alice,Aachen{ $CRLF }` +) + [ "name", "city" ], +[ "Bob", "Berlin" ], +[ "Alice", "Aachen" ] + + +
+ +

Quote handling:

+ + csv-to-arrays( + string-join( + (`"name","city"`, `"Bob","Berlin"`, `"Alice","Aachen"`), + char('\n') + ) +) + [ "name", "city" ], +[ "Bob", "Berlin" ], +[ "Alice", "Aachen" ] + + + csv-to-arrays( + `"name","city"{ char('\n') }` || + `"Bob ""The Exemplar"" Mustermann","Berlin"{ char('\n') }` +) + ( + [ "name", "city" ], + [ 'Bob "The Exemplar" Mustermann', "Berlin" ] +) + +
+ +

Non-default record- and field-delimiters:

+ + csv-to-arrays( + "name;city§Bob;Berlin§Alice;Aachen", + { "row-delimiter": "§", "field-delimiter": ";" } +) + [ "name", "city" ], +[ "Bob", "Berlin" ], +[ "Alice", "Aachen" ] + +
+ +

Non-default quote character:

+ + csv-to-arrays( + string-join( + ("|name|,|city|", "|Bob|,|Berlin|"), + char('\n') + ), + { "quote-character": "|" } +) + [ "name", "city" ], +[ "Bob", "Berlin" ] + +
+ +

Trimming whitespace in fields:

+ + csv-to-arrays( + string-join( + ("name ,city ", "Bob ,Berlin ", "Alice ,Aachen "), + char('\n') + ), + { "trim-whitespace": true() } +) + [ "name", "city" ], +[ "Bob", "Berlin" ], +[ "Alice", "Aachen" ] + +
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Parses CSV data supplied as a string, returning the results as an XML document, as described by + .

+
+ +

The arguments have the same meaning, and are subject to the same constraints, as + the arguments of fn:parse-csv.

+ +

If $value is the empty sequence, the function returns the empty sequence.

+ +

In other cases, the effect of the function is equivalent to the result of the + following XQuery expression + (where $options is an empty map if the argument is not supplied):

+ + { + if (exists($colNames)) { + { $colNames ! { . } } + }, + { + for $row in $parsedCSV?rows + return { + for member $field at $col in $row + return { + if ($colnames[$col]) { + attribute column { $colnames[$col] } + }, + $field + } + } + } + } +}]]> + +

The elements in the returned XML are in the namespace + http://www.w3.org/2005/xpath-functions; + the namespace prefix that is used (or its absence) is + .

+ +

If the function is called twice with the same arguments, it is whether the two calls return the same element node + or distinct (but deep equal) element nodes. In this respect it is nondeterministic with respect to node identity.

+ +

The base URI of the element nodes in the result is .

+ +

A schema is defined for the structure of the returned document: see .

+ +

The result of the function will always be such that validation against this schema would succeed. + However, it is whether the result is typed or untyped, + that is, whether the elements and attributes in the returned tree have type annotations that reflect + the result of validating against this schema.

+ + + +
+ +

See fn:parse-csv.

+
+ + + `name,city{ $crlf }Bob,Berlin{ $crlf }Alice,Aachen{ $crlf }` + +

An empty CSV with default column extraction (false):

+ + csv-to-xml(()) + () + + + csv-to-xml("") + + + +]]> + + + csv-to-xml(char('\n')) + + + + + +]]> + +
+ +

An empty CSV with header extraction:

+ + csv-to-xml("", { "header": true() }) + + + +]]> + +
+ +

An empty CSV with explicit column names:

+ + csv-to-xml("", { "header": ("name", "", "city") }) + + + name + + city + + + +]]> + +
+ +

With defaults for delimiters and quotes, recognizing headers:

+ + csv-to-xml($csv-string, { "header": true() }) + + + name + city + + + + Bob + Berlin + + + Alice + Aachen + + + +]]> + +
+ concat( + `date,name,city,amount,currency,original amount,note{ $crlf }`, + `2023-07-19,Bob,Berlin,10.00,USD,13.99{ $crlf }`, + `2023-07-20,Alice,Aachen,15.00{ $crlf }`, + `2023-07-20,Charlie,Celle,15.00,GBP,11.99,cake,not a lie{ $crlf }` +) + +

Filtering columns

+ + csv-to-xml( + $csv-uneven-cols, + { "header": true(), "select-columns": (2, 1, 4) } +) + + + name + date + amount + + + + Bob + 2023-07-19 + 10.00 + + + Alice + 2023-07-20 + 15.00 + + + Charlie + 2023-07-20 + 15.00 + + + +]]> + +
+ +

Ragged rows

+ + csv-to-xml( + $csv-uneven-cols, + { "header": true() } +) + + + date + name + city + amount + currency + original amount + note + + + + 2023-07-19 + Bob + Berlin + 10.00 + USD + 13.99 + + + 2023-07-20 + Alice + Aachen + 15.00 + + + 2023-07-20 + Charlie + Celle + 15.00 + GBP + 11.99 + cake + not a lie + + + +]]> + +
+ +

Trimming rows to constant width

+ + csv-to-xml( + $csv-uneven-cols, + { "header": true(), "trim-rows": true() } +) + + + date + name + city + amount + currency + original amount + note + + + + 2023-07-19 + Bob + Berlin + 10.00 + USD + 13.99 + + + + 2023-07-20 + Alice + Aachen + 15.00 + + + + + + 2023-07-20 + Charlie + Celle + 15.00 + GBP + 11.99 + cake + + + +]]> + +
+ +

Specifying a fixed number of columns

+ + csv-to-xml( + $csv-uneven-cols, + { "header": true(), "select-columns": 1 to 6 } +) + + + date + name + city + amount + currency + original amount + + + + 2023-07-19 + Bob + Berlin + 10.00 + USD + 13.99 + + + 2023-07-20 + Alice + Aachen + 15.00 + + + + + 2023-07-20 + Charlie + Celle + 15.00 + GBP + 11.99 + + + +]]> + +
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Parses input supplied in the form of a JSON text, returning the results typically in the form + of a map or array.

+
+ +

If the second argument is omitted or an empty sequence, the result is the same as + calling the two-argument form with an empty map as the value of the $options + argument.

+ +

The first argument is a JSON text as defined in , in the form of a string or binary value. The function + parses this input to return an XDM value.

+ +

If $value is the empty sequence, the function returns the empty sequence.

+ + +

If the input is "null", the result will also be an empty sequence.

+
+ +

If $value is supplied as a binary value, it is converted to a string. + The function detects the encoding using the same rules as the unparsed-text + function, except that the special handling of media types such as text/xml + and application/xml may be skipped. Otherwise, if $value + is a string, it is processed unchanged.

+ +

The $options argument can be used to control the way in which the parsing + takes place. The option parameter conventions apply.

+ +

The entries that may appear in the $options map are as follows:

+ + + + Determines whether deviations from the syntax of RFC7159 are permitted. + xs:boolean + false() + + + The input must consist of an optional byte order mark (which is ignored) followed by a string + that conforms to the grammar of JSON-text in . An error must be raised + if the input does not conform to the grammar. + + + The input may contain deviations from the grammar of , + which are handled in an implementation-defined way. (Note: some popular + extensions include allowing quotes on keys to be omitted, allowing a comma + to appear after the last item in an array, allowing leading zeroes in numbers, and allowing control characters such as + tab and newline to be present in unescaped form.) Since the extensions accepted + are implementation-defined, an error may be raised + if the input does not conform to the grammar. + + + + + + Determines the policy for handling duplicate keys in a JSON object. + To determine whether keys are duplicates, they are compared using the Unicode codepoint collation, after expanding escape + sequences, unless the escape option is set to true, in which + case keys are compared in escaped form. + + xs:string + use-first + + + An error is raised if duplicate keys are encountered. + + + If duplicate keys are present in a JSON object, all but the first of a set of duplicates are ignored. + + + If duplicate keys are present in a JSON object, all but the last of a set of duplicates are ignored. + + + + + + + + Determines whether special characters are represented in the XDM output in backslash-escaped form. + xs:boolean + false() + + + Any in the input, + whether or not it is represented + in the input by means of an escape sequence, is represented as an unescaped character + in the result. Any other character or codepoint + (for example, an unpaired surrogate) is passed to the fallback function + as described below; in the absence of a fallback function, it is replaced by + U+FFFD. + + + JSON escape sequences are used in the result to represent special characters in the JSON input, as defined below, + whether or not they were represented using JSON escape sequences in the input. + The characters that are considered “special” for this purpose are: + +

all codepoints in the range U+0000 to U+001F + or U+007F to U+009F;

+

all codepoints that do not represent + permitted characters, + including codepoints representing unpaired surrogates;

+

the character U+005C itself.

+
+ + Such characters are represented using a two-character + escape sequence where available (for example, \t), or a six-character escape sequence otherwise + (for example \uDEAD). Characters other than these are not escaped in the result, even if they + were escaped in the input. +
+
+
+ + + + Provides a function which is called when the input contains an escape sequence + that represents a character that is not a . + It is an error to supply the fallback option if the escape + option is present with the value true. + + (fn(xs:string) as xs:anyAtomicType)? + fn { char(0xFFFD) } + + + The function is called when the JSON input contains character that + is not a + It is called once for any surrogate + that is not properly paired with another surrogate. The untyped atomic item + supplied as the argument will always be a two- or six-character escape + sequence, starting with a backslash, that conforms to the rules in the JSON grammar + (as extended by the implementation if liberal:true() is specified): + for example \b or \uFFFF or \uDEAD. +

By default, the escape sequence is replaced with the Unicode + REPLACEMENT CHARACTER. The function is not + called for an escape sequence that is invalid against the grammar (for example \x0A). + The string, which results from invoking fn:string on the result + of the function, is inserted into the result in place of the invalid character. The + function also has the option of raising a dynamic error by calling fn:error.

+
+
+
+ + + Determines how the JSON null value should be represented. + item()* + () + + + The supplied XDM value is used to represent the JSON null value. + The default representation of null is an empty sequence, which works + well in cases where setting a property of an object to null has the + same meaning as omitting the property. It works less well in cases where null + is used with some other meaning, because expressions such as the lookup operator + ? flatten the result to a single sequence of items, + which means that any entries whose value is an empty sequence effectively disappear. + The property can be set to any XDM value; a suggested value is the xs:QName + value fn:QName("http://www.w3.org/2005/xpath-functions", "null"), + which is recognized by the JSON serialization method as representing the JSON value + null. + + + + + + Determines how numeric values should be processed. + (fn(xs:untypedAtomic) as item()?)? + xs:double#1 + + + The supplied function is called to process the string value of any JSON number + in the input. By default, numbers are processed by + converting to xs:double using the XPath casting rules. + Supplying the value xs:decimal#1 will instead convert to xs:decimal + (which potentially retains more precision, but disallows exponential notation), while + supplying a function that casts to (xs:decimal | xs:double) will treat + the value as xs:decimal if there is no exponent, or as xs:double + otherwise. Supplying the value fn:identity#1 causes the value to be retained + unchanged as an xs:untypedAtomic. + + If the liberal option is false (the default), then + the supplied number-parser is called if and only if the value conforms + to the JSON grammar for numbers (for example, + a leading plus sign and redundant leading zeroes are not allowed). If the liberal + option is true then it is also called if the value conforms to an + extension of this grammar. + + + +
+ + + +

The various structures that can occur in JSON are transformed recursively to XDM values + as follows:

+ + + +

A JSON object is converted to a map. + The entries in the map correspond to the key/value + pairs in the JSON object. The key is always of type xs:string; the + associated value may be of any type, and is the result of converting the JSON + value by recursive application of these rules. For example, the JSON text + { "x": 2, "y": 5 } is transformed to the value + { "x": 2, "y": 5 }.

+

If duplicate keys are encountered in a JSON object, they are handled + as determined by the duplicates option defined above.

+

The order of entries is retained.

+
+ +

A JSON array is transformed to an array whose members are the result of converting + the corresponding member of the array by recursive application of these rules. For + example, the JSON text [ "a", "b", null ] is transformed (by default) to the value + [ "a", "b", () ].

+
+ +

A JSON string is converted to an xs:string value. + The handling of special characters depends on the + escape and fallback options, as described in the table above.

+
+ +

A JSON number is processed using the function supplied + in the number-parser option; by default it is converted to an xs:double value using + the rules for casting from xs:string to xs:double.

+
+ +

The JSON boolean values true and false are + converted to the corresponding xs:boolean values.

+
+ +

The JSON value null is converted + to the value given by the null option, which defaults to an + empty sequence.

+
+
+ + +
+ +

A dynamic error occurs if the value of + $value does not conform to the JSON grammar, unless the option + "liberal":true() is present and the processor chooses to accept the deviation.

+ +

A dynamic error occurs if the option + "duplicates": "reject" is present and the value of + $value contains a JSON object with duplicate keys.

+ +

A dynamic error occurs if the $options + map contains an entry whose key is defined in this specification and whose value is not valid for that key, + or if it contains an entry with the key fallback when the option "escape":true() + is also present.

+
+ +

The result of the function will be an instance of one of the following types. An + instance of test (or in XQuery, typeswitch) can be used to + distinguish them:

+ + +

map(xs:string, item()?) for a JSON object

+
+ +

array(item()?) for a JSON array

+
+ +

xs:string for a JSON string

+
+ +

xs:double for a JSON number

+
+ +

xs:boolean for a JSON boolean

+
+ +

empty-sequence() for a JSON null (or for empty input)

+
+
+

If the input starts with a byte order mark, this function ignores it. The byte order mark may have been added + to the data stream in order to facilitate decoding of an octet stream to a character string, but since this function + takes a character string as input, the byte order mark serves no useful purpose.

+ +

The possibility of the input containing characters that are not valid in XML (for example, unpaired surrogates) + arises only when such characters are expressed using JSON escape sequences. This is because the input to the function + is an instance of xs:string, which by definition (see ) + cannot contain unpaired surrogates.

+ +

The serializer provides an option to output data in json-lines format. This is a format for structured data + containing one JSON value (usually but not necessarily a JSON object) on each line. There is no corresponding + option to parse json-lines input, but this can be achieved using the expression + unparsed-text-lines($uri) => parse-json().

+
+ + + + parse-json('{ "x": 1, "y": [ 3, 4, 5 ] }') + { "x": 1e0, "y": [ 3e0, 4e0, 5e0 ] } + + + parse-json('"abcd"') + "abcd" + + + parse-json('{ "x": "\\", "y": "\u0025" }') + { "x": "\", "y": "%" } + + + parse-json( + '{ "x": "\\", "y": "\u0025" }', + { 'escape': true() } +) + { "x": "\\", "y": "%" } + + + parse-json( + '{ "x": "\\", "y": "\u0000" }' +) + { "x": "\", "y": char(0xFFFD) } + + + parse-json( + '{ "x": "\\", "y": "\u0000" }', + { 'escape': true() } +) + { "x": "\\", "y": "\u0000" } + + + parse-json( + '{ "x": "\\", "y": "\u0000" }', + { 'fallback': fn($s) { '[' || $s || ']' } } +) + { "x": "\", "y": "[\u0000]" } + + + parse-json( + "1984.2", + { 'number-parser': fn { xs:integer(round(.)) } } +) + 1984 + + + parse-json( + '[ 1, -1, 2 ]', + { 'number-parser': fn { boolean(. >= 0) } } +) + [ true(), false(), true() ] + + + parse-json('[ "a", null, "b" ]', + { 'null': #fn:null } +) + [ "a", #fn:null, "b" ] + + + + + +

The rules regarding use of non-XML characters in JSON texts have been relaxed.

+
+ +

An option is provided to control how the JSON null value should be handled.

+
+ +

An option is provided to control how JSON numbers should be formatted.

+
+ +

The default for the escape option has been changed to false. The 3.1 + specification gave the default value as true, but this appears to have been an error, + since it was inconsistent with examples given in the specification and with tests in the test suite.

+
+ +

The order of entries in maps is retained.

+
+ +

Support for binary input has been added.

+
+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + +

Reads an external resource containing JSON, and returns the result of parsing the resource as JSON.

+
+ +

If the second argument is omitted or an empty sequence, the result is the same as + calling the two-argument form with an empty map as the value of the $options + argument.

+

The effect of the two-argument function call fn:json-doc($H, $M)is equivalent to the function composition + fn:unparsed-binary($H) => fn:parse-json($M).

+

If $source is the empty sequence, the function returns the empty sequence.

+
+ +

The function may raise any error defined for the fn:unparsed-text or fn:parse-json + functions.

+
+ +

An initial byte order mark is dropped, as with the fn:unparsed-text function.

+

If the input cannot be decoded (that is, converted into a sequence of Unicode codepoints, which may or may not represent characters), + then a dynamic error occurs as with the fn:unparsed-text function.

+

If the input can be decoded, + then the possibility still arises that the resulting sequence of codepoints includes codepoints that are + not permitted characters. Such codepoints are translated into JSON escape sequences (for example, \uFFFF), + and the JSON escape sequence is then passed to the fallback function specified in the $options argument, which in turn + defaults to a function that returns the Unicode REPLACEMENT CHARACTER (xFFFD).

+ +

The function may accept a resource in any encoding. requires + UTF-8, UTF-16, or UTF-32 to be accepted, but it is not an error if a different encoding is used. + The function detects the encoding using the same rules as the unparsed-text + function, except that the special handling of media types such as text/xml + and application/xml may be skipped.

+ + + +
+ +

Additional options are available, as defined by fn:parse-json.

+ + +

It is no longer automatically an error if the input + contains a codepoint that is not valid in XML. Instead, the codepoint + must be a . The set of permitted + characters is , but it is + recommended that all Unicode characters should + be accepted.

+
+
+ +
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the number of members in the supplied array.

+
+ +

The function returns the number of members in the array.

+
+ +count(array:members($array)) + + +

Note that because an array is an item, the fn:count function + when applied to an array always returns 1.

+
+ + + + array:size([ "a", "b", "c" ]) + 3 + + + array:size([ "a", [ "b", "c" ] ]) + 2 + + + array:size([]) + 0 + + + array:size([ [] ]) + 1 + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if the supplied array contains no members.

+
+ +

The function returns true if and only if $array contains no members.

+
+ + +

The test for emptiness is not the same as the test used by the + xsl:on-empty instruction in XSLT. For example, an array + is not considered empty by this function if it contains a single + member that is itself an empty array.

+
+ + + + array:empty([ "a", "b", "c" ]) + false() + + + array:empty([]) + true() + + + array:empty([ [] ]) + false() + + + array:empty([ () ]) + false() + + + + +

New in 4.0

+
+
+ + + + + + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the value at the specified position in the supplied array + (counting from 1).

+
+ +

Informally, the function returns the member at a specified position in the array.

+ +

If $position is out of bounds (that is, if + it is less than one or greater than array:size($array)), then the effect + depends on the number of arguments:

+ + +

When there are two arguments, an error is raised ().

+

When there are three arguments, the value of $default is returned.

+
+ + Provide separate "formal equivalents" for the two variants. +
+ +(: For the two-argument form: :) + if ($position = (1 to array:size($array))) + then items-at(array:members($array), $position) => map:get('value')) + else error(), +(: For the three-argument form: :) + if ($position = (1 to array:size($array))) + then items-at(array:members($array), $position) => map:get('value')) + else $default + + +

In the absence of a $default argument, + a dynamic error occurs if $position is not in the range 1 to + array:size($array) inclusive.

+
+ + + + [ "a", "b", "c" ] => array:get(2) + "b" + + + [ "a", [ "b", "c" ] ] => array:get(2) + [ "b", "c" ] + + + [ "a" ] => array:get(1, ()) + "a" + + + [ "a" ] => array:get(2, ()) + () + + + + + +

A third argument is added, allowing user control of how index-out-of-bounds + conditions should be handled.

+
+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an array containing all the members of a supplied array, except for one member which is replaced with a new value.

+
+ +

Informally, the result is an array whose size is array:size($array), in which all + members in positions other than $position are the same as the members in the corresponding position + of $array, and the member in position $position is $member.

+ + +
+ array:remove($position) +=> array:insert-before($position, $member) + ]]> + +

A dynamic error occurs if $position is not in the range 1 to + array:size($array) inclusive.

+

This error will always occur if $array is empty.

+
+ + + + array:put([ "a", "b", "c" ], 2, "d") + [ "a", "d", "c" ] + + + array:put([ "a", "b", "c" ], 2, ("d", "e")) + [ "a", ("d", "e"), "c" ] + + + array:put([ "a" ], 1, [ "d", "e" ]) + [ [ "d", "e" ] ] + + + +
+ + + + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an array containing all the members of a supplied array, plus one additional member at the end.

+
+ +

Informally, the result is an array whose size is array:size($array) + 1, in which all + members in positions 1 to array:size($array) are the same as the members in the corresponding position + of $array, and the member in position array:size($array) + 1 is $member.

+ + +
+ + dm:array-append($array, $member) + + + + + array:append([ "a", "b", "c" ], "d") + [ "a", "b", "c", "d" ] + + + array:append([ "a", "b", "c" ], ("d", "e")) + [ "a", "b", "c", ("d", "e") ] + + + array:append([ "a", "b", "c" ], [ "d", "e" ]) + [ "a", "b", "c", [ "d", "e" ] ] + + + +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Concatenates the contents of several arrays into a single array, with an optional + separator between adjacent members.

+
+ +

Informally, the function concatenates the members of several arrays into a single array. + If a separator is supplied, its members are inserted before the members of the second + and the following arrays.

+
+ + + + + array:join(()) + [] + + + array:join([ 1, 2, 3 ]) + [ 1, 2, 3 ] + + + array:join(([ "a", "b" ], [ "c" ])) + [ "a", "b", "c" ] + + + array:join(([ "a", "b" ], [ "c" ], [])) + [ "a", "b", "c" ] + + + array:join(([ "a", "b" ], [ [ "c" ] ])) + [ "a", "b", [ "c" ] ] + + + array:join( + characters('abc') ! array { . }, + [ "/" ] +) + [ "a", "/", "b", "/", "c" ] + + + array { 1 to 3 } +=> array:split() +=> array:join([ () ]) + [ 1, (), 2, (), 3 ] + + + array:join( + ([ () ], [ 1, (2, 3) ]), + [ "a", ("b", "c") ] +) + [(), "a", ("b", "c"), 1, (2, 3)] + + + + + +

Optional $separator added.

+
+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an array containing all members from a supplied array starting at a supplied + position, up to a specified length.

+
+ +

Except in error cases, + the two-argument version of the function returns the same result as the three-argument + version when called with $length equal to the value of + array:size($array) - $start + 1.

+

Setting the third argument to the empty sequence has the same effect as omitting the argument.

+ +
+ array:members() +=> subsequence($start, $length) +=> array:of-members() + ]]> + +

A dynamic error is raised if $start is less than one + or greater than array:size($array) + 1.

+

For the three-argument version of the function:

+ + +

A dynamic error is raised + if $length is less than zero.

+
+ +

A dynamic error is raised + if $start + $length is greater than array:size($array) + 1.

+
+
+
+ +

The value of $start can be equal to array:size($array) + 1 provided that $length + is either equal to zero or omitted. In this case the result will be an empty array.

+
+ + + + array:subarray([ "a", "b", "c", "d" ], 2) + [ "b", "c", "d" ] + + + array:subarray([ "a", "b", "c", "d" ], 5) + [] + + + array:subarray([ "a", "b", "c", "d" ], 2, 0) + [] + + + array:subarray([ "a", "b", "c", "d" ], 2, 1) + [ "b" ] + + + array:subarray([ "a", "b", "c", "d" ], 2, 2) + [ "b", "c" ] + + + array:subarray([ "a", "b", "c", "d" ], 5, 0) + [] + + + array:subarray([], 1, 0) + [] + + + + + +

Supplying an empty sequence as the value of an optional argument is equivalent to + omitting the argument.

+
+
+
+ + + + + + + + + + + deterministic + context-dependent + focus-independent + + + deterministic + context-dependent + focus-independent + + +

Returns a sequence of positive integers giving the positions within the array + $array of members that are equal to $target.

+
+ + +

Informally, all members of $array are compared with $target. + An array member is compared to the target value using the rules of the + fn:deep-equal function, with the specified (or defaulted) collation. + The index position of the member is included in the result sequence if the + comparison returns true. +

+

The collation used by this function is determined according to the rules in . This collation is used when string comparison is required.

+

The first member in an array is at position 1, not position 0.

+

The result sequence is in ascending numeric order.

+
+ +array:index-where($array, deep-equal(?, $target, $collation)) + + +

If $array is the empty array, or if no member in + $array matches $target, then the function returns the empty + sequence.

+
+ + + + array:index-of([ 10, 20, 30, 30, 20, 10 ], 20) + 2, 5 + + + + + array:index-of([ (), 1, (5, 6), (6, 7) ], (6, 7)) + 4 + + + + + +array:index-of( + [ "a", ("b", "C"), "d" ], + ("B", "c"), + "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive" +) + + 2 + + + + + +array:index-of( + [ '1', xs:untypedAtomic('1'), 1, current-date() ], + '1' +) + 1, 2 + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the positions in an input array of members that match a supplied predicate.

+
+ + +

The result of the function is a sequence of integers, in monotonic ascending order, representing + the 1-based positions in the input array of those members for which the supplied predicate function + returns true. A return value of () is treated as false.

+ +
+ + +dm:iterate-array($array, fn($member, $pos) { + if ($predicate($member, $pos)) { $pos } +}) + + + + + + array:index-where([], boolean#1) + () + + + array:index-where([ 0, (), 4, 9 ], boolean#1) + 3, 4 + + + array:index-where( + array { 1 to 10 }, + function { . mod 2 = 0 } +) + 2, 4, 6, 8, 10 + + + array:index-where( + [ "January", "February", "March", "April", + "May", "June", "July", "August", "September", + "October", "November", "December" ], + contains(?, "r") +) + 1, 2, 3, 4, 9, 10, 11, 12 + + + array:index-where( + [ (1, 2, 3), (4, 5, 6), (7, 8) ], + fn($m) { count($m) = 3 } +) + 1, 2 + + + 2 } +)]]> + 3, 5 + + + + +

New in 4.0

+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+
+
+ + + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an array containing selected members of a supplied input array based on their position.

+
+ +

Informally, the array is converted to a sequence, the function fn:slice + is applied to this sequence, and the resulting sequence is converted back to an array.

+
+ array:members() +=> slice($start, $end, $step) +=> array:of-members() + ]]> + + +

Note that unlike other operations on arrays, there are no out-of-bounds errors for inappropriate + values of $start, $end, or $step.

+
+ + + + + + array:slice($in, start := 2, end := 4) + [ "b", "c", "d" ] + + + array:slice($in, start := 2) + [ "b", "c", "d", "e" ] + + + array:slice($in, end := 2) + [ "a", "b" ] + + + array:slice($in, start := 3, end := 3) + [ "c" ] + + + array:slice($in, start := 4, end := 3) + [ "d", "c" ] + + + array:slice($in, start := 2, end := 5, step := 2) + [ "b", "d" ] + + + array:slice($in, start := 5, end := 2, step := -2) + [ "e", "c" ] + + + array:slice($in, start := 2, end := 5, step := -2) + [] + + + array:slice($in, start := 5, end := 2, step := 2) + [] + + + array:slice($in) + [ "a", "b", "c", "d", "e" ] + + + array:slice($in, start := -1) + [ "e" ] + + + array:slice($in, start := -3) + [ "c", "d", "e" ] + + + array:slice($in, end := -2) + [ "a", "b", "c", "d" ] + + + array:slice($in, start := 2, end := -2) + [ "b", "c", "d" ] + + + array:slice($in, start := -2, end := 2) + [ "d", "c", "b" ] + + + array:slice($in, start := -4, end := -2) + [ "b", "c", "d" ] + + + array:slice($in, start := -2, end := -4) + [ "d", "c", "b" ] + + + array:slice($in, start := -4, end := -2, step := 2) + [ "b", "d" ] + + + array:slice($in, start := -2, end := -4, step := -2) + [ "d", "b" ] + + + array:slice([ "a", "b", "c", "d" ], 0) + [ "a", "b", "c", "d" ] + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an array containing all the members of the supplied array, except for the + members at specified positions.

+
+ +

Informally, the function returns an array of size array:size($array) - fn:count(fn:distinct-values($positions)) + containing all members from $array + except the members whose position (counting from 1) is present in the sequence $positions. + The order of the remaining members is preserved.

+ +
+ array:members() +=> remove($positions) +=> array:of-members() + ]]> + +

A dynamic error is raised if any integer in $positions is not in the range 1 to + array:size($array) inclusive. By implication, an error occurs if $array is empty, unless $positions + is also empty.

+
+ + + + array:remove([ "a", "b", "c", "d" ], 1) + [ "b", "c", "d" ] + + + array:remove([ "a", "b", "c", "d" ], 2) + [ "a", "c", "d" ] + + + array:remove([ "a" ], 1) + [] + + + array:remove([ "a", "b", "c", "d" ], 1 to 3) + [ "d" ] + + + array:remove([ "a", "b", "c", "d" ], ()) + [ "a", "b", "c", "d" ] + + + +
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an array containing all the members of the supplied array, with one additional member at a specified position.

+
+ +

Informally, the function returns an array of size array:size($array) + 1 + containing all members from $array + whose position is less than $position, then a new member given by $member, and + then all members from $array whose position is greater than or equal to $position. + Positions are counted from 1.

+
+ array:members() +=> insert-before($position, { 'value': $member }) +=> array:of-members() + ]]> + +

A dynamic error occurs if $position is not in the range 1 to + array:size($array) + 1 inclusive.

+
+ +

Setting $position to 1 has the effect of prepending the new member at the start of the array. Setting $position + to the value array:size($array) + 1 delivers the same result as array:append($array, $member).

+
+ + + + array:insert-before( + [ "a", "b", "c", "d" ], + 3, + ("x", "y") +) + [ "a", "b", ("x", "y"), "c", "d" ] + + + array:insert-before( + [ "a", "b", "c", "d" ], + 5, + ("x", "y") +) + [ "a", "b", "c", "d", ("x", "y") ] + + + array:insert-before( + [ "a", "b", "c", "d" ], + 3, + [ "x", "y" ] +) + [ "a", "b", [ "x", "y" ], "c", "d" ] + + + +
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the first member of an array, that is $array(1).

+
+ +

The function returns first member of $array.

+
+ +array:get($array, 1) + + +

A dynamic error occurs if $array is empty.

+
+ + + + array:head([ 5, 6, 7, 8 ]) + 5 + + + array:head([ [ "a", "b" ], [ "c", "d" ] ]) + [ "a", "b" ] + + + array:head([ ("a", "b"), ("c", "d") ]) + "a", "b" + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the last member of an array.

+
+ +

The function returns the last member of $array. +

+
+ + +

A dynamic error occurs if $array is empty.

+
+ + + + array:foot([ 5, 6, 7, 8 ]) + 8 + + + array:foot([ [ "a", "b" ], [ "c", "d" ] ]) + [ "c", "d" ] + + + array:foot([ ("a", "b"), ("c", "d") ]) + "c", "d" + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an array containing all members except the first from a supplied array.

+
+ +

The function returns an array containing all members of the supplied array except the first.

+
+ + +

A dynamic error occurs if $array is empty.

+
+ +

If the supplied array contains exactly one member, the result will be an empty array.

+
+ + + + array:tail([ 5, 6, 7, 8 ]) + [ 6, 7, 8 ] + + + array:tail([ 5 ]) + [] + + + +
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an array containing all members except the last from a supplied array.

+
+ +

The function returns an array containing all members of the supplied array except the last.

+
+ + +

A dynamic error occurs if $array is empty.

+
+ +

If the supplied array contains exactly one member, the result will be an empty array.

+
+ + + + array:trunk([ 5, 6, 7, 8 ]) + [ 5, 6, 7 ] + + + array:trunk([ 5 ]) + [] + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns an array containing all the members of a supplied array, but in reverse order.

+
+ +

The function returns an array with the same number of members + as $array, but in reverse order.

+
+ array:members() +=> reverse() +=> array:of-members() + ]]> + + + + array:reverse([ "a", "b", "c", "d" ]) + [ "d", "c", "b", "a" ] + + + array:reverse([ ("a", "b"), ("c", "d") ]) + [ ("c", "d"), ("a", "b") ] + + + array:reverse([ 1 to 5 ]) + [ (1, 2, 3, 4, 5) ] + + + array:reverse([]) + [] + + + +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns an array whose size is the same as array:size($array), in which + each member is computed by applying $action to the corresponding member of + $array.

+
+ +

Informally, the function returns an array whose members are obtained by applying + the supplied $action function to each member of the input array in turn.

+

The $action function is called with two arguments: the first is the + array member (which in general is an arbitrary sequence), and the second is the 1-based + integer position.

+
+ +array:of-members( + for-each(array:members($array), + fn($member, $pos) { + { 'value': $action($member, $pos) } + }) +) + + + + + array:for-each( + [ "A", "B", 1, 2 ], + fn($z) { $z instance of xs:integer } +) + [false(), false(), true(), true()] + + + array:for-each( + [ "the cat", "sat", "on the mat" ], + tokenize#1 +) + [ ("the", "cat"), "sat", ("on", "the", "mat") ] + + + array:for-each( + [ [ "the", "cat" ], [ "sat" ], [ "on", "the", "mat" ] ], + array:flatten#1 +) + [ ("the", "cat"), "sat", ("on", "the", "mat") ] + + + array:for-each( + [ 'one', 'two', 'three' ], + fn($member, $pos) { $pos || '. ' || $member } +) + [ "1. one", "2. two", "3. three" ] + + + + + +

The $action callback function now accepts an optional position argument.

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns an array containing those members of the $array for which + $predicate returns true. A return value of () + is treated as false.

+
+ +

Informally, the function returns an array containing those members of the input + array that satisfy the supplied predicate.

+
+ +array:of-members( + filter( + array:members($array), + fn($item, $pos) { $predicate(map:get($item, 'value'), $pos) } + ) +) + +

As a consequence of the function signature and the function calling rules, a type error occurs if the supplied + function $function returns anything other than a single xs:boolean item + or an empty sequence; there is no conversion to an effective boolean value.

+
+ + + + array:filter( + [ "A", "B", 1, 2 ], + fn($x) { $x instance of xs:integer } +) + [ 1, 2 ] + + + array:filter( + [ "the cat", "sat", "on the mat" ], + function { count(tokenize(.)) > 1 } +) + [ "the cat", "on the mat" ] + + + array:filter([ "A", "B", "", 0, 1 ], boolean#1) + [ "A", "B", 1] + + + + + let $array := [ 1, 1, 2, 3, 4, 4, 5 ] +return array:filter( + $array, + fn($item, $pos) { $pos > 1 and $item = $array($pos - 1) } +) + [ 1, 4 ] + + + + + +

The $predicate callback function now accepts an optional position argument.

+
+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Evaluates the supplied function cumulatively on successive members of the supplied + array.

+
+ +

The function is defined formally below, in terms of the equivalent fn:fold-left + function for sequences.

+
+ + +

If the supplied array is empty, the function returns $init.

+

If the supplied array contains a single member $m, the function returns $init => $action($m).

+

If the supplied array contains two members $m and $n, the function returns + $init => $action($m) => $action($n); and similarly for an input array with more than two members.

+ +
+ + + + array:fold-left( + [ true(), true(), false() ], + true(), + fn($x, $y) { $x and $y } +) + false() + Returns true if every member of the input array has an effective boolean value of true(). + + + array:fold-left( + [ true(), true(), false() ], + false(), + fn($x, $y) { $x or $y } +) + true() + Returns true if at least one member of the input array has an effective boolean value of true(). + + + array:fold-left( + [ 1, 2, 3 ], + [], + fn($x, $y) { [ $x, $y ] } +) + [ [ [ [], 1 ], 2 ], 3 ] + + + +
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Evaluates the supplied function cumulatively on successive values of the supplied + array.

+
+ +

The function is defined formally below, in terms of the equivalent fn:fold-right + function for sequences.

+
+ + +

If the supplied array is empty, the function returns $init.

+

If the supplied array contains a single member $m, the function returns $action($m, $init).

+

If the supplied array contains two members $m and $n, the function returns + $action($m, $action($n, $init)); and similarly for an input array with more than two members.

+
+ + + + array:fold-right( + [ true(), true(), false() ], + true(), + fn($x, $y) { $x and $y } +) + false() + Returns true if every member of the input array has an effective boolean value of true(). + + + array:fold-right( + [ true(), true(), false() ], + false(), + fn($x, $y) { $x or $y } +) + true() + Returns true if at least one member of the input array has an effective boolean value of true(). + + + array:fold-right( + [ 1, 2, 3 ], + [], + fn($x, $y) { [ $x, $y ] } +) + [ 1, [ 2, [ 3, [] ] ] ] + + + +
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns an array obtained by evaluating the supplied function once for each pair of members at the same position in + the two supplied arrays.

+
+ +

Informally, the function applies $action to each pair of values in corresponding positions + within $array1 and $array2, ignoring any excess values if one array is longer + than the other. The results are then assembed into a new array whose size is equal to the shorter of the + two input arrays.

+
+ + +

If the arrays have different size, excess members in the longer array are ignored.

+
+ + + + array:for-each-pair( + [ "A", "B", "C" ], + [ 1, 2, 3 ], + fn($x, $y) { array { $x, $y }} +) + [ [ "A", 1 ], [ "B", 2 ], [ "C", 3 ] ] + + + let $array := [ "A", "B", "C", "D" ] +return array:for-each-pair( + $array, + array:tail($array), + concat#2 +) + [ "AB", "BC", "CD" ] + + + + + + [ "1: 3", "2: 8", "3: 3" ] + + + + + +

The $action callback function now accepts an optional position argument.

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns an array obtained by evaluating the supplied function once for each item in the input sequence.

+
+ +

If the function is called with one argument, the effect is the same as calling the two-argument + function with fn:identity#1 as the second argument.

+

Informally, array:build#2 applies the supplied function to each item + in the input sequence, and the resulting sequence becomes one member of the returned array.

+
+ +array:of-members( + for-each($input, + fn($item, $pos) { { 'value': $action($item, $pos) } } + ) +) + + +

The single-argument function array:build($input) is equivalent to the XPath + expression array { $input }, but it is useful to have this available as a function.

+

The two-argument form facilitates the construction of arrays whose members are arbitrary + sequences.

+
+ + + + array:build(1 to 5) + [ 1, 2, 3, 4, 5 ] + + + array:build(1 to 5, fn { 2 * . }) + [ 2, 4, 6, 8, 10 ] + + + array:build(1 to 5, fn { 1 to . }) + [ 1, (1, 2), (1, 2, 3), (1, 2, 3, 4), (1, 2, 3, 4, 5) ] + + + array:build(("red", "green", "blue"), characters#1) + [ ("r", "e", "d"), ("g", "r", "e", "e", "n"), ("b", "l", "u", "e") ] + + + array:build(1 to 5, fn { array { 1 to . } }) + [ [ 1 ], [ 1, 2 ], [ 1, 2, 3 ], [ 1, 2, 3, 4 ], [ 1, 2, 3, 4, 5 ] ] + + + +array:build( + (0x41 to 0x48) ! char(.), + fn($char, $pos) { + if ($pos mod 2 = 0) then lower-case($char) else $char + } +) + + [ "A", "b", "C", "d", "E", "f", "G", "h" ] + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Delivers the contents of an array as a sequence of value records.

+
+ +

The members of the array are delivered as a sequence of value records. + A value record is an item that encapsulates an arbitrary sequence $S: specifically + it is a map comprising a single entry whose key is the xs:string value + "value" and whose corresponding value is $S. The content encapsulated + by a value record $V can be obtained using the expression $V?value.

+ + +
+ + dm:iterate-array($array, array:member#1) + + +

This function is the inverse of array:of-members.

+
+ + + + + array:members([]) + () + + + array:members([ 1 to 5 ])?value + 1, 2, 3, 4, 5 + + + array:members([ (1, 1), (2, 4), (3, 9), (4, 16), (5, 25) ]) +! sum(?value) + 2, 6, 12, 20, 30 + + + let $array := [ "any array" ] +return deep-equal( + $array, + array:of-members(array:members($array)) +) + true() + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Delivers the contents of an array as a sequence of single-member arrays.

+
+ +

The members of the array are delivered as a sequence of + single-member arrays. + Each returned array encapsulates the value of one member of $array.

+
+ +dm:iterate-array($array, fn($member) { array:append([], $member) }) + + +

The function call array:split($array) produces the same result as the + expression for member $m in $array return [ $m ].

+

This function is the inverse of array:join.

+
+ + + + + array:split([]) + () + + + array:split([ () ]) + [ () ] + + + array:split([ 1 to 5 ]) + [ (1, 2, 3, 4, 5) ] + + + array:split( + array { 1 to 5 } +) + [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ] + + + array:split( + [ (1, 1), (2, 4), (3, 9), (4, 16), (5, 25) ] +) ! sum(.) + 2, 6, 12, 20, 30 + + + let $array := [ "any array" ] +return deep-equal( + $array, + array:join(array:split($array)) +) + true() + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Constructs an array from the contents of a sequence of value records.

+
+ +

The input items must be value records, as defined in the type signature. + A value record is an item that encapsulates + an arbitrary sequence $S: specifically + it is a map comprising a single entry whose key is the xs:string value + "value" and whose corresponding value is $S. The content encapsulated + by a value record $V can be obtained using the expression $V?value.

+ + +
+ + +fold-left($input, [], fn($array, $record) { + array:append($array, map:get($record, 'value')) +}) + + + +

This function is the inverse of array:members.

+
+ + + + array:of-members(()) + [] + + + array:of-members({ 'value': (1 to 5) }) + [ (1, 2, 3, 4, 5) ] + + + array:of-members((1 to 5) ! { 'value': . }) + [ 1, 2, 3, 4, 5 ] + + + array:of-members((1 to 3) ! { 'value': (., . * .) }) + [ (1, 1), (2, 4), (3, 9) ] + + + + +

New in 4.0

+
+
+ + + + + + + + + + + + + deterministic + context-dependent + focus-independent + + + + +

Sorts a supplied array, based on the value of a sort key supplied as a function.

+
+ +

This function is retained for compatibility from version 3.1 of this specification. Version 4.0 + introduces a more powerful functions, array:sort-by.

+ +

The function call array:sort($array, $collation, $key) is defined to have the same effect as the + call array:sort-by($array, { 'key': $key, 'collation': $collation, 'order': 'ascending'}). + See array:sort-by.

+ +

The result of the function is a sequence that contains all the items from $input, + typically in a different order, the order being defined by the supplied sort key definitions.

+ + +
+ + array:sort-by($array, { 'key':$key, 'collation':$collation, 'order':'ascending' }) + + +

If the set of computed sort keys contains values that are not comparable using the lt operator then the sort + operation will fail with a type error (). +

+
+ + + + array:sort([ 1, 4, 6, 5, 3 ]) + [ 1, 3, 4, 5, 6 ] + + + array:sort([ 1, -2, 5, 10, -10, 10, 8 ], (), abs#1) + [ 1, -2, 5, 8, 10, -10, 10 ] + + + array:sort([ [ 2, "i" ], [ 1, "e" ], [ 2, "g" ], [ 1, "f" ] ]) + [ [ 1, "e" ], [ 1, "f" ], [ 2, "g" ], [ 2, "i" ] ] + + + +
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + + +

Sorts a supplied array, based on the value of a number of sort keys supplied as functions.

+
+ +

The result of the function is an array that contains the same members as $array, + typically in a different order, the order being defined by the supplied sort key definitions.

+ +

A sort key definition is a record with three parts:

+ + +

key: A sort key function, which is applied to each member of the input sequence to + determine a sort key value. If no function is supplied, the default is fn:data#1, + which atomizes the value of the array member.

+

collation: A collation, which is used when comparing sort key values + that are of type xs:string or xs:untypedAtomic. If no collation is supplied, the default + collation from the static context is used.

+

When comparing values of types other than xs:string or xs:untypedAtomic, + the collation is ignored (but an error may be reported if it is + invalid). For more information see .

+ +
+

order: An order direction, either "ascending" or + "descending". The default is "ascending".

+
+ +

The number of sort key definitions is determined by the number of records supplied + in the $keys argument. If the argument is absent or empty, the default is + a single sort key definition using the function data#1, using the default collation + from the static context, and with order ascending.

+ + + + +

The result of the array:sort-by function is obtained as follows:

+ + + +

The result array contains the same members as $array, + but generally in a different order.

+
+ +

The sort key definitions are established as described above. + The sort key definitions are in major-to-minor order. That is, the position of two + values $A and $B in the result sequence is determined first by the + relative magnitude of their + primary sort key values, which are computed by evaluating the sort key function in the + first sort key definition. + If those two sort key values are equal, then the position is determined by the relative magnitude + of their secondary sort key values, computed by evaluating the + sort key function in the second sort key definition, and so on.

+
+ +

When a pair of corresponding sort key values of $A and $B are + found to be not equal, + then $A precedes $B in the result sequence + if both the following conditions are true, or if both conditions are false:

+ + +

The sort key value for $A is less than the sort key value for $B, + as defined below.

+
+ +

The order direction in the corresponding sort key definition + is "ascending".

+
+
+
+

If all the sort key values for $A and $B are pairwise equal, then + $A precedes $B in the result sequence if and only if + $A precedes $B in the input sequence.

+

That is, the sort is stable.

+
+ +

Each sort key value for a given array member is obtained by applying the sort key + function of the corresponding sort key definition to that member. The result + of this function is in the general case a sequence of atomic items. + Two sort key values $a and $b are compared as follows:

+ +

Let $C be the collation in the corresponding + sort key definition.

+
+

Let $REL be the result of evaluating op:lexicographic-compare($key($A), $key($B), $C) + where op:lexicographic-compare($a, $b, $C) is defined as follows:

+ if (empty($a) and empty($b)) then 0 +else if (empty($a)) then -1 +else if (empty($b)) then +1 +else let $rel = op:simple-compare(head($a), head($b), $C) + return if ($rel eq 0) + then op:lexicographic-compare(tail($a), tail($b), $C) + else $rel
+

Here op:simple-compare($k1, $k2) is defined as follows:

+ if ($k1 instance of (xs:string | xs:anyURI | xs:untypedAtomic) + and $k2 instance of (xs:string | xs:anyURI | xs:untypedAtomic)) +then compare($k1, $k2, $C) +else if ($k1 instance of xs:numeric and $k2 instance of xs:numeric) +then compare($k1, $k2) +else if ($k1 eq $k2) then 0 +else if ($k2 lt $k2) then -1 +else +1 +

This raises an error if two keys are not comparable, for example + if one is a string and the other is a number, or if both belong to a non-ordered + type such as xs:QName.

+

If $REL is zero, then the two sort key values are deemed + equal; if $REL is -1 then $a is deemed less than + $b, and if $REL is +1 then $a is deemed greater than + $b

+
+
+
+
+ array:members() +=> fn:sort-by( + for $key-spec in ($keys otherwise {}) + return map:put{$key-spec, 'key', fn($member as record(value)) as xs:anyAtomicType* { + map:get($key-spec, 'key', fn:data#1)(map:get($member, 'value')) + } +) +=> array:of-members() + ]]> + +

If the set of computed sort keys contains values that are not comparable using the lt operator then the sort + operation will fail with a type error (). +

+
+ +

The function is a generalization of the array:sort function available in 3.1, + which is retained for compatibility. The enhancements allow multiple sort keys to be defined, each potentially with + a different collation, and allow sorting in descending order.

+

If the sort key for an item evaluates to an empty sequence, the effect of the rules is that this item + precedes any value for which the key is non-empty. This is equivalent to the effect of the XQuery option + empty least. The effect of the option empty greatest can be achieved by adding an + extra sort key definition with {'key': fn{empty(K(.)}}: when comparing boolean sort keys, + false precedes true.

+
+ + + + array:sort-by([1, 4, 6, 5, 3], {}) + [1, 3, 4, 5, 6] + + + array:sort-by([1, 4, 4e0, 6, 5, 3], {'order': 'descending'}) + [6, 5, 4, 4e0, 3, 1] + + + array:sort-by([(1,4,3), 4, (5,6), 2], ({'key': count#1}, {})) + [2, 4, (5,6), (1,4,3)] + + + + +

New in 4.0.

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Replaces any array appearing in a supplied sequence with the members of the array, recursively.

+
+ +

The function processes the items in the supplied sequence $input as follows:

+ + +

An item that is an array is replaced by its members, retaining order.

+
+ +

Any other item is retained unchanged.

+
+
+

The process is then repeated so long as the sequence contains an array among its items.

+ +
+ + +

The argument to the function will often be a single array item, but this is not essential.

+

Unlike atomization, this function retains any nodes contained in the array.

+
+ + + + array:flatten([ 1, 4, 6, 5, 3 ]) + 1, 4, 6, 5, 3 + + + array:flatten(([ 1, 2 ], [ [ 10, 11 ], 12 ], [], 13)) + 1, 2, 10, 11, 12, 13 + + + array:flatten([ (1, 0), (1, 1), (0, 1), (0, 0) ]) + 1, 0, 1, 1, 0, 1, 0, 0 + + + +
+ + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the sequence concatenation of the members of an array.

+
+ +

The function returns the sequence concatenation + of the members of $array, retaining order.

+ + +
+ + dm:iterate-array($array, fn($member, $pos) { $member }) + + +

Unlike array:flatten, the function does not apply recursively + to nested arrays.

+

If $A is a single array item, then array:items($A) + returns the same result as $A?*.

+
+ + + + array:items(["one", "two", "three"]) + "one", "two", "three" + + + array:items(["one", ("two", "three")]) + "one", "two", "three" + + + array:items(["one", ("two", "three"), ()]) + "one", "two", "three" + + + array:items(["one", ["two", "three"]]) + "one", ["two", "three"] + + + array:items([ (), 1, (2 to 4), [ 5 ] ]) + 1, 2, 3, 4, [ 5 ] + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-dependent + focus-dependent + + + +

Provides access to the public functions and global variables of a dynamically loaded XQuery library module.

+
+ +

The function loads an implementation-defined set of modules having the target namespace $module-uri.

+

If the second argument is omitted or an empty sequence, the result is the same as + calling the two-argument form with an empty map as the value of the $options + argument.

+

The $options argument can be used to control the way in which the function operates. + The option parameter conventions apply.

+ + + + + The minimum level of the XQuery language that the + processor must support. + xs:decimal + The version given in the prolog of the library module; or + implementation-defined if this is absent. + + + A sequence of URIs (in the form of xs:string values) which may be used or ignored in an + implementation-defined way. + xs:string* + Empty sequence + + + The content of the query module as a string. When this option is used, the + location-hints option is ignored. The static base URI of the dynamically loaded + module is the same as the executable base URI + of the caller. + xs:string? + Empty sequence + + + The item to be used as the initial context item when evaluating global variables in the library module. Supplying + an empty sequence is equivalent to omitting the entry from the map, and indicates the absence of a context item. + If the library module specifies a required type for the context item, then the supplied value must conform to + this type, without conversion. + item()? + Absent + + + Values for external variables defined in the library module. Values must be supplied + for external variables that have no default value, and may be supplied for external variables + that do have a default value. The supplied value must conform to the required type of the variable, without conversion. + The map contains one entry for each external variable: the key is the variable’s name, and the associated value is + the variable’s value. The option parameter conventions do not apply + to this contained map. + map(xs:QName, item()*) + An empty map + + + Values for vendor-defined configuration options for the XQuery processor used to process the request. The key is the + name of an option, expressed as a QName: the namespace URI of the QName should be a URI controlled + by the vendor of the XQuery processor. The meaning of the associated value is implementation-defined. + Implementations should ignore options whose names are in an unrecognized namespace. + The option parameter conventions do not apply + to this contained map. + map(xs:QName, item()*) + An empty map + + + + +

The result of the function is a map + R with two entries, as defined in .

+ + +

The static and dynamic context of the library module are established according to the rules in + .

+ +

It is implementation-defined whether constructs in the library module + are evaluated in the same execution scope as the calling module.

+ +

The library module that is loaded may import other modules using an import module declaration. The result of + fn:load-xquery-module does not include global variables or functions declared in such a transitively imported module. + However, the options map supplied in the function call may + (and if no default is defined, must) + supply values for external variables declared in transitively loaded library modules.

+ +

The library module that is loaded may import schema declarations using an import schema declaration. It is + implementation-defined whether schema components in the in-scope + schema definitions of the calling module + are automatically added to the in-scope schema definitions of the dynamically loaded module. The in-scope schema definitions + of the calling and called modules must be consistent, according to the rules defined in + .

+ +

Where nodes are passed to or from the dynamically loaded module, for example as an argument or result of a function, + they should if possible retain their node identity, their base URI, their type annotations, and their relationships to all other nodes + in the containing tree (including ancestors and siblings). If this is not possible, for example because the only way of passing nodes + to the chosen XQuery implementation is by serializing and re-parsing, then a node may be passed in the form of a deep + copy, which may lose information about the identity of the node, about its ancestors and siblings, about its base URI, about its type annotations, and about its + relationships to other nodes passed across the interface.

+ + +
+ +

If $module-uri is a zero length string, a dynamic error is raised .

+

If the implementation is not able to find a library module with the specified target namespace, + an error is raised .

+

If a static error (including a statically detected type error) is encountered when processing the library module, + a dynamic error is raised .

+ +

If a value is supplied for the initial context item or for an external variable and the value does not conform to the required + type declared in the dynamically loaded module, a dynamic error is raised .

+

If no suitable XQuery processor is available, a dynamic error is raised . + This includes (but is not limited to) the following cases:

+ + +

No XQuery processor is available;

+
+ +

Use of the function has been disabled;

+
+ +

No XQuery processor supporting the requested version of XQuery is available;

+
+ +

No XQuery processor supporting the optional Module Feature is available.

+
+
+ +

If a dynamic error (including a dynamically detected type error) is encountered when processing the module + (for example, when evaluating its global variables), the dynamic error is returned as is.

+
+ + + +

If a function declaration F in the loaded module declares (say) four parameters of which one is optional, + its arity range will be from 3 to 4, so the result will include two function items corresponding to F#3 + and F#4. In the lower-arity function item, F#3, the fourth parameter will take its + default value. If the expression that initializes the default value is context sensitive, the static and dynamic + context for its evaluation are the static and dynamic contexts of the fn:load-xquery-module + function call itself. +

+ +

As with all other functions in this specification, conformance requirements depend on the host language. + For example, a host language might specify that provision of this function is optional, or that it is excluded entirely, + or that implementations are required to support XQuery modules using a specified version of XQuery.

+ +

Even where support for this function is mandatory, it is recommended for security reasons that implementations + should provide a user option to disable its use, or to disable aspects of its functionality.

+ +

The load-xquery-module function does not modify the static or dynamic context. + Functions and variables from the loaded module become available within the result returned by the function, but they + are not added to the static or dynamic context of the caller. This means, for example, that function-lookup + will not locate functions from the loaded module.

+ + +
+ + + + let $expr := "2 + 2" +let $module := ` + xquery version "4.0"; + module namespace dyn="http://example.com/dyn"; + declare %public variable $dyn:value := { $expr }; +` +let $exec := load-xquery-module( + "http://example.com/dyn", + { 'content':$module } +) +let $variables := $exec?variables +return $variables( #Q{http://example.com/dyn}value ) + 4 + + + + + +

It has been clarified that loading a module has no effect on the static or dynamic context + of the caller.

+
+ +

The return type is now specified more precisely.

+
+ +

A new option is provided to allow the content of the loaded module to be supplied as a string.

+
+
+ +
+ + + + + + + + + nondeterministic + context-dependent + focus-independent + + +

Invokes a transformation using a dynamically loaded XSLT stylesheet.

+
+ +

This function loads an XSLT stylesheet and invokes it to perform a transformation.

+

The inputs to the transformation are supplied in the form of a map. + The option parameter conventions apply + to this map; they do not apply to any nested map unless otherwise specified.

+ +

The function first identifies the requested XSLT version, as follows:

+ + + +

If the xslt-version + option is present, the requested XSLT version is the value of that option.

+
+ +

Otherwise, the requested XSLT version + is the value of the [xsl:]version attribute of the outermost element in the supplied stylesheet or package.

+
+
+ +

The function then attempts to locate an XSLT processor that implements the requested XSLT version.

+ + + +

If a processor that implements the requested XSLT version is available, then it is used.

+
+ +

Otherwise, if a processor that implements a version later than the requested version is available, then it is used.

+
+ +

Otherwise, the function fails indicating that no suitable XSLT processor is available.

+
+
+ + +

The phrase locate an XSLT processor includes the possibility of locating a software product and + configuring it to act as an XSLT processor that implements the requested XSLT version.

+
+ +

If more than one XSLT processor is available under the above rules, then the one that is chosen may be selected according to + the availability of requested features: see below.

+ +

Once an XSLT processor has been selected that implements a given version of XSLT, the processor + follows the rules of that version of the XSLT specification. This includes any decision to operate in backwards or forwards + compatibility mode. For example, if an XSLT 2.0 processor is selected, and the stylesheet specifies version="1.0", + then the processor will operate in backwards compatibility mode; if the same processor is selected and the stylesheet + specifies version="3.0", the processor will operate in forwards compatibility mode.

+ +

The combinations of options that are relevant to each version of XSLT, other than xslt-version + itself, are listed below. This is followed by a table giving the meaning of each option.

+ + + + + +

For invocation of an XSLT 1.0 processor (see ), + the supplied options must include all of the following (if anything else is present, it is ignored):

+ + +

The stylesheet, provided by supplying exactly one of the following:

+ + + stylesheet-location + + + stylesheet-node + + + stylesheet-text + + +
+ +

The source tree, provided as the value of the source-node option.

+
+ +

Zero or more of the following additional options:

+ + + stylesheet-base-uri + + stylesheet-params (defaults to an empty map) + initial-mode (defaults to the stylesheet’s default mode) + delivery-format (defaults to document) + serialization-params (defaults to an empty map) + enable-messages (default is implementation-defined) + requested-properties (default is an empty map) + vendor-options (defaults to an empty map) + cache (default is implementation-defined) + +
+
+
+ +

For invocation of an XSLT 2.0 processor (see ), + the supplied options must include all of the following (if anything else is present, it is ignored):

+ + +

The stylesheet, provided by supplying exactly one of the following:

+ + + stylesheet-location + + + stylesheet-node + + + stylesheet-text + + +
+ +

Invocation details, as exactly one of the following:

+ + +

For apply-templates invocation, all of the following:

+

+ source-node +

+

Optionally, initial-mode (defaults to the stylesheet’s default mode)

+
+ +

For call-template invocation, all of the following:

+

+ initial-template +

+

Optionally, source-node

+
+
+
+ +

Zero or more of the following additional options:

+ + + stylesheet-base-uri + + stylesheet-params (defaults to an empty map) + base-output-uri (defaults to absent) + delivery-format (defaults to document) + serialization-params (defaults to an empty map) + enable-messages (default is implementation-defined) + enable-trace (default is implementation-defined) + requested-properties (default is an empty map) + vendor-options (defaults to an empty map) + cache (default is implementation-defined) + +
+
+
+ +

For invocation of an XSLT 3.0 processor (see ), + the supplied options must include all of the following (if anything else is present, it is ignored):

+ + +

The stylesheet, provided either by supplying exactly one of the following:

+ + + stylesheet-location + + + stylesheet-node + + + stylesheet-text + + + +

Or by supplying exactly one of the following:

+ + + package-location + + + package-node + + + package-text + + package-name plus optionally package-version + +
+ +

Invocation details, as exactly one of the following combinations:

+ + +

For apply-templates invocation, all of the following:

+

Exactly one of source-node or initial-match-selection

+

Optionally, initial-mode

+

Optionally, template-params

+

Optionally, tunnel-params

+
+ +

For call-template invocation using an explicit template name, all of the following:

+

+ initial-template +

+

Optionally, template-params

+

Optionally, tunnel-params

+

Optionally, source-node

+
+ +

For call-template invocation using the defaulted template name xsl:initial-template, all of the following:

+

Optionally, template-params

+

Optionally, tunnel-params

+ +

If the source-node option is present and initial-template is absent, + then apply-templates invocation will be used. To use call-template invocation on the template + named xsl:initial-template while also supplying a context item for use when evaluating + global variables, either (a) supply the context item using the global-context-item option, + or (b) supply source-node, and set the initial-template option explicitly to the + QName xsl:initial-template

+
+
+ +

For call-function invocation, all of the following:

+

+ initial-function +

+

+ function-params +

+
+
+ +

The invocation method can be determined as the first of the following which applies:

+ + +

If initial-function is present, then call-function invocation.

+
+ +

If initial-template is present, then call-template invocation.

+
+ +

If source-node or initial-match-selection + is present, then apply-templates invocation.

+
+ +

Otherwise, call-template invocation using + the default entry point xsl:initial-template.

+
+
+
+
+ +

Zero or more of the following additional options:

+ + + stylesheet-base-uri + + static-params (defaults to an empty map) + stylesheet-params (defaults to an empty map) + global-context-item (defaults to absent) + base-output-uri (defaults to absent) + + delivery-format + + serialization-params (defaults to an empty map) + enable-assertions (default is false) + enable-messages (default is implementation-defined) + enable-trace (default is implementation-defined) + requested-properties (default is an empty map) + vendor-options (defaults to an empty map) + cache (default is implementation-defined) + +
+
+
+
+ +

The meanings of each option are defined in the table below.

+ + + + + 1.0, 2.0, 3.0 + The URI of the principal result document; also used as the base URI for + resolving relative URIs of secondary result documents. If the value is a relative + + reference, it is resolved against the + executable base URI + of the fn:transform + + function call. + + xs:string + The effect of not + supplying a base output URI is defined by the XSLT specification; the implementation + may supply a default, for example the directory containing the + stylesheet, or the current working directory. + + + 1.0, 2.0, 3.0 + This option has no effect on the result of the transformation but may affect + efficiency. The value true indicates an expectation that the same + stylesheet is likely to be used for more than one transformation; the value + false indicates an expectation that the stylesheet will be used once + only. + xs:boolean + true() + + + 1.0, 2.0, 3.0 + The manner in which the transformation results should be delivered. Applies both to the + principal result document and to secondary result documents created using + xsl:result-document. + xs:string + document + If the relevant + xsl:output or xsl:result-document element specifies + build-tree="no" (applies to XSLT 3.0 only), then the default + is raw. + + The result is delivered as a + document node. + The result is delivered as + a string, representing the results of serialization. Note that (as with the + fn:serialize function) the final encoding stage of + serialization (which turns a sequence of characters into a sequence of + octets) is either skipped, or reversed by decoding the octet stream back + into a character stream. + The result of the initial + template or function is returned as an arbitrary XDM value (after conversion + to the declared type, but without wrapping in a document node, and without + serialization): when this option is chosen, the returned map contains the + raw result. + + + + + 3.0 + Indicates whether any xsl:assert instructions in the stylesheet + are to be evaluated. + xs:boolean + false() + + + 1.0, 2.0, 3.0 + Indicates whether any xsl:message instructions in the stylesheet + are to be evaluated. The destination and formatting of any such messages is + implementation-defined. + xs:boolean + Implementation-defined. + + + 2.0, 3.0 + Indicates whether any fn:trace functions in the stylesheet are to + generate diagnostic messages. The destination and formatting of any such messages is + implementation-defined. + xs:boolean + Implementation-defined. + + + 3.0 + An array of values to be used as the arguments to the initial function call. + The value is converted to the required type of the declared parameter using the function + conversion rules. + array(item()*) + Empty array + + + 3.0 + The value of the global context item, as defined in XSLT 3.0 + item() + The value of source-node + + + 3.0 + The name of the initial function to be called for call-function invocation. The + arity of the function is inferred from the length of + function-params. + xs:QName + n/a + + + 3.0 + The value of the initial match selection, as defined in XSLT 3.0 + item()* + The value of source-node + + + 1.0, 2.0, 3.0 + The name of the initial processing mode. + xs:QName + none + + + 2.0, 3.0 + The name of a named template in the stylesheet to act as the initial entry + point. + xs:QName + xsl:initial-template + + + 3.0 + The name of the top-level stylesheet package to be invoked (an absolute + URI) + xs:string + n/a + + + 3.0 + The location of the top-level stylesheet package, as a relative or absolute + URI + xs:string + n/a + + + 3.0 + A document or element node containing the top-level stylesheet + package + node() + n/a + + + 3.0 + The top-level stylesheet package in the form of unparsed lexical + XML. + xs:string + n/a + + + + 3.0 + The version of the top-level stylesheet package to be invoked. + xs:string + "*" (any version) + + + 1.0 2.0 3.0 + A function that is used to post-process each result document of + the transformation (both the principal result and secondary results), in whatever + form it would otherwise be delivered (document, serialized, or raw). The first + argument of the function is the key used to identify the result in the map return + by the fn:transform function (for example, this will be the supplied + base output URI in the case of the principal result, or the string “output” if no + base output URI was supplied). The second argument is the + actual value. The value that is returned in the result of the fn:transform + function is the result of applying this post-processing. + + +

If the implementation provides a way of writing or invoking functions + with side-effects, this post-processing function might be used to save + a copy of the result document to persistent storage. For example, if the + implementation provides access to the EXPath File library , + then a serialized document might be written to filestore by calling the + file:write function. Similar mechanisms might be used to issue + an HTTP POST request that posts the result to an HTTP server, or to send + the document to an email recipient. The semantics of calling functions + with side-effects are entirely implementation-defined.

+

If the primary purpose of the post-processing function is achieved by + means of such side-effects, and if the actual results are not needed by + the caller of the fn:transform function, then it does not matter what + the post-processing function actually returns (it could be an empty + sequence, for example).

+

Calls to fn:transform can potentially have side-effects + even in the absence of the post-processing option, because the XSLT + specification allows a stylesheet to invoke extension functions + that have side-effects. The semantics in this case are implementation-defined.

+
+ fn(xs:string, item()*) as item()* + fn($a, $b) { $b } +
+ + 1.0, 2.0, 3.0 + The keys in the map are QNames that could legitimately be supplied in a call to + the XSLT system-property function; the values in the map are the requested + settings of the corresponding property. The boolean values true() and + false() are equivalent to the string values yes and + no. As a special case, setting a value for xsl:version has + no effect, because of the potential for conflict with other options. For example: +

Setting xsl:product-name to a particular value requests a + particular XSLT software product.

+

Setting xsl:product-version requests a specific version of + that product.

+

Setting xsl:is-schema-aware to true() requests a + schema-aware processor.

+

Setting xsl:xsd-version to "1.1" requests a + processor that supports XML Schema version 1.1.

+
Setting a boolean property such as xsl:supports-dynamic-evaluation + to false() is interpreted as an explicit request for a processor in which + the value of the property is false. The effect if the requests cannot be precisely met + is implementation-defined. In some cases it may be appropriate to ignore the request or + to provide an alternative (for example, a later version of the product than the one + requested); in other cases it may be more appropriate to raise an error indicating that no suitable XSLT processor + is available.
+ map(xs:QName, xs:anyAtomicType) + Empty map +
+ + 1.0, 2.0, 3.0 + Serialization parameters for the principal result document. The supplied map + follows the same rules that apply to a map supplied as the second argument of + fn:serialize. +

When a parameter is supplied, the corresponding value overrides or augments + the value specified in the unnamed xsl:output declaration (or + its default), following the same rules as when one xsl:output + declaration overrides another with lower import precedence.

+

When a parameter is supplied and the corresponding value is an empty + sequence (for example, { "standalone": () }), any value + specified in the unnamed xsl:output declaration is overridden + by the default value.

+

When a parameter is not supplied in serialization-params (that + is, when the key is absent) the value that applies is the value appearing in + the unnamed xsl:output declaration, or its default.

+
+ map(xs:anyAtomicType, item()*) + Empty map +
+ + 1.0, 2.0, 3.0 + When source-node is supplied then the + global-context-item (the context item for evaluating global variables) + is the root of the tree containing the supplied node. In addition, for apply-templates + invocation, the source-node acts as the + initial-match-selection, that is, stylesheet execution starts by + applying templates to this node. + node() + n/a + + + + 3.0 + The values of static parameters defined in the stylesheet; the keys are the + names of the parameters, and the associated values are their values. The value is + converted to the required type of the declared parameter using the coercion + rules. + map(xs:QName, item()*) + Empty map + + + 1.0, 2.0, 3.0 + A string intended to be used as the static base URI of the principal stylesheet + module. This value must be used if no other static base URI is + available. If the supplied stylesheet already has a base URI (which will generally be + the case if the stylesheet is supplied using stylesheet-node or + stylesheet-location) then it is implementation-defined whether this + parameter has any effect. If the value is a relative reference, it is resolved against + + the executable base URI + of the fn:transform function call. + + xs:string + n/a + + + 1.0, 2.0, 3.0 + URI that can be used to locate the principal stylesheet module. If relative, it + + is resolved against the executable base URI + of the fn:transform function call. + + The value also acts as the default for stylesheet-base-uri. + xs:string + n/a + + + 1.0, 2.0, 3.0 + Root of the tree containing the principal stylesheet module, as a document or + element node. The base URI of the node acts as the default for + stylesheet-base-uri. + node() + n/a + + + 1.0, 2.0, 3.0 + A map holding values to be supplied for stylesheet parameters. The keys are the + parameter names; the values are the corresponding parameter values. The values are + converted if necessary to the required type using the coercion rules. The + default is an empty map. + map(xs:QName, item()*) + Empty map + + + + 1.0, 2.0, 3.0 + The principal stylesheet module in the form of unparsed lexical + XML. + xs:string + n/a + + + 3.0 + The values of non-tunnel parameters to be supplied to the initial template, + used with both apply-templates and call-template invocation. Each value is converted to + the required type of the declared parameter using the coercion + rules. + map(xs:QName, item()*) + none + + + 3.0 + The values of tunnel parameters to be supplied to the initial template, used + with both apply-templates and call-template invocation. Each value is converted to the + required type of the declared parameter using the coercion + rules. + map(xs:QName, item()*) + Empty map + + + + 1.0, 2.0, 3.0 + Values for vendor-defined configuration options for the XSLT processor used to + process the request. The key is the name of an option, expressed as a QName: the + namespace URI of the QName should be a URI controlled by the vendor + of the XSLT processor. The meaning of the associated value is implementation-defined. Implementations + should ignore options whose names are in an unrecognized + namespace. Default is an empty map. + { xs:QName, item()* } + Empty map + + + + 1.0, 2.0, 3.0 + The minimum level of the XSLT language that the processor must support. + xs:decimal + The [xsl:]version attribute at the outermost level of the + stylesheet. + + +
+ + + + +

The result of the transformation is returned as a map. There is one entry in the map for the principal result document, and one + for each secondary result document. The key is a URI in the form of an xs:string value. The key for the principal + result document is the base output URI if specified, or the string "output" otherwise. The key for secondary + result documents is the URI of the document, as an absolute URI. The associated value in each entry depends on the requested + delivery format. If the delivery format is document, the value is a document node. If the delivery format is + serialized, the value is a string containing the serialized result.

+ +

Where nodes are passed to or from the transformation, for example as the value of a stylesheet parameter or the result of a function, + they should if possible retain their node identity, their base URI, their type annotations, and their relationships to all other nodes + in the containing tree (including ancestors and siblings). If this is not possible, for example because the only way of passing nodes + to the chosen XSLT implementation is by serializing and re-parsing, then a node may be passed in the form of a deep + copy, which may lose information about the identity of the node, about its ancestors and siblings, about its base URI, about its type annotation, and about its + relationships to other nodes passed across the interface.

+ +

It is implementation-defined whether the XSLT transformation is executed + within the same execution scope as the calling code.

+ +

The function is nondeterministic in that it is + implementation-dependent whether running the function twice against the same + inputs produces identical results. The results of two invocations may differ in the identity of any returned nodes; they may also + differ in other respects, for example because the value of fn:current-dateTime is different for the two invocations, + or because the contents of external documents accessed using fn:doc or xsl:source-document change between + one invocation and the next.

+ + + + +
+ +

A dynamic error is raised if the transformation cannot be invoked + because no suitable XSLT processor is available. This includes (but is not limited to) the following cases:

+ + +

No XSLT processor is available;

+
+ +

No XSLT processor supporting the requested version of XSLT is available;

+
+ +

The XSLT processor API does not support some requested feature (for example, the ability to supply tunnel parameters externally);

+
+
+

A dynamic error is raised if an error is detected in the supplied + parameters (for example if two mutually exclusive parameters are supplied).

+

If a static or dynamic error is reported by the XSLT processor, this function fails with a dynamic error, retaining the XSLT error code.

+

A dynamic error is raised if the XSLT transformation invoked by a call on + fn:transform fails with a static or dynamic error, and no more specific error code is available.

+ +

XSLT 1.0 does not define any error codes, so this is the likely outcome with an XSLT 1.0 processor. XSLT 2.0 and 3.0 do + define error codes, but some APIs do not expose them. If multiple errors are signaled by the transformation (which is most likely + to happen with static errors) then the error code should where possible be that of one of these errors, chosen arbitrarily; the processor + may make details of additional errors available to the application in an implementation-defined + way.

+
+

A dynamic error is raised if the use of this function (or of selected options) + has been externally disabled, for example for security reasons.

+

A dynamic error is raised if the transformation produces output containing + characters available only in XML 1.1, and the calling processor cannot handle such characters.

+

Recursive use of the fn:transform function may lead to catastrophic failures such as + non-termination or stack overflow. No error code is assigned to such conditions, since they cannot necessarily + be detected by the processor.

+ +
+ + +

As with all other functions in this specification, conformance requirements depend on the host language. + For example, a host language might specify that provision of this function is optional, or that it is excluded entirely, + or that implementations are required to support a particular set of values for the xslt-version + parameter.

+ +

Even where support for this function is mandatory, it is recommended for security reasons that implementations + should provide a user option to disable its use, or to disable aspects of its functionality such as + the ability to write to persistent resources.

+ + +
+ + +

The following example loads a stylesheet from the location render.xsl, + applies it to a document loaded from test.xml, and uses an XPath expression + to examine the result:

+ +
+
+ +
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Returns a random number generator, which can be used to generate sequences of random numbers.

+
+ +

The function returns a random number generator. A random number generator is represented as a value of type + random-number-generator-record, defined in + .

+ + + + +

Calling the fn:random-number-generator function with no arguments is equivalent to calling the single-argument + form of the function with an implementation-dependent seed.

+

Calling the fn:random-number-generator function with an empty sequence as $seed + is equivalent to calling the single-argument form of the function with an implementation-dependent seed.

+

If a $seed is supplied, it may be an atomic item of any type.

+

Both forms of the function are : calling the function twice with the same arguments, within a single + execution scope, produces the same results.

+ + +

The value of the number entry should be such that all eligible xs:double + values are equally likely to be chosen the distribution of numbers is uniform: for example, the probability of the + number being in the range 0.1e0 to 0.2e0 is the same as the probability of its being in the range 0.8e0 to 0.9e0.

+ +

The function returned in the permute entry should be such that all permutations + of the supplied sequence are equally likely to be chosen.

+ +

The map returned by the fn:random-number-generator function may contain additional entries beyond + those specified here, but it must match the + record type defined above. The meaning of any additional entries + is implementation-defined. To avoid conflict with any future version of this specification, the keys of any + such entries should start with an underscore character.

+
+ +

It is not meaningful to ask whether the functions returned in the next and permute + functions resulting from two separate calls with the same seed are “the same function”, but the functions must be equivalent in the sense + that calling them produces the same sequence of random numbers.

+

The repeatability of the results of function calls in different execution scopes is outside the scope of this + specification. It is recommended that when the same seed is provided explicitly, the same random number sequence + should be delivered even in different execution scopes; while if no seed is provided, the processor should choose a seed + that is likely to be different from one execution scope to another. (The same effect can be achieved explicitly by using + fn:current-dateTime() as a seed.)

+

The specification does not place strong conformance requirements on the actual randomness of the result; this is left to + the implementation. It is desirable, for example, when generating a sequence + of random numbers that the sequence should not get into a repeating loop; but the specification does not attempt to dictate this.

+
+ + +

The following example returns a random permutation of the integers in the range + 1 to 100:

+

random-number-generator()?permute(1 to 100) +

+

The following example returns a 10% sample of the items in an input sequence $seq, chosen at random:

+

random-number-generator()?permute($seq)[1 to (count($seq) idiv 10)] +

+

The following XQuery code produces a random sequence of 200 xs:double + values in the range zero to one:

+ +declare %public function local:random-sequence($length as xs:integer) as xs:double* { + local:random-sequence($length, random-number-generator()) +}; +declare %private function local:random-sequence( + $length as xs:integer, + $record as record(number as xs:double, next as fn(*), *) +) as xs:double* { + if ($length != 0) { + $record?number, + local:random-sequence($length - 1, $record?next()) + } +}; +local:random-sequence(200) + +

An equivalent result can be achieved with fn:fold-left:

+ +tail(fold-left( + (1 to 200), + random-number-generator(), + fn($result) { head($result) ! (?next(), ?number), tail($result) } +)) + + +
+
+ + +

The 3.1 specification suggested that every value in the result range should have the same chance + of being chosen. This has been corrected to say that the distribution should be arithmetically uniform + (because there are as many xs:double values between 0.01 and 0.1 as there are between + 0.1 and 1.0).

+
+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if every item in the input sequence matches a supplied predicate.

+
+ +

The function returns true if $input is empty, or if $predicate($item, $pos) + returns true for every item $item at position $pos (1-based) in $input.

+ +
+ + + +count(filter($input, $predicate)) = count($input) + + +

An error is raised if the $predicate function raises an error. In particular, + when the default predicate fn:boolean#1 is used, an error is raised if an + item has no effective boolean value.

+
+ +

If the second argument is omitted or an empty sequence, the predicate defaults + to fn:boolean#1, which takes the effective boolean value of each item.

+

It is possible for the supplied $predicate to be a function whose arity is less than two. + The coercion rules mean that the additional parameters are effectively ignored. Frequently a predicate + function will only consider the item itself, and disregard its position in the sequence.

+

The predicate is required to return either true, false, or an empty + sequence (which is treated as false). A predicate such as fn { self::h1 } + results in a type error because it returns a node, not a boolean.

+

The implementation may deliver a result as soon as one item is found for which the predicate + returns false; it is not required to evaluate the predicate for every item, + nor is it required to examine items sequentially from left to right.

+ +
+ + + + every(()) + true() + + + every((1 = 1, 2 = 2, 3 = 4)) + false() + + + every((), boolean#1) + true() + + + every((1, 3, 7), fn { . mod 2 = 1 }) + true() + + + every(-5 to +5, fn { . ge 0 }) + false() + + + every( + ("January", "February", "March", "April", + "September", "October", "November", "December"), + contains(?, "r") +) + true() + + + every( + ("January", "February", "March", "April", + "September", "October", "November", "December") + =!> contains("r") +) + true() + + + every((1, 2, number('NaN'))) + false() + The effective boolean value of NaN is false. + + + every(1 to 5, fn($num, $pos) { $num = $pos }) + true() + + +
Morgawr
Sea giant
+return every($dl/*, fn($elem, $pos) { + name($elem) = ( + if (($pos mod 2)) then "dt" else "dd" + ) +})]]>
+ true() +
+
+
+ +

New in 4.0

+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns a string containing a particular character or glyph.

+
+ +

The function returns a string, generally containing a single character or glyph, identified by $value.

+

The supplied value of $value must be one of the following:

+ +

A Unicode codepoint, supplied as an integer. For example fn:char(9) + returns the tab character.

+

An HTML5 character reference name (often referred to as an entity name) as defined + at https://html.spec.whatwg.org/multipage/named-characters.html. The name is + written with no leading ampersand and no trailing semicolon. + For example fn:char("pi") represents the character + U+03C0 and fn:char("nbsp") returns + U+00A0.

+

A processor may recognize additional character reference names defined in + other versions of HTML. Character reference names are case-sensitive.

+

In the event that the HTML5 character reference name identifies a string + comprising multiple codepoints, that string is returned.

+

[TODO: add a proper bibliographic reference.]

+

A backslash-escape sequence from the set \n (U+000A), + \r (U+000D), + or \t (U+0009).

+ + +
+

The result must consist of + permitted characters. + For example fn:char(0xDEAD) is invalid because it is in the surrogate range.

+
+ +

The function fails with a dynamic error if $value is not a valid + representation of a + or sequence of permitted characters. +

+
+ +

Although all Unicode characters can appear in string literals (the delimiting quotation marks can be + escaped by doubling them), some characters are not visually distinctive, so representing them by name + may make code more readable. In addition, there may be contexts where it is necessary or prudent to + write XPath expressions using ASCII characters only, for example where an expression is used in the query + part of a URI.

+

A few HTML5 character reference names identify glyphs whose Unicode + representation uses multiple codepoints. For example, the name + NotEqualTilde refers to the glyph ≂̸ which is expressed + using the two codepoints U+2242, U+0338. In such cases the string length of + the result of the function will exceed one.

+
+ + + + char("aacute") + "á" + + + char("eth") + "ð" + + + char(9) + codepoints-to-string(9) + The character tab + + + char("\t") + codepoints-to-string(9) + The character tab + + + char(0x20) + " " + + + char(0x1D1CA) + "𝇊" + The character MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA + + + char("NotEqualTilde") + codepoints-to-string((8770, 824)) + This HTML5 character reference name expands to multiple codepoints. + + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Splits the supplied string into a sequence of single-character strings.

+
+ +

The function returns a sequence of strings, each string having length 1, containing + the corresponding character in $value.

+

If $value is a zero-length string or the empty sequence, the function returns + the empty sequence.

+
+ + string-to-codepoints($value) ! codepoints-to-string(.) + + + + + characters("Thérèse") + "T", "h", "é", "r", "è", "s", "e" + + + characters("") + () + + + characters(()) + () + + + characters("Banana") => index-of("a") + 2, 4, 6 + + + characters("stretch") => string-join("-") + "s-t-r-e-t-c-h" + + + "Banana" +=> characters() +=> reverse() +=> string-join() + "ananaB" + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Splits the supplied string into a sequence of single-grapheme strings.

+
+ +

The function returns a sequence of strings. Each string in the sequence contains one or + more characters that collectively constitute a single + extended grapheme cluster, as defined by .

+

If $value is a zero-length string or the empty sequence, the function returns + the empty sequence.

+ +
+ +

The resultant sequence of strings are extended graphemes, not legacy graphemes (see + ).

+
+ + + + graphemes("a" || char(0x308) || "b") + "a" || char(0x308), "b" + a + ◌̈ + b, three characters, two graphemes + + + + + graphemes("") + () + + + + + graphemes(()) + () + + + + + graphemes(char('\r') || char('\n')) + char('\r') || char('\n') + Carriage return + line feed, two characters, one + grapheme + + + + + graphemes(char(0x1F476) || char(0x200D) || char(0x1F6D1)) + char(0x1F476) || char(0x200D) || char(0x1F6D1) + 👶 +ZWJ + 🛑, three characters, one grapheme + + + + + graphemes("कत") + "क", "त" + क + त, two characters, two graphemes + + + + + graphemes("क" || char(0x93C) || char(0x200D) || char(0x94D) || "त") + "क" || char(0x93C) || char(0x200D) || char(0x94D) || "त" + क + ◌़ + ZWJ + ◌् + त, five characters, one grapheme + + + + +

New in 4.0

+
+
+ + + + + + + + + + + + + deterministic + context-dependent + focus-independent + + + + +

Returns those items from a supplied sequence that have the highest value of a sort key, where + the sort key can be computed using a caller-supplied function.

+
+ +

The second argument, $collation, defaults to ().

+

Supplying an empty + sequence as $collation is equivalent to supplying + fn:default-collation(). For more + information on collations see .

+ +

The third argument defaults to the function data#1.

+ +

Let $modified-key be the function:

+ +fn($item) { + $key($item) => data() ! ( + if (. instance of xs:untypedAtomic) + then xs:double(.) + else . + ) +} + +

That is, the supplied function for computing key values is wrapped in a function that + converts any xs:untypedAtomic values in its result to xs:double. This makes + the function consistent with the behavior of fn:min and fn:max, + but inconsistent with fn:sort, which treats untyped values as strings.

+ +

The result of the function is obtained as follows:

+ + +

If the input is an empty sequence, the result is an empty sequence.

+
+ +

The input sequence is sorted, by applying the function + fn:sort($input, $collation, $modified-key).

+
+ +

Let $C be the selected collation, or the default collation where applicable.

+
+ +

Let $B be the last item in the sorted sequence.

+
+ +

The function returns those items $A from the input sequence such that + (fn:deep-equal($key($A), $key($B), $C), retaining their order. +

+
+ +
+
+ +

If the set of computed keys contains xs:untypedAtomic values that are not + castable to xs:double then the + operation will fail with a dynamic error (). +

+

If the set of computed keys contains values that are not comparable using + the lt operator then the sort + operation will fail with a type error (). +

+
+ + ]]> + + + highest($e/@*) ! name() + "x" + By default, untyped values are compared as numbers. + + + highest($e/@*, (), string#1) ! name() + "y" + Here, the attribute values are compared as strings. + + + highest(("red", "green", "blue"), (), string-length#1) + "green" + + + highest( + ("red", "green", "blue"), + key := { + "red" : xs:hexBinary('FF0000'), + "green": xs:hexBinary('008000'), + "blue" : xs:hexBinary('0000FF') + } +) + "red" + + + highest( + ("red", "orange", "yellow", "green", "blue", "indigo", "violet"), + key := string-length#1 +) + "orange", "yellow", "indigo", "violet" + + + highest(1 to 25, (), fn { . idiv 10 }) + 20, 21, 22, 23, 24, 25 + + + +

To find employees having the highest salary: +

+ highest($employees, (), fn { xs:decimal(salary) }) +
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the positions in an input sequence of items that match a supplied predicate.

+
+ + +

The result of the function is a sequence of integers, in monotonic ascending order, representing + the 1-based positions in the input sequence of those items for which the supplied predicate function + returns true. A return value of () from the predicate function + is treated as false.

+ +
+ +for-each( + $input, + fn($item, $pos) { if ($predicate($item, $pos)) { $pos } } +) + + + + + + index-where((), boolean#1) + () + + + index-where((0, 4, 9), boolean#1) + 2, 3 + + + index-where(1 to 10, fn { . mod 2 = 0 }) + 2, 4, 6, 8, 10 + + + index-where( + ("January", "February", "March", "April", "May", "June", + "July", "August", "September", "October", "November", "December"), + contains(?, "r") +) + 1, 2, 3, 4, 9, 10, 11, 12 + + + 2 } +)]]> + 3, 5 + + + + +

New in 4.0

+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if the argument is the xs:float or xs:double value NaN.

+
+ + +

The function returns true if the argument is the xs:float or xs:double value NaN; + otherwise it returns false.

+ +
+ + + + + + + is-NaN(23) + false() + + + is-NaN("NaN") + false() + + + is-NaN(number("twenty-three")) + true() + + + is-NaN(math:sqrt(-1)) + true() + + + + + +

New in 4.0

+
+
+ + + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns items from the input sequence prior to the first one that fails to match a supplied predicate.

+
+ +

The function returns all items in the sequence prior to the first one where the result of + calling the supplied $predicate function, with the current item and its position + as arguments, returns the value false or ().

+

If every item in the sequence satisfies the predicate, then $input is returned + in its entirety.

+ +
+ +for $item at $pos in $input +while $predicate($item, $pos) +return $item + + + +

There is no analogous drop-while or skip-while function, + as found in some functional programming languages. The effect of + drop-while($input, $predicate) can be achieved by calling + fn:subsequence-where($input, fn { not($predicate(.)) }).

+
+ + + + + + + take-while(10 to 20, fn { . le 12 }) + 10, 11, 12 + + + take-while(10 to 20, fn { . lt 100 }) + 10 to 20 + + + take-while((), boolean#1) + () + + + take-while( + ("A", "B", "C", " ", "E"), + fn { boolean(normalize-space()) } + ) + "A", "B", "C" + + +

")/doc/* +=> take-while(fn { boolean(self::p) }) +=> count()]]> + 2 + + + take-while(starts-with(?, "A"))]]> + "Aardvark", "Antelope" + + + take-while(10 to 20, fn($num, $pos) { $num lt 18 and $pos lt 4 }) + 10, 11, 12 + + + take-while( + characters("ABCD-123"), + fn($ch, $pos) { $pos lt 4 and $ch ne '-' } +) => string-join() + + "ABC" + + + take-while( + ("A", "a", "B", "b", "C", "D", "d"), + fn($ch, $pos) { + matches($ch, if ($pos mod 2 eq 1) then "\p{Lu}" else "\p{Ll}") + } + ) + + "A", "a", "B", "b", "C" + + + + + + +

New in 4.0

+ + +

The $predicate callback function may return an empty sequence (meaning false).

+
+ + + + + + + + + + + + + + + deterministic + context-dependent + focus-independent + + + + +

Returns those items from a supplied sequence that have the lowest value of a sort key, where + the sort key can be computed using a caller-supplied function.

+
+ +

The second argument, $collation, defaults to ().

+

Supplying an empty + sequence as $collation is equivalent to supplying + fn:default-collation(). For more + information on collations see .

+ +

The third argument defaults to the function data#1.

+ +

Let $modified-key be the function:

+ fn($item) { + $key($item) => data() ! ( + if (. instance of xs:untypedAtomic) then xs:double(.) else . + ) +} + +

That is, the supplied function for computing key values is wrapped in a function that + converts any xs:untypedAtomic values in its result to xs:double. This makes + the function consistent with the behavior of fn:min and fn:max, + but inconsistent with fn:sort, which treats untyped values as strings.

+ +

The result of the function is obtained as follows:

+ + +

If the input is an empty sequence, the result is an empty sequence.

+
+ +

The input sequence is sorted, by applying the function + fn:sort($input, $collation, $modified-key).

+
+ +

Let $C be the selected collation, or the default collation where applicable.

+
+ +

Let $B be the first item in the sorted sequence.

+
+ +

The function returns those items $A from the input sequence such that + (fn:deep-equal($key($A), $key($B), $C), retaining their order. +

+
+ +
+
+ +

If the set of computed keys contains xs:untypedAtomic values that are not + castable to xs:double then the + operation will fail with a dynamic error (). +

+

If the set of computed keys contains values that are not comparable using + the lt operator then the sort + operation will fail with a type error (). +

+
+ + + + ]]> + + + lowest($e/@*) ! name() + "z" + By default, untyped values are compared as numbers. + + + lowest($e/@*, (), string#1) ! name() + "x" + Here, the attribute values are compared as strings. + + + lowest(("red", "green", "blue"), (), string-length#1) + "red" + + + lowest( + ("red", "green", "blue"), + key := { + "red" : xs:hexBinary('FF0000'), + "green": xs:hexBinary('008000'), + "blue" : xs:hexBinary('0000FF') + } +) + "blue" + + + lowest( + ("April", "June", "July", "August"), + key := string-length#1 +) + "June", "July" + + + lowest(1 to 25, (), fn { . idiv 10 }) + 1, 2, 3, 4, 5, 6, 7, 8, 9 + + + +

To find employees having the lowest salary: +

+ lowest($employees, (), fn { xs:decimal(salary) }) +
+
+ +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns true if at least one item in the input sequence matches a supplied predicate.

+
+ +

The function returns true if (and only if) there is an item $item at position $pos + in the input sequence such that $predicate($item, $pos) returns true.

+
+ +exists(filter($input, $predicate)) + + +

An error is raised if the $predicate function raises an error. In particular, + when the default predicate fn:boolean#1 is used, an error is raised if an + item has no effective boolean value.

+
+ +

If the second argument is omitted or an empty sequence, the predicate defaults + to fn:boolean#1, which takes the effective boolean value of each item.

+

It is possible for the supplied $predicate to be a function whose arity is less than two. + The coercion rules mean that the additional parameters are effectively ignored. Frequently a predicate + function will only consider the item itself, and disregard its position in the sequence.

+

The predicate is required to return either true, false, or an empty + sequence (which is treated as false). A predicate such as fn { self::h1 } + results in a type error because it returns a node, not a boolean.

+

The implementation may deliver a result as soon as one item is found for which the predicate + returns true; it is not required to evaluate the predicate for every item, + nor is it required to examine items sequentially from left to right.

+
+ + + + some(()) + false() + + + some((1 = 1, 2 = 2, 3 = 4)) + true() + + + some((), boolean#1) + false() + + + some((1, 3, 7), fn { . mod 2 = 1 }) + true() + + + some(-5 to +5, fn { . ge 0 }) + true() + + + some( + ("January", "February", "March", "April", + "September", "October", "November", "December"), + contains(?, "z") +) + false() + + + some( + ("January", "February", "March", "April", + "September", "October", "November", "December") + =!> contains("r") +) + true() + + + some(("", 0, number('NaN'))) + false() + The effective boolean value in each case is false. + + + some(reverse(1 to 5), fn($num, $pos) { $num = $pos }) + true() + + + + + +

New in 4.0

+
+ +

The $predicate callback function may return an empty sequence (meaning false).

+
+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + + +

Returns true if all items in a supplied sequence (after atomization) are equal.

+
+ + +

Omitting the second argument, $collation, is equivalent to supplying + fn:default-collation(). For more + information on collations see .

+ + +

The result of the function fn:all-equal($values, $collation) is true if and only if the result + of fn:count(fn:distinct-values($values, $collation)) le 1 is true (that is, if the sequence + is empty, or if all the items in the sequence are equal under the rules of the + fn:distinct-values function).

+
+ + + + + + all-equal((1, 2, 3)) + false() + + + + + all-equal((1, 1.0, 1.0e0)) + true() + + + + + all-equal("one") + true() + + + + + all-equal(()) + true() + + + + + all-equal( + ("ABC", "abc"), + "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive" +) + true() + + + +

The expression fn:all-equal(//p/@class) returns true if all + p elements have the same value for @class. +

+
+ +

The expression fn:all-equal(* ! fn:node-name()) returns true if all + element children of the context node have the same name. +

+
+
+ +

New in 4.0. Originally proposed under the name fn:uniform

+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + + +

Returns true if no two items in a supplied sequence are equal.

+
+ + +

Omitting the second argument, $collation, is equivalent to supplying + fn:default-collation(). For more + information on collations see .

+ + +

The result of the function fn:all-different($values, $collation) is true if and only if the result + of fn:count(fn:distinct-values($values, $collation)) eq fn:count($values) is true + (that is, if the sequence + is empty, or if all the items in the sequence are distinct under the rules of the + fn:distinct-values function).

+
+ + + + + + all-different((1, 2, 3)) + true() + + + + + all-different((1, 1.0, 1.0e0)) + false() + + + + + all-different("one") + true() + + + + + all-different(()) + true() + + + + + all-different( + ("ABC", "abc"), + "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive" +) + false() + + + +

The expression fn:all-different(//employee/@ssn) is true if no two employees have the same value for their + @ssn attribute.

+
+ +

The expression fn:all-different(* ! fn:node-name()) returns true if all + element children of the context node have distinct names. +

+
+
+ +

New in 4.0. Originally proposed under the name fn:unique

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + + +

Parses the URI provided and returns a map of its parts.

+
+ + +

If $value is an empty sequence, the result is an empty sequence.

+ +

The function parses the $value provided, + returning a map containing its constituent parts: scheme, + authority components, path, etc. + In addition to parsing URIs as defined by + (and ), this function also attempts to + account for strings that are not valid URIs but that often appear + in URI-adjacent spaces, such as file names. Not all such strings + can be successfully parsed as URIs.

+ +

The following options are available:

+ + + + Indicates that deprecated URI + features should be returned + xs:boolean + false() + + + Indicates that a port number that is the same as + the default port for a given scheme should be omitted. + xs:boolean + false() + + + Indicates that an input URI that begins + with two or more leading slashes should be interprted + as a Windows Universal Naming Convention + Path. (Specifically: that it has the file: scheme.) + xs:boolean + false() + + + +

This function is described as a series of transformations + over the input string to identify the parts of a URI that are + present. Some portions of the URI are identified by matching + with a regular expression. This approach is designed to make + the description clear and unambiguous; it is not implementation + advice. Comparison of scheme and authority + components is case insensitive.

+ +

Processing begins with a string that is equal + to the $value. If the string contains + any backslashes (\), replace them with forward + slashes (/).

+ +

Strip off the fragment identifier and any query:

+ + + +

If the string matches ^(.*?)#(.*)$, the + string is the first match group and the + fragment is the second match group. Otherwise, the string + is unchanged and the fragment is the empty sequence. If a + fragment is present, it is URI decoded. If the fragment is the empty + string, it is discarded and the fragment is the empty + sequence.

+
+ +

If the string matches ^(.*?)\?(.*)$, + the string is the first match group and the + query is the second match group. Otherwise, + the string is unchanged and the query is the empty + sequence. If the query is the empty + string, it is discarded and the query is the empty + sequence.

+
+
+ +

Attempt to identify the scheme:

+ + + +

If the string matches + ^([a-zA-Z][A-Za-z0-9\+\-\.]+):(.*)$:

+ +

the scheme is the first match group and

+

the string is the second match group.

+
+
+ +

Otherwise, the scheme is the empty sequence and the + string is unchanged.

+
+
+ +

If the scheme is not empty and the fragment is empty, + absolute is true. Otherwise, absolute is the empty + sequence. (But see the discussion of hierarchical URIs, below.)

+ +

If scheme is the empty sequence or file:

+ + +

If the string matches ^/*([a-zA-Z][:|].*)$:

+ +

the scheme is file and

+

the string is a single slash / followed + by the first match group with the + second character changed to :, if necessary.

+
+
+ +

Otherwise, if unc-path is true:

+ +

the scheme is file and

+

the string is unchanged.

+
+
+

Finally, if neither of the preceding cases apply:

+ +

the scheme remains the empty sequence and

+

the string is unchanged.

+
+
+
+ +

Now that the scheme, if there is one, has been identified, + determine if the URI is hierarchical:

+ + + +

If the scheme is known to be hierarchical, or known + not to be hierarchical, then hierarchical is set accordingly. + If the implementation does not know if a scheme is or is not + hierarchical, the hierarchical setting depends on the + string: if the string is the empty string, + hierarchical is the empty sequence (i.e. not known), + otherwise hierarchical is + true if string begins with / and + false otherwise.

+
+
+ +

If the URI is not hierarchical, absolute + is the empty sequence.

+ +

Identify the remaining components according to the scheme and whether + or not the URI is hierarchical.

+ + + +

If the scheme is file:

+ + +

The authority is the empty sequence.

+
+ +

If unc-path is true and the string + matches ^/*(//[^/].*)$: then filepath, + and string are both the first match group.

+
+ +

If the string begins ^//*[A-Za-z]:/ then + all but one leading slash is removed from string and the + filepath is the string with all leading slashes removed.

+
+ +

Otherwise, the filepath + and string are the string + with any sequence of leading slashes replaced by a single slash.

+
+
+
+ +

If the scheme is hierarchical:

+ + +

If the string + matches ^//([^/]+)$, the authority + is the first match group and the string is empty.

+
+ +

If the string + matches ^//([^/]*)(/.*)$, the authority + is the first match group and the string is the second + match group.

+
+ +

Otherwise, + the authority is the empty sequence + and the string is unchanged.

+
+
+
+ +

If the scheme is not hierarchical:

+ + +

The authority is the empty sequence + and the string is unchanged.

+
+
+
+
+ +

If the authority matches + ^(([^@]*)@)(.*)(:([^:]*))?$, + then the userinfo is match group 2, otherwise + userinfo is the empty sequence. If + userinfo is present and contains a non-empty password, then + userinfo is discarded and set to the empty sequence + unless the allow-deprecated-features option is true.

+ +

When parsing the authority to find the host, + there are four possibilities: the host can be a registered name (e.g., + example.com), an IPv4 address (e.g., 127.0.0.1), + an IPv6 (or IPvFuture) address (e.g., [::1]), or an error + if there is an open square bracket ([) not matched by a + close square bracket (]). In a properly + constructed RFC 3986 URI, the only place where square + brackets may occur is around the IPv6/IPvFuture IP address.

+ + + +

If the authority matches + ^(([^@]*)@)?(\[[^\]]*\])(:([^:]*))?$, + then the host is match group 3, otherwise +

+
+ +

If the authority matches + ^(([^@]*)@)?\[.*$ + then is raised, otherwise +

+
+ +

If the authority matches + ^(([^@]*)@)?([^:]+)(:([^:]*))?$, + then the host is match group 3, otherwise +

+
+ +

the host is the empty sequence.

+
+
+ +

This function does not attempt to decode the components of the + host.

+ +

Similar care must be taken to match the port because an IPv6/IPvFuture + address may contain a colon.

+ + + +

If the authority matches + ^(([^@]*)@)?(\[[^\]]*\])(:([^:]*))?$, + then the port is match group 5. +

+
+ +

Otherwise, if the authority matches + ^(([^@]*)@)?([^:]+)(:([^:]*))?$, + then the port is match group 5. +

+
+ +

Otherwise, the port is the empty sequence.

+
+
+ +

If the omit-default-ports option is true, the port + is discarded and set to the empty sequence if the port number is the same + as the default port for the given scheme. Implementations should + recognize the default ports for http (80), https (443), + ftp (21), and ssh (22). Exactly which ports are + recognized + is implementation-defined. +

+ +

If the string is the empty string, then + path is the empty sequence, otherwise path + is the whole string. If the scheme is + the empty sequence, filepath is also the whole string.

+ +

A path-segments sequence is constructed by tokenizing + the string on / (solidus) and applying + uri decoding on each token.

+ + +

The path and path-segments properties both contain + the path portion of the URI. The different formats + only become important when the path contains encoded delimiters.

+

Consider /path%2Fsegment. An application may want to decode that, + using /path/segment in a database query, for example. At the same + time, an application may wish to modify the URI and then reconstruct it.

+ +

In the string form, decoding %2F to / is + not reversible. In the path-segments form, the path is + broken into discrete segments where the syntactic delimiters occur. + This means the encoded delimiters can be decoded without introducing + ambiguity: ("", "path/segment"). In this format, the + decoding is reversible: escape the non-syntactic delimiters before + reconstructing the path with the syntactic ones.

+ +

A consequence of constructing the path-segments this + way is that an empty string appears before the first /, + if the path begins with a + /, after the last + /, if the path ends with a + /, and between consecutive + / characters. (If the path consists of a single /, + that / counts as both the first and last /, + producing a segment list containing two empty strings.)

+ +

The + empty strings may seem unnecessary at first glance, but they assure + that the path can be reconstructed by joining the segments together + again without having to handle the presence or absence of a leading or + trailing / as special cases.

+ +

Applying uri decoding is equivalent to + calling fn:decode-from-uri on the string.

+ +

The query-parameters value is constructed as follows. + Start with an empty map. Tokenize the query on + the & (ampersand). For each token, identify + the key and the value. If the token + contains an equal sign (=), the key + is the string that precedes the first equal sign, uri + decoded, and the value is the remainder + of the token, after the first equal sign, uri decoded. If the + token does not contain an equal sign, key is the + empty string and the value is equal to the + token, uri decoded. Add the key/value pair + to the map. If the key already exists in the map, add the value + to a list of values associated with that key. The resulting map, when all + tokens have been processed, is the query-parameters map.

+ +

If the filepath is not the empty sequence, + it is uri decoded. On a Windows system, any + forward slashes in the path may be + replaced with backslashes.

+ +

A uri-structure-record is returned. + The record should be populated with only those keys that have a non-empty value (keys + whose value is the empty sequence should + be omitted).

+ +

Implementations may implement additional or different rules for URIs that + have a scheme or pattern that they recognize. An implementation might choose + to parse jar: URIs with special rules, for example, since they extend the + syntax in ways not defined by . Implementations may add + additional keys to the map. The meaning of those keys is implementation-defined.

+
+ + +

A dynamic error is raised if + the URI contains an open square bracket in the authority component that + is not followed by a close square bracket.

+
+ + +

Like fn:resolve-uri, this function handles the additional characters + allowed in IRIs in the same way that other unreserved + characters are handled.

+

Unlike fn:resolve-uri, this function is not attempting to resolve + one URI against another and consequently, the errors that can arise under those + circumstances do not apply here. The fn:parse-uri function will + accept strings that would raise errors if resolution was attempted; + see fn:build-uri.

+
+ + + +

In the examples that follow, keys with values that are null or an empty sequence + are elided for editorial clarity. String literals that include an ampersand character + are written as string templates (for example `Barnes&Noble`) to ensure + that the examples work in both XPath and XQuery.

+ + +parse-uri("http://qt4cg.org/specifications/xpath-functions-40/Overview.html#parse-uri") +{ + "authority": "qt4cg.org", + "fragment": "parse-uri", + "hierarchical": true(), + "host": "qt4cg.org", + "path": "/specifications/xpath-functions-40/Overview.html", + "path-segments": ("", "specifications", "xpath-functions-40", "Overview.html"), + "scheme": "http", + "uri": "http://qt4cg.org/specifications/xpath-functions-40/Overview.html#parse-uri" +} + +
+ + + +parse-uri("http://www.ietf.org/rfc/rfc2396.txt") +{ + "authority": "www.ietf.org", + "hierarchical": true(), + "absolute": true(), + "host": "www.ietf.org", + "path": "/rfc/rfc2396.txt", + "path-segments": ("", "rfc", "rfc2396.txt"), + "scheme": "http", + "uri": "http://www.ietf.org/rfc/rfc2396.txt" +} + + + + + +parse-uri("https://example.com/path/to/file") +{ + "authority": "example.com", + "path": "/path/to/file", + "scheme": "https", + "path-segments": ("", "path", "to", "file"), + "host": "example.com", + "hierarchical": true(), + "absolute": true(), + "uri": "https://example.com/path/to/file" +} + + + + + +parse-uri( + `https://example.com:8080/path?s=%22hello world%22&sort=relevance` +) +{ + "authority": "example.com:8080", + "hierarchical": true(), + "absolute": true(), + "host": "example.com", + "path": "/path", + "path-segments": ("", "path"), + "port": "8080", + "query": `s=%22hello world%22&sort=relevance`, + "query-parameters": { + "s": """hello world""", + "sort": "relevance" + }, + "scheme": "https", + "uri": `https://example.com:8080/path?s=%22hello world%22&sort=relevance` +} + + + + + +parse-uri("https://user@example.com/path/to/file") +{ + "authority": "user@example.com", + "hierarchical": true(), + "absolute": true(), + "host": "example.com", + "path": "/path/to/file", + "path-segments": ("", "path", "to", "file"), + "scheme": "https", + "uri": "https://user@example.com/path/to/file", + "userinfo": "user" +} + + + + + +parse-uri("ftp://ftp.is.co.za/rfc/rfc1808.txt") +{ + "authority": "ftp.is.co.za", + "hierarchical": true(), + "absolute": true(), + "host": "ftp.is.co.za", + "path": "/rfc/rfc1808.txt", + "path-segments": ("", "rfc", "rfc1808.txt"), + "scheme": "ftp", + "uri": "ftp://ftp.is.co.za/rfc/rfc1808.txt" +} + + + + + +parse-uri("file:////uncname/path/to/file") +{ + "filepath": "/uncname/path/to/file", + "hierarchical": true(), + "absolute": true(), + "path": "/uncname/path/to/file", + "path-segments": ("", "uncname", "path", "to", "file"), + "scheme": "file", + "uri": "file:////uncname/path/to/file" +} + + + + + +parse-uri("file:///c:/path/to/file") +{ + "filepath": "c:/path/to/file", + "hierarchical": true(), + "absolute": true(), + "path": "/c:/path/to/file", + "path-segments": ("", "c:", "path", "to", "file"), + "scheme": "file", + "uri": "file:///c:/path/to/file" +} + + + + + +parse-uri("file:/C:/Program%20Files/test.jar") +{ + "filepath": "C:/Program Files/test.jar", + "hierarchical": true(), + "absolute": true(), + "path": "/C:/Program%20Files/test.jar", + "path-segments": ("", "C:", "Program Files", "test.jar"), + "scheme": "file", + "uri": "file:/C:/Program%20Files/test.jar" +} + + + + + +parse-uri("file:\\c:\path\to\file") +{ + "filepath": "c:/path/to/file", + "hierarchical": true(), + "absolute": true(), + "path": "/c:/path/to/file", + "path-segments": ("", "c:", "path", "to", "file"), + "scheme": "file", + "uri": "file:\\c:\path\to\file" +} + + + + + +parse-uri("file:\c:\path\to\file") +{ + "filepath": "c:/path/to/file", + "hierarchical": true(), + "absolute": true(), + "path": "/c:/path/to/file", + "path-segments": ("", "c:", "path", "to", "file"), + "scheme": "file", + "uri": "file:\c:\path\to\file" +} + + + + + +parse-uri("c:\path\to\file") +{ + "filepath": "c:/path/to/file", + "hierarchical": true(), + "path": "/c:/path/to/file", + "path-segments": ("", "c:", "path", "to", "file"), + "scheme": "file", + "uri": "c:\path\to\file" +} + + + + + +parse-uri("/path/to/file") +{ + "filepath": "/path/to/file", + "hierarchical": true(), + "path": "/path/to/file", + "path-segments": ("", "path", "to", "file"), + "uri": "/path/to/file" +} + + + + + +parse-uri("#testing") +{ + "fragment": "testing", + "uri": "#testing" +} + + + + + +parse-uri("?q=1") +{ + "query": "q=1", + "query-parameters":{ + "q": "1" + }, + "uri": "?q=1" +} + + + + + +parse-uri("ldap://[2001:db8::7]/c=GB?objectClass?one") +{ + "authority": "[2001:db8::7]", + "hierarchical": true(), + "absolute": true(), + "host": "[2001:db8::7]", + "path": "/c=GB", + "path-segments": ("", "c=GB"), + "query": "objectClass?one", + "query-parameters":{ + "": "objectClass?one" + }, + "scheme": "ldap", + "uri": "ldap://[2001:db8::7]/c=GB?objectClass?one" +} + + + + + +parse-uri("mailto:John.Doe@example.com") +{ + "hierarchical": false(), + "path": "John.Doe@example.com", + "path-segments": "John.Doe@example.com", + "scheme": "mailto", + "uri": "mailto:John.Doe@example.com" +} + + + + + +parse-uri("news:comp.infosystems.www.servers.unix") +{ + "hierarchical": false(), + "path": "comp.infosystems.www.servers.unix", + "path-segments": "comp.infosystems.www.servers.unix", + "scheme": "news", + "uri": "news:comp.infosystems.www.servers.unix" +} + + + + + +parse-uri("tel:+1-816-555-1212") +{ + "hierarchical": false(), + "path": "+1-816-555-1212", + "path-segments": " 1-816-555-1212", + "scheme": "tel", + "uri": "tel:+1-816-555-1212" +} + + + + + +parse-uri("telnet://192.0.2.16:80/") +{ + "authority": "192.0.2.16:80", + "hierarchical": true(), + "absolute": true(), + "host": "192.0.2.16", + "path": "/", + "path-segments": ("", ""), + "port": "80", + "scheme": "telnet", + "uri": "telnet://192.0.2.16:80/" +} + + + + + +parse-uri("urn:oasis:names:specification:docbook:dtd:xml:4.1.2") +{ + "hierarchical": false(), + "path": "oasis:names:specification:docbook:dtd:xml:4.1.2", + "path-segments": "oasis:names:specification:docbook:dtd:xml:4.1.2", + "scheme": "urn", + "uri": "urn:oasis:names:specification:docbook:dtd:xml:4.1.2" +} + + + + + +parse-uri("tag:textalign.net,2015:ns") +{ + "hierarchical": false(), + "path": "textalign.net,2015:ns", + "path-segments": "textalign.net,2015:ns", + "scheme": "tag", + "uri": "tag:textalign.net,2015:ns" +} + + + + + +parse-uri("tag:jan@example.com,1999-01-31:my-uri") +{ + "hierarchical": false(), + "path": "jan@example.com,1999-01-31:my-uri", + "path-segments": "jan@example.com,1999-01-31:my-uri", + "scheme": "tag", + "uri": "tag:jan@example.com,1999-01-31:my-uri" +} + + + + +

This example uses the algorithm described above, not an algorithm that is +specifically aware of the jar: scheme.

+ +parse-uri("jar:file:/C:/Program%20Files/test.jar!/foo/bar") +{ + "hierarchical": false(), + "path": "file:/C:/Program%20Files/test.jar!/foo/bar", + "path-segments": ("file:", "C:", "Program Files", "test.jar!", "foo", "bar"), + "scheme": "jar", + "uri": "jar:file:/C:/Program%20Files/test.jar!/foo/bar" +} + +
+ + +

This example demonstrates that parsing the URI treats non-URI characters in +lexical IRIs as “unreserved characters”. The rationale for this is given in the +description of fn:resolve-uri.

+ +parse-uri("http://www.example.org/Dürst") +{ + "authority": "www.example.org", + "hierarchical": true(), + "absolute": true(), + "host": "www.example.org", + "path": "/Dürst", + "path-segments": ("", "Dürst"), + "scheme": "http", + "uri": "http://www.example.org/Dürst" +} + +
+ + +

This example demonstrates the use of | instead of : in a Windows +path.

+ +parse-uri("c|/path/to/file") +{ + "filepath": "c:/path/to/file", + "hierarchical": true(), + "path": "/c:/path/to/file", + "path-segments": ("", "c:", "path", "to", "file"), + "scheme": "file", + "uri": "c|/path/to/file" +} + +
+ + +

This example demonstrates the use of | instead of : in a Windows +path with an explicit file: scheme.

+ +parse-uri("file://c|/path/to/file") +{ + "filepath": "c:/path/to/file", + "hierarchical": true(), + "absolute": true(), + "path": "/c:/path/to/file", + "path-segments": ("", "c:", "path", "to", "file"), + "scheme": "file", + "uri": "file://c|/path/to/file" +} + +
+
+ + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-dependent + focus-independent + + + +

Constructs a URI from the parts provided.

+
+ + +

A URI is composed from a scheme, authority, path, query, and fragment.

+ +

The following options are available:

+ + + + Indicates that deprecated URI + features should be returned + xs:boolean + false() + + + Indicates that a port number that is the same as + the default port for a given scheme should be omitted. + xs:boolean + false() + + + Indicates that the URI represents + a Windows Universal Naming Convention + Path. + xs:boolean + false() + + + +

The components are derived from the contents of the + $parts map. To simplify the description below, a + value is considered to be present in the map if the relevant + field exists and is non-empty.

+ +

If the scheme key is present in the map, + the URI begins with the value of that key. A URI is considered to be + non-hierarchical if either the hierarchical key + is present in the $parts map with the value + false() or if the scheme is known to be + non-hierarchical. (In other words, schemes are hierarchical by + default.)

+ + +

If the scheme is + known to be non-hierarchical, it is delimited by a trailing + :.

+
+

Otherwise, if the scheme is file and the unc-path + option is true, the scheme is delimited by a trailing :////.

+
+

Otherwise, the scheme is delimited by + a trailing ://.

+
+
+ +

For simplicity of exposition, we take the + userinfo, host, and + port values from the map and imagine they are + stored in variables with the same name. If the key is not + present in the map, the value of the variable is set to the + empty sequence.

+ +

If $userinfo is non-empty and contains a + non-empty password, then $userinfo is set to the + empty sequence unless the + allow-deprecated-features option is true.

+ +

If the omit-default-ports option is true + then the $port is set to the empty sequence if + the port number is the same as the default port for the given + scheme. Implementations should recognize + the default ports for http (80), + https (443), ftp (21), and + ssh (22). Exactly which ports are recognized is + implementation-defined. +

+ +

If any of $userinfo, $host, or $port + exist, the following authority is added to the URI under construction: + concat( + if (exists($userinfo)) { $userinfo || "@" }, + $host, + if (exists($port)) { ":" || $port } +)

+ +

If none of userinfo, host, or port + is present, and authority is present, the value of the + authority key is added to the URI. (In this case, no attempt + is made to determine if a password or standard port are present, + the authority value is simply added to the string.)

+ +

The fn:parse-uri function removes + percent-escaping when it constructs the + path-segments, query-parameters, and + fragment properties. That’s often the most + convenient behavior but, in order to reconstruct a URI from them, + special escaping rules apply. These rules protect delimiters + without encoding additional characters unnecessarily. + The rules for path-segments, + query-parameters, and fragment are + slightly different because the URI encoding conventions are + slightly different in each case.

+ +

An application with more stringent requirements can + construct a path or query that + satisfies the requirements and leave the + path-segments and/or + query-parameters keys out of the map.

+ + +

If the path-segments key exists in + the map, then the path is constructed from the segments. To + construct the path, the possibly encoded segments are + concatentated together, separated by + U+002F characters.

+ +

The rules for encoding the path segments are different + for hierarchical and non-hierarchical URIs. If the URI is + non-hierarchical, no + encoding is performed on the segments. Otherwise, + each segment is encoded by replacing any control characters (codepoints less than 0x20) + and exclusively the following characters with their + percent-escaped forms: U+0020, U+0025, + U+002F, U+003F, + U+0023, U+002B, + U+005B, and U+005D. + That is “[#0-#20%/\?\#\+\[\]]”.

+ + +

Encoding is performed unless the URI is known to be non-hierarchical; + in other words, encoding is the default. This heuristic improves the + reliability of using fn:build-uri() on the output of + fn:parse-uri(). (For example, + fn:parse-uri('a+b/c') => fn:build-uri() will return + a+b/c.)

+

It is necessary to avoid encoding non-hierarchical schemes because there is more + variation in them (for example, the tel: scheme + uses a “+” that must not be encoded). Users working with + non-hierarchical schemes may need to address the encoding issue directly + bearing in mind the encoding requirements of the particular schemes in use.

+
+
+ +

Otherwise the value of the path key is used.

+
+ +

If neither are present, the empty string is used for the path.

+
+
+ +

The path is added to the URI.

+ +

If the query-parameters key exists in the map, its value + must be a map. A sequence of strings is constructed from the values in the map.

+ +

To construct the string, each key and value + is encoded. + The encoding performed replaces any control characters (codepoints less than 0x20) + and exclusively the following characters with their + percent-escaped forms: U+0020, U+0025, U+003D, + U+0026, + U+0023, U+002B, + U+005B, and U+005D. That is “[#0-#20%=&\#\+\[\]]”. + (This differs from the path encoding in that it excludes U+002F + and U+003F but includes U+003D and U+0026.) + For each key and each value associated with + that key in turn:

+ + +

If the key is the empty string, the string constructed + is the encoded value.

+

Otherwise, the string constructed is the value of the + key, encoded, followed by an equal sign (U+003D), + followed by the value, encoded.

+
+ +

The query is constructed by joining the resulting + strings into a single string, separated by & (ampersand) characters. + If the query-parameters key does not exist in the map, but + the query key does, then the query is the value of the + query key.

+

If there is a query, it is added to the URI with + a preceding U+003F.

+ +

If the fragment key exists in the map, then + the value of that key is encoded and added to the URI with a + preceding U+0023. + + The encoding performed replaces any control characters (codepoints less than 0x20) + and exclusively the following characters with their + percent-escaped forms: U+0020, U+0025, + U+0023, U+002B, + U+005B, and U+005D. That is “[#0-#20%\#\+\[\]]”. + (This differs from the path encoding in that it excludes U+002F + and U+003F.)

+ +

The resulting URI is returned.

+
+ + + + + build-uri({ + "scheme": "https", + "host": "qt4cg.org", + "port": (), + "path": "/specifications/index.html" +}) + "https://qt4cg.org/specifications/index.html" + + + + + +

New in 4.0

+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Partitions a sequence of items into a sequence of non-empty arrays containing the same items, + starting a new partition when a supplied condition is true.

+
+ +

Informally, the function starts by creating a partition containing the first item in the input sequence, + if any. For each remaining item J in the input sequence, + other than the first, it calls the supplied $split-when function with three + arguments: the contents of the current partition, the item J, and the current + position in the input sequence.

+

Each partition is a sequence of items; the function result wraps each partition as an array, and returns + the sequence of arrays.

+

If the $split-when function returns true, the current partition is wrapped as an array and added to the result, + and a new current partition is created, initially containing the item J only. If the $split-when + function returns false or (), the item J is added to the current partition.

+ +
+ +for-each( + $input, + fn($item, $pos) { { 'item': $item, 'pos': $pos } } +) +=> fold-left((), fn($partitions, $pair) { + if (empty($partitions) or $split-when(foot($partitions)?*, $pair?item, $pair?pos)) + then ($partitions, [ $pair?item ]) + else (trunk($partitions), array { foot($partitions)?*, $pair?item }) +}) + + +

The function enables a variety of positional grouping problems to be solved. For example:

+ +

partition($input, fn($a, $b) { count($a) eq 3 } + partitions a sequence into fixed size groups of length 3.

+

partition($input, fn($a, $b) { boolean($b/self::h1) } + starts a new group whenever an h1 element is encountered.

+

partition($input, fn($a, $b) { $b lt foot($a) } + starts a new group whenever an item is encountered whose value is less than + the value of the previous item.

+
+

The callback function is not called to process the first item in the input sequence, because this will + always start a new partition. The first argument to the callback function (the current partition) is always + a non-empty sequence.

+
+ + + + partition( + ("Anita", "Anne", "Barbara", "Catherine", "Christine"), + fn($partition, $next) { + substring(head($partition), 1, 1) ne substring($next, 1, 1) + } +) + [ "Anita", "Anne" ], [ "Barbara" ], [ "Catherine", "Christine" ] + + + partition( + (1, 2, 3, 4, 5, 6, 7), + fn($partition, $next) { count($partition) eq 2 } +) + [ 1, 2 ], [ 3, 4 ], [ 5, 6 ], [ 7 ] + + + partition( + (1, 4, 6, 3, 1, 1), + fn($partition, $next) { sum($partition) ge 5 } +) + [ 1, 4 ], [ 6 ], [ 3, 1, 1 ] + + + partition( + tokenize("In the beginning was the word"), + fn($partition, $next) { + sum(($partition, $next) ! string-length()) gt 10 + } +) + [ "In", "the" ], [ "beginning" ], [ "was", "the", "word" ] + + + partition( + (1, 2, 3, 6, 7, 9, 10), + fn($partition, $next) { $next != foot($partition) + 1 } +) + [ 1, 2, 3 ], [ 6, 7 ], [ 9, 10 ] + + + partition( + ('a', 'b', 'c', 'd', 'e'), + fn($all, $next, $p) { $p mod 2 = 1 } +) + [ "a", "b" ], [ "c", "d" ], [ "e" ] + + + + +

New in 4.0

+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Produces the sequence of successive partial results from + the evaluation of fn:fold-left with the same arguments.

+
+ +

The function returns a sequence of N+1 + single-member arrays, where N is the number of + items in $input. For values of $n in the range 0 to N, + the value of the single member of array $n+1 in the result sequence is the value of the expression + fold-left( subsequence($input, 1, $n), $init, $action ).

+
+ +(0 to count($input)) +! [fold-left(subsequence($input, 1, .), $init, $action) ] + + +

A practical implementation is likely to compute each array in the result sequence based on the value + of the previous item, rather than computing each item independently as implied by the specification.

+
+ + + + scan-left(1 to 5, 0, op('+')) + [ 0 ], [ 1 ], [ 3 ], [ 6 ], [ 10 ], [ 15 ] + + + + + scan-left(1 to 3, 0, op('-')) + [ 0 ], [ -1 ], [ -3 ], [ -6 ] + + + + + scan-left(1 to 5, 1, op('*')) + [ 1 ], [ 1 ], [ 2 ], [ 6 ], [ 24 ], [ 120 ] + + + + + scan-left(1 to 3, (), fn($a, $b) { $b, $a }) + [ () ], [ 1 ], [ (2, 1) ], [ (3, 2, 1) ] + + + + +

New in 4.0

+
+
+ + + + + + + + + + + deterministic + context-independent + focus-independent + + +

Produces the sequence of successive partial results from + the evaluation of fn:fold-right with the same arguments.

+
+ +

The function returns a sequence of N+1 + single-member arrays, where N is the number of + items in $input. For values of $n in the range 0 to N, + the value of the single member of array $n+1 in the result sequence is the value of the expression + fold-right( subsequence($input, count($input)-$n+1), $init, $action ).

+
+ +(0 to count($input)) +! [ fold-right(subsequence($input, count($input)-.+1), $init, $action) ] + + +

A practical implementation is likely to compute each array in the result sequence based on the value + of the previous item, rather than computing each item independently as implied by the specification.

+
+ + + + scan-right(1 to 10, 0, op('+')) + [ 55 ], [ 54 ], [ 52 ], [ 49 ], [ 45 ], [ 40 ], +[ 34 ], [ 27 ], [ 19 ], [ 10 ], [ 0 ] + + + + + scan-right(1 to 3, 0, op('-')) + [ 2 ], [ -1 ], [ 3 ], [ 0 ] + + + + + scan-right(1 to 5, (), fn($a, $b) { $b, $a }) + [ (5, 4, 3, 2, 1) ], [ (5, 4, 3, 2) ], [ (5, 4, 3) ], +[ (5, 4) ], [ 5 ], [ () ] + + + + +

New in 4.0

+
+
+ + + + + + + + + + deterministic + context-independent + focus-independent + + +

Creates an Invisible XML parser for a grammar.

+
+ +

Conceptually, an processor + takes two arguments: a grammar and an input string. The grammar + is a description of some format and the parser will attempt to + interpret the input string according to that description. The parser + returns an XML representation of the input string as parsed + by the provided grammar. If parsing fails, it returns an XML + representation that indicates an error occurred and may + provide additional error information.

+ +

If the function is called twice with the same arguments, it is + nondeterministic with respect to node identity. +

+ +

For example, the following grammar describes a date as consisting + of a year, a month, and a day. Each are a sequence of digits and they are + separated by hyphens:

+ + date = year, -'-', month, -'-', day . + year = d, d, d, d . +month = '0', d | '1', ['0'|'1'|'2'] . + day = ['0'|'1'|'2'], d | '3', ['0'|'1'] . + -d = ['0'-'9'] . + +

Using this grammar to parse “2023-10-31” will produce:

+ + 20231031]]> + +

Using this grammar to parse “2023-10-32” will produce something like this:

+ + + 1 + 10 + 9 + 3 + '3', ['0'; '1'; '2'] +]]> + +

The exact format of the error output will vary between implementations. + The only required part of the output is the ixml:state attribute + that contains the value failed.

+ +

Careful readers will observe that the example grammar + will parse “2023-00-00” as a date. The grammar could easily be extended to + exclude the “00” forms for month and day, but this is only intended to be + an illustrative example.

+ +

The fn:invisible-xml function takes a grammar and + returns a function that can be used to parse input strings. In practice, + constructing a parser from a grammar may be an expensive operation. + Returning a parsing function makes it easy to efficiently reuse + a parser.

+ +

The provided grammar must be a string conforming to the Invisible XML + specification grammar or an XML representation of such a grammar.

+ +

The following options are available. The option parameter conventions apply.

+ + + + Raise an error if the parse function fails + xs:boolean + false() + + + +

Additional, implementation-defined options may be available, for example, to control + aspects of the XML serialization, to specify the grammar start symbol, + or to produce output formats other than XML.

+ +

If $grammar is the empty sequence, a parser is returned + for the Invisible XML specification grammar. This should be the same + grammar that the implementation uses to parse iXML grammars. If $grammar is not + empty, it must be a valid Invisible XML grammar. + If it is not, fn:invisible-xml raises + err:FOIX0001.

+ +

The parsing function that is returned behaves as follows:

+ + +

It takes a string as input and returns an item as its result, usually an + XML document containing the result of the parse. (The return type is item() + to allow implementations to provide other sorts of results.)

+

It is nondeterministic with respect to node identity (that + is, if it is called twice with the same input string, it may or may not return the same + document node each time).

+
+ +

If the fail-on-error option is + true(), the parsing function will raise + err:FOIX0002 if the input provided cannot be + parsed successfully. Otherwise, it returns an XML representation of the + error (rooted at a document node) as described by the + specification.

+
+ + + + invisible-xml("S=A. A='a'.")("a") + a]]> + + + + + let $parser := invisible-xml("S=A. A='a'.") +let $result := $parser("b") +return $result/*/@*:state = 'failed' + true() + The returned document contains information about the error in the parsed string. + + + + + + + + + + +

New in 4.0

+
+
+ + + + + + + + + nondeterministic + context-independent + focus-independent + + +

Delivers a root wrapping + a map or array, enabling the use of lookup expression + to navigate a rooted at that map or array.

+
+ +

The function creates a + that wraps the supplied map or array. Specifically, it creates a root JNode + whose ·content· property is $input, and whose + ·parent·, ·position·, and ·selector· + properties are absent.

+ +

This has the effect that lookup expressions starting from this JNode retain + information for subsequent navigation.

+ +

A JNode has unique identity. If two maps or arrays M1 and + M2 have the same function identity, as determined by the + function-identity function, then + jtree(M1) is jtree(M2) must + return true: that is, the same JNode must be + delivered for both.

+ + +
+ +

It is to some extent + whether two maps or arrays have the same function identity. Processors + should ensure as a minimum that when + a variable $m is bound to a map or array, + calling jtree($m) more than once (with the same variable reference) + will deliver the same JNode each time.

+ +

The effect of the coercion rules is technically that if an existing JNode is supplied as $input, + the wrapped value will be extracted, and then rewrapped as a JNode: in practice, + this can be short-circuited by returning the supplied JNode unchanged.

+ +

Although fn:jnode is available as a function for user applications + to call explicitly, it is also invoked implicitly by some expressions, notably when + a path expression is written in a form such as $map/child::*. Specifically, + if the left-hand operand of the / operator is a map or array, + then the supplied map or array is implicitly wrapped in a JNode.

+ +

The effect of applying fn:jnode to a map or array is that subsequent retrieval operations + within the wrapped map or array return results that retain useful information about + where the results were found. For example, consider an expression such as json-doc($source)//name. + + This expression returns a set of JNodes representing all entries in the JTree having the key "name"; + each of these JNodes contains not only the value of the relevant "name" entry, + but also the key (which in this simple example is always "name" + and the containing map. This means, for example, if $result + is the result of the expression json-doc($source) // name, then:

+ + +

$result / .. / ssn locates the map that contained each + name, and returns the value of the ssn entry in that map.

+

$result / ancestor::course returns any + course entries in containing maps.

+

$result / ancestor::* => jnode-selector() returns a sequence of map keys and array index + values representing the location of the found entries within the JSON structure.

+ +
+ +

An alternative way of wrapping a map or array, rather than calling jtree($X), + is to use the path expression $X/..

+ +

There are two situations where a map or array is implicitly wrapped in a JNode:

+ + +

When the value of the left-hand operand of the / operator + includes a map or array;

+

When the context value for evaluation of an AxisStep + includes a map or array.

+
+ + +
+ + + + jtree([ "a", "b", "c" ])/*[1]/../*[last()] => string() + "c" + The call on fn:jnode would happen automatically + + + + + jtree([ "a", "b", "c", "d" ])/* => jnode-selector() + 1, 2, 3, 4 + + + + + let $data := { + "fr": { "capital": "Paris", "languages": [ "French" ] }, + "de": { "capital": "Berlin", "languages": [ "German" ] } +} +return jtree($data)//languages[. = 'German']/../capital) => string() + "Berlin" + + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the ·selector· property of a JNode.

+
+ +

If the argument is omitted, it defaults to the context value (.).

+

If $input is an empty sequence, the function returns an empty sequence.

+

If $input is a root JNode (one in which the ·selector· property is + absent), the function returns an empty sequence.

+

Otherwise, the function returns the ·selector· property of $input. + In the case where the parent JNode wraps a map, this will be the key of the relevant entry + within that map; in the case where the parent JNode wraps an array, it will be the 1-based + index of the relevant member of the array.

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error .

+
+ +

If the context value is not an instance of the sequence type jnode()?, + type error .

+
+
+
+ + + + let $array := [1, 3, 4.5, 7, "eight", 10] +return $array / child::type(xs:integer) =!> jnode-selector() + 1, 2, 4, 6 + + + let $map := {'Mo': 'Monday', 'Tu': 'Tuesday', 'We': 'Wednesday'} +return $map / child::get("Mo", "We", "Fr", "Su") =!> jnode-selector() + "Mo", "We" + + + let $array := [[4, 18], [30, 4, 22]] +return $array / descendant::*[. gt 25][1] / ancestor::* =!> jnode-selector() => reverse() + 2, 1 + + + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the ·position· property of a JNode.

+
+ +

If the argument is omitted, it defaults to the context value (.).

+

If $input is an empty sequence, the function returns an empty sequence.

+

If $input is a root JNode (one in which the ·position· property is + absent), the function returns an empty sequence.

+

Otherwise, the function returns the ·position· property of $input. + The value of this property will be 1 (one) except in cases where + the value of an entry in a map, or a member in an array, is a sequence that contains + multiple items including maps and/or arrays; in such cases + the position will be the 1-based position of the relevant map or array.

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error .

+
+ +

If the context value is not an instance of the sequence type jnode()?, + type error .

+
+
+
+ +

This function is relevant only when there are maps whose entries are multi-item + sequences that include maps and arrays, or arrays whose members include + such multi-item sequences. + Such structures are uncommon, and never arise from parsing of JSON source text. + It is generally best to avoid such structures by using arrays rather than sequences + within array and map content; apart from other considerations, this allows the + data to be serialized in JSON format.

+

If an entry within a map, or a member of an array, contains a sequence of items + that mixes arrays and maps with other content (for example the array + [1, 2, ([1,2], [3,4], 5)), then a lookup using the + child axis will only construct JNodes in respect of those items that are + non-empty maps or arrays. This may leave gaps in the position numbering sequence, + as illustrated in the examples below.

+
+ + + + let $input := { + "a": [10, 20, 30], + "b": ([40, 50, 60], [], 0, [70, 80, (90, 100)]) +} +return $input / child::b / * + ! { "position": jnode-position(), + "index": jnode-selector() + "value": jnode-content() + } + +{ "position": 1, "index": 1, "value": 40 }, +{ "position": 1, "index": 2, "value": 50 }, +{ "position": 1, "index": 3, "value": 60 }, +{ "position": 4, "index": 1, "value": 70 }, +{ "position": 4, "index": 2, "value": 80 }, +{ "position": 4, "index": 3, "value": (90, 100) } + + + let $input := { + "a": {"x": 10, "y": 20, "z": 30}, + "b": ( {"x": 40, "y": 50, "z": 60}, + {}, + {"x": 70, "y": 80, "z": (90, 100)}) +} +return $input / child::b / * + ! { "position": jnode-position(), + "key": jnode-selector() + "value": jnode-content() + } + +{ "position": 1, "key": "x", "value": 40 }, +{ "position": 1, "key": "y", "value": 50 }, +{ "position": 1, "key": "z", "value": 60 }, +{ "position": 3, "key": "x", "value": 70 }, +{ "position": 3, "key": "y", "value": 80 }, +{ "position": 3, "key": "z", "value": (90, 100) } + + + + + + + + +

New in 4.0

+
+
+ + + + + + + + + deterministic + context-independent + focus-independent + + +

Returns the ·content· property of a JNode.

+
+ +

If the argument is omitted, it defaults to the context value (.).

+

If $input is an empty sequence, the function returns an empty sequence.

+

Otherwise, the function returns the ·content· property of $input.

+
+ +

The following errors may be raised when $node is omitted:

+ + +

If the context value is absent, + type error .

+
+ +

If the context value is not an instance of the sequence type jnode()?, + type error .

+
+
+
+ +

In many cases it is unnecessary to make an explicit call on jnode-content, because + the coercion rules will take care of this automatically. For example, in an expression + such as $X / descendant::name [matches(., '^J')], the call on + matches is supplied with a JNode as its first argument; atomization + ensures that the actual value being passed to the first argument of matches + is the atomized value of the + ·content· property.

+

Other examples where the ·content· of a JNode is extracted automatically + include:

+ + +

Any context where the required type is an atomic value, for example + arithmetic operations, value comparisons and general comparisons, and calls + on functions that expect an atomic value.

+

Any context where the required type is a map or array, for example + the first argument of functions such as map:size + or array:size, a free-standing expression within a map + constructor such as map{ $jnode }, the constructs + for member and for key/value, the left-hand + operand of the lookup operator ? (or the context value + in the case of a unary lookup operator), and the operand of a map/array + filter expression $jnode?[predicate].

+
+

Notable places where the ·content· is not + automatically extracted include:

+ +

When computing the effective boolean + value. As with XNodes, writing if ($array/child::*[1]) ... tests for the existence + of a child, it does not test its value. To test its value, write if (jnode-content($array/child::*[1])) ..., + or equivalently if (xs:boolean($array/child::*[1])) ....

+

When calling functions that accept arbitrary sequences, such as + count or deep-equal.

+
+

It is possible (though probably unwise) to construct a JNode whose ·content· + property itself contains another JNode. For example, the expression + jtree([jtree([]), jtree([])]) creates a JNode whose ·content· + is an array of JNodes, and applying the child axis to this JNode will + return a sequence of two JNodes that themselves have further JNodes as their content. + The jnode-content returns these contained JNodes, it does not + recursively extract their content.

+ +
+ + + + let $array := [1, 3, 4.5, 7, "eight", 10] +return $array / child::type(xs:integer) =!> jnode-content() + 1, 3, 7, 10 + + + let $map := {'Mo': 'Monday', 'Tu': 'Tuesday', 'We': 'Wednesday'} +return $map / child::get("Mo", "We", "Fr", "Su") =!> jnode-content() + "Monday", "Wednesday" + + + let $array := [[4, 18], [30, 4, 22]] +return $array / descendant::*[. gt 25][1] / ancestor-or-self::* =!> jnode-content() => reverse() + [[4, 18], [30, 4, 22]], [30, 4, 22], 30 + + + + +
+ + diff --git a/bundles/grammar/xq4.java b/bundles/grammar/xq4.java index 937d9a7..ea31ab1 100644 --- a/bundles/grammar/xq4.java +++ b/bundles/grammar/xq4.java @@ -1,4 +1,4 @@ -// This file was generated on Fri Aug 29, 2025 13:55 (UTC+02) by REx v6.1 which is Copyright (c) 1979-2025 by Gunther Rademacher +// This file was generated on Thu Sep 18, 2025 12:54 (UTC+02) by REx v6.1 which is Copyright (c) 1979-2025 by Gunther Rademacher // REx command line: XQuery-40.ebnf -lalr 2 -tree -name quodatum.parser.xq4 -java -basex package quodatum.parser; @@ -822,10 +822,10 @@ public class xq4 { java.util.ArrayList expected = new java.util.ArrayList<>(); int s = tokenSetId < 0 ? - tokenSetId : INITIAL[tokenSetId] & 8191; - for (int i = 0; i < 239; i += 32) + for (int i = 0; i < 240; i += 32) { int j = i; - int i0 = (i >> 5) * 4112 + s - 1; + int i0 = (i >> 5) * 4114 + s - 1; int i1 = i0 >> 1; int i2 = i1 >> 2; int f = EXPECTED[(i0 & 1) + EXPECTED[(i1 & 3) + EXPECTED[(i2 & 3) + EXPECTED[i2 >> 2]]]]; @@ -884,180 +884,179 @@ public class xq4 for (int i = 0; i < 211; ++i) {INITIAL[i] = Integer.parseInt(s2[i]);} } - private static final int[] TRANSITION = new int[79747]; + private static final int[] TRANSITION = new int[79800]; static { final String s1[] = { - /* 0 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 19712, 19828, 19818, 19765, 19818, 19739, 19786, 19860, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 19929, 33488, 60379, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 65505, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 48964, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 21277, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 21888, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 65138, 78126, 23528, 27962, 23579, 53900, 54856, 64169, 23648, 22832, 20740, 20733, 23457, 22125, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321", - /* 582 */ "22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23902, 46598, 45818, 54833, 45818, 52884, 23973, 24044, 53900, 23607, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 24104, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 24161, 73089, 45818, 62539, 38690, 38672, 48078, 24210, 53900, 24279, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 24318, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 32469, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 24389, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 1164 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 24441, 77550, 45818, 40849, 24493, 24461, 24532, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 23651, 24559, 34905, 34892, 24612, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 1746 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 52272, 45818, 45818, 24357, 24698, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21189, 20108, 20195, 64291, 20276, 20392, 48473, 20587, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 24758, 64097, 45818, 56418, 45818, 33219, 24816, 24875, 53900, 52878, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 24935, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 24992, 25185, 25175, 25154, 25125, 25094, 25022, 25217, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 25301, 33488, 46321, 34855, 20001, 20076, 21050", - /* 2328 */ "20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 25379, 60390, 25434, 25402, 25457, 25489, 25519, 25599, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 25680, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 25761, 45818, 65138, 69354, 69374, 25817, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 23099, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 25927, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431", - /* 2910 */ "22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 65138, 46430, 46446, 21245, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 71384, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 26056, 25998, 26029, 26179, 26192, 26083, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 3492 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 26224, 74645, 45818, 28273, 25648, 26265, 25785, 23579, 53900, 45818, 64169, 45818, 48124, 64457, 56060, 74984, 59070, 41822, 26334, 73078, 33665, 19954, 34536, 61364, 53771, 67831, 57059, 64450, 40248, 39414, 26585, 60779, 47133, 59673, 78069, 60447, 26405, 40266, 77164, 67582, 56060, 43691, 57047, 35426, 56060, 40265, 36638, 54137, 57670, 28498, 27163, 45818, 78616, 32026, 26443, 40266, 26489, 56060, 50728, 56060, 70692, 60246, 40266, 44378, 26543, 57670, 50127, 45818, 32865, 55811, 26577, 60611, 26617, 68751, 56060, 64793, 26661, 39495, 66056, 57670, 26759, 32575, 40266, 26703, 36011, 35683, 71095, 37778, 50854, 57670, 26746, 49844, 26791, 26853, 26906, 55093, 37873, 59476, 26974, 52787, 27009, 66629, 72602, 27067, 27151, 65086, 27195, 27262, 27312, 27391, 27446, 27500, 27584, 27659, 27706, 55646, 73464, 27763, 62305, 58374, 38340, 51308, 58882, 66139, 60631, 41139, 27841, 27896, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 26110, 45818, 45818, 45632, 27994, 32762, 45818, 64169, 45818, 48124, 64457, 56060, 74984, 43785, 41822, 45818, 46587, 26358, 19954, 40266, 61364, 56060, 56060, 57059, 56060, 66205, 40266, 26585, 57670, 57670, 26757, 45818, 45818, 45819, 40266, 40266, 67582, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 54137, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 45818, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 4074 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 28054, 74645, 45818, 65138, 54773, 28136, 52385, 23579, 53900, 56441, 64169, 28194, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 64086, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 73364, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 48184, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 28228, 74645, 45818, 45659, 45818, 47630, 38885, 28305, 76966, 45818, 64169, 45818, 48124, 64457, 56060, 74984, 39509, 28252, 31964, 28365, 26358, 19954, 40266, 61364, 56060, 56060, 57059, 56060, 66205, 40266, 26585, 57670, 57670, 35343, 47590, 28408, 45819, 40266, 40266, 67582, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 54137, 57670, 57670, 77046, 45818, 46133, 26409, 40266, 40266, 28444, 56060, 26629, 56060, 56060, 40265, 40266, 62036, 57670, 57670, 61690, 45818, 45818, 40359, 68193, 47376, 47380, 56060, 56060, 40262, 40266, 28484, 57670, 57670, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 28228, 74645, 45818, 28081, 45818, 47630, 40648, 28305, 76966, 45818, 64169, 45818, 48124, 64457, 56060, 74984, 39509, 28252, 31964, 28365, 26358, 19954, 40266, 61364, 56060, 56060, 57059, 56060, 66205, 40266, 26585, 57670, 57670, 35343, 47590, 28408, 45819, 40266, 40266, 67582, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 54137", - /* 4656 */ "57670, 57670, 77046, 45818, 46133, 26409, 40266, 40266, 28444, 56060, 26629, 56060, 56060, 40265, 40266, 62036, 57670, 57670, 61690, 45818, 45818, 40359, 68193, 47376, 47380, 56060, 56060, 40262, 40266, 28484, 57670, 57670, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 28228, 74645, 45818, 28081, 45818, 47630, 40648, 28305, 76966, 45818, 64169, 45818, 48124, 64457, 56060, 74984, 39509, 28252, 55197, 28365, 26358, 19954, 40266, 61364, 56060, 56060, 57059, 56060, 66205, 40266, 26585, 57670, 57670, 35343, 46042, 28408, 45819, 40266, 40266, 67582, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 54137, 57670, 57670, 77046, 45818, 46133, 26409, 40266, 40266, 28444, 56060, 26629, 56060, 56060, 40265, 40266, 62036, 57670, 57670, 61690, 45818, 45818, 40359, 68193, 47376, 47380, 56060, 56060, 40262, 40266, 28484, 57670, 57670, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 28596, 55154, 28573, 28628, 28658, 30989, 28725, 53900, 45818, 64169, 45818, 28820, 30910, 30903, 31745, 29332, 28959, 33488, 62450, 34855, 20139, 29036, 29551, 29068, 29161, 30347, 29099, 29233, 29389, 29866, 31327, 29292, 29649, 62461, 50967, 70923, 29364, 29421, 28927, 30583, 30890, 30228, 30564, 30867, 28851, 29853, 31509, 29610, 29320, 29635, 20885, 49920, 72389, 29472, 72416, 29710, 30545, 30211, 29201, 31626, 29529, 31447, 29583, 31531, 31296, 31233, 21221, 23756, 29681, 29260, 29800, 29898, 30012, 30071, 31140, 30157, 30260, 30290, 30379, 30411, 23800, 29440, 30518, 30615, 30639, 28910, 29497, 30671, 30726, 30806, 22344, 20163, 29187, 30838, 30942, 31050, 29768, 31355, 31021, 28881, 31111, 31172, 31204, 31265, 31418, 30186, 30101, 31387, 31479, 31563, 30039, 29956, 30774, 29739, 30752, 29827, 30125", - /* 5238 */ "29980, 29927, 30694, 29129, 30319, 31595, 31658, 31079, 31719, 31687, 30973, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 31777, 31833, 24580, 24072, 31875, 32968, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 31926, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 78829, 20885, 52332, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 31996, 21221, 23756, 21321, 23160, 32058, 21411, 21490, 21571, 20479, 21633, 32117, 20306, 21795, 21827, 23800, 23076, 32202, 22085, 22157, 22219, 33346, 32260, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 67771, 23928, 23941, 28162, 23579, 53900, 45818, 60460, 45818, 22832, 20740, 20733, 23457, 22445, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 5820 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32304, 32317, 45818, 65138, 24843, 32349, 33052, 32400, 53900, 45818, 46377, 45818, 32460, 20740, 20733, 23457, 22053, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 20944, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 32501, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 32545, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32609, 74645, 45818, 65138, 25049, 25062, 23724, 32684, 53900, 45818, 24012, 32759, 60070, 20740, 20733, 23457, 22280, 23683, 33488, 64086, 36746, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 73364, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 48184, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32794, 23870", - /* 6402 */ "45818, 62518, 64657, 32846, 25844, 23579, 53900, 34193, 45818, 45818, 22832, 20740, 20733, 23457, 20681, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 65138, 45818, 45818, 24639, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 77921, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 77919, 32952, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 67726, 45818, 30466, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 61690, 45818, 33000, 40359, 61724, 47376", - /* 6984 */ "47380, 56060, 56060, 40262, 40266, 43115, 57670, 57670, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 42761, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 77921, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 77919, 32952, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 67726, 45818, 30466, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 61690, 45818, 32577, 40359, 61724, 47376, 47380, 56060, 56060, 40262, 40266, 43115, 57670, 57670, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 77921, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 77919, 33036, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 67726, 45818, 30466, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 61690, 45818, 32577, 40359, 61724, 47376, 47380, 56060, 56060, 40262, 40266, 43115, 57670, 57670, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 7566 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 77921, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 77919, 32952, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 67726, 45818, 65485, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 61690, 45818, 32577, 40359, 61724, 47376, 47380, 56060, 56060, 40262, 40266, 43115, 57670, 57670, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 33437, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 76258, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 77919, 32952, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 67726, 45818, 30466, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 61690, 45818, 32577, 40359, 61724, 47376, 47380, 56060, 56060, 40262, 40266, 43115, 57670, 57670, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 8148 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 72924, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 35488, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060", - /* 8730 */ "57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 29004, 45818, 34261, 33084, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 45818, 52209, 26358, 74148, 40266, 71150, 56060, 56060, 53512, 56060, 72223, 40266, 65427, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 26302, 33154, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902", - /* 9312 */ "55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 33213, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 33251, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 9894 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 65138, 67224, 69499, 67245, 23579, 53900, 45818, 64169, 45818, 64232, 20740, 20733, 23457, 32272, 23683, 33488, 74635, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21516, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 33290, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 65138, 45818, 45818, 24357, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 10476 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 33378, 75870, 33434, 25347, 24726, 33469, 39666, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 20809, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 33520, 76929, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 33588, 23768, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 40757, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 21918, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 33641, 28376, 45818, 65138, 45818, 45818, 24666, 33717, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 25966, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841", - /* 11058 */ "21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 37683, 64157, 33777, 33895, 33925, 33957, 34037, 34099, 34143, 34239, 34293, 34401, 34488, 34568, 34600, 34714, 34775, 34828, 56589, 26358, 67008, 57417, 59547, 56061, 60007, 55257, 34937, 66205, 61470, 34987, 57670, 35060, 70840, 35132, 32952, 53315, 71843, 35193, 66797, 53956, 56060, 35231, 35275, 66191, 60523, 40266, 51057, 35317, 57670, 57796, 28196, 48992, 38107, 35389, 75313, 44840, 73886, 57536, 56060, 48375, 36623, 40266, 35458, 35795, 57670, 74381, 38960, 35547, 72160, 50473, 35629, 70370, 35676, 57031, 35715, 60908, 35764, 57670, 76383, 46755, 58118, 35893, 35964, 36043, 36103, 70762, 36150, 36197, 36289, 26977, 45818, 73696, 49299, 36339, 39471, 58056, 71207, 51772, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 73634, 36376, 73726, 64619, 51029, 36453, 36532, 68381, 36592, 49325, 36670, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 25245, 45818, 65138, 49948, 45108, 36719, 27994, 28412, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 77921, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 31843, 36826, 36842, 40266, 58039, 36874, 56060, 77312, 36931, 58450, 36975, 40265, 67571, 37012, 57670, 59060, 37061, 45818, 30466, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 61690, 57370, 32577, 37139, 66396, 37183, 57458, 56060, 76766, 60900, 40266, 37225, 57670, 71254, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 70421, 37279, 37333, 62842, 45228", - /* 11640 */ "38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 66984, 23708, 77704, 37421, 37451, 37483, 27994, 34878, 26133, 64169, 45818, 45030, 52692, 70628, 37566, 53863, 26373, 44779, 52043, 37626, 54613, 37773, 37810, 74704, 51835, 47690, 56060, 37842, 37919, 37957, 43221, 47239, 51786, 38063, 32952, 38139, 38189, 38239, 68236, 38271, 42235, 51851, 28452, 66702, 54933, 36165, 68975, 38317, 43129, 67726, 45818, 30466, 26409, 40266, 55883, 35418, 56060, 42417, 56060, 38390, 40265, 47898, 49996, 57670, 57670, 38469, 45818, 32577, 40359, 61724, 47376, 47380, 56060, 56060, 40262, 40266, 43115, 57670, 57670, 26759, 34067, 38437, 38525, 26625, 56060, 66206, 40266, 74859, 48892, 51384, 26233, 38557, 65860, 69970, 65660, 38722, 62252, 27163, 26411, 55979, 56060, 63915, 39110, 26545, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 50918, 38765, 58861, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 75581, 45202, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 37510, 24129, 41911, 38797, 38826, 38858, 27994, 45818, 26133, 64169, 40621, 38992, 63412, 63393, 43567, 73311, 25326, 69773, 46587, 75152, 39091, 39142, 65812, 46695, 39174, 46686, 39218, 39260, 39329, 61325, 48825, 68871, 66099, 77919, 39361, 45819, 40266, 39409, 39446, 63283, 77000, 64843, 71014, 57989, 40088, 39541, 69878, 69015, 39618, 60983, 74544, 39698, 34348, 39750, 60712, 54062, 56060, 74928, 39783, 69110, 57128, 40266, 39822, 36221, 57670, 54211, 32920, 39927, 24239, 71991, 40047, 61209, 56060, 71906, 40085, 75992, 40120, 57670, 69002, 40170, 71365, 27615, 40225, 47862, 72544, 70707, 35732, 75553, 51662, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 50866, 26411, 55979, 56060, 40299, 67631, 57670, 40340, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 45378, 51186, 55646, 72297, 40396, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 12222 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 25871, 25547, 40473, 40505, 40535, 40567, 40721, 40789, 40821, 40902, 67143, 66329, 40963, 41079, 41111, 41226, 41339, 41312, 56338, 41371, 41427, 41481, 41531, 47048, 38358, 41591, 55391, 41651, 41697, 41782, 63111, 74058, 41854, 76894, 41943, 33745, 42013, 42090, 42167, 42199, 42267, 65973, 42337, 42369, 42466, 42541, 42615, 55507, 42702, 38644, 42734, 42803, 42861, 42914, 70484, 42946, 26511, 27468, 43005, 48612, 54483, 43090, 43161, 43267, 43347, 43291, 37089, 43403, 27414, 43448, 43480, 43538, 44865, 43655, 27280, 43723, 43771, 43817, 43901, 51095, 47960, 70203, 28530, 43985, 68535, 27674, 46921, 44080, 43371, 54528, 44138, 44170, 44267, 77387, 44325, 44434, 44517, 69640, 33181, 44580, 44649, 67464, 44725, 65910, 43623, 41449, 44811, 44897, 27529, 44954, 27035, 62281, 55989, 45062, 45356, 44048, 57234, 45140, 45172, 45271, 45332, 45410, 45442, 60631, 43595, 42641, 27914, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 23547, 76673, 45544, 45573, 45605, 45714, 45818, 26133, 64169, 45818, 57933, 48669, 51157, 44983, 71628, 69333, 77921, 48051, 32712, 54235, 75976, 61763, 76051, 56060, 36071, 56060, 67341, 65205, 71747, 56122, 57670, 26757, 77919, 32952, 45819, 40266, 40266, 62589, 56060, 61882, 57047, 62938, 56060, 40265, 35199, 58537, 57670, 63966, 67726, 45818, 30466, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 61690, 45817, 32577, 40359, 71460, 47376, 26874, 56060, 56060, 40262, 40266, 43115, 57670, 51369, 26759, 32575, 40266, 28530, 26625, 56060, 66206, 40266, 74859, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 45851, 61846, 27216, 49661, 77425, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 55073, 45883, 45976, 46074, 42641, 51892, 46185, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 43416, 69520", - /* 12804 */ "46233, 46262, 46294, 27994, 45818, 46363, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 46409, 45818, 51960, 26358, 38493, 40266, 61763, 42226, 56060, 35992, 56060, 27230, 40266, 71747, 60772, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 37151, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 39569, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 46478, 40266, 46516, 65601, 55263, 66206, 73591, 50854, 57670, 44756, 46560, 67023, 56218, 50058, 46630, 46727, 74486, 46798, 22372, 46869, 57580, 36687, 46953, 67690, 35100, 47024, 74211, 47080, 57910, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 37887, 47174, 47271, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 75167, 52066, 64169, 45818, 35597, 47350, 47412, 47493, 47553, 41822, 47622, 46587, 75894, 67008, 45933, 47662, 67839, 74951, 36943, 67327, 74969, 41030, 47770, 59484, 57312, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 41968, 78616, 26409, 39751, 40266, 42570, 56060, 63331, 56060, 56060, 56652, 40266, 76529, 57670, 57670, 27162, 33111, 32577, 40359, 45944, 47376, 47854, 36980, 56060, 47894, 53097, 39495, 57671, 35932, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 28541, 76199, 65015, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 46837, 27119, 47930, 24784, 47992, 48024, 48156, 48244, 28104, 48259, 63784, 44485, 48291, 48349, 71600, 48417, 41822, 45818, 48505, 31801, 76172, 61311, 48557, 48644, 59370, 48701, 53684, 53733, 40266, 48749, 48868, 61516, 48936, 40931, 49044, 45819, 66478, 49076, 49151, 59357, 49208, 49269, 57513, 49357, 38421, 49397, 49482, 49531, 68288, 49598, 28677, 56510, 57824, 40266, 71439, 68087, 53519, 49644, 76613, 49693, 60707, 53205, 49758, 57670, 43235, 51078, 49813, 49892, 27809, 49980, 51548, 50028, 65995", - /* 13386 */ "50159, 50215, 50247, 50112, 55051, 50341, 75609, 20916, 50397, 50505, 50601, 50668, 50760, 50809, 50898, 43192, 50950, 40441, 50999, 51127, 51218, 68002, 51267, 68433, 72853, 48105, 55979, 49365, 51299, 51348, 47222, 51416, 51460, 73896, 38733, 54271, 55989, 40308, 48836, 51492, 51580, 51694, 35284, 45239, 62842, 45228, 49781, 51748, 51818, 66139, 60631, 43595, 44106, 51883, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 36794, 51933, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 25627, 45818, 68664, 52016, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 13968 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 41981, 33609, 52121, 52150, 52182, 52304, 46331, 52417, 69680, 24500, 52509, 52619, 52651, 52724, 72360, 52756, 52847, 54752, 25269, 58714, 52916, 52978, 71076, 42973, 48585, 64861, 53067, 53195, 53237, 47204, 74465, 53309, 32652, 53347, 26284, 53402, 53450, 52477, 53484, 56060, 67913, 42297, 56060, 52540, 40266, 57156, 53551, 57670, 36307, 53370, 48525, 26409, 43739, 59751, 35418, 53620, 53667, 53716, 53765, 71111, 53803, 53845, 36257, 75227, 54587, 53895, 32577, 27552, 53452, 53932, 47380, 76576, 56060, 41665, 40266, 39495, 53988, 57670, 27359, 39958, 54033, 62735, 38587, 37193, 54110, 74009, 54186, 47142, 45086, 37724, 51440, 55686, 77288, 53163, 57218, 41733, 54267, 26411, 73208, 54303, 50622, 57291, 66273, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 78031, 66826, 54342, 54395, 67508, 54452, 54560, 43595, 42641, 51901, 54645, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 19897, 28022, 61608, 54693, 54725, 54805, 33122, 26133, 33685, 59680, 54902, 51522, 54994, 53007, 55125, 32814, 54870, 55186, 26358, 25895, 56661, 55229, 36414, 55295, 36404, 55370, 55423, 59941, 55539, 49561, 55597, 40421, 33548, 78620, 45819, 59284, 40266, 68236, 55678, 56060, 57047, 56060, 42058, 46900, 55718, 68158, 53264, 55755, 27163, 23616, 35515, 55790, 70188, 66458, 50427, 65719, 55843, 42305, 62340, 39023, 74165, 41715, 55924, 58554, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 33258, 55965, 56021, 56058, 72498, 55723, 76826, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 56093, 39586, 56181, 68842, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 14550 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 37107, 46766, 67203, 56250, 56279, 56311, 56390, 56487, 21539, 46153, 56562, 56621, 56693, 56725, 75490, 56851, 71794, 45818, 37655, 38092, 41395, 56912, 77774, 72478, 56969, 57005, 57097, 57188, 57266, 39297, 55627, 66268, 57364, 28771, 56358, 34657, 57402, 65413, 59300, 57449, 73956, 57490, 56060, 57568, 55874, 40266, 57612, 57669, 57703, 27343, 56455, 32881, 57737, 72177, 57856, 62680, 42399, 76078, 57965, 56060, 34432, 58021, 63247, 40138, 60966, 59222, 58088, 58173, 58270, 50834, 58345, 71928, 58434, 58482, 58510, 56937, 34456, 58586, 58641, 41167, 58690, 55453, 62189, 72987, 58746, 58831, 58934, 59002, 59034, 43928, 26147, 59102, 44222, 49450, 59134, 59166, 69895, 66085, 59254, 59332, 59402, 47714, 57767, 59449, 27790, 55985, 59516, 59645, 59712, 55989, 59783, 43058, 59850, 69613, 59904, 59973, 60039, 62842, 45228, 38340, 51308, 66848, 60215, 60631, 43595, 42641, 66925, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 37741, 35028, 56880, 60291, 60320, 60352, 27994, 69800, 60422, 52360, 32428, 60492, 60555, 60676, 60744, 60811, 41822, 31953, 58200, 26358, 67008, 58301, 60872, 26714, 34955, 59575, 54363, 64779, 52568, 60940, 75655, 62071, 49612, 76305, 23830, 61015, 61056, 61047, 61088, 59417, 61182, 40993, 61241, 68486, 62166, 61286, 70107, 47461, 55933, 27731, 19888, 28788, 31894, 63930, 61357, 61396, 61436, 50711, 44200, 62327, 50636, 39281, 72664, 58970, 61502, 37029, 46034, 61548, 40359, 76513, 61640, 61138, 56060, 63896, 40262, 60259, 61676, 57670, 54420, 66556, 32575, 61722, 70539, 77324, 56060, 75957, 61756, 58956, 73756, 26977, 61795, 61832, 61878, 56060, 58902, 55723, 61915, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 37594, 61950, 39228, 66497, 76215, 61982, 62103, 37987, 63547, 49237, 43847, 35284, 45239, 62842, 45228, 38340, 51308, 75712, 62135, 62221, 43595, 48775, 66907, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 33556, 75279, 62372, 62391, 62423, 27994, 45818, 24343, 36772, 21289, 42882, 38285, 26929, 47822, 44402, 33803, 30486, 62493, 39880, 43315, 62571, 41047, 77262, 54078, 36560, 64895", - /* 15132 */ "62621, 62712, 65773, 59196, 62788, 35013, 58226, 62885, 45819, 40266, 45512, 68236, 56060, 76095, 57047, 62853, 56060, 40265, 52461, 58537, 57670, 35846, 48904, 75748, 49860, 35357, 50777, 26452, 52946, 62933, 62970, 56806, 63019, 40265, 63054, 39041, 72682, 57670, 63143, 45818, 32577, 40359, 63231, 63279, 63319, 77128, 56026, 40262, 73543, 35918, 55758, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 75032, 63363, 44293, 63444, 43869, 43034, 63525, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 27994, 45818, 63579, 58238, 30440, 63625, 63723, 63703, 50534, 63755, 63816, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 27627, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 42118, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 63869, 64960, 42434, 42670, 63962, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 39895, 77651, 37389, 63998, 64027, 64059, 64129, 28754, 40193, 64201, 24960, 21856, 64323, 64355, 64387, 39851, 76719, 42829, 41194, 37707, 52441, 64531, 64419, 64497, 62756, 64489, 50183, 70047, 64529, 64563, 49499, 49119, 64651, 21938, 39718, 21954, 64689, 40266, 64748, 39186, 56060, 64825, 64893, 64927, 58777, 40266, 64992, 51648, 57670, 65070, 41883, 65118, 56530, 73829, 65170, 35418, 65254, 26629, 65332, 74295, 37301, 65387, 76365, 58658, 44922, 46992, 32368, 65459, 59735, 65537, 65585, 71571, 65633, 65711, 50455, 65751, 68026, 50569, 72914, 69210, 70902, 65805, 65844, 36118, 61644, 35644, 40266, 65892, 57670, 57637, 45818, 65942, 40053, 73410, 61456, 66027, 49566", - /* 15714 */ "74871, 26411, 55979, 54310, 58899, 66131, 42135, 65086, 55985, 35285, 45234, 54154, 66171, 66238, 66305, 51716, 48801, 66361, 66428, 66529, 66602, 45300, 66684, 51308, 37247, 50278, 66734, 47521, 66766, 66880, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 66957, 60840, 67055, 67084, 67116, 67175, 45818, 58141, 63172, 40594, 67277, 67373, 68813, 26821, 53035, 20972, 45818, 46587, 67405, 75807, 73813, 61763, 67437, 56060, 41559, 56060, 67540, 67614, 44693, 67663, 57670, 26757, 67758, 49012, 72135, 68595, 55892, 65222, 65285, 63671, 66652, 67803, 43682, 45473, 67871, 67945, 41750, 74441, 69194, 23860, 28984, 68058, 40266, 68131, 72284, 38031, 44015, 62987, 73964, 68190, 68225, 68268, 57670, 64592, 27094, 45818, 32577, 68320, 42493, 48317, 65355, 56060, 63022, 40262, 53813, 39495, 53277, 67714, 71303, 37364, 44352, 68352, 68465, 68518, 59872, 68567, 58799, 44548, 26977, 69815, 19969, 56819, 39790, 58902, 65679, 57670, 68642, 68696, 68728, 68783, 51235, 68916, 35861, 58402, 63493, 68948, 69047, 54271, 69079, 73481, 44461, 55989, 42667, 57332, 69150, 54514, 34682, 69242, 67976, 43506, 58882, 66139, 60631, 43595, 42641, 27864, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 61800, 38937, 48212, 69274, 69306, 69406, 38912, 52089, 69468, 63199, 69436, 69552, 69584, 69712, 46005, 62901, 45818, 69744, 25705, 25729, 69847, 69927, 70002, 50693, 41619, 70033, 70079, 70157, 70235, 70325, 70402, 36478, 45818, 32636, 70453, 70516, 62651, 70584, 70674, 70739, 70794, 46528, 36344, 45914, 70978, 52815, 55565, 51626, 70826, 46818, 70872, 43953, 70955, 73555, 49427, 71010, 71046, 52678, 76111, 50309, 71143, 38207, 71182, 71250, 71286, 34207, 71335, 71416, 71492, 71540, 57065, 48385, 71660, 66389, 71706, 72047, 68408, 35826, 39649, 71779, 71826, 71875, 44617, 61114, 71960, 72023, 72079, 72740, 50365, 24000, 63473, 44603, 72209, 72255, 72329, 51604, 53572, 77598, 72448, 72530, 73187, 22399, 58609, 47299, 72576, 72634, 72714, 72772, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 60644, 38011, 72827, 56149, 72885, 70266, 72956, 60631, 43595, 47796, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 16296 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 23496, 65138, 33863, 73019, 73051, 27994, 73121, 40675, 73133, 77091, 65038, 70293, 73165, 73256, 46104, 41822, 45818, 73343, 74781, 51984, 41497, 68610, 73396, 63287, 73442, 44235, 73513, 73587, 57884, 73623, 73762, 72109, 77540, 25567, 73666, 55338, 73794, 73861, 49711, 73928, 49176, 70609, 67308, 34519, 73996, 74041, 73284, 77481, 35084, 74090, 78616, 26409, 71734, 40266, 53127, 56060, 26629, 56060, 56060, 40265, 40266, 71508, 59812, 57670, 27162, 45818, 74124, 77764, 53452, 74197, 56973, 56060, 56060, 59932, 40266, 69174, 57670, 57670, 26759, 75407, 74243, 67894, 36899, 69118, 50088, 37925, 67486, 61918, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 74275, 74327, 51316, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 74359, 70352, 51308, 58882, 66139, 47437, 74413, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 54661, 74518, 28333, 74576, 74608, 27994, 45818, 26133, 64169, 45818, 72795, 56755, 74677, 38616, 74752, 41822, 45818, 46587, 33402, 37534, 40266, 61763, 59613, 56060, 59603, 56060, 70642, 40266, 71747, 50562, 57670, 26757, 45818, 78620, 41255, 40266, 74828, 68236, 56060, 74903, 57047, 76453, 56060, 40265, 58313, 58537, 76833, 54001, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 53588, 32575, 41499, 59996, 65300, 61404, 66206, 24247, 50854, 77200, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 45011, 55985, 53153, 75016, 62819, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 16878 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 40689, 45818, 34796, 75064, 75093, 75125, 27994, 45818, 26133, 64169, 45818, 34369, 71674, 44034, 75199, 39059, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 75259, 46484, 40266, 40266, 42043, 56060, 48717, 56060, 56060, 75311, 40266, 42509, 57670, 57670, 71218, 45818, 75345, 47318, 75377, 56781, 75461, 70552, 26942, 75522, 40267, 75641, 36242, 75687, 75744, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 33251, 74645, 45818, 65138, 45818, 36500, 75780, 75839, 33004, 45682, 64169, 34322, 75926, 60585, 76024, 55023, 76143, 41822, 74796, 76247, 76290, 67008, 76337, 46658, 53635, 63656, 76415, 76447, 73224, 76485, 63085, 70125, 47107, 41808, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 76561, 56060, 26629, 56060, 56060, 40265, 40266, 49101, 57670, 57670, 27162, 74092, 32577, 40359, 53452, 47376, 47380, 76608, 56060, 55323, 40266, 47738, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 65138, 45818, 38157, 34630, 76645, 45818, 76705, 64169, 42771, 41280, 42583, 76751, 76798, 76865, 41822, 32727, 46587, 26358, 67008, 26457, 52587, 61883, 36421, 35243, 61254, 66205, 53418, 55481, 57705, 59818, 26757, 76926, 78620, 35572, 45498, 26671, 68236, 69955, 49726, 74720, 56060, 56060, 44680, 40266, 64716, 57670, 62054, 27163, 76961", - /* 17460 */ "78616, 26409, 65188, 40266, 54962, 56060, 61150, 76998, 64944, 62013, 40266, 65553, 46977, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 68099, 40262, 40266, 77032, 57670, 57670, 77078, 32575, 40266, 59996, 26625, 77123, 66206, 77160, 50854, 77196, 26977, 20244, 77232, 77356, 56200, 41013, 77419, 77457, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 32913, 74645, 45818, 40870, 45818, 75429, 77513, 27994, 45818, 26133, 64169, 45818, 48124, 64457, 56060, 74984, 68884, 41822, 45818, 46587, 26358, 67008, 40266, 61763, 56060, 56060, 57059, 56060, 66205, 40266, 71747, 57670, 57670, 26757, 45818, 78620, 45819, 40266, 40266, 68236, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 58537, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 32577, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 77582, 66570, 33984, 77630, 45818, 77683, 34005, 77736, 53900, 47582, 64169, 45818, 22832, 77806, 20733, 21379, 79043, 23683, 33488, 46321, 34855, 20001, 20076, 20536, 20108, 20195, 64291, 20276, 20392, 48473, 22747, 64263, 20451, 20221, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763", - /* 18042 */ "60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 77864, 77882, 52231, 52253, 39377, 23579, 53900, 45818, 34111, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 32513, 77914, 77971, 24903, 77953, 24178, 78003, 53900, 40749, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 20419, 20108, 20195, 64291, 20276, 20392, 48473, 21104, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818", - /* 18624 */ "45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 65138, 45818, 45818, 63593, 27994, 45818, 45818, 64169, 45818, 48124, 64457, 56060, 74984, 59070, 41822, 45818, 46587, 26358, 19954, 40266, 61364, 56060, 56060, 57059, 56060, 66205, 40266, 26585, 57670, 57670, 26757, 45818, 45818, 45819, 40266, 40266, 67582, 56060, 56060, 57047, 56060, 56060, 40265, 40266, 54137, 57670, 57670, 27163, 45818, 78616, 26409, 40266, 40266, 35418, 56060, 26629, 56060, 56060, 40265, 40266, 49996, 57670, 57670, 27162, 45818, 45818, 40359, 53452, 47376, 47380, 56060, 56060, 40262, 40266, 39495, 57670, 57670, 26759, 32575, 40266, 59996, 26625, 56060, 66206, 40266, 50854, 57670, 26977, 45818, 40364, 56060, 56060, 58902, 55723, 57670, 27163, 26411, 55979, 56060, 58899, 42670, 57670, 65086, 55985, 35285, 45234, 54271, 55989, 40308, 48836, 55989, 42667, 55646, 35284, 45239, 62842, 45228, 38340, 51308, 58882, 66139, 60631, 43595, 42641, 51892, 27946, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 65138, 61569, 61589, 46201, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 23489, 74645, 45818, 65138, 33824, 33844", - /* 19206 */ "28693, 23579, 53900, 45818, 64169, 45818, 22832, 20740, 20733, 23457, 32272, 23683, 33488, 46321, 34855, 20001, 20076, 21050, 20108, 20195, 64291, 20276, 20392, 48473, 22236, 64263, 20451, 21701, 62461, 50967, 63837, 20511, 20568, 22841, 79207, 20796, 25947, 22106, 20619, 23255, 22734, 20713, 20772, 20841, 21687, 20885, 45742, 48446, 21025, 33319, 21350, 20662, 22036, 24409, 79597, 21082, 22616, 21136, 20641, 79568, 79625, 21221, 23756, 21321, 22994, 77832, 21411, 21490, 21571, 20479, 21633, 21733, 20306, 21795, 21827, 23800, 23076, 21986, 22085, 22157, 22219, 33346, 22268, 22011, 22312, 22344, 20025, 22431, 22477, 22585, 22646, 23343, 79299, 22705, 23285, 22779, 22873, 22905, 21601, 22965, 21662, 23052, 23026, 23131, 23192, 22673, 22808, 21458, 21440, 78574, 21163, 20044, 34743, 22506, 60183, 21763, 60160, 23224, 23375, 78891, 23431, 32228, 78600, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 24286, 45818, 24284, 78330, 45770, 45785, 69661, 78063, 53900, 45818, 45818, 45818, 78734, 20740, 20733, 79715, 20853, 78101, 33488, 45818, 34170, 78158, 79505, 79125, 20108, 20195, 64291, 20276, 78233, 78515, 78401, 64263, 20451, 21701, 62461, 50967, 20993, 78362, 79106, 78743, 79207, 20796, 25947, 22106, 20619, 60101, 78388, 79187, 20772, 20841, 21687, 20885, 45742, 39987, 78433, 20360, 78681, 20662, 22036, 24409, 79597, 78491, 40015, 78547, 20641, 79568, 79625, 21221, 23756, 78652, 78459, 77832, 21411, 21490, 21571, 22933, 78775, 78861, 20306, 21795, 21827, 23800, 78999, 78923, 22085, 22157, 78981, 79443, 79031, 22011, 22312, 22344, 78182, 22431, 22477, 79075, 78261, 23343, 79299, 79157, 60131, 22779, 79239, 79271, 21601, 79331, 78804, 79419, 79393, 79475, 79361, 32085, 78710, 22553, 22535, 78288, 20333, 78201, 35161, 23314, 32170, 22187, 32147, 79537, 23399, 79657, 79689, 78949, 78314, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 45818, 1, 1097730, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1097730, 1097730, 1097730, 1097730, 73953, 0, 0, 0, 73953, 1097730, 1097730, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 0, 0, 73953, 73953, 1097730, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 57344, 172032, 73953, 73953, 73953, 73953, 90112, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953", - /* 19796 */ "73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 188662, 250, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 2144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5595136, 4620288, 0, 0, 0, 0, 0, 0, 4890624, 0, 4997120, 0, 0, 0, 250, 250, 10723894, 0, 0, 5611520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 9478144, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3210, 391, 3212, 697, 391, 391, 391, 391, 416, 416, 5840896, 0, 5906432, 5996544, 0, 0, 0, 0, 0, 5906432, 0, 0, 4890624, 9478144, 9478144, 0, 686, 686, 686, 686, 0, 0, 686, 686, 0, 686, 686, 686, 686, 686, 686, 686, 686, 5668864, 686, 686, 686, 686, 686, 686, 5742592, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5316608, 5316608, 4644864, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 686, 686, 5718016, 686, 686, 686, 686, 686, 686, 5758976, 686, 686, 5775360, 686, 686, 0, 5808128, 686, 686, 686, 5840896, 5857280, 686, 686, 686, 686, 686, 5881856, 686, 686, 686, 5906432, 0, 5316608, 5316608, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5718016, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5758976, 5316608, 5316608, 5775360, 5316608, 5316608, 0, 5808128, 5316608, 5316608, 5316608, 5840896, 0, 5906432, 5996544, 0, 0, 0, 0, 0, 5906432, 0, 0, 4890624, 9478144, 0, 0, 687, 687, 687, 687, 0, 0, 687, 687, 0, 687, 687, 687, 687, 687, 687, 687, 687, 5668864, 687, 687, 687, 687, 687, 687, 5742592, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5317370, 5317370, 5857280, 5316608, 5316608, 5316608, 5316608, 5316608, 5881856, 5316608, 5316608, 5316608, 5906432, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5996544, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 8568832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5709824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3185, 0, 0, 0, 0, 0, 0, 0, 0, 5840896, 5316608, 5316608, 5316608, 5316608, 5881856, 5316608, 4997120, 5316608, 5906432, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4800512, 5316608, 5316608, 4702208, 5316608, 5316608, 5701632, 5316608, 4759552, 5316608, 5316608, 5316608, 4784128, 5316608, 4792320, 5316608, 5316608, 4857856, 5316608, 5767168, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4923392, 4931584, 5316608, 5316608, 5316608, 5316608, 5316608, 4644864, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 688, 688, 4644864, 688, 688, 688, 688, 688, 688, 5898240, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 688, 688, 688, 688, 688, 5611520, 5316608, 5316608, 5316608, 5316608, 5758976, 5316608, 4882432, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 686, 686, 686, 686, 5595136, 5611520, 686, 686, 4620288, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5996544, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 5316608, 1273, 5316608, 5316608, 5316608, 0, 5840896, 5857280, 5316608, 5316608, 5316608, 5316608, 5316608, 5881856, 5316608, 4997120, 5316608, 5316608, 5906432, 5316608, 5316608", - /* 20466 */ "5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5996544, 5316608, 5316608, 5316608, 5316608, 686, 686, 4587520, 686, 686, 686, 5644288, 4628480, 686, 686, 686, 686, 686, 686, 686, 4702208, 686, 686, 5701632, 686, 4759552, 686, 686, 4784128, 686, 4792320, 686, 686, 686, 5586944, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5685248, 686, 686, 686, 686, 5709824, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5996544, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 5316608, 0, 5316608, 5316608, 5316608, 0, 686, 686, 5750784, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5849088, 686, 686, 5873664, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 0, 5316608, 1520, 5316608, 5316608, 5316608, 5595136, 5611520, 5316608, 5316608, 5316608, 5316608, 5201920, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4939776, 5316608, 5316608, 5316608, 5316608, 5316608, 4849664, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5693440, 5316608, 5316608, 4751360, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5783552, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5898240, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 319488, 0, 319488, 1, 0, 7, 0, 0, 0, 686, 686, 5201920, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 4530176, 0, 0, 5316608, 5316608, 5586944, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5685248, 5316608, 5316608, 5316608, 5316608, 5316608, 5709824, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5750784, 5316608, 4849664, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5849088, 5316608, 5316608, 5873664, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 5464064, 8454683, 0, 218, 0, 0, 0, 5316608, 5316608, 5316608, 5316608, 5824512, 5832704, 5316608, 5849088, 4939776, 5316608, 5316608, 5873664, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5619712, 0, 0, 5693440, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5898240, 0, 0, 0, 0, 4915200, 0, 0, 0, 0, 0, 0, 0, 0, 5185536, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2931, 0, 2933, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2942, 0, 0, 0, 0, 0, 0, 0, 6021120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6578176, 0, 0, 0, 0, 0, 0, 0, 5193728, 6045696, 0, 0, 0, 0, 0, 0, 0, 1074, 0, 0, 1077, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5586944, 0, 0, 0, 0, 0, 5685248, 0, 0, 0, 0, 5873664, 0, 0, 5873664, 0, 0, 688, 686, 5619712, 5627904, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5693440, 686, 686, 686, 686, 686, 686, 686, 686, 5783552, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5996544, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 5316608, 764, 5316608, 5316608, 5316608, 0, 6021120, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 4751360, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686", - /* 21114 */ "686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 0, 5316608, 1521, 5316608, 5316608, 5316608, 5595136, 5611520, 5316608, 5177344, 5185536, 5193728, 686, 6021120, 686, 686, 686, 686, 686, 6045696, 686, 686, 686, 0, 0, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5619712, 5627904, 5316608, 5316608, 5316608, 5316608, 5316608, 4644864, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 686, 686, 4644864, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5996544, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 5316608, 1272, 5316608, 5316608, 5316608, 0, 0, 0, 0, 5644288, 0, 0, 0, 0, 4931584, 0, 0, 6037504, 0, 0, 0, 0, 0, 0, 5160960, 0, 0, 0, 5980160, 4792320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 2179, 0, 5660672, 5767168, 0, 6053888, 6062080, 4784128, 0, 4702208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 616, 0, 0, 0, 0, 6004736, 6029312, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5660672, 686, 686, 686, 686, 686, 5701632, 686, 686, 686, 686, 686, 686, 5767168, 686, 686, 686, 0, 0, 0, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5619712, 5627904, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5693440, 5316608, 5316608, 5316608, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 5316608, 5316608, 5317594, 5316608, 5316608, 5316608, 5316608, 5316608, 5914624, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5980160, 6004736, 5316608, 6029312, 5316608, 5316608, 5316608, 6053888, 6062080, 5316608, 5316608, 0, 5316608, 5316608, 5316608, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 4980736, 686, 686, 686, 686, 686, 686, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4980736, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5644288, 4628480, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4702208, 5316608, 5701632, 5316608, 4759552, 5316608, 5316608, 4784128, 5316608, 4792320, 5316608, 5316608, 5767168, 5316608, 5316608, 5316608, 4931584, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 360448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5709824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 575, 0, 0, 0, 0, 635, 0, 5316608, 5914624, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5160960, 5316608, 5316608, 5316608, 6037504, 5316608, 5316608, 5316608, 5316608, 5316608, 4587520, 5316608, 5316608, 5316608, 5316608, 5316608, 4857856, 4923392, 5316608, 5316608, 4710400, 5316608, 4743168, 5316608, 4775936, 5316608, 4841472, 4866048, 5316608, 4898816, 5791744, 5316608, 5316608, 5316608, 5316608, 5316608, 5021696, 5316608, 5316608, 5316608, 5931008, 5316608, 5095424, 5939200, 5316608, 5316608, 5316608, 5316608, 6012928, 5316608, 4857856, 686, 5767168, 686, 686, 686, 4923392, 4931584, 686, 686, 686, 686, 686, 686, 686, 5914624, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5160960, 686, 686, 686, 0, 5799936, 5922816, 686, 5955584, 686, 686, 5316608, 5603328, 5316608, 5652480, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 5799936, 5922816, 5316608, 5955584, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5201920, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5709824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 686, 686, 6037504, 686, 686, 686, 686, 686, 0, 0, 0, 0, 0, 0, 5316608, 5316608, 4587520, 5316608, 5316608, 5316608", - /* 21753 */ "5316608, 5316608, 5644288, 4628480, 5316608, 5316608, 5316608, 5316608, 5316608, 5660672, 5316608, 5316608, 4964352, 5316608, 5316608, 5136384, 686, 4612096, 686, 4669440, 686, 686, 4734976, 686, 686, 686, 686, 4964352, 686, 686, 686, 686, 686, 5136384, 5316608, 4612096, 5316608, 4669440, 5316608, 5316608, 4734976, 5316608, 5316608, 5316608, 5914624, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5980160, 5316608, 5160960, 5316608, 6004736, 5316608, 5316608, 6029312, 5316608, 5316608, 6037504, 5316608, 5316608, 6053888, 6062080, 5316608, 5316608, 5316608, 0, 0, 0, 5947392, 5251072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6144000, 5120000, 0, 0, 0, 0, 0, 6135808, 0, 5865472, 5111808, 0, 0, 0, 0, 0, 0, 391, 391, 692, 391, 391, 391, 391, 391, 716, 391, 391, 391, 391, 391, 391, 736, 740, 391, 391, 752, 391, 391, 391, 391, 391, 416, 0, 0, 0, 5005312, 0, 2179, 5971968, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5816320, 0, 0, 0, 5726208, 0, 0, 0, 0, 0, 1670, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1661, 0, 0, 0, 0, 0, 1667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 686, 5947392, 686, 0, 686, 5971968, 686, 686, 686, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5726208, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 6135808, 5316608, 5316608, 5316608, 5316608, 5816320, 5865472, 5316608, 6144000, 5316608, 5316608, 5316608, 5005312, 5316608, 5316608, 5316608, 5029888, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 5464719, 1, 0, 7, 0, 0, 0, 5316608, 5816320, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5947392, 5316608, 0, 5316608, 5971968, 5316608, 5316608, 5316608, 5988352, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5824512, 5832704, 5316608, 5316608, 5316608, 5873664, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 1063, 0, 5465127, 1, 0, 7, 0, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 6135808, 5316608, 5316608, 5865472, 5316608, 6144000, 5316608, 5316608, 5316608, 5005312, 5316608, 5316608, 5029888, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5120000, 5316608, 5988352, 5316608, 5316608, 4964352, 5316608, 5316608, 5136384, 688, 4612096, 688, 4669440, 688, 688, 4734976, 688, 688, 688, 688, 4964352, 688, 688, 688, 688, 688, 5136384, 5316608, 4612096, 5316608, 4669440, 5316608, 5316608, 4734976, 5316608, 5316608, 5316608, 5316608, 5251072, 6152192, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5111808, 5120000, 5169152, 5316608, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 0, 5316608, 986, 5316608, 5316608, 5316608, 5595136, 5611520, 5316608, 5169152, 686, 686, 686, 686, 686, 686, 5251072, 6152192, 686, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 5464064, 0, 0, 7, 253952, 344064, 0, 5111808, 5947392, 5316608, 5120000, 5316608, 5971968, 5988352, 5169152, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5251072, 6152192, 5316608, 5668864, 4726784, 0, 0, 0, 0, 5734400, 0, 5242880, 0, 4907008, 0, 0, 0, 5013504, 0, 6127616, 0, 0, 0, 0, 5963776, 0, 4653056, 0, 0, 0, 0, 0", - /* 22358 */ "0, 0, 0, 5054464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5742592, 0, 0, 0, 0, 0, 0, 0, 0, 3375, 0, 0, 0, 0, 3379, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 3387, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3468, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 3478, 509, 509, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5668864, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5742592, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 5464718, 1, 0, 7, 0, 0, 0, 4653056, 5316608, 5316608, 6127616, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5734400, 5316608, 5316608, 5316608, 5316608, 4907008, 5316608, 5316608, 5316608, 5316608, 5013504, 5316608, 5316608, 5316608, 5054464, 5316608, 5316608, 5316608, 5963776, 5316608, 5316608, 5316608, 686, 686, 686, 686, 686, 686, 4718592, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4718592, 5316608, 5316608, 5316608, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 4980736, 688, 688, 688, 688, 688, 688, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4980736, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5242880, 5316608, 5316608, 5316608, 4636672, 5316608, 4726784, 5316608, 5316608, 5316608, 5316608, 686, 686, 686, 686, 686, 4636672, 686, 4653056, 686, 686, 6127616, 686, 686, 4726784, 686, 686, 686, 686, 5734400, 686, 686, 686, 686, 4915200, 686, 686, 686, 686, 686, 686, 5890048, 686, 686, 4988928, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5144576, 686, 5152768, 686, 686, 686, 686, 4907008, 686, 686, 686, 686, 5013504, 686, 686, 686, 5054464, 686, 686, 686, 686, 686, 5963776, 686, 686, 686, 686, 686, 5242880, 686, 5316608, 5316608, 5316608, 5316608, 5316608, 5210112, 686, 686, 686, 686, 686, 686, 4685824, 686, 686, 686, 686, 686, 4947968, 686, 4972544, 686, 686, 686, 686, 686, 686, 5210112, 5259264, 5316608, 5316608, 5316608, 0, 0, 6012928, 0, 0, 0, 0, 4898816, 0, 0, 0, 0, 5939200, 0, 0, 4603904, 0, 0, 0, 5021696, 5931008, 0, 5636096, 5791744, 0, 0, 686, 686, 5636096, 686, 686, 686, 686, 686, 686, 5824512, 5832704, 686, 4939776, 686, 686, 5873664, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 0, 5316608, 0, 5316608, 5316608, 5316608, 5595136, 5611520, 5316608, 5316608, 5316608, 5931008, 5316608, 5316608, 5316608, 5316608, 4562944, 4571136, 4603904, 5316608, 5316608, 5316608, 5316608, 5316608, 4710400, 5316608, 4743168, 5316608, 4775936, 5316608, 4866048, 5316608, 4898816, 5316608, 5316608, 5316608, 5316608, 5021696, 5316608, 5316608, 5316608, 4685824, 5677056, 5316608, 5316608, 5316608, 5316608, 5316608, 4947968, 5316608, 4972544, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5210112, 5259264, 4980736, 0, 0, 0, 0, 0, 0, 0, 0, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5316608, 0, 0, 5316608, 5316608, 5586944, 5316608, 5316608, 5316608, 5316608, 5095424, 5939200, 6012928, 5316608, 5226496, 5234688, 5316608, 4841472, 5316608, 4710400, 5316608, 5316608, 5316608, 5316608, 5316608, 4562944, 4571136, 686, 4603904, 686, 686, 686, 686, 686, 4710400, 686, 4743168, 686, 4775936, 686, 4841472, 4866048, 686, 4898816, 686, 686, 686, 686, 5021696, 686, 686, 686, 5095424, 5939200, 686, 686, 686, 6012928, 686, 686, 5226496, 5234688, 686, 4562944, 4571136, 5316608, 5316608, 4603904, 5316608, 5636096, 5316608, 5316608, 5316608, 5316608, 688, 688, 4587520, 688, 688, 688, 5644288, 4628480, 688, 688, 688, 688, 688, 688, 688, 4702208, 688, 688, 5701632, 688, 4759552, 688, 688, 4784128, 688, 4792320, 688, 688, 5316608, 5226496, 5234688, 5316608, 4956160, 5955584, 0, 0, 5218304", - /* 22974 */ "5652480, 0, 0, 0, 0, 0, 0, 5046272, 0, 5603328, 0, 0, 0, 0, 5922816, 5799936, 686, 5603328, 686, 5652480, 686, 686, 686, 686, 686, 686, 5914624, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5980160, 6004736, 686, 6029312, 686, 686, 686, 6053888, 6062080, 686, 686, 0, 0, 686, 4808704, 686, 686, 4956160, 686, 686, 686, 5046272, 5062656, 686, 686, 686, 686, 5218304, 686, 5316608, 5603328, 4595712, 5316608, 5652480, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4808704, 5316608, 5316608, 4956160, 5316608, 5316608, 5316608, 5046272, 5062656, 5218304, 5316608, 4595712, 5316608, 4956160, 5316608, 5316608, 5316608, 5316608, 686, 4595712, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5726208, 686, 686, 686, 686, 686, 686, 686, 5816320, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 122880, 5316608, 986, 5316608, 5316608, 5316608, 5595136, 5611520, 5316608, 5799936, 5316608, 4956160, 5316608, 5316608, 5922816, 5316608, 5046272, 5062656, 5316608, 5955584, 5316608, 5316608, 5316608, 5218304, 5316608, 4972544, 0, 0, 0, 0, 0, 4947968, 0, 5259264, 5677056, 0, 0, 0, 686, 686, 686, 686, 686, 686, 5914624, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5980160, 6004736, 686, 6029312, 686, 686, 686, 6053888, 6062080, 686, 686, 764, 0, 686, 686, 5677056, 686, 686, 686, 5316608, 5316608, 5316608, 5316608, 5316608, 5677056, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4685824, 5316608, 5316608, 5316608, 5316608, 4947968, 4972544, 5316608, 5316608, 5316608, 5259264, 686, 4661248, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5316608, 4661248, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 0, 686, 5316608, 4530176, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 4849664, 686, 686, 0, 686, 686, 5791744, 686, 686, 686, 686, 686, 5931008, 686, 686, 686, 686, 0, 5316608, 5316608, 5636096, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 5316608, 5316608, 5791744, 5316608, 5316608, 5316608, 688, 688, 688, 688, 688, 688, 4718592, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4718592, 5316608, 5316608, 5316608, 4636672, 5316608, 4653056, 5316608, 5316608, 6127616, 5668864, 5316608, 5316608, 4726784, 5316608, 5316608, 5316608, 5316608, 5734400, 5316608, 5742592, 5316608, 5316608, 5316608, 5316608, 4907008, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5013504, 4579328, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5128192, 4579328, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5128192, 4579328, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5128192, 4579328, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5128192, 4579328, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4825088, 5316608, 5038080, 5070848, 5079040, 5316608, 4767744, 4874240, 4694016, 4767744, 5316608, 4874240, 5316608, 5316608, 4694016, 4767744, 686, 4874240, 686, 686, 4694016, 4767744, 5316608, 4874240, 5316608, 5316608, 5316608, 5316608, 5316608, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 5316608, 5316608, 5316608, 5316608, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 274, 0, 0, 0, 0, 0, 0, 341, 1130837, 341, 1130837, 341, 1130837, 1130837, 1130837, 1130837, 1130837, 1130837, 1130837, 1130837, 1130837, 1130837, 1130837, 1130837, 1130837, 1130837, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 259, 260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 279, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 49152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0", - /* 23627 */ "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2158, 0, 0, 0, 0, 0, 0, 0, 0, 0, 666, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0, 0, 0, 0, 0, 5595136, 4620288, 0, 0, 0, 0, 0, 0, 4890624, 0, 4997120, 0, 0, 0, 250, 250, 0, 0, 0, 5611520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 234, 234, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1319255, 1, 81923, 0, 0, 0, 6, 7, 7, 0, 0, 1351680, 0, 0, 0, 0, 0, 0, 5660672, 5767168, 0, 6053888, 6062080, 4784128, 0, 4702208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1113, 0, 0, 601, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5005312, 0, 0, 5971968, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5816320, 0, 0, 0, 5726208, 0, 0, 0, 0, 0, 1677, 0, 611, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1695, 0, 0, 0, 0, 0, 2141, 0, 0, 0, 2145, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 1343488, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204800, 0, 0, 228, 204800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 0, 0, 0, 0, 0, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5464064, 1335296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16929, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 0, 1261568, 0, 0, 0, 1261568, 0, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 0, 1261568, 1261568, 1261568, 228, 0, 0, 0, 0, 5595136, 4620288, 0, 0, 0, 0, 0, 0, 4890624, 0, 4997120, 0, 0, 0, 250, 250, 0, 0, 0, 5611520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 277, 0, 0, 1, 0, 81923, 0, 5, 4358361, 7, 220, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1900544, 1900544, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 566, 0, 0, 0, 0, 0, 0, 391, 2626, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3088, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 609, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1114112, 0, 0, 0, 0, 0, 1066, 1070, 0, 0, 5595136, 4620288, 0, 0, 0, 0, 0, 0, 4890624, 0, 4997120, 0, 0, 0, 250, 250, 0, 0, 0, 5611520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 616, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 686, 686, 5201920, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 4530176, 2031, 0, 5316608, 5316608, 5586944, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5890048, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5144576, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1146880, 0, 0, 0, 0, 0, 0, 0, 1146880, 0, 0, 1146880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1146880, 0, 0, 0, 1146880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 555, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1146880, 0, 0, 0, 1146880, 1146880, 1146880, 1146880, 1146880, 1146880, 1146880, 1146880, 1146880, 1146880, 1146880, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0, 57344, 172032, 0, 0, 221184, 221184, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 1261568, 0, 0, 0, 0, 221184, 0, 221184, 221184, 221184, 0, 221184, 0, 0, 221184, 221184, 221184, 221184, 221184", - /* 24628 */ "221184, 221184, 221184, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 327680, 327680, 327680, 327680, 327680, 327680, 327680, 327680, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 352793, 352793, 352793, 352793, 352793, 352793, 352793, 352793, 1, 81923, 0, 0, 5, 6, 8569373, 219, 0, 0, 0, 0, 544, 0, 0, 0, 546, 547, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 0, 1376256, 0, 0, 0, 1376256, 0, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 0, 1376256, 1376256, 1376256, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 229376, 0, 0, 229, 229376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 347, 347, 347, 362, 347, 362, 362, 362, 347, 362, 377, 377, 379, 362, 362, 362, 362, 362, 362, 362, 362, 0, 0, 0, 229, 0, 0, 0, 0, 0, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1294336, 1294336, 1294336, 1294691, 1294336, 1294691, 1294691, 1294691, 1294336, 1294691, 1294336, 1294336, 1294336, 1294336, 1294336, 1294336, 1294336, 1294691, 1294336, 1294336, 1294336, 0, 0, 0, 228, 16932, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 0, 1900544, 0, 0, 0, 1900544, 0, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 0, 1900544, 1900544, 1900544, 0, 0, 0, 229, 0, 5595136, 4620288, 0, 0, 0, 0, 0, 0, 4890624, 0, 4997120, 0, 0, 0, 250, 250, 0, 0, 0, 5611520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 675, 677, 0, 0, 0, 0, 0, 0, 0, 675, 677, 0, 0, 0, 0, 0, 0, 0, 0, 682, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 226, 0, 0, 0, 226, 0, 0, 226, 226, 226, 1155298, 226, 1155298, 226, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155325, 1155325, 1155325, 1155325, 1155325, 1155298, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 1319255, 0, 0, 0, 0, 0, 0, 1318912, 0, 0, 0, 0, 0, 0, 226, 226, 226, 226, 1155298, 226, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 1155298, 226, 1155298, 0, 0, 226, 226, 0, 226, 226, 226, 226, 1155298, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 1155298, 1155298, 1155298, 226, 1155298, 226, 226, 226, 226, 226, 226, 226, 1155298, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 57344, 172032, 226, 226, 1155298, 226, 90112, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 188662, 251, 226, 1155298, 226, 226, 1155298, 253, 226, 226, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 4391476, 4391476, 4391476, 0, 0, 0, 0, 0, 0, 0, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 1168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1168, 0, 0, 0, 0, 0, 0, 0, 5595136, 4620288, 0, 0, 0, 0, 0, 0, 4890624, 0, 4997120, 0, 0, 0, 4391476, 4391476, 0, 0, 0, 5611520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1079, 0, 0, 0, 1081, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 1376256, 0, 0, 90112, 0, 0, 0, 0, 1376256, 0, 0, 0, 0, 0, 0, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1163264, 1163264, 0, 0, 1163264, 0, 57344, 172032, 0, 1163264, 0, 0, 90112, 0, 0, 0, 0, 1163264, 0, 0, 0, 0, 0, 0, 1163264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 0, 0, 0, 1163264, 0, 1163264, 1163264, 1163264, 1163264, 1163264", - /* 25483 */ "1163264, 1163264, 0, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 1163264, 0, 0, 0, 0, 0, 0, 0, 0, 1163264, 0, 0, 0, 1163264, 0, 1163264, 0, 1163264, 0, 0, 1163264, 0, 1163264, 0, 0, 0, 0, 1163264, 0, 0, 1163264, 1, 81923, 0, 0, 5, 0, 7, 7, 212992, 0, 0, 0, 0, 0, 0, 0, 255, 0, 257, 0, 0, 0, 0, 0, 0, 236, 257, 239, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1696, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 278528, 0, 0, 0, 0, 0, 0, 0, 283, 0, 0, 0, 0, 0, 0, 57344, 172032, 283, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1196385, 0, 1196385, 1196385, 1196385, 1196032, 1196385, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196385, 1196032, 1196032, 1196385, 0, 0, 0, 0, 0, 5595136, 4620288, 0, 0, 0, 0, 0, 0, 4890624, 0, 4997120, 0, 0, 0, 250, 0, 0, 0, 0, 5611520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1087, 5472256, 5480448, 0, 0, 0, 0, 0, 1140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1177, 0, 0, 0, 1085, 1177, 9478144, 0, 0, 391, 391, 391, 391, 391, 1189, 391, 391, 391, 1193, 391, 391, 391, 391, 391, 391, 1171456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1196032, 1196032, 1196032, 1196032, 1196032, 1196385, 1, 0, 98518, 98518, 5, 6, 7, 7, 0, 542, 0, 0, 0, 123388, 123388, 0, 1171456, 0, 0, 1171456, 0, 1171456, 1171456, 1171456, 123388, 123388, 123388, 123388, 123388, 123388, 123388, 123388, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1343488, 1343488, 1343488, 1343488, 1343488, 1343488, 1343488, 1343488, 1, 81923, 0, 0, 4301016, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 237, 238, 239, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1196, 391, 391, 391, 391, 686, 686, 5201920, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 4530176, 0, 122880, 5316608, 5316608, 5586944, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5832704, 0, 4530176, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 1064, 5464064, 1, 0, 1065, 0, 0, 1384448, 0, 1187840, 1187840, 1187840, 1187840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1187840, 0, 0, 0, 0, 0, 0, 0, 1187840, 1187840, 0, 0, 1187840, 0, 57344, 172032, 0, 1187840, 0, 0, 90112, 0, 0, 1187840, 0, 1187840, 1187840, 0, 1187840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 1187840, 0, 0, 0, 0, 0, 0, 1187840, 0, 0, 0, 0, 0, 0, 0, 1187840, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1187840, 0, 0, 1187840, 0, 0, 0, 0, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1187840, 1, 0, 213, 0, 5, 6, 7, 0, 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3186, 0, 0, 0, 0, 0, 0, 0, 1196385, 1196385, 1196032, 1196385, 1196032, 1196385, 1196385, 1196385, 1196385, 1196385, 1196385, 1196385, 1196385, 1196385, 1196385, 1196385, 1196385, 1196385, 1196385, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 418, 418, 0, 0, 0, 418, 418, 416, 418, 391, 391, 416, 418, 391, 391, 511, 418, 391, 0, 0, 1095, 0, 0, 0, 0", - /* 26341 */ "1100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4341760, 4341760, 1114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 1086, 0, 0, 0, 0, 0, 0, 0, 0, 1700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2223, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2270, 0, 0, 0, 0, 1107720, 416, 416, 416, 416, 2280, 416, 416, 416, 416, 416, 416, 416, 416, 2285, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2304, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2311, 416, 2313, 2314, 416, 2316, 416, 416, 416, 509, 2493, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3502, 391, 391, 2648, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 509, 986, 509, 509, 509, 509, 509, 509, 2691, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2797, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1766, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2973, 391, 391, 391, 391, 391, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1311, 1313, 416, 416, 416, 416, 416, 416, 416, 416, 416, 509, 509, 509, 3148, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 3200, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3211, 391, 391, 391, 391, 391, 391, 416, 416, 416, 391, 919, 391, 391, 391, 391, 391, 391, 721, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 990, 416, 416, 416, 416, 416, 3223, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3234, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2702, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 3246, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3262, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 873, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2756, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 509, 509, 3349, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 401, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3403, 416, 3405, 416, 416, 416, 416, 416, 416, 427, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 3660, 3661, 391, 3664, 391, 391, 391, 3666, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 3459, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 3473, 509, 509, 509, 3476, 509, 509, 509, 509, 509, 509, 509, 509, 2553, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 1625, 0, 1631, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 265, 267, 0, 0, 0, 0, 0, 0, 278, 0, 0, 509, 509, 3484, 509, 509, 3486, 509, 509, 509, 509, 3488, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 3525, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416", - /* 27215 */ "3534, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3424, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1456, 416, 416, 416, 416, 3545, 416, 416, 427, 416, 416, 416, 416, 3551, 416, 416, 416, 416, 3554, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2782, 391, 391, 391, 391, 2786, 391, 391, 391, 391, 391, 391, 391, 3569, 391, 391, 3572, 391, 391, 391, 391, 3576, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3593, 509, 509, 509, 509, 2117, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2128, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2916, 0, 2918, 509, 509, 3596, 509, 509, 509, 509, 509, 3600, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2637, 391, 391, 2640, 391, 391, 391, 1231, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3622, 416, 416, 416, 416, 416, 416, 416, 416, 3630, 416, 416, 416, 416, 416, 416, 3637, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2329, 2330, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 2341, 416, 416, 416, 2345, 416, 416, 416, 416, 416, 3649, 416, 416, 416, 391, 391, 391, 391, 391, 391, 3658, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3670, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 3599, 509, 509, 509, 509, 509, 3603, 509, 509, 509, 0, 3606, 0, 0, 3609, 3610, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2635, 391, 391, 391, 391, 391, 391, 723, 391, 391, 391, 391, 391, 391, 509, 509, 509, 3679, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3691, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3702, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2955, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 1799, 1107720, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 3709, 416, 416, 416, 416, 416, 416, 416, 3716, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3063, 391, 391, 391, 391, 416, 416, 416, 3736, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3756, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2122, 509, 509, 509, 509, 509, 509, 509, 509, 2133, 0, 0, 0, 2135, 0, 1068, 0, 0, 0, 2137, 0, 1072, 391, 3821, 391, 391, 391, 391, 3826, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3840, 509, 509, 509, 509, 3845, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2643, 2644, 391, 391, 4055, 509, 509, 509, 4057, 509, 0, 0, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 4086, 4087, 416, 4089, 4090, 391, 4092, 4093, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 509, 509, 509, 4077, 4078, 416, 4080, 4081, 391, 4083, 4084, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 4095, 4096, 416, 4097, 4098, 391, 4099, 4100, 509, 416, 416, 391, 391, 509, 509, 416, 416, 391, 391, 509, 509, 416, 416, 391, 391, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1130837, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 284, 0, 0, 0, 0, 0, 0, 57344, 172032, 284, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 320, 0, 0, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 227, 0, 0, 0, 227, 0, 0, 0, 0, 0, 0, 0, 0", - /* 28089 */ "0, 0, 287, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 632, 0, 0, 0, 636, 0, 0, 0, 1212770, 0, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 0, 0, 0, 0, 0, 0, 227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 536, 536, 536, 536, 536, 536, 538, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 1220608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2164, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 1196032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 261, 0, 0, 290, 0, 0, 0, 0, 0, 0, 0, 290, 0, 0, 0, 1123, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 352503, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1123, 1676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 602, 0, 0, 391, 391, 391, 2271, 0, 0, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1915, 1916, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 2473, 2827, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2099, 509, 509, 509, 509, 509, 509, 509, 509, 509, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2666, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3558, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1236992, 231, 0, 0, 0, 0, 0, 0, 231, 0, 0, 0, 231, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 252, 0, 0, 0, 0, 0, 0, 0, 0, 231, 0, 0, 0, 0, 0, 0, 0, 1236992, 1236992, 1236992, 1236992, 1236992, 1236992, 231, 1236992, 0, 0, 0, 1236992, 0, 1236992, 1236992, 1236992, 1236992, 1236992, 1236992, 1236992, 0, 1236992, 1236992, 1236992, 1237223, 1236992, 1237223, 1236992, 1237223, 1237223, 1237223, 1237223, 1237381, 1237223, 1236992, 1237223, 1237223, 1237381, 1237223, 1237223, 1237223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1916928, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 245760, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 4391477, 245760, 4391477, 245760, 0, 0, 0, 0, 0, 0, 576, 0, 0, 0, 0, 0, 0, 0, 0, 585, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1663, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2177, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1245184, 0, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5317370, 4530176, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 4849664, 687, 687, 0, 687, 687, 5791744, 687, 687, 687, 687, 687, 5931008, 687, 687, 687, 687, 762, 5317370, 5317370, 5636858, 5317370, 5317370, 5317370, 5317370, 5317370, 762, 5317370, 5317370, 5792506, 5317370, 5317370, 5317370, 5251834, 6152954, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5112570, 5120762, 5169914, 5317370, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5316608, 0, 0, 5317370, 5317370, 5587706, 5317370, 5317370, 5317370, 5317370, 0, 0, 0, 0, 0, 5595136, 4620288, 0, 0, 0, 0, 0, 0, 4890624, 0, 4997120, 0, 0, 0, 0, 4391477, 0, 0, 0, 5611520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1127, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032", - /* 29020 */ "0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 315, 0, 0, 687, 687, 5718016, 687, 687, 687, 687, 687, 687, 5758976, 687, 687, 5775360, 687, 687, 0, 5808128, 687, 687, 687, 5840896, 5857280, 687, 687, 687, 687, 687, 5881856, 687, 687, 687, 5906432, 762, 5317370, 5317370, 762, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5718778, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5759738, 5317370, 5317370, 5776122, 5317370, 5317370, 762, 5808890, 5317370, 5317370, 5317370, 5841658, 5317370, 5317370, 5317370, 5317370, 5882618, 5317370, 4997882, 5317370, 5907194, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 4801274, 5317370, 5317370, 4965114, 5317370, 5317370, 5137146, 687, 4612096, 687, 4669440, 687, 687, 4734976, 687, 687, 687, 687, 4964352, 687, 687, 687, 687, 687, 5136384, 5317592, 4613080, 5317592, 4670424, 5317592, 5317592, 4735960, 5317592, 5858042, 5317370, 5317370, 5317370, 5317370, 5317370, 5882618, 5317370, 5317370, 5317370, 5907194, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5997306, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5669626, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5743354, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5890810, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5145338, 5612282, 5317370, 5317370, 5317370, 5317370, 5759738, 5317370, 4883194, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 687, 687, 687, 687, 5595136, 5611520, 687, 687, 4620288, 687, 687, 687, 687, 687, 687, 5914624, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5980160, 6004736, 687, 6029312, 687, 687, 687, 6053888, 6062080, 687, 687, 0, 0, 5841880, 5858264, 5317592, 5317592, 5317592, 5317592, 5317592, 5882840, 5317592, 4998104, 5317592, 5317592, 5907416, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5997528, 5317592, 5317592, 5317592, 5317592, 5825496, 5833688, 5317592, 5850072, 4940760, 5317592, 5317592, 5874648, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 0, 0, 0, 5464064, 1, 0, 7, 0, 0, 0, 687, 5586944, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5685248, 687, 687, 687, 687, 5709824, 687, 687, 687, 687, 687, 687, 687, 687, 4800512, 687, 687, 5758976, 687, 687, 4882432, 687, 4890624, 687, 687, 687, 687, 5840896, 687, 687, 687, 687, 687, 5881856, 687, 4997120, 687, 5906432, 687, 687, 5750784, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5849088, 687, 687, 5873664, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5726208, 687, 687, 687, 687, 687, 687, 687, 5816320, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5619712, 5627904, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5693440, 687, 687, 687, 687, 687, 687, 687, 687, 5783552, 687, 687, 687, 687, 687, 687, 687, 687, 6135808, 687, 687, 5865472, 687, 6144000, 687, 687, 687, 5005312, 687, 687, 5029888, 687, 687, 687, 687, 687, 687, 687, 5111808, 5120000, 687, 5988352, 6021882, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 4751360, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5996544, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 0, 5317370, 764, 5317370, 5317370, 5317370, 762, 5177344, 5185536, 5193728, 687, 6021120, 687, 687, 687, 687, 687, 6045696, 687, 687, 687, 0, 0, 0, 0, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5620696, 5628888", - /* 29610 */ "5317592, 5317592, 5317592, 5317592, 5317592, 5686232, 5317592, 5317592, 5317592, 5317592, 5317592, 5710808, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5751768, 5317592, 4850648, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5202904, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5709824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6004736, 6029312, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5660672, 687, 687, 687, 687, 687, 5701632, 687, 687, 687, 687, 687, 687, 5767168, 687, 687, 687, 0, 0, 0, 0, 0, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5620474, 5628666, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5694202, 5317370, 5317370, 5317370, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 4980736, 687, 687, 687, 687, 687, 687, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 4637656, 5317592, 4654040, 5317592, 5317592, 6128600, 5669848, 5317592, 5317592, 4727768, 5317592, 5317592, 5317592, 5317592, 5735384, 5317592, 5743576, 5317592, 5317592, 5317592, 5317592, 4907992, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5014488, 0, 0, 0, 0, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5661434, 5317370, 5317370, 5317370, 5317370, 5317370, 5702394, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5767930, 5317370, 5317370, 5317370, 5317370, 5317370, 4645626, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 687, 687, 4644864, 687, 687, 687, 687, 687, 687, 5824512, 5832704, 687, 4939776, 687, 687, 5873664, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 0, 0, 5317592, 986, 5317592, 5317592, 5317592, 5596120, 5612504, 5317592, 5317370, 5317370, 5317370, 5317370, 5915386, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5980922, 6005498, 5317370, 6030074, 5317370, 5317370, 5317370, 6054650, 6062842, 5317370, 5317370, 0, 5317370, 5317370, 5317370, 687, 687, 687, 687, 687, 687, 4718592, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 4719576, 5317592, 5317592, 5317592, 4686808, 5678040, 5317592, 5317592, 5317592, 5317592, 5317592, 4948952, 5317592, 4973528, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5211096, 5260248, 4980736, 0, 0, 0, 0, 0, 0, 0, 0, 687, 687, 687, 687, 687, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 4719354, 5317370, 5317370, 5645050, 4629242, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 4702970, 5317370, 5702394, 5317370, 4760314, 5317370, 5317370, 4784890, 5317370, 4793082, 5317370, 5317370, 5767930, 5317370, 5317370, 5317370, 4932346, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5210874, 687, 687, 687, 687, 687, 687, 4685824, 687, 687, 687, 687, 687, 4947968, 687, 4972544, 687, 687, 687, 687, 687, 687, 5210112, 5259264, 5317592, 5317592, 5317592, 5317370, 5915386, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5161722, 5317370, 5317370, 5317370, 6038266, 5317370, 5317370, 5317370, 5317370, 5317370, 4588282, 5317370, 5317370, 5317370, 5317370, 5317370, 4858618, 4924154, 5317370, 5317370, 5317370, 5317370, 4809466, 5317370, 5317370, 4956922, 5317370, 5317370, 5317370, 5047034, 5063418, 5219066, 5317370, 4596474, 5317370, 4956922, 5317370, 5317370, 5317370, 5317370, 687, 4595712, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5317592, 5317592, 4645848, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592", - /* 30153 */ "5317592, 5317592, 5317592, 0, 4857856, 687, 5767168, 687, 687, 687, 4923392, 4931584, 687, 687, 687, 687, 687, 687, 687, 5914624, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5160960, 687, 687, 687, 0, 5799936, 5922816, 687, 5955584, 687, 687, 5317370, 5604090, 5317370, 5653242, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 762, 5800698, 5923578, 5317370, 5956346, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 762, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 0, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5832704, 0, 4530938, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 687, 687, 6037504, 687, 687, 687, 687, 687, 0, 0, 0, 0, 0, 0, 5317592, 5317592, 4588504, 5317592, 5317592, 5317592, 5317592, 5317592, 5645272, 4629464, 5317592, 5317592, 5317592, 5317592, 5317592, 5661656, 5317592, 5317592, 4703192, 5317592, 5317592, 5702616, 5317592, 4760536, 5317592, 5317592, 5317592, 4785112, 5317592, 4793304, 5317592, 5317592, 4858840, 5317592, 5768152, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 4924376, 4932568, 5317592, 5317592, 5317592, 5317592, 5317592, 4965336, 5317592, 5317592, 5317592, 5317592, 5317592, 5137368, 0, 0, 0, 0, 4661248, 687, 687, 5317370, 5317370, 5317370, 4662010, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 0, 0, 5317370, 5317370, 5317370, 5595898, 5612282, 5317370, 5317370, 4621050, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 4891386, 5317370, 5317370, 5317592, 5317592, 5915608, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5981144, 5317592, 5161944, 5317592, 6005720, 5317592, 5317592, 6030296, 5317592, 5317592, 6038488, 5317592, 5317592, 6054872, 6063064, 5317592, 5317592, 5317592, 0, 0, 0, 5947392, 5251072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6144000, 5120000, 0, 0, 0, 0, 0, 6135808, 0, 5865472, 5111808, 0, 0, 0, 0, 0, 0, 656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 656, 0, 0, 0, 0, 0, 0, 0, 656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1119, 0, 0, 0, 687, 5947392, 687, 0, 687, 5971968, 687, 687, 687, 0, 0, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5726970, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5784314, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5899002, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5825274, 5833466, 5317370, 5317370, 5317370, 5874426, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5686010, 5317370, 5317370, 5317370, 5317370, 5710586, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5751546, 5317370, 5317370, 5317370, 5317370, 5817082, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5948154, 5317370, 762, 5317370, 5972730, 5317370, 5317370, 5317370, 5988352, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 6136570, 5317370, 5317370, 5866234, 5317370, 6144762, 5317370, 5317370, 5317370, 5006074, 5317370, 5317370, 5030650, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5120762, 5317370, 5989114, 5317370, 5317370, 5169152, 687, 687, 687, 687, 687, 687, 5251072, 6152192, 687, 0, 0, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 4669440, 0, 0, 0, 0", - /* 30708 */ "4612096, 0, 687, 687, 5317370, 5317370, 5317370, 4612858, 5317370, 4670202, 5317370, 5317370, 4735738, 5317370, 5317370, 5317370, 5317370, 5317370, 5727192, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 6136792, 5317592, 5317592, 5317592, 5317592, 5817304, 5866456, 5317592, 6144984, 5317592, 5317592, 5317592, 5006296, 5317592, 5317592, 5317592, 5030872, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 4981720, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 0, 0, 0, 0, 0, 0, 4644864, 0, 687, 687, 687, 687, 687, 687, 687, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 4981498, 5317370, 5317370, 5317370, 5317370, 5317370, 5112792, 5948376, 5317592, 5120984, 5317592, 5972952, 5989336, 5170136, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5252056, 6153176, 5317592, 5668864, 4726784, 0, 0, 0, 0, 5734400, 0, 5242880, 0, 4907008, 0, 0, 0, 5013504, 4653818, 5317370, 5317370, 6128378, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5735162, 5317370, 5317370, 5317370, 5317370, 4907770, 5317370, 5317370, 5317370, 5317370, 5014266, 5317370, 5317370, 5317370, 5055226, 5317370, 5317370, 5317370, 5964538, 5317370, 5317370, 5317370, 5202682, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 4940538, 5317370, 5317370, 5317370, 5317370, 5317370, 4850426, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5849850, 5317370, 5317370, 5874426, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 0, 0, 0, 0, 0, 5317370, 5317370, 5317370, 5243642, 5317370, 5317370, 5317370, 4637434, 5317370, 4727546, 5317370, 5317370, 5317370, 5317370, 687, 687, 687, 687, 687, 4636672, 687, 4653056, 687, 687, 6127616, 687, 687, 4726784, 687, 687, 687, 687, 5734400, 687, 687, 5317592, 5317592, 5317370, 5317370, 687, 687, 5317592, 5317592, 4834042, 5087994, 4833280, 5087232, 4834264, 5088216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1236992, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 6012928, 0, 0, 0, 0, 4898816, 0, 0, 0, 0, 5939200, 0, 0, 4603904, 0, 0, 0, 5021696, 5931008, 0, 5636096, 5791744, 0, 0, 687, 687, 5636096, 687, 687, 687, 687, 4907008, 687, 687, 687, 687, 5013504, 687, 687, 687, 5054464, 687, 687, 687, 687, 687, 5963776, 687, 687, 687, 687, 687, 5242880, 687, 5317592, 5317592, 5317592, 5317592, 5317592, 5129176, 4677632, 0, 0, 5038080, 4678394, 5317370, 5317370, 4817658, 4825850, 5317370, 5038842, 5071610, 5079802, 5317370, 4677632, 687, 687, 4816896, 4825088, 687, 5038080, 5070848, 5079040, 687, 4678616, 5317592, 5317592, 4817880, 5317370, 5317370, 5931770, 5317370, 5317370, 5317370, 5317370, 4563706, 4571898, 4604666, 5317370, 5317370, 5317370, 5317370, 5317370, 4711162, 5317370, 4743930, 5317370, 4776698, 5317370, 4866810, 5317370, 4899578, 5317370, 5317370, 5317370, 5317370, 5022458, 5317370, 5317370, 5317370, 5317370, 687, 687, 4587520, 687, 687, 687, 5644288, 4628480, 687, 687, 687, 687, 687, 687, 687, 4702208, 687, 687, 5701632, 687, 4759552, 687, 687, 4784128, 687, 4792320, 687, 687, 5096186, 5939962, 6013690, 5317370, 5227258, 5235450, 5317370, 4842234, 5317370, 4711162, 5317370, 5317370, 5317370, 5317370, 5317370, 4562944, 4571136, 687, 4603904, 687, 687, 687, 687, 687, 4710400, 687, 4743168, 687, 4775936, 687, 4841472, 4866048, 687, 4898816, 687, 687, 687, 687, 5021696, 687, 687, 687, 5095424, 5939200, 687, 687, 687, 6012928, 687, 687, 5226496, 5234688, 687, 4563928, 4572120, 5317592, 5317592, 4604888, 5317592, 5637080, 5317592, 5317592, 5317592, 5317592, 5178328, 5186520, 5317592, 5194712, 5317592, 6022104, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 6046680, 5317592, 5317592, 5317592", - /* 31252 */ "5317592, 5317592, 0, 0, 0, 0, 0, 0, 5701632, 0, 5914624, 0, 0, 5317592, 5317592, 4711384, 5317592, 4744152, 5317592, 4776920, 5317592, 4842456, 4867032, 5317592, 4899800, 5792728, 5317592, 5317592, 5317592, 5317592, 5317592, 5022680, 5317592, 5317592, 5317592, 5931992, 5317592, 5096408, 5940184, 5317592, 5317592, 5317592, 5317592, 6013912, 5317592, 4916184, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5891032, 5317592, 5317592, 4989912, 5899224, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5145560, 5317592, 5153752, 5317592, 4621272, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5719000, 5317592, 5317592, 5317592, 5317592, 4801496, 5317592, 5317592, 5759960, 5317592, 5317592, 5776344, 5317592, 4883416, 5317592, 4891608, 5809112, 5317592, 5317592, 5317592, 5317592, 5055448, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5964760, 5317592, 5317592, 5317592, 5317592, 5317592, 5243864, 5317592, 0, 0, 4775936, 4743168, 4841472, 4866048, 0, 0, 5095424, 0, 4562944, 5234688, 687, 4808704, 687, 687, 4956160, 687, 687, 687, 5046272, 5062656, 687, 687, 687, 687, 5218304, 687, 5317592, 5604312, 4596696, 5317592, 5653464, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 4809688, 5317592, 5227480, 5235672, 5317592, 4956160, 5955584, 0, 0, 5218304, 5652480, 0, 0, 0, 0, 0, 0, 5046272, 0, 5603328, 0, 0, 0, 0, 5922816, 5799936, 687, 5603328, 687, 5652480, 687, 687, 687, 687, 4915200, 687, 687, 687, 687, 687, 687, 5890048, 687, 687, 4988928, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5144576, 687, 5152768, 687, 687, 5800920, 5317592, 4957144, 5317592, 5317592, 5923800, 5317592, 5047256, 5063640, 5317592, 5956568, 5317592, 5317592, 5317592, 5219288, 5317592, 4972544, 0, 0, 0, 0, 0, 4947968, 0, 5259264, 5677056, 0, 0, 0, 687, 687, 687, 5201920, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 0, 4531160, 0, 0, 5317592, 5317592, 5587928, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5694424, 5317592, 5317592, 4752344, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5784536, 5317592, 5317592, 5317592, 5317592, 5317592, 687, 687, 5677056, 687, 687, 687, 5317370, 5317370, 5317370, 5317370, 5317370, 5677818, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 4686586, 5317370, 5317370, 5317370, 5317370, 4948730, 4973306, 5317370, 5317370, 5317370, 5260026, 687, 4661248, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5317592, 4662232, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 0, 0, 0, 0, 687, 5317370, 5153530, 5317370, 5186298, 5194490, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 6046458, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 4752122, 5317370, 4915962, 5317370, 5317370, 4989690, 5317370, 5317370, 5317370, 5317370, 5178106, 4580090, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5317370, 5128954, 4579328, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 5128192, 4580312, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317592, 5317370, 5317370, 5317370, 687, 687, 687, 5317592, 5317592, 5317592, 5317370, 5317370, 5317370, 687, 687, 687, 5317592, 5317592, 5317592, 5317370, 5317370, 5104378, 687, 687, 5103616, 5317592, 5317592, 5104600, 5317370, 5317370, 4826072, 5317592, 5039064, 5071832, 5080024, 5317592, 4767744, 4874240, 4694778, 4768506, 5317370, 4875002, 5317370, 5317370, 4694016, 4767744, 687, 4874240, 687, 687, 4695000, 4768728, 5317592, 4875224, 5317592, 5317592, 5317370, 5317370, 5317370, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 983, 5317592, 5317592, 5317592, 5317592, 0, 0, 0, 1261568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0", - /* 31799 */ "188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1175, 0, 0, 1261568, 0, 0, 0, 1261568, 0, 0, 1261568, 1261568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1669, 0, 0, 0, 0, 132189, 0, 0, 0, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 1261568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2205, 2206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 0, 0, 32768, 0, 0, 0, 24576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5750784, 0, 5849088, 0, 0, 0, 0, 0, 0, 4530176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 598, 598, 1115, 287, 140380, 132189, 0, 0, 0, 0, 0, 5316608, 5316608, 5316608, 5177344, 5185536, 5316608, 5193728, 5316608, 6021120, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 6045696, 5316608, 5316608, 5316608, 5316608, 5316608, 228, 0, 229, 0, 0, 0, 5701632, 0, 5914624, 0, 0, 0, 0, 0, 2196, 0, 0, 0, 0, 2200, 0, 0, 2203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 2218, 0, 0, 764, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5660672, 5316608, 5316608, 5316608, 5316608, 5316608, 5701632, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5767168, 5316608, 5316608, 5316608, 5316608, 5316608, 5210112, 688, 688, 688, 688, 688, 688, 4685824, 688, 688, 688, 688, 688, 4947968, 688, 4972544, 688, 688, 688, 688, 688, 688, 5210112, 5259264, 5316608, 5316608, 5316608, 686, 686, 6037504, 686, 686, 686, 686, 686, 986, 0, 0, 0, 986, 0, 5316608, 5316608, 4587520, 5316608, 5316608, 5316608, 5316608, 5316608, 5644288, 4628480, 5316608, 5316608, 5316608, 5316608, 5316608, 5660672, 5316608, 5316608, 5316608, 4964352, 5316608, 5316608, 5316608, 5316608, 5316608, 5136384, 0, 0, 0, 0, 4661248, 688, 688, 5316608, 5316608, 5316608, 4661248, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4669440, 0, 0, 0, 0, 4612096, 0, 688, 688, 5316608, 5316608, 5316608, 4612096, 5316608, 4669440, 5316608, 5316608, 4734976, 5316608, 5316608, 5316608, 5316608, 5316608, 686, 5947392, 686, 0, 686, 5971968, 686, 686, 686, 764, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5726208, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 686, 686, 686, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 686, 686, 686, 5316608, 5316608, 5316608, 5316608, 5316608, 5103616, 686, 686, 5103616, 5316608, 5316608, 5103616, 5316608, 5316608, 5169152, 686, 686, 686, 686, 686, 686, 5251072, 6152192, 686, 986, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 5464064, 1, 0, 7, 0, 0, 0, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 1294336, 0, 0, 0, 0, 0, 0, 0, 1294336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 1294691, 1294691, 1294336, 1294691, 1294336, 1294691, 1294691, 1294691, 1294691, 1294691, 1294691, 1294691, 1294691, 1294691, 1294691, 1294691, 1294691, 1294691, 1294691, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2582, 0, 0, 0, 2585, 0, 0, 0, 0, 2588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 4308992, 1253376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 670, 0, 0, 0, 674, 0, 676, 0, 676, 0, 0, 679, 615, 670, 0, 676, 0, 0, 0, 0, 629, 647, 0, 670, 0, 0, 0, 0, 0, 1253376, 0, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5316608, 1796, 0, 5316608, 5316608, 5586944, 5316608, 5316608, 5316608, 5316608, 0, 0, 6578176, 0, 5660672, 5767168, 0, 6053888, 6062080, 4784128, 0, 4702208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1900544, 249, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0", - /* 32546 */ "0, 0, 5005312, 0, 6578176, 5971968, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5816320, 0, 0, 0, 5726208, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 1318912, 0, 0, 0, 0, 0, 0, 0, 1318912, 0, 0, 0, 1318912, 0, 0, 0, 1318912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1680, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1228800, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1075, 0, 1075, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1204224, 0, 1310720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 599, 599, 0, 1, 0, 81923, 0, 4301016, 6, 7, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1080, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1343488, 0, 1343488, 0, 0, 0, 0, 0, 0, 0, 1343878, 0, 0, 0, 0, 0, 1343488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2604, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2189, 0, 1, 0, 81923, 98518, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2589, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1261568, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 2597, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 603, 0, 0, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1682, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1294691, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 510, 510, 447, 484, 447, 447, 447, 447, 447, 484, 484, 510, 510, 510, 510, 510, 510, 510, 510, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2578, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 511, 511, 418, 391, 418, 418, 418, 418, 418, 391, 391, 511, 511, 511, 511, 511, 511, 511, 511, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3377, 0, 0, 0, 0, 0, 0, 0, 3383, 0, 0, 3384, 0, 0, 0, 391, 391, 391, 391, 391, 3390, 391, 0, 0, 0, 0, 2922, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 229, 229, 0, 0, 229, 1, 0, 81923, 98519, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3187, 0, 0, 0, 0, 0, 0, 0, 0, 6012928, 303104, 0, 0, 0, 4898816, 0, 0, 0, 0, 5939200, 0, 0, 4603904, 0, 0, 0, 5021696, 5931008, 0, 5636096, 5791744, 0, 0, 686, 686, 5636096, 686, 686, 686, 686, 686, 5898240, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 0, 686, 686, 686, 686, 686, 686, 686, 686, 6135808, 686, 686, 5865472, 686, 6144000, 686, 686, 686, 5005312, 686, 686, 5029888, 686, 686, 686, 686, 686, 686, 686, 5111808, 5120000, 686, 5988352, 212, 0, 81923, 0, 5, 6, 218, 0, 0, 0, 0, 0, 223, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1173, 0, 0, 0, 0, 0, 0, 1376256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 600, 600, 0, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4800512, 0, 0, 0, 0, 0, 4341760, 4341760, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 549, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1654, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 272, 0, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 549, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0", - /* 33628 */ "0, 90112, 306, 0, 306, 306, 0, 306, 306, 306, 0, 306, 306, 1, 0, 81923, 0, 5, 6, 219, 0, 0, 0, 0, 0, 0, 0, 352256, 0, 0, 0, 0, 0, 0, 0, 0, 352256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 1169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 556, 0, 0, 0, 0, 0, 0, 5464064, 0, 556, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 188662, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1705, 0, 1707, 0, 0, 0, 1711, 0, 0, 0, 0, 1715, 0, 0, 1717, 0, 0, 1720, 0, 0, 0, 0, 1633, 1633, 391, 0, 232, 280, 232, 256, 0, 0, 0, 232, 0, 0, 0, 232, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1078, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1916928, 0, 1916928, 1916928, 1916928, 0, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 367, 0, 367, 367, 367, 0, 367, 0, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 232, 0, 256, 326, 0, 256, 256, 0, 326, 338, 326, 338, 338, 338, 356, 338, 356, 356, 356, 338, 356, 338, 338, 338, 338, 338, 338, 338, 356, 338, 338, 338, 386, 338, 386, 338, 338, 338, 338, 338, 338, 338, 338, 393, 419, 419, 338, 338, 386, 448, 469, 472, 472, 485, 485, 472, 472, 485, 485, 512, 472, 485, 512, 512, 472, 485, 472, 472, 472, 472, 472, 485, 485, 512, 512, 512, 512, 512, 512, 512, 512, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1875968, 0, 0, 0, 1875968, 0, 0, 0, 0, 1875968, 0, 0, 0, 0, 0, 0, 0, 0, 1875968, 0, 0, 0, 1875968, 1875968, 1875968, 1875968, 1875968, 1875968, 1875968, 1875968, 1, 81923, 0, 0, 5, 6, 7, 8568832, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 552, 0, 0, 0, 0, 0, 0, 559, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 567, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2944, 0, 0, 571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5464064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1892352, 0, 606, 0, 0, 610, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 626, 0, 0, 0, 0, 0, 630, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5906432, 0, 0, 0, 0, 5718016, 0, 5758976, 5775360, 5808128, 5840896, 5857280, 5881856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 319488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2586, 0, 0, 0, 0, 0, 0, 2591, 0, 0, 0, 0, 637, 0, 0, 0, 0, 0, 0, 645, 0, 0, 0, 0, 552, 0, 0, 0, 567, 0, 653, 0, 0, 5464064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 417, 417, 0, 0, 0, 447, 447, 447, 447, 484, 484, 447, 447, 484, 484, 510, 447, 484, 0, 0, 0, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 559, 0, 0, 667, 0, 0, 0, 0, 0, 0, 0, 681, 667, 0, 0, 0, 0, 0, 0, 669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 669, 0, 0, 0, 0, 0, 0, 0, 669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 748, 391, 391, 391, 391, 391, 391, 416, 683, 0, 0, 0, 0, 0, 391, 689, 391, 695, 698, 391, 391, 710, 391, 391, 391, 391, 724, 727, 731, 391, 738, 391, 742, 391, 391, 756, 391, 391, 391, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2426, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2837, 509, 509, 2840, 509, 509, 509, 763, 416, 416, 770, 773, 416, 416, 785, 416, 416, 416, 416, 799, 802, 806, 416, 813, 416, 817, 416, 416, 831, 416, 416, 416, 837, 567, 0, 567, 0, 839, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1970, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1230, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1238, 391, 391, 391, 844, 847, 416, 416, 857, 416, 416, 416, 864, 802, 869, 416, 875, 817, 416, 416, 887, 416, 416, 416, 416, 857, 896, 416, 847, 416, 416, 416, 416, 416", - /* 34598 */ "907, 875, 416, 817, 416, 915, 391, 921, 924, 391, 391, 935, 391, 391, 391, 391, 949, 951, 955, 391, 961, 391, 742, 391, 391, 977, 391, 391, 391, 0, 509, 985, 509, 509, 416, 391, 416, 416, 416, 416, 416, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1708, 0, 0, 0, 0, 0, 1713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 1735, 416, 416, 416, 416, 1812, 416, 416, 416, 416, 416, 416, 416, 416, 3869, 416, 416, 416, 3873, 416, 416, 416, 992, 995, 509, 509, 1007, 509, 509, 509, 509, 1024, 1027, 1031, 509, 1039, 509, 1043, 509, 509, 1057, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 686, 686, 686, 686, 686, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4718592, 5316608, 0, 1067, 1071, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 308, 0, 308, 311, 0, 308, 308, 308, 0, 308, 311, 1093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1109, 0, 0, 0, 0, 0, 0, 0, 0, 132189, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5906432, 0, 0, 5472256, 5480448, 5718016, 0, 5758976, 5775360, 5808128, 5840896, 5857280, 5881856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0, 0, 1392, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1345, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1338, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1353, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 1255, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 1624, 0, 0, 0, 1630, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 262, 0, 0, 0, 0, 0, 0, 273, 0, 0, 0, 0, 0, 0, 1575, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1601, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2125, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3514, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 1650, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132189, 0, 0, 0, 0, 0, 0, 688, 688, 688, 688, 688, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4718592, 5316608, 391, 391, 391, 391, 391, 1751, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2012, 391, 391, 391, 391, 391, 416, 416, 416, 416, 1862, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1390, 416, 416, 416, 416, 416, 416, 1894, 416, 416, 1897, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 2054, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2068, 509, 509, 509, 509, 509, 509, 2073, 509, 509, 509, 509, 509, 509, 0, 0, 0, 1621, 0, 0, 0, 1627, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2210, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 2220, 391, 391, 2221, 391, 391, 391, 391, 391, 2226, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2239, 391, 391, 391, 0, 0, 0, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1914, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 2468, 391, 391, 391, 391, 391, 0, 0, 0, 0", - /* 35476 */ "509, 509, 509, 509, 509, 509, 509, 509, 2486, 509, 509, 2489, 509, 509, 416, 391, 416, 416, 416, 416, 416, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 1, 81923, 98518, 98844, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2173, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 2187, 0, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2613, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1710, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 699, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 750, 391, 391, 758, 391, 391, 416, 0, 0, 0, 0, 416, 416, 416, 416, 2672, 416, 416, 416, 416, 416, 2677, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 3056, 3057, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2713, 416, 416, 416, 416, 416, 2717, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3002, 416, 416, 416, 416, 416, 2767, 416, 416, 391, 391, 391, 391, 391, 2774, 391, 391, 391, 391, 391, 391, 2779, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3082, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2821, 391, 391, 391, 391, 391, 391, 0, 2827, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 2834, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2841, 509, 509, 509, 509, 2496, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2519, 509, 509, 509, 509, 2873, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2887, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2091, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3495, 509, 509, 509, 509, 509, 509, 3499, 509, 509, 509, 509, 391, 391, 391, 391, 391, 391, 391, 391, 2952, 391, 391, 391, 391, 391, 391, 391, 2959, 391, 391, 391, 391, 391, 391, 391, 2966, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 2477, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2888, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2666, 0, 416, 416, 416, 416, 416, 416, 416, 416, 2981, 416, 416, 416, 416, 416, 416, 416, 2988, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1374, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3002, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2995, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 3010, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1291, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1388, 416, 416, 416, 416, 416, 3018, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3026, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1307, 416, 416, 0, 416, 416, 3006, 3007, 416, 416, 416, 416, 416, 416, 416, 391, 391, 3070, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3079, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2005, 2006, 2009, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2827, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3111, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2503, 509, 509, 509, 509, 509, 509, 509, 2510, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2853, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3121, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3133, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509", - /* 36320 */ "509, 509, 509, 2130, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 416, 416, 416, 3247, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1951, 1952, 3704, 391, 3706, 391, 391, 391, 416, 3710, 3711, 416, 3713, 416, 416, 416, 416, 3717, 416, 3719, 416, 3721, 416, 416, 416, 416, 416, 416, 416, 3728, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1286, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 416, 416, 3820, 391, 391, 3823, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 3834, 509, 509, 509, 509, 3839, 509, 509, 3842, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 1625, 0, 0, 0, 1631, 0, 0, 0, 0, 0, 1637, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 414, 440, 440, 0, 0, 0, 467, 467, 467, 467, 506, 506, 467, 467, 506, 506, 533, 467, 506, 3851, 0, 0, 3854, 0, 0, 391, 391, 3857, 391, 391, 416, 416, 3859, 416, 416, 416, 416, 416, 416, 3865, 416, 416, 416, 416, 416, 416, 3872, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1371, 416, 416, 416, 1376, 416, 416, 1379, 416, 416, 416, 416, 1387, 416, 416, 416, 509, 509, 509, 3909, 509, 509, 509, 509, 509, 0, 0, 3916, 3917, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3928, 416, 416, 3931, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2418, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2004, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 3957, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3458, 391, 391, 513, 513, 449, 486, 449, 449, 449, 449, 449, 486, 486, 513, 513, 513, 513, 513, 513, 513, 513, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5906432, 0, 0, 5472256, 5480448, 5718016, 0, 5758976, 5775360, 5808128, 5840896, 5857280, 5881856, 0, 0, 1302528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5464064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 401, 427, 427, 0, 0, 0, 427, 427, 478, 478, 493, 493, 478, 478, 493, 493, 520, 478, 493, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 1679, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 1687, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 1782, 391, 391, 391, 391, 1786, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2999, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 3008, 416, 416, 416, 416, 416, 416, 1859, 416, 416, 416, 416, 1863, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1389, 416, 416, 416, 416, 416, 416, 1926, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2736, 416, 391, 391, 391, 2020, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2562, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2112, 509, 509, 509, 509, 509, 509, 509, 2120, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 2134, 0, 0, 0, 0, 0, 2136, 0, 0, 0, 0, 0, 0, 0, 2576, 0, 0, 0, 0, 2579, 0, 2581, 0, 2583, 2584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 188662, 250, 241, 0, 0, 0, 0, 0, 0, 0, 2621, 0, 0, 0, 0, 0, 391, 391, 2627, 391, 391, 2630, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 1798, 1107720, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 416, 416, 2670, 416, 416, 2673, 416, 416, 416, 416", - /* 37197 */ "416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3032, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 2822, 391, 391, 391, 391, 0, 2827, 0, 0, 0, 0, 509, 509, 509, 509, 2832, 509, 509, 2835, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3979, 416, 416, 3791, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3802, 416, 416, 416, 3806, 416, 416, 416, 3810, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2427, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3822, 391, 391, 391, 391, 3827, 391, 3829, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3841, 509, 509, 509, 509, 3846, 509, 3848, 509, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 2927, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 288, 0, 0, 57344, 172032, 0, 244, 288, 288, 90112, 244, 0, 244, 244, 0, 244, 244, 244, 0, 244, 244, 313, 303, 303, 313, 303, 303, 303, 329, 333, 333, 339, 333, 333, 333, 357, 333, 357, 357, 357, 333, 372, 333, 333, 333, 333, 333, 333, 380, 381, 380, 385, 385, 333, 385, 333, 385, 385, 385, 385, 385, 385, 385, 385, 395, 421, 421, 385, 385, 385, 450, 450, 473, 473, 487, 487, 473, 473, 487, 487, 514, 473, 487, 514, 514, 473, 487, 473, 473, 473, 473, 473, 487, 487, 514, 514, 514, 514, 514, 514, 514, 514, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1204, 391, 391, 416, 911, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 965, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 3507, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3518, 391, 391, 391, 391, 3521, 391, 0, 0, 1160, 0, 0, 0, 0, 1122, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1174, 0, 0, 0, 0, 0, 0, 1131, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1153, 0, 0, 0, 0, 0, 0, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 1138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 243, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 391, 1208, 391, 391, 1212, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3091, 391, 391, 391, 391, 391, 391, 1249, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 1275, 416, 1278, 416, 416, 1427, 416, 1377, 416, 416, 416, 416, 416, 416, 416, 416, 1437, 416, 416, 416, 416, 391, 391, 1444, 391, 1188, 391, 391, 391, 391, 391, 391, 391, 1454, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3304, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 3194, 3217, 1457, 391, 391, 1460, 391, 1212, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3089, 391, 391, 391, 391, 391, 391, 391, 391, 1497, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 1523, 509, 1526, 509, 509, 509, 509, 509, 3680, 509, 509, 3683, 509, 509, 509, 509, 509, 509, 3689, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 3864, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2305, 416, 2306, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2318, 1647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132189, 0, 0, 0, 0, 0, 0, 1164, 0, 0, 0, 0, 0, 0", - /* 38105 */ "5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2209, 0, 0, 2211, 0, 0, 0, 2209, 391, 391, 391, 391, 391, 0, 0, 1701, 0, 0, 0, 0, 0, 1706, 0, 0, 0, 0, 0, 0, 0, 0, 1714, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 416, 416, 0, 0, 0, 416, 416, 416, 416, 391, 391, 416, 416, 391, 391, 509, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1732, 391, 391, 391, 391, 391, 391, 391, 391, 1742, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 2477, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2491, 391, 391, 391, 735, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1244, 1773, 1776, 416, 416, 1809, 416, 416, 416, 416, 416, 416, 416, 416, 1819, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 810, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 509, 509, 509, 2055, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2071, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1337, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1348, 416, 1349, 416, 416, 416, 416, 416, 416, 416, 2380, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2403, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1966, 391, 1969, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2963, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 2548, 2550, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2134, 0, 2136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1203, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2666, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2992, 3193, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3207, 391, 3209, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 1839, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 3011, 416, 416, 416, 391, 391, 391, 391, 391, 933, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 509, 509, 2119, 509, 509, 2121, 509, 509, 509, 509, 509, 509, 509, 509, 2132, 509, 0, 2134, 0, 0, 0, 0, 0, 2136, 0, 0, 0, 0, 0, 0, 0, 1925120, 0, 1925120, 1925120, 1925120, 0, 1925120, 1925120, 1925120, 1925120, 1925120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1925120, 1925120, 1925120, 0, 1925120, 0, 0, 0, 0, 0, 0, 0, 1925120, 0, 0, 0, 391, 391, 391, 391, 391, 391, 3300, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 3584, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 416, 416, 416, 416, 3794, 416, 3795, 416, 416, 416, 3799, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 3813, 391, 3814, 391, 391, 391, 391, 3819, 0, 0, 0, 327, 0, 0, 0, 330, 334, 334, 334, 334, 334, 334, 358, 334, 358, 358, 358, 334, 358, 376, 376, 376, 376, 376, 376, 376, 382, 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, 396, 422, 422, 376, 376, 376, 451, 451, 474, 474, 488, 488, 474, 474, 488, 488, 515, 474, 488, 515, 515, 474, 488, 474, 474, 474, 474, 474, 488, 488, 515, 515, 515, 515, 515, 515, 515, 515, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 580, 0, 0, 0, 0, 0, 0, 0, 588, 0, 0, 0, 0, 569, 594, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 57344, 172032, 299, 0, 289, 289, 90112, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2580, 0", - /* 38975 */ "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2592, 0, 0, 0, 0, 0, 0, 671, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 718, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2417, 391, 391, 391, 2421, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 2476, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1049, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 1178, 0, 0, 0, 0, 1181, 0, 0, 1166, 0, 0, 0, 9478144, 0, 0, 391, 391, 1186, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3470, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 391, 1209, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1235, 391, 391, 1239, 391, 391, 1242, 416, 416, 416, 416, 1325, 416, 416, 1329, 416, 416, 1332, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 798, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1395, 416, 416, 1329, 416, 416, 1400, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3559, 391, 391, 391, 391, 3563, 391, 391, 391, 391, 416, 416, 416, 416, 1299, 416, 416, 416, 416, 416, 416, 1435, 416, 416, 416, 416, 416, 416, 391, 391, 1186, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2447, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1515, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 391, 391, 391, 1209, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1485, 391, 391, 1489, 391, 391, 1491, 0, 0, 0, 1676, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1884512, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 391, 391, 391, 391, 1239, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1488, 391, 391, 391, 391, 391, 391, 391, 391, 1781, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1794, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3277, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3288, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 598, 0, 0, 5464064, 1, 98518, 7, 0, 0, 0, 391, 391, 391, 391, 391, 1990, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2013, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 2033, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3693, 509, 509, 0, 3694, 0, 0, 0, 0, 0, 0, 0, 391, 391, 509, 509, 509, 2083, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2110, 509, 509, 509, 509, 2898, 2899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2908, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1376256, 0, 1376256, 8454683, 81923, 0, 0, 5, 6, 218, 218, 0, 0, 0, 543, 0, 0, 0, 0, 2168, 0, 0, 0, 0, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 1688, 0, 0, 0, 1688, 0, 0, 0, 0, 0, 0, 2219, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2349, 416, 416, 416, 416, 416, 2355, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3266, 416, 416, 416, 416, 391, 391, 391, 391, 391, 2465, 2466, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 509, 509, 509", - /* 39843 */ "509, 509, 509, 2485, 509, 509, 509, 2488, 509, 509, 509, 509, 509, 1014, 509, 509, 509, 509, 509, 509, 1037, 1041, 509, 509, 1053, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 1165, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 188662, 250, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2608, 0, 2610, 0, 0, 0, 0, 0, 0, 0, 0, 2619, 0, 0, 0, 0, 0, 2598, 0, 2923, 0, 0, 0, 0, 0, 2929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2943, 0, 0, 0, 0, 0, 0, 5890048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5627904, 0, 5783552, 0, 0, 0, 0, 0, 688, 688, 688, 688, 688, 4915200, 688, 688, 688, 688, 688, 688, 5890048, 688, 688, 4988928, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5144576, 688, 5152768, 688, 688, 0, 0, 0, 0, 416, 2669, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3241, 416, 416, 416, 2766, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1983, 391, 391, 391, 391, 391, 391, 391, 391, 2826, 0, 2827, 0, 0, 0, 0, 509, 509, 509, 2831, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2506, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2517, 509, 509, 509, 509, 509, 509, 2897, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 622, 0, 0, 0, 0, 627, 0, 0, 0, 561, 0, 0, 0, 634, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2666, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2984, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1398, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2819, 416, 416, 416, 3438, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 3503, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 391, 391, 391, 391, 3824, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3843, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 1623, 0, 0, 0, 1629, 0, 0, 0, 0, 1635, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3177, 0, 0, 0, 0, 0, 0, 3183, 3184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 255, 0, 239, 0, 0, 0, 0, 0, 0, 0, 236, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 255, 0, 239, 238, 317, 239, 239, 0, 239, 0, 238, 239, 239, 239, 0, 335, 335, 335, 344, 344, 344, 359, 344, 359, 370, 359, 344, 359, 344, 344, 378, 378, 378, 378, 378, 359, 378, 378, 378, 387, 378, 387, 378, 378, 378, 378, 378, 378, 378, 378, 397, 423, 423, 378, 378, 387, 452, 452, 475, 475, 489, 489, 475, 475, 489, 489, 516, 475, 489, 516, 516, 475, 489, 475, 475, 475, 475, 475, 489, 489, 516, 516, 516, 516, 516, 516, 516, 516, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 660, 0, 660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 671, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 671, 0, 671, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 614, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 553, 0, 0, 0, 0, 0, 0, 0, 0, 562, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1081344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1113, 0, 1670, 1116, 1117, 0, 0, 0, 0, 0, 0, 0, 574, 0, 0, 577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0", - /* 40809 */ "590, 0, 0, 0, 0, 0, 596, 597, 0, 600, 600, 604, 0, 0, 0, 608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 623, 0, 0, 0, 0, 0, 0, 0, 0, 0, 631, 0, 0, 0, 0, 0, 0, 0, 1146880, 0, 0, 0, 0, 0, 0, 57344, 172032, 1146880, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 322, 0, 0, 638, 639, 0, 641, 0, 0, 644, 0, 0, 648, 0, 0, 0, 650, 0, 0, 0, 0, 0, 0, 0, 5464064, 0, 0, 0, 658, 0, 661, 663, 0, 0, 0, 0, 0, 0, 1653, 0, 0, 0, 0, 0, 0, 0, 0, 1662, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1673, 416, 416, 416, 416, 416, 776, 416, 416, 789, 416, 416, 798, 800, 803, 807, 416, 814, 816, 819, 824, 416, 832, 416, 416, 836, 661, 0, 597, 0, 0, 416, 416, 416, 416, 416, 416, 416, 1865, 416, 416, 416, 416, 416, 416, 416, 1872, 0, 0, 416, 1874, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 3284, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1476, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1261, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 416, 416, 850, 416, 416, 789, 416, 863, 865, 866, 870, 416, 876, 879, 824, 416, 888, 416, 416, 892, 416, 416, 866, 416, 416, 850, 416, 902, 416, 416, 870, 876, 910, 879, 913, 391, 391, 391, 391, 927, 391, 391, 940, 391, 391, 948, 950, 952, 956, 391, 962, 964, 966, 971, 391, 978, 391, 391, 982, 0, 509, 509, 509, 509, 0, 0, 0, 0, 416, 416, 416, 416, 4043, 416, 416, 416, 4045, 416, 391, 391, 391, 391, 4049, 391, 391, 391, 4051, 391, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 2903, 0, 0, 2906, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2915, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 1138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1155, 1156, 0, 509, 509, 998, 509, 509, 1012, 509, 509, 1023, 1025, 1028, 1032, 509, 1040, 1042, 1045, 1050, 509, 1058, 509, 509, 1062, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 1704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1718, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 754, 391, 391, 391, 391, 391, 416, 0, 0, 0, 1096, 0, 0, 0, 0, 1101, 0, 0, 0, 1105, 0, 0, 0, 0, 0, 0, 0, 0, 600, 600, 0, 0, 0, 132189, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1076, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1092, 0, 1159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 1170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1197, 391, 391, 391, 391, 0, 0, 0, 0, 1179, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1196, 416, 416, 416, 416, 416, 416, 3531, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1286, 416, 416, 416, 416, 416, 391, 391, 391, 1211, 391, 391, 391, 391, 391, 391, 391, 1222, 391, 391, 391, 391, 391, 1210, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1239, 391, 391, 391, 391, 1247, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1258, 391, 1259, 391, 391, 391, 391, 391, 1267, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 1366, 416, 416, 1282, 416, 416, 1373, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1318, 416, 416, 1357, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1378, 416, 416, 416, 416, 1385, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 1279, 416, 416, 416, 1368, 416, 416, 416, 416, 416, 416, 416, 416, 1380, 416, 416, 416, 416, 416, 1319, 416, 416, 416, 416, 416, 1428, 416, 416, 416, 416, 1432, 416, 416, 416, 1404, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2788, 391, 391, 391, 391, 1458, 391, 391, 1462, 391, 391, 391, 391, 391, 391, 391, 391, 1472, 391, 391, 391, 1477, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391", - /* 41725 */ "391, 391, 391, 391, 0, 2475, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3335, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2067, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 391, 391, 1495, 391, 391, 391, 391, 391, 391, 391, 391, 1505, 1259, 391, 391, 391, 391, 391, 1514, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 0, 0, 0, 1622, 0, 0, 0, 1628, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 509, 509, 1616, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1633, 0, 0, 1636, 0, 0, 1638, 1639, 0, 0, 0, 1643, 0, 0, 0, 0, 0, 0, 2142, 2143, 0, 0, 2146, 0, 0, 0, 0, 0, 0, 0, 0, 2154, 0, 0, 0, 0, 0, 2159, 0, 2161, 0, 0, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 292, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 316, 0, 0, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 1691, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1725, 391, 391, 1726, 391, 1728, 391, 1730, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1744, 391, 391, 391, 391, 391, 1746, 391, 1748, 391, 391, 391, 0, 0, 0, 0, 1107720, 1858, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1939, 416, 1941, 1942, 416, 416, 1944, 416, 416, 416, 416, 416, 416, 416, 416, 1733, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1756, 391, 1758, 391, 391, 391, 391, 391, 391, 1763, 391, 391, 697, 391, 391, 1768, 1769, 1770, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 2034, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3493, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 391, 391, 391, 1780, 391, 391, 391, 391, 391, 391, 391, 391, 1787, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 0, 1107720, 416, 1802, 416, 416, 1803, 416, 1805, 416, 1807, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1821, 416, 416, 416, 416, 416, 1823, 416, 1825, 416, 416, 1810, 416, 416, 416, 416, 416, 416, 416, 416, 1293, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1334, 1850, 1853, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1833, 416, 1835, 416, 416, 416, 416, 416, 416, 1840, 416, 416, 772, 416, 416, 1845, 1846, 1847, 416, 416, 416, 416, 416, 416, 416, 1857, 416, 416, 416, 416, 416, 416, 416, 1896, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2373, 416, 416, 416, 416, 2378, 416, 416, 416, 416, 1892, 416, 416, 1895, 416, 416, 416, 416, 416, 1901, 416, 416, 416, 416, 416, 416, 1906, 416, 416, 416, 1911, 1912, 416, 416, 416, 1919, 416, 416, 1922, 416, 416, 1925, 416, 416, 416, 416, 416, 416, 416, 416, 1934, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1946, 1947, 416, 416, 1950, 416, 416, 416, 416, 416, 416, 416, 2300, 416, 416, 416, 416, 416, 416, 416, 416, 2307, 416, 416, 416, 416, 416, 1327, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2333, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3456, 391, 391, 391, 391, 391, 391, 1953, 391, 391, 1955, 391, 391, 1958, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1977, 391, 391, 1980, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2657, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 2479, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 391, 391, 391, 1988, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1995, 391, 391, 1999, 391, 2001, 2002, 391, 391, 391, 391, 391, 2011, 391, 391, 2014, 391, 391, 391, 0, 0, 0, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416", - /* 42586 */ "772, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 829, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 391, 2019, 391, 391, 2021, 391, 391, 391, 391, 391, 391, 2029, 391, 124398, 509, 0, 1107720, 509, 2036, 509, 509, 2038, 509, 2040, 509, 2042, 509, 509, 509, 509, 509, 509, 0, 0, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2080, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2088, 509, 509, 2092, 509, 509, 2095, 2096, 2097, 509, 509, 509, 509, 509, 509, 509, 2108, 509, 509, 2111, 0, 0, 2139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2156, 0, 0, 0, 2160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 605, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2169, 0, 0, 0, 0, 0, 0, 1676, 0, 0, 0, 2176, 0, 0, 1683, 1684, 0, 0, 0, 2184, 2185, 2186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1120, 0, 0, 0, 0, 2193, 0, 2195, 0, 0, 0, 0, 2199, 0, 0, 0, 0, 0, 0, 0, 2207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 735, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 391, 391, 391, 391, 391, 391, 391, 749, 391, 391, 391, 391, 391, 2228, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2242, 2268, 391, 391, 0, 0, 0, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 824, 416, 416, 416, 416, 416, 2290, 416, 416, 416, 416, 416, 416, 416, 416, 1330, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1343, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1354, 416, 416, 416, 416, 416, 2353, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2363, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2372, 416, 2374, 2375, 2376, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3745, 391, 391, 3748, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3686, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 3700, 0, 391, 391, 391, 391, 391, 391, 391, 2439, 391, 2441, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2450, 391, 2452, 2453, 2454, 391, 2456, 391, 391, 391, 391, 391, 391, 391, 391, 0, 2827, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2100, 2101, 2104, 509, 509, 509, 509, 509, 509, 509, 391, 391, 391, 391, 391, 391, 391, 2467, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2490, 509, 509, 509, 509, 3123, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3138, 509, 509, 509, 509, 3143, 509, 509, 509, 509, 509, 1538, 509, 1543, 509, 509, 1547, 509, 509, 1551, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2539, 509, 509, 509, 509, 509, 509, 2545, 509, 509, 2492, 509, 509, 509, 509, 509, 2498, 509, 509, 2501, 509, 509, 509, 509, 509, 509, 509, 509, 2508, 509, 509, 509, 509, 2513, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2557, 509, 509, 509, 2560, 2561, 509, 509, 509, 2134, 0, 2136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1198, 391, 391, 391, 391, 509, 509, 2522, 509, 2524, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2534, 509, 2536, 2537, 2538, 509, 2540, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3131, 509, 509, 509, 509, 509, 3134, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3142, 509, 509, 509, 0, 0, 0, 2598, 0, 0, 2599, 0, 0, 0, 0, 0, 2601, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 263, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 2650, 1733, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2662", - /* 43467 */ "391, 391, 391, 391, 2663, 391, 391, 391, 391, 391, 391, 0, 2666, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2680, 416, 416, 2683, 416, 416, 416, 1321, 416, 416, 416, 416, 416, 416, 391, 391, 3938, 391, 391, 3940, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 3951, 509, 509, 3953, 509, 509, 416, 416, 416, 2693, 1810, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2705, 416, 416, 416, 416, 2706, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 718, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 3508, 0, 0, 0, 3512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 3522, 416, 2739, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2752, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2762, 416, 416, 416, 416, 416, 416, 416, 416, 1931, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1849, 416, 416, 416, 416, 416, 416, 416, 416, 391, 2791, 391, 391, 391, 391, 391, 391, 391, 391, 2798, 391, 391, 2801, 391, 2803, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2234, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2820, 391, 391, 391, 391, 391, 391, 391, 0, 2827, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 270336, 0, 0, 5464064, 1, 98518, 7, 0, 0, 0, 509, 509, 509, 2845, 509, 509, 509, 509, 509, 2850, 509, 509, 509, 509, 509, 509, 509, 2855, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2865, 509, 509, 509, 509, 509, 3769, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3724, 416, 416, 3727, 416, 416, 416, 416, 416, 416, 2868, 509, 2870, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2886, 509, 509, 509, 509, 509, 509, 509, 509, 2891, 509, 509, 509, 509, 509, 509, 509, 509, 3150, 509, 509, 509, 509, 3155, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 3161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2213, 0, 0, 391, 391, 391, 391, 391, 2993, 416, 416, 416, 416, 416, 416, 416, 2998, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 3012, 416, 416, 416, 416, 416, 416, 416, 2324, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 2335, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 823, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3807, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 3818, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2827, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3113, 509, 509, 509, 509, 509, 509, 0, 0, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 416, 416, 4070, 391, 391, 4073, 3166, 0, 0, 3168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3191, 3192, 0, 391, 391, 391, 391, 3197, 391, 391, 391, 391, 391, 391, 3204, 391, 391, 391, 391, 391, 3206, 391, 391, 391, 391, 391, 391, 391, 391, 3214, 3216, 391, 416, 416, 416, 416, 416, 416, 416, 2356, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2369, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3228, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1411, 416, 416, 416, 416, 416, 416, 1420, 416, 416, 416, 416, 416, 416, 416, 3220, 416, 416, 416, 416, 416, 416, 3227, 416, 416, 416, 416, 416, 3229, 416, 416, 416, 416, 416, 416, 416, 416, 3237, 3239, 416, 416, 416, 416, 416, 416, 391, 3653, 391, 3655, 391, 3657, 391, 391, 391, 391, 391, 391", - /* 44311 */ "391, 391, 391, 391, 3667, 391, 391, 391, 391, 391, 391, 509, 3674, 509, 3270, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3278, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3290, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2957, 391, 391, 391, 2961, 391, 391, 391, 391, 391, 2965, 391, 1774, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2472, 0, 0, 0, 0, 509, 509, 509, 509, 509, 2484, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1036, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 3302, 391, 391, 391, 391, 391, 391, 3307, 391, 391, 3311, 391, 391, 391, 3314, 3315, 3316, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 3684, 509, 509, 509, 509, 509, 509, 3690, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 702, 391, 711, 391, 391, 391, 391, 391, 729, 391, 391, 391, 391, 391, 391, 391, 391, 759, 391, 391, 416, 509, 3324, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3332, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3341, 509, 509, 509, 509, 3346, 509, 509, 509, 509, 3124, 509, 3126, 509, 509, 509, 509, 509, 509, 509, 509, 3132, 509, 509, 509, 3135, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3146, 391, 391, 391, 391, 391, 391, 391, 391, 3203, 3398, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 3407, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3226, 416, 2997, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1329, 416, 0, 416, 416, 416, 416, 416, 3009, 416, 416, 416, 416, 416, 3415, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3423, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3432, 416, 416, 416, 416, 3436, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1965, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 1528, 391, 391, 391, 3461, 391, 391, 391, 391, 3465, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 3475, 509, 509, 509, 509, 509, 3479, 509, 509, 509, 509, 3149, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 3160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132189, 1118, 0, 0, 0, 1122, 3541, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3550, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3557, 416, 391, 391, 391, 391, 391, 391, 3564, 391, 391, 391, 0, 0, 0, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 2282, 416, 416, 2283, 416, 416, 416, 416, 416, 2288, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2720, 416, 416, 416, 2723, 416, 416, 416, 416, 416, 2727, 416, 416, 416, 416, 416, 416, 416, 2734, 416, 416, 2737, 391, 391, 391, 391, 391, 391, 391, 3575, 391, 391, 391, 391, 3579, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 3587, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2529, 509, 509, 509, 2531, 2532, 509, 509, 509, 509, 509, 509, 509, 509, 2541, 2542, 509, 509, 509, 509, 509, 509, 391, 391, 391, 3620, 391, 391, 416, 416, 416, 416, 416, 416, 3628, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3638, 3639, 416, 3642, 416, 416, 3643, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 943, 391, 391, 391, 391, 391, 958, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 0, 0, 0, 3506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 743, 391, 391, 391, 391, 391, 391, 416, 416, 416, 3735, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3755, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3154, 509, 509, 509, 509, 0, 0, 0, 0, 3159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 420, 420, 0, 0, 0, 449, 449, 449, 449, 486, 486, 449, 449, 486, 486, 513, 449, 486, 0, 0, 0, 0, 3855, 3856, 744", - /* 45147 */ "2970, 391, 391, 391, 819, 2999, 416, 416, 416, 3861, 3862, 3863, 416, 416, 416, 3867, 416, 416, 416, 416, 416, 416, 416, 416, 3875, 416, 416, 416, 3879, 3880, 3881, 391, 391, 391, 391, 3885, 391, 391, 391, 391, 3890, 391, 391, 391, 391, 391, 391, 3897, 3898, 3899, 509, 509, 509, 509, 3903, 509, 509, 509, 509, 509, 4058, 0, 0, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 509, 509, 3908, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3929, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 3886, 391, 391, 3889, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 3904, 509, 3933, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 3942, 391, 391, 391, 391, 3946, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3775, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3731, 416, 3955, 509, 509, 509, 509, 3959, 509, 509, 509, 509, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 3971, 416, 416, 416, 416, 416, 416, 416, 416, 3980, 391, 391, 391, 3983, 391, 391, 391, 391, 391, 391, 391, 391, 3992, 509, 509, 509, 3995, 509, 509, 509, 509, 509, 509, 509, 509, 4004, 0, 0, 0, 0, 391, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1963, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1978, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1737, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1765, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 304, 304, 304, 304, 304, 304, 304, 331, 304, 304, 340, 345, 345, 345, 360, 345, 360, 360, 360, 345, 373, 345, 345, 345, 345, 345, 345, 345, 383, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 398, 424, 424, 345, 345, 345, 453, 470, 470, 470, 490, 490, 470, 470, 490, 490, 517, 470, 490, 517, 517, 470, 490, 470, 470, 470, 470, 470, 490, 490, 517, 517, 517, 517, 517, 517, 517, 517, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 262429, 262429, 262679, 262679, 262679, 262679, 262679, 262679, 262679, 262679, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 286, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 633, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 560, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 6021120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5193728, 6045696, 0, 0, 0, 0, 0, 0, 0, 0, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 0, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 1114112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2570, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 0, 3371, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 3391, 3981, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3993, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 391, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1964, 391, 391, 391, 391, 391, 391, 1972, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1227, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 416, 416, 416, 416, 4012, 416, 416, 416, 4016, 416, 416, 416, 391, 391, 391, 391, 4022, 391, 391, 391, 4026, 391, 391, 391, 509, 509, 509, 509, 4032, 509, 509, 509", - /* 46008 */ "509, 509, 1015, 1021, 509, 509, 1026, 509, 509, 1038, 509, 509, 1048, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 2575, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 598, 1115, 1115, 0, 132189, 0, 0, 0, 4036, 509, 509, 509, 0, 0, 0, 0, 416, 4041, 416, 416, 416, 416, 416, 416, 416, 416, 391, 4047, 391, 391, 391, 391, 391, 391, 391, 391, 509, 4053, 509, 509, 509, 509, 1011, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1054, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 1115, 0, 0, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 557, 575, 0, 652, 0, 0, 0, 5464064, 0, 557, 0, 0, 0, 0, 0, 0, 575, 0, 391, 391, 509, 509, 4107, 4108, 4109, 4110, 4111, 4112, 416, 416, 391, 391, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1908736, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 305, 305, 305, 305, 305, 305, 305, 0, 305, 305, 305, 346, 346, 346, 361, 346, 361, 361, 361, 346, 361, 346, 346, 346, 346, 346, 346, 346, 361, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 399, 425, 425, 346, 346, 346, 454, 454, 476, 476, 491, 491, 476, 476, 491, 491, 518, 476, 491, 518, 518, 476, 491, 476, 476, 476, 476, 476, 491, 491, 518, 518, 518, 518, 518, 518, 518, 518, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 593, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 611, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1138688, 5464719, 1327104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1068, 1072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1179648, 0, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2919, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1781, 391, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1907, 416, 416, 416, 416, 1913, 416, 416, 416, 416, 416, 416, 0, 0, 3167, 0, 0, 0, 0, 3171, 0, 0, 0, 0, 3175, 0, 0, 0, 0, 0, 3180, 0, 0, 0, 0, 0, 0, 0, 3188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 228, 0, 0, 0, 0, 0, 0, 0, 416, 416, 3271, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3280, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3291, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1237, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 0, 0, 416, 416, 1276, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1299, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 3297, 391, 391, 391, 391, 391, 391, 391, 3303, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3312, 391, 391, 391, 391, 391, 3317, 3318, 509, 509, 509, 509, 0, 0, 2900, 0, 0, 0, 2902, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 266, 0, 0, 271, 0, 0, 0, 0, 0, 0, 0, 3347, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3359, 509, 509, 509, 509, 509, 3364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2150, 0, 0, 2152, 2153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 3396, 391, 391, 1258, 391, 391, 391, 391, 391, 391, 391, 391, 416, 3404, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3413, 416, 416, 1348, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1962, 391, 391, 391, 391, 391, 391, 1971, 391, 391, 1974, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3080, 391, 391, 391, 391, 391, 391, 391, 391, 2969, 391, 391, 391, 391, 391, 391, 391", - /* 46953 */ "391, 391, 3460, 391, 391, 391, 391, 391, 391, 3466, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 3474, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2502, 509, 509, 2504, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2563, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 3523, 391, 391, 391, 391, 3526, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 3532, 416, 416, 416, 416, 3535, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1286, 416, 416, 416, 1301, 416, 416, 416, 416, 416, 416, 416, 1312, 416, 416, 416, 416, 416, 1300, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3577, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3589, 509, 509, 509, 509, 509, 509, 509, 1582, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1604, 509, 509, 509, 509, 509, 509, 509, 509, 1583, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3140, 509, 509, 509, 509, 509, 416, 416, 416, 416, 416, 4013, 416, 416, 416, 4017, 416, 416, 391, 391, 391, 391, 391, 4023, 391, 391, 391, 4027, 391, 391, 509, 509, 509, 509, 509, 4033, 509, 509, 509, 509, 1533, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1554, 509, 509, 1557, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3492, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1594, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 4037, 509, 509, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 0, 0, 3505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3513, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2642, 391, 391, 391, 391, 391, 416, 416, 416, 416, 774, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 825, 416, 416, 833, 416, 416, 0, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 848, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 883, 416, 416, 889, 416, 416, 416, 416, 416, 416, 848, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 4018, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 4028, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2061, 509, 509, 509, 509, 2065, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2076, 509, 509, 509, 416, 416, 883, 391, 391, 391, 925, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 972, 391, 391, 979, 391, 391, 0, 509, 509, 509, 509, 0, 4039, 4040, 0, 416, 416, 4042, 416, 416, 4044, 416, 416, 416, 416, 391, 391, 4048, 391, 391, 4050, 391, 391, 391, 391, 509, 509, 4054, 509, 509, 996, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1051, 509, 509, 1059, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 1073152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 598, 1115, 1115, 140380, 132189, 0, 0, 0, 0, 1094, 0, 0, 0, 0, 1099, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 1243, 391, 391, 391, 391, 391, 1252, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 0, 0, 416, 416, 1365, 1278, 416, 416, 416, 416, 416, 416, 416, 1372, 416, 1375, 416, 1377, 416, 1302, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3443, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 3454, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2839, 509, 509, 509, 509, 391, 391, 391, 391, 1498, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509", - /* 47801 */ "509, 0, 0, 416, 416, 416, 416, 416, 4061, 391, 391, 391, 391, 391, 4064, 509, 509, 509, 509, 509, 4067, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 959, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 416, 416, 1317, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3013, 416, 416, 416, 2768, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2460, 2462, 0, 0, 240, 0, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 240, 0, 0, 0, 319, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2941, 0, 0, 0, 0, 2945, 362, 362, 388, 362, 388, 362, 362, 362, 362, 362, 362, 362, 362, 400, 426, 426, 362, 362, 388, 455, 455, 477, 477, 492, 492, 477, 477, 492, 492, 519, 477, 492, 519, 519, 477, 492, 477, 477, 477, 477, 477, 492, 492, 519, 519, 519, 519, 519, 519, 519, 519, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1, 81923, 0, 0, 5, 4358361, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3378, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 563, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 6021120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6578176, 0, 0, 0, 0, 0, 0, 5193728, 6045696, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 0, 0, 0, 366, 368, 366, 366, 366, 368, 375, 368, 368, 368, 368, 366, 366, 366, 375, 366, 366, 366, 0, 0, 572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 595, 0, 0, 0, 0, 0, 0, 0, 0, 572, 0, 5464064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 416, 416, 416, 416, 777, 416, 786, 416, 416, 416, 416, 416, 804, 416, 416, 416, 416, 416, 416, 416, 416, 834, 416, 416, 0, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2689, 416, 416, 416, 416, 851, 416, 858, 416, 416, 416, 416, 867, 416, 416, 416, 416, 416, 416, 416, 890, 416, 416, 416, 858, 867, 416, 416, 851, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2386, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2729, 416, 416, 416, 416, 416, 416, 416, 416, 416, 509, 509, 999, 509, 1008, 509, 509, 509, 509, 509, 1029, 509, 509, 509, 509, 509, 509, 509, 509, 1060, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 5890048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5627904, 0, 5783552, 0, 0, 0, 0, 0, 686, 686, 686, 686, 686, 686, 686, 686, 4800512, 686, 686, 5758976, 686, 686, 4882432, 686, 4890624, 686, 686, 686, 686, 5840896, 686, 686, 686, 686, 686, 5881856, 686, 4997120, 686, 5906432, 0, 0, 0, 0, 1129, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 1143, 0, 0, 1143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2175, 0, 0, 0, 1683, 1684, 0, 0, 2183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 1254, 391, 391, 1257, 391, 391, 391, 391, 391, 391, 1262, 391, 391, 1268, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 0, 0, 416, 1364, 416, 416, 416, 416, 416, 416, 416, 416, 1285, 416, 416, 416, 416, 416, 416, 416, 1381, 416, 1384, 416, 416, 416, 416, 416, 416, 416, 416, 2385, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2394, 416, 2396, 416, 2397, 416, 2398, 416, 416, 2400, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1284, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1314, 416, 416, 416, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 416, 416, 772, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 1358", - /* 48702 */ "416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1369, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 2334, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 1500, 391, 391, 1503, 391, 391, 391, 391, 391, 1262, 391, 391, 1268, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 0, 0, 416, 416, 4059, 416, 4060, 416, 391, 391, 4062, 391, 4063, 391, 509, 509, 4065, 509, 4066, 509, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3746, 391, 391, 391, 391, 391, 3751, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1548, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 509, 509, 509, 1532, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1564, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3130, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 1625, 0, 0, 0, 0, 0, 1631, 0, 0, 0, 509, 509, 1617, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1642, 0, 0, 0, 0, 0, 0, 0, 6021120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2179, 1135, 0, 0, 0, 0, 0, 0, 5193728, 6045696, 0, 0, 0, 0, 0, 0, 0, 0, 2171, 2172, 0, 1676, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 1690, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1681, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1693, 1694, 0, 0, 1697, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1755, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1764, 391, 391, 1767, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2474, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1589, 1591, 509, 509, 509, 509, 509, 509, 509, 1602, 509, 509, 509, 509, 509, 509, 509, 509, 391, 391, 1779, 391, 391, 391, 391, 1784, 391, 391, 391, 391, 391, 391, 391, 1790, 1791, 391, 391, 391, 391, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1329, 416, 416, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1887, 416, 416, 416, 416, 1832, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1841, 416, 416, 1844, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1856, 416, 416, 416, 391, 391, 391, 391, 391, 391, 3742, 391, 391, 391, 391, 391, 391, 3749, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 3762, 509, 416, 1861, 416, 416, 416, 416, 416, 416, 416, 1867, 1868, 416, 416, 416, 416, 416, 0, 1873, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1883, 416, 1886, 416, 416, 416, 416, 416, 416, 416, 3224, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3238, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 3941, 391, 391, 3944, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 3954, 1923, 416, 416, 416, 416, 416, 1928, 1930, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3433, 416, 416, 416, 416, 416, 391, 391, 1987, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1997, 391, 2000, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2015, 391, 391, 391, 0, 0, 2275, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2284, 416, 416, 2286, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3253, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3264, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 2023, 2025, 391, 391, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1558, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2052, 509, 509, 2056, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509", - /* 49552 */ "509, 509, 509, 509, 509, 509, 509, 509, 2077, 509, 509, 509, 509, 1534, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3345, 509, 509, 509, 2114, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2124, 2126, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1644, 0, 0, 416, 2320, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 3452, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2379, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2387, 416, 416, 416, 416, 416, 416, 2393, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1820, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1843, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2469, 391, 391, 391, 391, 0, 0, 0, 0, 509, 509, 509, 509, 2483, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 391, 3921, 416, 3923, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3930, 416, 416, 0, 0, 2572, 0, 0, 2574, 0, 0, 0, 2577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2587, 0, 0, 0, 0, 0, 0, 0, 0, 2594, 0, 0, 0, 0, 0, 3170, 0, 0, 0, 0, 3173, 0, 0, 0, 0, 3178, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 2182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2190, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2602, 2603, 0, 0, 2606, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2616, 0, 0, 0, 0, 0, 0, 0, 6021120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2180, 0, 0, 0, 0, 0, 0, 0, 5193728, 6045696, 0, 0, 0, 0, 0, 0, 0, 328, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 328, 0, 0, 0, 391, 391, 391, 391, 391, 391, 2258, 391, 391, 2653, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 416, 416, 416, 416, 2320, 416, 416, 2696, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 2710, 416, 416, 416, 416, 416, 416, 416, 3250, 416, 416, 416, 416, 416, 3255, 416, 416, 416, 416, 416, 416, 416, 3261, 416, 416, 416, 416, 416, 416, 416, 3267, 416, 416, 416, 416, 416, 416, 416, 3045, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 3055, 391, 391, 391, 3059, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 0, 0, 2829, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 2740, 416, 416, 2743, 416, 416, 416, 416, 416, 416, 416, 416, 2751, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2759, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1401, 1403, 416, 416, 416, 416, 416, 1409, 416, 416, 416, 416, 1416, 1417, 416, 416, 416, 1421, 1422, 416, 416, 416, 416, 416, 416, 416, 2770, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2785, 391, 391, 391, 391, 391, 391, 391, 2790, 391, 391, 2792, 391, 2794, 2795, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2804, 391, 391, 2807, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2818, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3991, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 4003, 509, 4005, 0, 0, 4008, 391, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2414, 391, 391, 391, 391, 391, 2420, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2432, 391, 2434, 509, 509, 2871, 509, 509, 509, 2875, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2889, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3153, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3162, 0, 0, 0, 0, 0, 391, 2947, 391, 391, 391, 391, 2951, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2960, 391, 391, 391, 391, 391, 391, 391, 391, 2967, 391, 391, 2960, 391, 391, 391, 0, 2273, 0, 0, 1107720", - /* 50435 */ "416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2287, 416, 416, 416, 2291, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2776, 391, 391, 391, 2780, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2660, 391, 391, 391, 391, 391, 391, 391, 2664, 391, 391, 391, 391, 391, 0, 2666, 391, 391, 2972, 391, 391, 391, 391, 391, 2974, 0, 0, 416, 2976, 416, 416, 416, 416, 2980, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2989, 416, 416, 416, 391, 391, 391, 391, 391, 707, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 981, 391, 0, 509, 509, 509, 509, 509, 509, 1542, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2863, 509, 509, 509, 509, 416, 416, 416, 416, 416, 2996, 416, 416, 2989, 416, 416, 416, 416, 3001, 416, 416, 416, 416, 416, 3003, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3445, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2431, 391, 391, 391, 416, 416, 416, 416, 416, 3020, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3034, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1331, 416, 416, 1335, 416, 416, 1340, 1341, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2331, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2332, 0, 416, 416, 2336, 416, 416, 416, 416, 416, 2342, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3043, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3052, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2231, 391, 391, 391, 391, 391, 2237, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3072, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3087, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2658, 391, 391, 2661, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3369, 0, 0, 391, 391, 3094, 391, 391, 391, 391, 391, 391, 3099, 0, 0, 509, 509, 3102, 509, 509, 509, 509, 3107, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 3781, 0, 3782, 391, 1239, 3784, 391, 391, 391, 391, 416, 1329, 3789, 416, 509, 509, 3147, 509, 509, 509, 509, 509, 509, 3151, 509, 509, 509, 509, 509, 509, 3156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5750784, 0, 5849088, 0, 0, 0, 0, 0, 0, 4530176, 0, 0, 0, 0, 0, 0, 391, 391, 697, 391, 391, 391, 391, 391, 391, 3202, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3208, 391, 391, 391, 391, 391, 3213, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 3796, 416, 416, 416, 3800, 416, 416, 3803, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 3815, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 2032, 1107720, 509, 509, 509, 2037, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2559, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2909, 0, 0, 0, 0, 0, 0, 2914, 0, 0, 0, 0, 0, 0, 0, 772, 416, 416, 416, 416, 416, 416, 3225, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3231, 416, 416, 416, 416, 416, 3236, 416, 416, 416, 416, 416, 3242, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 416, 872, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 904, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 3743, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 3763, 416, 416, 416, 416, 3225, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3257, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 3453, 391, 391, 391, 391, 391, 391, 391", - /* 51265 */ "391, 391, 391, 391, 391, 391, 391, 3299, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3309, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 3322, 416, 416, 416, 416, 416, 416, 3439, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3591, 509, 509, 509, 391, 391, 391, 391, 3462, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3472, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2883, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 3157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 509, 509, 509, 3504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3516, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3538, 416, 416, 391, 391, 391, 391, 3707, 3708, 416, 416, 416, 416, 416, 416, 3714, 3715, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3726, 416, 416, 416, 416, 3730, 416, 416, 416, 416, 416, 416, 780, 416, 416, 794, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2686, 2687, 416, 416, 416, 416, 3733, 3734, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3747, 391, 391, 391, 391, 391, 3752, 3753, 3754, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3331, 509, 509, 509, 3334, 509, 509, 509, 509, 509, 3338, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2089, 509, 509, 509, 509, 509, 509, 509, 2098, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2063, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3136, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3767, 509, 509, 509, 509, 509, 3772, 3773, 3774, 509, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3725, 416, 416, 416, 416, 3729, 416, 416, 416, 416, 3934, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3943, 391, 391, 391, 391, 3947, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3357, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1645, 0, 509, 3956, 509, 509, 509, 509, 3960, 509, 509, 509, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1339, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 1878, 416, 416, 416, 416, 1885, 416, 416, 416, 509, 509, 4076, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 4101, 4102, 520, 520, 478, 493, 478, 478, 478, 478, 478, 493, 493, 520, 520, 520, 520, 520, 520, 520, 520, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 1191, 391, 391, 391, 1199, 391, 391, 391, 391, 521, 521, 456, 494, 456, 456, 456, 456, 456, 494, 494, 521, 521, 521, 521, 521, 521, 521, 521, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 625, 0, 0, 628, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 624, 0, 0, 0, 0, 569, 0, 0, 0, 0, 0, 0, 0, 0, 306, 306, 306, 306, 306, 306, 306, 0, 306, 306, 306, 348, 348, 348, 363, 348, 363, 363, 363, 348, 363", - /* 52142 */ "348, 348, 348, 348, 348, 348, 348, 363, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 403, 429, 429, 442, 348, 348, 457, 457, 457, 457, 495, 495, 457, 457, 495, 495, 522, 457, 495, 522, 522, 457, 495, 457, 457, 457, 457, 457, 495, 495, 522, 522, 522, 522, 522, 522, 522, 522, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 352, 1884512, 352, 1884512, 1884512, 1884512, 352, 1884512, 352, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 1884512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 293, 0, 0, 0, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 554, 555, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 6021120, 0, 0, 0, 32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5193728, 6045696, 0, 0, 0, 0, 0, 0, 0, 646, 647, 0, 0, 0, 629, 0, 0, 0, 0, 0, 629, 621, 0, 5464064, 0, 0, 657, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1212770, 1212770, 1212770, 1212770, 1212770, 1212770, 0, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 611, 0, 0, 0, 0, 613, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 593, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 1187, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1998, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1793, 391, 391, 1271, 1798, 1107720, 416, 416, 416, 416, 416, 416, 416, 0, 593, 555, 0, 0, 0, 391, 391, 690, 391, 391, 391, 704, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 745, 391, 391, 391, 391, 391, 391, 416, 391, 391, 391, 391, 391, 391, 391, 391, 1961, 391, 391, 391, 1967, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1981, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1471, 1473, 391, 391, 391, 391, 1478, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 416, 416, 765, 416, 416, 416, 779, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 820, 416, 416, 416, 416, 416, 416, 0, 0, 0, 613, 0, 416, 840, 416, 416, 416, 779, 416, 416, 416, 416, 416, 416, 416, 416, 416, 880, 416, 416, 416, 416, 416, 416, 840, 416, 416, 840, 416, 416, 900, 416, 416, 416, 416, 416, 416, 416, 416, 2357, 416, 416, 416, 416, 2362, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 818, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 416, 880, 416, 391, 916, 391, 391, 391, 930, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 967, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 987, 0, 1068, 1072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1091, 0, 0, 0, 0, 0, 3373, 3374, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3381, 0, 0, 0, 0, 0, 0, 0, 0, 3386, 391, 3388, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 2043, 509, 509, 509, 509, 2049, 509, 0, 0, 0, 0, 1097, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1121, 0, 0, 0, 0, 0, 40960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 228, 0, 0, 228, 391, 391, 391, 391, 391, 1215, 391, 1218, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1240, 391, 391, 391, 0, 2274, 0, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2293, 416, 391, 391, 391, 391, 391, 391, 391, 1253, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1264, 391, 391, 391, 391, 391, 1271, 416, 764, 1274, 416, 416, 416, 391, 391, 391, 391, 391, 931, 391, 391, 944, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 509, 509", - /* 53041 */ "1020, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 416, 1285, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 1443, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1195, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2800, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2817, 391, 391, 391, 0, 0, 0, 2276, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2289, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3549, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3293, 391, 391, 391, 391, 391, 391, 391, 391, 1465, 391, 391, 1468, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2455, 391, 391, 391, 391, 2459, 391, 391, 391, 391, 391, 391, 391, 391, 1499, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1511, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 1522, 509, 509, 509, 509, 509, 509, 509, 2058, 509, 509, 509, 509, 2062, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2861, 509, 509, 509, 509, 509, 509, 509, 509, 1613, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1721, 0, 0, 0, 0, 391, 1674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 1689, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2157, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1733, 1734, 391, 391, 391, 391, 1740, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1479, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1750, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 416, 416, 416, 1810, 1811, 416, 416, 416, 416, 1817, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1827, 416, 416, 416, 416, 0, 0, 1363, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2315, 416, 416, 416, 416, 509, 2053, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2070, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3360, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2911, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 2296, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1329, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1307, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 2321, 416, 416, 416, 1858, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1407, 416, 416, 416, 416, 416, 1352, 416, 416, 1358, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2354, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2365, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1439, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1450, 391, 391, 391, 416, 416, 416, 416, 416, 2382, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1320, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2443, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2812, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2463, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1044, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518", - /* 53891 */ "7, 0, 0, 0, 0, 0, 0, 0, 2573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4308992, 4308992, 0, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2678, 416, 416, 416, 416, 416, 416, 798, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1818, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1826, 416, 416, 416, 416, 416, 1828, 2843, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2852, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2103, 509, 509, 509, 509, 509, 509, 509, 509, 391, 391, 391, 391, 391, 2950, 391, 391, 391, 2953, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1762, 391, 391, 391, 0, 0, 0, 0, 1107720, 416, 416, 416, 416, 416, 2281, 416, 416, 416, 772, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1351, 416, 416, 416, 416, 3041, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3062, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 3607, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3615, 391, 391, 391, 391, 391, 391, 391, 3097, 391, 391, 391, 391, 0, 0, 509, 509, 509, 509, 509, 509, 3106, 509, 509, 509, 509, 509, 3112, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2555, 2556, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2134, 0, 2136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1201, 391, 391, 391, 509, 509, 509, 3350, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 416, 416, 416, 416, 416, 416, 3419, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3434, 416, 416, 416, 416, 3906, 509, 509, 509, 509, 3911, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 391, 391, 416, 416, 3924, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1338, 416, 416, 416, 416, 416, 416, 416, 416, 1414, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3937, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3950, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2879, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2894, 509, 391, 391, 391, 391, 391, 3985, 391, 391, 391, 3989, 391, 391, 391, 509, 509, 509, 509, 509, 3997, 509, 509, 509, 4001, 509, 509, 509, 0, 0, 0, 0, 391, 416, 391, 391, 391, 391, 391, 391, 391, 391, 2413, 391, 2415, 391, 391, 391, 2419, 391, 391, 2422, 391, 391, 391, 391, 391, 391, 2428, 391, 391, 391, 391, 2433, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3831, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 3158, 0, 0, 0, 0, 0, 0, 0, 0, 3164, 3165, 0, 416, 416, 4010, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 4020, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 4030, 509, 509, 509, 509, 509, 509, 509, 2552, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 2565, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1174, 0, 9478144, 0, 0, 391, 391, 1185, 391, 1188, 391, 391, 391, 391, 391, 391, 391, 1200, 391, 1205, 391, 4103, 4104, 4105, 4106, 416, 416, 391, 391, 509, 509, 416, 416, 391, 391, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 261, 0, 0, 0, 0, 268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 404, 430, 430, 364, 444, 364, 458, 471, 471, 471, 496, 496, 471, 471, 496, 496, 523, 471, 496, 523, 523, 471, 496, 471, 471, 471, 471, 471, 496, 496, 523, 523, 523, 523, 523, 523, 523, 523, 1, 81923, 98518, 98844, 5, 6, 7, 7, 0, 0, 0, 0", - /* 54756 */ "0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 1144, 0, 0, 1121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1212770, 0, 1212770, 1212770, 1212770, 0, 1212770, 0, 0, 0, 0, 0, 0, 0, 1212770, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 556, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 228, 0, 0, 0, 0, 0, 0, 0, 57344, 205097, 0, 0, 0, 0, 90112, 0, 228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 617, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 556, 0, 0, 0, 391, 391, 391, 391, 391, 391, 705, 391, 391, 719, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 391, 391, 391, 391, 391, 391, 391, 1960, 391, 391, 391, 391, 391, 1968, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1982, 391, 391, 391, 0, 0, 0, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2292, 416, 416, 416, 416, 416, 853, 416, 416, 861, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 853, 416, 861, 416, 416, 416, 391, 391, 391, 391, 391, 934, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 509, 509, 2848, 509, 509, 509, 509, 509, 509, 509, 509, 2854, 509, 509, 2856, 509, 2858, 2859, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 391, 391, 416, 416, 3969, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3287, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 1002, 509, 509, 1018, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 231, 231, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 231, 0, 1125, 0, 0, 0, 1130, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 598, 598, 1115, 287, 0, 132189, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1239, 391, 391, 391, 391, 391, 391, 1260, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 0, 1157, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3037, 416, 416, 416, 416, 416, 1323, 416, 416, 1326, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1329, 416, 416, 416, 416, 416, 416, 1350, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2777, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1743, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 1393, 416, 416, 1396, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1408, 416, 416, 416, 1413, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1404, 416, 416, 416, 416, 416, 1410, 1349, 416, 416, 416, 416, 1418, 416, 416, 416, 416, 416, 416, 416, 416, 1426, 416, 416, 416, 416, 416, 416, 416, 416, 1434, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1451, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2956, 391, 391, 2958, 391, 391, 2962, 391, 391, 391, 391, 391, 391, 391, 391, 2968, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1507, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 509, 509, 2059, 509, 509, 509, 509, 509, 2064, 509, 2066, 509, 509, 2069, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2078, 509, 391, 391, 391, 391, 391, 391, 391, 1501, 391, 391, 391, 391, 391, 1508, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2060, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2079, 509, 509, 509, 1578, 509, 509, 1581, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1600, 509, 509, 509, 509, 509, 509, 1609, 509", - /* 55628 */ "509, 509, 509, 1535, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1555, 509, 509, 1559, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1334, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 1989, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 2082, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2866, 509, 0, 0, 0, 2194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2638, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2319, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2343, 416, 416, 416, 2347, 416, 391, 391, 391, 391, 391, 391, 1959, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1237, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1774, 391, 509, 509, 509, 2495, 509, 509, 509, 509, 2500, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2105, 509, 509, 509, 509, 509, 509, 0, 391, 391, 391, 391, 391, 391, 3199, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3222, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2764, 416, 416, 3245, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1321, 416, 416, 416, 416, 3651, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3672, 391, 391, 509, 509, 509, 509, 509, 1539, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1566, 509, 509, 509, 509, 509, 509, 509, 509, 3914, 0, 3915, 0, 0, 3918, 0, 0, 3920, 391, 3922, 416, 416, 416, 416, 416, 3926, 416, 416, 416, 416, 416, 416, 3932, 391, 3705, 391, 391, 391, 391, 416, 416, 416, 3712, 416, 416, 416, 416, 416, 416, 416, 416, 3720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3256, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2997, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1293, 3240, 416, 416, 416, 416, 0, 324, 324, 0, 324, 324, 324, 241, 0, 0, 0, 349, 349, 349, 349, 349, 369, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 369, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 405, 431, 431, 349, 349, 349, 459, 459, 479, 479, 497, 497, 479, 479, 497, 497, 524, 479, 497, 524, 524, 479, 497, 479, 479, 479, 479, 479, 497, 497, 524, 524, 524, 524, 524, 524, 524, 524, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 1142, 0, 0, 1146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 1685, 0, 0, 0, 0, 0, 0, 0, 0, 1692, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 557, 558, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 229, 0, 0, 0, 0, 0, 0, 0, 229670, 172032, 0, 0, 0, 0, 90112, 0, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 618, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 570, 0, 0, 0, 0, 575, 0, 0, 578, 0, 0, 0, 0, 0, 0, 0, 0, 587, 0", - /* 56506 */ "0, 0, 0, 592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2174, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2204, 0, 0, 0, 2208, 0, 0, 0, 0, 2212, 0, 0, 0, 391, 391, 391, 391, 391, 0, 0, 0, 652, 0, 0, 0, 0, 0, 672, 0, 0, 0, 0, 678, 0, 0, 570, 0, 0, 0, 0, 0, 0, 0, 557, 680, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 1141, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1157, 0, 652, 557, 685, 0, 0, 391, 391, 691, 391, 391, 391, 706, 697, 715, 720, 715, 391, 391, 391, 391, 734, 391, 391, 391, 391, 755, 391, 391, 391, 391, 416, 391, 391, 391, 391, 391, 391, 2411, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1233, 391, 391, 1236, 391, 391, 391, 391, 391, 416, 416, 766, 416, 416, 416, 781, 772, 790, 795, 790, 416, 416, 416, 416, 809, 416, 416, 416, 416, 830, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 841, 416, 416, 416, 854, 772, 790, 862, 416, 416, 416, 416, 809, 416, 416, 416, 886, 416, 416, 416, 416, 841, 894, 416, 841, 416, 416, 901, 903, 862, 906, 416, 416, 416, 416, 416, 416, 783, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2685, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2358, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3233, 416, 3235, 772, 416, 416, 416, 416, 416, 416, 416, 416, 416, 509, 509, 509, 1003, 1009, 1013, 1019, 1022, 509, 509, 509, 509, 1035, 509, 509, 509, 509, 1056, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 262, 0, 0, 0, 0, 0, 0, 0, 243, 57344, 172032, 0, 0, 0, 301, 90112, 243, 0, 243, 243, 0, 243, 314, 243, 0, 314, 314, 391, 391, 391, 391, 391, 391, 1216, 391, 1220, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1234, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2802, 391, 391, 391, 391, 2808, 391, 391, 391, 391, 391, 391, 2815, 391, 391, 391, 391, 391, 416, 416, 416, 1324, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 2712, 416, 1359, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1370, 416, 416, 416, 416, 416, 416, 416, 416, 1382, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2748, 416, 416, 416, 416, 416, 2753, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2709, 416, 2711, 416, 416, 416, 1394, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1419, 416, 416, 416, 416, 1423, 416, 391, 391, 391, 391, 391, 2410, 391, 2412, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2424, 391, 391, 391, 391, 391, 391, 2430, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 2033, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2045, 2046, 509, 509, 509, 416, 1370, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1452, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3305, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 3837, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 391, 391, 391, 391, 391, 391, 391, 1466, 391, 391, 1469, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1484, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3469, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1588, 509, 509, 509, 509, 509, 1597, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 3783, 391, 391, 391, 391, 391, 391, 3788", - /* 57361 */ "416, 416, 416, 509, 509, 509, 1618, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2590, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 1729, 391, 391, 391, 391, 391, 391, 391, 1738, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1231, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1806, 416, 416, 416, 416, 416, 416, 416, 1815, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1839, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 0, 0, 416, 416, 416, 416, 1877, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1900, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1908, 1910, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2328, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2344, 416, 416, 416, 416, 416, 1924, 416, 416, 416, 416, 416, 416, 416, 1932, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3429, 416, 416, 416, 3431, 416, 416, 416, 416, 416, 416, 3437, 2018, 391, 391, 391, 391, 391, 391, 391, 391, 2027, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 2041, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3152, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3163, 0, 0, 0, 2051, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2867, 509, 2081, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1573, 509, 2191, 0, 0, 0, 0, 0, 0, 0, 2198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2214, 0, 391, 391, 2216, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3467, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 3477, 509, 509, 509, 509, 509, 2118, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 2134, 0, 0, 0, 0, 0, 2136, 0, 0, 0, 0, 0, 0, 0, 2197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 2217, 391, 391, 391, 391, 2245, 391, 391, 391, 391, 391, 1237, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2263, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1506, 391, 391, 391, 391, 391, 391, 391, 1516, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3601, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 2351, 416, 416, 416, 416, 416, 416, 416, 416, 2360, 416, 416, 416, 416, 416, 416, 416, 2367, 416, 416, 416, 2371, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1933, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1943, 416, 1945, 416, 416, 416, 416, 416, 416, 416, 391, 391, 2437, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2445, 391, 391, 391, 391, 2449, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1760, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3310, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 0, 2571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2593, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2938, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 550, 0, 0, 0, 0, 0, 0, 0, 0, 2596, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2607, 0, 0, 0, 2611, 0, 0, 0, 2615, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 1139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5464064, 0, 656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0", - /* 58272 */ "2623, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 2633, 391, 391, 391, 391, 2636, 391, 391, 391, 391, 2641, 391, 391, 391, 391, 391, 2645, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1221, 1223, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2008, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 2676, 416, 416, 416, 416, 2679, 416, 416, 416, 416, 2684, 416, 416, 416, 416, 416, 2688, 416, 416, 416, 391, 391, 391, 391, 391, 3884, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 3902, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 3509, 3510, 0, 0, 0, 0, 0, 0, 3515, 0, 3517, 0, 0, 391, 391, 3519, 391, 3520, 391, 391, 416, 416, 416, 416, 416, 2716, 416, 416, 2719, 416, 416, 416, 416, 416, 416, 2724, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1903, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2738, 416, 416, 416, 416, 2744, 416, 416, 416, 416, 2749, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2761, 416, 2763, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 2775, 391, 391, 2778, 391, 391, 2781, 391, 391, 2783, 391, 391, 391, 391, 2787, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2535, 509, 509, 509, 509, 509, 509, 509, 509, 2544, 509, 509, 509, 509, 509, 2844, 509, 509, 2846, 509, 509, 509, 509, 509, 2851, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2860, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3489, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3500, 509, 509, 509, 509, 2869, 509, 509, 509, 509, 509, 2876, 509, 509, 509, 509, 509, 2882, 509, 509, 2885, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2507, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2516, 509, 2518, 509, 2520, 0, 2920, 0, 0, 0, 2598, 0, 0, 2924, 2925, 0, 0, 2928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2939, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 1184, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1195, 391, 391, 391, 391, 416, 3016, 3017, 416, 416, 416, 416, 3022, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3030, 416, 3031, 416, 416, 416, 416, 416, 416, 416, 416, 3038, 416, 391, 391, 391, 391, 1957, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1975, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 2477, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3118, 509, 416, 416, 3042, 416, 416, 416, 416, 416, 416, 3047, 416, 416, 416, 416, 416, 416, 416, 3053, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3065, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 3832, 509, 3833, 509, 509, 509, 509, 3838, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3068, 3069, 391, 391, 391, 391, 391, 3075, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3083, 391, 3084, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 509, 3101, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2511, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 391, 3093, 391, 391, 391, 391, 3098, 391, 391, 391, 0, 0, 3100, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3116, 509, 509, 3119, 509, 3120, 509, 509, 509, 509, 509, 3127, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3137, 509, 509, 3139, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2085, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0", - /* 59095 */ "5464064, 1, 98518, 7, 0, 0, 0, 0, 391, 3195, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3205, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 3218, 416, 416, 416, 3272, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3294, 3295, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3306, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 3320, 509, 509, 509, 509, 1536, 509, 509, 509, 509, 1546, 509, 509, 509, 1552, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1565, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2554, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 2566, 0, 0, 0, 2568, 0, 3370, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 3389, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1244, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 3393, 3394, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3399, 391, 391, 391, 416, 416, 416, 416, 3406, 416, 416, 3410, 3411, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1816, 416, 416, 1327, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1344, 416, 416, 1347, 416, 416, 416, 416, 416, 416, 1352, 416, 416, 416, 416, 416, 3416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3426, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1344, 416, 416, 416, 416, 1824, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3482, 3483, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3498, 509, 509, 509, 509, 509, 509, 509, 3328, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1567, 509, 509, 509, 509, 509, 416, 416, 416, 416, 416, 416, 3547, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3553, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 3566, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1255, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1386, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1294, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 3571, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3590, 509, 509, 509, 509, 509, 509, 1133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 556, 0, 0, 0, 0, 0, 0, 509, 3595, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 2632, 391, 391, 391, 1239, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2259, 391, 391, 391, 1781, 391, 391, 391, 391, 391, 391, 416, 3648, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3665, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 2497, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1608, 509, 509, 509, 391, 391, 391, 3703, 391, 391, 416, 416, 416, 416, 416, 3710, 416, 416, 416, 416, 3718, 416, 416, 416, 416, 3723, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3050, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3067, 3764, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 3787, 416", - /* 59933 */ "416, 416, 416, 391, 391, 391, 391, 2773, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1483, 391, 391, 1486, 391, 391, 391, 391, 391, 416, 416, 3792, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3809, 416, 3811, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1345, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 3828, 391, 3830, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3847, 509, 3849, 0, 0, 0, 0, 0, 1351680, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5316608, 4530176, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 4849664, 688, 688, 0, 688, 688, 5791744, 688, 688, 688, 688, 688, 5931008, 688, 688, 688, 688, 0, 5316608, 5316608, 5636096, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 5316608, 5316608, 5791744, 5316608, 5316608, 5316608, 4964352, 5316608, 5316608, 5316608, 5316608, 5316608, 5136384, 0, 0, 0, 0, 4661248, 686, 686, 5316608, 5316608, 5316608, 4661248, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4669440, 0, 0, 0, 0, 4612096, 0, 686, 686, 5316608, 5316608, 5316608, 4612096, 5316608, 4669440, 5316608, 5316608, 4734976, 5316608, 5316608, 5316608, 5316608, 5316608, 391, 391, 391, 391, 391, 391, 3986, 391, 391, 391, 3990, 391, 391, 509, 509, 509, 509, 509, 509, 3998, 509, 509, 509, 4002, 509, 509, 0, 0, 0, 0, 391, 416, 391, 391, 391, 391, 2409, 391, 391, 391, 391, 391, 391, 2416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2811, 391, 391, 391, 391, 391, 391, 391, 391, 391, 243, 314, 243, 243, 314, 314, 314, 332, 336, 336, 314, 336, 351, 351, 365, 351, 365, 365, 365, 351, 374, 351, 351, 351, 351, 351, 351, 351, 384, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 406, 432, 432, 351, 351, 351, 460, 460, 460, 460, 498, 498, 460, 460, 498, 498, 525, 460, 498, 525, 525, 460, 498, 460, 460, 460, 460, 460, 498, 498, 525, 525, 525, 525, 525, 525, 525, 525, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 1135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 1163264, 0, 0, 0, 1163264, 1163264, 0, 0, 607, 0, 0, 0, 0, 0, 0, 0, 0, 615, 0, 619, 620, 621, 0, 0, 0, 0, 0, 0, 0, 0, 629, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5464718, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 629, 0, 0, 0, 0, 0, 391, 391, 391, 696, 700, 703, 391, 712, 391, 391, 391, 391, 391, 730, 733, 391, 391, 391, 746, 751, 391, 391, 391, 391, 391, 416, 391, 391, 391, 1956, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1979, 391, 391, 391, 391, 391, 1984, 416, 416, 416, 771, 775, 778, 416, 787, 416, 416, 416, 416, 416, 805, 808, 416, 416, 416, 821, 826, 416, 416, 416, 416, 416, 0, 0, 674, 0, 676, 416, 416, 416, 416, 416, 416, 784, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2681, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3850, 845, 849, 852, 416, 859, 416, 416, 416, 416, 868, 871, 416, 416, 881, 826, 416, 416, 416, 416, 416, 416, 859, 868, 416, 898, 899, 416, 416, 416, 416, 908, 416, 391, 391, 391, 2408, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2264, 2265, 391, 391, 416", - /* 60745 */ "881, 826, 391, 391, 922, 926, 929, 391, 938, 391, 391, 391, 391, 391, 954, 957, 391, 391, 391, 968, 751, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 509, 509, 1541, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1570, 509, 509, 509, 509, 993, 997, 1000, 509, 1010, 509, 509, 509, 509, 509, 1030, 1033, 509, 509, 509, 1047, 1052, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 281, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 298, 0, 0, 0, 90112, 307, 0, 307, 307, 0, 307, 307, 307, 0, 323, 307, 391, 391, 391, 1248, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1263, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 391, 391, 391, 2772, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2814, 391, 391, 391, 391, 391, 391, 391, 391, 1496, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1510, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2528, 509, 509, 509, 509, 509, 509, 2533, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2131, 509, 509, 0, 2134, 0, 0, 0, 0, 0, 2136, 0, 0, 0, 0, 0, 0, 0, 1702, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1722, 0, 0, 0, 1724, 391, 391, 391, 391, 391, 391, 391, 391, 1754, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1254, 391, 391, 391, 391, 1747, 391, 391, 391, 1777, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1788, 391, 391, 391, 391, 391, 391, 391, 1795, 1271, 0, 1107720, 1801, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3023, 3024, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3033, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2699, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2348, 416, 416, 1831, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1854, 416, 416, 416, 416, 416, 416, 416, 416, 2697, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2708, 0, 416, 416, 416, 1889, 416, 1891, 416, 416, 416, 416, 416, 416, 416, 1899, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1412, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 1986, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2010, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1224, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 1524, 509, 509, 509, 509, 391, 391, 391, 391, 391, 391, 1258, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 416, 764, 416, 416, 416, 416, 391, 2269, 391, 0, 0, 0, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3035, 416, 416, 416, 416, 416, 416, 416, 416, 2297, 416, 416, 416, 416, 416, 416, 416, 416, 2303, 416, 416, 416, 416, 416, 416, 416, 1348, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 3281, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1481, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2521, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2530, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1599, 509, 509, 1603, 509, 509, 509, 509, 509, 509, 1611, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2609, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0", - /* 61583 */ "1908736, 0, 1908736, 1908736, 1908736, 0, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 364, 0, 364, 364, 371, 0, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 0, 2667, 0, 1798, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3039, 391, 391, 391, 391, 2823, 391, 391, 391, 0, 0, 0, 2828, 0, 2033, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2134, 0, 2136, 0, 0, 0, 0, 0, 0, 0, 0, 2946, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 2666, 391, 391, 391, 391, 391, 3073, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 0, 0, 0, 0, 3169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 276, 0, 0, 0, 0, 391, 391, 391, 391, 391, 3198, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 3408, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3221, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 772, 416, 416, 509, 509, 3325, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3145, 509, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3527, 416, 416, 416, 416, 3530, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3536, 416, 416, 416, 3540, 391, 391, 391, 391, 3518, 391, 416, 416, 416, 416, 416, 416, 416, 3527, 416, 416, 416, 3633, 416, 416, 416, 416, 416, 416, 3640, 416, 416, 416, 416, 416, 3645, 416, 391, 391, 2407, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2423, 391, 391, 2425, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2473, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2093, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1593, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1612, 3647, 416, 416, 416, 416, 416, 391, 391, 3654, 391, 391, 391, 391, 3659, 391, 391, 3662, 391, 391, 391, 391, 391, 391, 3668, 391, 391, 391, 391, 391, 509, 509, 3675, 391, 391, 3982, 391, 391, 391, 391, 391, 3988, 391, 391, 391, 391, 509, 509, 3994, 509, 509, 509, 509, 509, 4000, 509, 509, 509, 509, 0, 4006, 4007, 0, 391, 416, 391, 1954, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1973, 391, 391, 1976, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2985, 416, 416, 2987, 416, 416, 2991, 416, 416, 416, 416, 416, 4011, 416, 416, 4014, 416, 416, 416, 416, 416, 391, 391, 391, 4021, 391, 391, 4024, 391, 391, 391, 391, 391, 509, 509, 509, 4031, 509, 509, 4034, 509, 509, 509, 509, 3326, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3342, 509, 3344, 509, 509, 509, 509, 509, 509, 3681, 3682, 509, 3685, 509, 509, 509, 3687, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3866, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2388, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2395, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2402, 416, 416, 0, 0, 325, 0, 325, 325, 325, 0, 0, 0, 0, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350", - /* 62403 */ "350, 407, 433, 433, 350, 350, 350, 461, 461, 480, 480, 499, 499, 480, 480, 499, 499, 526, 480, 499, 526, 526, 480, 499, 480, 480, 480, 480, 480, 499, 499, 526, 526, 526, 526, 526, 526, 526, 526, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 1136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5824512, 0, 0, 0, 4349952, 0, 0, 0, 0, 0, 0, 1126, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1343488, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 1925120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1207, 391, 391, 391, 1213, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1225, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 1371, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1441, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1453, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1757, 391, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 1771, 391, 391, 391, 0, 0, 0, 0, 1107720, 416, 416, 2278, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2294, 391, 391, 1459, 391, 391, 1463, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1474, 391, 391, 391, 391, 391, 391, 1482, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 416, 416, 416, 416, 416, 2979, 416, 416, 416, 2982, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1334, 1336, 416, 416, 416, 416, 416, 416, 416, 1346, 416, 416, 416, 416, 416, 416, 416, 416, 1355, 1356, 509, 509, 1577, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1610, 509, 509, 509, 509, 3598, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1909, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 1127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1082, 0, 250, 250, 0, 1084, 1085, 0, 0, 1087, 0, 0, 0, 0, 0, 416, 416, 416, 416, 2299, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1920, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2364, 416, 2366, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2381, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2765, 2435, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2461, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1504, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 509, 509, 1544, 509, 509, 509, 1550, 509, 509, 509, 509, 509, 509, 509, 509, 1562, 509, 509, 509, 509, 509, 509, 1571, 509, 509, 509, 509, 2549, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 2567, 0, 0, 0, 0, 0, 643, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 643, 0, 0, 0, 5464064, 0, 0, 0, 0, 660, 0, 0, 0, 0, 0, 0, 0, 0, 659, 0, 662, 0, 665, 0, 0, 0, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 665, 391, 391, 391, 2649, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 509, 509, 509, 2482, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2275, 0, 0, 0, 416, 416, 416, 416, 416, 416", - /* 63289 */ "416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1329, 416, 416, 416, 416, 416, 416, 2692, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 2338, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 3619, 391, 391, 391, 391, 416, 3624, 3625, 416, 3627, 416, 416, 416, 416, 416, 3632, 416, 3634, 416, 3636, 416, 416, 416, 416, 416, 416, 416, 416, 3644, 416, 416, 416, 416, 416, 416, 793, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 793, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 3676, 509, 3678, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3688, 509, 509, 509, 509, 509, 509, 0, 0, 0, 3696, 3697, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3203, 391, 2968, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 3528, 416, 3529, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3537, 416, 3539, 416, 509, 3765, 509, 509, 3768, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3722, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3732, 0, 0, 0, 0, 612, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 656, 0, 0, 0, 391, 391, 391, 391, 391, 391, 707, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 760, 391, 416, 416, 416, 416, 416, 416, 1327, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1327, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1851, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 782, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 891, 416, 416, 416, 416, 416, 416, 416, 782, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 835, 416, 0, 0, 0, 0, 0, 416, 416, 509, 509, 509, 1004, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1061, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 668, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 668, 0, 0, 0, 0, 0, 668, 595, 0, 0, 1069, 1073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5586944, 0, 0, 0, 0, 0, 5685248, 0, 0, 0, 0, 5873664, 0, 0, 5873664, 0, 0, 686, 391, 391, 391, 3395, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3412, 416, 416, 416, 416, 416, 416, 416, 416, 2747, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2755, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3446, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2235, 391, 391, 391, 391, 391, 391, 391, 391, 2241, 391, 509, 509, 509, 3485, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2109, 509, 509, 244, 244, 244, 244, 244, 244, 244, 288, 244, 244, 244, 244, 244, 244, 0, 244, 0, 0, 0, 244, 288, 244, 244, 244, 244, 244, 244, 244, 288, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 408, 434, 434, 244, 244, 244, 434, 434, 481, 481, 500, 500, 481, 481, 500, 500, 527, 481, 500, 527, 527, 481, 500, 481, 481, 481, 481, 481, 500, 500, 527, 527, 527, 527, 527, 527, 527, 527, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 6578176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 561, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 232, 0, 256, 0, 232, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0", - /* 64180 */ "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5464064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 642, 0, 0, 0, 0, 0, 0, 649, 0, 0, 0, 651, 0, 0, 0, 0, 0, 5464064, 0, 0, 0, 622, 0, 0, 0, 664, 651, 0, 0, 0, 0, 0, 1359872, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 686, 5316608, 4620288, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5718016, 5316608, 5316608, 5316608, 5316608, 4800512, 5316608, 5316608, 5758976, 5316608, 5316608, 5775360, 5316608, 4882432, 5316608, 4890624, 5808128, 5316608, 5316608, 5316608, 5316608, 0, 0, 5316608, 5316608, 5316608, 5595136, 5611520, 5316608, 5316608, 4620288, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4890624, 5316608, 5316608, 416, 416, 767, 416, 416, 416, 416, 416, 791, 416, 416, 416, 416, 416, 416, 811, 815, 416, 416, 827, 416, 416, 416, 416, 416, 0, 0, 0, 0, 677, 416, 767, 416, 416, 416, 416, 416, 860, 416, 416, 416, 416, 416, 874, 877, 416, 884, 416, 416, 416, 416, 416, 893, 416, 416, 893, 416, 416, 416, 860, 416, 416, 416, 909, 416, 416, 884, 391, 918, 391, 391, 391, 391, 391, 942, 391, 391, 391, 391, 391, 391, 960, 963, 391, 391, 973, 391, 391, 391, 391, 391, 0, 509, 509, 509, 989, 391, 1244, 1246, 391, 391, 391, 391, 391, 391, 391, 1256, 391, 391, 391, 391, 391, 391, 391, 391, 1265, 1266, 391, 391, 391, 1270, 1271, 416, 764, 416, 416, 1277, 416, 416, 416, 416, 416, 416, 1398, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 416, 416, 416, 1360, 0, 1362, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1309, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1219, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1492, 1494, 391, 391, 391, 391, 391, 391, 1502, 391, 391, 391, 391, 391, 391, 391, 1512, 1513, 391, 391, 391, 1517, 124398, 1271, 509, 986, 509, 509, 1525, 509, 509, 509, 509, 509, 2525, 509, 2527, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2543, 509, 509, 509, 509, 509, 509, 509, 3770, 509, 509, 509, 509, 509, 3776, 0, 3778, 3779, 0, 0, 0, 0, 391, 391, 391, 1237, 391, 391, 391, 416, 416, 416, 1327, 1614, 1615, 509, 509, 509, 1620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1343488, 0, 0, 1343488, 0, 0, 391, 391, 391, 391, 1727, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 723, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2050, 391, 391, 391, 391, 391, 391, 1783, 391, 391, 391, 391, 391, 391, 391, 1789, 391, 391, 391, 1792, 391, 391, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 1804, 416, 416, 416, 416, 416, 416, 1431, 416, 416, 1433, 416, 416, 1436, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2784, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1860, 416, 416, 416, 416, 416, 416, 416, 1866, 416, 416, 416, 1869, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1871, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1406, 416, 416, 416, 416, 416, 416, 416, 1415, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1890, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1424, 416, 416, 416, 416, 416, 1927, 416, 416, 416, 1869, 416, 416, 416, 416, 416, 416, 1938, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416", - /* 64972 */ "416, 416, 416, 416, 3427, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 2022, 391, 391, 391, 1792, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 2039, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3604, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 713, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 753, 391, 391, 391, 391, 391, 416, 2113, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2123, 509, 509, 509, 2129, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 2165, 0, 0, 0, 0, 0, 2170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 2246, 391, 391, 2247, 2248, 391, 391, 391, 391, 391, 391, 391, 1733, 2255, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2230, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1475, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1241, 391, 391, 391, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 2295, 416, 416, 416, 416, 416, 1327, 416, 1293, 416, 2302, 416, 416, 416, 416, 416, 416, 2308, 416, 416, 2309, 2310, 416, 416, 416, 416, 416, 416, 416, 1810, 2317, 416, 416, 416, 416, 416, 416, 1812, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1329, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2352, 416, 416, 416, 416, 416, 416, 2359, 416, 2361, 416, 416, 416, 416, 416, 416, 416, 2368, 416, 2370, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2700, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 391, 2436, 391, 2438, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2446, 391, 391, 2448, 391, 391, 391, 391, 391, 391, 391, 391, 2457, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1759, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 1519, 986, 509, 509, 509, 509, 509, 509, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2605, 0, 0, 0, 0, 0, 0, 0, 0, 2614, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 2178, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1135, 0, 0, 5750784, 0, 5849088, 0, 0, 0, 0, 0, 0, 4530176, 0, 0, 0, 0, 0, 391, 697, 391, 391, 391, 391, 391, 391, 2652, 391, 391, 2655, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 509, 509, 2481, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 2675, 416, 416, 416, 1329, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2714, 416, 416, 416, 2718, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2732, 416, 416, 416, 416, 416, 416, 416, 416, 3275, 416, 416, 416, 391, 391, 391, 391, 391, 391, 3285, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3308, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 416, 416, 416, 2742, 416, 416, 416, 2746, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2312, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 2796, 391, 391, 391, 391, 391, 391, 391, 391, 2806, 391, 391, 391, 2810, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1509, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 391, 391, 391, 2948, 2949, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391", - /* 65828 */ "391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 1276, 416, 416, 391, 391, 391, 391, 391, 391, 1217, 391, 391, 0, 0, 416, 416, 416, 2977, 2978, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3230, 416, 3232, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3244, 391, 391, 391, 3095, 391, 391, 391, 391, 391, 391, 0, 0, 509, 509, 509, 509, 3104, 3105, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3491, 509, 509, 509, 3494, 509, 3496, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 3194, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3217, 416, 416, 416, 416, 416, 416, 1864, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 416, 416, 1875, 1876, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2722, 416, 416, 416, 416, 416, 416, 416, 416, 2728, 416, 2730, 2731, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 3301, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 3319, 509, 509, 509, 509, 509, 2847, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2864, 509, 509, 509, 509, 509, 509, 3352, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1641, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 3463, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 391, 416, 3618, 391, 391, 391, 391, 391, 3623, 416, 416, 3626, 416, 416, 416, 416, 416, 3631, 416, 416, 416, 3635, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1936, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 3650, 416, 416, 3652, 391, 391, 391, 3656, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3671, 391, 391, 391, 3673, 509, 509, 509, 509, 1579, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3501, 509, 509, 509, 3677, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3692, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 701, 391, 391, 714, 391, 391, 723, 725, 728, 732, 391, 739, 741, 744, 749, 391, 757, 391, 391, 761, 416, 509, 509, 3766, 509, 509, 509, 509, 509, 3771, 509, 509, 509, 509, 0, 3777, 0, 0, 3780, 0, 0, 0, 391, 391, 391, 391, 3785, 391, 391, 416, 416, 416, 416, 391, 2771, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1762, 391, 391, 391, 391, 0, 2666, 3790, 416, 416, 416, 416, 416, 416, 416, 3797, 3798, 416, 416, 416, 416, 416, 3804, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 3816, 3817, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2250, 391, 391, 391, 391, 391, 391, 391, 2257, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1739, 391, 391, 1237, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3582, 509, 509, 509, 509, 509, 509, 3586, 509, 509, 509, 509, 509, 509, 509, 509, 391, 391, 391, 391, 391, 3825, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 3835, 3836, 509, 509, 509, 509, 509, 509, 509, 3844, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2905, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1875968, 0, 1876216, 250, 0, 0, 0, 0, 1875968, 1875968, 0, 0, 0, 3852, 3853, 0, 0, 0, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3868, 416, 416, 3871, 416, 416, 416, 416, 416, 416, 416, 416, 3420, 416, 3421, 416, 416, 416, 416, 427, 416, 416, 3428, 416, 416, 416, 3430, 416, 416, 416, 416, 416, 416, 416, 416, 416", - /* 66661 */ "416, 416, 1331, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 1880, 416, 416, 416, 416, 416, 416, 509, 3907, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1937, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1948, 416, 416, 416, 416, 416, 4009, 416, 416, 416, 416, 416, 4015, 416, 416, 416, 416, 391, 4019, 391, 391, 391, 391, 391, 4025, 391, 391, 391, 391, 509, 4029, 509, 509, 509, 509, 509, 4035, 509, 4056, 509, 509, 509, 509, 0, 0, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 4068, 4069, 416, 4071, 4072, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1785, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 1797, 1107720, 416, 416, 416, 798, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3888, 391, 391, 391, 391, 3893, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 391, 3967, 416, 3968, 416, 416, 416, 416, 416, 416, 3974, 416, 416, 416, 3978, 416, 416, 4074, 4075, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 4079, 391, 391, 4082, 509, 509, 4085, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 4088, 391, 391, 4091, 509, 509, 4094, 416, 416, 416, 391, 391, 391, 509, 509, 509, 416, 416, 0, 0, 0, 254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 275, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2968, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1203, 416, 416, 307, 307, 307, 307, 307, 307, 307, 0, 337, 337, 337, 337, 337, 337, 0, 337, 0, 0, 270, 337, 0, 337, 337, 337, 337, 337, 337, 337, 0, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 409, 435, 435, 443, 445, 337, 462, 462, 482, 482, 501, 501, 482, 482, 501, 501, 528, 482, 501, 528, 528, 482, 501, 482, 482, 482, 482, 482, 501, 501, 528, 528, 528, 528, 528, 528, 528, 528, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 658, 0, 673, 0, 0, 0, 0, 0, 663, 0, 0, 0, 0, 0, 0, 650, 0, 0, 0, 0, 0, 648, 0, 0, 0, 0, 0, 228, 229, 0, 0, 550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1368064, 0, 1368064, 1368064, 1368064, 0, 1368064, 0, 0, 0, 0, 0, 0, 0, 1368064, 0, 0, 0, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 643, 0, 660, 0, 0, 391, 391, 693, 391, 391, 391, 391, 391, 391, 721, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 1929, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1940, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1405, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1201, 391, 416, 416, 768, 416, 416, 416, 416, 416, 416, 796, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 842, 0, 0, 0, 1161, 1162, 0, 0, 0, 0, 1161, 0, 0, 1074, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1172, 0, 0, 0, 0, 1176, 416, 1280, 416, 416, 1282, 416, 416, 1292, 416, 416, 1296, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1318, 416, 416, 416, 416, 416, 416, 416, 416, 3440, 416, 3442, 416, 416, 416, 416, 391, 391, 3448, 391, 391, 391, 3451, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 509, 509, 509, 3103, 509, 509, 509, 509, 509, 3109, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 3973, 416, 416, 416, 3977, 416", - /* 67538 */ "416, 416, 416, 416, 416, 1296, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 1447, 391, 391, 1192, 391, 391, 1455, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1992, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 0, 0, 416, 416, 416, 416, 416, 416, 416, 391, 1206, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1228, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3471, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1530, 509, 509, 1540, 509, 509, 1545, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1568, 509, 509, 509, 509, 509, 509, 509, 3487, 509, 509, 509, 509, 509, 509, 3490, 509, 509, 509, 509, 509, 509, 509, 509, 3497, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2880, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 2134, 0, 0, 0, 0, 0, 2136, 0, 0, 0, 0, 0, 1648, 0, 0, 1651, 0, 0, 0, 0, 0, 0, 0, 1659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 416, 416, 416, 1893, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1902, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1917, 416, 416, 416, 416, 416, 416, 416, 1328, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1317, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 1991, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2007, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 416, 416, 2707, 416, 416, 416, 416, 1310, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1870, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 1879, 416, 416, 1884, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 2026, 391, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2048, 509, 509, 509, 509, 3910, 509, 3912, 509, 509, 0, 0, 0, 0, 0, 0, 3919, 391, 391, 416, 416, 416, 416, 3925, 416, 416, 3927, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3276, 416, 416, 391, 391, 391, 3283, 391, 391, 391, 391, 391, 391, 391, 3202, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2838, 509, 509, 509, 509, 2842, 0, 2192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 2215, 391, 391, 391, 0, 0, 0, 0, 1107720, 416, 416, 416, 2279, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2757, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2243, 391, 2244, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2256, 391, 391, 391, 391, 391, 391, 391, 2262, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2047, 509, 509, 2404, 391, 2406, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2271, 2666, 391, 391, 391, 391, 391, 391, 391, 391, 2442, 391, 2444, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 2464, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 509, 2480, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2090, 509, 509, 2094, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2107, 509, 509, 509, 509, 0, 0, 0, 2624, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2646, 2971, 391, 391, 391, 391, 391, 391, 391, 391, 0, 2275, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2986, 416, 416", - /* 68379 */ "416, 2990, 416, 416, 416, 391, 391, 391, 391, 3883, 391, 391, 391, 391, 391, 391, 391, 391, 3891, 391, 391, 391, 391, 391, 509, 509, 509, 509, 3901, 509, 509, 509, 509, 509, 509, 509, 509, 2849, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2857, 509, 509, 509, 509, 2862, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3330, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3343, 509, 509, 509, 509, 416, 416, 2994, 416, 1851, 416, 416, 416, 416, 416, 416, 3000, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1935, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1949, 416, 416, 416, 3015, 416, 416, 416, 416, 2990, 3021, 416, 416, 416, 416, 416, 3025, 416, 416, 416, 3028, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3027, 416, 416, 416, 416, 416, 416, 416, 416, 2998, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 2961, 391, 3074, 391, 391, 391, 391, 391, 3078, 391, 391, 391, 3081, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3090, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1735, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1239, 391, 391, 391, 391, 391, 391, 391, 708, 391, 1271, 416, 764, 416, 416, 416, 416, 509, 3348, 509, 509, 509, 3351, 509, 509, 3354, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 3366, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 402, 428, 428, 0, 283, 0, 456, 456, 456, 456, 494, 494, 456, 456, 494, 494, 521, 456, 494, 0, 0, 0, 0, 3372, 0, 0, 0, 0, 3376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 3392, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3392, 391, 391, 3400, 391, 391, 416, 416, 416, 416, 416, 416, 3409, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2721, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2733, 416, 416, 416, 416, 416, 3409, 416, 416, 3417, 416, 416, 416, 416, 416, 416, 416, 416, 3425, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3435, 416, 416, 416, 416, 416, 416, 796, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 842, 416, 416, 842, 416, 416, 416, 416, 796, 416, 416, 416, 391, 391, 391, 391, 3740, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 3760, 509, 509, 509, 509, 509, 1580, 509, 509, 1584, 509, 509, 509, 1587, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 3464, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3481, 416, 416, 416, 3544, 416, 3546, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 3560, 391, 3562, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2044, 509, 509, 509, 509, 509, 509, 509, 509, 2877, 509, 509, 509, 2881, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2072, 509, 509, 509, 509, 509, 509, 509, 3568, 391, 3570, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 3583, 509, 509, 3585, 509, 509, 509, 509, 509, 509, 3592, 509, 3594, 391, 391, 391, 391, 3621, 391, 416, 416, 416, 416, 416, 416, 416, 3629, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3641, 416, 416, 416, 416, 416, 3646, 416, 416, 416, 416, 416, 416, 2383, 2384, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3036, 416, 416, 416, 416, 416, 416, 416, 416, 3793, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3812, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 0, 0, 509, 509, 509, 509, 509, 2833, 509, 509, 509, 509", - /* 69198 */ "509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2127, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2913, 0, 0, 0, 0, 0, 0, 0, 0, 3876, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3887, 391, 391, 391, 391, 3892, 391, 3894, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3905, 366, 366, 368, 366, 368, 366, 366, 366, 366, 366, 366, 366, 366, 410, 436, 436, 375, 446, 366, 463, 463, 483, 483, 502, 502, 483, 483, 502, 502, 529, 483, 502, 529, 529, 483, 502, 483, 483, 483, 483, 483, 502, 502, 529, 529, 529, 529, 529, 529, 529, 529, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1075, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1171456, 0, 1171456, 1171456, 1171456, 0, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1171456, 123388, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 569, 0, 0, 0, 0, 391, 391, 694, 391, 391, 391, 391, 391, 717, 722, 391, 391, 726, 391, 391, 737, 391, 391, 747, 391, 391, 391, 391, 391, 391, 416, 0, 0, 640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 640, 0, 0, 0, 0, 5464064, 0, 0, 0, 659, 0, 662, 0, 0, 665, 0, 0, 0, 0, 0, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 1368064, 0, 1368064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 305, 0, 305, 305, 0, 305, 305, 305, 318, 305, 305, 416, 416, 769, 416, 416, 416, 416, 416, 792, 797, 416, 416, 801, 416, 416, 812, 416, 416, 822, 416, 416, 416, 416, 416, 416, 662, 838, 0, 640, 0, 416, 843, 416, 416, 416, 416, 416, 792, 797, 416, 801, 416, 416, 812, 416, 882, 416, 416, 416, 416, 416, 416, 843, 416, 416, 897, 416, 416, 416, 792, 905, 416, 416, 416, 391, 391, 3738, 391, 391, 391, 391, 391, 3744, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 3758, 509, 509, 509, 509, 509, 509, 509, 3353, 509, 509, 3356, 3358, 509, 509, 509, 3361, 3362, 3363, 509, 509, 3365, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1114112, 0, 0, 0, 1114112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 555, 0, 0, 0, 0, 0, 0, 5464064, 0, 555, 0, 0, 0, 0, 0, 0, 0, 0, 416, 882, 416, 391, 920, 391, 391, 391, 391, 391, 717, 946, 391, 391, 726, 391, 391, 737, 391, 391, 969, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 991, 0, 0, 1127, 0, 0, 0, 0, 1132, 0, 4505600, 619, 0, 0, 0, 1140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1154, 0, 0, 0, 0, 0, 1098, 0, 0, 0, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132189, 0, 0, 0, 0, 0, 0, 0, 0, 0, 579, 0, 0, 582, 0, 584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3181, 0, 0, 0, 0, 0, 0, 0, 0, 3189, 3190, 0, 0, 391, 391, 391, 391, 1214, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 1229, 391, 391, 391, 391, 1232, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1241, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2028, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3336, 509, 3337, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 391, 1245, 391, 391, 1250, 1251, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 416, 416, 416, 1814, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3258, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1279, 416, 416, 416, 1283, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1304, 416, 416, 416, 416, 772, 416, 416, 416, 416, 416, 1319, 416, 416, 416, 416, 1322, 416, 416, 416, 416, 416, 416, 416, 1399, 416, 1402, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 1445, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1425", - /* 70080 */ "416, 416, 416, 416, 1430, 416, 416, 416, 416, 416, 416, 416, 1340, 416, 416, 416, 416, 391, 391, 391, 391, 391, 1446, 391, 391, 391, 1449, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2030, 124398, 509, 0, 1107720, 2035, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1556, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1574, 391, 391, 391, 391, 391, 1464, 391, 391, 391, 391, 391, 1470, 391, 391, 391, 391, 1229, 391, 391, 391, 391, 1232, 391, 391, 391, 391, 391, 391, 391, 391, 1490, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2225, 391, 391, 391, 2229, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2964, 391, 391, 391, 391, 391, 391, 391, 2969, 391, 391, 1493, 391, 391, 1250, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 1527, 509, 509, 509, 509, 3958, 509, 509, 3961, 3962, 509, 0, 3964, 3965, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 3972, 416, 416, 3975, 416, 416, 416, 416, 416, 416, 416, 788, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 828, 416, 416, 416, 416, 416, 0, 0, 0, 0, 614, 416, 416, 509, 509, 1531, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1553, 509, 509, 509, 509, 509, 1560, 509, 509, 509, 509, 509, 509, 1569, 509, 509, 509, 509, 509, 509, 509, 3913, 509, 0, 0, 0, 0, 0, 0, 0, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2703, 416, 416, 416, 416, 416, 416, 416, 2707, 416, 416, 416, 416, 416, 0, 416, 416, 416, 1576, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1586, 509, 509, 1590, 509, 509, 1595, 1596, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 3786, 391, 416, 416, 416, 416, 0, 1699, 0, 0, 0, 1703, 0, 0, 0, 0, 0, 1680, 0, 0, 0, 0, 0, 0, 0, 1716, 0, 0, 0, 1719, 0, 0, 0, 0, 0, 1723, 1716, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2249, 391, 2251, 2252, 391, 2254, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2267, 391, 391, 391, 391, 391, 391, 391, 1731, 391, 391, 391, 391, 1736, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1745, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 2975, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2726, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 1193, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1898, 416, 416, 416, 416, 416, 416, 416, 1904, 1905, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 878, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1204, 416, 1808, 416, 416, 416, 416, 1813, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1822, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2390, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3064, 391, 391, 391, 416, 416, 416, 416, 416, 1834, 416, 416, 416, 416, 416, 416, 416, 416, 772, 416, 416, 416, 416, 416, 416, 416, 1848, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3049, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 3061, 391, 391, 391, 391, 391, 391, 416, 416, 1283, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 1881, 416, 416, 416, 416, 416, 1888, 509, 509, 2115, 2116, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1634, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1646, 0, 0, 2167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 2181, 0, 0, 0, 0, 0, 0, 0, 0, 2188, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2935, 2936", - /* 70923 */ "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5586944, 0, 0, 0, 0, 0, 5685248, 0, 0, 0, 0, 5873664, 0, 0, 5873664, 0, 0, 687, 391, 391, 391, 391, 391, 391, 2222, 391, 391, 2224, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2236, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1996, 391, 391, 391, 391, 391, 2003, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2016, 2017, 416, 416, 416, 2298, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1921, 416, 416, 416, 416, 2322, 416, 2323, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 2340, 416, 416, 416, 416, 416, 2346, 416, 416, 416, 416, 416, 416, 1285, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1305, 416, 1308, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3051, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2429, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2440, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1271, 772, 764, 416, 416, 416, 416, 509, 509, 2494, 509, 509, 509, 509, 2499, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2512, 509, 2514, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3329, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2569, 509, 509, 509, 2523, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2893, 509, 509, 2547, 509, 509, 509, 509, 2551, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2907, 0, 0, 0, 0, 2910, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2618, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2934, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4800512, 0, 0, 0, 0, 0, 4341760, 4341760, 1114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2622, 0, 0, 0, 0, 2625, 391, 391, 391, 391, 391, 2631, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2639, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2253, 391, 391, 391, 391, 391, 2258, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2659, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 2666, 2647, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 2478, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 2668, 416, 416, 416, 416, 416, 2674, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2682, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2690, 416, 416, 416, 416, 416, 416, 2695, 416, 416, 2698, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 391, 391, 391, 391, 928, 391, 936, 391, 391, 391, 391, 391, 953, 391, 391, 391, 391, 391, 391, 391, 391, 980, 391, 391, 0, 509, 509, 509, 509, 509, 509, 1017, 509, 509, 509, 509, 509, 1034, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 416, 416, 2741, 416, 416, 416, 416, 416, 416, 416, 416, 2750, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 823, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 0, 416, 416, 391, 391, 391, 2793, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2805, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2816, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2227, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 124398, 1271, 509, 986, 509, 509, 509, 509, 509, 509, 0, 0, 2921, 0, 0, 2598", - /* 71785 */ "0, 0, 0, 0, 2926, 0, 0, 0, 2930, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1083, 250, 250, 0, 0, 0, 0, 0, 0, 1088, 1089, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2954, 391, 391, 391, 391, 391, 391, 391, 391, 723, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1741, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1749, 391, 391, 391, 391, 391, 391, 391, 1239, 391, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2983, 416, 416, 416, 416, 416, 416, 416, 416, 798, 416, 416, 416, 416, 416, 416, 2745, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2758, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2701, 416, 416, 2704, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 3040, 416, 416, 416, 416, 416, 416, 416, 3046, 416, 3048, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 3058, 391, 3060, 391, 391, 391, 391, 391, 3066, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2654, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2665, 0, 2666, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3076, 3077, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3086, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 0, 0, 509, 2830, 509, 509, 509, 509, 509, 509, 509, 509, 2836, 509, 509, 509, 509, 509, 509, 509, 391, 391, 391, 391, 3096, 391, 391, 391, 391, 391, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 3108, 509, 3110, 509, 509, 509, 3114, 509, 509, 3117, 509, 509, 509, 509, 1619, 509, 0, 0, 0, 0, 0, 0, 1626, 0, 0, 0, 1632, 0, 0, 0, 0, 0, 0, 0, 0, 1640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1709, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 2629, 391, 391, 391, 391, 391, 2634, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2232, 391, 391, 391, 391, 391, 391, 391, 2238, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 3248, 416, 416, 3251, 416, 416, 416, 3254, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1442, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 3273, 416, 3274, 416, 416, 416, 416, 3279, 391, 391, 3282, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3289, 391, 391, 391, 3292, 391, 391, 391, 0, 0, 0, 0, 1107720, 416, 2277, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3808, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3296, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3313, 391, 391, 391, 391, 391, 509, 509, 509, 3321, 509, 509, 509, 1001, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1046, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 214, 7, 0, 0, 0, 0, 0, 0, 5890048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5627904, 0, 5783552, 0, 0, 0, 0, 0, 687, 687, 687, 687, 687, 5898240, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 0, 687, 687, 687, 687, 687, 391, 391, 391, 391, 391, 391, 3397, 391, 391, 391, 391, 391, 391, 391, 3401, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3414, 416, 416, 416, 416, 416, 416, 1287, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1306, 416, 1310, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 3286, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 3418, 416, 416, 416, 416, 416, 3422, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3029, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3194, 391, 391, 391, 391, 391, 391, 391, 1189, 391, 416, 416, 416, 416, 416, 416, 416, 3217, 416, 416, 416, 416, 416, 416, 416, 1279, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3441, 416, 416, 416, 416, 416, 391, 3447, 391, 391, 3449, 391, 391, 391, 391, 3455, 391, 391, 3457", - /* 72630 */ "391, 391, 391, 391, 416, 3542, 416, 416, 416, 416, 416, 416, 3548, 416, 416, 416, 416, 416, 3552, 416, 416, 416, 416, 3556, 416, 416, 391, 391, 391, 391, 391, 391, 391, 3565, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2470, 391, 391, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2505, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2515, 509, 509, 509, 509, 509, 509, 391, 391, 391, 391, 391, 3573, 391, 391, 391, 391, 391, 3578, 391, 391, 391, 3581, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3588, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3128, 3129, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3141, 509, 509, 509, 509, 509, 509, 509, 3597, 509, 509, 509, 509, 509, 509, 509, 3602, 509, 509, 509, 3605, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 708, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 3878, 391, 391, 391, 3882, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3896, 509, 509, 509, 3900, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3355, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 3367, 0, 0, 0, 0, 0, 416, 416, 416, 3935, 3936, 416, 391, 391, 391, 391, 3939, 391, 391, 391, 391, 391, 391, 391, 3945, 391, 391, 3948, 3949, 391, 509, 509, 509, 509, 3952, 509, 509, 509, 509, 509, 2874, 509, 509, 509, 2878, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 214, 7, 0, 0, 0, 391, 391, 391, 391, 3984, 391, 391, 3987, 391, 391, 391, 391, 391, 509, 509, 509, 509, 3996, 509, 509, 3999, 509, 509, 509, 509, 509, 0, 0, 0, 0, 391, 416, 416, 416, 416, 416, 416, 2997, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 3004, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3014, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 411, 437, 437, 367, 367, 367, 464, 464, 464, 464, 503, 503, 464, 464, 503, 503, 530, 464, 503, 530, 530, 464, 503, 464, 464, 464, 464, 464, 503, 503, 530, 530, 530, 530, 530, 530, 530, 530, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1133, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 1925120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5464064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 416, 416, 416, 788, 416, 416, 416, 416, 416, 416, 416, 416, 416, 885, 416, 416, 416, 416, 416, 416, 895, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3444, 416, 416, 391, 391, 391, 391, 391, 3450, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3402, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1440, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 885, 391, 391, 391, 391, 391, 391, 939, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 974, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 509, 509, 2057, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2074, 509, 509, 509, 509, 509, 509, 1016, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 1128, 0, 0, 0, 0, 0, 4505600, 619, 1137, 0, 0, 0, 0, 0, 0, 1145, 0, 1137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6578176, 0, 0, 5750784, 0, 5849088, 0, 0, 0, 0, 0, 0, 4530176, 0, 0, 0, 0, 0, 416, 416, 1281, 416, 416, 416, 1289, 416, 416, 416, 416, 416, 1300, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3259, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 783, 416, 0, 0, 416, 416, 416, 416, 416, 416, 1367, 416, 416, 416, 1289, 416, 416, 416, 416, 1300, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3801, 416, 416, 416, 3805, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391", - /* 73493 */ "391, 391, 391, 391, 3663, 391, 391, 391, 391, 391, 391, 3669, 391, 391, 391, 391, 391, 509, 509, 509, 416, 1289, 416, 416, 1429, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 1448, 391, 391, 391, 1199, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2799, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2260, 391, 2261, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1461, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3092, 391, 1529, 509, 509, 509, 1537, 509, 509, 509, 509, 509, 1549, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 3695, 0, 0, 3698, 3699, 0, 3701, 391, 3703, 1698, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1656, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3201, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3215, 391, 416, 416, 416, 391, 3737, 391, 3739, 391, 3741, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3750, 391, 391, 391, 391, 391, 509, 3757, 509, 3759, 509, 3761, 509, 509, 509, 509, 509, 3125, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1607, 509, 509, 509, 391, 391, 391, 391, 391, 391, 1752, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1761, 1762, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1228, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2233, 391, 391, 391, 391, 391, 1237, 391, 1203, 391, 2240, 391, 391, 391, 1778, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1239, 391, 391, 391, 391, 391, 391, 1271, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2301, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 3561, 391, 391, 391, 391, 391, 391, 1829, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1838, 1839, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1855, 416, 416, 416, 416, 416, 416, 416, 1836, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2399, 416, 416, 416, 416, 416, 416, 1985, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1993, 1994, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3085, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2024, 391, 391, 391, 391, 391, 391, 124398, 509, 0, 1107720, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1592, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1605, 509, 1606, 509, 509, 509, 0, 2138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2595, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 697, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2451, 391, 391, 391, 391, 391, 391, 2458, 391, 391, 391, 391, 391, 0, 0, 0, 0, 416, 416, 416, 2671, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3555, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2664, 391, 391, 391, 391, 1220, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2970, 391, 391, 3524, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3533, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2389, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2401, 416, 416, 416, 416, 416, 3543, 416, 416, 416, 416", - /* 74334 */ "416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3567, 416, 3877, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3895, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2558, 509, 509, 509, 509, 509, 509, 509, 2134, 0, 2136, 0, 0, 0, 0, 0, 0, 0, 0, 509, 509, 4038, 509, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 2084, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2102, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1585, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1598, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3333, 509, 509, 509, 509, 509, 509, 509, 3339, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 268, 0, 0, 268, 0, 0, 0, 290, 0, 0, 57344, 172032, 268, 0, 290, 290, 90112, 0, 0, 0, 0, 268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2162, 0, 0, 0, 0, 0, 268, 0, 268, 0, 0, 0, 0, 0, 0, 0, 0, 412, 438, 438, 0, 268, 268, 465, 465, 465, 465, 504, 504, 465, 465, 504, 504, 531, 465, 504, 531, 531, 465, 504, 465, 465, 465, 465, 465, 504, 504, 531, 531, 531, 531, 531, 531, 531, 531, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1134, 4505600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 416, 416, 416, 855, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 855, 416, 416, 416, 416, 416, 416, 416, 1290, 416, 1295, 416, 416, 1298, 416, 416, 1302, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 1882, 416, 416, 416, 416, 416, 509, 509, 509, 1005, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 1163, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 391, 391, 391, 391, 391, 391, 1753, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1775, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2827, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 3368, 0, 0, 0, 0, 416, 1830, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1852, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2326, 2327, 416, 416, 416, 416, 416, 0, 416, 416, 416, 2337, 416, 2339, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1333, 416, 416, 416, 416, 416, 1342, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1438, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 391, 391, 391, 391, 391, 391, 3574, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 3608, 0, 0, 0, 3611, 0, 0, 3612, 0, 3614, 391, 3616, 3617, 308, 311, 311, 308, 311, 311, 311, 0, 308, 308, 308, 308, 308, 308, 0, 308, 0, 0, 0, 308, 0, 308, 308, 308, 308, 308, 308, 308, 0, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 413, 439, 439, 308, 308, 308, 466, 466, 466, 466, 505, 505, 466, 466, 505, 505, 532, 466, 505, 532, 532, 466, 505, 466, 466, 466, 466, 466, 505, 505, 532, 532, 532, 532, 532, 532, 532, 532, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1166, 0, 1081, 1167, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 589, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 912, 416, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 970, 391, 391, 391, 391, 391, 391", - /* 75226 */ "0, 509, 509, 509, 509, 509, 509, 2526, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2546, 0, 2166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 321, 0, 0, 416, 2405, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2266, 391, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2617, 0, 0, 2620, 391, 391, 391, 391, 391, 391, 391, 2651, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 748, 391, 391, 391, 391, 391, 391, 697, 391, 0, 0, 0, 0, 0, 2598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2932, 0, 0, 0, 0, 2937, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 415, 441, 441, 0, 0, 0, 468, 468, 468, 468, 507, 507, 468, 468, 507, 507, 534, 468, 507, 416, 416, 416, 416, 416, 2694, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 823, 416, 416, 416, 416, 416, 416, 772, 416, 0, 416, 416, 416, 391, 917, 391, 391, 391, 932, 937, 941, 945, 947, 391, 391, 391, 391, 734, 391, 391, 391, 391, 976, 391, 391, 391, 391, 0, 509, 509, 509, 988, 416, 416, 416, 2769, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2789, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2827, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3115, 509, 509, 509, 509, 0, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 4046, 391, 391, 391, 391, 391, 391, 391, 391, 391, 4052, 509, 509, 509, 509, 0, 0, 0, 0, 0, 2901, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2917, 0, 391, 391, 391, 391, 391, 2824, 391, 391, 0, 0, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1561, 1563, 509, 509, 509, 509, 509, 509, 509, 1572, 509, 509, 509, 509, 509, 2872, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2890, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3963, 0, 0, 3966, 0, 2242, 391, 2304, 416, 416, 416, 3970, 416, 416, 416, 416, 416, 3976, 416, 416, 416, 416, 509, 2895, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2163, 0, 0, 533, 533, 467, 506, 467, 467, 467, 467, 467, 506, 506, 533, 533, 533, 533, 533, 533, 533, 533, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1182, 0, 1183, 0, 1176, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 1190, 391, 391, 1192, 391, 391, 1202, 391, 391, 1206, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 568, 0, 0, 0, 0, 0, 1376256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 684, 0, 0, 0, 391, 391, 391, 391, 391, 391, 709, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 3044, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 391, 3054, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1226, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2809, 391, 391, 391, 2813, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 856, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 856, 416, 416, 416, 416, 416, 416, 416, 1291, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1316, 416, 416, 416, 416, 416, 416, 416, 416, 2325, 416, 416, 416, 416, 416, 416, 416, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1842, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2392, 416, 416, 416, 416, 416, 416, 416", - /* 76135 */ "416, 416, 416, 416, 416, 416, 416, 416, 509, 509, 509, 1006, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 1180, 0, 0, 0, 0, 0, 0, 0, 9478144, 0, 0, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1194, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 3580, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3613, 0, 391, 391, 391, 1124, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 600, 600, 0, 0, 0, 132189, 0, 0, 0, 0, 0, 1158, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 5480448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1665, 1666, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1671, 0, 0, 391, 391, 391, 391, 391, 391, 1217, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 697, 391, 391, 391, 391, 391, 391, 391, 1237, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2471, 391, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2884, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2892, 509, 509, 509, 509, 416, 416, 416, 416, 1361, 0, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1383, 416, 416, 416, 416, 416, 1391, 416, 416, 416, 416, 416, 1397, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1918, 416, 416, 416, 416, 391, 391, 391, 391, 391, 391, 391, 1467, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1480, 391, 391, 391, 391, 391, 391, 1487, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 2656, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2487, 509, 509, 509, 509, 391, 391, 391, 2272, 0, 0, 0, 1107720, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2725, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2715, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2377, 416, 416, 0, 0, 0, 228, 229, 0, 0, 0, 551, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 282, 0, 0, 0, 0, 260, 0, 260, 57344, 172032, 0, 0, 279, 260, 90112, 304, 309, 304, 304, 0, 304, 304, 304, 0, 304, 304, 605, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 1090, 0, 0, 846, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 829, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2754, 416, 416, 416, 416, 416, 416, 2760, 416, 416, 416, 416, 416, 416, 416, 416, 416, 914, 391, 391, 923, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 975, 391, 391, 391, 391, 391, 0, 509, 509, 509, 509, 509, 509, 3327, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2075, 509, 509, 509, 509, 994, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1055, 509, 509, 509, 509, 509, 0, 619, 0, 5464683, 1, 98518, 7, 0, 0, 0, 0, 0, 1652, 0, 0, 0, 0, 1657, 0, 0, 1660, 0, 0, 0, 0, 0, 0, 0, 1668, 0, 0, 0, 0, 0, 0, 132189, 0, 1672, 0, 0, 0, 1649, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 601, 601, 0, 0, 0, 0, 0, 2140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 598, 287, 287, 0, 416, 2350, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1858, 391, 391, 391, 391, 391, 391, 2825, 391, 0, 0, 0, 0, 0, 0, 509, 509, 509, 509, 509", - /* 77051 */ "509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1621, 2134, 0, 0, 0, 0, 1627, 2136, 0, 0, 0, 0, 509, 509, 2896, 509, 0, 0, 0, 0, 0, 0, 0, 0, 2904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 573, 0, 416, 416, 416, 416, 3019, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 2735, 416, 416, 391, 391, 391, 3071, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1772, 391, 391, 509, 509, 509, 3122, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3144, 509, 509, 0, 391, 391, 391, 3196, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 416, 416, 416, 416, 416, 416, 1288, 416, 416, 416, 416, 1297, 416, 416, 416, 1303, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1315, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3252, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3263, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 1837, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 416, 3005, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3219, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3243, 416, 416, 416, 416, 416, 416, 3249, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3260, 416, 416, 416, 416, 416, 416, 3265, 416, 416, 416, 3268, 3269, 391, 391, 391, 3298, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3480, 3323, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 3340, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2086, 2087, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 2106, 509, 509, 509, 509, 509, 534, 534, 468, 507, 468, 468, 468, 468, 468, 507, 507, 534, 534, 534, 534, 534, 534, 534, 534, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1655, 1656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 1146880, 1146880, 0, 0, 0, 0, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1875968, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3382, 0, 0, 0, 0, 0, 0, 3385, 391, 391, 391, 391, 391, 391, 391, 0, 0, 0, 1875968, 0, 0, 0, 0, 0, 1875968, 0, 0, 0, 0, 1876263, 1876263, 0, 0, 0, 0, 1876263, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 1875968, 0, 1875968, 0, 0, 0, 1875968, 0, 0, 1875968, 0, 1875968, 1875968, 1875968, 1875968, 0, 1875968, 0, 1875968, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 57344, 172032, 0, 234, 0, 300, 90112, 303, 0, 303, 303, 0, 313, 303, 313, 0, 303, 303, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 188662, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 391, 391, 391, 2628, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, 1269, 391, 391, 1271, 416, 764, 416, 416, 416, 416, 5316608, 5317372, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5660672, 5316608, 5316608, 5316608, 5316608, 5316608, 5701632, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5767168, 5316608, 5316608, 5316608, 5316608, 5316608, 1884160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1884160, 0, 0, 0, 0, 57344, 172032", - /* 77898 */ "0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1900544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132189, 0, 0, 0, 0, 0, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 1900544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 296, 296, 0, 1900544, 0, 0, 296, 0, 0, 0, 0, 1900544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 188662, 250, 250, 250, 0, 0, 0, 0, 0, 0, 391, 391, 391, 3858, 391, 416, 416, 416, 3860, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 3870, 416, 416, 416, 3874, 416, 416, 0, 0, 0, 0, 0, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4349952, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5595136, 4620288, 0, 0, 0, 0, 0, 0, 4890624, 0, 4997120, 0, 0, 0, 0, 0, 0, 0, 0, 5611520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 341, 341, 341, 1130837, 341, 1130837, 1130837, 1130837, 341, 1130837, 341, 341, 341, 341, 341, 341, 341, 1130837, 341, 341, 341, 5840896, 0, 5906432, 5996544, 0, 0, 0, 0, 0, 5906432, 0, 0, 4890624, 9478144, 0, 9478144, 688, 688, 688, 688, 0, 0, 688, 688, 0, 688, 688, 688, 688, 688, 688, 688, 688, 5668864, 688, 688, 688, 688, 688, 688, 5742592, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5316608, 5316608, 4644864, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 5611520, 5316608, 5316608, 5316608, 5316608, 5758976, 5316608, 4882432, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 688, 688, 688, 688, 5595136, 5611520, 688, 688, 4620288, 688, 688, 688, 688, 688, 4907008, 688, 688, 688, 688, 5013504, 688, 688, 688, 5054464, 688, 688, 688, 688, 688, 5963776, 688, 688, 688, 688, 688, 5242880, 688, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4980736, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 0, 0, 0, 4644864, 0, 688, 688, 688, 688, 688, 688, 688, 5316608, 5316608, 5316608, 5316608, 688, 688, 5316608, 5316608, 4833280, 5087232, 4833280, 5087232, 4833280, 5087232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1114112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 688, 5586944, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5685248, 688, 688, 688, 688, 5709824, 688, 688, 688, 688, 688, 688, 688, 5824512, 5832704, 688, 4939776, 688, 688, 5873664, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 0, 5316608, 0, 5316608, 5316608, 5316608, 5595136, 5611520, 5316608, 688, 5619712, 5627904, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5693440, 688, 688, 688, 688, 688, 688, 688, 688, 5783552, 688, 688, 688, 688, 688, 688, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5980160, 6004736, 688, 6029312, 688, 688, 688, 6053888, 6062080, 688, 688, 0, 0, 6021120, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 4751360, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 4800512, 688, 688, 5758976, 688, 688, 4882432, 688, 4890624, 688, 688, 688, 688, 5840896, 688, 688, 688, 688, 688, 5881856, 688, 4997120, 688, 5906432, 5177344, 5185536, 5193728, 688, 6021120, 688, 688, 688, 688, 688, 6045696, 688, 688, 688, 0, 0, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5619712, 5627904, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4980736, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 0, 0, 0, 4644864, 0, 686, 686, 686, 686, 686, 686, 686, 5316608, 5316608, 5316608, 5316608, 686, 686, 5316608, 5316608, 4833280, 5087232, 4833280, 5087232, 4833280, 5087232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 1684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6004736, 6029312, 688, 688, 688, 688, 688, 688, 688", - /* 78665 */ "688, 688, 5660672, 688, 688, 688, 688, 688, 5701632, 688, 688, 688, 688, 688, 688, 5767168, 688, 688, 688, 0, 0, 0, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5619712, 5627904, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5693440, 5316608, 5316608, 5316608, 4685824, 5677056, 5316608, 5316608, 5316608, 5316608, 5316608, 4947968, 5316608, 4972544, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5210112, 5259264, 4980736, 0, 0, 0, 0, 0, 0, 0, 0, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5316608, 0, 0, 5316608, 5316608, 5586944, 5316608, 5316608, 5316608, 5316608, 4857856, 688, 5767168, 688, 688, 688, 4923392, 4931584, 688, 688, 688, 688, 688, 688, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5160960, 688, 688, 688, 0, 5799936, 5922816, 688, 5955584, 688, 688, 5316608, 5603328, 5316608, 5652480, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 5799936, 5922816, 5316608, 5955584, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5201920, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 228, 0, 0, 0, 228, 0, 229, 0, 0, 0, 229, 0, 688, 688, 6037504, 688, 688, 688, 688, 688, 0, 0, 0, 0, 0, 0, 5316608, 5316608, 4587520, 5316608, 5316608, 5316608, 5316608, 5316608, 5644288, 4628480, 5316608, 5316608, 5316608, 5316608, 5316608, 5660672, 5316608, 5316608, 5316608, 5128192, 4677632, 0, 0, 5038080, 4677632, 5316608, 5316608, 4816896, 4825088, 5316608, 5038080, 5070848, 5079040, 5316608, 4677632, 686, 686, 4816896, 4825088, 686, 5038080, 5070848, 5079040, 686, 4677632, 5316608, 5316608, 4816896, 688, 5947392, 688, 0, 688, 5971968, 688, 688, 688, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5726208, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 688, 688, 688, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 688, 688, 688, 5316608, 5316608, 5316608, 5316608, 5316608, 5103616, 688, 688, 5103616, 5316608, 5316608, 5103616, 5316608, 5316608, 5316608, 5316608, 5316608, 5251072, 6152192, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5111808, 5120000, 5169152, 5316608, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5726208, 688, 688, 688, 688, 688, 688, 688, 5816320, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5169152, 688, 688, 688, 688, 688, 688, 5251072, 6152192, 688, 0, 0, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 5464064, 1, 0, 8568832, 0, 0, 0, 5316608, 5242880, 5316608, 5316608, 5316608, 4636672, 5316608, 4726784, 5316608, 5316608, 5316608, 5316608, 688, 688, 688, 688, 688, 4636672, 688, 4653056, 688, 688, 6127616, 688, 688, 4726784, 688, 688, 688, 688, 5734400, 688, 688, 5750784, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5849088, 688, 688, 5873664, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5996544, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 5316608, 0, 5316608, 5316608, 5316608, 0, 0, 0, 6012928, 0, 0, 0, 0, 4898816, 0, 0, 0, 0, 5939200, 0, 0, 4603904, 0, 0, 0, 5021696, 5931008, 0, 5636096, 5791744, 0, 0, 688, 688, 5636096, 688, 688, 688, 5201920, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 4530176, 0, 0, 5316608, 5316608, 5586944, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5685248, 5316608, 5316608, 5316608, 5316608, 5709824, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5750784, 5316608, 5316608, 5316608, 5095424, 5939200, 6012928, 5316608, 5226496, 5234688, 5316608, 4841472, 5316608, 4710400, 5316608, 5316608, 5316608, 5316608, 5316608, 4562944, 4571136", - /* 79256 */ "688, 4603904, 688, 688, 688, 688, 688, 4710400, 688, 4743168, 688, 4775936, 688, 4841472, 4866048, 688, 4898816, 688, 688, 688, 688, 5021696, 688, 688, 688, 5095424, 5939200, 688, 688, 688, 6012928, 688, 688, 5226496, 5234688, 688, 4562944, 4571136, 5316608, 5316608, 4603904, 5316608, 5636096, 5316608, 5316608, 5316608, 5316608, 5054464, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5963776, 5316608, 5316608, 5316608, 5316608, 5316608, 5242880, 5316608, 0, 0, 4775936, 4743168, 4841472, 4866048, 0, 0, 5095424, 0, 4562944, 5234688, 5316608, 5226496, 5234688, 5316608, 4956160, 5955584, 0, 0, 5218304, 5652480, 0, 0, 0, 0, 0, 0, 5046272, 0, 5603328, 0, 0, 0, 0, 5922816, 5799936, 688, 5603328, 688, 5652480, 688, 688, 688, 5677056, 688, 688, 688, 5316608, 5316608, 5316608, 5316608, 5316608, 5677056, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4685824, 5316608, 5316608, 5316608, 5316608, 4947968, 4972544, 5316608, 5316608, 5316608, 5259264, 688, 4808704, 688, 688, 4956160, 688, 688, 688, 5046272, 5062656, 688, 688, 688, 688, 5218304, 688, 5316608, 5603328, 4595712, 5316608, 5652480, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4808704, 5316608, 5316608, 4956160, 5316608, 5316608, 5316608, 5046272, 5062656, 5218304, 5316608, 4595712, 5316608, 4956160, 5316608, 5316608, 5316608, 5316608, 688, 4595712, 688, 688, 688, 688, 688, 688, 688, 688, 6135808, 688, 688, 5865472, 688, 6144000, 688, 688, 688, 5005312, 688, 688, 5029888, 688, 688, 688, 688, 688, 688, 688, 5111808, 5120000, 688, 5988352, 5799936, 5316608, 4956160, 5316608, 5316608, 5922816, 5316608, 5046272, 5062656, 5316608, 5955584, 5316608, 5316608, 5316608, 5218304, 5316608, 4972544, 0, 0, 0, 0, 0, 4947968, 0, 5259264, 5677056, 0, 0, 0, 688, 688, 688, 5718016, 688, 688, 688, 688, 688, 688, 5758976, 688, 688, 5775360, 688, 688, 0, 5808128, 688, 688, 688, 5840896, 5857280, 688, 688, 688, 688, 688, 5881856, 688, 688, 688, 5906432, 688, 4661248, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5316608, 4661248, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 0, 688, 5316608, 4915200, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5890048, 5316608, 5316608, 4988928, 5898240, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5144576, 5316608, 5152768, 5316608, 5185536, 5193728, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 6045696, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 4751360, 5316608, 4915200, 5316608, 5316608, 4988928, 5316608, 5316608, 5316608, 5316608, 5177344, 5185536, 5316608, 5193728, 5316608, 6021120, 5316608, 5316608, 5316608, 5316608, 5316608, 5316608, 6045696, 5316608, 5316608, 5316608, 5316608, 5316608, 0, 0, 0, 0, 0, 0, 5701632, 0, 5914624, 0, 0, 5316608, 5316608, 5316608, 5128192, 4677632, 0, 0, 5038080, 4677632, 5316608, 5316608, 4816896, 4825088, 5316608, 5038080, 5070848, 5079040, 5316608, 4677632, 688, 688, 4816896, 4825088, 688, 5038080, 5070848, 5079040, 688, 4677632, 5316608, 5316608, 4816896, 4825088, 5316608, 5038080, 5070848, 5079040, 5316608, 4767744, 4874240, 4694016, 4767744, 5316608, 4874240, 5316608, 5316608, 4694016, 4767744, 688, 4874240, 688, 688, 4694016, 4767744, 5316608, 4874240, 5316608, 5316608, 5316608, 5316608, 5316608, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 5316608, 5316608, 5316608, 5316608" + /* 0 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 19712, 19828, 19818, 19765, 19818, 19739, 19786, 19860, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 61920, 25717, 32800, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 30693, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 20806, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 21148, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 21750, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 22692, 55118, 23057, 33342, 23108, 77953, 65073, 76042, 23168, 30869, 21830, 21824, 20123, 68787, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288", + /* 582 */ "31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23348, 27711, 27368, 65747, 27368, 76332, 23444, 23515, 77953, 62194, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 23575, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23645, 39445, 27368, 75818, 23076, 64114, 46508, 23694, 77953, 23755, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 23792, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 30877, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 32280, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 1164 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23862, 35522, 27368, 62263, 23914, 23882, 23953, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 75232, 24283, 37188, 37175, 24033, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 1746 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 45886, 27368, 27368, 26986, 24103, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 24163, 21225, 20095, 20672, 20155, 20187, 49634, 24225, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 24257, 32109, 27368, 66136, 27368, 78262, 24336, 24407, 77953, 24519, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 24557, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 24615, 24795, 24785, 24764, 24735, 24704, 24645, 24827, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 62638, 25717, 24060, 33612, 19920, 34873, 19997", + /* 2328 */ "21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 24912, 24375, 24967, 24935, 24990, 25022, 25052, 25112, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 58677, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 25180, 27368, 22692, 58595, 58615, 25260, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 25372, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22773, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669", + /* 2910 */ "22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 22692, 23396, 23412, 47033, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 27966, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 25462, 25404, 25435, 25612, 25625, 25489, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 3492 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 25657, 59303, 27368, 29943, 51533, 25698, 40141, 23108, 77953, 27368, 76042, 27368, 38678, 28033, 52685, 34693, 67061, 66076, 25749, 35510, 66159, 32904, 40304, 26001, 76928, 26205, 53150, 68602, 63289, 35076, 34964, 25964, 40606, 35136, 75654, 26971, 25824, 25338, 25340, 54237, 52685, 47538, 53138, 61326, 52685, 65997, 70874, 43911, 35450, 61643, 41938, 27368, 61689, 41035, 25861, 25339, 25904, 52685, 69731, 52685, 39141, 47149, 25339, 66828, 25960, 35450, 56334, 27368, 53650, 36408, 25996, 42983, 26033, 74760, 52685, 39614, 34196, 75458, 26411, 35450, 57889, 41481, 25337, 26077, 76294, 61078, 76537, 49326, 38010, 35450, 57876, 53632, 26122, 55254, 26180, 37728, 37245, 55917, 26247, 54979, 26293, 56116, 67663, 26353, 26443, 35734, 26489, 26559, 26611, 26661, 26711, 26767, 73974, 26830, 26895, 53255, 39595, 27018, 36296, 39543, 45345, 40398, 35915, 35899, 36605, 45292, 27091, 50726, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 60675, 27368, 27368, 45838, 27151, 32220, 27368, 76042, 27368, 38678, 28033, 52685, 34693, 73134, 66076, 27368, 24363, 31101, 32904, 25339, 26001, 52685, 52685, 53150, 52685, 76726, 25339, 34964, 35450, 35450, 57887, 27368, 27368, 27368, 25338, 25339, 54237, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 43911, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 27368, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 4074 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27219, 59303, 27368, 22692, 62013, 27295, 70045, 23108, 77953, 39330, 76042, 27366, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 39433, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 31742, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 27401, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27503, 59303, 27368, 23261, 27368, 47774, 32660, 27580, 27749, 27368, 76042, 27368, 38678, 28033, 52685, 34693, 42731, 27526, 31159, 27699, 31101, 32904, 25339, 26001, 52685, 52685, 53150, 52685, 76726, 25339, 34964, 35450, 35450, 48131, 32851, 27743, 27368, 25338, 25339, 54237, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 43911, 35450, 35450, 67858, 27368, 27608, 23171, 25339, 25339, 27781, 52685, 26045, 52685, 52685, 65997, 25339, 39010, 35450, 35450, 27059, 27368, 27368, 38677, 25339, 27824, 34998, 52685, 52685, 65994, 25339, 68178, 35450, 35450, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27503, 59303, 27368, 73591, 27368, 47774, 32773, 27580, 27749, 27368, 76042, 27368, 38678, 28033, 52685, 34693, 42731, 27526, 31159, 27699, 31101, 32904, 25339, 26001, 52685, 52685, 53150, 52685, 76726, 25339, 34964, 35450, 35450, 48131, 32851, 27743, 27368, 25338, 25339, 54237, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 43911", + /* 4656 */ "35450, 35450, 67858, 27368, 27608, 23171, 25339, 25339, 27781, 52685, 26045, 52685, 52685, 65997, 25339, 39010, 35450, 35450, 27059, 27368, 27368, 38677, 25339, 27824, 34998, 52685, 52685, 65994, 25339, 68178, 35450, 35450, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27503, 59303, 27368, 73591, 27368, 47774, 32773, 27580, 27749, 27368, 76042, 27368, 38678, 28033, 52685, 34693, 42731, 27526, 35146, 27699, 31101, 32904, 25339, 26001, 52685, 52685, 53150, 52685, 76726, 25339, 34964, 35450, 35450, 48131, 32525, 27743, 27368, 25338, 25339, 54237, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 43911, 35450, 35450, 67858, 27368, 27608, 23171, 25339, 25339, 27781, 52685, 26045, 52685, 52685, 65997, 25339, 39010, 35450, 35450, 27059, 27368, 27368, 38677, 25339, 27824, 34998, 52685, 52685, 65994, 25339, 68178, 35450, 35450, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 27885, 75998, 27862, 27917, 27947, 31419, 27998, 77953, 27368, 76042, 27368, 28065, 28240, 28234, 28300, 28653, 55417, 25717, 32097, 33612, 28105, 29389, 28164, 29172, 28272, 28332, 28364, 28396, 29441, 28457, 28489, 28609, 30287, 57757, 48147, 31210, 28685, 29419, 28073, 29705, 28945, 29631, 28924, 29591, 30187, 72656, 30753, 28765, 28639, 30273, 20750, 28823, 72606, 30412, 30497, 28132, 28903, 29686, 28960, 30158, 28992, 30439, 29048, 29811, 29077, 29109, 21090, 66062, 69350, 30583, 51947, 29141, 29234, 29294, 29326, 29358, 30095, 30032, 30349, 29473, 23316, 30558, 29563, 29663, 30932, 29737, 29759, 29791, 29843, 28519, 21908, 72632, 29615, 29202, 51976, 29975, 29870, 30838, 30064, 52004, 30127, 30219, 30319, 30004, 30381, 28712, 30471, 30250, 30529, 28425, 30615, 29897, 29016, 28739, 28791, 30725, 72675", + /* 5238 */ "28221, 30807, 30775, 29262, 30909, 28194, 30964, 30991, 30646, 31023, 30675, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 31055, 31149, 35200, 65687, 31191, 76090, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 31242, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22927, 31303, 31373, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 31451, 21090, 66062, 69288, 31858, 31483, 21194, 21327, 21387, 21419, 21451, 21482, 31600, 21514, 21627, 23316, 22551, 31572, 21782, 79613, 78383, 78405, 31632, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 46004, 61946, 61959, 75351, 23108, 77953, 27368, 65087, 27368, 25140, 21830, 21824, 20123, 78985, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 5820 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 31678, 31691, 27368, 22692, 58703, 31723, 66536, 31774, 77953, 27368, 27471, 27368, 31834, 21830, 21824, 20123, 22810, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 31890, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 31992, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 32038, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32070, 59303, 27368, 22692, 27321, 27334, 77499, 32141, 77953, 27368, 21162, 32217, 32252, 21830, 21824, 20123, 20430, 75325, 25717, 39433, 38337, 32355, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 31742, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 27401, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32415, 32812", + /* 6402 */ "27368, 52400, 33841, 32467, 55443, 23108, 77953, 37539, 27368, 27368, 34845, 21830, 21824, 20123, 74429, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 22692, 27368, 27368, 24583, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 37906, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 48891, 61230, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 47467, 27368, 33065, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 27059, 27368, 32557, 38677, 25339, 32595", + /* 6984 */ "34998, 52685, 52685, 65994, 25339, 44733, 35450, 35450, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 23818, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 37906, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 48891, 61230, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 47467, 27368, 33065, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 27059, 27368, 41483, 38677, 25339, 32595, 34998, 52685, 52685, 65994, 25339, 44733, 35450, 35450, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 37906, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 48891, 62347, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 47467, 27368, 33065, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 27059, 27368, 41483, 38677, 25339, 32595, 34998, 52685, 52685, 65994, 25339, 44733, 35450, 35450, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 7566 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 37906, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 48891, 61230, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 47467, 27368, 33158, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 27059, 27368, 41483, 38677, 25339, 32595, 34998, 52685, 52685, 65994, 25339, 44733, 35450, 35450, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 33215, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 38961, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 48891, 61230, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 47467, 27368, 33065, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 27059, 27368, 41483, 38677, 25339, 32595, 34998, 52685, 52685, 65994, 25339, 44733, 35450, 35450, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 8148 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 68117, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 46982, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685", + /* 8730 */ "53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 34578, 27368, 68963, 32633, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 27368, 25516, 31101, 52421, 25339, 61115, 52685, 52685, 53341, 52685, 37081, 25339, 73089, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 36778, 32746, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078", + /* 9312 */ "66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 47726, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32844, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 9894 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 22692, 63450, 32883, 63471, 23108, 77953, 27368, 76042, 27368, 49584, 21830, 21824, 20123, 20718, 75325, 25717, 36664, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 79280, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 32953, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 22692, 27368, 27368, 26986, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 10476 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 33041, 33134, 33212, 47087, 29531, 33247, 20328, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 31646, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 33298, 46144, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 22670, 63033, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 34442, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 34556, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 33374, 23830, 27368, 22692, 27368, 27368, 62664, 33444, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 79685, 33504, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704", + /* 11058 */ "22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 57663, 76431, 33586, 33668, 33698, 33730, 33804, 33873, 33917, 34052, 34106, 34167, 34240, 34272, 34304, 34405, 34474, 34528, 27246, 34610, 44952, 73284, 60858, 52685, 43664, 57517, 34658, 76726, 59344, 44398, 35450, 34725, 26261, 34783, 61230, 32563, 34905, 34956, 70187, 74510, 34996, 35030, 43772, 35964, 47836, 35074, 66305, 35108, 35450, 72428, 27368, 35178, 23613, 35232, 25339, 35366, 76714, 44446, 52685, 38447, 43844, 25339, 67122, 62569, 35449, 52804, 63564, 35483, 41056, 74989, 35554, 50667, 35603, 49036, 35644, 67212, 35695, 35766, 43144, 47254, 45674, 35799, 69410, 35869, 35947, 43709, 36012, 42319, 36061, 26456, 27368, 36113, 43312, 36199, 64986, 66255, 56712, 35718, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 57259, 36239, 48950, 42821, 56171, 36363, 40015, 48537, 36440, 36529, 36587, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 74930, 27368, 22692, 24131, 44561, 36637, 27151, 73533, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 37906, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 46709, 68940, 34435, 25338, 69883, 36707, 52685, 73747, 36810, 59390, 36854, 65997, 70750, 36893, 35450, 47455, 36944, 27368, 33065, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 27059, 44158, 41483, 37013, 64734, 37069, 40223, 52685, 34373, 73274, 25339, 37113, 35450, 35767, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 49928, 37220, 37277, 40072, 70313", + /* 11640 */ "45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 48307, 56875, 73614, 37309, 37339, 37371, 27151, 45990, 74239, 76042, 27368, 70979, 63876, 51060, 37446, 74810, 32006, 27548, 37515, 37585, 37602, 37634, 37678, 37710, 26527, 50276, 52685, 37760, 37831, 37871, 69943, 44749, 57887, 37903, 61230, 37938, 37990, 43076, 38056, 38139, 57525, 60085, 70801, 72961, 64414, 74613, 57309, 60459, 37483, 47467, 27368, 33065, 23171, 25339, 39909, 35826, 52685, 69026, 52685, 38186, 38223, 25339, 38259, 35450, 35450, 38311, 27368, 41483, 38677, 25339, 32595, 34998, 52685, 52685, 65994, 25339, 44733, 35450, 35450, 57889, 41481, 38369, 55178, 38424, 52685, 76727, 25339, 43592, 65540, 52636, 48216, 38491, 62806, 38563, 63842, 38615, 72019, 41938, 23173, 37027, 52685, 63977, 52303, 35450, 38658, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 56793, 38710, 38809, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43487, 41297, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 47009, 49522, 77665, 38863, 38892, 38924, 27151, 27368, 74239, 76042, 33971, 38993, 64353, 64334, 26321, 65268, 29921, 28549, 24363, 37398, 39042, 39095, 39173, 52737, 67595, 56229, 39205, 65898, 39249, 39376, 52623, 72299, 67901, 48891, 73197, 27368, 25338, 39477, 39516, 52685, 52684, 39575, 52685, 39646, 65997, 39705, 71123, 64529, 64523, 39812, 57687, 75796, 74954, 39902, 46669, 50361, 52685, 55277, 39941, 75925, 69618, 25339, 39984, 64697, 35450, 74071, 23025, 40117, 40173, 26148, 40215, 58046, 52685, 71287, 40255, 66376, 61786, 35450, 40703, 54703, 48410, 40290, 63936, 26041, 40336, 73911, 49678, 49826, 60497, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 55927, 23173, 37027, 52685, 40389, 63107, 35450, 40430, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 40481, 40551, 36331, 40649, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 12222 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 56851, 75713, 40750, 40782, 40812, 40844, 40903, 40975, 41007, 41126, 51187, 57813, 64241, 41236, 41268, 41384, 53892, 41453, 45865, 41515, 53001, 41585, 41641, 67175, 35980, 41721, 62447, 41801, 41848, 41900, 47963, 59491, 41970, 33472, 42033, 40871, 42138, 42170, 42232, 42264, 42377, 72167, 42409, 42499, 42531, 42592, 42694, 77349, 42763, 42853, 42954, 39842, 43037, 46904, 43108, 43176, 63761, 67714, 43256, 44617, 62867, 43344, 69793, 43403, 43461, 66961, 44835, 43519, 46195, 43566, 43638, 43741, 41204, 43815, 60144, 43893, 43943, 74133, 43991, 70661, 39870, 44088, 55178, 44120, 55355, 26090, 75865, 51661, 70098, 56725, 44152, 44190, 44309, 59935, 44369, 39735, 44478, 44538, 25312, 44593, 44649, 44709, 44781, 44887, 36389, 45001, 45098, 39280, 52265, 45184, 42922, 64037, 37037, 45266, 77371, 55812, 45324, 34335, 45397, 45429, 45511, 45589, 45646, 36605, 43429, 35417, 51128, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 33266, 23723, 45750, 45779, 45811, 45939, 27368, 74239, 76042, 27368, 42082, 72774, 69527, 44337, 65176, 33998, 37906, 24672, 53556, 75733, 67532, 59717, 73017, 52685, 50302, 52685, 76726, 46036, 41609, 70513, 35450, 57887, 48891, 61230, 27368, 25338, 25339, 53392, 52685, 52685, 46087, 48036, 52685, 65997, 38227, 59982, 35450, 35451, 47467, 27368, 33065, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 27059, 46141, 41483, 38677, 75568, 32595, 58989, 52685, 52685, 65994, 25339, 44733, 35450, 53238, 57889, 41481, 25337, 55178, 26041, 52685, 76727, 25339, 43592, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 46176, 46227, 69045, 73874, 77281, 46306, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 36081, 46340, 76819, 46388, 35417, 51119, 41751, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 37553, 53914", + /* 12804 */ "46420, 46449, 46481, 27151, 27368, 46567, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 46613, 27368, 25287, 31101, 32435, 25339, 59717, 36320, 52685, 70400, 52685, 76726, 46667, 41609, 41928, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 61288, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 52440, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 46701, 25337, 71520, 69684, 63339, 76727, 25339, 46741, 35450, 70020, 46787, 61002, 58401, 24487, 46874, 46952, 73497, 47065, 46535, 47119, 59443, 47196, 47228, 70933, 58876, 47299, 49130, 68486, 36760, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 47367, 47399, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 33772, 20591, 76042, 27368, 72515, 47499, 47570, 47628, 47696, 66076, 47766, 24363, 65770, 44952, 66761, 47806, 59584, 49446, 35042, 26847, 72207, 60769, 47909, 54274, 69813, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 33087, 61689, 23171, 42099, 25339, 71722, 52685, 61370, 52685, 52685, 66366, 25339, 55698, 35450, 35450, 41937, 41540, 41483, 38677, 66772, 28027, 47995, 52685, 48035, 48068, 70453, 75458, 35450, 48107, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 35612, 43126, 61167, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 48431, 58326, 48179, 21116, 48248, 48280, 48382, 48463, 33636, 48478, 34814, 68282, 64797, 48510, 55601, 48569, 66076, 27368, 48816, 72913, 31920, 55682, 42560, 42440, 35837, 48666, 64461, 56268, 25339, 67024, 47429, 57190, 48716, 54901, 48785, 48889, 44969, 71695, 48923, 73859, 48982, 49086, 65320, 49118, 59964, 49162, 49194, 49245, 36912, 49277, 20045, 25580, 42060, 49325, 36029, 53124, 38191, 49358, 73648, 49426, 53797, 48075, 62895, 35450, 62991, 50005, 49498, 49554, 40449, 49666, 34135, 49710, 45365", + /* 13386 */ "49742, 49800, 49858, 49911, 66496, 49960, 40507, 50037, 50186, 50218, 49013, 50249, 51724, 50334, 50409, 69226, 50463, 25792, 50514, 50600, 50632, 45152, 50699, 50776, 60336, 48331, 37027, 54604, 65983, 50838, 76976, 68404, 58103, 53158, 38626, 26457, 37037, 57394, 41937, 50893, 50925, 76790, 36206, 77291, 40072, 70313, 51885, 50983, 51041, 35899, 36605, 43429, 38107, 51110, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 20614, 51160, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 77430, 27368, 55034, 51219, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 13968 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 74253, 34020, 51278, 51307, 51339, 51459, 25666, 51565, 78084, 48753, 51635, 51693, 51775, 51835, 51917, 52036, 42001, 26949, 60698, 66180, 52068, 56953, 74739, 43688, 52100, 26863, 52176, 66243, 52208, 44020, 52600, 52335, 77023, 52375, 71582, 52491, 52541, 35334, 63710, 52685, 35571, 55800, 52685, 62508, 25339, 34924, 52577, 35450, 38531, 66667, 28871, 23171, 40183, 48634, 35826, 52668, 52718, 45460, 47530, 27119, 47864, 52784, 37799, 67052, 52836, 41414, 41483, 48350, 25339, 46816, 34998, 55743, 52685, 63303, 25339, 75458, 52923, 35450, 73805, 52970, 53066, 49879, 45614, 76177, 53190, 74680, 53287, 59873, 38831, 59680, 53382, 42662, 54117, 49054, 71958, 75616, 60207, 23173, 52144, 62726, 49377, 54062, 76892, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 26798, 35393, 53424, 69123, 46356, 40045, 61606, 43429, 35417, 51119, 53479, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 62203, 19888, 48837, 48857, 53529, 53604, 33885, 74239, 77552, 47734, 53718, 73346, 53767, 51803, 53836, 50482, 53958, 53946, 31101, 44855, 39484, 71794, 47335, 53990, 47325, 54094, 54149, 42106, 66468, 47657, 50806, 44911, 38951, 61693, 27368, 54181, 25339, 59757, 42654, 52685, 53138, 52685, 62739, 59110, 54229, 52509, 69150, 54269, 41938, 41421, 54728, 54306, 54045, 75436, 41352, 77062, 54360, 54462, 54522, 45030, 38777, 77110, 65414, 40718, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 23921, 54554, 54597, 54636, 48684, 66000, 57250, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 54672, 75474, 54760, 39673, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 14550 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 32486, 76443, 78063, 54813, 54842, 54874, 54951, 55011, 20774, 77605, 55066, 55150, 55223, 55309, 59049, 55387, 66714, 27368, 31802, 32169, 22713, 53097, 37839, 41182, 55475, 55513, 55573, 55633, 60044, 54565, 51864, 61635, 57749, 53572, 54919, 45699, 55665, 65819, 54197, 55730, 34360, 55775, 52685, 55844, 35323, 25339, 55890, 55959, 55994, 58573, 61545, 61689, 56030, 34208, 56062, 60071, 56148, 71311, 56203, 52685, 42293, 56300, 65835, 44056, 49986, 50951, 56366, 56398, 56459, 56533, 56427, 70238, 64859, 56600, 68341, 53735, 65921, 56687, 56757, 42345, 56825, 56923, 39063, 58022, 56985, 57062, 57094, 57150, 57222, 44808, 36675, 57291, 57341, 54781, 57388, 57426, 69165, 58860, 57458, 57490, 57557, 57030, 57118, 57606, 64054, 37033, 66890, 57719, 57789, 37037, 57845, 50861, 57921, 42467, 57992, 58078, 42200, 58135, 70313, 45345, 40398, 38279, 36269, 36605, 43429, 35417, 50744, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 41689, 56891, 76660, 58181, 58210, 58242, 27151, 33757, 58301, 24855, 25080, 58358, 58433, 58512, 58544, 58647, 66076, 23601, 32687, 31101, 44952, 60755, 58735, 68611, 69061, 36822, 71330, 70298, 46055, 58832, 46755, 59632, 58908, 31341, 28577, 75295, 58940, 31949, 59021, 67608, 59081, 46252, 59187, 45234, 56630, 59233, 43224, 64932, 60895, 72075, 59292, 32185, 20063, 75198, 59335, 59376, 59422, 78192, 63818, 69669, 40258, 75521, 64625, 70557, 59475, 52938, 60607, 59523, 38677, 67517, 59578, 43005, 52685, 57009, 65994, 67411, 59616, 35450, 60484, 59664, 41481, 59712, 58786, 48003, 52685, 58765, 59749, 45050, 37475, 26456, 48209, 59789, 59830, 52685, 51078, 66000, 59868, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 36555, 59905, 60014, 67790, 38024, 60117, 60176, 60255, 45129, 60310, 60368, 36206, 77291, 40072, 70313, 45345, 40398, 63396, 69557, 60397, 60429, 70613, 39762, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 52343, 34074, 60529, 60548, 60580, 27151, 27368, 51589, 23374, 40519, 43059, 38154, 62792, 26579, 50431, 51511, 45718, 60649, 33326, 62284, 60730, 70763, 44249, 50377, 47596, 52685", + /* 15132 */ "60801, 60833, 77158, 52237, 60890, 60927, 31327, 28853, 27368, 25338, 59798, 59757, 52685, 56501, 53138, 53350, 52685, 65997, 56568, 59982, 35450, 71142, 65425, 27369, 33412, 60976, 47877, 37641, 54416, 61034, 62428, 26512, 61073, 65997, 61110, 61147, 26629, 35450, 61199, 27368, 41483, 38677, 61280, 61320, 61358, 54640, 52685, 61402, 69869, 38515, 35450, 61442, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 43606, 61475, 26735, 61507, 44221, 36734, 61577, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 27151, 27368, 61675, 41553, 23235, 61725, 61858, 61838, 44677, 61890, 61991, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 61410, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 41075, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 62045, 54430, 52752, 77281, 62983, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 34626, 23284, 24880, 62106, 62135, 62167, 62235, 21938, 25228, 62316, 67957, 24435, 62397, 62479, 62540, 62608, 39344, 33554, 32714, 73997, 45907, 68877, 62696, 62771, 45479, 62838, 73399, 38459, 68875, 62952, 68194, 41094, 63023, 61248, 73215, 33834, 63065, 25339, 63139, 63215, 52685, 63269, 63335, 45215, 75079, 25339, 63371, 44040, 35450, 63428, 58269, 63503, 74015, 31960, 63596, 35826, 63684, 63742, 63793, 77243, 41325, 63908, 63616, 69959, 64009, 72314, 64132, 64086, 48618, 64164, 20836, 64210, 64385, 64446, 67497, 75412, 38392, 64493, 27047, 49293, 45967, 64561, 58971, 55191, 52685, 64601, 25339, 64677, 35450, 62920, 27368, 64729, 64766, 39217, 20854, 35263, 46308", + /* 15714 */ "40617, 23173, 37027, 32601, 51075, 64909, 43959, 35734, 37033, 36207, 77286, 65554, 64964, 65018, 65050, 42623, 66909, 65119, 65208, 65240, 35294, 38083, 65300, 40398, 35915, 65352, 65148, 65384, 65457, 65489, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 65586, 21658, 21689, 21718, 65660, 65719, 27368, 20567, 29504, 33944, 65802, 65867, 65953, 44277, 66032, 51366, 27368, 24363, 66108, 66212, 66287, 59717, 66337, 52685, 49768, 52685, 66408, 66568, 41609, 66619, 35450, 57887, 66699, 62365, 33398, 66746, 66811, 67470, 70373, 76137, 49466, 66860, 56253, 54389, 50543, 53219, 66941, 47937, 49213, 40931, 27630, 66993, 25339, 67093, 56486, 57574, 67154, 71434, 61041, 67207, 63094, 67244, 35450, 26382, 26922, 27368, 41483, 67315, 67355, 31271, 40357, 52685, 52685, 67403, 53804, 75458, 47664, 67844, 63652, 52864, 67443, 67564, 67640, 67695, 34678, 67746, 56320, 67822, 67890, 40943, 68428, 75936, 27830, 51078, 73694, 35450, 67933, 48599, 67989, 68046, 57356, 36144, 68078, 34751, 56655, 68149, 68226, 68258, 68314, 68373, 39307, 37037, 41816, 71159, 68460, 37785, 36497, 68518, 68574, 25928, 35915, 35899, 36605, 43429, 35417, 39780, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 24525, 74216, 23136, 68643, 68675, 68819, 74191, 25204, 68909, 51246, 68849, 68995, 69093, 69197, 69258, 37414, 27368, 69320, 31079, 69382, 69442, 69497, 69589, 69650, 46842, 69716, 69763, 69845, 69915, 69991, 70077, 37137, 27368, 25774, 70130, 70162, 75103, 38739, 70219, 43287, 70270, 70345, 52685, 70432, 43861, 70485, 70545, 70589, 70645, 53497, 70693, 33180, 70725, 67323, 24462, 70795, 70833, 72191, 58800, 62074, 70865, 53034, 70906, 68108, 71011, 24071, 71066, 71098, 71191, 42883, 71228, 71362, 71419, 74672, 71466, 69465, 40676, 65518, 66648, 71565, 71614, 56092, 63237, 53447, 71668, 71768, 71826, 51009, 59155, 37161, 71858, 57945, 55340, 71906, 71990, 72051, 61806, 31117, 72107, 58464, 38583, 63183, 64645, 70959, 72139, 72239, 72271, 72491, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 72346, 72400, 53314, 72460, 75050, 36470, 36605, 43429, 68542, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 16296 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 36981, 22692, 77451, 72547, 72579, 27151, 72707, 27457, 72719, 46581, 54328, 71387, 72751, 72806, 76598, 66076, 27368, 72891, 31403, 24304, 41601, 73446, 72945, 59836, 72993, 27792, 73049, 73081, 51743, 73121, 55962, 57635, 23471, 41769, 73166, 32921, 71937, 73247, 58480, 73316, 70388, 73378, 74489, 43205, 73431, 73478, 44506, 36167, 63636, 73529, 61689, 23171, 56553, 25339, 59260, 52685, 26045, 52685, 52685, 65997, 25339, 71874, 76237, 35450, 41937, 27368, 73565, 74975, 25339, 78176, 34998, 73646, 52685, 38766, 25339, 59133, 35450, 35450, 57889, 51487, 73680, 73726, 46274, 36861, 68014, 52545, 41868, 35450, 73792, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 73837, 73906, 73943, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 74047, 44426, 40398, 35915, 35899, 40580, 74103, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 21955, 74165, 23543, 74285, 74317, 27151, 27368, 74239, 76042, 27368, 52289, 64272, 74461, 54490, 74542, 66076, 27368, 24363, 75157, 37958, 25339, 59717, 46109, 52685, 46099, 52685, 76726, 74604, 41609, 42722, 35450, 57887, 27368, 61693, 55093, 25338, 67776, 74645, 52685, 74712, 53138, 77194, 52685, 65997, 64569, 59982, 55998, 62576, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 60223, 41481, 25337, 39125, 72368, 76371, 76727, 71196, 38010, 61443, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 45537, 37033, 42906, 74792, 72835, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 16878 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 33102, 27368, 46635, 74842, 74871, 74903, 27151, 27368, 74239, 76042, 27368, 45557, 40085, 50651, 75021, 52459, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 75135, 25829, 25339, 25339, 58385, 52685, 58149, 52685, 52685, 75189, 25339, 67371, 35450, 35450, 41937, 75230, 75264, 75383, 71496, 41155, 64828, 43783, 39952, 75506, 75553, 75600, 56776, 42794, 75648, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32844, 59303, 27368, 22692, 27368, 59546, 75686, 75765, 23760, 71034, 76042, 27431, 75850, 64303, 75897, 55541, 75968, 66076, 27667, 76030, 76074, 44952, 61756, 35663, 73760, 76122, 71259, 76169, 59201, 66438, 50568, 67283, 76209, 66520, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 76278, 52685, 26045, 52685, 52685, 65997, 25339, 49394, 35450, 35450, 41937, 27368, 76326, 38677, 25339, 28027, 34998, 76364, 52685, 63166, 25339, 71636, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 22692, 27368, 26679, 39406, 76403, 27368, 76475, 76042, 60617, 72859, 71736, 76521, 76569, 76630, 66076, 51603, 24363, 31101, 44952, 37646, 47164, 52686, 55481, 53150, 76692, 76726, 25872, 66587, 35450, 76759, 57887, 76851, 61693, 27652, 53018, 66779, 59757, 63961, 71533, 55858, 52685, 52685, 52129, 25339, 59982, 76890, 45066, 41938, 36974", + /* 17460 */ "61689, 23171, 64178, 25339, 43371, 52685, 26045, 76924, 57960, 54020, 25339, 20870, 67266, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 26215, 65994, 25339, 76960, 35450, 35450, 77008, 41481, 25337, 63863, 26041, 77055, 76727, 77094, 38010, 57181, 26456, 51427, 77142, 77190, 77226, 64877, 77275, 77323, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 32518, 59303, 27368, 34496, 27368, 60278, 77403, 27151, 27368, 74239, 76042, 27368, 38678, 28033, 52685, 34693, 76246, 66076, 27368, 24363, 31101, 44952, 25339, 59717, 52685, 52685, 53150, 52685, 76726, 25339, 41609, 35450, 35450, 57887, 27368, 61693, 27368, 25338, 25339, 59757, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 59982, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 41483, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 77483, 76489, 23980, 77531, 27368, 77584, 24001, 77637, 77953, 48746, 76042, 27368, 25140, 77697, 21824, 21355, 21876, 75325, 25717, 24060, 33612, 19920, 34873, 77804, 21225, 20095, 20672, 20155, 20187, 49634, 77866, 20280, 20360, 79768, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704", + /* 18042 */ "22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 77898, 77916, 25539, 25561, 23662, 23108, 77953, 27368, 47267, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 23483, 77948, 78003, 52891, 77985, 53686, 78035, 77953, 61535, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 78116, 21225, 20095, 20672, 20155, 20187, 49634, 78224, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368", + /* 18624 */ "27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 22692, 27368, 27368, 43534, 27151, 27368, 27368, 76042, 27368, 38678, 28033, 52685, 34693, 67061, 66076, 27368, 24363, 31101, 32904, 25339, 26001, 52685, 52685, 53150, 52685, 76726, 25339, 34964, 35450, 35450, 57887, 27368, 27368, 27368, 25338, 25339, 54237, 52685, 52685, 53138, 52685, 52685, 65997, 25339, 43911, 35450, 35450, 41938, 27368, 61689, 23171, 25339, 25339, 35826, 52685, 26045, 52685, 52685, 65997, 25339, 46920, 35450, 35450, 41937, 27368, 27368, 38677, 25339, 28027, 34998, 52685, 52685, 65994, 25339, 75458, 35450, 35450, 57889, 41481, 25337, 63863, 26041, 52685, 76727, 25339, 38010, 35450, 26456, 27368, 25336, 52685, 52685, 51078, 66000, 35450, 41938, 23173, 37027, 52685, 51075, 77281, 35450, 35734, 37033, 36207, 77286, 26457, 37037, 57394, 41937, 37037, 41816, 53255, 36206, 77291, 40072, 70313, 45345, 40398, 35915, 35899, 36605, 43429, 35417, 51119, 41671, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 22692, 63525, 63545, 27263, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 23018, 59303, 27368, 22692, 51388, 51408", + /* 19206 */ "60944, 23108, 77953, 27368, 76042, 27368, 25140, 21830, 21824, 20123, 20718, 75325, 25717, 24060, 33612, 19920, 34873, 19997, 21225, 20095, 20672, 20155, 20187, 49634, 20248, 20280, 20360, 22166, 57757, 48147, 31210, 20462, 49612, 25148, 22066, 22795, 20944, 32302, 79744, 50154, 68752, 22044, 20646, 20704, 22152, 20750, 23205, 68702, 22404, 22576, 19947, 20902, 21805, 20923, 50125, 77728, 22490, 20997, 19965, 50096, 21058, 21090, 66062, 69288, 31858, 50067, 21194, 21327, 21387, 21419, 21451, 20216, 31600, 21514, 21627, 23316, 22551, 32984, 21782, 79613, 78383, 78405, 21862, 33009, 78146, 21908, 68728, 79669, 22341, 22016, 21987, 20516, 22639, 22098, 22432, 22198, 24193, 22311, 78911, 22373, 20489, 22464, 22129, 22522, 32383, 22608, 20543, 77752, 21571, 77772, 22745, 68771, 21282, 22842, 20965, 78704, 22904, 21255, 22959, 22986, 21545, 21595, 20027, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 76858, 27368, 76856, 53668, 65613, 65628, 44933, 78256, 77953, 27368, 27368, 27368, 27179, 21830, 21824, 78939, 21295, 53866, 25717, 27368, 33530, 78294, 78799, 78353, 21225, 20095, 20672, 20155, 78437, 78851, 78498, 20280, 20360, 22166, 57757, 48147, 31210, 78530, 78829, 27187, 22066, 22795, 20944, 32302, 79744, 21026, 74394, 79591, 20646, 20704, 22152, 20750, 23205, 74344, 78616, 79338, 78321, 20902, 21805, 20923, 50125, 79487, 78643, 78675, 19965, 50096, 21058, 21090, 66062, 74572, 79424, 50067, 21194, 21327, 21387, 78736, 78768, 79109, 31600, 21514, 21627, 23316, 79399, 78883, 21782, 79613, 79171, 79193, 78971, 33009, 78146, 21908, 74370, 79669, 22341, 31512, 79017, 20516, 22639, 79078, 31540, 22198, 77834, 79141, 78911, 79225, 78557, 79312, 79256, 79370, 78466, 79456, 20543, 79511, 22255, 79531, 79563, 74413, 20417, 22872, 32323, 79046, 79645, 20390, 79717, 78584, 22229, 22279, 20310, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 27368, 1, 1105922, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1105922, 1105922, 1105922, 1105922, 73953, 0, 0, 0, 73953, 1105922, 1105922, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 0, 0, 73953, 73953, 1105922, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 57344, 172032, 73953, 73953, 73953, 73953, 90112, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953", + /* 19796 */ "73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 188662, 250, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 73953, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 284, 0, 0, 0, 0, 0, 0, 57344, 172032, 284, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 320, 0, 0, 0, 5849088, 0, 5914624, 6004736, 0, 0, 0, 0, 0, 5914624, 0, 0, 4898816, 0, 9486336, 9486336, 0, 688, 688, 688, 688, 0, 0, 688, 688, 0, 688, 688, 688, 688, 688, 0, 0, 0, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5627904, 5636096, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5701632, 5324800, 5324800, 4759552, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5791744, 5324800, 5324800, 5324800, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 6004736, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 5324800, 766, 5324800, 5324800, 688, 688, 5324800, 5324800, 5324800, 5324800, 688, 688, 5324800, 5324800, 4841472, 5095424, 4841472, 5095424, 4841472, 5095424, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2207, 2208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 5324800, 5849088, 5865472, 5324800, 5324800, 5324800, 5324800, 5324800, 5890048, 5324800, 5324800, 5324800, 5914624, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 6004736, 5324800, 5324800, 5324800, 5324800, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5849088, 5324800, 5324800, 5324800, 5324800, 5890048, 5324800, 5005312, 5324800, 5914624, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4808704, 5324800, 5324800, 5619712, 5324800, 5324800, 5324800, 5324800, 5767168, 5324800, 4890624, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 688, 688, 688, 688, 5603328, 5619712, 688, 688, 4628480, 688, 688, 688, 688, 6045696, 688, 688, 688, 688, 688, 0, 0, 0, 0, 0, 0, 5324800, 5324800, 4595712, 5324800, 5324800, 5324800, 5324800, 5324800, 5652480, 4636672, 5324800, 5324800, 5324800, 5324800, 5324800, 5668864, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 0, 5324800, 988, 5324800, 5324800, 5324800, 5603328, 5619712, 5324800, 5324800, 4628480, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5726208, 5324800, 5324800, 5324800, 5324800, 4808704, 5324800, 5324800, 5767168, 5324800, 5324800, 5783552, 5324800, 4890624, 5324800, 4898816, 5816320, 5324800, 5324800, 690, 690, 5324800, 5324800, 5324800, 5324800, 690, 690, 5324800, 5324800, 4841472, 5095424, 4841472, 5095424, 4841472, 5095424, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1384448, 0, 1384448, 8454684, 81923, 0, 0, 5, 6, 218, 218, 0, 0, 0, 544, 0, 5324800, 5324800, 5849088, 5865472, 5324800, 5324800, 5324800, 5324800, 5324800, 5890048, 5324800, 5005312, 5324800, 5324800, 5914624, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 6004736, 5324800, 5324800, 690, 4669440, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5324800, 4669440, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 0, 0, 0, 0, 690, 690, 690, 690, 690, 5324800, 5324800, 5324800", + /* 20433 */ "5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 5472256, 0, 0, 7, 253952, 352256, 0, 688, 688, 5595136, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5693440, 688, 688, 688, 688, 5718016, 688, 688, 688, 688, 688, 0, 5808128, 5931008, 688, 5963776, 688, 688, 5324800, 5611520, 5324800, 5660672, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 5808128, 5931008, 5324800, 5963776, 5324800, 5324800, 5324800, 5324800, 5324800, 4644864, 5324800, 4661248, 5324800, 5324800, 6135808, 5677056, 5324800, 5324800, 4734976, 5324800, 5324800, 5324800, 5324800, 5742592, 5324800, 5750784, 5324800, 5324800, 5324800, 5324800, 4915200, 5324800, 5324800, 5324800, 5324800, 5324800, 4694016, 5685248, 5324800, 5324800, 5324800, 5324800, 5324800, 4956160, 5324800, 4980736, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5218304, 5267456, 4988928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 551, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 626, 0, 0, 629, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 402, 428, 428, 0, 0, 0, 428, 428, 479, 479, 494, 494, 479, 479, 494, 494, 521, 479, 494, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5693440, 5324800, 5324800, 5324800, 5324800, 5324800, 5718016, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5758976, 5324800, 4857856, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 5324800, 5324800, 5324800, 5603328, 5619712, 5324800, 5324800, 4628480, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4898816, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5832704, 5840896, 5324800, 5857280, 4947968, 5324800, 5324800, 5881856, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 5472256, 1, 0, 7, 0, 0, 0, 0, 5627904, 0, 0, 5701632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5906432, 0, 0, 0, 0, 4923392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 576, 0, 0, 0, 0, 636, 0, 5193728, 0, 0, 0, 0, 0, 0, 0, 0, 6029312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2181, 1137, 0, 0, 0, 0, 0, 0, 5201920, 6053888, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 2677, 417, 417, 417, 1331, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 3283, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 2483, 510, 510, 510, 510, 510, 510, 510, 510, 510, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5791744, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5906432, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5898240, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5840896, 0, 4538368, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4677632, 0, 0, 0, 0, 4620288, 0, 688, 688, 5324800, 5324800, 5324800, 4620288, 5324800, 4677632, 5324800, 5324800, 4743168, 5324800, 5324800, 5324800, 688, 688, 5185536, 5193728, 5201920, 688, 6029312, 688, 688, 688, 688, 688, 6053888, 688, 688, 688, 0, 0, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5627904, 5636096, 5324800, 5324800, 5324800, 4538368, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 4857856, 5160960, 5324800, 5324800, 5324800, 5324800, 5185536, 5193728, 5324800", + /* 21066 */ "5201920, 5324800, 6029312, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 6053888, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 0, 0, 0, 5709824, 0, 5922816, 0, 0, 0, 0, 0, 5652480, 0, 0, 0, 0, 4939776, 0, 0, 6045696, 0, 0, 0, 0, 0, 0, 5169152, 0, 0, 0, 5988352, 4800512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 347, 347, 347, 362, 347, 362, 362, 362, 347, 362, 377, 377, 379, 362, 362, 362, 362, 362, 362, 362, 362, 0, 0, 0, 0, 2181, 0, 5668864, 5775360, 0, 6062080, 6070272, 4792320, 0, 4710400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 1351680, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5922816, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5988352, 6012928, 5324800, 6037504, 5324800, 5324800, 5324800, 6062080, 6070272, 5324800, 5324800, 0, 5324800, 0, 0, 5324800, 5324800, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5726208, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5767168, 5324800, 5324800, 5783552, 5324800, 5324800, 0, 5816320, 5324800, 5324800, 688, 4669440, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5324800, 4669440, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 0, 0, 0, 0, 688, 688, 688, 688, 688, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5324800, 5324800, 5324800, 5652480, 4636672, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4710400, 5324800, 5709824, 5324800, 4767744, 5324800, 5324800, 4792320, 5324800, 4800512, 5324800, 5324800, 5775360, 5324800, 5324800, 5324800, 4939776, 5324800, 5324800, 5324800, 5324800, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 5324800, 5324800, 5325788, 5324800, 5324800, 5324800, 5922816, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5169152, 5324800, 5324800, 5324800, 6045696, 5324800, 5324800, 5324800, 5324800, 5324800, 4595712, 5324800, 5324800, 5324800, 5324800, 5324800, 4866048, 4931584, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 688, 688, 4595712, 688, 688, 688, 5652480, 4636672, 688, 688, 688, 688, 688, 688, 688, 4710400, 688, 688, 5709824, 688, 4767744, 688, 688, 4792320, 688, 4800512, 688, 688, 4866048, 688, 5775360, 688, 688, 688, 4931584, 4939776, 688, 688, 688, 688, 688, 688, 688, 5922816, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5169152, 688, 688, 688, 688, 6045696, 688, 688, 688, 688, 688, 988, 0, 0, 0, 988, 0, 5324800, 5324800, 4595712, 5324800, 5324800, 5324800, 5324800, 5324800, 5652480, 4636672, 5324800, 5324800, 5324800, 5324800, 5324800, 5668864, 5324800, 5324800, 5324800, 5324800, 5922816, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5988352, 5324800, 5169152, 5324800, 6012928, 5324800, 5324800, 6037504, 5324800, 5324800, 6045696, 5324800, 4825088, 4833280, 5324800, 5046272, 5079040, 5087232, 5324800, 4775936, 4882432, 4702208, 4775936, 5324800, 4882432, 5324800, 5324800, 4702208, 4775936, 688, 4882432, 688, 688, 4702208, 4775936, 5324800, 4882432, 5324800, 5324800, 5324800, 5324800, 5324800, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 4988928, 688, 688, 688, 688, 688, 688, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 688, 688, 688, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 688, 688, 688, 5324800, 5324800, 5324800, 5324800, 5324800, 5111808, 688, 688, 5111808, 5324800, 5324800, 5111808, 5324800, 6062080, 6070272, 5324800, 5324800, 5324800, 0, 0, 0, 5955584, 5259264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6152192, 5128192, 0, 0, 0, 0, 0, 6144000, 0, 5873664, 5120000, 0, 0, 0, 0, 0, 281, 0, 0, 0, 0, 0, 0, 0, 0, 57344", + /* 21673 */ "172032, 298, 0, 0, 0, 90112, 307, 0, 307, 307, 0, 307, 307, 307, 0, 323, 307, 307, 307, 307, 307, 307, 307, 0, 337, 337, 337, 337, 337, 337, 0, 337, 0, 0, 270, 337, 0, 337, 337, 337, 337, 337, 337, 337, 0, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 410, 436, 436, 444, 446, 337, 463, 463, 483, 483, 502, 502, 483, 483, 502, 502, 529, 483, 502, 0, 0, 0, 0, 0, 5013504, 0, 2181, 5980160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5824512, 0, 0, 0, 5734400, 5324800, 5324800, 5324800, 5824512, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5955584, 5324800, 0, 5324800, 5980160, 5324800, 5324800, 5324800, 5996544, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 0, 0, 5324800, 688, 5996544, 5177344, 688, 688, 688, 688, 688, 688, 5259264, 6160384, 688, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 5472256, 1, 0, 8568832, 0, 0, 0, 5021696, 0, 6135808, 0, 0, 0, 0, 5971968, 0, 4661248, 0, 0, 0, 0, 0, 0, 0, 0, 5062656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5750784, 0, 0, 0, 0, 0, 0, 577, 0, 0, 0, 0, 0, 0, 0, 0, 586, 587, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 261, 0, 0, 0, 0, 268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5742592, 688, 688, 688, 688, 688, 4915200, 688, 688, 688, 688, 5021696, 688, 688, 688, 5062656, 688, 688, 688, 688, 688, 5971968, 688, 688, 688, 688, 688, 5251072, 688, 5324800, 5324800, 5324800, 5251072, 5324800, 5324800, 5324800, 4644864, 5324800, 4734976, 5324800, 5324800, 5324800, 5324800, 688, 688, 688, 688, 688, 4644864, 688, 4661248, 688, 688, 6135808, 688, 688, 4734976, 688, 688, 688, 688, 5210112, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 4538368, 0, 0, 5324800, 5324800, 5595136, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5693440, 5324800, 5324800, 5324800, 5324800, 5718016, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5758976, 5324800, 4571136, 5242880, 0, 0, 6021120, 0, 0, 0, 0, 4907008, 0, 0, 0, 0, 5947392, 0, 0, 4612096, 0, 0, 0, 5029888, 5939200, 0, 5644288, 5799936, 0, 0, 688, 688, 5644288, 688, 688, 688, 4816896, 688, 688, 4964352, 688, 688, 688, 5054464, 5070848, 688, 688, 688, 688, 5226496, 688, 5324800, 5611520, 4603904, 5324800, 5660672, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5210112, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5718016, 0, 0, 0, 0, 0, 0, 0, 5324800, 5324800, 5324800, 5324800, 5939200, 5324800, 5324800, 5324800, 5324800, 4571136, 4579328, 4612096, 5324800, 5324800, 5324800, 5324800, 5324800, 4718592, 5324800, 4751360, 5324800, 4784128, 5324800, 4874240, 5324800, 4907008, 5324800, 5324800, 5324800, 5324800, 5029888, 5324800, 4825088, 4833280, 5324800, 5046272, 5079040, 5087232, 5324800, 4775936, 4882432, 4702208, 4775936, 5324800, 4882432, 5324800, 5324800, 4702208, 4775936, 690, 4882432, 690, 690, 4702208, 4775936, 5324800, 4882432, 5324800, 5324800, 5324800, 5324800, 5324800, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 4988928, 690, 690, 690, 690, 690, 690, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 690, 690, 690, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 690, 690, 690, 5324800, 5324800, 5324800, 5324800, 5324800, 5111808, 690, 690, 5111808, 5324800, 5324800, 5111808, 4849664, 4874240, 688", + /* 22314 */ "4907008, 688, 688, 688, 688, 5029888, 688, 688, 688, 5103616, 5947392, 688, 688, 688, 6021120, 688, 688, 5234688, 5242880, 688, 4571136, 4579328, 5324800, 5324800, 4612096, 5324800, 5644288, 5324800, 5324800, 4661248, 5324800, 5324800, 6135808, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5742592, 5324800, 5324800, 5324800, 5324800, 4915200, 5324800, 5324800, 5324800, 5324800, 5021696, 5324800, 5324800, 5324800, 5062656, 5324800, 5324800, 5324800, 5971968, 5324800, 6021120, 5324800, 5324800, 5234688, 5242880, 5324800, 4964352, 5963776, 0, 0, 5226496, 5660672, 0, 0, 0, 0, 0, 0, 5054464, 0, 5611520, 0, 0, 0, 0, 5931008, 5808128, 688, 5611520, 688, 5660672, 688, 688, 688, 5627904, 5636096, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5701632, 688, 688, 688, 688, 688, 688, 688, 688, 5791744, 688, 688, 688, 688, 688, 0, 688, 688, 5799936, 688, 688, 688, 688, 688, 5939200, 688, 688, 688, 688, 0, 5324800, 5324800, 5644288, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 5324800, 5324800, 5799936, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4816896, 5324800, 5324800, 4964352, 5324800, 5324800, 5324800, 5054464, 5070848, 5226496, 5324800, 4603904, 5324800, 4964352, 5324800, 5324800, 5324800, 5324800, 688, 4603904, 688, 688, 688, 688, 688, 688, 4923392, 688, 688, 688, 688, 688, 688, 5898240, 688, 688, 4997120, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5152768, 688, 5160960, 4816896, 5324800, 5808128, 5324800, 4964352, 5324800, 5324800, 5931008, 5324800, 5054464, 5070848, 5324800, 5963776, 5324800, 5324800, 5324800, 5226496, 5324800, 4980736, 0, 0, 0, 0, 0, 4956160, 0, 5267456, 5685248, 0, 0, 0, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5734400, 688, 688, 688, 688, 688, 688, 688, 5824512, 688, 688, 688, 688, 688, 688, 688, 5906432, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 688, 688, 688, 5324800, 5267456, 5324800, 5324800, 5324800, 5324800, 5324800, 5218304, 688, 688, 688, 688, 688, 688, 4694016, 688, 688, 688, 688, 688, 4956160, 688, 4980736, 688, 688, 688, 688, 688, 688, 5218304, 5267456, 5324800, 5021696, 5324800, 5324800, 5324800, 5324800, 5062656, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5971968, 5324800, 5324800, 5324800, 5324800, 5324800, 5251072, 5324800, 0, 0, 4784128, 4751360, 4849664, 4874240, 0, 0, 5103616, 0, 0, 0, 0, 0, 550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1199, 392, 392, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4653056, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 688, 688, 4653056, 688, 688, 688, 688, 5210112, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 4538368, 0, 122880, 5324800, 5324800, 5595136, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5857280, 5324800, 5324800, 5881856, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 5472912, 1, 0, 7, 0, 0, 4726784, 5324800, 5324800, 5324800, 5324800, 688, 688, 688, 688, 688, 688, 4726784, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4726784, 5324800, 5324800, 5324800, 5324800, 690, 690, 690, 690, 690, 690, 4726784, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4726784, 5324800, 4743168, 5324800, 5324800, 5324800, 5324800, 4972544, 5324800, 5324800, 5324800, 5324800, 5324800, 5144576, 0, 0, 0, 0, 4669440, 688, 688, 5324800, 5324800, 5324800, 4669440, 5324800, 5324800, 5324800, 5324800", + /* 22931 */ "5324800, 5324800, 5324800, 5324800, 5324800, 5210112, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 228, 0, 0, 0, 228, 0, 229, 0, 0, 0, 688, 5324800, 4587520, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5136384, 4587520, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5136384, 4587520, 5324800, 5324800, 5324800, 5324800, 5324800, 5136384, 4685824, 0, 0, 5046272, 4685824, 5324800, 5324800, 4825088, 4833280, 5324800, 5046272, 5079040, 5087232, 5324800, 4685824, 688, 688, 4825088, 4833280, 688, 5046272, 5079040, 5087232, 688, 4685824, 5324800, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2591, 0, 0, 0, 0, 341, 1139029, 341, 1139029, 341, 1139029, 1139029, 1139029, 1139029, 1139029, 1139029, 1139029, 1139029, 1139029, 1139029, 1139029, 1139029, 1139029, 1139029, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1933312, 1933312, 1933312, 0, 1933312, 0, 0, 0, 0, 0, 0, 0, 1933312, 0, 0, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 0, 0, 0, 366, 368, 366, 366, 366, 368, 375, 368, 368, 368, 368, 366, 366, 366, 375, 366, 366, 366, 0, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 5193728, 0, 0, 0, 0, 0, 0, 0, 0, 6029312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5201920, 6053888, 0, 0, 0, 0, 0, 0, 657, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 657, 0, 0, 0, 0, 0, 0, 0, 657, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 286, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5013504, 0, 0, 5980160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5824512, 0, 0, 0, 5734400, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204800, 0, 0, 228, 204800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 617, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1187840, 0, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 0, 0, 0, 0, 0, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1657, 1658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1908736, 249, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16930, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 261, 0, 0, 290, 0, 0, 0, 0, 0, 0, 0, 290, 0, 0, 0, 0, 228, 0, 0, 0, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 250, 250, 0, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2211, 0, 0, 2213, 0, 0, 0, 2211, 392, 392, 392, 1, 0, 81923, 0, 5, 4358361, 7, 220, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1892704, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 567, 0, 0, 0, 0, 0, 0, 282, 0, 0, 0, 0, 260, 0, 260, 57344, 172032, 0, 0, 279, 260, 90112, 304, 309, 304, 304, 0, 304, 304, 304, 0, 304, 304, 0, 0, 0, 0, 610, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 604, 0, 0, 0, 0, 1068, 1072, 0, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 250, 250, 0, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360695, 250, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1155072, 0, 0, 0, 0, 0, 0, 0, 1155072, 0, 0, 1155072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0", + /* 23916 */ "1155072, 0, 0, 0, 1155072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3189, 0, 0, 0, 0, 0, 0, 0, 0, 1155072, 0, 0, 0, 1155072, 1155072, 1155072, 1155072, 1155072, 1155072, 1155072, 1155072, 1155072, 1155072, 1155072, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1884160, 0, 0, 0, 1884160, 0, 0, 0, 0, 1884160, 0, 0, 0, 0, 0, 0, 0, 0, 1884160, 0, 0, 0, 1884160, 1884160, 1884160, 1884160, 1884160, 1884160, 1884160, 1884160, 1, 81923, 0, 0, 5, 6, 7, 8568832, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 221184, 221184, 221184, 0, 221184, 0, 0, 221184, 221184, 221184, 221184, 221184, 221184, 221184, 221184, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2588, 0, 0, 0, 0, 0, 0, 2593, 0, 0, 0, 0, 0, 547, 548, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 328, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 328, 0, 0, 0, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 6004736, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 5324800, 1274, 5324800, 5324800, 5103616, 5947392, 6021120, 5324800, 5234688, 5242880, 5324800, 4849664, 5324800, 4718592, 5324800, 5324800, 5324800, 5324800, 5324800, 4571136, 4579328, 688, 4612096, 688, 688, 688, 688, 688, 4718592, 688, 4751360, 688, 4784128, 688, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 0, 5324800, 1522, 5324800, 5324800, 5324800, 5603328, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 229376, 0, 0, 229, 229376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0, 57344, 172032, 0, 0, 221184, 221184, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 1193, 392, 392, 392, 1201, 392, 392, 0, 0, 0, 229, 0, 0, 0, 0, 0, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 1171456, 0, 0, 0, 1171456, 1171456, 0, 0, 0, 228, 16933, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 392, 392, 694, 392, 392, 392, 392, 392, 718, 392, 392, 392, 392, 392, 392, 738, 742, 392, 392, 754, 392, 392, 392, 392, 392, 0, 0, 2277, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2286, 417, 417, 2288, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3252, 417, 417, 417, 417, 417, 3257, 417, 417, 417, 417, 417, 417, 417, 3263, 417, 417, 417, 417, 417, 417, 417, 3269, 0, 0, 0, 0, 0, 40960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 276, 0, 0, 0, 0, 0, 0, 0, 229, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 250, 250, 0, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 335872, 335872, 335872, 335872, 335872, 335872, 335872, 335872, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 226, 0, 0, 0, 226, 0, 0, 226, 226, 226, 1163490, 226, 1163490, 226, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163517, 1163517, 1163517, 1163517, 1163517, 1163490, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1154, 0, 0, 0, 0, 226, 226, 226, 226, 1163490, 226, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 1163490, 226, 1163490, 0, 0, 226, 226, 0, 226, 226, 226, 226, 1163490, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 1163490, 1163490, 1163490, 226, 1163490, 226, 226, 226, 226, 226, 226, 226, 1163490, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 57344, 172032, 226, 226, 1163490, 226, 90112, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226", + /* 24802 */ "226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 188662, 251, 226, 1163490, 226, 226, 1163490, 253, 226, 226, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 4391477, 4391477, 4391477, 0, 0, 0, 0, 0, 0, 0, 647, 648, 0, 0, 0, 630, 0, 0, 0, 0, 0, 630, 622, 0, 5472256, 0, 0, 658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 288, 0, 0, 57344, 172032, 0, 244, 288, 288, 90112, 244, 0, 244, 244, 0, 244, 244, 244, 0, 244, 244, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1171456, 1171456, 0, 0, 1171456, 0, 57344, 172032, 0, 1171456, 0, 0, 90112, 0, 0, 0, 0, 1171456, 0, 0, 0, 0, 0, 0, 1171456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 0, 0, 0, 1171456, 0, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 0, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 1171456, 0, 0, 0, 0, 0, 0, 0, 0, 1171456, 0, 0, 0, 1171456, 0, 1171456, 0, 1171456, 0, 0, 1171456, 0, 1171456, 0, 0, 0, 0, 1171456, 0, 0, 1171456, 1, 81923, 0, 0, 5, 0, 7, 7, 212992, 0, 0, 0, 0, 0, 0, 0, 671, 0, 0, 0, 675, 0, 677, 0, 677, 0, 0, 680, 616, 671, 0, 677, 0, 0, 0, 0, 630, 648, 0, 671, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 278528, 0, 0, 0, 0, 0, 0, 0, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5324800, 0, 0, 5324800, 5324800, 5595136, 5324800, 5324800, 1179648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 625, 0, 0, 0, 0, 570, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 623, 0, 0, 0, 0, 628, 0, 0, 0, 562, 0, 0, 0, 635, 0, 0, 123389, 123389, 0, 1179648, 0, 0, 1179648, 0, 1179648, 1179648, 1179648, 123389, 123389, 123389, 123389, 123389, 123389, 123389, 123389, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3379, 0, 0, 0, 0, 0, 0, 0, 3385, 0, 0, 3386, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1774, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 122880, 5324800, 988, 5324800, 5324800, 5324800, 5603328, 0, 1196032, 1196032, 1196032, 1196032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1196032, 0, 0, 0, 0, 0, 0, 0, 1196032, 1196032, 0, 0, 1196032, 0, 57344, 172032, 0, 1196032, 0, 0, 90112, 0, 0, 1196032, 0, 1196032, 1196032, 0, 1196032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 1196032, 0, 0, 0, 0, 0, 0, 1196032, 0, 0, 0, 0, 0, 0, 0, 1196032, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 352, 1892704, 352, 1892704, 1892704, 1892704, 352, 1892704, 352, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 1892704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2176, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1196032, 0, 0, 1196032, 0, 0, 0, 0, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 1196032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1196032, 1, 0, 213, 0, 5, 6, 7, 0, 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 594, 0, 0, 0, 0, 0, 0, 0, 0, 1204577, 1204577", + /* 25700 */ "1204224, 1204577, 1204224, 1204577, 1204577, 1204577, 1204577, 1204577, 1204577, 1204577, 1204577, 1204577, 1204577, 1204577, 1204577, 1204577, 1204577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4808704, 0, 0, 0, 0, 0, 4341760, 4341760, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1097, 0, 0, 0, 0, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4341760, 4341760, 1116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1682, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3179, 0, 0, 0, 0, 0, 0, 3185, 3186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1702, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1783, 392, 392, 392, 2220, 392, 392, 392, 392, 392, 392, 392, 392, 2225, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1481, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2272, 0, 0, 0, 0, 1115914, 417, 417, 417, 417, 2282, 417, 417, 417, 417, 417, 417, 417, 417, 2287, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 3940, 392, 392, 3942, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 3953, 510, 510, 3955, 510, 510, 510, 2495, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1572, 510, 510, 392, 392, 392, 392, 2650, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 417, 766, 417, 417, 417, 417, 2693, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 2975, 392, 392, 392, 392, 392, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3065, 392, 392, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 3202, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3213, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2656, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2667, 417, 417, 417, 417, 3248, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3264, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1330, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2759, 417, 417, 417, 417, 417, 417, 417, 417, 417, 510, 510, 510, 510, 3351, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 402, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3405, 417, 3407, 417, 417, 417, 417, 417, 417, 428, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 720, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 392, 392, 3461, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 3475, 510, 510, 510, 3478, 510, 510, 510, 510, 510, 510, 510, 2527, 510, 2529, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2545, 510, 510, 510, 510, 510, 510, 510, 2849, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2866, 510, 510, 510, 510, 510, 3486, 510, 510, 3488, 510, 510, 510, 510, 3490, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 3527, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3536, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2360, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1341, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417", + /* 26555 */ "417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3547, 417, 417, 428, 417, 417, 417, 417, 3553, 417, 417, 417, 417, 3556, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 961, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 392, 392, 392, 3571, 392, 392, 3574, 392, 392, 392, 392, 3578, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2507, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2517, 510, 510, 510, 510, 3595, 510, 510, 510, 3598, 510, 510, 510, 510, 510, 3602, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 417, 417, 0, 0, 0, 417, 417, 417, 417, 392, 392, 417, 417, 392, 392, 510, 417, 392, 392, 392, 392, 392, 392, 392, 392, 3624, 417, 417, 417, 417, 417, 417, 417, 417, 3632, 417, 417, 417, 417, 417, 417, 3639, 417, 417, 417, 417, 417, 417, 417, 417, 392, 3655, 392, 3657, 392, 3659, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3669, 392, 392, 392, 392, 392, 392, 510, 417, 417, 417, 417, 3651, 417, 417, 417, 392, 392, 392, 392, 392, 392, 3660, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3672, 392, 392, 392, 392, 510, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 3860, 392, 417, 417, 417, 3862, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3872, 417, 417, 417, 3876, 3704, 392, 392, 392, 392, 392, 392, 392, 3711, 417, 417, 417, 417, 417, 417, 417, 3718, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1407, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1408, 417, 417, 417, 417, 417, 417, 417, 1417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3738, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3758, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2555, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 1627, 0, 1633, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 1146, 0, 0, 1123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 392, 392, 392, 3823, 392, 392, 392, 392, 3828, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3842, 510, 510, 510, 510, 3847, 510, 510, 510, 510, 510, 510, 510, 2876, 510, 510, 510, 2880, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2136, 0, 2138, 0, 0, 0, 0, 0, 0, 510, 510, 4057, 510, 510, 510, 4059, 510, 0, 0, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2431, 392, 392, 392, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5324800, 0, 0, 5324800, 5324800, 5595136, 5324800, 5324800, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 227, 0, 0, 0, 227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 1143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1916928, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1220962, 0, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 0, 0, 0, 0, 0, 0, 227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 1335639, 0, 0, 0, 0, 0, 0, 1335296, 0, 0, 0, 0, 0, 0, 0, 1228800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2165, 5193728, 0, 0, 0, 0, 0, 0, 0, 0, 6029312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6578176, 0, 0, 0, 0, 0, 0, 5201920, 6053888", + /* 27431 */ "0, 0, 0, 0, 0, 0, 670, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 670, 0, 0, 0, 0, 0, 0, 0, 670, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 615, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1146880, 5472912, 1343488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132191, 1120, 0, 0, 0, 0, 0, 0, 228, 229, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1117, 0, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1129, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1125, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1125, 1678, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 599, 287, 287, 0, 392, 392, 392, 392, 392, 2273, 0, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1413, 417, 417, 417, 417, 417, 417, 1422, 417, 417, 417, 2273, 2668, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3268, 417, 417, 1245184, 231, 0, 0, 0, 0, 0, 0, 231, 0, 0, 0, 231, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 252, 0, 0, 0, 0, 0, 0, 0, 0, 231, 0, 0, 0, 0, 0, 0, 0, 1245184, 1245184, 1245184, 1245184, 1245184, 1245184, 231, 1245184, 0, 0, 0, 1245184, 0, 1245184, 1245184, 1245184, 1245184, 1245184, 1245184, 1245184, 0, 1245184, 1245184, 1245184, 1245415, 1245184, 1245415, 1245184, 1245415, 1245415, 1245415, 1245415, 1245573, 1245415, 1245184, 1245415, 1245415, 1245573, 1245415, 1245415, 1245415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4808704, 0, 0, 0, 0, 0, 4341760, 4341760, 1116, 0, 0, 0, 0, 0, 0, 0, 0, 245760, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 4391478, 245760, 4391478, 245760, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 0, 0, 0, 0, 1253376, 0, 0, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5324800, 0, 0, 5325564, 5325564, 5595900, 5325564, 5325564, 0, 5849088, 0, 5914624, 6004736, 0, 0, 0, 0, 0, 5914624, 0, 0, 4898816, 0, 9486336, 0, 0, 689, 689, 689, 689, 0, 0, 689, 689, 0, 689, 689, 689, 689, 689, 0, 0, 0, 0, 0, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5628668, 5636860, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5702396, 5325564, 689, 5914624, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 6004736, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 0, 5325564, 766, 5325564, 5325564, 689, 4669440, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5325786, 4670426, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 0, 0, 0, 0, 0, 0, 0, 689, 689, 689, 689, 689, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 0, 0, 0, 0, 0, 5325564, 5325564, 5849852, 5866236, 5325564, 5325564, 5325564, 5325564, 5325564, 5890812, 5325564, 5325564, 5325564, 5915388, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564", + /* 28297 */ "5325564, 5325564, 6005500, 5325564, 5325564, 5325564, 5325564, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 985, 5325786, 5325786, 5325786, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 0, 0, 5325564, 5325564, 5325564, 5604092, 5620476, 5325564, 5325564, 4629244, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 4899580, 5325564, 5325564, 5849852, 5325564, 5325564, 5325564, 5325564, 5890812, 5325564, 5006076, 5325564, 5915388, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 4809468, 5325564, 5325564, 5620476, 5325564, 5325564, 5325564, 5325564, 5767932, 5325564, 4891388, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 689, 689, 689, 689, 5603328, 5619712, 689, 689, 4628480, 689, 689, 689, 689, 5685248, 689, 689, 689, 5325564, 5325564, 5325564, 5325564, 5325564, 5686012, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 4694780, 5325564, 5325564, 5325564, 5325564, 4956924, 4981500, 5325564, 5325564, 689, 5914624, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 0, 0, 5325786, 988, 5325786, 5325786, 5325786, 5604314, 5620698, 5325786, 5325786, 4629466, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5727194, 5325786, 5325786, 5325786, 5325786, 4809690, 5325786, 5325786, 5768154, 5325786, 5325786, 5784538, 5325786, 4891610, 5325786, 4899802, 5817306, 5325786, 5325786, 5120986, 5956570, 5325786, 5129178, 5325786, 5981146, 5997530, 5178330, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5260250, 6161370, 5325786, 5677056, 4734976, 0, 0, 0, 0, 5742592, 0, 5251072, 0, 4915200, 0, 0, 0, 0, 0, 0, 1100, 0, 0, 0, 1104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132191, 0, 0, 0, 0, 0, 0, 0, 1679, 0, 612, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1697, 5325786, 5325786, 5850074, 5866458, 5325786, 5325786, 5325786, 5325786, 5325786, 5891034, 5325786, 5006298, 5325786, 5325786, 5915610, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 6005722, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5833690, 5841882, 5325786, 5858266, 4948954, 5325786, 5325786, 5882842, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 0, 0, 0, 5472256, 1, 0, 7, 0, 0, 0, 689, 689, 5595136, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5693440, 689, 689, 689, 689, 5718016, 689, 689, 689, 689, 689, 0, 5808128, 5931008, 689, 5963776, 689, 689, 5325564, 5612284, 5325564, 5661436, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 764, 5808892, 5931772, 5325564, 5964540, 5325564, 5325564, 5325564, 5325564, 5325564, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 4988928, 689, 689, 689, 689, 689, 689, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5694426, 5325786, 5325786, 5325786, 5325786, 5325786, 5719002, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5759962, 5325786, 4858842, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 4989914, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 0, 0, 0, 0, 0, 0, 4653056, 0, 689, 689, 689, 689, 689, 689, 689, 5325564, 5325564, 5193728, 0, 0, 0, 0, 0, 0, 0, 0, 6029312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2182, 0, 0, 0, 0, 0, 0, 0, 5201920, 6053888, 0, 0, 0, 0, 0, 0, 1129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2177, 0, 0, 0, 1685, 1686, 0, 0, 2185, 0, 0, 0, 0, 0, 0, 0, 5325564, 5325564, 5325564, 5325564", + /* 28907 */ "5325564, 5325564, 5325564, 5792508, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5907196, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5833468, 5841660, 5325564, 5325564, 5325564, 5882620, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5858044, 5325564, 5325564, 5882620, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5899004, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5186300, 6030076, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 4759552, 689, 689, 689, 689, 689, 689, 689, 689, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 4989692, 5325564, 5325564, 5325564, 689, 689, 5185536, 5193728, 5201920, 689, 6029312, 689, 689, 689, 689, 689, 6053888, 689, 689, 689, 0, 0, 0, 0, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5628890, 5637082, 5325786, 5325786, 5325786, 4924378, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5899226, 5325786, 5325786, 4998106, 5907418, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5153754, 5325786, 5161946, 5325786, 5325786, 5325786, 5325786, 5186522, 5194714, 5325786, 5202906, 5325786, 6030298, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 6054874, 5325786, 5325786, 5325786, 5325786, 5325786, 0, 0, 0, 0, 0, 0, 5709824, 0, 5922816, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5923580, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5989116, 6013692, 5325564, 6038268, 5325564, 5325564, 5325564, 6062844, 6071036, 5325564, 5325564, 0, 5325564, 764, 764, 5325564, 5325564, 764, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5726972, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5767932, 5325564, 5325564, 5784316, 5325564, 5325564, 764, 5817084, 5325564, 5325564, 4662012, 5325564, 5325564, 6136572, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5743356, 5325564, 5325564, 5325564, 5325564, 4915964, 5325564, 5325564, 5325564, 5325564, 5022460, 5325564, 5325564, 5325564, 5063420, 5325564, 5325564, 5325564, 5972732, 5325564, 5325564, 5325564, 5325564, 5653244, 4637436, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 4711164, 5325564, 5710588, 5325564, 4768508, 5325564, 5325564, 4793084, 5325564, 4801276, 5325564, 5325564, 5776124, 5325564, 5325564, 5325564, 4940540, 5325564, 5325564, 5325564, 5325564, 4973308, 5325564, 5325564, 5145340, 689, 4620288, 689, 4677632, 689, 689, 4743168, 689, 689, 689, 689, 4972544, 689, 689, 689, 689, 689, 5144576, 5325786, 4621274, 5325786, 4678618, 5325786, 5325786, 5325564, 5325564, 5325564, 5923580, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5169916, 5325564, 5325564, 5325564, 6046460, 5325564, 5325564, 5325564, 5325564, 5325564, 4596476, 5325564, 5325564, 5325564, 5325564, 5325564, 4866812, 4932348, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 689, 689, 4595712, 689, 689, 689, 5652480, 4636672, 689, 689, 689, 689, 689, 689, 689, 4710400, 689, 689, 5709824, 689, 4767744, 689, 689, 4792320, 689, 4800512, 689, 689, 4866048, 689, 5775360, 689, 689, 689, 4931584, 4939776, 689, 689, 689, 689, 689, 689, 689, 5922816, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5169152, 689, 689, 689, 689, 5726208, 689, 689, 689, 689, 689, 689, 5767168, 689, 689, 5783552, 689, 689, 0, 5816320, 689, 689, 689, 5849088, 5865472, 689, 689, 689, 689, 689, 5890048, 689, 689, 689, 689, 5758976", + /* 29424 */ "689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5857280, 689, 689, 5881856, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 4808704, 689, 689, 5767168, 689, 689, 4890624, 689, 4898816, 689, 689, 689, 689, 5849088, 689, 689, 689, 689, 689, 5890048, 689, 5005312, 5325786, 6063066, 6071258, 5325786, 5325786, 5325786, 0, 0, 0, 5955584, 5259264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6152192, 5128192, 0, 0, 0, 0, 0, 6144000, 0, 5873664, 5120000, 0, 0, 0, 0, 0, 644, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 644, 0, 0, 0, 5472256, 0, 0, 0, 0, 661, 0, 0, 0, 0, 0, 0, 0, 0, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 0, 1384448, 0, 0, 0, 1384448, 0, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 0, 1384448, 1384448, 1384448, 689, 689, 689, 5955584, 689, 0, 689, 5980160, 689, 689, 689, 0, 0, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5735164, 5325564, 5325564, 5325564, 5325564, 5325564, 5210876, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 4948732, 5325564, 5325564, 5325564, 5325564, 5325564, 4858620, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5677820, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5751548, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5840896, 0, 4539132, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5825276, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5956348, 5325564, 764, 5325564, 5980924, 5325564, 5325564, 5325564, 5996544, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 764, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 0, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5694204, 5325564, 5325564, 5325564, 5325564, 5718780, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5759740, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5260028, 6161148, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5120764, 5128956, 5178108, 5325564, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 6144000, 689, 689, 5873664, 689, 6152192, 689, 689, 689, 5013504, 689, 689, 5038080, 689, 689, 689, 689, 689, 689, 689, 5120000, 5128192, 689, 5996544, 5177344, 689, 689, 689, 689, 689, 689, 5259264, 6160384, 689, 0, 0, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5702618, 5325786, 5325786, 4760538, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5792730, 5325786, 5325786, 5325786, 5325786, 5325786, 5735386, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 6144986, 5325786, 5325786, 5325786, 5325786, 5825498, 5874650, 5325786, 6153178, 5325786, 5325786, 5325786, 5014490, 5325786, 5325786, 5325786, 5039066, 5325786, 5325786, 5325786, 5325786, 5325786, 4645850, 5325786, 4662234, 5325786, 5325786, 6136794, 5678042, 5325786, 5325786, 4735962, 5325786, 5325786, 5325786, 5325786, 5743578, 5325786, 5751770, 5325786, 5325786, 5325786, 5325786, 4916186, 5325786, 5325786, 5325786, 5325786, 5325786, 4695002, 5686234, 5325786, 5325786, 5325786, 5325786, 5325786, 4957146, 5325786, 4981722, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5219290, 5268442, 4988928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1081, 0, 0, 0, 1083, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 1204224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5742592, 689, 689, 689, 689, 689, 4915200, 689, 689, 689, 689, 5021696, 689, 689, 689, 5062656, 689, 689, 689, 689, 689, 5971968, 689, 689", + /* 29999 */ "689, 689, 689, 5251072, 689, 5325786, 5325786, 5325786, 5325786, 4719578, 5325786, 4752346, 5325786, 4785114, 5325786, 4850650, 4875226, 5325786, 4907994, 5800922, 5325786, 5325786, 5325786, 5325786, 5325786, 5030874, 5325786, 5325786, 5325786, 5940186, 5325786, 5104602, 5948378, 5325786, 5325786, 5325786, 5325786, 4711386, 5325786, 5325786, 5710810, 5325786, 4768730, 5325786, 5325786, 5325786, 4793306, 5325786, 4801498, 5325786, 5325786, 4867034, 5325786, 5776346, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 4932570, 4940762, 5325786, 5325786, 5325786, 4571136, 5242880, 0, 0, 6021120, 0, 0, 0, 0, 4907008, 0, 0, 0, 0, 5947392, 0, 0, 4612096, 0, 0, 0, 5029888, 5939200, 0, 5644288, 5799936, 0, 0, 689, 689, 5644288, 689, 689, 689, 689, 6045696, 689, 689, 689, 689, 689, 0, 0, 0, 0, 0, 0, 5325786, 5325786, 4596698, 5325786, 5325786, 5325786, 5325786, 5325786, 5653466, 4637658, 5325786, 5325786, 5325786, 5325786, 5325786, 5669850, 5325564, 5325564, 5325564, 5325564, 5939964, 5325564, 5325564, 5325564, 5325564, 4571900, 4580092, 4612860, 5325564, 5325564, 5325564, 5325564, 5325564, 4719356, 5325564, 4752124, 5325564, 4784892, 5325564, 4875004, 5325564, 4907772, 5325564, 5325564, 5325564, 5325564, 5030652, 5325564, 5153532, 5325564, 5161724, 5325564, 5194492, 5202684, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 6054652, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 4760316, 5325564, 4924156, 5325564, 5325564, 4997884, 5325564, 5325564, 5325564, 4538368, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 4857856, 5325564, 5325564, 5104380, 5948156, 6021884, 5325564, 5235452, 5243644, 5325564, 4850428, 5325564, 4719356, 5325564, 5325564, 5325564, 5325564, 5325564, 4571136, 4579328, 689, 4612096, 689, 689, 689, 689, 689, 4718592, 689, 4751360, 689, 4784128, 689, 689, 689, 4816896, 689, 689, 4964352, 689, 689, 689, 5054464, 5070848, 689, 689, 689, 689, 5226496, 689, 5325786, 5612506, 4604890, 5325786, 5661658, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5211098, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5718016, 0, 0, 0, 0, 0, 0, 0, 4849664, 4874240, 689, 4907008, 689, 689, 689, 689, 5029888, 689, 689, 689, 5103616, 5947392, 689, 689, 689, 6021120, 689, 689, 5234688, 5242880, 689, 4572122, 4580314, 5325786, 5325786, 4613082, 5325786, 5645274, 5325786, 5325786, 5325786, 5325786, 5923802, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5989338, 5325786, 5170138, 5325786, 6013914, 5325786, 5325786, 6038490, 5325786, 5325786, 6046682, 5325786, 6022106, 5325786, 5325786, 5235674, 5243866, 5325786, 4964352, 5963776, 0, 0, 5226496, 5660672, 0, 0, 0, 0, 0, 0, 5054464, 0, 5611520, 0, 0, 0, 0, 5931008, 5808128, 689, 5611520, 689, 5660672, 689, 689, 689, 5627904, 5636096, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5701632, 689, 689, 689, 689, 689, 689, 689, 689, 5791744, 689, 689, 689, 689, 689, 689, 4923392, 689, 689, 689, 689, 689, 689, 5898240, 689, 689, 4997120, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5152768, 689, 5160960, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 4817660, 5325564, 5325564, 4965116, 5325564, 5325564, 5325564, 5055228, 5071612, 5227260, 5325564, 4604668, 5325564, 4965116, 5325564, 5325564, 5325564, 5325564, 689, 4603904, 689, 689, 689, 689, 689, 689, 689, 5906432, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 0, 689, 689, 689, 4817882, 5325786, 5809114, 5325786, 4965338, 5325786, 5325786, 5931994, 5325786, 5055450, 5071834, 5325786, 5964762, 5325786, 5325786, 5325786, 5227482, 5325786, 4980736, 0, 0, 0, 0, 0, 4956160, 0, 5267456, 5685248, 0, 0, 0, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5734400, 689", + /* 30576 */ "689, 689, 689, 689, 689, 689, 5824512, 689, 689, 689, 689, 689, 689, 689, 689, 5922816, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5988352, 6012928, 689, 6037504, 689, 689, 689, 6062080, 6070272, 689, 689, 5325564, 5268220, 5325564, 5325564, 5325564, 5325564, 5325564, 5219068, 689, 689, 689, 689, 689, 689, 4694016, 689, 689, 689, 689, 689, 4956160, 689, 4980736, 689, 689, 689, 689, 689, 689, 5218304, 5267456, 5325786, 4826074, 4834266, 5325786, 5047258, 5080026, 5088218, 5325786, 4775936, 4882432, 4702972, 4776700, 5325564, 4883196, 5325564, 5325564, 4702208, 4775936, 689, 4882432, 689, 689, 4703194, 4776922, 5325786, 4883418, 5325786, 5325786, 5325564, 5325564, 5325564, 689, 689, 5325786, 5325786, 5325564, 5325564, 689, 689, 5325786, 5325786, 4842236, 5096188, 4841472, 5095424, 4842458, 5096410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1137, 0, 0, 5758976, 0, 5857280, 0, 0, 0, 0, 0, 0, 4538368, 0, 0, 0, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 4653820, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 689, 689, 4653056, 689, 689, 689, 689, 5210112, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 0, 4539354, 0, 0, 5325786, 5325786, 5596122, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 4677632, 0, 0, 0, 0, 4620288, 0, 689, 689, 5325564, 5325564, 5325564, 4621052, 5325564, 4678396, 5325564, 5325564, 4743932, 5325564, 5325564, 5325564, 4727548, 5325564, 5325564, 5325564, 5325564, 689, 689, 689, 689, 689, 689, 4726784, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 4727770, 5325786, 5022682, 5325786, 5325786, 5325786, 5325786, 5063642, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5972954, 5325786, 5325786, 5325786, 5325786, 5325786, 5252058, 5325786, 0, 0, 4784128, 4751360, 4849664, 4874240, 0, 0, 5103616, 0, 0, 0, 0, 0, 667, 0, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5324800, 1798, 0, 5324800, 5324800, 5595136, 5324800, 5324800, 4744154, 5325786, 5325786, 5325786, 5325786, 4973530, 5325786, 5325786, 5325786, 5325786, 5325786, 5145562, 0, 0, 0, 0, 4669440, 689, 689, 5325564, 5325564, 5325564, 4670204, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 6144764, 5325564, 5325564, 5874428, 5325564, 6152956, 5325564, 5325564, 5325564, 5014268, 5325564, 5325564, 5038844, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5128956, 5325564, 5997308, 689, 5325564, 4588284, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5137148, 4587520, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5136384, 4588506, 5325786, 5325786, 5325786, 5325786, 5325786, 5137370, 4685824, 0, 0, 5046272, 4686588, 5325564, 5325564, 4825852, 4834044, 5325564, 5047036, 5079804, 5087996, 5325564, 4685824, 689, 689, 4825088, 4833280, 689, 5046272, 5079040, 5087232, 689, 4686810, 5325786, 689, 689, 5325786, 5325786, 5325786, 5325564, 5325564, 5325564, 689, 689, 689, 5325786, 5325786, 5325786, 5325564, 5325564, 5325564, 689, 689, 689, 5325786, 5325786, 5325786, 5325564, 5325564, 5112572, 689, 689, 5111808, 5325786, 5325786, 5112794, 0, 0, 0, 1269760, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1089, 5480448, 5488640, 0, 0, 0, 0, 0, 1142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3384, 0, 0, 0, 0, 0, 0, 3387, 392, 392, 392, 392, 392, 0, 1269760, 0, 0, 0, 1269760, 0, 0, 1269760, 1269760, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 599, 599, 1117, 287, 140382, 132191, 0, 0, 0, 0, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760", + /* 31209 */ "1269760, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5595136, 0, 0, 0, 0, 0, 5693440, 0, 0, 0, 0, 5881856, 0, 0, 5881856, 0, 0, 0, 0, 0, 32768, 0, 0, 0, 24576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5758976, 0, 5857280, 0, 0, 0, 0, 0, 0, 4538368, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2691, 229, 0, 5627904, 0, 0, 5701632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5906432, 0, 0, 0, 0, 4923392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1667, 1668, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1673, 5193728, 0, 0, 0, 0, 0, 0, 0, 0, 6029312, 0, 0, 0, 32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5201920, 6053888, 0, 0, 0, 0, 0, 0, 1165, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1245184, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 5160960, 5324800, 5324800, 5324800, 5324800, 5185536, 5193728, 5324800, 5201920, 5324800, 6029312, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 6053888, 5324800, 5324800, 5324800, 5324800, 5324800, 228, 0, 229, 0, 0, 0, 5709824, 0, 5922816, 766, 0, 0, 0, 766, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5668864, 5324800, 5324800, 5324800, 5324800, 5324800, 5709824, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5775360, 5324800, 5324800, 5324800, 5251072, 5324800, 5324800, 5324800, 4644864, 5324800, 4734976, 5324800, 5324800, 5324800, 5324800, 690, 690, 690, 690, 690, 4644864, 690, 4661248, 690, 690, 6135808, 690, 690, 4734976, 690, 690, 690, 690, 0, 690, 690, 5799936, 690, 690, 690, 690, 690, 5939200, 690, 690, 690, 690, 0, 5324800, 5324800, 5644288, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 5324800, 5324800, 5799936, 5324800, 688, 688, 688, 5955584, 688, 0, 688, 5980160, 688, 688, 688, 766, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5734400, 5324800, 5324800, 5324800, 5324800, 4710400, 5324800, 5324800, 5709824, 5324800, 4767744, 5324800, 5324800, 5324800, 4792320, 5324800, 4800512, 5324800, 5324800, 4866048, 5324800, 5775360, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4931584, 4939776, 5324800, 5324800, 5324800, 688, 5996544, 5177344, 688, 688, 688, 688, 688, 688, 5259264, 6160384, 688, 988, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 5472256, 8454684, 0, 218, 0, 0, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 1302528, 0, 0, 0, 0, 0, 0, 0, 1302528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 1302883, 1302883, 1302528, 1302883, 1302528, 1302883, 1302883, 1302883, 1302883, 1302883, 1302883, 1302883, 1302918, 1302883, 1302883, 1302883, 1302883, 1302883, 1302883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6578176, 0, 0, 5758976, 0, 5857280, 0, 0, 0, 0, 0, 0, 4538368, 0, 0, 0, 0, 0, 0, 228, 229, 4308992, 1261568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1133, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1155, 0, 0, 0, 0, 0, 0, 0, 1261568, 0, 0, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5922816, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5988352, 6012928, 688, 6037504, 688, 688, 688, 6062080, 6070272, 688, 688, 5193728, 0, 0, 0, 0, 0, 0, 0, 0, 6029312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6578176, 0, 0, 0, 0, 0, 0, 0, 5201920, 6053888, 0, 0, 0, 0, 0, 0, 1182, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1196, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1756, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2235, 392, 392, 392, 392, 392, 1239, 392, 1205, 392, 2242", + /* 31992 */ "0, 0, 0, 0, 6578176, 0, 5668864, 5775360, 0, 6062080, 6070272, 4792320, 0, 4710400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 1088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5013504, 0, 6578176, 5980160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5824512, 0, 0, 0, 5734400, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 1335296, 0, 0, 0, 0, 0, 0, 0, 1335296, 0, 0, 0, 1335296, 0, 0, 0, 1335296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 1138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1236992, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1166, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2179, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1212416, 0, 1318912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 600, 600, 0, 0, 0, 0, 0, 0, 1318912, 0, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5210112, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 4538368, 2033, 0, 5324800, 5324800, 5595136, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5832704, 5840896, 5324800, 5324800, 5324800, 5881856, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4677632, 0, 0, 0, 0, 4620288, 0, 690, 690, 5324800, 5324800, 5324800, 4620288, 5324800, 4677632, 5324800, 5324800, 4743168, 5324800, 5324800, 5324800, 0, 5849088, 0, 5914624, 6004736, 0, 0, 0, 0, 0, 5914624, 0, 0, 4898816, 1327104, 9486336, 9486336, 0, 688, 688, 688, 688, 0, 0, 688, 688, 0, 688, 688, 688, 688, 688, 5685248, 688, 688, 688, 5324800, 5324800, 5324800, 5324800, 5324800, 5685248, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4694016, 5324800, 5324800, 5324800, 5324800, 4956160, 4980736, 5324800, 5324800, 1, 0, 81923, 0, 4301016, 6, 7, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1205, 0, 0, 1359872, 0, 1359872, 0, 0, 0, 0, 0, 0, 0, 1360263, 0, 0, 0, 0, 0, 1359872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 188662, 250, 241, 0, 0, 0, 0, 0, 0, 0, 1, 0, 81923, 98518, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 599, 1117, 1117, 0, 132191, 0, 0, 0, 0, 2599, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1723, 0, 0, 0, 0, 2668, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3436, 417, 417, 511, 511, 448, 485, 448, 448, 448, 448, 448, 485, 485, 511, 511, 511, 511, 511, 511, 511, 511, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 1141, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 1140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1157, 1158, 512, 512, 419, 392, 419, 419, 419, 419, 419, 392, 392, 512, 512, 512, 512, 512, 512, 512, 512, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 1137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 1359872, 1, 0, 81923, 98519, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 599, 1117, 1117, 140382, 132191, 0, 0, 0, 0, 0, 0, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 0, 1376256, 0, 0, 0, 0, 0, 0", + /* 32910 */ "0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 9486336, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1745, 392, 392, 392, 392, 392, 392, 392, 392, 392, 4571136, 5242880, 0, 0, 6021120, 303104, 0, 0, 0, 4907008, 0, 0, 0, 0, 5947392, 0, 0, 4612096, 0, 0, 0, 5029888, 5939200, 0, 5644288, 5799936, 0, 0, 688, 688, 5644288, 688, 688, 688, 5955584, 688, 0, 688, 5980160, 688, 688, 688, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5734400, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 6144000, 5324800, 5324800, 5324800, 5324800, 5824512, 5873664, 5324800, 6152192, 5324800, 5324800, 5324800, 5013504, 5324800, 5324800, 5324800, 5038080, 5324800, 5324800, 5324800, 5324800, 5324800, 212, 0, 81923, 0, 5, 6, 218, 0, 0, 0, 0, 0, 223, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1384448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 0, 2180, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2215, 0, 0, 392, 392, 392, 0, 0, 1384448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 601, 601, 0, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 1384448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 259, 260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 279, 0, 0, 0, 0, 228, 229, 550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1167, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1139029, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 1, 0, 81923, 0, 5, 6, 219, 0, 0, 0, 0, 0, 0, 0, 360448, 0, 0, 0, 0, 0, 0, 0, 0, 360448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1711, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 2184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 188662, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1654, 0, 0, 0, 0, 1659, 0, 0, 1662, 0, 0, 0, 0, 0, 0, 0, 1670, 0, 0, 0, 0, 0, 0, 132191, 0, 1392640, 0, 0, 0, 0, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 250, 250, 0, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5914624, 0, 0, 0, 0, 5726208, 0, 5767168, 5783552, 5816320, 5849088, 5865472, 5890048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1122, 0, 0, 232, 280, 232, 256, 0, 0, 0, 232, 0, 0, 0, 232, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5914624, 0, 0, 5480448, 5488640, 5726208, 0, 5767168, 5783552, 5816320, 5849088, 5865472, 5890048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 633, 0, 0, 0, 637, 232, 0, 256, 326, 0, 256, 256, 0, 326, 338, 326, 338, 338, 338, 356, 338, 356, 356, 356, 338, 356, 338, 338, 338, 338, 338, 338, 338, 356, 338, 338, 338, 386, 338, 386, 338, 338, 338, 338, 338, 338, 338, 338, 394, 420, 420, 338, 338, 386, 449, 470, 473, 473, 486, 486, 473, 473, 486, 486, 513, 473, 486, 513, 513, 473, 486, 473, 473, 473, 473, 473, 486, 486, 513, 513, 513, 513, 513, 513, 513, 513, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 580, 0, 0, 583, 0, 585, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 590, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 553, 0, 0, 0, 0, 0, 0, 560, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 568, 0, 0, 0, 0, 0, 0, 1669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1359872, 0, 0, 1359872, 0, 0, 0, 572, 0, 0, 0, 0, 0, 0, 0, 0, 0", + /* 33884 */ "582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 607, 0, 0, 611, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 627, 0, 0, 0, 0, 0, 631, 0, 0, 0, 0, 0, 0, 0, 0, 0, 661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 661, 0, 661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 672, 0, 672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1077, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 306, 0, 306, 306, 0, 306, 306, 306, 0, 306, 306, 638, 0, 0, 0, 0, 0, 0, 646, 0, 0, 0, 0, 553, 0, 0, 0, 568, 0, 654, 0, 0, 5472256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 321, 0, 0, 0, 0, 0, 0, 668, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 560, 0, 0, 668, 0, 0, 0, 0, 0, 0, 0, 682, 668, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2688, 2689, 417, 417, 684, 0, 0, 0, 0, 0, 0, 392, 691, 392, 697, 700, 392, 392, 712, 392, 392, 392, 392, 726, 729, 733, 392, 740, 392, 744, 392, 392, 758, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2799, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2234, 392, 392, 392, 392, 392, 392, 392, 2240, 392, 392, 392, 417, 765, 417, 417, 772, 775, 417, 417, 787, 417, 417, 417, 417, 801, 804, 808, 417, 815, 417, 819, 417, 417, 833, 417, 417, 417, 839, 568, 0, 568, 0, 841, 417, 846, 849, 417, 417, 859, 417, 417, 417, 866, 804, 871, 417, 877, 819, 417, 417, 889, 417, 417, 417, 417, 859, 898, 417, 849, 417, 417, 417, 417, 417, 909, 877, 417, 819, 417, 917, 392, 923, 926, 392, 392, 937, 392, 392, 392, 392, 951, 953, 957, 392, 963, 392, 744, 392, 392, 979, 392, 392, 392, 0, 510, 987, 510, 0, 0, 0, 0, 0, 3857, 3858, 746, 2972, 392, 392, 392, 821, 3001, 417, 417, 417, 3863, 3864, 3865, 417, 417, 417, 3869, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1838, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2756, 417, 417, 417, 417, 417, 417, 2762, 417, 417, 417, 417, 417, 510, 994, 997, 510, 510, 1009, 510, 510, 510, 510, 1026, 1029, 1033, 510, 1041, 510, 1045, 510, 510, 1059, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 1689, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1115, 0, 1672, 1118, 1119, 0, 0, 0, 1069, 1073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 322, 0, 0, 0, 1095, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1111, 0, 0, 0, 0, 0, 0, 0, 0, 132191, 0, 0, 0, 0, 0, 0, 0, 1672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 315, 0, 0, 1159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 188662, 250, 0, 0, 0, 244, 0, 0, 0, 0, 417, 417, 1394, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1347, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3052, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 510, 510, 1577, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1603, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 3511, 3512, 0, 0, 0, 0, 0, 0, 3517, 0, 3519, 0, 0, 392, 392, 3521, 392, 3522, 0, 1648, 0, 0, 0, 1652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132191, 0, 0, 0, 0, 0, 669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 669, 0, 0, 0, 0, 0, 669, 596, 0, 0, 0, 0, 0, 687, 0, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5726208, 688", + /* 34879 */ "688, 688, 688, 688, 688, 5767168, 688, 688, 5783552, 688, 688, 0, 5816320, 688, 688, 688, 5849088, 5865472, 688, 688, 688, 688, 688, 5890048, 688, 688, 0, 392, 392, 392, 725, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1743, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 2035, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2047, 2048, 510, 392, 1751, 392, 392, 392, 392, 392, 1753, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 510, 988, 510, 510, 510, 510, 417, 1830, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 1864, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1391, 392, 1986, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1490, 392, 510, 510, 510, 510, 2056, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2070, 510, 510, 510, 510, 510, 510, 2075, 510, 510, 510, 510, 510, 510, 510, 510, 1135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 599, 599, 1117, 287, 0, 132191, 0, 0, 0, 0, 0, 2166, 0, 0, 0, 0, 0, 0, 0, 0, 2173, 2174, 0, 1678, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 1269760, 0, 0, 392, 392, 392, 392, 2222, 392, 392, 2223, 392, 392, 392, 392, 392, 2228, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2241, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3303, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 3321, 510, 0, 0, 3854, 3855, 0, 0, 0, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3870, 417, 417, 3873, 417, 417, 417, 392, 392, 392, 392, 392, 392, 1961, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1795, 392, 392, 1273, 1800, 1115914, 417, 417, 417, 417, 417, 2268, 392, 392, 392, 392, 0, 0, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 2284, 417, 417, 2285, 417, 417, 417, 417, 417, 2290, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3890, 392, 392, 392, 392, 3895, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 417, 417, 417, 392, 2521, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2111, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 2602, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2615, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1135, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 1155072, 1155072, 0, 0, 0, 0, 0, 2668, 0, 0, 0, 0, 417, 417, 417, 417, 2674, 417, 417, 417, 417, 417, 2679, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1872, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 1881, 417, 417, 1886, 417, 417, 417, 417, 2715, 417, 417, 417, 417, 417, 2719, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3560, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 2769, 417, 417, 392, 392, 392, 392, 392, 2776, 392, 392, 392, 392, 392, 392, 2781, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1239, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 417, 392, 392, 392, 2823, 392, 392, 392, 392, 392, 392, 0, 2829, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 2836, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3359", + /* 35732 */ "510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 2843, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2895, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 2954, 392, 392, 392, 392, 392, 392, 392, 2961, 392, 392, 392, 392, 392, 392, 392, 2968, 392, 392, 392, 392, 392, 0, 0, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1346, 417, 417, 1349, 417, 417, 417, 417, 417, 417, 1354, 417, 417, 417, 417, 417, 2997, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 3012, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3020, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3028, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1938, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1339, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1350, 417, 1351, 417, 417, 417, 392, 392, 392, 392, 3072, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3081, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2255, 392, 392, 392, 392, 392, 2260, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 3123, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3135, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 392, 392, 417, 417, 3971, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3203, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3217, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3466, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2088, 2089, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2108, 510, 510, 510, 417, 417, 417, 417, 417, 417, 3249, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3705, 3706, 392, 3708, 392, 392, 392, 417, 3712, 3713, 417, 3715, 417, 417, 417, 417, 3719, 417, 3721, 417, 3723, 417, 417, 417, 417, 417, 417, 417, 3730, 417, 417, 392, 392, 392, 392, 392, 392, 3988, 392, 392, 392, 3992, 392, 392, 510, 510, 510, 510, 510, 510, 4000, 510, 510, 510, 4004, 510, 510, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3868, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1295, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3810, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3822, 392, 392, 3825, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 3836, 510, 510, 510, 510, 3841, 510, 510, 3844, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 3510, 0, 0, 0, 3514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2640, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 3911, 510, 510, 510, 510, 510, 0, 0, 3918, 3919, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3930, 417, 417, 392, 392, 392, 392, 3986, 392, 392, 3989, 392, 392, 392, 392, 392, 510, 510, 510, 510, 3998, 510, 510, 4001, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 1737, 417, 417, 417, 417, 1814, 417, 417, 417, 417, 417, 417, 417, 417, 3871, 417, 417, 417, 3875, 417, 3933, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 3943, 392, 392, 3946, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0", + /* 36566 */ "0, 3509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3520, 392, 392, 392, 392, 510, 3956, 510, 510, 3959, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 514, 514, 450, 487, 450, 450, 450, 450, 450, 487, 487, 514, 514, 514, 514, 514, 514, 514, 514, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1136, 4505600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 1784, 392, 392, 392, 392, 1788, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3747, 392, 392, 3750, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3603, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 419, 419, 0, 0, 0, 419, 419, 417, 419, 392, 392, 417, 419, 392, 392, 512, 419, 392, 417, 417, 1861, 417, 417, 417, 417, 1865, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1388, 417, 417, 417, 417, 417, 417, 417, 417, 1928, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3038, 417, 417, 417, 392, 392, 392, 392, 392, 2022, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2092, 510, 510, 2096, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2109, 510, 510, 510, 510, 2114, 510, 510, 510, 510, 510, 510, 510, 2122, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 2136, 0, 0, 0, 0, 0, 2138, 0, 0, 0, 0, 0, 0, 2142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 274, 0, 0, 0, 0, 0, 0, 0, 0, 2623, 0, 0, 0, 0, 0, 392, 392, 2629, 392, 392, 2632, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 2668, 0, 0, 0, 0, 417, 417, 2672, 417, 417, 2675, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1444, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2824, 392, 392, 392, 392, 0, 2829, 0, 0, 0, 0, 510, 510, 510, 510, 2834, 510, 510, 2837, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 1627, 0, 0, 0, 1633, 0, 0, 0, 0, 0, 1639, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0, 0, 417, 417, 417, 3793, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3804, 417, 417, 417, 3808, 417, 417, 417, 3812, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3306, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 392, 392, 392, 392, 3824, 392, 392, 392, 392, 3829, 392, 3831, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3843, 510, 510, 510, 510, 3848, 510, 3850, 313, 303, 303, 313, 303, 303, 303, 329, 333, 333, 339, 333, 333, 333, 357, 333, 357, 357, 357, 333, 372, 333, 333, 333, 333, 333, 333, 380, 381, 380, 385, 385, 333, 385, 333, 385, 385, 385, 385, 385, 385, 385, 385, 396, 422, 422, 385, 385, 385, 451, 451, 474, 474, 488, 488, 474, 474, 488, 488, 515, 474, 488, 515, 515, 474, 488, 474, 474, 474, 474, 474, 488, 488, 515, 515, 515, 515, 515, 515, 515, 515, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1168, 0, 1083, 1169, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1084, 0, 250, 250, 0, 1086, 1087, 0, 0, 1089, 0, 0, 0, 0, 417, 417, 913, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392", + /* 37462 */ "392, 392, 392, 392, 392, 967, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 510, 510, 510, 510, 3127, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2102, 2103, 2106, 510, 510, 510, 510, 510, 1124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 319488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 263, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1162, 0, 0, 0, 0, 1124, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1176, 0, 0, 9486336, 0, 0, 392, 392, 1187, 392, 1190, 392, 392, 392, 392, 392, 392, 392, 1202, 392, 1207, 392, 392, 1210, 392, 392, 1214, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1251, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 1277, 417, 1280, 417, 417, 417, 417, 417, 417, 417, 1292, 417, 1297, 417, 417, 1300, 417, 417, 1304, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3289, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 1429, 417, 1379, 417, 417, 417, 417, 417, 417, 417, 417, 1439, 417, 417, 417, 417, 392, 392, 1446, 392, 1190, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3833, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2511, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1456, 392, 1459, 392, 392, 1462, 392, 1214, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1271, 392, 392, 1273, 417, 766, 417, 417, 392, 392, 392, 392, 392, 1499, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 1525, 510, 1528, 1647, 0, 1649, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132191, 0, 0, 0, 0, 0, 0, 0, 0, 1703, 0, 0, 0, 0, 0, 1708, 0, 0, 0, 0, 0, 0, 0, 0, 1716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1206, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1734, 392, 392, 392, 392, 392, 392, 392, 392, 1744, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3615, 0, 392, 1775, 1778, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 3888, 392, 392, 3891, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 417, 417, 4072, 392, 417, 417, 417, 417, 1811, 417, 417, 417, 417, 417, 417, 417, 417, 1821, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 812, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 2382, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2317, 417, 417, 2405, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2014, 392, 392, 392, 2462, 2464, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 392, 3969, 417, 3970, 417, 417, 417, 417, 417, 417, 3976, 417, 417, 417, 3980, 510, 510, 510, 2550, 2552, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510", + /* 38333 */ "510, 2136, 0, 2138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5914624, 0, 0, 5480448, 5488640, 5726208, 0, 5767168, 5783552, 5816320, 5849088, 5865472, 5890048, 0, 0, 1310720, 0, 0, 0, 0, 0, 2946, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2965, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2840, 510, 510, 510, 417, 2994, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2388, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 1447, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 3195, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3209, 392, 3211, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 2479, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2132, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 3246, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3260, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3446, 417, 417, 392, 392, 392, 392, 392, 3452, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3302, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 3586, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3504, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3791, 417, 417, 417, 417, 417, 3796, 417, 3797, 417, 417, 417, 3801, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 3815, 392, 3816, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1195, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 2775, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2453, 392, 392, 392, 392, 392, 392, 2460, 392, 392, 392, 392, 3821, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 3834, 510, 3835, 510, 510, 510, 510, 3840, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3156, 510, 510, 510, 510, 0, 0, 0, 0, 3161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 327, 0, 0, 0, 330, 334, 334, 334, 334, 334, 334, 358, 334, 358, 358, 358, 334, 358, 376, 376, 376, 376, 376, 376, 376, 382, 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, 397, 423, 423, 376, 376, 376, 452, 452, 475, 475, 489, 489, 475, 475, 489, 489, 516, 475, 489, 516, 516, 475, 489, 475, 475, 475, 475, 475, 489, 489, 516, 516, 516, 516, 516, 516, 516, 516, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 601, 601, 0, 0, 0, 132191, 0, 0, 0, 0, 0, 0, 0, 672, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 720, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2475, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 1180, 0, 0, 0, 0, 1183, 0, 0, 1168, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 1188, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2987, 417, 417, 2989, 417, 417, 2993, 392, 392, 392, 1211, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1237, 392, 392, 1241, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 1244, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392", + /* 39188 */ "392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 1278, 417, 417, 417, 417, 417, 1397, 417, 417, 1331, 417, 417, 1402, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3261, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 1211, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1487, 392, 392, 1491, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3577, 392, 392, 392, 392, 3581, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 3589, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3686, 510, 510, 510, 510, 510, 510, 3692, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 1092, 0, 392, 1493, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 1526, 510, 510, 417, 392, 417, 417, 417, 417, 417, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 6578176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 1933312, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 1241, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1235, 392, 392, 1238, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1783, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1796, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 3886, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 3904, 510, 510, 417, 1860, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1873, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3803, 417, 417, 417, 3807, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2786, 392, 392, 392, 392, 392, 392, 392, 1923, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1935, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1945, 417, 1947, 417, 417, 417, 417, 417, 392, 392, 392, 392, 3742, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 3762, 510, 1985, 392, 392, 392, 392, 392, 392, 1992, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2015, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3304, 392, 392, 392, 392, 392, 392, 3309, 392, 392, 3313, 392, 392, 392, 3316, 3317, 3318, 392, 392, 510, 510, 510, 417, 417, 4081, 392, 392, 4084, 510, 510, 4087, 417, 417, 417, 392, 392, 392, 510, 510, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 4088, 4089, 417, 4091, 4092, 392, 4094, 4095, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 2112, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2133, 510, 510, 0, 2136, 0, 0, 0, 0, 0, 2138, 0, 0, 0, 0, 0, 0, 2171, 0, 0, 0, 0, 0, 0, 1678, 0, 0, 0, 2178, 0, 0, 1685, 1686, 0, 0, 0, 2186, 2187, 2188, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2943, 0, 0, 0, 392, 392, 2221, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1239, 392, 392, 392, 392, 392, 392, 417, 417, 2351, 417, 417, 417, 417, 417, 2357, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2758, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 2467, 2468, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 2487, 510, 510, 510, 2490, 510, 0, 3853, 0, 0, 3856, 0, 0, 392, 392, 3859, 392, 392, 417, 417, 3861, 417, 417, 417, 417, 417, 417, 3867, 417, 417, 417, 417", + /* 40042 */ "417, 417, 3874, 417, 417, 392, 392, 392, 392, 392, 3987, 392, 392, 392, 3991, 392, 392, 392, 510, 510, 510, 510, 510, 3999, 510, 510, 510, 4003, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 825, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2610, 0, 2612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1204224, 1204224, 1204224, 1204224, 1204224, 1204577, 1, 0, 98518, 98518, 5, 6, 7, 7, 0, 543, 0, 0, 0, 2621, 0, 0, 0, 0, 0, 0, 0, 392, 2628, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2236, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 2668, 0, 0, 0, 0, 417, 2671, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1841, 417, 417, 417, 417, 0, 417, 417, 417, 2768, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2433, 392, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2957, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1232, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1240, 392, 3015, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3031, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2702, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 3440, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 3505, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2645, 2646, 3733, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 3745, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 2903, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 617, 0, 0, 0, 0, 0, 0, 0, 0, 0, 617, 510, 3765, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 4020, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 4030, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1585, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 3370, 0, 0, 392, 392, 392, 392, 392, 392, 3826, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3845, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2851, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2859, 510, 510, 510, 510, 2864, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2879, 510, 510, 510, 2883, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2537, 510, 510, 510, 510, 510, 510, 510, 510, 2546, 510, 510, 0, 255, 0, 255, 0, 239, 0, 0, 0, 0, 0, 0, 0, 236, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 255, 0, 239, 238, 317, 239, 239, 0, 239, 0, 238, 239, 239, 239, 0, 335, 335, 335, 344, 344, 344, 359, 344, 359, 370, 359, 344, 359, 344, 344, 378, 378, 378, 378, 378, 359, 378, 378, 378, 387, 378, 387, 378, 378, 378, 378, 378, 378, 378, 378, 398, 424, 424, 378, 378, 387, 453, 453, 476, 476, 490, 490, 476, 476, 490, 490, 517, 476, 490, 517, 517, 476, 490, 476, 476, 476, 476, 476, 490, 490, 517, 517, 517, 517, 517, 517, 517, 517, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1707, 0, 1709, 0, 0, 0, 1713, 0, 0, 0, 0, 1717, 0, 0, 1719, 0, 0, 1722, 0, 0, 0, 0, 1635, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 554, 0, 0, 0, 0, 0, 0, 0, 0, 563, 0", + /* 40924 */ "188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 2143, 0, 0, 0, 2147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3183, 0, 0, 0, 0, 0, 0, 0, 0, 3191, 3192, 0, 0, 0, 0, 575, 0, 0, 578, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 591, 0, 0, 0, 0, 0, 597, 598, 0, 601, 601, 605, 0, 0, 0, 609, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 624, 0, 0, 0, 0, 0, 0, 0, 0, 0, 632, 0, 0, 0, 0, 0, 0, 0, 2198, 0, 0, 0, 0, 2202, 0, 0, 2205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 2631, 392, 392, 392, 392, 392, 2636, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 2036, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1591, 1593, 510, 510, 510, 510, 510, 510, 510, 1604, 510, 510, 510, 510, 510, 510, 639, 640, 0, 642, 0, 0, 645, 0, 0, 649, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 5472256, 0, 0, 0, 659, 0, 662, 664, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2687, 417, 417, 417, 417, 417, 417, 417, 417, 1289, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1308, 417, 1312, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2722, 417, 417, 417, 2725, 417, 417, 417, 417, 417, 2729, 417, 417, 417, 417, 417, 417, 417, 2736, 417, 417, 417, 417, 852, 417, 417, 791, 417, 865, 867, 868, 872, 417, 878, 881, 826, 417, 890, 417, 417, 894, 417, 417, 868, 417, 417, 852, 417, 904, 417, 417, 872, 878, 912, 881, 915, 392, 392, 392, 392, 929, 392, 392, 942, 392, 392, 950, 952, 954, 958, 392, 964, 966, 968, 973, 392, 980, 392, 392, 984, 0, 510, 510, 510, 510, 510, 510, 510, 4060, 0, 0, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2429, 392, 392, 392, 392, 392, 0, 2275, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2289, 417, 417, 417, 2293, 417, 417, 510, 510, 510, 1000, 510, 510, 1014, 510, 510, 1025, 1027, 1030, 1034, 510, 1042, 1044, 1047, 1052, 510, 1060, 510, 510, 1064, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 2575, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2160, 0, 0, 0, 0, 0, 1094, 0, 0, 0, 1098, 0, 0, 0, 0, 1103, 0, 0, 0, 1107, 0, 0, 0, 0, 0, 0, 0, 0, 601, 601, 0, 0, 0, 132191, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 1172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 0, 657, 0, 0, 0, 0, 0, 0, 0, 0, 392, 1198, 392, 392, 392, 1213, 392, 392, 392, 392, 392, 392, 392, 1224, 392, 392, 392, 392, 392, 1212, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 392, 392, 392, 392, 392, 1249, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1260, 392, 1261, 392, 392, 392, 392, 392, 1269, 392, 392, 392, 1273, 417, 766, 417, 417, 392, 392, 510, 510, 417, 417, 392, 392, 510, 510, 417, 417, 392, 392, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 243, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 417, 417, 1359, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1380, 417, 417, 417, 417, 1387, 417, 417, 392, 392, 510, 510, 4109, 4110, 4111, 4112, 4113, 4114, 417, 417, 392, 392, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 1688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 1430, 417, 417, 417, 417, 1434, 417, 417, 417, 1406, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 392, 392, 392, 1460, 392, 392, 1464, 392, 392, 392, 392, 392", + /* 41860 */ "392, 392, 392, 1474, 392, 392, 392, 1479, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 510, 510, 510, 3105, 510, 510, 510, 510, 510, 3111, 510, 510, 510, 510, 510, 510, 510, 510, 392, 392, 392, 392, 1497, 392, 392, 392, 392, 392, 392, 392, 392, 1507, 1261, 392, 392, 392, 392, 392, 1516, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 510, 510, 510, 510, 1543, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 510, 510, 510, 1618, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1635, 0, 0, 1638, 0, 0, 1640, 1641, 0, 0, 0, 1645, 0, 0, 0, 0, 0, 1099, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1123, 1674, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 1693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1485, 392, 392, 1488, 392, 392, 392, 1635, 392, 1727, 392, 392, 1728, 392, 1730, 392, 1732, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1746, 392, 392, 392, 392, 392, 1748, 392, 1750, 392, 392, 1735, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1758, 392, 1760, 392, 392, 392, 392, 392, 392, 1765, 392, 392, 699, 392, 392, 1770, 1771, 1772, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3830, 392, 3832, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3849, 510, 392, 392, 392, 392, 392, 1782, 392, 392, 392, 392, 392, 392, 392, 392, 1789, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 0, 1115914, 417, 1804, 417, 417, 1805, 417, 1807, 417, 1809, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1823, 417, 417, 417, 417, 417, 1825, 417, 1827, 417, 417, 1812, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2428, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2829, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3113, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 2905, 0, 0, 2908, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2917, 0, 0, 0, 417, 417, 417, 417, 417, 417, 1835, 417, 1837, 417, 417, 417, 417, 417, 417, 1842, 417, 417, 774, 417, 417, 1847, 1848, 1849, 417, 417, 417, 417, 417, 417, 417, 1859, 417, 417, 417, 417, 417, 1894, 417, 417, 1897, 417, 417, 417, 417, 417, 1903, 417, 417, 417, 417, 417, 417, 1908, 417, 417, 417, 1913, 1914, 417, 417, 417, 1921, 417, 417, 417, 417, 417, 417, 417, 1286, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1316, 417, 417, 417, 417, 417, 392, 392, 3740, 392, 392, 392, 392, 392, 3746, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 3760, 510, 510, 510, 417, 1924, 417, 417, 1927, 417, 417, 417, 417, 417, 417, 417, 417, 1936, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1948, 1949, 417, 417, 1952, 417, 417, 1955, 392, 392, 1957, 392, 392, 1960, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1979, 392, 392, 1982, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1256, 392, 392, 1259, 392, 392, 392, 392, 392, 392, 1264, 392, 392, 1270, 392, 392, 392, 1273, 417, 766, 417, 417, 392, 392, 392, 392, 392, 1990, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1997, 392, 392, 2001, 392, 2003, 2004, 392, 392, 392, 392, 392, 2013, 392, 392, 2016, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3727, 417, 417, 417, 417, 3731, 417, 417, 417, 417, 417, 417, 417, 1336, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 2021, 392, 392, 2023, 392, 392, 392, 392", + /* 42705 */ "392, 392, 2031, 392, 124400, 510, 0, 1115914, 510, 2038, 510, 510, 2040, 510, 2042, 510, 2044, 510, 510, 510, 510, 510, 510, 510, 510, 1544, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 599, 0, 0, 5472256, 1, 98518, 7, 0, 0, 2080, 510, 2082, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2090, 510, 510, 2094, 510, 510, 2097, 2098, 2099, 510, 510, 510, 510, 510, 510, 510, 2110, 510, 510, 510, 510, 510, 2874, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2892, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3772, 510, 510, 510, 510, 510, 3778, 0, 3780, 3781, 0, 0, 0, 0, 392, 392, 392, 1239, 392, 392, 392, 417, 417, 510, 2113, 510, 510, 510, 510, 510, 510, 2121, 510, 510, 2123, 510, 510, 510, 510, 510, 510, 510, 510, 2134, 510, 0, 2136, 0, 0, 0, 0, 0, 2138, 0, 0, 0, 0, 0, 0, 2670, 417, 417, 417, 417, 417, 2676, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2684, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3551, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 3662, 3663, 392, 3666, 392, 392, 392, 3668, 392, 392, 392, 392, 392, 392, 392, 510, 0, 0, 0, 0, 2141, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2158, 0, 0, 0, 2162, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2683, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2701, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 0, 0, 0, 0, 2195, 0, 2197, 0, 0, 0, 0, 2201, 0, 0, 0, 0, 0, 0, 0, 2209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 737, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1246, 392, 2244, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2251, 392, 2253, 2254, 392, 2256, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3582, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2886, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2894, 510, 510, 392, 2269, 2270, 392, 392, 0, 0, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 826, 417, 417, 417, 417, 417, 2292, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1972, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2032, 124400, 510, 0, 1115914, 2037, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 417, 417, 417, 417, 417, 417, 2355, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2365, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2374, 417, 2376, 2377, 2378, 417, 417, 417, 417, 417, 417, 417, 1836, 417, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 417, 417, 417, 1850, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3226, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3240, 417, 417, 417, 417, 2435, 392, 392, 392, 392, 392, 392, 2441, 392, 2443, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2452, 392, 2454, 2455, 2456, 392, 2458, 392, 392, 392, 392, 392, 0, 0, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2294, 2492, 510, 2494, 510, 510, 510, 510, 510, 2500, 510, 510, 2503, 510, 510, 510, 510, 510, 510, 510, 510, 2510, 510, 510, 510, 510, 2515, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 2524, 510, 2526, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2536, 510, 2538, 2539, 2540, 510, 2542, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 4048, 392, 392, 392, 392, 392, 392, 392, 392, 392, 4054, 510, 510, 0, 0, 0, 0, 0, 2600, 0, 0, 2601, 0, 0, 0, 0, 0, 2603, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0", + /* 43544 */ "0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 2652, 1735, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2664, 392, 392, 392, 392, 2665, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2829, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 3610, 0, 0, 0, 3613, 0, 0, 3614, 0, 3616, 392, 0, 2668, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2682, 417, 417, 2685, 417, 417, 417, 1323, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1347, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1332, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1345, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3051, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 3063, 392, 392, 392, 392, 417, 417, 417, 417, 417, 2695, 1812, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2707, 417, 417, 417, 417, 2708, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 1896, 417, 417, 1899, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2728, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2739, 417, 2741, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2754, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2764, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2420, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1998, 392, 392, 392, 392, 392, 2005, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2793, 392, 392, 392, 392, 392, 392, 392, 392, 2800, 392, 392, 2803, 392, 2805, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 392, 392, 2822, 392, 392, 392, 392, 392, 392, 392, 0, 2829, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3495, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2870, 510, 2872, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2888, 510, 510, 510, 510, 510, 510, 510, 510, 2893, 510, 510, 510, 510, 510, 510, 1535, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1556, 510, 510, 1559, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2065, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2508, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2519, 510, 0, 2947, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2966, 392, 392, 392, 392, 392, 392, 392, 2971, 417, 417, 2995, 417, 417, 417, 417, 417, 417, 417, 3000, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 3014, 3167, 0, 3168, 0, 0, 3170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2592, 0, 0, 0, 3193, 3194, 0, 392, 392, 392, 392, 3199, 392, 392, 392, 392, 392, 392, 3206, 392, 392, 392, 392, 392, 3208, 392, 392, 392, 392, 392, 392, 392, 392, 3216, 3218, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3726, 417, 417, 3729, 417, 417, 417, 417, 417, 417, 417, 417, 1290, 417, 417, 417, 417, 1299, 417, 417, 417, 1305, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1317, 417, 417, 417, 417, 392, 921, 392, 392, 392, 392, 392, 392, 723, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 417, 417, 417, 417, 3222, 417, 417, 417, 417, 417, 417, 3229, 417, 417, 417, 417, 417, 3231, 417, 417, 417, 417, 417, 417, 417, 417, 3239, 3241, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 945, 392, 392, 392, 392, 392, 960, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 3270, 3271, 3272, 417, 417", + /* 44374 */ "417, 417, 417, 417, 417, 417, 417, 3280, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3292, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1257, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3915, 510, 0, 0, 0, 0, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2330, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2346, 417, 417, 510, 510, 510, 3326, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3334, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3343, 510, 510, 510, 510, 510, 510, 510, 510, 2059, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2076, 510, 510, 510, 3348, 510, 510, 510, 510, 510, 510, 510, 510, 3355, 510, 510, 3358, 3360, 510, 510, 510, 3363, 3364, 3365, 510, 510, 3367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 395, 421, 421, 0, 0, 0, 450, 450, 450, 450, 487, 487, 450, 450, 487, 487, 514, 450, 487, 3392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3205, 3400, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 3409, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2387, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2396, 417, 2398, 417, 2399, 417, 2400, 417, 417, 2402, 417, 417, 417, 3228, 3417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3425, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3434, 417, 417, 417, 417, 392, 392, 392, 392, 392, 709, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 983, 392, 0, 510, 510, 510, 3438, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3442, 417, 3444, 417, 417, 417, 417, 392, 392, 3450, 392, 392, 392, 3453, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 2829, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1596, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 392, 392, 392, 392, 392, 3463, 392, 392, 392, 392, 3467, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 3477, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3152, 510, 510, 510, 510, 3157, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 3163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2578, 0, 0, 0, 0, 2581, 0, 2583, 0, 2585, 2586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1198, 392, 392, 3481, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3493, 510, 510, 510, 3496, 510, 3498, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 1625, 0, 0, 0, 1631, 0, 0, 0, 0, 1637, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1122304, 0, 0, 0, 1122304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1741, 392, 392, 1239, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3524, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1198, 417, 417, 417, 417, 417, 417, 3533, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1288, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2419, 392, 392, 392, 2423, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 510, 3103, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2095, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 417, 417, 3543, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3552, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3559, 417, 392, 392, 392, 392, 392, 392, 3566, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3724, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3278, 417, 417, 392, 392, 392, 3285, 392, 392, 392, 392, 392, 392, 392, 3204, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3622, 392, 392, 417, 417, 417, 417, 417, 417, 3630, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3640, 3641, 417, 3644, 417, 417, 3645", + /* 45215 */ "417, 417, 417, 417, 417, 417, 417, 1929, 417, 417, 417, 1871, 417, 417, 417, 417, 417, 417, 1940, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1937, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1951, 417, 417, 417, 417, 417, 3737, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3757, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 417, 417, 417, 417, 4045, 417, 417, 417, 4047, 417, 392, 392, 392, 392, 4051, 392, 392, 392, 4053, 392, 510, 510, 3820, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 3839, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2724, 417, 417, 417, 417, 417, 417, 417, 417, 2730, 417, 2732, 2733, 417, 417, 417, 417, 417, 417, 3877, 417, 417, 417, 3881, 3882, 3883, 392, 392, 392, 392, 3887, 392, 392, 392, 392, 3892, 392, 392, 392, 392, 392, 392, 3899, 3900, 3901, 510, 510, 510, 510, 3905, 510, 510, 510, 510, 3910, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3931, 417, 417, 417, 417, 417, 417, 417, 2356, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2367, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1336, 1338, 417, 417, 417, 417, 417, 417, 417, 1348, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3935, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 3944, 392, 392, 392, 392, 3948, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 0, 0, 0, 3508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 750, 392, 392, 392, 392, 392, 392, 510, 510, 3957, 510, 510, 510, 510, 3961, 510, 510, 510, 510, 0, 0, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 3973, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1841, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 3013, 417, 417, 3982, 392, 392, 392, 3985, 392, 392, 392, 392, 392, 392, 392, 392, 3994, 510, 510, 510, 3997, 510, 510, 510, 510, 510, 510, 510, 510, 4006, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1710, 0, 0, 0, 0, 0, 1715, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1121, 0, 0, 304, 304, 304, 304, 304, 304, 304, 331, 304, 304, 340, 345, 345, 345, 360, 345, 360, 360, 360, 345, 373, 345, 345, 345, 345, 345, 345, 345, 383, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 399, 425, 425, 345, 345, 345, 454, 471, 471, 471, 491, 491, 471, 471, 491, 491, 518, 471, 491, 518, 518, 471, 491, 471, 471, 471, 471, 471, 491, 491, 518, 518, 518, 518, 518, 518, 518, 518, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 262429, 262429, 262680, 262680, 262680, 262680, 262680, 262680, 262680, 262680, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 1144, 0, 0, 1148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 293, 0, 0, 0, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 1189, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 561, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2937, 2938, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1203, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1477, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1473, 1475, 392, 392, 392, 392, 1480, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 774, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417", + /* 46115 */ "417, 417, 417, 417, 1296, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 2572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 602, 602, 0, 0, 0, 0, 3373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2639, 392, 392, 2642, 392, 392, 392, 1233, 392, 392, 392, 3393, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 3410, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1867, 417, 417, 417, 417, 417, 417, 417, 1874, 0, 0, 417, 1876, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3001, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 3010, 417, 417, 417, 417, 510, 3482, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3347, 417, 417, 3983, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3995, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 417, 3975, 417, 417, 417, 3979, 417, 510, 510, 4038, 510, 510, 510, 0, 0, 0, 0, 417, 4043, 417, 417, 417, 417, 417, 417, 417, 417, 392, 4049, 392, 392, 392, 392, 392, 392, 392, 392, 510, 4055, 305, 305, 305, 305, 305, 305, 305, 0, 305, 305, 305, 346, 346, 346, 361, 346, 361, 361, 361, 346, 361, 346, 346, 346, 346, 346, 346, 346, 361, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 400, 426, 426, 346, 346, 346, 455, 455, 477, 477, 492, 492, 477, 477, 492, 492, 519, 477, 492, 519, 519, 477, 492, 477, 477, 477, 477, 477, 492, 492, 519, 519, 519, 519, 519, 519, 519, 519, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1933312, 1933312, 1933312, 1933312, 1933312, 1933312, 1933312, 1933312, 1933312, 1933312, 1, 81923, 0, 0, 5, 4358361, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3377, 0, 0, 0, 0, 3381, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 3389, 392, 392, 392, 0, 0, 0, 0, 612, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 574, 0, 0, 0, 1070, 1074, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 308, 0, 308, 311, 0, 308, 308, 308, 0, 308, 311, 392, 1458, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2266, 2267, 0, 0, 2921, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1671, 0, 0, 0, 0, 132191, 0, 3094, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1563, 1565, 510, 510, 510, 510, 510, 510, 510, 1574, 0, 0, 0, 0, 3169, 0, 0, 0, 0, 3173, 0, 0, 0, 0, 3177, 0, 0, 0, 0, 0, 3182, 0, 0, 0, 0, 0, 0, 0, 3190, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2680, 417, 417, 417, 417, 417, 417, 800, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 1281, 417, 417, 417, 1370, 417, 417, 417, 417, 417, 417, 417, 417, 1382, 417, 417, 417, 417, 417, 1321, 417, 417, 417, 417, 3273, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3282, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3293, 392, 392, 392, 392, 392, 392, 392, 392, 392, 751, 392, 392, 392, 392, 392, 2230, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 392, 392, 392, 392, 3299, 392, 392, 392, 392, 392, 392, 392, 3305, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3314, 392, 392, 392, 392, 392, 3319, 3320, 510, 510, 417, 392, 417, 417, 417, 417, 417, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 1, 81923, 98518, 98845, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 235", + /* 47019 */ "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1187840, 1187840, 1187840, 1187840, 1187840, 1187840, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 510, 510, 3349, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3361, 510, 510, 510, 510, 510, 3366, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 1384448, 0, 0, 90112, 0, 0, 0, 0, 1384448, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 3398, 392, 392, 1260, 392, 392, 392, 392, 392, 392, 392, 392, 417, 3406, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3415, 417, 417, 417, 392, 392, 392, 392, 2411, 392, 392, 392, 392, 392, 392, 2418, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 417, 417, 3439, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3460, 392, 392, 392, 392, 3462, 392, 392, 392, 392, 392, 392, 3468, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 3476, 510, 510, 510, 510, 510, 510, 0, 0, 2902, 0, 0, 0, 2904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1900544, 392, 392, 392, 3525, 392, 392, 392, 392, 3528, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 3534, 417, 417, 417, 417, 3537, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1288, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3196, 3219, 417, 417, 417, 417, 417, 4015, 417, 417, 417, 4019, 417, 417, 392, 392, 392, 392, 392, 4025, 392, 392, 392, 4029, 392, 392, 510, 510, 510, 510, 510, 4035, 510, 510, 510, 4039, 510, 510, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 1534, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1566, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2087, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 2136, 0, 0, 0, 0, 0, 2138, 0, 0, 417, 417, 417, 417, 417, 776, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 827, 417, 417, 835, 417, 417, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 2384, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1851, 417, 417, 417, 417, 417, 417, 417, 417, 850, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 885, 417, 417, 891, 417, 417, 417, 417, 417, 417, 850, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1373, 417, 417, 417, 1378, 417, 417, 1381, 417, 417, 417, 417, 1389, 417, 417, 417, 417, 885, 392, 392, 392, 927, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 974, 392, 392, 981, 392, 392, 0, 510, 510, 510, 510, 510, 510, 1536, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2863, 510, 510, 510, 510, 510, 510, 510, 510, 998, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1053, 510, 510, 1061, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 2924, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 557, 0, 0, 0, 0, 0, 0, 0, 0, 1096, 0, 0, 0, 0, 1101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 392, 392, 1245, 392, 392, 392, 392, 392, 1254, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 417, 417, 392, 392, 392, 1958, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1981, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2445, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392", + /* 47891 */ "392, 392, 392, 392, 392, 2233, 392, 392, 392, 392, 392, 2239, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1500, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 510, 510, 510, 510, 2086, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2104, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1546, 510, 510, 510, 1552, 510, 510, 510, 510, 510, 510, 510, 510, 1564, 510, 510, 510, 510, 510, 510, 1573, 510, 417, 417, 417, 417, 1319, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 3007, 417, 417, 417, 417, 417, 417, 417, 2738, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1922, 417, 417, 417, 417, 2770, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2457, 392, 392, 392, 392, 2461, 392, 510, 2869, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2890, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 1623, 0, 0, 0, 1629, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5758976, 0, 5857280, 0, 0, 0, 0, 0, 0, 4538368, 0, 0, 0, 0, 0, 240, 0, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 240, 0, 0, 0, 319, 0, 0, 0, 0, 0, 0, 3171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3188, 0, 0, 0, 0, 0, 362, 362, 388, 362, 388, 362, 362, 362, 362, 362, 362, 362, 362, 401, 427, 427, 362, 362, 388, 456, 456, 478, 478, 493, 493, 478, 478, 493, 493, 520, 478, 493, 520, 520, 478, 493, 478, 478, 478, 478, 478, 493, 493, 520, 520, 520, 520, 520, 520, 520, 520, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2637, 392, 392, 392, 392, 392, 392, 725, 392, 392, 392, 392, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 564, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2936, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 596, 0, 0, 0, 0, 0, 0, 0, 0, 573, 0, 5472256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 417, 417, 853, 417, 860, 417, 417, 417, 417, 869, 417, 417, 417, 417, 417, 417, 417, 892, 417, 417, 417, 860, 869, 417, 417, 853, 417, 417, 417, 417, 417, 392, 392, 392, 392, 3885, 392, 392, 392, 392, 392, 392, 392, 392, 3893, 392, 392, 392, 392, 392, 510, 510, 510, 510, 3903, 510, 510, 510, 510, 510, 510, 1001, 510, 1010, 510, 510, 510, 510, 510, 1031, 510, 510, 510, 510, 510, 510, 510, 510, 1062, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 3374, 0, 0, 0, 0, 3378, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 2634, 392, 392, 392, 1241, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2261, 392, 392, 392, 1783, 392, 392, 392, 392, 417, 417, 1360, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1371, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 3288, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 1613, 510, 510, 1619, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1644, 0, 0, 0, 0, 0, 0, 1081344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 556, 0, 0, 0, 0, 0, 0, 0, 1675, 0, 1677, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1683, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1695, 1696, 0, 0, 0, 0, 0, 1131, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 1145, 0, 0, 1145, 0, 0, 0, 0", + /* 48841 */ "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 364, 0, 364, 364, 371, 0, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 405, 431, 431, 364, 445, 364, 459, 472, 472, 472, 497, 497, 472, 472, 497, 497, 524, 472, 497, 0, 1699, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132191, 0, 392, 392, 392, 392, 1781, 392, 392, 392, 392, 1786, 392, 392, 392, 392, 392, 392, 392, 1792, 1793, 392, 392, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 392, 3739, 392, 3741, 392, 3743, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3752, 392, 392, 392, 392, 392, 510, 3759, 510, 3761, 510, 3763, 417, 417, 417, 417, 417, 1834, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1843, 417, 417, 1846, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1858, 417, 417, 417, 417, 417, 417, 417, 2998, 417, 417, 2991, 417, 417, 417, 417, 3003, 417, 417, 417, 417, 417, 3005, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2750, 417, 417, 417, 417, 417, 2755, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3295, 417, 417, 417, 1863, 417, 417, 417, 417, 417, 417, 417, 1869, 1870, 417, 417, 417, 417, 417, 0, 1875, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1885, 417, 1888, 417, 417, 1925, 417, 417, 417, 417, 417, 1930, 1932, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3557, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1989, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1999, 392, 2002, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2017, 392, 392, 392, 392, 392, 392, 392, 392, 2025, 2027, 392, 392, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2129, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 510, 510, 2054, 510, 510, 2058, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2079, 510, 510, 510, 2116, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2126, 2128, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2915, 0, 0, 0, 0, 0, 0, 2219, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3093, 417, 417, 417, 2322, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3447, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2476, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 417, 417, 2381, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2389, 417, 417, 417, 417, 417, 417, 2395, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1335, 417, 417, 417, 417, 417, 1344, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1333, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 1882, 417, 417, 417, 417, 0, 0, 0, 0, 2574, 0, 0, 2576, 0, 0, 0, 2579, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2589, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 277, 0, 0, 2596, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2604, 2605, 0, 0, 2608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2618, 0, 0, 0, 0, 0, 0, 1368064, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5758976, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5857280, 688, 688, 5881856, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 4808704, 688, 688, 5767168, 688, 688, 4890624, 688, 4898816, 688, 688, 688, 688, 5849088, 688, 688, 688, 688, 688, 5890048, 688, 5005312, 392, 392, 392, 392, 392, 392, 392, 392, 2260, 392, 392, 2655, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392", + /* 49698 */ "3084, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 2322, 417, 417, 2698, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 2712, 417, 417, 417, 2742, 417, 417, 2745, 417, 417, 417, 417, 417, 417, 417, 417, 2753, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2761, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 1368, 417, 417, 1284, 417, 417, 1375, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1320, 417, 417, 417, 417, 417, 417, 2772, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2787, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2829, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3117, 510, 510, 392, 2792, 392, 392, 2794, 392, 2796, 2797, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2806, 392, 392, 2809, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 417, 417, 417, 417, 417, 2981, 417, 417, 417, 2984, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2820, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 0, 0, 2831, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 3788, 392, 417, 417, 510, 510, 510, 510, 2873, 510, 510, 510, 2877, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2891, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2530, 510, 510, 510, 510, 510, 510, 2535, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2561, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2919, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2933, 0, 2935, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2944, 0, 0, 0, 0, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5668864, 5324800, 5324800, 5324800, 5324800, 5324800, 5709824, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5775360, 5324800, 5324800, 5324800, 4923392, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5898240, 5324800, 5324800, 4997120, 5906432, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5152768, 5324800, 5160960, 5324800, 5193728, 5201920, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 6053888, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4759552, 5324800, 4923392, 5324800, 5324800, 4997120, 5324800, 5324800, 5324800, 4538368, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 4857856, 0, 0, 392, 2949, 392, 392, 392, 392, 2953, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2962, 392, 392, 392, 392, 392, 392, 392, 392, 2969, 392, 392, 2962, 392, 392, 392, 392, 2974, 392, 392, 392, 392, 392, 2976, 0, 0, 417, 2978, 417, 417, 417, 417, 2982, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2991, 417, 417, 417, 417, 417, 417, 417, 3022, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3036, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 1367, 1280, 417, 417, 417, 417, 417, 417, 417, 1374, 417, 1377, 417, 1379, 417, 1304, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1293, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1390, 392, 392, 392, 392, 392, 392, 3074, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3089, 392, 392, 392, 392, 392, 0, 0, 0, 0, 1115914, 417, 417, 417, 417, 417, 2283, 417, 417, 417, 774, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1353, 417, 392, 392, 392, 392, 3096, 392, 392, 392, 392, 392, 392, 3101, 0, 0, 510, 510, 3104, 510, 510, 510, 510, 3109, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1038, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518", + /* 50460 */ "7, 0, 0, 510, 510, 510, 510, 3149, 510, 510, 510, 510, 510, 510, 3153, 510, 510, 510, 510, 510, 510, 3158, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1082, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 699, 392, 392, 392, 392, 392, 392, 3204, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3210, 392, 392, 392, 392, 392, 3215, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1993, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2009, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1506, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 417, 417, 774, 417, 417, 417, 417, 417, 417, 3227, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3233, 417, 417, 417, 417, 417, 3238, 417, 417, 417, 417, 417, 3244, 417, 417, 417, 417, 417, 417, 3227, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3259, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 825, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2705, 417, 417, 417, 417, 417, 417, 417, 2709, 417, 417, 417, 417, 417, 0, 417, 392, 392, 392, 392, 392, 392, 392, 3301, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3311, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 4079, 4080, 417, 4082, 4083, 392, 4085, 4086, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 417, 417, 4090, 392, 392, 4093, 510, 510, 4096, 417, 417, 417, 392, 392, 392, 510, 510, 510, 510, 3324, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3332, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3345, 510, 510, 510, 510, 510, 1580, 510, 510, 1583, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1602, 510, 510, 510, 510, 510, 510, 1611, 392, 392, 392, 392, 392, 392, 3464, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3474, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3688, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 3702, 0, 392, 392, 392, 392, 392, 392, 3709, 3710, 417, 417, 417, 417, 417, 417, 3716, 3717, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3728, 417, 417, 417, 417, 3732, 417, 417, 3735, 3736, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3749, 392, 392, 392, 392, 392, 3754, 3755, 3756, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2556, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 2568, 0, 0, 0, 417, 417, 417, 3936, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3945, 392, 392, 392, 392, 3949, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3130, 3131, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3143, 510, 510, 510, 510, 510, 3958, 510, 510, 510, 510, 3962, 510, 510, 510, 0, 0, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 880, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 4075, 510, 510, 4078, 417, 417, 417, 392, 392, 392, 510, 510, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 4097, 4098, 417, 4099, 4100, 392, 4101, 4102, 510, 521, 521, 479, 494, 479, 479, 479, 479, 479, 494, 494, 521, 521, 521, 521, 521, 521, 521, 521, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 659, 0, 674, 0, 0, 0, 0, 0, 664, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 649, 0, 0, 522, 522, 457, 495, 457, 457, 457, 457, 457, 495, 495, 522, 522, 522, 522, 522, 522, 522, 522, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 660, 0, 663, 0, 666, 0, 0, 0, 0, 0, 0, 0, 0, 666, 0, 0, 0, 0, 0, 0, 0, 0, 0, 666, 306, 306, 306, 306, 306, 306, 306, 0, 306, 306, 306, 348, 348, 348, 363, 348, 363, 363, 363, 348, 363, 348, 348, 348, 348, 348, 348, 348, 363", + /* 51307 */ "348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 404, 430, 430, 443, 348, 348, 458, 458, 458, 458, 496, 496, 458, 458, 496, 496, 523, 458, 496, 523, 523, 458, 496, 458, 458, 458, 458, 458, 496, 496, 523, 523, 523, 523, 523, 523, 523, 523, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1076, 0, 0, 1079, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1925120, 0, 1925120, 1925120, 1925120, 0, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 1925120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3178, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 555, 556, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2934, 0, 0, 0, 0, 2939, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1080, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1204577, 0, 1204577, 1204577, 1204577, 1204224, 1204577, 1204224, 1204224, 1204224, 1204224, 1204224, 1204224, 1204224, 1204577, 1204224, 1204224, 1204577, 0, 0, 0, 0, 612, 0, 0, 0, 0, 614, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 594, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 617, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 594, 556, 0, 0, 0, 0, 392, 392, 692, 392, 392, 392, 706, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 747, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2829, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3115, 510, 510, 510, 510, 417, 417, 417, 767, 417, 417, 417, 781, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 822, 417, 417, 417, 417, 417, 417, 0, 0, 0, 614, 0, 417, 417, 417, 417, 417, 417, 417, 3045, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3054, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1508, 392, 392, 392, 392, 392, 392, 392, 1518, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 842, 417, 417, 417, 781, 417, 417, 417, 417, 417, 417, 417, 417, 417, 882, 417, 417, 417, 417, 417, 417, 842, 417, 417, 842, 417, 417, 902, 417, 417, 417, 417, 392, 392, 392, 392, 392, 933, 392, 392, 946, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 417, 417, 882, 417, 392, 918, 392, 392, 392, 932, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 969, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 510, 510, 510, 1537, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1557, 510, 510, 1561, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 392, 3923, 417, 3925, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3932, 989, 510, 510, 510, 1003, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1048, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 214, 7, 0, 0, 0, 0, 0, 0, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5669628, 5325564, 5325564, 5325564, 5325564, 5325564, 5710588, 5325564, 5325564, 5325564, 5325564, 5325564, 5325564, 5776124, 5325564, 5325564, 5325564, 5251836, 5325564, 5325564, 5325564, 4645628, 5325564, 4735740, 5325564, 5325564, 5325564, 5325564, 689, 689, 689, 689, 689, 4644864, 689, 4661248, 689, 689, 6135808, 689, 689, 4734976, 689, 689, 689, 689, 0, 689, 689, 5799936, 689, 689, 689, 689, 689, 5939200, 689, 689, 689, 689, 764, 5325564, 5325564, 5645052, 5325564, 5325564, 5325564, 5325564, 5325564, 764, 5325564, 5325564, 5800700, 5325564, 0, 0, 1070, 1074, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1093, 392, 392, 392, 392, 392, 392, 392, 1217, 392, 1220, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1242, 1356, 417, 417, 417, 417, 417, 0, 0, 417, 1366, 417, 417, 417, 417, 417, 417, 417, 417, 1287, 417, 417, 417, 417, 417, 417, 417, 1383, 417, 1386, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392", + /* 52142 */ "392, 1967, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3404, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1287, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 1445, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1197, 392, 392, 392, 392, 392, 392, 392, 1501, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1513, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 1524, 510, 510, 510, 510, 510, 510, 1538, 510, 510, 510, 510, 1548, 510, 510, 510, 1554, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1567, 510, 510, 510, 510, 510, 510, 510, 510, 3601, 510, 510, 510, 510, 510, 3605, 510, 510, 510, 0, 3608, 0, 0, 3611, 3612, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 710, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3472, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1615, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 272, 0, 272, 0, 0, 0, 0, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 1691, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1359872, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 699, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 2035, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1051, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1735, 1736, 392, 392, 392, 392, 1742, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2049, 392, 392, 392, 1752, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3091, 392, 392, 392, 510, 510, 510, 2055, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2072, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1587, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1600, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1550, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 3159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 417, 417, 2298, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1331, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 2323, 417, 417, 417, 1860, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1301, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3458, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2465, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2560, 510, 510, 510, 510, 510, 510, 510, 2136, 0, 2138, 0, 0, 0, 0, 0, 0, 510, 2548, 510, 510, 510, 510, 510, 510, 510, 2554, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 2567, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 2929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2942, 0, 0, 0, 0, 0, 0, 0, 0, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 0, 1908736, 0, 0, 0, 1908736, 0, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 0, 1908736, 1908736, 1908736, 510, 510, 2845, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2854, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2564, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2920, 0, 0, 0, 0, 0, 2600, 0, 2925, 0, 0, 0, 0, 0, 2931, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2945, 0, 0, 0, 0, 0", + /* 53006 */ "1181, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1739, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 2479, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 392, 392, 392, 392, 392, 2952, 392, 392, 392, 2955, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1764, 392, 392, 392, 392, 392, 392, 392, 392, 1218, 392, 1222, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1236, 392, 392, 392, 392, 392, 0, 0, 0, 0, 1115914, 417, 417, 417, 2281, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 3563, 392, 392, 392, 392, 417, 417, 417, 3043, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3064, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2028, 392, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2885, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 417, 417, 392, 392, 392, 392, 392, 392, 392, 3099, 392, 392, 392, 392, 0, 0, 510, 510, 510, 510, 510, 510, 3108, 510, 510, 510, 510, 510, 3114, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3916, 0, 3917, 0, 0, 3920, 0, 0, 3922, 392, 3924, 417, 417, 417, 417, 417, 3928, 417, 417, 417, 417, 417, 417, 0, 0, 1365, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1911, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 510, 510, 3908, 510, 510, 510, 510, 3913, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 392, 392, 417, 417, 3926, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3025, 3026, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3035, 417, 417, 417, 417, 417, 417, 4103, 4104, 4105, 4106, 4107, 4108, 417, 417, 392, 392, 510, 510, 417, 417, 392, 392, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2152, 0, 0, 2154, 2155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 524, 524, 472, 497, 472, 472, 472, 472, 472, 497, 497, 524, 524, 524, 524, 524, 524, 524, 524, 1, 81923, 98518, 98845, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1077, 0, 1077, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 557, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 3172, 0, 0, 0, 0, 3175, 0, 0, 0, 0, 3180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2606, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1122304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1908736, 1908736, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 557, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 707, 392, 392, 721, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2804, 392, 392, 392, 392, 2810, 392, 392, 392, 392, 392, 392, 2817, 392, 392, 392, 417, 417, 417, 417, 855, 417, 417, 863, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 855, 417, 863, 417, 417, 417, 392, 392, 392, 2410, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2814, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 1004, 510, 510, 1020, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 0, 0, 0, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0", + /* 53902 */ "1078, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 305, 0, 305, 305, 0, 305, 305, 305, 318, 305, 305, 0, 0, 1127, 0, 0, 0, 1132, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 1325, 417, 417, 1328, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1331, 417, 417, 417, 417, 417, 417, 1352, 417, 417, 417, 392, 392, 2409, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2425, 392, 392, 2427, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2227, 392, 392, 392, 2231, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3471, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 417, 417, 417, 1395, 417, 417, 1398, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1410, 417, 417, 417, 1415, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3254, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3265, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1428, 417, 417, 417, 417, 417, 417, 417, 417, 1436, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1453, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1246, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 1991, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 0, 0, 417, 417, 417, 417, 417, 510, 510, 510, 510, 2084, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1569, 510, 510, 510, 0, 0, 0, 0, 0, 2196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 715, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 755, 392, 392, 392, 392, 392, 417, 417, 2321, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2345, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1965, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1980, 392, 392, 392, 392, 392, 0, 2276, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3429, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2349, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2375, 417, 417, 417, 417, 392, 392, 392, 392, 392, 935, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 2380, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2397, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2404, 0, 0, 0, 392, 392, 392, 392, 392, 392, 3201, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1517, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 417, 417, 417, 417, 417, 417, 3224, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3435, 417, 417, 417, 417, 417, 417, 3247, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2737, 417, 417, 417, 417, 417, 417, 3653, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3674, 392, 392, 510, 510, 510, 510, 510, 2899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2914, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2175, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 2189, 0, 392, 392, 392", + /* 54763 */ "3707, 392, 392, 392, 392, 417, 417, 417, 3714, 417, 417, 417, 417, 417, 417, 417, 417, 3722, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3255, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3266, 417, 417, 417, 417, 0, 324, 324, 0, 324, 324, 324, 241, 0, 0, 0, 349, 349, 349, 349, 349, 369, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 369, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 406, 432, 432, 349, 349, 349, 460, 460, 480, 480, 498, 498, 480, 480, 498, 498, 525, 480, 498, 525, 525, 480, 498, 480, 480, 480, 480, 480, 498, 498, 525, 525, 525, 525, 525, 525, 525, 525, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1655, 0, 0, 0, 0, 0, 0, 0, 0, 1664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 1687, 0, 0, 0, 0, 0, 0, 0, 0, 1694, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 558, 559, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 3375, 3376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3383, 0, 0, 0, 0, 0, 0, 0, 0, 3388, 392, 3390, 392, 392, 571, 0, 0, 0, 0, 576, 0, 0, 579, 0, 0, 0, 0, 0, 0, 0, 0, 588, 0, 0, 0, 0, 593, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 403, 429, 429, 0, 283, 0, 457, 457, 457, 457, 495, 495, 457, 457, 495, 495, 522, 457, 495, 0, 0, 0, 653, 0, 0, 0, 0, 0, 673, 0, 0, 0, 0, 679, 0, 0, 571, 0, 0, 0, 0, 0, 0, 0, 558, 681, 0, 0, 0, 0, 0, 0, 0, 0, 1706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 341, 341, 341, 1139029, 341, 1139029, 1139029, 1139029, 341, 1139029, 341, 341, 341, 341, 341, 341, 341, 1139029, 341, 341, 341, 0, 653, 558, 686, 0, 0, 0, 392, 392, 693, 392, 392, 392, 708, 699, 717, 722, 717, 392, 392, 392, 392, 736, 392, 392, 392, 392, 757, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2668, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1309, 417, 417, 0, 417, 417, 3008, 3009, 417, 417, 417, 417, 417, 417, 417, 417, 768, 417, 417, 417, 783, 774, 792, 797, 792, 417, 417, 417, 417, 811, 417, 417, 417, 417, 832, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 3225, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3236, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2328, 2329, 417, 417, 417, 417, 417, 0, 417, 417, 417, 2339, 417, 2341, 417, 417, 417, 417, 417, 417, 417, 843, 417, 417, 417, 856, 774, 792, 864, 417, 417, 417, 417, 811, 417, 417, 417, 888, 417, 417, 417, 417, 843, 896, 417, 843, 417, 417, 903, 905, 864, 908, 417, 417, 417, 417, 417, 417, 417, 3250, 417, 417, 3253, 417, 417, 417, 3256, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3029, 417, 417, 417, 417, 417, 417, 417, 417, 3000, 417, 417, 417, 417, 417, 990, 510, 510, 510, 1005, 1011, 1015, 1021, 1024, 510, 510, 510, 510, 1037, 510, 510, 510, 510, 1058, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 0, 4391478, 0, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1359872, 1359872, 1359872, 1359872, 1359872, 1359872, 1359872, 1359872, 1, 81923, 0, 0, 4301016, 6, 7, 7, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 1326, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 417, 417, 1361, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1372, 417, 417, 417, 417, 417, 417, 417, 417, 1384, 417, 417, 417, 417, 392, 392, 392, 392, 392, 936, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 417, 417, 417, 417, 1396, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1421, 417, 417, 417, 417, 392, 392, 392, 392, 930, 392, 938, 392, 392, 392, 392, 392, 955, 392, 392, 392, 392, 392, 392, 392, 392, 982, 392, 392, 0, 510, 510, 510, 1425, 417, 417, 1372, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417", + /* 55647 */ "417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1454, 0, 392, 392, 392, 392, 392, 392, 392, 1731, 392, 392, 392, 392, 392, 392, 392, 1740, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1226, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2489, 510, 510, 417, 417, 1808, 417, 417, 417, 417, 417, 417, 417, 1817, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2727, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 0, 0, 417, 417, 417, 417, 1879, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1898, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3809, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 1926, 417, 417, 417, 417, 417, 417, 417, 1934, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 1884, 417, 417, 417, 392, 392, 2020, 392, 392, 392, 392, 392, 392, 392, 392, 2029, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510, 2043, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3330, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3371, 510, 510, 2053, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1609, 510, 510, 510, 510, 2083, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2077, 510, 510, 2191, 0, 2193, 0, 0, 0, 0, 0, 0, 0, 2200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2216, 0, 392, 392, 2218, 392, 392, 392, 392, 392, 2247, 392, 392, 392, 392, 392, 1239, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2265, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1241, 392, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2985, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3422, 417, 3423, 417, 417, 417, 417, 428, 417, 417, 3430, 417, 417, 417, 3432, 417, 417, 417, 417, 417, 417, 417, 417, 2296, 417, 417, 417, 417, 417, 417, 417, 2302, 417, 417, 417, 417, 417, 417, 417, 417, 2309, 417, 417, 417, 417, 417, 1329, 417, 417, 417, 417, 417, 417, 417, 3798, 417, 417, 417, 3802, 417, 417, 3805, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 3817, 392, 392, 417, 417, 417, 417, 2353, 417, 417, 417, 417, 417, 417, 417, 417, 2362, 417, 417, 417, 417, 417, 417, 417, 2369, 417, 417, 417, 2373, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 1278, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1301, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1933, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1441, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1452, 392, 392, 392, 392, 392, 2439, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2447, 392, 392, 392, 392, 2451, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 2479, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2566, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2570, 0, 0, 2573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2595, 0, 0, 2598, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2609, 0, 0, 0, 2613, 0, 0, 0, 2617, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 2678, 417, 417, 417, 417, 2681, 417, 417, 417, 417, 2686, 417, 417, 417, 417, 417, 2690, 417, 0, 0, 0, 0, 2625, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 2635, 392, 392, 392, 392, 2638, 392, 392, 392, 392, 2643, 392, 392, 392, 392, 392, 0, 0, 0, 0, 1115914", + /* 56496 */ "417, 2279, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1844, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2647, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2660, 392, 392, 2663, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2229, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2000, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 2740, 417, 417, 417, 417, 2746, 417, 417, 417, 417, 2751, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2763, 417, 2765, 417, 417, 417, 392, 1956, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1975, 392, 392, 1978, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 3530, 417, 3531, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3539, 417, 510, 510, 510, 2846, 510, 510, 2848, 510, 510, 510, 510, 510, 2853, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2862, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3331, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 3160, 0, 0, 0, 0, 0, 0, 0, 0, 3166, 510, 510, 510, 2871, 510, 510, 510, 510, 510, 2878, 510, 510, 510, 510, 510, 2884, 510, 510, 2887, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2855, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 3783, 0, 3784, 392, 1241, 3786, 392, 392, 392, 392, 417, 1331, 0, 0, 0, 2922, 0, 0, 0, 2600, 0, 0, 2926, 2927, 0, 0, 2930, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2941, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 237, 238, 239, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 234, 234, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 262, 0, 0, 0, 0, 0, 0, 273, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2958, 392, 392, 2960, 392, 392, 2964, 392, 392, 392, 392, 392, 392, 392, 392, 2970, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1255, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1266, 392, 392, 392, 392, 392, 1273, 417, 766, 1276, 417, 417, 3016, 417, 3018, 3019, 417, 417, 417, 417, 3024, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3032, 417, 3033, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2749, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2757, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3445, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 3456, 392, 392, 392, 392, 392, 392, 3040, 417, 417, 417, 3044, 417, 417, 417, 417, 417, 417, 3049, 417, 417, 417, 417, 417, 417, 417, 3055, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3067, 392, 392, 3070, 3071, 392, 392, 392, 392, 392, 3077, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3085, 392, 3086, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3469, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 3479, 510, 392, 392, 392, 3095, 392, 392, 392, 392, 3100, 392, 392, 392, 0, 0, 3102, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3118, 510, 510, 510, 510, 510, 3124, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1601, 510, 510, 1605, 510, 510, 510, 510, 510, 510, 3121, 510, 3122, 510, 510, 510, 510, 510, 3129, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3139, 510, 510, 3141, 510, 510, 510, 510, 510, 510, 510, 510, 3329, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 3697, 0, 0, 3700, 3701, 0, 3703, 0, 0, 0, 392, 3197, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3207, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510", + /* 57335 */ "510, 510, 2046, 510, 510, 510, 417, 3220, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3230, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 3455, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 3274, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 392, 3296, 3297, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3308, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 3322, 0, 0, 3372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3382, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 3391, 392, 392, 3395, 3396, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3401, 392, 392, 392, 417, 417, 417, 417, 3408, 417, 417, 3412, 3413, 417, 417, 417, 417, 417, 417, 0, 1159, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1336, 1852, 1855, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3418, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3428, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2307, 417, 2308, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 510, 510, 3484, 3485, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3500, 510, 510, 510, 510, 510, 510, 1621, 510, 0, 0, 0, 0, 0, 0, 1628, 0, 0, 0, 1634, 0, 0, 0, 0, 0, 0, 0, 0, 1642, 0, 0, 0, 0, 0, 0, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2164, 0, 3568, 392, 392, 392, 392, 3573, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3592, 510, 510, 510, 510, 510, 1620, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5832704, 0, 0, 0, 4349952, 0, 0, 0, 510, 510, 510, 3597, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 703, 392, 392, 716, 392, 392, 725, 727, 730, 734, 392, 741, 743, 746, 751, 392, 759, 392, 392, 763, 417, 417, 417, 3650, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3667, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 3150, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 3705, 392, 392, 417, 417, 417, 417, 417, 3712, 417, 417, 417, 417, 3720, 417, 417, 417, 417, 3725, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3228, 417, 2999, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2393, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 510, 510, 3766, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 3789, 417, 417, 417, 417, 417, 417, 417, 417, 2999, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 3006, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2699, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2710, 0, 417, 417, 417, 417, 417, 3794, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3811, 417, 3813, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3540, 3851, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 2336, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 243, 314, 243, 243, 314, 314, 314, 332, 336, 336, 314, 336, 351, 351, 365, 351, 365, 365, 365, 351, 374, 351, 351, 351, 351, 351, 351", + /* 58208 */ "351, 384, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 407, 433, 433, 351, 351, 351, 461, 461, 461, 461, 499, 499, 461, 461, 499, 499, 526, 461, 499, 526, 526, 461, 499, 461, 461, 461, 461, 461, 499, 499, 526, 526, 526, 526, 526, 526, 526, 526, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 2144, 2145, 0, 0, 2148, 0, 0, 0, 0, 0, 0, 0, 0, 2156, 0, 0, 0, 0, 0, 2161, 0, 2163, 0, 0, 0, 0, 608, 0, 0, 0, 0, 0, 0, 0, 0, 616, 0, 620, 621, 622, 0, 0, 0, 0, 0, 0, 0, 0, 630, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 265, 267, 0, 0, 0, 0, 0, 0, 278, 0, 0, 630, 0, 0, 0, 0, 0, 0, 392, 392, 392, 698, 702, 705, 392, 714, 392, 392, 392, 392, 392, 732, 735, 392, 392, 392, 748, 753, 392, 392, 392, 392, 392, 0, 0, 0, 0, 1115914, 1860, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2999, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1295, 3242, 417, 417, 417, 417, 417, 417, 773, 777, 780, 417, 789, 417, 417, 417, 417, 417, 807, 810, 417, 417, 417, 823, 828, 417, 417, 417, 417, 417, 0, 0, 675, 0, 677, 417, 417, 417, 417, 417, 417, 417, 3420, 417, 417, 417, 417, 417, 3424, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1822, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 847, 851, 854, 417, 861, 417, 417, 417, 417, 870, 873, 417, 417, 883, 828, 417, 417, 417, 417, 417, 417, 861, 870, 417, 900, 901, 417, 417, 417, 417, 910, 417, 417, 883, 828, 392, 392, 924, 928, 931, 392, 940, 392, 392, 392, 392, 392, 956, 959, 392, 392, 392, 970, 753, 392, 392, 392, 392, 392, 0, 510, 510, 510, 510, 510, 510, 2119, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2130, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1179648, 0, 1179648, 1179648, 1179648, 0, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 1179648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1179648, 123389, 0, 0, 510, 995, 999, 1002, 510, 1012, 510, 510, 510, 510, 510, 1032, 1035, 510, 510, 510, 1049, 1054, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 250, 0, 0, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1302528, 1302528, 1302528, 1302883, 1302528, 1302883, 1302883, 1302883, 1302528, 1302883, 1302528, 1302528, 1302528, 1302528, 1302528, 1302528, 1302528, 1302883, 1302528, 1302528, 1302528, 392, 392, 392, 392, 392, 1250, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1265, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 417, 417, 417, 417, 417, 417, 417, 3046, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 3056, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 2977, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2394, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 1498, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1512, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 510, 510, 510, 510, 3354, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3516, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 510, 1614, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1646, 0, 1726, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1256, 392, 392, 392, 392, 1749, 392, 392, 392, 392, 392, 392, 392, 392, 1219, 392, 392, 0, 0, 417, 417, 417, 2979, 2980, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2704, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 392, 392, 1779, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1790, 392, 392, 392, 392, 392, 392, 392, 1797, 1273, 0, 1115914, 1803, 417", + /* 59050 */ "417, 417, 417, 392, 919, 392, 392, 392, 934, 939, 943, 947, 949, 392, 392, 392, 392, 736, 392, 392, 392, 392, 978, 392, 392, 392, 392, 0, 510, 510, 510, 417, 417, 417, 417, 1833, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1856, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1964, 392, 392, 392, 392, 392, 392, 1973, 392, 392, 1976, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 0, 0, 510, 510, 510, 510, 510, 2835, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3155, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3164, 0, 0, 0, 417, 417, 1891, 417, 1893, 417, 417, 417, 417, 417, 417, 417, 1901, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1442, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1988, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2012, 392, 392, 392, 392, 392, 0, 0, 0, 2278, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2291, 417, 417, 417, 417, 0, 1074, 0, 0, 0, 0, 0, 0, 0, 0, 2146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 2243, 392, 392, 392, 392, 392, 392, 392, 1260, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1483, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2271, 392, 0, 0, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1905, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2299, 417, 417, 417, 417, 417, 417, 417, 417, 2305, 417, 417, 417, 417, 417, 417, 417, 1350, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3431, 417, 417, 417, 3433, 417, 417, 417, 417, 417, 510, 510, 2523, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2532, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1594, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1607, 510, 1608, 510, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 415, 441, 441, 0, 0, 0, 468, 468, 468, 468, 507, 507, 468, 468, 507, 507, 534, 468, 507, 0, 0, 0, 2669, 0, 1800, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1319, 417, 417, 417, 392, 392, 392, 392, 392, 392, 2825, 392, 392, 392, 0, 0, 0, 2830, 0, 2035, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1595, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2896, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2907, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3181, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2948, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 417, 392, 392, 392, 392, 392, 392, 392, 3075, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 0, 0, 0, 392, 392, 392, 392, 392, 3200, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1767, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 3223, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1331, 417, 417, 417, 510, 510, 510, 510, 3327, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3142, 510, 510, 510, 3523, 392, 392, 392, 392, 392, 392, 392", + /* 59913 */ "392, 392, 392, 392, 3529, 417, 417, 417, 417, 3532, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3538, 417, 417, 417, 417, 417, 417, 417, 417, 3251, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3262, 417, 417, 417, 417, 417, 417, 3267, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1968, 392, 1971, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 417, 3542, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3561, 392, 392, 392, 392, 3565, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1468, 392, 392, 1471, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1486, 392, 392, 392, 392, 392, 0, 0, 0, 0, 1115914, 417, 417, 2280, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 1880, 417, 417, 417, 417, 1887, 417, 392, 392, 392, 392, 392, 392, 3520, 392, 417, 417, 417, 417, 417, 417, 417, 3529, 417, 417, 417, 3635, 417, 417, 417, 417, 417, 417, 3642, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2784, 392, 392, 392, 392, 2788, 392, 392, 392, 392, 3647, 417, 3649, 417, 417, 417, 417, 417, 392, 392, 3656, 392, 392, 392, 392, 3661, 392, 392, 3664, 392, 392, 392, 392, 392, 392, 3670, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 3352, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2913, 0, 0, 0, 0, 0, 0, 0, 0, 510, 3677, 510, 510, 510, 510, 510, 3682, 510, 510, 3685, 510, 510, 510, 510, 510, 510, 3691, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 442, 442, 0, 0, 0, 469, 469, 469, 469, 508, 508, 469, 469, 508, 508, 535, 469, 508, 417, 3734, 417, 417, 417, 392, 392, 392, 392, 392, 392, 3744, 392, 392, 392, 392, 392, 392, 3751, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3357, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 3369, 0, 0, 0, 3764, 510, 510, 510, 510, 510, 510, 3771, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 4013, 417, 417, 4016, 417, 417, 417, 417, 417, 392, 392, 392, 4023, 392, 392, 4026, 392, 392, 392, 392, 392, 510, 510, 510, 4033, 510, 510, 4036, 510, 510, 510, 510, 510, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 2057, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2073, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2881, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3138, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 325, 0, 325, 325, 325, 0, 0, 0, 0, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 408, 434, 434, 350, 350, 350, 462, 462, 481, 481, 500, 500, 481, 481, 500, 500, 527, 481, 500, 527, 527, 481, 500, 481, 481, 481, 481, 481, 500, 500, 527, 527, 527, 527, 527, 527, 527, 527, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 2577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 606, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1128, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 1170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1170, 0, 392, 392, 1209, 392, 392, 392, 1215, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1227, 392, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1223, 1225, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392", + /* 60784 */ "392, 392, 392, 1478, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 1426, 417, 1373, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1443, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1455, 392, 392, 392, 392, 1461, 392, 392, 1465, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1476, 392, 392, 392, 392, 392, 392, 1484, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1257, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 417, 510, 510, 510, 510, 1579, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2107, 510, 510, 510, 510, 1612, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 1626, 0, 0, 0, 1632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1925120, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 2192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2212, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2970, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1205, 2295, 417, 417, 417, 417, 417, 2301, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2401, 417, 417, 417, 417, 417, 417, 417, 417, 2383, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3004, 417, 417, 392, 392, 2437, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 774, 766, 417, 417, 2463, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 2478, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3606, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 510, 510, 510, 2551, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 2569, 0, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1663, 0, 0, 0, 0, 0, 1669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 2651, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 1800, 1115914, 417, 417, 417, 417, 417, 0, 0, 2277, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1916, 417, 417, 417, 417, 417, 417, 2694, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 2340, 417, 417, 417, 417, 417, 417, 417, 417, 2766, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 1801, 1115914, 417, 417, 417, 417, 417, 2868, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3146, 3618, 3619, 392, 3621, 392, 392, 392, 392, 417, 3626, 3627, 417, 3629, 417, 417, 417, 417, 417, 3634, 417, 3636, 417, 3638, 417, 417, 417, 417, 417, 417, 417, 417, 3646, 3676, 510, 3678, 510, 3680, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3690, 510, 510, 510, 510, 510, 510, 0, 0, 0, 3698, 3699, 0, 0, 0, 0, 0, 0, 0, 1089536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 510, 510, 3767, 510, 510, 3770, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 4012, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 4022, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 4032, 510, 510, 510, 510, 510, 510, 1581, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510", + /* 61657 */ "510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2101, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 613, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 657, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 709, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 762, 392, 392, 392, 392, 392, 392, 392, 392, 1219, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 1239, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2828, 0, 2829, 0, 0, 0, 0, 510, 510, 510, 2833, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3362, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 784, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 893, 417, 417, 417, 417, 417, 417, 417, 784, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 837, 417, 0, 0, 0, 0, 0, 417, 510, 510, 510, 510, 1006, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1063, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 250, 250, 10723895, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1071, 1075, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1220962, 0, 1220962, 1220962, 1220962, 0, 1220962, 0, 0, 0, 0, 0, 0, 0, 1220962, 0, 0, 0, 392, 392, 392, 392, 392, 3397, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3414, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2416, 392, 392, 392, 392, 392, 2422, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2434, 244, 244, 244, 244, 244, 244, 244, 288, 244, 244, 244, 244, 244, 244, 0, 244, 0, 0, 0, 244, 288, 244, 244, 244, 244, 244, 244, 244, 288, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 409, 435, 435, 244, 244, 244, 435, 435, 482, 482, 501, 501, 482, 482, 501, 501, 528, 482, 501, 528, 528, 482, 501, 482, 482, 482, 482, 482, 501, 501, 528, 528, 528, 528, 528, 528, 528, 528, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 49152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 562, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 0, 1155072, 0, 0, 0, 0, 0, 0, 57344, 172032, 1155072, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1200, 392, 392, 0, 0, 0, 0, 643, 0, 0, 0, 0, 0, 0, 650, 0, 0, 0, 652, 0, 0, 0, 0, 0, 5472256, 0, 0, 0, 623, 0, 0, 0, 665, 652, 0, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1684, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 1692, 0, 0, 0, 0, 0, 0, 417, 417, 417, 769, 417, 417, 417, 417, 417, 793, 417, 417, 417, 417, 417, 417, 813, 817, 417, 417, 829, 417, 417, 417, 417, 417, 0, 0, 0, 0, 678, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1406, 417, 417, 417, 417, 417, 1412, 1351, 417, 417, 417, 417, 1420, 417, 417, 417, 417, 417, 769, 417, 417, 417, 417, 417, 862, 417, 417, 417, 417, 417, 876, 879, 417, 886, 417, 417, 417, 417, 417, 895, 417, 417, 895, 417, 417, 417, 862, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 1963, 392, 392, 392, 1969, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1983, 392, 392, 911, 417, 417, 886, 392, 920, 392, 392, 392, 392, 392, 944, 392, 392, 392, 392, 392, 392, 962, 965, 392, 392, 975, 392, 392, 392, 392, 392, 0, 510, 510, 510, 510, 510, 510, 2498, 510, 510, 510, 510, 510, 510", + /* 62582 */ "510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2105, 510, 510, 510, 510, 510, 510, 991, 510, 510, 510, 510, 510, 1016, 510, 510, 510, 510, 510, 510, 1039, 1043, 510, 510, 1055, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 4391477, 4391477, 0, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360986, 360986, 360986, 360986, 360986, 360986, 360986, 360986, 1, 81923, 0, 0, 5, 6, 8569374, 219, 0, 0, 0, 0, 545, 392, 392, 392, 1246, 1248, 392, 392, 392, 392, 392, 392, 392, 1258, 392, 392, 392, 392, 392, 392, 392, 392, 1267, 1268, 392, 392, 392, 1272, 1273, 417, 766, 417, 417, 417, 417, 417, 417, 417, 417, 3421, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1941, 417, 1943, 1944, 417, 417, 1946, 417, 417, 417, 417, 417, 417, 1279, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1311, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 875, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3232, 417, 3234, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1357, 1358, 417, 417, 417, 1362, 0, 1364, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1311, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 2415, 392, 2417, 392, 392, 392, 2421, 392, 392, 2424, 392, 392, 392, 392, 392, 392, 2430, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2471, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 510, 510, 2485, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3154, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3165, 0, 392, 392, 1494, 1496, 392, 392, 392, 392, 392, 392, 1504, 392, 392, 392, 392, 392, 392, 392, 1514, 1515, 392, 392, 392, 1519, 124400, 1273, 510, 988, 510, 510, 1527, 510, 510, 510, 510, 510, 3487, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2541, 510, 510, 510, 510, 510, 510, 2547, 510, 510, 1616, 1617, 510, 510, 510, 1622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1115, 0, 0, 602, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 1729, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 725, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2444, 392, 2446, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3473, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 392, 392, 392, 392, 392, 392, 392, 392, 1785, 392, 392, 392, 392, 392, 392, 392, 1791, 392, 392, 392, 1794, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2779, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3470, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 3480, 1806, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 800, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1331, 417, 0, 417, 417, 417, 417, 417, 3011, 417, 417, 417, 417, 417, 1862, 417, 417, 417, 417, 417, 417, 417, 1868, 417, 417, 417, 1871, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1400, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2790, 392, 417, 417, 417, 1892, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3039, 417, 392, 392, 392, 392, 392, 392, 392, 2024, 392, 392, 392, 1794, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 2041, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510", + /* 63406 */ "510, 510, 3965, 0, 0, 3968, 0, 2244, 392, 2306, 417, 417, 417, 3972, 417, 417, 417, 417, 417, 3978, 417, 417, 510, 510, 2115, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2125, 510, 510, 510, 2131, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1376256, 0, 1376256, 1376256, 1376256, 0, 1376256, 0, 0, 0, 0, 0, 0, 0, 1376256, 0, 0, 0, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1376256, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 2167, 0, 0, 0, 0, 0, 2172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1916928, 0, 1916928, 1916928, 1916928, 0, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 1916928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2594, 0, 392, 392, 392, 392, 392, 392, 2248, 392, 392, 2249, 2250, 392, 392, 392, 392, 392, 392, 392, 1735, 2257, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2473, 392, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2127, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2909, 0, 0, 0, 0, 2912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 417, 2297, 417, 417, 417, 417, 417, 1329, 417, 1295, 417, 2304, 417, 417, 417, 417, 417, 417, 2310, 417, 417, 2311, 2312, 417, 417, 417, 417, 417, 417, 417, 1812, 1813, 417, 417, 417, 417, 1819, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1829, 417, 417, 2319, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2306, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2313, 417, 2315, 2316, 417, 2318, 417, 417, 417, 417, 417, 417, 2354, 417, 417, 417, 417, 417, 417, 2361, 417, 2363, 417, 417, 417, 417, 417, 417, 417, 2370, 417, 2372, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2358, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2371, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3277, 417, 417, 417, 392, 392, 392, 392, 392, 392, 3287, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 820, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 392, 392, 392, 2438, 392, 2440, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2448, 392, 392, 2450, 392, 392, 392, 392, 392, 392, 392, 392, 2459, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2668, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2986, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1816, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3448, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 2522, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2531, 510, 510, 510, 2533, 2534, 510, 510, 510, 510, 510, 510, 510, 510, 2543, 2544, 510, 510, 510, 510, 510, 510, 510, 510, 3683, 3684, 510, 3687, 510, 510, 510, 3689, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3513, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2607, 0, 0, 0, 0, 0, 0, 0, 0, 2616, 0, 0, 0, 0, 0, 0, 0, 1933312, 0, 1933312, 1933312, 1933312, 0, 1933312, 1933312, 1933312, 1933312, 1933312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2584, 0, 0, 0, 2587, 0, 0, 0, 0, 2590, 0, 0, 0, 0, 0, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 2654, 392, 392, 2657, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2232, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 774, 417, 417, 417, 417, 417, 417, 2697, 417, 417, 2700, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 778, 417, 417, 791, 417, 417, 800, 802, 805, 809, 417", + /* 64258 */ "816, 818, 821, 826, 417, 834, 417, 417, 838, 662, 0, 598, 0, 0, 417, 417, 417, 417, 417, 417, 417, 785, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 786, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 795, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 795, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 2716, 417, 417, 417, 2720, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2734, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 1962, 392, 392, 392, 392, 392, 1970, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1984, 392, 417, 417, 417, 417, 417, 2744, 417, 417, 417, 2748, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1409, 417, 417, 417, 417, 417, 1354, 417, 417, 1360, 417, 417, 417, 417, 417, 510, 2844, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2865, 510, 510, 510, 510, 510, 2085, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2074, 510, 510, 510, 510, 510, 0, 0, 392, 392, 392, 2950, 2951, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2010, 392, 392, 392, 392, 392, 392, 392, 417, 3041, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 3058, 3059, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2472, 392, 392, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3491, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3502, 510, 392, 392, 392, 392, 392, 3097, 392, 392, 392, 392, 392, 392, 0, 0, 510, 510, 510, 510, 3106, 3107, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2505, 510, 510, 510, 510, 510, 510, 510, 2512, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 3196, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1764, 392, 392, 392, 392, 3219, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3243, 417, 417, 417, 417, 417, 417, 779, 417, 788, 417, 417, 417, 417, 417, 806, 417, 417, 417, 417, 417, 417, 417, 417, 836, 417, 417, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 2696, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 825, 417, 417, 417, 417, 417, 417, 774, 417, 0, 417, 417, 417, 417, 417, 417, 417, 2718, 417, 417, 2721, 417, 417, 417, 417, 417, 417, 2726, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 3286, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3465, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2063, 510, 510, 510, 510, 2067, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2078, 510, 392, 392, 3620, 392, 392, 392, 392, 392, 3625, 417, 417, 3628, 417, 417, 417, 417, 417, 3633, 417, 417, 417, 3637, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3279, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3290, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 3652, 417, 417, 3654, 392, 392, 392, 3658, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3673, 392, 392, 392, 3675, 510, 510, 510, 3679, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3694, 510, 510, 510, 0, 0, 0, 0, 0", + /* 65078 */ "0, 0, 0, 0, 0, 0, 0, 0, 618, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472911, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 510, 510, 510, 3768, 510, 510, 510, 510, 510, 3773, 510, 510, 510, 510, 0, 3779, 0, 0, 3782, 0, 0, 0, 392, 392, 392, 392, 3787, 392, 392, 417, 417, 4011, 417, 417, 417, 417, 417, 4017, 417, 417, 417, 417, 392, 4021, 392, 392, 392, 392, 392, 4027, 392, 392, 392, 392, 510, 4031, 510, 510, 510, 510, 510, 510, 510, 1019, 510, 510, 510, 510, 510, 1036, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 417, 417, 3792, 417, 417, 417, 417, 417, 417, 417, 3799, 3800, 417, 417, 417, 417, 417, 3806, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 3818, 3819, 392, 392, 392, 392, 392, 392, 392, 3827, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 3837, 3838, 510, 510, 510, 510, 510, 510, 510, 3846, 510, 510, 510, 510, 510, 510, 510, 1018, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 3906, 510, 510, 3909, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1902, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1910, 1912, 417, 417, 417, 417, 417, 417, 417, 3981, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3993, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 4005, 510, 4007, 0, 0, 4010, 510, 4037, 510, 510, 510, 510, 0, 4041, 4042, 0, 417, 417, 4044, 417, 417, 4046, 417, 417, 417, 417, 392, 392, 4050, 392, 392, 4052, 392, 392, 392, 392, 510, 510, 510, 510, 510, 2497, 510, 510, 510, 510, 2502, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 1627, 0, 0, 0, 0, 0, 1633, 0, 4056, 510, 510, 4058, 510, 510, 510, 510, 0, 0, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 4070, 4071, 417, 4073, 4074, 392, 4076, 4077, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 417, 417, 417, 392, 392, 392, 510, 510, 510, 510, 510, 510, 2875, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2889, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3132, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 3609, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3617, 0, 0, 0, 254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 275, 0, 0, 0, 0, 0, 0, 0, 0, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 0, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 1122304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 529, 529, 483, 502, 483, 483, 483, 483, 483, 502, 502, 529, 529, 529, 529, 529, 529, 529, 529, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 0, 1269760, 0, 0, 0, 1269760, 0, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 1269760, 0, 1269760, 1269760, 1269760, 0, 0, 0, 228, 229, 0, 0, 551, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 228, 0, 0, 0, 0, 0, 0, 0, 57344, 205097, 0, 0, 0, 0, 90112, 0, 228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1173, 0, 0, 0, 0, 0, 0, 0, 644, 0, 661, 0, 0, 0, 392, 392, 695, 392, 392, 392, 392, 392, 392, 723, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1761, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 510, 2484, 510, 510, 510, 510, 510, 510, 510, 510, 417, 417, 417, 770, 417, 417, 417, 417, 417, 417, 798, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 1301, 417, 417, 417, 417, 417, 417, 1437, 417, 417, 417, 417, 417, 417, 392, 392, 1188, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0", + /* 65934 */ "0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2839, 510, 510, 2842, 510, 844, 417, 417, 417, 417, 417, 417, 798, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 844, 417, 417, 844, 417, 417, 417, 417, 798, 417, 417, 417, 417, 417, 417, 417, 417, 3441, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 992, 510, 510, 510, 510, 510, 510, 1022, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 5668864, 5775360, 0, 6062080, 6070272, 4792320, 0, 4710400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1163, 1164, 0, 0, 0, 0, 1163, 0, 0, 1076, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1174, 0, 0, 0, 0, 0, 0, 229, 0, 0, 0, 0, 0, 0, 0, 229670, 172032, 0, 0, 0, 0, 90112, 0, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 1171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 1186, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1197, 392, 392, 1178, 0, 0, 0, 0, 0, 0, 0, 0, 1184, 0, 1185, 0, 1178, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 1192, 392, 392, 1194, 392, 392, 1204, 392, 392, 392, 392, 392, 392, 392, 392, 1467, 392, 392, 1470, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3312, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 392, 1208, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1230, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 2034, 1115914, 510, 510, 510, 2039, 510, 510, 510, 510, 510, 510, 510, 510, 510, 417, 417, 417, 1282, 417, 417, 1284, 417, 417, 1294, 417, 417, 1298, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1320, 417, 417, 417, 392, 392, 392, 392, 392, 392, 2413, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2811, 392, 392, 392, 2815, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 1298, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 1449, 392, 392, 1194, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1469, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1482, 392, 392, 392, 392, 392, 392, 1489, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1503, 392, 392, 392, 392, 392, 1510, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 510, 510, 510, 510, 2850, 510, 510, 510, 510, 510, 510, 510, 510, 2856, 510, 510, 2858, 510, 2860, 2861, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 1624, 0, 0, 0, 1630, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1302883, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 1457, 392, 392, 1208, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1230, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1509, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 510, 1530, 510, 510, 1532, 510, 510, 1542, 510, 510, 1547, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1570, 510, 510, 510, 510, 510, 510, 2900, 2901, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2910, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1650, 0, 0, 1653, 0, 0, 0, 0, 0, 0, 0, 1661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1085, 250, 250, 0, 0, 0, 0, 0, 0, 1090, 1091, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1737, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1229, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1768, 392, 392, 392, 392, 392, 392, 1241, 392, 392, 392, 392, 392", + /* 66817 */ "392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1239, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2474, 0, 0, 0, 0, 510, 510, 510, 510, 510, 2486, 510, 510, 510, 510, 510, 510, 417, 417, 417, 417, 417, 417, 1895, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1904, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1919, 417, 417, 417, 417, 417, 417, 417, 417, 3549, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3555, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3748, 392, 392, 392, 392, 392, 3753, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 2050, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2069, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2559, 510, 510, 510, 2562, 2563, 510, 510, 510, 2136, 0, 2138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 2217, 392, 392, 392, 392, 392, 392, 392, 392, 1502, 392, 392, 1505, 392, 392, 392, 392, 392, 1264, 392, 392, 1270, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 510, 510, 510, 510, 2528, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 5472256, 1, 98518, 7, 0, 0, 392, 392, 2245, 392, 2246, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2258, 392, 392, 392, 392, 392, 392, 392, 2264, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2470, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 2488, 510, 510, 2491, 417, 2320, 417, 417, 417, 417, 417, 417, 417, 2326, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 2337, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1288, 417, 417, 417, 1303, 417, 417, 417, 417, 417, 417, 417, 1314, 417, 417, 417, 417, 417, 1302, 417, 417, 417, 2406, 392, 2408, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2816, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2466, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 2482, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2504, 510, 510, 2506, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1558, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 2626, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2262, 392, 2263, 392, 392, 392, 392, 392, 392, 2648, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2659, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 2481, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 417, 2767, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2813, 392, 392, 392, 392, 392, 392, 392, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2959, 392, 392, 392, 2963, 392, 392, 392, 392, 392, 2967, 392, 1776, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1243, 392, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2778, 392, 392, 392, 2782, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2658, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1228, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2973, 392, 392, 392, 392, 392, 392, 392, 392, 0, 2277, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2988, 417, 417, 417, 2992, 417, 417, 417, 417, 417, 417, 1327, 417, 417, 1331, 417, 417, 1334, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1346, 417, 417, 417, 417, 1826, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417", + /* 67643 */ "417, 2996, 417, 1853, 417, 417, 417, 417, 417, 417, 3002, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3443, 417, 417, 417, 417, 417, 392, 3449, 392, 392, 3451, 392, 392, 392, 392, 3457, 392, 392, 3459, 392, 392, 417, 417, 3017, 417, 417, 417, 417, 2992, 3023, 417, 417, 417, 417, 417, 3027, 417, 417, 417, 3030, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2331, 2332, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 2343, 417, 417, 417, 2347, 417, 392, 3069, 392, 392, 392, 392, 2963, 392, 3076, 392, 392, 392, 392, 392, 3080, 392, 392, 392, 3083, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3092, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1755, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3584, 510, 510, 510, 510, 510, 510, 3588, 510, 510, 510, 510, 510, 510, 3120, 510, 510, 510, 510, 510, 3126, 510, 3128, 510, 510, 510, 510, 510, 510, 510, 510, 3134, 510, 510, 510, 3137, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2882, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1623, 2136, 0, 0, 0, 0, 1629, 2138, 0, 0, 510, 3148, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1643, 0, 0, 0, 510, 510, 510, 3350, 510, 510, 510, 3353, 510, 510, 3356, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 3368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 676, 678, 0, 0, 0, 0, 0, 0, 0, 676, 678, 0, 0, 0, 0, 0, 0, 0, 0, 683, 392, 3394, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3394, 392, 392, 3402, 392, 392, 417, 417, 417, 417, 417, 417, 3411, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3047, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 3057, 392, 392, 392, 3061, 392, 392, 392, 392, 392, 392, 417, 417, 417, 3411, 417, 417, 3419, 417, 417, 417, 417, 417, 417, 417, 417, 3427, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3437, 510, 3483, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3497, 510, 510, 510, 510, 510, 510, 3501, 510, 510, 510, 510, 510, 2525, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 214, 7, 0, 0, 3541, 417, 417, 417, 417, 3546, 417, 3548, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 3562, 392, 3564, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2475, 2829, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1560, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 392, 392, 3570, 392, 3572, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 3585, 510, 510, 3587, 510, 510, 510, 510, 510, 510, 3594, 510, 3596, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 704, 392, 713, 392, 392, 392, 392, 392, 731, 392, 392, 392, 392, 392, 392, 392, 392, 761, 392, 392, 392, 392, 392, 392, 392, 392, 3623, 392, 417, 417, 417, 417, 417, 417, 417, 3631, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3643, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 2777, 392, 392, 2780, 392, 392, 2783, 392, 392, 2785, 392, 392, 392, 392, 2789, 392, 392, 392, 3648, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3665, 392, 392, 392, 392, 392, 392, 3671, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 3506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3518, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3212, 392, 3214, 699, 392, 392, 392, 392, 417, 417, 417, 417, 417, 3795, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417", + /* 68481 */ "417, 417, 417, 417, 3814, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3579, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3591, 510, 510, 510, 417, 417, 3878, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3889, 392, 392, 392, 392, 3894, 392, 3896, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 417, 417, 417, 417, 417, 4063, 392, 392, 392, 392, 392, 4066, 510, 510, 510, 510, 510, 4069, 417, 417, 417, 392, 510, 3907, 510, 510, 510, 510, 3912, 510, 3914, 510, 510, 0, 0, 0, 0, 0, 0, 3921, 392, 392, 417, 417, 417, 417, 3927, 417, 417, 3929, 417, 417, 417, 417, 417, 417, 417, 417, 1400, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1313, 1315, 417, 417, 417, 417, 417, 417, 417, 366, 366, 368, 366, 368, 366, 366, 366, 366, 366, 366, 366, 366, 411, 437, 437, 375, 447, 366, 464, 464, 484, 484, 503, 503, 484, 484, 503, 503, 530, 484, 503, 530, 530, 484, 503, 484, 484, 484, 484, 484, 503, 503, 530, 530, 530, 530, 530, 530, 530, 530, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 5898240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5636096, 0, 5791744, 0, 0, 0, 0, 0, 688, 688, 688, 688, 688, 688, 688, 688, 5677056, 688, 688, 688, 688, 688, 688, 5750784, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5832704, 5840896, 688, 4947968, 688, 688, 5881856, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5324800, 5324800, 4653056, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 1065, 0, 5473321, 1, 0, 7, 0, 0, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 570, 0, 0, 0, 0, 0, 392, 392, 696, 392, 392, 392, 392, 392, 719, 724, 392, 392, 728, 392, 392, 739, 392, 392, 749, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1221, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 641, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 641, 0, 0, 0, 0, 5472256, 0, 0, 0, 660, 0, 663, 0, 0, 666, 0, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 0, 1681, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 1689, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 393, 418, 418, 0, 0, 0, 448, 448, 448, 448, 485, 485, 448, 448, 485, 485, 511, 448, 485, 417, 417, 417, 771, 417, 417, 417, 417, 417, 794, 799, 417, 417, 803, 417, 417, 814, 417, 417, 824, 417, 417, 417, 417, 417, 417, 663, 840, 0, 641, 0, 417, 417, 417, 417, 417, 417, 1329, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2335, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3426, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1340, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1355, 845, 417, 417, 417, 417, 417, 794, 799, 417, 803, 417, 417, 814, 417, 884, 417, 417, 417, 417, 417, 417, 845, 417, 417, 899, 417, 417, 417, 794, 907, 417, 417, 417, 417, 417, 417, 417, 417, 3939, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3952, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2060, 510, 510, 510, 510, 2064, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3338, 510, 3339, 510, 510, 510, 510, 510, 510, 510, 510, 510, 417, 417, 884, 417, 392, 922, 392, 392, 392, 392, 392, 719, 948, 392, 392, 728, 392, 392, 739, 392, 392, 971, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 510, 510, 510, 3125, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3140, 510, 510, 510, 510, 3145, 510, 993, 510, 510, 510, 510, 510, 1017, 1023, 510, 510, 1028, 510, 510, 1040, 510, 510, 1050, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 6012928, 6037504, 688, 688, 688, 688, 688, 688, 688, 688, 688, 5668864, 688, 688, 688, 688, 688", + /* 69311 */ "5709824, 688, 688, 688, 688, 688, 688, 5775360, 688, 0, 0, 0, 1129, 0, 0, 0, 0, 1134, 0, 4505600, 620, 0, 0, 0, 1142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1156, 0, 0, 0, 0, 0, 0, 6012928, 6037504, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5668864, 689, 689, 689, 689, 689, 5709824, 689, 689, 689, 689, 689, 689, 5775360, 689, 1179, 0, 0, 0, 0, 0, 0, 0, 1179, 0, 0, 0, 1087, 1179, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 1191, 392, 392, 392, 1195, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2668, 0, 417, 417, 417, 417, 417, 417, 417, 417, 2983, 417, 417, 417, 417, 417, 417, 417, 2990, 417, 417, 392, 392, 392, 392, 392, 392, 1216, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 1231, 392, 392, 392, 392, 1234, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 0, 0, 510, 2832, 510, 510, 510, 510, 510, 510, 510, 510, 2838, 510, 510, 510, 510, 510, 1243, 392, 392, 1247, 392, 392, 1252, 1253, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 874, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 906, 417, 417, 392, 392, 3984, 392, 392, 392, 392, 392, 3990, 392, 392, 392, 392, 510, 510, 3996, 510, 510, 510, 510, 510, 4002, 510, 510, 510, 510, 0, 4008, 4009, 0, 417, 417, 1281, 417, 417, 417, 1285, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1306, 417, 417, 417, 417, 774, 417, 417, 417, 417, 417, 1321, 417, 417, 417, 392, 392, 392, 392, 392, 2412, 392, 2414, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2426, 392, 392, 392, 392, 392, 392, 2432, 392, 392, 417, 1324, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1333, 417, 417, 1337, 417, 417, 1342, 1343, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2390, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1324, 417, 417, 417, 417, 417, 417, 417, 1401, 417, 1404, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2334, 0, 417, 417, 2338, 417, 417, 417, 417, 417, 2344, 417, 417, 417, 417, 417, 417, 1427, 417, 417, 417, 417, 1432, 417, 417, 417, 417, 417, 417, 417, 1342, 417, 417, 417, 417, 392, 392, 392, 392, 392, 1448, 392, 392, 392, 1451, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2469, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1590, 510, 510, 510, 510, 510, 1599, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 392, 392, 392, 392, 392, 392, 392, 1466, 392, 392, 392, 392, 392, 1472, 392, 392, 392, 392, 1231, 392, 392, 392, 392, 1234, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2801, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1762, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1492, 392, 1495, 392, 392, 1252, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 510, 510, 510, 1540, 510, 1545, 510, 510, 1549, 510, 510, 1553, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2509, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2518, 510, 2520, 1529, 510, 510, 510, 1533, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1555, 510, 510, 510, 510, 510, 1562, 510, 510, 510, 510, 510, 510, 1571, 510, 510, 510, 510, 510, 510, 3151, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 3162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1220962, 1220962, 1220962, 1220962, 1220962, 1220962, 0, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 510, 510, 1578, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1588, 510, 510, 1592, 510, 510, 1597, 1598, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3133, 510, 510, 510, 510, 510, 3136, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3144, 510, 0", + /* 70131 */ "0, 0, 1701, 0, 0, 0, 1705, 0, 0, 0, 0, 0, 1682, 0, 0, 0, 0, 0, 0, 0, 1718, 0, 0, 0, 1721, 0, 0, 0, 0, 0, 1725, 1718, 392, 392, 392, 392, 392, 392, 392, 392, 1733, 392, 392, 392, 392, 1738, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1747, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1787, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 1799, 1115914, 417, 417, 417, 800, 417, 417, 417, 417, 1810, 417, 417, 417, 417, 1815, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1824, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2703, 417, 417, 2706, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 1285, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 1883, 417, 417, 417, 417, 417, 417, 417, 417, 1433, 417, 417, 1435, 417, 417, 1438, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 417, 1890, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1909, 417, 417, 417, 417, 1915, 417, 417, 417, 417, 417, 417, 417, 417, 1814, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1331, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1376, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1953, 1954, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1966, 392, 392, 392, 392, 392, 392, 1974, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2802, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2819, 2018, 2019, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 2045, 510, 510, 510, 510, 510, 510, 510, 1541, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1568, 510, 510, 510, 2051, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2062, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2513, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2081, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2091, 510, 510, 510, 510, 510, 510, 510, 2100, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 417, 417, 4061, 417, 4062, 417, 392, 392, 4064, 392, 4065, 392, 510, 510, 4067, 510, 4068, 510, 417, 417, 417, 392, 510, 510, 510, 510, 2117, 2118, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2911, 0, 0, 0, 0, 0, 0, 2916, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 2183, 0, 0, 0, 0, 0, 0, 0, 0, 2190, 392, 392, 392, 392, 392, 392, 392, 392, 2224, 392, 392, 2226, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2238, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1994, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1263, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 417, 417, 417, 417, 417, 417, 2300, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1917, 1918, 417, 417, 417, 417, 417, 417, 417, 2324, 417, 2325, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 2342, 417, 417, 417, 417, 417, 2348, 392, 2436, 392, 392, 392, 392, 392, 392, 2442, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2006, 392, 392, 392, 392, 392, 392, 392, 392, 510, 2493, 510, 510, 2496, 510, 510, 510, 510, 2501, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2514, 510, 2516, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3489, 510, 510, 510, 510, 510, 510, 3492, 510, 510, 510, 510, 510, 510, 510, 510, 3499, 510, 510", + /* 70961 */ "510, 510, 510, 510, 0, 0, 3507, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3515, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 745, 392, 392, 392, 392, 392, 392, 510, 510, 2549, 510, 510, 510, 510, 2553, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 634, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2620, 0, 0, 0, 2624, 0, 0, 0, 0, 2627, 392, 392, 392, 392, 392, 2633, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2641, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2030, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2093, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 3785, 392, 392, 392, 392, 392, 392, 3790, 417, 392, 392, 2649, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3090, 392, 392, 392, 392, 2692, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2711, 417, 417, 417, 417, 417, 417, 1363, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1385, 417, 417, 417, 417, 417, 417, 417, 417, 2747, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2760, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2327, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1340, 417, 417, 417, 417, 417, 417, 417, 417, 1416, 417, 417, 417, 417, 417, 417, 417, 417, 2713, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2731, 417, 417, 417, 417, 417, 417, 417, 417, 790, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 830, 417, 417, 417, 417, 417, 0, 0, 0, 0, 615, 417, 417, 417, 417, 417, 2743, 417, 417, 417, 417, 417, 417, 417, 417, 2752, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2366, 417, 2368, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 2795, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2807, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2818, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2653, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 750, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1845, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 2923, 0, 0, 2600, 0, 0, 0, 0, 2928, 0, 0, 0, 2932, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1714, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2956, 392, 392, 392, 392, 392, 392, 392, 392, 725, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2841, 510, 510, 417, 417, 3042, 417, 417, 417, 417, 417, 417, 417, 3048, 417, 3050, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 3060, 392, 3062, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1757, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1766, 392, 392, 1769, 392, 392, 392, 392, 392, 0, 0, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 831, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 3068, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3078, 3079, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3088, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1241, 392, 392, 392, 392, 392, 392, 1262, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 417, 766, 417, 417, 392, 392", + /* 71828 */ "392, 392, 392, 392, 3098, 392, 392, 392, 392, 392, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 3110, 510, 3112, 510, 510, 510, 3116, 510, 510, 3119, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3205, 392, 2970, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 2480, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 417, 417, 417, 417, 417, 417, 3275, 417, 3276, 417, 417, 417, 417, 3281, 392, 392, 3284, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3291, 392, 392, 392, 3294, 392, 392, 392, 392, 392, 392, 392, 392, 1754, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1763, 1764, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3307, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 392, 392, 392, 3298, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3315, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 3328, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3344, 510, 3346, 510, 3323, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3333, 510, 510, 510, 3336, 510, 510, 510, 510, 510, 3340, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2124, 510, 510, 510, 510, 510, 510, 510, 510, 2135, 0, 0, 0, 2137, 0, 1070, 0, 0, 0, 2139, 392, 392, 392, 392, 392, 392, 392, 392, 3399, 392, 392, 392, 392, 392, 392, 392, 3403, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3416, 392, 392, 3196, 392, 392, 392, 392, 392, 392, 392, 1191, 392, 417, 417, 417, 417, 417, 417, 417, 3219, 417, 417, 417, 417, 417, 417, 417, 1281, 417, 417, 417, 417, 417, 417, 417, 417, 1866, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 1877, 1878, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2359, 417, 417, 417, 417, 2364, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1440, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 3544, 417, 417, 417, 417, 417, 417, 3550, 417, 417, 417, 417, 417, 3554, 417, 417, 417, 417, 3558, 417, 417, 392, 392, 392, 392, 392, 392, 392, 3567, 392, 392, 392, 392, 392, 392, 392, 3575, 392, 392, 392, 392, 392, 3580, 392, 392, 392, 3583, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3590, 510, 510, 510, 510, 510, 510, 510, 1582, 510, 510, 1586, 510, 510, 510, 1589, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2565, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 3852, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 3866, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1331, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3880, 392, 392, 392, 3884, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3898, 510, 510, 510, 3902, 510, 510, 510, 510, 510, 510, 510, 2120, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 2136, 0, 0, 0, 0, 0, 2138, 0, 0, 417, 3934, 417, 417, 417, 3937, 3938, 417, 392, 392, 392, 392, 3941, 392, 392, 392, 392, 392, 392, 392, 3947, 392, 392, 3950, 3951, 392, 510, 510, 510, 510, 3954, 510, 510, 510, 510, 510, 3599, 510, 510, 510, 510, 510, 510, 510, 3604, 510, 510, 510, 3607, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 701, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 752, 392, 392, 760, 392, 392, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 412, 438, 438, 367, 367, 367, 465, 465, 465, 465, 504, 504, 465, 465, 504, 504, 531, 465, 504, 531, 531, 465, 504, 465, 465, 465, 465, 465, 504, 504, 531, 531, 531, 531, 531, 531, 531, 531, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 5898240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5636096, 0, 5791744, 0, 0, 0, 0, 0, 689, 689, 689, 689, 689, 689, 689, 689, 5677056, 689, 689, 689, 689, 689, 689, 5750784, 689, 689, 689, 689, 689", + /* 72656 */ "689, 689, 689, 689, 689, 689, 689, 689, 5832704, 5840896, 689, 4947968, 689, 689, 5881856, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 689, 5325786, 5325786, 4654042, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 5325786, 0, 0, 0, 574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 790, 417, 417, 417, 417, 417, 417, 417, 417, 417, 887, 417, 417, 417, 417, 417, 417, 897, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 417, 774, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 417, 417, 417, 887, 392, 392, 392, 392, 392, 392, 941, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 976, 392, 392, 392, 392, 392, 0, 510, 510, 510, 510, 510, 510, 3600, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 756, 392, 392, 392, 392, 392, 0, 0, 0, 0, 1130, 0, 0, 0, 0, 0, 4505600, 620, 1139, 0, 0, 0, 0, 0, 0, 1147, 0, 1139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1177, 417, 417, 417, 417, 1283, 417, 417, 417, 1291, 417, 417, 417, 417, 417, 1302, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1939, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1950, 417, 417, 417, 417, 417, 417, 785, 417, 0, 0, 417, 417, 417, 417, 417, 417, 1369, 417, 417, 417, 1291, 417, 417, 417, 417, 1302, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1293, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1318, 417, 417, 417, 417, 417, 417, 1291, 417, 417, 1431, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 1450, 392, 392, 392, 1201, 392, 392, 392, 392, 392, 1463, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 1521, 988, 510, 510, 510, 510, 510, 510, 1531, 510, 510, 510, 1539, 510, 510, 510, 510, 510, 1551, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 270336, 0, 0, 5472256, 1, 98518, 7, 0, 0, 1698, 0, 1700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1658, 0, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 1680, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 1690, 0, 0, 0, 1690, 0, 0, 0, 0, 392, 392, 392, 1780, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1241, 392, 392, 392, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 417, 392, 392, 392, 2774, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1233, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 1831, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1840, 1841, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1857, 417, 417, 417, 417, 417, 417, 417, 782, 417, 417, 796, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 0, 0, 417, 1889, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1900, 417, 417, 417, 417, 417, 417, 417, 1906, 1907, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1403, 1405, 417, 417, 417, 417, 417, 1411, 417, 417, 417, 417, 1418, 1419, 417, 417, 417, 1423, 1424, 417, 392, 392, 1987, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1995, 1996, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1241, 392, 392, 392, 392, 392, 392, 392, 710, 392, 1273, 417, 766, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 2026, 392, 392, 392, 392, 392, 392, 124400, 510, 0, 1115914, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510", + /* 73508 */ "510, 510, 510, 510, 510, 3335, 510, 510, 510, 510, 510, 510, 510, 3341, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 2140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 603, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2614, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 57344, 172032, 0, 234, 0, 300, 90112, 303, 0, 303, 303, 0, 313, 303, 313, 0, 303, 303, 417, 2714, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2379, 0, 0, 392, 392, 2666, 392, 392, 392, 392, 1222, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3310, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 392, 2972, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 417, 417, 2709, 417, 417, 417, 417, 1312, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1839, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1309, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3147, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2918, 392, 392, 392, 392, 3526, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3535, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1818, 417, 417, 1329, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 3454, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 3545, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3066, 392, 392, 3569, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3593, 510, 510, 510, 510, 510, 3681, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3693, 510, 510, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 1140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2206, 0, 0, 0, 2210, 0, 0, 0, 0, 2214, 0, 0, 0, 392, 392, 392, 417, 417, 417, 3879, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3897, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2557, 2558, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2136, 0, 2138, 0, 0, 0, 0, 0, 0, 510, 510, 510, 510, 4040, 510, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 2847, 510, 510, 510, 510, 510, 2852, 510, 510, 510, 510, 510, 510, 510, 2857, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2867, 0, 0, 0, 0, 268, 0, 0, 268, 0, 0, 0, 290, 0, 0, 57344, 172032, 268, 0, 290, 290, 90112, 0, 0, 0, 0, 268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 581, 0, 0, 0, 0, 0, 0, 0, 589, 0, 0, 0, 0, 570, 595, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 57344, 172032, 299, 0, 289, 289, 90112, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 268, 0, 268, 0, 0, 0, 0, 0, 0, 0, 0, 413, 439, 439, 0, 268, 268, 466, 466, 466, 466, 505, 505, 466, 466, 505, 505, 532, 466, 505, 532, 532, 466, 505, 466, 466, 466, 466, 466, 505, 505, 532, 532, 532, 532, 532, 532, 532, 532, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 5898240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5636096, 0, 5791744, 0, 0, 0, 0, 0, 690, 690, 690, 690, 690, 690, 690, 690, 5677056, 690, 690, 690, 690, 690, 690, 5750784, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5832704, 5840896, 690, 4947968, 690, 690, 5881856, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690", + /* 74424 */ "690, 690, 5324800, 5324800, 4653056, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 319488, 0, 319488, 1, 0, 7, 0, 0, 417, 417, 417, 417, 857, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 857, 417, 417, 417, 417, 417, 417, 417, 417, 1931, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1942, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1820, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1828, 417, 417, 417, 417, 510, 510, 510, 510, 1007, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 0, 6012928, 6037504, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5668864, 690, 690, 690, 690, 690, 5709824, 690, 690, 690, 690, 690, 690, 5775360, 690, 392, 1206, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2007, 2008, 2011, 392, 392, 392, 392, 392, 392, 1777, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1273, 0, 1115914, 417, 417, 417, 417, 417, 417, 392, 2773, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3087, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 1832, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1854, 417, 417, 417, 417, 417, 417, 417, 417, 1287, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1307, 417, 1310, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2723, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2735, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 3576, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1046, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 308, 311, 311, 308, 311, 311, 311, 0, 308, 308, 308, 308, 308, 308, 0, 308, 0, 0, 0, 308, 0, 308, 308, 308, 308, 308, 308, 308, 0, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 414, 440, 440, 308, 308, 308, 467, 467, 467, 467, 506, 506, 467, 467, 506, 506, 533, 467, 506, 533, 533, 467, 506, 467, 467, 467, 467, 467, 506, 506, 533, 533, 533, 533, 533, 533, 533, 533, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 2630, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2662, 392, 392, 392, 392, 392, 392, 392, 2666, 392, 392, 392, 392, 392, 417, 417, 914, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 972, 392, 392, 392, 392, 392, 392, 0, 510, 510, 510, 510, 510, 510, 3960, 510, 510, 3963, 3964, 510, 0, 3966, 3967, 0, 0, 392, 392, 417, 417, 417, 417, 417, 417, 3974, 417, 417, 3977, 417, 417, 417, 392, 392, 392, 392, 1959, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1977, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1759, 392, 392, 392, 392, 392, 392, 392, 392, 699, 392, 392, 392, 392, 392, 392, 392, 1773, 392, 0, 0, 0, 2168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1175, 0, 0, 0, 417, 417, 417, 2407, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2237, 392, 392, 392, 392, 392, 392, 392, 392, 0, 2571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221184, 0, 0", + /* 75265 */ "0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2619, 0, 0, 0, 0, 0, 1704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1724, 0, 0, 0, 0, 0, 0, 5603328, 4628480, 0, 0, 0, 0, 0, 0, 4898816, 0, 5005312, 0, 0, 0, 250, 250, 0, 0, 0, 5619712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 537, 537, 537, 537, 537, 537, 537, 539, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 2622, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2644, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2798, 392, 392, 392, 392, 392, 392, 392, 392, 2808, 392, 392, 392, 2812, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2252, 392, 392, 392, 392, 392, 392, 392, 2259, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 0, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3695, 510, 510, 0, 3696, 0, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 2771, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2449, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2791, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2661, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 2821, 392, 392, 392, 392, 392, 2826, 392, 392, 0, 0, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3337, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2897, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4349952, 0, 0, 0, 534, 534, 468, 507, 468, 468, 468, 468, 468, 507, 507, 534, 534, 534, 534, 534, 534, 534, 534, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 255, 0, 257, 0, 0, 0, 0, 0, 0, 236, 257, 239, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9486336, 0, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1203, 392, 0, 0, 0, 228, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 569, 0, 0, 0, 0, 0, 2170, 0, 0, 0, 0, 0, 0, 0, 1678, 0, 0, 0, 0, 0, 0, 1685, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 1933312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 685, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 711, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3082, 392, 392, 392, 392, 392, 392, 392, 392, 2971, 392, 392, 392, 392, 392, 417, 417, 417, 417, 858, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 858, 417, 417, 417, 417, 417, 417, 417, 417, 2385, 2386, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3235, 417, 3237, 774, 417, 417, 417, 417, 417, 417, 417, 510, 510, 510, 510, 1008, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 231, 231, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 231, 0, 1126, 0, 0, 0, 0, 0, 0, 0, 0, 4505600, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5472256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5480448, 5488640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1269760, 1, 81923, 0, 0, 5, 6, 7, 7, 0, 0, 0, 0, 0, 774, 417, 417, 417, 417, 417, 417, 417, 1329, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1329, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1853, 417, 417, 417, 417, 417, 417, 1393, 417, 417, 417, 417, 417, 1399, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3034, 417, 417, 417, 417, 417, 417, 417", + /* 76209 */ "510, 1576, 510, 510, 510, 510, 510, 510, 510, 1584, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1606, 510, 510, 510, 510, 510, 510, 510, 2499, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 392, 392, 392, 392, 392, 2274, 0, 0, 0, 1115914, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3004, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 2597, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 228, 0, 0, 228, 417, 417, 417, 417, 417, 417, 2717, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3037, 417, 417, 417, 417, 0, 0, 0, 228, 229, 0, 0, 0, 552, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188662, 0, 0, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 232, 0, 256, 0, 232, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 266, 0, 0, 271, 0, 0, 0, 0, 0, 0, 0, 606, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1884160, 0, 1884408, 250, 0, 0, 0, 0, 1884160, 1884160, 0, 0, 417, 848, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 831, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3053, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 916, 392, 392, 925, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 977, 392, 392, 392, 392, 392, 0, 510, 510, 510, 510, 510, 1013, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1056, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 510, 996, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1057, 510, 510, 510, 510, 510, 0, 620, 0, 5472876, 1, 98518, 7, 0, 0, 0, 0, 0, 262, 0, 0, 0, 0, 0, 0, 0, 243, 57344, 172032, 0, 0, 0, 301, 90112, 243, 0, 243, 243, 0, 243, 314, 243, 0, 314, 314, 1392, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1414, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2303, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1575, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 1610, 510, 510, 510, 510, 510, 3769, 510, 510, 510, 510, 510, 3774, 3775, 3776, 510, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 417, 417, 417, 417, 417, 4014, 417, 417, 417, 4018, 417, 417, 417, 392, 392, 392, 392, 4024, 392, 392, 392, 4028, 392, 392, 392, 510, 510, 510, 510, 4034, 510, 0, 0, 0, 0, 1651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1122304, 0, 0, 0, 0, 510, 2052, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3503, 417, 2350, 417, 2352, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1322, 417, 417, 392, 392, 392, 392, 392, 392, 392, 392, 2827, 392, 0, 0, 0, 0, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3494, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2898, 510, 0, 0, 0, 0, 0, 0, 0, 0, 2906, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1666, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 417, 417, 417, 417, 417, 3021, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2314, 417, 417, 417, 417, 417, 392, 392, 392, 392, 392, 3073, 392, 392, 392, 392, 392, 392, 392, 392, 392", + /* 77109 */ "392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 0, 2477, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 392, 392, 392, 3198, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 1511, 392, 392, 392, 392, 392, 392, 392, 124400, 1273, 510, 988, 510, 510, 510, 510, 417, 417, 417, 3221, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 1920, 417, 417, 3245, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 3258, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2391, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2403, 417, 392, 392, 392, 392, 392, 3300, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3325, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3342, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 2061, 510, 510, 510, 510, 510, 2066, 510, 2068, 510, 510, 2071, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 3777, 0, 0, 0, 0, 0, 0, 0, 0, 392, 392, 392, 392, 392, 392, 392, 417, 417, 535, 535, 469, 508, 469, 469, 469, 469, 469, 508, 508, 535, 535, 535, 535, 535, 535, 535, 535, 1, 81923, 98518, 98518, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 283, 0, 0, 0, 0, 0, 0, 57344, 172032, 283, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 367, 0, 367, 367, 367, 0, 367, 0, 367, 367, 367, 367, 367, 367, 367, 367, 367, 367, 1, 0, 81923, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1884160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1335639, 1, 81923, 0, 0, 0, 6, 7, 7, 0, 0, 327680, 0, 0, 0, 0, 0, 1884160, 0, 0, 0, 0, 0, 1884160, 0, 0, 0, 0, 1884455, 1884455, 0, 0, 0, 0, 1884455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 557, 0, 0, 0, 0, 0, 0, 5472256, 0, 557, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1884160, 0, 1884160, 0, 0, 0, 1884160, 0, 0, 1884160, 0, 1884160, 1884160, 1884160, 1884160, 0, 1884160, 0, 1884160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 558, 576, 0, 653, 0, 0, 0, 5472256, 0, 558, 0, 0, 0, 0, 0, 0, 576, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 188662, 0, 250, 250, 250, 0, 0, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 292, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 316, 0, 0, 5324800, 5324800, 5325566, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 0, 0, 5324800, 5185536, 6029312, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 4759552, 688, 688, 688, 688, 688, 688, 688, 688, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4988928, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 0, 0, 0, 4653056, 0, 688, 688, 688, 688, 688, 688, 688, 5324800, 5324800, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 6004736, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 5324800, 0, 5324800, 5324800, 5103616, 5947392, 6021120, 5324800, 5234688, 5242880, 5324800, 4849664, 5324800, 4718592, 5324800, 5324800, 5324800, 5324800, 5324800, 4571136, 4579328, 690, 4612096, 690, 690, 690, 690, 690, 4718592, 690, 4751360, 690, 4784128, 690, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 0, 5324800, 0, 5324800, 5324800, 5324800, 5603328, 1892352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1892352, 0, 0, 0, 0", + /* 77930 */ "57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1908736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4308992, 4308992, 0, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 1908736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 296, 296, 0, 1908736, 0, 0, 296, 0, 0, 0, 0, 1908736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 229, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 188662, 250, 250, 250, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 0, 57344, 172032, 0, 0, 0, 0, 90112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 556, 0, 0, 0, 0, 0, 0, 5472256, 0, 556, 0, 0, 0, 0, 0, 0, 0, 0, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 6004736, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 5324800, 1275, 5324800, 5324800, 5120000, 5955584, 5324800, 5128192, 5324800, 5980160, 5996544, 5177344, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5259264, 6160384, 5324800, 5677056, 4734976, 0, 0, 0, 0, 5742592, 0, 5251072, 0, 4915200, 0, 0, 0, 0, 0, 0, 417, 417, 417, 2673, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 2333, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 688, 5914624, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 0, 0, 5324800, 1523, 5324800, 5324800, 5324800, 5603328, 0, 0, 0, 0, 0, 4308992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 229, 229, 0, 0, 229, 0, 5849088, 0, 5914624, 6004736, 0, 0, 0, 0, 0, 5914624, 0, 0, 4898816, 0, 9486336, 0, 9486336, 690, 690, 690, 690, 0, 0, 690, 690, 0, 690, 690, 690, 690, 690, 0, 0, 0, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5627904, 5636096, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5701632, 5324800, 690, 5914624, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 6004736, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 0, 5324800, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5259264, 6160384, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5120000, 5128192, 5177344, 5324800, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 688, 6144000, 688, 688, 5873664, 688, 6152192, 688, 688, 688, 5013504, 688, 688, 5038080, 688, 688, 688, 688, 688, 688, 688, 5120000, 5128192, 5324800, 5324800, 5619712, 5324800, 5324800, 5324800, 5324800, 5767168, 5324800, 4890624, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 690, 690, 690, 690, 5603328, 5619712, 690, 690, 4628480, 690, 690, 690, 690, 5685248, 690, 690, 690, 5324800, 5324800, 5324800, 5324800, 5324800, 5685248, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4694016, 5324800, 5324800, 5324800, 5324800, 4956160, 4980736, 5324800, 5324800, 690, 5914624, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 0, 0, 5324800, 0, 5324800, 5324800, 5324800, 5603328, 0, 690, 690, 5595136, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5693440, 690, 690, 690, 690, 5718016, 690, 690, 690, 690, 690, 0, 5808128, 5931008, 690, 5963776, 690, 690, 5324800, 5611520, 5324800, 5660672, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 5808128, 5931008, 5324800, 5963776, 5324800, 5324800, 5324800, 5324800, 5324800, 5136384, 4685824, 0, 0, 5046272, 4685824, 5324800, 5324800, 4825088, 4833280, 5324800, 5046272, 5079040, 5087232, 5324800, 4685824, 690, 690, 4825088, 4833280, 690, 5046272, 5079040, 5087232, 690, 4685824, 5324800, 690, 690, 690, 5627904, 5636096, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5701632, 690, 690, 690, 690, 690, 690, 690, 690, 5791744, 690, 690, 690, 690, 690, 690, 4923392", + /* 78650 */ "690, 690, 690, 690, 690, 690, 5898240, 690, 690, 4997120, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5152768, 690, 5160960, 690, 690, 5185536, 5193728, 5201920, 690, 6029312, 690, 690, 690, 690, 690, 6053888, 690, 690, 690, 0, 0, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5627904, 5636096, 5324800, 5324800, 5324800, 5324800, 4972544, 5324800, 5324800, 5144576, 688, 4620288, 688, 4677632, 688, 688, 4743168, 688, 688, 688, 688, 4972544, 688, 688, 688, 688, 688, 5144576, 5324800, 4620288, 5324800, 4677632, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 690, 690, 4595712, 690, 690, 690, 5652480, 4636672, 690, 690, 690, 690, 690, 690, 690, 4710400, 690, 690, 5709824, 690, 4767744, 690, 690, 4792320, 690, 4800512, 690, 690, 4866048, 690, 5775360, 690, 690, 690, 4931584, 4939776, 690, 690, 690, 690, 690, 690, 690, 5922816, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5169152, 690, 690, 690, 690, 5726208, 690, 690, 690, 690, 690, 690, 5767168, 690, 690, 5783552, 690, 690, 0, 5816320, 690, 690, 690, 5849088, 5865472, 690, 690, 690, 690, 690, 5890048, 690, 690, 690, 690, 5758976, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5857280, 690, 690, 5881856, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 4808704, 690, 690, 5767168, 690, 690, 4890624, 690, 4898816, 690, 690, 690, 690, 5849088, 690, 690, 690, 690, 690, 5890048, 690, 5005312, 690, 690, 690, 5955584, 690, 0, 690, 5980160, 690, 690, 690, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5734400, 5324800, 5324800, 5324800, 5324800, 4718592, 5324800, 4751360, 5324800, 4784128, 5324800, 4849664, 4874240, 5324800, 4907008, 5799936, 5324800, 5324800, 5324800, 5324800, 5324800, 5029888, 5324800, 5324800, 5324800, 5939200, 5324800, 5103616, 5947392, 5324800, 5324800, 5324800, 5324800, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 0, 5324800, 5324800, 5324800, 690, 5996544, 5177344, 690, 690, 690, 690, 690, 690, 5259264, 6160384, 690, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 5472911, 1, 0, 7, 0, 0, 5742592, 690, 690, 690, 690, 690, 4915200, 690, 690, 690, 690, 5021696, 690, 690, 690, 5062656, 690, 690, 690, 690, 690, 5971968, 690, 690, 690, 690, 690, 5251072, 690, 5324800, 5324800, 5324800, 5324800, 4972544, 5324800, 5324800, 5144576, 690, 4620288, 690, 4677632, 690, 690, 4743168, 690, 690, 690, 690, 4972544, 690, 690, 690, 690, 690, 5144576, 5324800, 4620288, 5324800, 4677632, 5324800, 5324800, 4571136, 5242880, 0, 0, 6021120, 0, 0, 0, 0, 4907008, 0, 0, 0, 0, 5947392, 0, 0, 4612096, 0, 0, 0, 5029888, 5939200, 0, 5644288, 5799936, 0, 0, 690, 690, 5644288, 690, 690, 690, 690, 6045696, 690, 690, 690, 690, 690, 0, 0, 0, 0, 0, 0, 5324800, 5324800, 4595712, 5324800, 5324800, 5324800, 5324800, 5324800, 5652480, 4636672, 5324800, 5324800, 5324800, 5324800, 5324800, 5668864, 4849664, 4874240, 690, 4907008, 690, 690, 690, 690, 5029888, 690, 690, 690, 5103616, 5947392, 690, 690, 690, 6021120, 690, 690, 5234688, 5242880, 690, 4571136, 4579328, 5324800, 5324800, 4612096, 5324800, 5644288, 5324800, 5324800, 5324800, 5324800, 5324800, 5259264, 6160384, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5120000, 5128192, 5177344, 5324800, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 6144000, 690, 690, 5873664, 690, 6152192, 690, 690, 690, 5013504, 690, 690, 5038080, 690, 690, 690, 690, 690, 690, 690, 5120000, 5128192, 6021120, 5324800, 5324800, 5234688, 5242880, 5324800, 4964352, 5963776, 0, 0, 5226496, 5660672, 0, 0, 0, 0, 0, 0, 5054464, 0, 5611520, 0, 0, 0, 0, 5931008, 5808128, 690, 5611520, 690, 5660672, 690, 690, 690, 4816896, 690, 690, 4964352, 690, 690, 690, 5054464, 5070848, 690, 690, 690, 690", + /* 79272 */ "5226496, 690, 5324800, 5611520, 4603904, 5324800, 5660672, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 368640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5718016, 0, 0, 0, 0, 0, 0, 0, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4816896, 5324800, 5324800, 4964352, 5324800, 5324800, 5324800, 5054464, 5070848, 5226496, 5324800, 4603904, 5324800, 4964352, 5324800, 5324800, 5324800, 5324800, 690, 4603904, 690, 690, 690, 690, 690, 690, 690, 5906432, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 0, 690, 690, 690, 4816896, 5324800, 5808128, 5324800, 4964352, 5324800, 5324800, 5931008, 5324800, 5054464, 5070848, 5324800, 5963776, 5324800, 5324800, 5324800, 5226496, 5324800, 4980736, 0, 0, 0, 0, 0, 4956160, 0, 5267456, 5685248, 0, 0, 0, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5734400, 690, 690, 690, 690, 690, 690, 690, 5824512, 690, 690, 690, 690, 690, 690, 690, 690, 5922816, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5988352, 6012928, 690, 6037504, 690, 690, 690, 6062080, 6070272, 690, 690, 5324800, 5267456, 5324800, 5324800, 5324800, 5324800, 5324800, 5218304, 690, 690, 690, 690, 690, 690, 4694016, 690, 690, 690, 690, 690, 4956160, 690, 4980736, 690, 690, 690, 690, 690, 690, 5218304, 5267456, 5324800, 5185536, 6029312, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 4759552, 690, 690, 690, 690, 690, 690, 690, 690, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4988928, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 0, 0, 0, 0, 4653056, 0, 690, 690, 690, 690, 690, 690, 690, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4653056, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 690, 690, 4653056, 690, 690, 690, 690, 5210112, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 0, 4538368, 0, 0, 5324800, 5324800, 5595136, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 6144000, 5324800, 5324800, 5873664, 5324800, 6152192, 5324800, 5324800, 5324800, 5013504, 5324800, 5324800, 5038080, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5128192, 5324800, 5996544, 4743168, 5324800, 5324800, 5324800, 5324800, 4972544, 5324800, 5324800, 5324800, 5324800, 5324800, 5144576, 0, 0, 0, 0, 4669440, 690, 690, 5324800, 5324800, 5324800, 4669440, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5677056, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5750784, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 1066, 5472256, 1, 0, 1067, 0, 0, 690, 5324800, 4587520, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5136384, 4587520, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 5136384, 4587520, 5324800, 5324800, 5324800, 5324800, 5324800, 5210112, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 4947968, 5324800, 5324800, 5324800, 5324800, 5324800, 4857856, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 5324800, 0, 0, 8568832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5718016, 0, 0, 0, 0, 0, 0, 0" }; String[] s2 = java.util.Arrays.toString(s1).replaceAll("[ \\[\\]]", "").split(","); - for (int i = 0; i < 79747; ++i) {TRANSITION[i] = Integer.parseInt(s2[i]);} + for (int i = 0; i < 79800; ++i) {TRANSITION[i] = Integer.parseInt(s2[i]);} } - private static final int[] EXPECTED = new int[6854]; + private static final int[] EXPECTED = new int[6900]; static { final String s1[] = { - /* 0 */ "1028, 1032, 1039, 1036, 1043, 1047, 1051, 1055, 2947, 1059, 1329, 1329, 1329, 1329, 1329, 3060, 1065, 1069, 3092, 1078, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1202, 1094, 1094, 1083, 3043, 1090, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 2012, 1094, 1094, 1098, 1329, 1102, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1203, 1094, 1094, 1110, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1093, 1094, 1094, 3042, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 3038, 1094, 1114, 1329, 1329, 1329, 1329, 1329, 3060, 1094, 3040, 1329, 1329, 1329, 1329, 2011, 1094, 3042, 1329, 1329, 1092, 1119, 1329, 2010, 1125, 1329, 1091, 1126, 1329, 2774, 1329, 1202, 1115, 1091, 2422, 2420, 1091, 1130, 1134, 1138, 1142, 1146, 1161, 2912, 1167, 1174, 1181, 1185, 1105, 1189, 1193, 1329, 1197, 1329, 3085, 1207, 3082, 1220, 1329, 1227, 1231, 1329, 1329, 1329, 1329, 1329, 1707, 1240, 1245, 1252, 1329, 1213, 1329, 1960, 1329, 1259, 1216, 1329, 1329, 1329, 1329, 1329, 1329, 1263, 1665, 1269, 1360, 1552, 1273, 1329, 1329, 1329, 1529, 1282, 1329, 1329, 1329, 1329, 1329, 1286, 1654, 1292, 1296, 1329, 1301, 1329, 1329, 1329, 1305, 2806, 1329, 1329, 1329, 1580, 1329, 1309, 1313, 2942, 1318, 1329, 1329, 2664, 1328, 1329, 1329, 1335, 2381, 1341, 2457, 1347, 1329, 2558, 1353, 1329, 1597, 1573, 1359, 1255, 1329, 2803, 2807, 1499, 1472, 1365, 1371, 1660, 1378, 1430, 1384, 1390, 1396, 1403, 1210, 1407, 1414, 1324, 1424, 1428, 1417, 1434, 1410, 1438, 2667, 1442, 1717, 1600, 1446, 1450, 1329, 1329, 1714, 1912, 1455, 1459, 1463, 1804, 1516, 1467, 2478, 1559, 1392, 1471, 1329, 1476, 1607, 1480, 1523, 1486, 1561, 1329, 1621, 1329, 1329, 1329, 1329, 1623, 1493, 1497, 1503, 1329, 1636, 1507, 1482, 1513, 1825, 1659, 1329, 1329, 1329, 1329, 1329, 1330, 1520, 2506, 1265, 1527, 1329, 1533, 1537, 1329, 1543, 1547, 1551, 1329, 1329, 1329, 1329, 1330, 1556, 2424, 1586, 1565, 1329, 3104, 1571, 1918, 1577, 1678, 1329, 1329, 1329, 1329, 1925, 3097, 1163, 1584, 1329, 1590, 1653, 1594, 1705, 1329, 1329, 1329, 1604, 1614, 1618, 1162, 1627, 1278, 1276, 1329, 1329, 1640, 1648, 1652, 2984, 1970, 1658, 1329, 2106, 1399, 1664, 1669, 1684, 1329, 1691, 1698, 1702, 1386, 1711, 1747, 1680, 1675, 1721, 1740, 1730, 1734, 3009, 1738, 1744, 1751, 1755, 1759, 1763, 1767, 1771, 1775, 1329, 1085, 1782, 1786, 1796, 1802, 1806, 1811, 1815, 1819, 1329, 1823, 1329, 2094, 1829, 1836, 1840, 1894, 2863, 1848, 2850, 1329, 1329, 1329, 1329, 1329, 1331, 1852, 1856, 2682, 1863, 2111, 1861, 1349, 1868, 1950, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1872, 2086, 1329, 1876, 1329, 1379, 1880, 1988, 2075, 1884, 1329, 1329, 1329, 1329, 1329, 1329, 1888, 2086, 2499, 1898, 1329, 1807, 1902, 2176, 1906, 1916, 1329, 1329, 1329, 1329, 1998, 1891, 1864, 1922, 1329, 1567, 1929, 1933, 1937, 1329, 1329, 1329, 1943, 1659, 1947, 1329, 1954, 1909, 1958, 1329, 1329, 1964, 2375, 1968, 1170, 1974, 1917, 1329, 1248, 1367, 1978, 1983, 1987, 2894, 1726, 2996, 2009, 1724, 1992, 1996, 1321, 2002, 2006, 2016, 2417, 1321, 2020, 2435, 2024, 2410, 2028, 2032, 2036, 2040, 2044, 2048, 2052, 2056, 2060, 2064, 2068, 2072, 2083, 1329, 2093, 2098, 2110, 2115, 2119, 2130, 2123, 2141, 2135, 1329, 1079, 2585, 2535, 2181, 2223, 2128, 2128, 2127, 2129, 2217, 2181, 2229, 2128, 2128, 2134, 1329, 1329, 1106, 2181, 2181, 2537, 2128, 2128, 2211, 2128, 2139, 2198, 2181, 2145, 2128, 2128, 2286, 1072, 1329, 2155, 2181, 2181, 2159, 2128, 2235, 2128, 2284, 2198, 2181, 2165, 2128, 2128, 2188, 1329, 1104, 2180, 2182, 2186, 2160, 2128, 2194, 2222, 2181, 2192, 2128, 2128, 2203, 1842, 2181, 2209, 2161, 2128, 2196, 2181, 2215, 2128, 2171, 2657, 1152, 2128, 2128, 2221, 2199, 2128, 2247, 1149, 2259, 2128, 2227, 2254, 2128, 2249, 2233, 2239, 2245, 2277, 2275, 2253, 1157, 1155, 2258, 2151, 2269, 2263, 2267, 2273, 2281, 2241, 2148, 2290, 2168, 2294, 2298, 2302, 2306, 2310, 1177, 2314, 2318, 2322, 2326, 2330, 1236, 2339, 2343, 2347, 2354, 2494, 2101, 2358, 2101, 1374, 2641, 2403, 2362, 2366, 2370, 1329, 1610, 2374, 2079, 2379, 2525, 2385, 1329, 2634, 2388, 1329, 2333, 2205, 2393", - /* 679 */ "2397, 2407, 1329, 1489, 2414, 1329, 2428, 1329, 2937, 2432, 1329, 2442, 2446, 1329, 2578, 2722, 2572, 2452, 2456, 2595, 2400, 1329, 2461, 1329, 2335, 2465, 1329, 2472, 2476, 1329, 2532, 2570, 2482, 2486, 1939, 2492, 2488, 2498, 2899, 2503, 1329, 2510, 2447, 1074, 2174, 2514, 2518, 2523, 3079, 1329, 2860, 1297, 2529, 1329, 2541, 2548, 2552, 2688, 1329, 2556, 1792, 2562, 2643, 2567, 2576, 1329, 1329, 2582, 2722, 2589, 2594, 1329, 2593, 1420, 1329, 2706, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 2742, 2599, 2603, 2607, 2611, 1804, 2818, 2615, 2350, 2619, 2717, 2623, 2749, 2627, 2631, 2638, 3069, 3052, 2647, 2651, 2655, 2438, 2661, 1355, 2671, 2675, 2679, 2857, 2990, 2686, 1844, 2692, 2967, 2696, 3076, 2700, 1329, 1694, 2704, 1329, 2710, 2714, 2468, 2721, 2078, 2726, 2730, 1979, 2736, 2740, 2746, 2753, 2759, 2448, 2763, 1329, 2767, 2771, 1223, 2778, 2078, 2783, 2730, 2389, 2787, 2791, 2906, 2755, 2795, 2800, 2731, 2812, 2808, 2816, 1329, 2544, 1329, 2796, 2822, 2826, 2832, 2732, 2836, 2842, 2866, 1329, 1687, 2849, 2089, 2854, 2870, 2883, 2838, 2977, 1329, 3002, 1451, 2874, 2880, 2887, 2893, 2898, 3067, 2889, 2876, 2903, 1329, 1329, 2910, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 2779, 1329, 2916, 2920, 2924, 2928, 2932, 2936, 1086, 2941, 2946, 2008, 3059, 3050, 2951, 2955, 2959, 2966, 1121, 1329, 2971, 1288, 1329, 1329, 2976, 1329, 1343, 2981, 2988, 1234, 2104, 3017, 1633, 3015, 2563, 2994, 3000, 1200, 1329, 1329, 1644, 1329, 1857, 1832, 2962, 1938, 1509, 1061, 1777, 2845, 1361, 3090, 3006, 3013, 1329, 1329, 3031, 1329, 1857, 1832, 3022, 1297, 1539, 1380, 2519, 1630, 1241, 3026, 3030, 1329, 1329, 1643, 1329, 1672, 3035, 3047, 3056, 1798, 1789, 3064, 3088, 3073, 1329, 1329, 1329, 3018, 1337, 2828, 2972, 1778, 3096, 1777, 1329, 1329, 1686, 1329, 3101, 1314, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 3663, 3398, 4332, 3108, 3111, 3111, 3123, 3120, 3117, 3127, 3131, 3111, 3111, 3111, 3112, 3135, 3111, 3113, 3113, 3111, 3111, 3139, 3143, 3147, 3151, 3154, 3158, 3165, 3403, 4573, 4255, 3748, 3176, 3403, 3403, 3177, 5966, 3189, 3189, 3199, 3203, 3259, 3403, 3216, 3403, 3180, 3403, 3403, 4420, 3230, 3238, 3403, 3403, 3403, 3185, 3190, 3245, 5205, 3403, 3403, 3403, 3811, 5133, 3403, 3403, 3403, 3189, 3189, 3189, 3189, 3189, 3189, 3257, 3246, 4181, 4587, 3403, 3403, 3183, 3403, 3403, 5206, 3189, 3189, 5459, 5205, 3189, 3189, 5832, 3403, 3403, 3189, 3189, 3403, 3403, 3241, 4615, 3189, 3189, 5830, 3403, 3403, 3191, 3403, 3403, 5827, 3190, 3403, 5827, 3192, 5831, 4174, 3263, 4173, 3269, 4175, 3403, 3313, 3758, 3403, 5670, 3403, 3183, 3403, 4700, 4827, 4827, 4783, 4775, 4775, 4775, 4836, 3801, 3950, 3403, 3403, 3403, 3271, 3925, 3277, 4556, 4122, 3403, 3233, 3673, 4411, 4165, 5232, 5018, 3403, 3233, 4462, 4864, 5741, 5744, 5744, 5747, 5750, 3733, 3403, 3796, 3797, 3403, 5486, 3427, 3797, 5779, 5863, 4350, 5288, 4348, 3800, 3403, 3297, 3403, 3403, 5826, 3189, 3189, 4366, 3295, 3292, 3403, 3340, 3381, 3403, 3364, 3327, 3403, 3372, 3403, 5177, 3618, 3312, 4419, 3403, 3399, 3321, 4528, 5491, 5484, 4164, 3317, 4690, 3403, 5729, 3403, 3399, 3403, 3797, 5237, 3403, 3331, 3403, 3403, 3403, 3286, 3403, 5940, 3337, 3403, 3512, 4437, 5330, 3345, 3360, 3338, 3403, 3532, 3516, 3520, 3799, 3403, 5487, 5279, 3388, 3395, 3403, 3403, 3273, 3866, 3880, 3403, 4722, 3901, 3409, 3368, 3421, 3403, 3585, 3403, 3403, 4002, 4008, 3431, 5253, 3403, 5662, 3441, 3449, 3403, 3403, 3296, 3403, 3453, 3403, 3460, 4279, 5619, 3403, 3403, 3403, 3399, 3466, 3391, 3473, 3338, 3798, 4733, 3431, 5254, 5939, 3880, 5422, 3996, 3477, 3403, 3403, 3403, 3402, 3366, 3487, 5618, 3403, 3593, 4515, 3403, 3604, 3403, 3480, 5629, 3403, 3403, 3403, 3403, 3181, 4200, 3714, 3492, 3403, 3403, 3320, 3403, 3497, 3445, 3403, 3403, 3350, 3403, 4725, 3501, 3403, 3403, 3383, 4235, 5620, 5664, 3403, 3403, 3404", - /* 1358 */ "5557, 5615, 3338, 3403, 3403, 3403, 3333, 3536, 3338, 3403, 3403, 3511, 4445, 3531, 3469, 3540, 3403, 3631, 3759, 4938, 3564, 3403, 3403, 3403, 3404, 4501, 4299, 3553, 3403, 3403, 3568, 4073, 3557, 3382, 3403, 3403, 3682, 4196, 3546, 3565, 3403, 3339, 4048, 3403, 4086, 3574, 3403, 5125, 3581, 5503, 3589, 3403, 3891, 3609, 3403, 3482, 3597, 4987, 3341, 3610, 5484, 3483, 3403, 3640, 5270, 5820, 3565, 3403, 3341, 3617, 3965, 3608, 3403, 3341, 3576, 4451, 3615, 4987, 5531, 5722, 5126, 3617, 3891, 3616, 4156, 3403, 3622, 4155, 4394, 4393, 3403, 3599, 3600, 3403, 3403, 3403, 3435, 3656, 5354, 3660, 3667, 4856, 3403, 3682, 5479, 3690, 3403, 5871, 4264, 3698, 3702, 3356, 3634, 3712, 3403, 3403, 3403, 3530, 3719, 3723, 4684, 3729, 3742, 3746, 3403, 3403, 3766, 5322, 4597, 3641, 3752, 3403, 3643, 5137, 5142, 3773, 3403, 3403, 4974, 3814, 3777, 3403, 3403, 3797, 3526, 3784, 3793, 3805, 3846, 3844, 3338, 3403, 3403, 3800, 3297, 4595, 4093, 3632, 3403, 3693, 3630, 5962, 4148, 3956, 3850, 3403, 3694, 4636, 4593, 3870, 4292, 3403, 3403, 3800, 3425, 3404, 3887, 3895, 3412, 3905, 3845, 3403, 3403, 3800, 4418, 4061, 5323, 4596, 3383, 3633, 3403, 3403, 3911, 3949, 3403, 3403, 3403, 3635, 4148, 3916, 4377, 3403, 3706, 3403, 3403, 3757, 3948, 3930, 3936, 3403, 3403, 3826, 4401, 5544, 4378, 3403, 3403, 3878, 3375, 4004, 3942, 3631, 3403, 3714, 3443, 3397, 3378, 5546, 3403, 3403, 3922, 3926, 5700, 3960, 3462, 5694, 3405, 5174, 3964, 3403, 3715, 3493, 3403, 3629, 3504, 3617, 4019, 5768, 4990, 3403, 3738, 3732, 3403, 3642, 5934, 5048, 3319, 3969, 3403, 4209, 3975, 3985, 4990, 3403, 3763, 3403, 3403, 3780, 3821, 3993, 3414, 5547, 3403, 3799, 3296, 3403, 3800, 4416, 3403, 3818, 3830, 3837, 3779, 4020, 4414, 3403, 3860, 3403, 3403, 3403, 5318, 4049, 3403, 4018, 4024, 4990, 3403, 3403, 3403, 3788, 3584, 3232, 3403, 3403, 3403, 3546, 4058, 3403, 3403, 3403, 3789, 4085, 4030, 5548, 3403, 3861, 4050, 3403, 3883, 4986, 3403, 3946, 3403, 3403, 3882, 4098, 4486, 3912, 3403, 3403, 4052, 3403, 4323, 4244, 5548, 4731, 3181, 4504, 4508, 5761, 4069, 3403, 3403, 4243, 4035, 3403, 3938, 3403, 3948, 3403, 3403, 3989, 3325, 4101, 3568, 4082, 3403, 3981, 3403, 3630, 3505, 3629, 4754, 5678, 3351, 3355, 3403, 4014, 4466, 3403, 4636, 4471, 4107, 3403, 3883, 4109, 3354, 3403, 3568, 4114, 4108, 3353, 3403, 3570, 4100, 3181, 5187, 3569, 4121, 3568, 4082, 4092, 4090, 4120, 3353, 3351, 4128, 3301, 3403, 4127, 3353, 4126, 3351, 4128, 4126, 3352, 3302, 3301, 3300, 4133, 4138, 4139, 5161, 5162, 5163, 5161, 5162, 5564, 5564, 3403, 3403, 4053, 3403, 5491, 5109, 4143, 3403, 4153, 4160, 4933, 4886, 3403, 4050, 3403, 3403, 4051, 5581, 5230, 5201, 3219, 3403, 3403, 4064, 3403, 4261, 4264, 4264, 4264, 4267, 3403, 3403, 3403, 3824, 3184, 3403, 4988, 5110, 4170, 3788, 4475, 3542, 5485, 3403, 4179, 4881, 3194, 5492, 3403, 3403, 4102, 3584, 4195, 5416, 3876, 3403, 4052, 3403, 5490, 4190, 3403, 3403, 3873, 4194, 3403, 3403, 3181, 3403, 3403, 4209, 5222, 4162, 5311, 3403, 4855, 4227, 3403, 3403, 3853, 4208, 3403, 3403, 3403, 3859, 4224, 3488, 4230, 3403, 3403, 3403, 3862, 3567, 4873, 3403, 3195, 3862, 4285, 4248, 4990, 4273, 4277, 3560, 4990, 4283, 3898, 4289, 4296, 3318, 4162, 5667, 5210, 3522, 4313, 4303, 4378, 3339, 4364, 3403, 4092, 4433, 4237, 4312, 4317, 3932, 5548, 4356, 4321, 4329, 5333, 4340, 4346, 3318, 3403, 4094, 4474, 4636, 3639, 3648, 4379, 5668, 5208, 3403, 3403, 3403, 4011, 4356, 3678, 5334, 3403, 4146, 3954, 3918, 5154, 5333, 3403, 4987, 5111, 5968, 3195, 5666, 5206, 3403, 3403, 3403, 4051, 5242, 4370, 4374, 4298, 3253, 4370, 3676, 4383, 3403, 4163, 4241, 5207, 4980, 4356, 4403, 3417, 3787, 4854, 3403, 3403, 4231, 3403, 3725, 4387, 5548, 4391, 4407, 5548, 3403, 3403, 4308, 4039, 4298, 5974, 3403, 4427, 3562, 3403, 3403, 3403, 4076, 5520, 4456, 4306, 4013, 4428, 3403, 3403, 3403, 4091, 4715, 4467, 3403, 4715, 4467, 4484, 3403, 3403, 4355, 4360, 4490, 3403, 4636, 4514, 4450, 3403, 3403, 4636, 3403, 3403, 3403, 4172, 3189, 3189, 4495, 3403, 3592, 4515, 4491, 3403, 4512, 4448, 4490, 3403, 5412, 3978, 3592, 4543, 4636, 4532, 4512, 4636, 4542, 5411, 5415", - /* 2037 */ "5414, 5413, 3222, 3223, 4547, 4548, 4549, 4547, 4548, 4553, 4553, 3890, 4101, 4567, 4577, 4581, 3403, 5320, 4601, 4605, 4609, 3403, 5030, 4614, 4621, 4625, 4629, 4641, 4647, 4651, 4654, 4658, 4662, 4666, 4670, 4674, 4678, 4682, 3403, 4236, 5939, 3398, 3403, 3403, 3403, 5057, 4569, 3403, 3178, 3403, 4252, 3232, 3403, 4078, 4180, 5103, 3858, 3403, 3403, 3403, 4186, 3184, 3403, 3206, 3403, 4351, 4964, 3403, 4418, 3403, 3403, 5612, 4414, 4688, 3403, 3403, 3403, 4214, 3209, 4827, 4827, 4820, 4694, 4775, 4775, 3753, 4825, 4827, 4827, 4705, 4772, 4775, 4775, 4775, 4775, 4759, 4775, 4709, 3403, 3403, 3179, 3403, 4775, 4797, 4775, 4775, 4709, 4714, 4827, 4737, 4764, 4775, 4697, 4834, 4775, 4766, 4698, 4784, 3182, 3403, 3403, 4699, 4741, 4775, 4775, 4775, 4792, 4775, 4827, 4830, 4745, 4775, 4777, 4827, 4775, 4795, 4752, 3403, 4429, 3403, 3403, 4987, 5110, 3801, 4827, 4827, 4827, 4827, 4779, 4744, 4775, 4775, 4775, 4750, 3404, 4829, 4743, 4775, 4775, 4758, 4775, 4826, 4827, 4827, 4827, 4808, 4710, 3180, 3403, 3403, 4432, 3403, 4827, 4763, 4775, 4775, 4774, 4775, 4828, 4770, 4775, 4775, 4778, 4827, 4790, 4777, 4827, 4827, 4827, 4843, 4813, 4845, 4827, 4827, 4719, 4844, 4827, 4812, 4775, 4775, 4794, 4775, 4775, 4813, 4776, 4827, 4827, 4775, 4827, 4701, 4775, 4775, 4801, 3403, 3184, 4700, 4776, 4827, 4827, 4807, 4775, 4825, 4827, 4827, 4775, 4775, 4827, 4822, 4775, 4765, 3801, 4822, 4775, 4775, 4845, 4827, 4825, 4827, 4783, 4775, 4775, 4746, 3403, 4817, 4775, 5669, 4812, 4775, 4796, 4775, 4775, 4710, 3403, 4827, 4821, 4775, 4840, 4696, 4775, 4778, 4784, 4695, 4776, 4784, 4824, 4776, 4823, 4812, 4822, 4785, 4786, 3403, 4849, 4860, 3179, 4103, 5517, 4571, 3403, 4868, 4878, 4890, 4894, 4898, 4902, 4906, 4910, 4913, 4916, 4919, 4926, 4927, 4922, 4931, 3708, 3758, 4937, 4537, 3403, 3403, 4451, 3577, 3797, 3403, 4431, 4563, 3611, 4885, 5651, 5802, 4942, 3778, 4946, 3398, 5807, 5605, 5410, 4950, 4954, 4958, 4968, 3280, 4972, 3971, 4978, 4883, 3403, 4997, 5006, 3988, 5015, 3403, 5024, 5034, 5044, 4728, 5108, 5053, 3403, 3403, 3403, 4398, 5061, 4459, 3403, 3403, 4451, 3454, 3734, 5088, 5360, 5107, 3403, 3403, 3403, 4440, 5124, 3403, 4050, 5293, 5130, 5846, 3644, 5339, 3172, 5214, 3403, 4429, 3403, 4984, 5143, 3652, 3769, 3403, 4512, 3403, 4525, 3651, 3768, 4990, 3403, 4513, 4449, 3403, 4172, 3189, 3192, 3403, 3403, 3265, 3857, 4451, 5273, 5822, 3383, 4166, 5824, 4990, 3403, 4636, 4519, 3403, 4210, 5528, 5538, 3643, 5147, 5158, 5167, 4584, 4989, 3403, 3403, 3403, 4441, 5184, 5191, 5100, 5788, 5198, 3403, 3403, 3403, 4559, 4452, 5273, 5822, 3383, 5288, 3549, 4990, 3403, 4637, 4336, 5878, 4051, 5219, 5228, 5707, 5823, 3383, 3403, 3403, 4461, 4134, 5651, 3600, 5650, 5241, 5246, 5214, 3403, 3403, 4562, 5251, 5247, 5215, 3403, 3403, 4967, 3338, 5258, 3403, 3403, 3403, 4610, 5277, 3548, 4989, 3403, 4753, 3840, 3857, 5283, 5149, 5287, 5011, 5292, 5648, 5579, 5297, 5825, 3403, 3403, 3400, 3403, 3170, 5646, 3403, 3403, 5065, 3403, 5301, 5309, 3808, 3403, 5000, 5236, 3403, 4698, 4827, 4827, 3212, 4764, 5082, 3403, 4430, 3403, 5036, 5103, 4325, 5980, 5984, 3161, 5230, 3630, 4050, 5307, 5983, 3577, 3229, 3403, 3403, 5068, 3509, 5824, 3403, 3403, 3403, 4635, 5939, 3168, 3640, 3403, 5038, 4342, 3403, 3403, 5982, 5315, 5271, 3403, 3403, 5171, 4538, 4050, 5580, 3640, 3403, 5083, 3403, 4475, 5981, 4258, 3640, 5327, 5338, 5270, 3403, 3403, 3403, 4643, 4535, 4992, 5941, 4993, 5952, 5351, 5368, 5372, 5376, 5380, 5384, 5393, 5391, 5388, 5397, 4264, 3789, 3403, 3403, 5028, 5688, 5040, 5420, 5426, 5438, 5406, 5445, 5450, 5752, 5466, 5549, 5782, 5477, 5463, 5470, 3403, 5115, 5059, 5049, 5781, 5474, 5483, 3403, 5118, 3403, 3403, 4432, 5651, 5640, 3437, 3403, 4110, 5502, 5507, 5514, 4129, 5524, 3348, 3403, 3403, 5204, 3403, 4498, 5553, 4989, 3403, 5194, 5880, 3403, 3615, 3403, 5180, 5561, 5594, 5840, 5363, 5071, 3403, 3403, 4269, 5571, 5541, 5094, 3403, 5263, 4217, 3998, 5510, 5585, 3403, 3403, 5269, 3231, 5589, 5593, 5091, 3416, 5941, 3403, 5026, 5723, 5687, 3403, 5609, 5626, 4204, 5634, 3403, 3403, 5269, 3403, 4077, 4507, 5760, 4203, 5633, 3403", - /* 2716 */ "5638, 3403, 5430, 5567, 5434, 5186, 3403, 3403, 3403, 5039, 5665, 4335, 5138, 5644, 4116, 3403, 3403, 3403, 5120, 5080, 5655, 5659, 3686, 4423, 5674, 4298, 3403, 3403, 5343, 4993, 4054, 4536, 3228, 3403, 5444, 5449, 5454, 3907, 5303, 4476, 3403, 5269, 5074, 4044, 3403, 5682, 5722, 5758, 5762, 5692, 5364, 3182, 5698, 3685, 5153, 5704, 4990, 3510, 3403, 5457, 3189, 5829, 5347, 3403, 3403, 3403, 5206, 4050, 5261, 4527, 5345, 5711, 3684, 5103, 5716, 5534, 5548, 3403, 3456, 5720, 3403, 3403, 3858, 5756, 5728, 4421, 5733, 3403, 5488, 5009, 3455, 3566, 3403, 3403, 3403, 3401, 5621, 4422, 5734, 3504, 5102, 5738, 3403, 3403, 5401, 4534, 5622, 5766, 5772, 3383, 4991, 4536, 3403, 4052, 3403, 5020, 5813, 3403, 5271, 5076, 5776, 3403, 3403, 3193, 5800, 5405, 5786, 4422, 5179, 3403, 5489, 3403, 4417, 4101, 3403, 3403, 3403, 5209, 5796, 4109, 5403, 3403, 5509, 4475, 3403, 5269, 5084, 3403, 4874, 3193, 3403, 4052, 3403, 5792, 5639, 3403, 5820, 4590, 5151, 5811, 4534, 3403, 4180, 3436, 5187, 5269, 4590, 3436, 3403, 5078, 4871, 3433, 5817, 3403, 3859, 4182, 4220, 5838, 3403, 3403, 3403, 5224, 5844, 3403, 3403, 3403, 5267, 5357, 3403, 3234, 5405, 3403, 4732, 5498, 5850, 5404, 3403, 3403, 5490, 5485, 3670, 5857, 5868, 4852, 4632, 5875, 5884, 4960, 5891, 5895, 5898, 5902, 5906, 5909, 5912, 5916, 5920, 5923, 5924, 5928, 5932, 3403, 3403, 3403, 5268, 4041, 3403, 3403, 3403, 5421, 3625, 3403, 3403, 3403, 5440, 5833, 3403, 5712, 4418, 5946, 5193, 4050, 5097, 3404, 5938, 5712, 3298, 3403, 3177, 5966, 5945, 3403, 3403, 3403, 5598, 5950, 3403, 3403, 3403, 5832, 3624, 3403, 3403, 3403, 5860, 4053, 5489, 4417, 3403, 5600, 4028, 4034, 3177, 5957, 3403, 3403, 5576, 5572, 4617, 3403, 3403, 3403, 5665, 4480, 3433, 5961, 3403, 3403, 5806, 3403, 3240, 4050, 5491, 3403, 5677, 3403, 3882, 3193, 5978, 3403, 3403, 5956, 3403, 4051, 3403, 5020, 3299, 3403, 3403, 3288, 5685, 3403, 3403, 3811, 4616, 3403, 3193, 3436, 3403, 5488, 3297, 3403, 3403, 5828, 3189, 3189, 3191, 3403, 3403, 3403, 3250, 4065, 3403, 3403, 3403, 5834, 3403, 3403, 5496, 5724, 4053, 3403, 3799, 3298, 3403, 3403, 3403, 5457, 3799, 4416, 3403, 3403, 5853, 3403, 3403, 5402, 5939, 3298, 4043, 3403, 3403, 5862, 5604, 3403, 5272, 5002, 3403, 4803, 3306, 3403, 3384, 3284, 3403, 3308, 5972, 3403, 3403, 3403, 5864, 3227, 3299, 3403, 3403, 3339, 3833, 3399, 3403, 3403, 3403, 5887, 4149, 4521, 6022, 6422, 6019, 6020, 6020, 6020, 6020, 6050, 6020, 6020, 6020, 6020, 6457, 6020, 6051, 6020, 6020, 6020, 6302, 6020, 6024, 6020, 6047, 6020, 6049, 6053, 6055, 6020, 6020, 6020, 6458, 6020, 6020, 6025, 6422, 6057, 6021, 6064, 6021, 6065, 6456, 6049, 6050, 6459, 6460, 6461, 6462, 6067, 5988, 6076, 6435, 6227, 6185, 5996, 5989, 6359, 6361, 6097, 5999, 6335, 5996, 5989, 6360, 5996, 6136, 6556, 6118, 6728, 6788, 5996, 5996, 5996, 5998, 5996, 5996, 5996, 5999, 5996, 5996, 5996, 6000, 6549, 6549, 6549, 6549, 5996, 5996, 5996, 6001, 5996, 5996, 6549, 6549, 6549, 6105, 5996, 6432, 6108, 5996, 5996, 6526, 5996, 5996, 6528, 6040, 6040, 6040, 6274, 5996, 6267, 6331, 5996, 5996, 6541, 5996, 5996, 6548, 5996, 5996, 6111, 6786, 5996, 5996, 5996, 6008, 5996, 5996, 5996, 6009, 6374, 6201, 6199, 5996, 5996, 5996, 6807, 5996, 6113, 6197, 6197, 6197, 6197, 6730, 6103, 6786, 5996, 5996, 6550, 6250, 6549, 6549, 6197, 6197, 6061, 5996, 5996, 6549, 6089, 5996, 6344, 6753, 5996, 6549, 5996, 5996, 5997, 6198, 6034, 6072, 5996, 6267, 6230, 5996, 5996, 6656, 6058, 6379, 6153, 5996, 5996, 5998, 5999, 6090, 5996, 5996, 6186, 6378, 6169, 5996, 5996, 5996, 6061, 5996, 5996, 5996, 6075, 6126, 5996, 6168, 6170, 5996, 5996, 5998, 6001, 6210, 5996, 5996, 6191, 6194, 6179, 6002, 5996, 5996, 5996, 6089, 5996, 6361, 6174, 6101, 6554, 6144, 6403, 6149, 6182, 6184, 5996, 5996, 5998, 6003, 6402, 5991, 5996, 5996, 5996, 6090, 6116, 6725, 5996, 6547, 6710, 6369, 5996, 6012, 5996, 5996, 5996, 6787, 6374, 5996, 5996, 5996, 6244, 6102, 6782, 6440, 6183, 6187, 6709, 6786, 6371, 6374, 6144, 6160, 6162, 5996, 6212, 6264, 5996, 5996, 6709, 6371, 6374, 6146, 6725, 6213, 6237, 5996, 5996, 5996, 6151, 5996, 6547, 6216, 6374, 5996, 6556, 6146", - /* 3395 */ "6805, 6715, 6223, 6185, 5996, 5996, 5996, 5989, 5996, 5996, 5996, 5996, 5997, 6165, 6031, 6174, 6786, 6371, 6374, 6160, 6172, 5996, 6292, 6312, 6109, 5996, 6317, 6387, 6264, 5991, 5996, 6228, 5996, 6267, 6229, 5996, 6015, 6199, 5996, 5996, 6001, 6010, 5996, 5996, 5996, 6771, 6031, 6216, 6374, 6301, 6268, 6716, 6214, 5996, 6268, 6716, 6223, 6185, 6369, 6436, 5996, 5996, 5996, 6101, 6732, 6031, 6710, 6371, 6374, 6146, 5996, 5996, 6709, 6786, 6371, 6374, 6171, 6715, 6268, 6317, 5996, 6223, 6716, 6223, 5991, 5996, 5996, 6721, 6728, 5996, 6579, 5996, 6160, 6118, 6269, 6716, 6253, 6116, 6268, 6716, 6746, 5996, 6031, 6752, 6102, 6146, 6716, 6387, 5991, 5996, 5996, 6728, 5996, 5996, 6119, 6728, 5996, 5996, 5996, 6120, 6802, 6374, 6160, 6118, 6715, 5996, 6214, 5996, 5996, 6001, 6179, 6216, 6116, 6715, 6746, 6095, 5996, 5996, 6031, 6174, 6371, 6752, 6102, 6723, 6222, 6388, 5991, 5996, 5996, 6002, 5996, 5996, 6727, 5996, 5996, 6008, 6165, 5996, 6116, 6725, 6213, 6238, 6089, 6373, 6171, 6725, 6728, 6253, 6184, 5996, 5996, 6116, 6269, 5996, 5996, 5996, 6114, 6125, 6374, 6116, 6725, 6213, 5996, 5996, 5996, 6144, 6723, 6727, 6279, 5996, 5996, 6787, 6731, 6008, 5996, 6270, 6723, 5996, 5996, 6793, 6425, 5996, 6723, 6727, 6165, 5996, 5996, 6165, 5996, 6411, 6723, 6727, 6332, 6116, 6725, 6164, 6238, 5996, 5996, 6045, 6411, 6725, 6164, 5996, 5996, 5996, 6177, 6427, 6164, 5996, 5996, 6011, 5996, 6014, 6449, 6165, 5996, 5996, 5996, 6186, 5996, 5996, 5996, 6187, 6001, 6144, 5996, 5996, 5996, 6190, 6209, 5996, 6367, 6339, 6793, 6242, 6304, 6269, 6262, 5996, 5996, 6793, 6272, 6556, 6261, 5996, 6281, 5996, 6236, 5988, 6781, 6227, 6154, 5996, 6298, 5996, 5996, 6801, 6016, 6122, 6187, 6563, 6090, 6551, 5996, 6146, 6292, 6319, 5996, 6089, 5996, 6786, 6102, 5996, 6158, 5996, 6287, 6287, 5996, 5997, 5996, 6144, 6165, 6002, 6090, 5996, 6328, 6574, 6304, 5996, 6238, 5996, 6297, 5996, 5996, 6015, 6186, 5996, 6300, 5996, 5996, 6031, 6216, 6116, 5996, 6795, 6307, 6266, 6252, 6310, 5996, 5996, 6034, 6122, 5996, 6321, 6445, 6143, 5996, 5996, 5996, 6191, 6029, 6232, 6444, 6269, 6141, 5996, 6231, 6233, 6445, 6721, 6142, 5996, 5996, 6039, 5996, 5996, 6187, 5996, 5996, 6535, 6235, 5996, 5996, 5996, 6195, 6060, 5996, 6793, 6556, 5996, 5997, 5996, 6311, 6264, 5996, 6238, 6228, 6008, 6165, 5991, 6268, 6756, 5996, 5996, 5996, 6198, 6568, 5997, 6092, 6568, 6068, 5996, 5996, 5996, 6359, 5996, 6326, 6550, 6104, 6782, 5996, 5996, 5996, 6031, 5996, 5996, 5996, 6040, 6330, 6269, 6721, 6728, 6292, 6165, 5996, 5997, 6061, 5996, 5997, 6093, 6434, 6334, 6012, 6568, 6068, 6354, 6265, 5996, 5997, 6001, 6205, 6072, 6068, 6326, 6550, 6104, 5996, 5997, 6283, 6358, 6782, 6266, 6268, 5996, 5997, 6341, 6753, 6228, 6728, 6008, 6358, 5991, 5996, 6292, 6311, 5990, 5996, 5997, 6407, 6250, 6219, 5996, 5996, 5996, 6200, 5996, 5996, 5996, 6204, 6236, 6577, 6550, 6371, 6374, 6146, 6268, 5996, 5997, 6784, 6711, 6713, 5996, 5996, 6112, 5991, 5996, 5996, 5999, 6075, 6126, 5999, 6002, 6034, 6787, 5996, 5996, 5996, 6411, 6122, 6186, 6086, 6550, 5996, 6552, 6144, 6161, 6715, 6223, 5996, 6268, 5996, 6228, 5989, 6524, 6235, 5996, 5996, 6115, 6008, 6102, 6160, 6251, 6292, 6311, 6109, 5996, 6334, 6200, 6070, 6122, 6186, 6088, 6371, 6374, 6146, 6268, 6228, 6253, 6264, 6008, 6358, 6109, 5996, 6115, 6008, 6722, 6185, 5996, 6238, 6235, 5996, 6115, 6667, 5996, 5996, 5996, 6196, 6236, 6577, 6102, 6160, 6172, 6721, 6787, 6122, 6186, 6088, 6574, 5996, 6238, 5996, 6090, 5996, 6348, 5996, 5996, 6059, 6257, 6074, 6794, 6088, 6102, 5996, 6793, 5996, 5998, 5996, 6225, 6160, 6172, 6008, 6468, 5996, 5996, 5996, 6547, 6787, 6794, 6088, 6102, 6144, 6146, 6268, 6716, 6253, 5996, 6350, 6793, 6002, 6090, 6101, 6089, 6573, 6109, 5996, 5998, 6165, 5996, 5996, 6793, 6421, 5997, 6198, 6072, 6087, 6102, 6146, 6572, 6731, 6147, 6468, 6794, 6086, 6572, 6731, 5996, 6755, 6172, 6292, 6468, 6238, 5996, 6572, 6109, 5996, 5996, 6076, 5996, 5996, 5996, 6804, 5996, 6358, 5996, 5996, 5996, 6209, 5996, 5996, 5996, 6217, 6731, 6755, 6109, 5996, 5998, 6311, 5996, 5998, 5996, 6089, 5996, 6085, 6382, 6468, 6238, 6381", - /* 4074 */ "6293, 6238, 5996, 5999, 5996, 6001, 6084, 5989, 6381, 6148, 6109, 5996, 5999, 6074, 6353, 6572, 6115, 5996, 5996, 5996, 6237, 5996, 5996, 6083, 6126, 6238, 5996, 6542, 5996, 5996, 5996, 6235, 6194, 6075, 6126, 6264, 5996, 5996, 5996, 6245, 6125, 6374, 5996, 6542, 6185, 5996, 6125, 6565, 5996, 5996, 5996, 6247, 5996, 6787, 6125, 6374, 5996, 5996, 6092, 6126, 5996, 5996, 6115, 6667, 6787, 6564, 5996, 6787, 6564, 6384, 6386, 6269, 5996, 5999, 6202, 6072, 6236, 6577, 6282, 5996, 6529, 5996, 5996, 6090, 6163, 6165, 5996, 6530, 5996, 6228, 5996, 5996, 5996, 6304, 5996, 5996, 6391, 6218, 5996, 5996, 6090, 6549, 5996, 5996, 6549, 6189, 5996, 5996, 5996, 6270, 5996, 6782, 5996, 6783, 6393, 6778, 6397, 6785, 6712, 6254, 6399, 6255, 5996, 5996, 5996, 6297, 6204, 6569, 6401, 6782, 6160, 6172, 5996, 6246, 6754, 5996, 5996, 5996, 6334, 6011, 6334, 6001, 6205, 6569, 6407, 6552, 6144, 6171, 5996, 6264, 6407, 6249, 6782, 6145, 6715, 6311, 6405, 5996, 5996, 5996, 6345, 5996, 6366, 6083, 6226, 6269, 5996, 6793, 6276, 5996, 5996, 6114, 6578, 6253, 6218, 6727, 6311, 6184, 5996, 6410, 6551, 6118, 6303, 6358, 5996, 5989, 6361, 5996, 5992, 5993, 5994, 5994, 5994, 5994, 5995, 5996, 5996, 6011, 6122, 6414, 6179, 6275, 6571, 6551, 6782, 6145, 6118, 6715, 6387, 6001, 6205, 6072, 6570, 6434, 6144, 6160, 6118, 6269, 6727, 6292, 6467, 5990, 6292, 6311, 6184, 6238, 5996, 5996, 6282, 6144, 6218, 6228, 6312, 6185, 5996, 5996, 6165, 6073, 6179, 6122, 6562, 6061, 6434, 6550, 6552, 6144, 6146, 6786, 6249, 6782, 6556, 5996, 6748, 5996, 6264, 6160, 6118, 6269, 6228, 5996, 6423, 5996, 5989, 6030, 6089, 6101, 6391, 6732, 5996, 5996, 6127, 5996, 6359, 6185, 5996, 5996, 6140, 5996, 5996, 5996, 6058, 6204, 6072, 6068, 6563, 6090, 6369, 5996, 6732, 6312, 6551, 6147, 5996, 5996, 6157, 6377, 6001, 6034, 6072, 6068, 6563, 6369, 5996, 6311, 6524, 6238, 5996, 5996, 6244, 6172, 6253, 6184, 6238, 6562, 6061, 5996, 6312, 6090, 6737, 5996, 5996, 6164, 5996, 5996, 6009, 6120, 6068, 6563, 6090, 6786, 6249, 5996, 6171, 6090, 6105, 6292, 6312, 6090, 6729, 5996, 6253, 6109, 5996, 5996, 6060, 5996, 5996, 5996, 6782, 5996, 6146, 5996, 6304, 6793, 6236, 5996, 5996, 5996, 6361, 5996, 5996, 5996, 6366, 6061, 6311, 6184, 5996, 6000, 5996, 6200, 6788, 6802, 6061, 6572, 6374, 5996, 6793, 5996, 5996, 5996, 6369, 5996, 6061, 6089, 6102, 6292, 6220, 5996, 5996, 6236, 5996, 6194, 5996, 6572, 6382, 5996, 5996, 6802, 6572, 6382, 6165, 6524, 5996, 5996, 5996, 6269, 6803, 6101, 6382, 6165, 5996, 6794, 5996, 5996, 6165, 6109, 5996, 6707, 6426, 6102, 5996, 6425, 5996, 6572, 6374, 6136, 6146, 5996, 6000, 6089, 5996, 6001, 6084, 6190, 5996, 6030, 5996, 6359, 5996, 6793, 6425, 6572, 6374, 5996, 5996, 6425, 6090, 6102, 5996, 6146, 5996, 6707, 6426, 6361, 5996, 6136, 6144, 5996, 6425, 6572, 5996, 5996, 6171, 5996, 5996, 5996, 6658, 5996, 6425, 6572, 5996, 6793, 5996, 6548, 6031, 6089, 6548, 6031, 6089, 6031, 6031, 6031, 6031, 5996, 6455, 5996, 5996, 6709, 6369, 5996, 5996, 5996, 6565, 6429, 6071, 5996, 6732, 5996, 6269, 5996, 5996, 6171, 6117, 6787, 6431, 6209, 6082, 6282, 6725, 6264, 5996, 6008, 6312, 5996, 6009, 6002, 5996, 5996, 6553, 6001, 5996, 6089, 6101, 6722, 6747, 5996, 6237, 6031, 6438, 6030, 6442, 6808, 6370, 6447, 6724, 6726, 5996, 5996, 5996, 6414, 6451, 5996, 5996, 6209, 6030, 5996, 5996, 6453, 5996, 6718, 6036, 6346, 6030, 6012, 6372, 6717, 6366, 6464, 5996, 6015, 5996, 6807, 5996, 5996, 5996, 6793, 6236, 6466, 6433, 5996, 5989, 5996, 6336, 6470, 6471, 6472, 6474, 6476, 6477, 6479, 6480, 6480, 6479, 6481, 6483, 6485, 6487, 6490, 6491, 6489, 6493, 6495, 6491, 6497, 6516, 6498, 6499, 6502, 6501, 6504, 6511, 6506, 6508, 6510, 6513, 6515, 6518, 6521, 6519, 6523, 5996, 5996, 6175, 6314, 6271, 5991, 5996, 5996, 6186, 6263, 6545, 6535, 6535, 6535, 5996, 5996, 6015, 6040, 6040, 6040, 6043, 6042, 6044, 6535, 6546, 6535, 6536, 6538, 5996, 5996, 6532, 5996, 5996, 5996, 6420, 6040, 6041, 6043, 6186, 6709, 6094, 6102, 5996, 6146, 6268, 6228, 6728, 6467, 5996, 5996, 5996, 6228, 6267, 6040, 6042, 6044, 6274, 6040, 6120, 6121, 6121, 6121, 6535, 6535, 6535, 6538, 6535, 6537, 6539", - /* 4753 */ "5996, 5996, 5996, 6449, 6165, 6535, 6536, 6538, 6535, 6535, 6120, 6273, 6535, 6535, 6535, 6187, 5996, 6043, 6121, 6535, 6535, 5996, 6535, 6535, 6535, 6535, 6040, 6040, 6040, 6121, 6040, 6040, 6040, 6535, 6535, 6040, 6535, 6535, 6544, 6535, 6535, 6186, 6535, 6535, 6535, 6537, 6544, 6535, 6535, 6538, 5996, 5996, 6186, 6377, 6040, 6040, 6561, 6535, 6535, 6040, 6535, 6535, 6535, 6544, 6000, 5996, 6015, 6040, 6040, 6040, 6534, 6535, 6535, 6069, 6040, 6040, 6040, 6040, 6041, 6043, 6121, 6534, 6535, 6535, 6535, 6539, 5996, 6535, 5996, 5996, 6534, 6274, 6535, 6535, 6535, 6069, 5996, 6567, 6186, 5996, 6016, 5996, 6016, 5996, 5996, 5996, 6315, 5996, 6567, 5996, 6576, 6030, 6708, 6581, 6584, 6195, 6077, 6586, 6782, 6171, 5996, 5996, 6359, 6524, 5996, 6194, 5996, 6588, 5996, 6017, 5996, 5996, 6105, 5996, 5996, 5996, 6540, 6062, 5996, 6239, 6239, 6240, 6590, 6595, 6591, 6597, 6599, 6592, 6593, 6601, 6603, 6604, 6607, 6606, 6607, 6609, 6610, 6611, 6613, 6615, 6618, 6617, 6620, 6621, 6621, 6623, 6621, 6625, 6629, 6626, 6632, 6633, 6633, 6627, 6626, 6626, 6626, 6630, 6635, 6637, 5996, 5996, 6188, 5996, 6060, 6782, 6118, 6269, 5996, 6026, 6643, 5996, 6004, 5996, 6190, 6645, 6318, 6317, 6364, 6165, 6166, 6290, 6733, 6650, 6165, 6652, 6291, 6789, 5996, 5996, 6040, 6256, 6258, 6648, 5996, 6027, 6654, 6357, 5991, 6257, 6259, 5996, 5996, 6190, 6449, 6647, 5991, 5996, 5996, 6200, 6016, 5996, 6270, 6098, 5996, 5996, 5996, 6238, 5996, 5996, 5996, 6160, 5996, 5996, 5996, 6439, 5996, 6136, 6267, 5996, 5996, 6253, 5996, 6158, 6190, 6454, 6721, 6015, 6728, 5996, 6008, 6165, 5996, 6645, 6164, 5996, 6030, 6030, 5996, 6060, 5996, 6363, 6660, 5996, 5996, 6228, 6701, 5996, 5996, 6235, 6717, 5996, 6191, 5989, 5996, 5996, 6101, 5996, 5996, 5996, 6559, 6367, 6729, 6323, 6171, 6732, 6118, 6725, 6262, 6292, 5996, 6358, 6185, 6238, 6662, 6030, 5996, 6376, 6355, 6732, 6268, 6262, 6736, 6171, 6284, 5996, 6030, 6721, 5996, 5996, 6777, 5996, 5996, 6787, 6553, 5996, 6200, 5996, 6374, 6136, 5996, 5996, 6292, 6165, 5996, 5996, 6375, 6729, 6323, 6172, 6267, 6288, 6311, 6098, 5996, 6031, 5996, 6060, 6337, 6101, 5996, 5996, 6782, 6556, 6467, 6524, 6237, 5996, 5996, 6369, 6060, 6391, 5996, 6190, 6028, 6030, 6658, 5996, 5996, 6200, 6788, 6565, 6238, 5996, 5996, 6411, 6725, 5996, 6364, 6324, 5996, 6033, 6199, 6199, 6367, 5996, 6361, 5996, 6159, 6374, 6555, 6160, 6171, 6304, 6367, 6366, 6361, 5996, 6270, 5996, 6136, 5996, 5996, 6146, 5996, 6374, 6555, 6160, 5996, 6061, 6060, 5996, 6061, 6060, 6118, 6714, 5996, 6728, 6582, 6171, 6304, 5996, 6073, 6090, 6101, 6412, 6269, 5996, 6728, 5996, 6269, 5996, 6364, 6728, 5996, 6264, 5996, 5996, 5996, 6786, 6209, 5996, 6030, 5996, 6721, 6748, 5996, 6311, 6237, 6366, 6531, 5996, 6000, 5996, 5996, 5996, 6015, 5996, 5996, 5996, 6016, 5996, 6165, 6238, 5996, 5996, 6060, 6365, 6101, 5996, 6079, 5996, 6122, 6418, 5996, 5996, 6374, 6136, 6556, 5996, 5996, 6248, 5996, 5996, 6369, 6008, 5996, 5996, 5996, 6359, 6361, 6270, 5996, 5996, 6555, 6267, 6728, 5996, 6556, 6267, 5996, 5996, 6263, 5996, 5996, 6292, 6311, 6237, 5996, 6090, 5996, 5996, 6334, 6204, 5996, 6366, 5996, 5996, 6556, 5996, 5996, 5996, 6556, 6267, 5996, 6556, 5996, 6304, 6034, 6199, 6209, 5996, 6359, 6366, 6555, 5996, 6267, 5996, 5996, 6209, 6556, 5996, 5996, 6664, 5996, 6555, 5996, 6728, 5996, 6360, 5996, 5996, 6267, 6264, 5996, 6360, 5996, 6555, 5996, 5996, 6275, 5996, 6209, 6359, 6361, 5996, 6090, 5996, 5997, 5996, 5996, 6073, 5996, 6089, 5996, 6209, 6101, 5996, 6090, 6102, 6008, 6312, 6524, 6238, 5996, 6209, 5996, 6361, 5996, 6374, 6101, 6732, 5996, 5996, 6304, 6728, 6542, 5996, 5996, 6524, 6101, 5996, 6090, 6338, 5996, 5996, 6799, 6171, 6268, 6262, 6292, 6165, 6237, 5996, 5996, 6666, 6285, 6719, 6719, 6720, 6674, 6720, 6669, 6671, 6673, 6676, 6677, 6679, 6681, 6683, 6686, 6685, 6686, 6688, 6690, 6693, 6693, 6693, 6693, 6692, 6692, 6693, 6697, 6693, 6699, 6694, 6695, 5994, 5996, 6217, 5996, 5996, 6172, 5996, 5996, 5996, 6705, 6106, 5996, 5996, 5996, 6707, 6426, 5996, 5996, 5996, 6395, 6703, 5996, 5996, 5996, 6709, 6094, 5997, 6080, 6582, 6234, 6705, 6735", - /* 5432 */ "6278, 6007, 6741, 6743, 5996, 6277, 5996, 6791, 5996, 5996, 6308, 6100, 6705, 5996, 6081, 6443, 6435, 6435, 6745, 6238, 5996, 5996, 6206, 6750, 6005, 5996, 6090, 6549, 6549, 6091, 6197, 5996, 6705, 6793, 6207, 6758, 6356, 6006, 6758, 6323, 6764, 6238, 6767, 6751, 6322, 6646, 6762, 5996, 5996, 6316, 5996, 6765, 5996, 5996, 5996, 6721, 5996, 5996, 5996, 6030, 5996, 5996, 5996, 6017, 6721, 6793, 5989, 5996, 6267, 6264, 6804, 5996, 5996, 5996, 6727, 5996, 6558, 5996, 5996, 6323, 5996, 6304, 5996, 6773, 6193, 6582, 6171, 6268, 5996, 6016, 6122, 6058, 6547, 6658, 6332, 6032, 6790, 5996, 6193, 5996, 6090, 6579, 6727, 5996, 6311, 6542, 6031, 6060, 6359, 6557, 5996, 6159, 6267, 6725, 6292, 6467, 6109, 5996, 5996, 5996, 6208, 5996, 6246, 5996, 6253, 6000, 6079, 5996, 6192, 6194, 5996, 6030, 6061, 6061, 6061, 6061, 6030, 6277, 6739, 6124, 6031, 6173, 5996, 6557, 6012, 6793, 6123, 6209, 5996, 6359, 6361, 5996, 5996, 6289, 5996, 6312, 6109, 6193, 6209, 6031, 6173, 5996, 6786, 6775, 5996, 6435, 6217, 6171, 5996, 5996, 6334, 6074, 5996, 6190, 6269, 5996, 5996, 6180, 6374, 5996, 6198, 6072, 6327, 6731, 6118, 6715, 6387, 6149, 5996, 5996, 5996, 6102, 5996, 5996, 6780, 6332, 6030, 5996, 6101, 6116, 6269, 6246, 5996, 6165, 6237, 5996, 6813, 5996, 5996, 5996, 6769, 5996, 5996, 6267, 6262, 5996, 6165, 5996, 6342, 5996, 5996, 6209, 6556, 6084, 5996, 6122, 6190, 6209, 6031, 6090, 5996, 6102, 6723, 5996, 5996, 5996, 6122, 6187, 5996, 5996, 5996, 6136, 6797, 5996, 6311, 5996, 6114, 6125, 6565, 6238, 6180, 6374, 5999, 6200, 6090, 5996, 5996, 6448, 6556, 5996, 6160, 6172, 6714, 6228, 6008, 6468, 6001, 6084, 5996, 5996, 6334, 6202, 5996, 6725, 6311, 5996, 6118, 5996, 6262, 6788, 5996, 5989, 5996, 6030, 6160, 6172, 6267, 6714, 5996, 6200, 6332, 5996, 5996, 5996, 6185, 5996, 6788, 5996, 5996, 6102, 6140, 5996, 6725, 6165, 6238, 5996, 6556, 6748, 6542, 5996, 6129, 6131, 6132, 6132, 6132, 6132, 6133, 6134, 6134, 6135, 5996, 5996, 5997, 6706, 6788, 6209, 5996, 5996, 6359, 6101, 6374, 5996, 6782, 5996, 6782, 6556, 6160, 6172, 6008, 6351, 6268, 6727, 5996, 6312, 6160, 6172, 6714, 5996, 6138, 5996, 5996, 5997, 6792, 6760, 6084, 5996, 6270, 5996, 6555, 6171, 6782, 6556, 6748, 6264, 6160, 6172, 6268, 6728, 6010, 6270, 6136, 5996, 6639, 6641, 6556, 6267, 6264, 5996, 5996, 6556, 6172, 6769, 5996, 5996, 6269, 6270, 6136, 6171, 5996, 6144, 5996, 5996, 6292, 6311, 5996, 5996, 5996, 6549, 6549, 6549, 6089, 5996, 5996, 5996, 6012, 5996, 6374, 6782, 6172, 5996, 6245, 5996, 6144, 6264, 5996, 5996, 6362, 6368, 6010, 5996, 6270, 5996, 6144, 5996, 6542, 6195, 5996, 6040, 5996, 6144, 6769, 5996, 5996, 5996, 6729, 6730, 6788, 5996, 6236, 5996, 6155, 6295, 5994, 5996, 6787, 6810, 5996, 6158, 5996, 6304, 6203, 6262, 6236, 6015, 5998, 5997, 5999, 6200, 6016, 6812, 5996, 6035, 6078, 6850, 6036, 6012, 6037, 6038, 6849, 6014, 6815, 6815, 6816, 6818, 6820, 6823, 6821, 6826, 6826, 6825, 6826, 6831, 6831, 6827, 6835, 6828, 6832, 6833, 6829, 6837, 6840, 6838, 6838, 6838, 6838, 6839, 6841, 6842, 6843, 6843, 6844, 6846, 5996, 5996, 6368, 6355, 6852, 5996, 5996, 5996, 6786, 5996, 5996, 5996, 6848, 6089, 5996, 6061, 6012, 6013, 5996, 5996, 6389, 6305, 5998, 6014, 6089, 5996, 5996, 6003, 5996, 5996, 5996, 6794, 6003, 6090, 5996, 5996, 6408, 5996, 6010, 6089, 5996, 5996, 6416, 6524, 6010, 5999, 5996, 5996, 6439, 5996, 5996, 6311, 5996, 6786, 512, 2048, 0, -1073741824, 0, -147243010, -1, -1, 0, 0, 1, 0, 2, 0, 4, 0, 6, 62914560, 939524096, -2147483648, 134217728, 0, 8, 0, 12, 0, 14, 0, 16, 0, 20, 536879360, 536871168, 536871168, 536871170, 150994944, 537370880, 603980032, 0, 2560, 0, 3072, 4096, 0, 4096, 8, 8, 16, 12, 12, 14, 12, 16, 16, 17, 16, 18, 0, 5120, 134217820, 17825836, 603980032, 603980032, 536871168, 805306624, 1036, 536871168, 537370882, 536871168, 536879360, 0, 7680, 0, 8192, 0, 8320, 536871170, 536887552, 536887552, -1542987518, 128, 256, 16, 32, 32, 64, 4, 32, 2048, 4096, 1024, 12, 48, 1792, 4096, 8192, 8, 32, 15360, 0, 15360, 16384, 0, 16384, 2, 12, 32768, 65536, -1073741824, 256, 536870912, -2147483648, 401408, 0, 131072, 262144, 65536, 393216, 0", - /* 6107 */ "163840, 2097152, 1073741824, -2147483648, 401408, 65536, 2097152, 2, 32, 262144, 4194304, 4194304, 8388608, 16, 64, 64, 128, 768, 2048, 12288, 262144, -2147483648, 4096, 2145284352, 2145317120, -3840, -3840, -563, -563, 0, 524288, 256, 603979776, 29360128, 33554432, 201326592, -268435456, 0, 1048576, 2097152, 4194304, 134217728, 536870912, -1073741824, 256, 28672, 2113929216, 0, 1048640, -629785098, 61440, 0, 1572864, 0, 2097152, 12582912, 16777216, 67108864, 268435456, 0, 3670016, 917504, 32505856, -33554432, 0, 4194304, 0, 24576, 0, 32640, 1, 76, 24, 32, 524288, 29360128, 503316480, 536870912, 1073741824, 0, 256, 0, 448, 0, 512, 0, 768, 1024, 0, 1024, 2, 2, 4, 4, 8, 4, 16, 4, 24, 0, 1920, 6144, 0, 2048, 76, 256, 67108864, 402653184, -1073741824, 24576, 131072, 2097152, 16777216, 805306368, -2147483648, 100663296, 402653184, 536870912, 1048576, 268435456, 2097152, 33554432, 0, 124, 0, 127, 32640, 491520, 0, 128, 0, -2147483648, 0, -1610350592, 5248, 33685504, 1077936128, 16896, 0, 50331648, 0, 63307776, 0, 458752, 4194304, 33554432, 134217728, 268435456, -536870912, 0, 516096, 3670016, 130023424, -1073741824, 268435712, 0, 67108864, 536870912, 0, 7340032, 0, 8388608, 16777216, 0, 262144, 1048576, 64, 256, 64, 384, 0, 327680, 402653184, -2147483648, 16896, 16384, 65536, 16777216, 1073741824, 1073741824, 1048640, 0, 117440512, 0, 130023424, 0, 134217728, 1073741824, -562659338, -1, 16640, 0, 136577056, 64, 1048576, 4194304, 545259520, 8388608, 0, 2112, 15744, 393216, 499712, -805306368, 0, 268435456, 536870912, 201326592, 0, 268452096, 0, 100663296, 268435456, 4, 127, 491520, 1572864, 2097152, 67108864, 512, 15360, 131072, 33554432, 7340032, 8388608, 268435456, -2147483648, 1, 2, 8192, 49152, 0, 16385, 4, 8, 32768, 67108864, 1, 8, 2048, 73856, 1, 805306368, 1, 268435456, 1073741824, 64, 15360, 393216, 1572864, 130023424, 805306368, 0, 32768, 131072, 0, 40960, 0, 49152, 65536, 0, 57344, 0, 65536, 65536, 131072, 65536, 262144, 0, 122880, 0, 126976, 917504, 30408704, 14336, 262144, 134217728, 8192, 268435464, 2105344, 0, 402653184, 0, 33587200, 8, 268435456, 16352, 3735552, 1, 32736, 1, 30, 260046848, 268435456, 15872, 65536, 31457280, 503316480, 1610612736, -2147483648, 32256, 32768, 1073741824, 1, 16384, 262144, 12582912, 1, 4, 8192, 268435456, 7680, 268435456, 64, 7168, 0, 536871168, 150994944, 1024, 6144, 16384, 16777216, 32, 536870944, 2097184, 128, 2048, 65536, 524288, 2097152, -1073741824, 10240, 2048, 1048576, 31457280, 73728, 8192, 491520, 16252928, 16777216, 65536, 50331648, 16384, 67108864, 4259840, 16777216, 16850944, 73728, 0, 603980032, 536871170, 536871168, 603980032, -1610112766, -1542987518, -1274552062, -1274552062, 65536, 33554434, 16842752, 0, 805306368, 1073741824, 37822592, 37822592, 1044456576, 1044456576, -48241152, 1044456576, -65022336, -65022336, 1044620416, -65022336, 1044636800, 1044636800, 1044898944, -28842880, -28842368, 1061414016, -27269504, 1061418112, -27269504, -2099584, -10488192, -10488192, -10486144, -27265408, -10488176, -10487872, -2099264, -10488192, 323, 19, 2097443, 16403, 323, 8211, 4419, 73747, 4419, 90131, 6467, 12611, 20803, 4419, 8515, 31043, 22547, 96275, 6467, 259, 1579331, 1743171, 1743171, 1743299, 1751363, -28852285, 0, 1073741824, 1024, 469762048, 25165824, 0, 1073774592, 1073774596, 0, 469762048, 16, 256, 256, 257, 256, 258, 0, 1073774612, 0, 536870912, 258, 256, 320, 256, 4096, 16384, 16384, 32768, 458752, 524288, 262144, 524288, 1048576, 0, 196608, 0, 229376, 18, 256, 7680, 8192, 262144, 536870912, 1, 16, 96, 384, 15872, 16384, 131072, 4194304, 1073741824, 1, 256, 15360, 262144, 16777216, 532480, 8192, 524288, 8192, 134283264, 4096, 16777216, 1032, 131072, -1610219520, -1593573376, -1593573376, -1593569280, 524288, -1601830912, 0, -1610218496, -1593573376, -1610346496, -1600780288, -1579276160, -1579275648, -1444992896, -203543929, -203543929, 1444987463, 1444987463, -203543929, 1444987463, -201446777, -134337913, -134337913, -134337905, -134305145, 1445511751, -134305137, -134333809, -134288761, -134288761, -134333809, -134288697, -134288697", - /* 6623 */ "-134288641, -134288697, -134284593, -512, -512, -511, -448, -512, -448, -512, -440, -440, -312, -440, -305, 0, 401408, 1572864, 29360128, 0, 466944, 671088640, 49152, 2097152, 130023424, 939524096, -1073741824, 49152, 2621440, 450560, 6656, 450560, 3670016, 7680, 939524096, 65536, 134217728, 57344, 67108864, 512, 3072, 512, 268435456, 545261632, 2097152, 134217728, 52593152, 19038720, 19005952, 19055104, 20070912, 19005952, 19038720, 20103680, 20103680, 1073741824, 56852992, 56852992, 56787456, 57386801, 57648945, 57648945, -1743964865, -1743964865, 191866673, -670223041, 191870771, -1955612877, -1955612869, -1955612865, -1687177409, -1687177409, -1073741825, -1, -670223041, -1687177409, -546326593, -1141915777, 64, 2048, 54525952, 0, 1, 62, 64, 1024, 4096, 24576, 32768, 8323072, 260046848, 0, 16777216, 100663296, 0, 16850944, 0, 19005952, 0, 33554432, 4194304, 16777216, 16777216, 33554432, 33554432, 67108864, 0, 393216, 262144, 2097152, 0, 434176, 1280, 4096, 393216, 134217728, 1476395008, 0, 50, 0, 58, 0, 54525952, 402653184, 1073741824, 8388608, 67108864, 121634816, 6144, 24576, 65536, 8388608, 134217728, 805306368, -1073741824, 24576, 491520, 24576, 1572864, 2013265920, 0, 130023424, 2013265920, -2147483648, 64, 1920, 8388608, 536870912, 512, 16777216, 1, 48, 196608, 262144, 128, 117440512, 268435456, 8, 4096, 524288, 0, 30, 32736, 32768, 0, 32, 0, 48, 0, 62, 0, 64, 0, 118, 50331648, 67108864, 8, 262144, 16, 128, 7680, 16384, 1048576, 12582912, 1, 8192, 33619968, 16, 6144, 1, 128, 67108864, 140, 140, 204, 864, 204, 1888, 1888, 972, 10080, 204, 1888, 1004, 1004, 2028, 2044, 2029, 1021, 1004, 2044, 2044, 1020, 2028, 1021, 30735, 30735, 30751, 30735, 31759, 31775, 31775, 31903, 32767, 0, 1, 14, 14, 129, 14, 16384" + /* 0 */ "1029, 1033, 1040, 1037, 1044, 1048, 1052, 1056, 1893, 1060, 1108, 1108, 1108, 1108, 1108, 3122, 1066, 1070, 2774, 1085, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1109, 1126, 1126, 1090, 1086, 1097, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1600, 1126, 1126, 1103, 1107, 1114, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1110, 1126, 1126, 1120, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 2990, 1126, 1126, 1130, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1124, 1126, 1135, 1108, 1108, 1108, 1108, 1108, 1403, 1126, 1128, 1108, 1108, 1108, 1108, 1599, 1126, 1130, 1108, 1108, 2989, 1646, 1108, 1598, 1140, 1108, 2988, 1141, 1108, 1644, 1572, 1109, 1136, 2988, 3087, 3085, 2988, 1145, 1149, 1153, 1157, 1161, 1376, 3117, 1165, 1204, 1169, 1173, 1316, 1242, 2600, 1108, 1177, 1108, 1460, 1183, 1481, 1467, 1108, 1179, 1523, 1108, 1108, 1108, 1108, 1108, 1757, 1187, 1612, 1194, 1108, 1454, 1108, 1251, 1108, 1201, 1211, 1330, 1108, 1108, 1108, 1108, 1108, 1215, 1108, 1222, 1226, 1108, 1231, 1108, 1108, 1108, 1378, 1235, 1756, 1108, 1108, 1108, 1108, 1239, 1108, 1246, 1250, 1108, 1255, 1108, 1108, 1108, 1218, 1596, 1108, 1108, 1108, 1622, 1108, 1937, 1259, 1108, 1265, 1108, 1108, 1555, 1275, 1108, 1108, 3052, 1430, 1281, 1108, 1288, 1108, 1536, 1653, 1108, 1197, 1261, 1294, 1207, 1108, 1425, 1597, 2520, 1300, 1304, 1567, 1062, 1907, 2380, 1310, 1322, 1328, 1335, 1345, 1754, 1338, 2001, 1355, 1692, 1341, 1359, 1365, 1363, 1369, 1373, 1382, 1393, 1397, 1401, 1108, 1108, 2004, 1927, 1407, 1411, 1415, 2541, 1313, 1419, 2357, 1423, 1953, 1429, 1108, 1718, 1434, 1441, 1351, 1451, 2506, 1892, 1807, 1108, 1108, 1108, 1108, 3045, 1458, 1464, 1471, 1529, 1475, 1479, 1723, 1485, 1510, 1588, 1108, 1108, 1108, 1108, 1108, 1108, 1489, 3022, 1628, 1493, 1108, 1673, 1502, 1108, 1744, 2274, 1509, 1108, 1108, 1108, 1108, 1108, 1514, 2494, 1318, 1527, 1108, 1606, 1534, 1108, 1540, 2276, 1108, 1108, 1108, 1108, 3098, 1544, 1548, 1552, 1108, 1818, 1559, 3076, 2307, 1108, 1108, 1108, 1564, 3082, 1577, 1108, 1584, 1762, 1593, 1108, 1108, 1444, 1604, 1610, 1081, 1616, 1587, 1108, 1324, 2980, 1620, 1904, 3129, 1108, 1934, 1626, 1632, 2515, 1636, 1637, 1271, 1641, 1650, 2385, 1659, 1663, 1670, 1677, 1686, 1666, 1699, 1696, 1703, 1707, 1711, 1715, 1108, 1722, 1727, 1737, 1751, 2078, 2081, 1386, 1741, 1748, 1761, 1921, 1108, 1108, 1766, 1770, 1776, 1782, 1789, 1859, 1108, 1061, 1108, 1108, 1108, 1108, 2071, 1793, 1799, 2465, 1805, 1108, 1811, 1108, 1815, 1881, 3133, 1108, 1108, 1108, 1108, 1108, 1108, 1980, 2400, 1108, 1822, 1108, 1108, 1826, 1830, 2874, 1835, 1839, 1108, 1108, 1108, 1108, 1108, 1844, 1517, 1108, 1848, 1260, 1108, 1852, 1873, 1785, 1856, 1108, 1108, 1108, 1108, 1277, 1863, 1108, 1867, 1108, 2333, 1871, 1878, 1885, 1108, 1108, 1108, 2432, 1891, 2417, 1108, 2442, 1897, 1901, 1108, 1108, 2977, 1913, 1918, 2949, 1931, 1941, 1108, 1498, 1947, 1951, 2449, 1957, 1108, 1963, 1967, 1971, 2996, 1924, 1977, 2622, 2721, 1984, 2011, 1990, 1986, 2670, 1994, 2690, 1998, 2008, 2015, 2019, 2023, 2027, 2030, 2034, 2038, 2042, 2046, 2050, 2054, 2629, 2383, 1496, 1437, 2825, 1680, 2099, 2058, 2126, 2062, 2066, 2070, 1108, 2075, 2087, 2149, 2149, 2107, 2113, 2118, 2113, 2124, 2149, 2150, 2132, 2113, 2137, 2632, 1108, 1190, 2785, 2149, 2149, 2143, 2113, 2169, 2113, 2898, 2207, 2149, 2128, 2113, 2113, 2156, 2394, 1108, 1385, 2148, 2149, 2890, 2113, 2236, 2113, 2120, 2207, 2149, 2151, 2113, 2113, 2186, 1348, 1188, 2745, 2149, 2896, 2113, 2155, 2144, 2096, 2149, 2090, 2113, 2113, 2216, 1331, 2887, 2787, 2114, 2113, 2205, 2149, 2209, 2113, 2160, 2633, 2758, 2185, 2113, 2164, 2149, 2168, 2173, 1189, 2759, 2113, 2109, 1682, 2113, 2180, 2177, 2108, 2103, 2133, 2184, 2190, 2194, 2800, 2893, 2198, 2235, 2202, 2213, 2893, 2802, 2101, 2220, 2093, 2224, 2228, 2232, 2240, 2244, 2248, 2252, 2256, 2260, 2264, 2268, 2272, 2280, 2642, 2834, 2284, 2288, 2292, 2296, 1447, 2300, 1290, 2304, 2695, 2314, 2320, 2328, 2332, 2704, 2337, 1108, 2344, 1116, 2351, 2356, 1959, 2355, 1108, 2310, 1099, 2872", + /* 679 */ "2361, 2365, 1108, 1973, 1733, 1108, 1778, 2369, 1108, 2374, 1108, 1730, 2389, 1108, 3134, 2398, 2404, 2410, 2414, 1108, 2421, 1108, 1795, 2369, 1108, 2425, 1108, 2843, 2429, 1108, 2818, 1520, 2406, 2436, 1108, 2446, 1530, 2453, 1108, 2459, 1108, 2677, 2463, 1108, 2469, 2316, 2473, 2739, 2903, 2479, 2954, 1402, 2728, 1402, 2974, 2484, 2488, 2492, 2498, 1772, 1589, 2504, 1099, 1580, 2715, 1108, 1108, 1801, 1108, 2510, 3096, 1108, 2667, 2083, 2514, 1108, 2519, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 3069, 2524, 2528, 2532, 2536, 2540, 1560, 2439, 2545, 2549, 2553, 2557, 2561, 2565, 2569, 2573, 3069, 2577, 2581, 2684, 2585, 3064, 2589, 1108, 2593, 2597, 2604, 2608, 1874, 2612, 1108, 2616, 2620, 2626, 2637, 2646, 2650, 2827, 2656, 1108, 2340, 2660, 1655, 2664, 1079, 1284, 2674, 1108, 2347, 2681, 1887, 1943, 2751, 2694, 2699, 2703, 2139, 2708, 2967, 2712, 1079, 3058, 2725, 1108, 2732, 2736, 2743, 2749, 2755, 3035, 2763, 2943, 2323, 2768, 1108, 3002, 2772, 1108, 2778, 2782, 3105, 2791, 2797, 2806, 2324, 2810, 2499, 2816, 2852, 2822, 2831, 2841, 2847, 2851, 2392, 1914, 2856, 2861, 2880, 2865, 2869, 1689, 2857, 1227, 2878, 2884, 2902, 1108, 1505, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 3132, 3008, 2907, 2911, 2915, 2919, 2923, 1108, 3032, 2812, 2764, 1570, 2370, 2652, 2932, 2936, 2940, 1108, 2947, 3079, 1108, 2953, 1108, 2793, 1108, 1131, 2958, 2962, 1387, 1093, 1268, 2641, 2966, 1270, 2971, 2475, 1831, 1108, 1108, 3055, 1108, 1108, 2984, 1073, 2994, 2640, 3000, 2994, 3116, 3006, 2926, 2455, 3012, 1573, 1108, 1840, 3063, 1108, 3016, 1076, 3020, 1389, 3026, 2687, 3039, 3044, 3049, 3029, 3062, 3068, 1296, 1108, 1306, 2837, 1909, 2500, 3073, 3093, 3040, 3089, 2928, 1108, 1108, 1108, 2480, 3102, 3109, 3102, 3113, 2718, 2377, 3121, 1108, 1108, 2987, 1388, 1108, 3126, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1110, 3138, 3427, 4909, 3142, 3145, 3145, 3151, 3155, 3158, 3162, 3166, 3145, 3145, 3145, 3146, 3170, 3145, 3147, 3147, 3145, 3145, 3174, 3178, 3182, 3186, 3189, 3193, 3207, 3305, 3772, 3216, 4680, 4567, 3305, 3305, 3305, 3219, 3223, 3223, 3231, 3235, 3249, 3305, 5702, 3305, 3210, 3287, 3305, 3210, 3288, 3305, 3301, 3305, 3305, 4763, 4170, 6034, 3305, 3305, 3305, 3277, 3223, 3265, 3271, 3305, 3306, 3305, 5945, 5341, 3483, 3305, 3305, 3305, 5966, 3223, 3223, 3281, 3267, 3284, 3305, 3305, 3305, 3305, 3223, 3223, 4422, 3652, 3305, 3305, 3305, 6002, 3223, 3223, 3294, 3271, 3305, 5937, 3223, 3223, 3223, 3223, 3224, 3305, 3305, 3305, 3318, 3223, 3223, 4325, 3305, 3305, 3223, 3223, 5939, 3305, 3305, 3224, 3305, 3305, 4322, 3223, 3305, 4322, 3225, 4324, 3622, 4323, 3621, 5882, 5883, 3226, 3739, 3298, 3316, 3305, 3326, 3874, 5710, 3305, 3345, 3641, 3355, 3355, 3357, 3361, 5274, 3368, 3649, 3814, 6008, 3308, 3305, 4278, 5327, 3713, 3384, 3752, 3393, 3609, 3305, 3305, 3305, 3347, 3305, 3305, 5193, 3454, 3461, 3305, 3306, 5177, 3633, 3306, 3305, 4109, 5739, 4922, 3429, 3305, 3306, 3516, 4405, 3482, 5960, 3427, 5475, 5193, 3489, 3509, 3305, 3309, 3571, 5989, 3500, 3305, 5553, 3596, 3508, 3305, 3305, 3305, 3420, 3513, 3520, 3528, 3238, 4044, 3305, 3532, 4064, 5174, 3587, 3509, 3305, 3309, 4109, 3849, 3537, 3305, 3435, 3977, 3541, 3305, 3305, 3305, 3476, 3548, 3552, 3558, 3562, 3600, 3304, 3305, 3305, 3305, 3502, 3605, 3522, 3613, 3305, 3317, 5957, 3305, 3305, 3305, 5488, 4422, 3577, 3305, 3305, 3317, 4469, 3395, 4665, 3633, 3305, 3321, 5623, 5692, 3645, 4666, 3304, 3305, 3305, 5144, 3673, 3683, 3305, 3305, 3321, 3420, 3492, 3305, 3305, 5090, 3396, 3690, 3305, 3305, 3322, 3421, 3788, 3704, 6007, 3305, 3327, 3801, 3305, 3328, 3305, 3305, 3317, 4017, 3504, 6005, 3305, 3305, 3350, 4030, 3219, 4831, 3578, 3305, 3305, 3305, 3349, 3717, 6007, 3305, 4235, 3725, 4356, 3706, 3305, 3202, 3731, 3218, 3305, 3718, 3305, 3330, 4921, 3305, 3331, 3743, 3745, 3203, 3578, 4356", + /* 1358 */ "3706, 5951, 3708, 4356, 3723, 3730, 5953, 3305, 5952, 3305, 3201, 3305, 5951, 3708, 5207, 5031, 3737, 5802, 3305, 3338, 3305, 3305, 3307, 3790, 3736, 5207, 5981, 3305, 3346, 3305, 3305, 3305, 4007, 3305, 3305, 5983, 5981, 3305, 5161, 3726, 3305, 3708, 5164, 5165, 3725, 3305, 3305, 3305, 3621, 3756, 3760, 3766, 5889, 3770, 3776, 3882, 5959, 3782, 3785, 3732, 3795, 3746, 3864, 3305, 3811, 4420, 4579, 3305, 3305, 3364, 3818, 3823, 3305, 3305, 3305, 3638, 3840, 5422, 3846, 3305, 3349, 3305, 3693, 3317, 3853, 3857, 3305, 3351, 4145, 3304, 3227, 5130, 3227, 3863, 3751, 3273, 3305, 3389, 3607, 3470, 3868, 3886, 3305, 3305, 3373, 3305, 3895, 3904, 4591, 3305, 3407, 3417, 3326, 3668, 3911, 3915, 3919, 3305, 5493, 3927, 3931, 3937, 3921, 3305, 3305, 3400, 3305, 3947, 4056, 3305, 4936, 4621, 4625, 5791, 3952, 3975, 3981, 4077, 3305, 3418, 3305, 3305, 4287, 4559, 3999, 3938, 3922, 3305, 3422, 5833, 5827, 4418, 3305, 3305, 3305, 3828, 4621, 4625, 4629, 3953, 3305, 4391, 5273, 3305, 4422, 3305, 3426, 4422, 3433, 3991, 4021, 3923, 3305, 3305, 3305, 3787, 4042, 4076, 3305, 3305, 3428, 3656, 4048, 4054, 3304, 4935, 4631, 3305, 3305, 4357, 4061, 3305, 3305, 4070, 3990, 4074, 4176, 3305, 3428, 3617, 3626, 4023, 3305, 3305, 3305, 3858, 3350, 4098, 5610, 3305, 3515, 4166, 3305, 3322, 3288, 3305, 3305, 3305, 3320, 4762, 4118, 5999, 3305, 3546, 4103, 5403, 4125, 4118, 4173, 3304, 3495, 3305, 3305, 3305, 3807, 4138, 3305, 3496, 3305, 3575, 3305, 3305, 3305, 3484, 3223, 3223, 3305, 6016, 3305, 3668, 4027, 3965, 4149, 4160, 3305, 3305, 3450, 3305, 4590, 3305, 3305, 4182, 4187, 4193, 3305, 3305, 3585, 3601, 5847, 4217, 3305, 3305, 3668, 3962, 4223, 4591, 3301, 4199, 4239, 3305, 4141, 4244, 4296, 4240, 3305, 5841, 3305, 3621, 3223, 3223, 3226, 3305, 4140, 4829, 5985, 3305, 3665, 3305, 3305, 3317, 5689, 5839, 5491, 3305, 5841, 3289, 5988, 3305, 4826, 4830, 5987, 3290, 4576, 3317, 4828, 3305, 3669, 3987, 3995, 5840, 3427, 5987, 3305, 3696, 4814, 4814, 4814, 4927, 4250, 3427, 4827, 3305, 3709, 3427, 3305, 3717, 3708, 4356, 5987, 4084, 3290, 5988, 4957, 3289, 4251, 4084, 5986, 4958, 4957, 4956, 4297, 4255, 4256, 4260, 4261, 4262, 4260, 3242, 3244, 3245, 3305, 3832, 3305, 3836, 4112, 3305, 3305, 3305, 3942, 3305, 5347, 4266, 3305, 3954, 5266, 5292, 5307, 3627, 3427, 4272, 4277, 4284, 3778, 5385, 4332, 5108, 3305, 4005, 3948, 4057, 5809, 4110, 4938, 3305, 4036, 3464, 3305, 3983, 3667, 3305, 3305, 3305, 3439, 4850, 3305, 3305, 3305, 4134, 4301, 3305, 4209, 4321, 3339, 4310, 3305, 3305, 3711, 5272, 4318, 4304, 3305, 3305, 3788, 5259, 4112, 3305, 3305, 5384, 4457, 4463, 5810, 4331, 3305, 3661, 3369, 4347, 4378, 3305, 3305, 3789, 5259, 5469, 4355, 3305, 3305, 3806, 5353, 4361, 4313, 3305, 3305, 3826, 3305, 4365, 4375, 4394, 4313, 4382, 3578, 5108, 3305, 4081, 3990, 4090, 3317, 4398, 4402, 4409, 3668, 4451, 4413, 4427, 4226, 3305, 3305, 3305, 4202, 3304, 5810, 4278, 5638, 4280, 3305, 3305, 3305, 4205, 3305, 6022, 4438, 4371, 4195, 4437, 4442, 3907, 4449, 4470, 4544, 3524, 3305, 5639, 3581, 3305, 4111, 4342, 3579, 4474, 3953, 4356, 4478, 4219, 4470, 4494, 5396, 4542, 5261, 5395, 3305, 3305, 3305, 4229, 3305, 5385, 5820, 4207, 3305, 4279, 4343, 5637, 3579, 3305, 3305, 3859, 3634, 3212, 5273, 3305, 3305, 3305, 3686, 4534, 3305, 4268, 4619, 5274, 5673, 4566, 3305, 4186, 4191, 3305, 3577, 3305, 3305, 3334, 3305, 4516, 3305, 3305, 3305, 4305, 4523, 4532, 3304, 3305, 4207, 4848, 3305, 4038, 4604, 3305, 4050, 5374, 3750, 4548, 3471, 5019, 3305, 4213, 5811, 3305, 3591, 3305, 3595, 4552, 3581, 3305, 3305, 3871, 3890, 3762, 3305, 3305, 4286, 4573, 4499, 3305, 3305, 3882, 5959, 3738, 4553, 3305, 3305, 3954, 5225, 4596, 4603, 3305, 5679, 4608, 3305, 3305, 3466, 4616, 4154, 3305, 3305, 3954, 5254, 4038, 4152, 5333, 3305, 4219, 4453, 4387, 4648, 3300, 3305, 3305, 4156, 4649, 4649, 3305, 4647, 3299, 4086, 3305, 5274, 4653, 3968, 3305, 4646, 3305, 4234, 3724, 3305, 3331, 3743, 5164, 4670, 4155, 4685, 5274, 4637, 3305, 4155, 4678, 4646, 5274, 4684, 5674, 5678, 5677, 5676, 5769, 5770, 4689, 4690, 4691, 4689, 4690, 4695, 4128, 5738, 4705, 4711, 4715, 3305", + /* 2037 */ "3329, 4724, 4728, 4732, 3320, 5531, 4743, 4748, 4755, 4759, 4767, 4774, 4778, 4781, 4785, 4789, 4793, 4797, 4801, 4805, 4809, 4934, 4983, 4983, 4835, 4842, 4983, 4983, 5008, 4846, 3305, 3305, 3329, 3321, 3305, 3305, 3305, 4333, 3346, 3305, 5969, 3305, 4291, 3796, 3796, 4295, 3305, 3305, 3710, 4305, 3303, 3305, 3579, 4814, 4820, 4869, 4983, 4819, 4877, 4983, 4838, 4814, 4814, 4859, 4983, 4983, 4814, 4814, 4814, 4971, 4856, 4983, 4983, 4983, 4837, 4876, 4983, 4983, 4983, 4983, 4881, 4983, 4984, 4983, 4983, 4861, 4837, 5001, 4983, 4983, 4818, 4814, 4814, 4900, 4894, 4885, 4983, 4983, 4983, 4889, 4983, 5000, 3305, 3305, 4335, 5725, 4894, 4983, 4983, 4983, 4896, 4811, 4814, 4814, 4814, 4814, 4866, 4871, 4881, 4983, 4983, 4983, 4904, 4983, 4983, 4972, 5010, 4983, 4951, 4838, 4814, 4962, 4983, 4983, 4983, 4945, 4983, 4983, 4983, 4967, 4812, 4814, 4816, 4983, 4887, 3305, 3348, 4114, 4814, 4983, 4983, 4983, 4917, 4983, 4976, 4814, 4814, 4927, 4983, 4983, 4977, 4982, 4983, 4947, 3579, 4876, 4814, 4878, 4983, 4896, 4983, 4875, 4814, 4814, 4942, 4983, 4983, 5640, 4878, 4983, 4904, 5372, 4921, 4982, 4983, 4985, 4991, 4985, 4880, 4838, 4814, 4982, 4984, 4946, 4818, 4815, 4983, 4946, 4815, 4983, 4983, 4983, 4965, 4873, 4982, 4879, 5005, 4997, 4994, 4817, 4986, 4480, 4113, 5016, 3827, 5023, 3305, 3305, 3699, 5603, 5030, 3305, 5035, 3457, 3410, 3413, 5039, 5043, 5047, 5051, 5055, 5059, 5063, 5067, 5069, 5073, 5076, 3305, 4937, 3305, 3827, 4419, 3305, 5866, 3578, 3305, 5572, 5094, 5098, 5106, 3971, 5112, 5119, 5126, 5122, 5777, 4591, 3305, 5754, 5780, 3305, 3305, 3403, 5134, 3305, 3305, 3403, 5023, 3305, 5571, 3305, 4296, 4421, 3305, 3485, 3676, 5231, 4851, 5233, 3305, 3544, 5164, 3805, 4701, 5150, 5796, 3725, 3817, 3305, 3305, 4736, 5158, 3272, 5169, 5217, 5181, 3305, 3305, 3305, 4484, 5197, 5202, 3304, 3305, 4333, 4337, 3252, 5187, 5227, 5026, 3305, 4336, 5706, 5714, 5206, 3305, 5212, 5216, 5198, 5221, 3305, 3305, 3305, 4553, 3545, 5237, 5241, 5246, 5255, 5293, 5308, 3628, 5794, 3305, 3305, 3305, 4719, 4555, 4674, 5411, 3305, 4356, 3305, 3305, 4356, 3719, 3305, 3322, 3305, 3305, 4250, 4578, 4121, 5270, 4432, 3305, 4416, 3305, 3305, 5372, 3320, 3751, 5232, 3305, 3305, 4391, 5273, 4423, 3305, 5988, 3305, 3546, 3803, 4130, 3943, 3659, 5279, 5283, 5362, 4006, 3305, 4488, 4492, 4498, 4007, 5289, 3444, 5869, 3788, 5404, 4273, 3725, 5784, 5301, 4006, 3305, 4488, 4526, 3471, 3806, 5312, 5318, 3305, 4506, 5547, 3305, 4562, 4470, 4503, 3807, 5324, 5870, 3305, 4583, 4587, 4535, 4306, 5411, 3305, 3305, 4433, 4733, 4554, 4305, 3619, 5345, 3816, 5345, 3305, 3305, 4465, 4368, 3650, 5273, 3305, 5967, 5359, 5369, 3305, 3305, 4518, 5082, 5595, 3305, 3305, 3305, 4734, 5968, 3305, 5378, 4103, 5389, 5164, 3305, 5400, 5314, 4006, 3305, 3305, 4568, 4013, 5392, 3305, 3305, 3305, 4736, 3305, 5782, 5411, 3305, 3305, 4592, 3494, 4423, 4129, 4007, 5353, 3709, 3305, 3305, 3305, 5012, 3547, 3305, 3305, 3305, 5175, 3771, 4890, 3305, 4101, 3771, 3305, 5426, 5430, 5434, 5438, 5442, 5446, 5450, 5458, 5452, 5454, 5462, 3796, 3796, 3797, 3305, 3678, 3302, 3889, 3898, 5517, 4737, 3547, 5466, 4459, 5473, 5613, 5479, 5498, 5502, 3305, 3341, 5507, 3305, 3340, 5506, 5511, 5515, 5521, 3880, 3387, 5525, 3339, 3877, 5529, 3305, 5535, 5539, 4505, 5546, 3305, 3790, 5551, 3953, 3891, 3899, 5557, 5542, 4033, 4720, 5569, 5576, 5587, 5593, 4327, 5600, 3196, 5607, 5617, 3725, 5621, 3305, 4698, 3305, 5172, 3305, 5627, 5648, 5631, 5635, 3305, 3305, 5663, 5645, 5649, 5653, 4512, 5494, 5657, 5647, 5661, 5667, 4534, 3305, 3305, 4635, 4649, 3858, 4506, 3199, 3305, 4707, 3305, 3332, 3319, 3305, 3305, 4113, 3679, 3302, 5242, 3305, 4734, 3305, 3305, 3309, 5966, 3900, 3305, 4739, 4314, 3554, 4611, 3305, 3305, 4718, 3305, 3253, 5685, 4001, 3725, 5684, 4000, 5165, 5596, 5190, 4657, 5365, 3305, 4734, 4672, 3305, 4642, 3305, 4646, 5696, 5700, 5382, 3305, 4734, 5351, 5313, 4655, 4445, 4528, 3305, 4738, 3533, 3327, 5485, 3305, 3305, 4662, 3305, 5675, 5579, 3305, 3305, 3305, 5192, 4178, 6037, 3254, 3933, 5721, 3305, 3305, 3305, 5248, 5717, 5261, 5731, 5207, 5694, 5744, 5737, 3305", + /* 2716 */ "4744, 5408, 3305, 4612, 3288, 3305, 4641, 3305, 5679, 5743, 4658, 5382, 3305, 4769, 3819, 5208, 3317, 6036, 4009, 5716, 3376, 5748, 5380, 3305, 4770, 3446, 3725, 3305, 5760, 3305, 3305, 4814, 4814, 3791, 3890, 4907, 3305, 5583, 4314, 5409, 5330, 5581, 3305, 4812, 4814, 4814, 4982, 5752, 3305, 3305, 3305, 5275, 3319, 5758, 3311, 5420, 3312, 5364, 3305, 3305, 4987, 3258, 5774, 4736, 3647, 3378, 4430, 3305, 5305, 3305, 4813, 4814, 4814, 4931, 4983, 3289, 5559, 3305, 3305, 5137, 3305, 6037, 5788, 5800, 3305, 4814, 4983, 4983, 4954, 4981, 3305, 5335, 5284, 4351, 3310, 5806, 3305, 3305, 5139, 3305, 3310, 5418, 3305, 3305, 5146, 3786, 5832, 3376, 3380, 3305, 4824, 3305, 3305, 4334, 4338, 5826, 3305, 5250, 3305, 4830, 5088, 4733, 3305, 3428, 3286, 3712, 5815, 3305, 3305, 5297, 3442, 5561, 4506, 3305, 4518, 5824, 3305, 3305, 3305, 5337, 3891, 3305, 3305, 3305, 5355, 3651, 5831, 5115, 5837, 5815, 3305, 4519, 5845, 3305, 5560, 5851, 3305, 4852, 3305, 3305, 4383, 3634, 5285, 5859, 4505, 3305, 3427, 5409, 5727, 3305, 5857, 3305, 4926, 4814, 4814, 4913, 4872, 4983, 4874, 4814, 4814, 4870, 4983, 4983, 4862, 4983, 5996, 3305, 3305, 3305, 5409, 3700, 4565, 5878, 5887, 5893, 5589, 5897, 4751, 5901, 5904, 5908, 5911, 5915, 5919, 5923, 5925, 5927, 5931, 5935, 3305, 5079, 5818, 3305, 3287, 3567, 5709, 4326, 5943, 5767, 4007, 3261, 4246, 5959, 5709, 5945, 5949, 3305, 5102, 4066, 5262, 5153, 3565, 3305, 3305, 5641, 4539, 5853, 3305, 3305, 3305, 5410, 4232, 3305, 4736, 3260, 5944, 3305, 3842, 5958, 3240, 3305, 3305, 3317, 4008, 3305, 5880, 6027, 3305, 5114, 5303, 3305, 4599, 4510, 3304, 5084, 4063, 4333, 3317, 3419, 3305, 4735, 3305, 3305, 3305, 5938, 3223, 3223, 3331, 5964, 3305, 3305, 5680, 4603, 3309, 3286, 3305, 3305, 5764, 4423, 3305, 5944, 3305, 3305, 5863, 5874, 4612, 3305, 3651, 5973, 3305, 5993, 3305, 4735, 3305, 6014, 3305, 3305, 5975, 3958, 3309, 5945, 3305, 3305, 5153, 6026, 3305, 5154, 3566, 3305, 5101, 4065, 4350, 4008, 3305, 3305, 3308, 3240, 3285, 3305, 3305, 3305, 5670, 3305, 6012, 6020, 3305, 5176, 3632, 3305, 3318, 3420, 3305, 3321, 4734, 5965, 3651, 5979, 3305, 3305, 3305, 5565, 3318, 3305, 3305, 3305, 5759, 3308, 3287, 3305, 3305, 5184, 4094, 3305, 3472, 5140, 3305, 3478, 4107, 3305, 3484, 3223, 3225, 3305, 3305, 3305, 6031, 3333, 3305, 3305, 4733, 5415, 3305, 3305, 4623, 4627, 3305, 5482, 3305, 3305, 5249, 5733, 4305, 4569, 3305, 3305, 4735, 3305, 5959, 3305, 4736, 3305, 3305, 3260, 4108, 4736, 3305, 3305, 3305, 5937, 3305, 5339, 3305, 3305, 5320, 4199, 3305, 3580, 3305, 3305, 3305, 4163, 6100, 6095, 6293, 6541, 6044, 6528, 6041, 6042, 6042, 6042, 6042, 6063, 6042, 6042, 6042, 6042, 6778, 6084, 6042, 6064, 6042, 6042, 6042, 6084, 6042, 6046, 6042, 6060, 6042, 6062, 6066, 6068, 6042, 6042, 6042, 6085, 6042, 6042, 6047, 6528, 6070, 6043, 6080, 6043, 6081, 6083, 6062, 6063, 6086, 6087, 6088, 6089, 6091, 6095, 6053, 6460, 6541, 6629, 6113, 6050, 6077, 6194, 6113, 6113, 6113, 6352, 6692, 6113, 6360, 6147, 6116, 6150, 6113, 6050, 6113, 6113, 6465, 6668, 6233, 6779, 6266, 6113, 6113, 6113, 6227, 6455, 6455, 6455, 6455, 6113, 6113, 6113, 6074, 6455, 6455, 6455, 6556, 6113, 6299, 6181, 6629, 6103, 6113, 6113, 6076, 6113, 6077, 6077, 6077, 6077, 6113, 6116, 6307, 6150, 6113, 6050, 6113, 6193, 6271, 6294, 6179, 6167, 6113, 6113, 6050, 6113, 6077, 6113, 6182, 6307, 6307, 6307, 6307, 6307, 6117, 6113, 6113, 6325, 6313, 6113, 6165, 6166, 6073, 6455, 6455, 6455, 6307, 6113, 6113, 6113, 6077, 6113, 6113, 6113, 6097, 6054, 6455, 6455, 6455, 6152, 6096, 6113, 6299, 6113, 6113, 6113, 6103, 6113, 6113, 6113, 6113, 6051, 6113, 6113, 6113, 6057, 6461, 6113, 6329, 6113, 6113, 6113, 6114, 6113, 6113, 6113, 6115, 6113, 6213, 6113, 6113, 6113, 6116, 6113, 6113, 6113, 6117, 6113, 6073, 6113, 6306, 6113, 6113, 6113, 6118, 6298, 6343, 6567, 6113, 6113, 6113, 6121, 6113, 6113, 6113, 6123, 6099, 6198, 6198, 6198, 6198, 6199, 6200, 6200, 6200, 6201, 6113, 6050, 6352, 6134, 6325, 6113, 6113, 6113, 6124, 6313, 6241, 6248, 6113, 6057, 6461, 6261, 6234, 6690, 6692, 6629, 6113, 6250, 6244, 6113, 6071, 6113, 6113, 6310, 6665, 6242, 6244", + /* 3395 */ "6113, 6113, 6051, 6516, 6359, 6310, 6253, 6243, 6113, 6075, 6209, 6451, 6114, 6255, 6258, 6113, 6078, 6113, 6703, 6704, 6697, 6702, 6324, 6113, 6113, 6113, 6127, 6113, 6113, 6113, 6128, 6264, 6629, 6113, 6113, 6113, 6050, 6050, 6420, 6218, 6113, 6113, 6051, 6666, 6113, 6664, 6192, 6271, 6113, 6113, 6294, 6213, 6461, 6374, 6113, 6194, 6113, 6279, 6103, 6666, 6267, 6359, 6057, 6096, 6113, 6680, 6282, 6276, 6103, 6113, 6108, 6113, 6113, 6115, 6334, 6280, 6277, 6113, 6113, 6113, 6137, 6113, 6292, 6113, 6113, 6073, 6114, 6127, 6122, 6113, 6113, 6113, 6076, 6057, 6284, 6294, 6393, 6647, 6221, 6113, 6113, 6097, 6188, 6385, 6113, 6193, 6113, 6645, 6103, 6113, 6113, 6073, 6187, 6647, 6628, 6103, 6113, 6113, 6113, 6310, 6051, 6192, 6178, 6294, 6261, 6194, 6178, 6294, 6231, 6261, 6355, 6389, 6218, 6261, 6388, 6684, 6627, 6375, 6113, 6113, 6113, 6164, 6113, 6193, 6267, 6262, 6647, 6627, 6277, 6113, 6113, 6545, 6461, 6113, 6113, 6113, 6665, 6194, 6178, 6294, 6113, 6123, 6457, 6461, 6233, 6690, 6684, 6113, 6628, 6103, 6113, 6113, 6546, 6113, 6113, 6113, 6218, 6689, 6134, 6122, 6113, 6271, 6360, 6389, 6113, 6113, 6113, 6141, 6113, 6113, 6051, 6284, 6294, 6371, 6690, 6648, 6113, 6194, 6645, 6103, 6665, 6186, 6359, 6231, 6286, 6233, 6690, 6648, 6628, 6103, 6113, 6665, 6194, 6178, 6056, 6231, 6275, 6277, 6389, 6648, 6627, 6277, 6113, 6352, 6113, 6544, 6113, 6113, 6076, 6455, 6113, 6131, 6374, 6113, 6113, 6448, 6629, 6648, 6221, 6113, 6113, 6113, 6194, 6113, 6267, 6262, 6113, 6113, 6547, 6197, 6665, 6267, 6359, 6113, 6113, 6057, 6113, 6113, 6113, 6125, 6120, 6352, 6113, 6356, 6692, 6113, 6113, 6194, 6103, 6113, 6113, 6359, 6361, 6113, 6113, 6113, 6170, 6121, 6665, 6178, 6188, 6355, 6389, 6113, 6113, 6218, 6813, 6113, 6647, 6627, 6103, 6113, 6113, 6558, 6163, 6361, 6288, 6103, 6113, 6113, 6632, 6113, 6113, 6636, 6141, 6113, 6312, 6113, 6113, 6113, 6168, 6360, 6217, 6228, 6113, 6113, 6113, 6231, 6113, 6113, 6113, 6239, 6113, 6464, 6360, 6217, 6265, 6113, 6215, 6227, 6686, 6113, 6113, 6113, 6228, 6113, 6215, 6113, 6113, 6113, 6246, 6464, 6691, 6686, 6113, 6113, 6299, 6325, 6113, 6290, 6113, 6113, 6100, 6124, 6464, 6345, 6544, 6113, 6113, 6113, 6252, 6113, 6347, 6299, 6205, 6461, 6366, 6113, 6464, 6359, 6385, 6156, 6113, 6113, 6369, 6403, 6113, 6113, 6113, 6261, 6189, 6113, 6563, 6113, 6113, 6107, 6113, 6564, 6113, 6113, 6373, 6113, 6113, 6113, 6267, 6113, 6113, 6113, 6218, 6328, 6377, 6111, 6111, 6111, 6111, 6112, 6113, 6231, 6686, 6113, 6487, 6113, 6545, 6113, 6193, 6272, 6113, 6347, 6313, 6113, 6113, 6689, 6113, 6692, 6113, 6113, 6113, 6204, 6113, 6379, 6113, 6392, 6113, 6113, 6113, 6311, 6113, 6395, 6434, 6352, 6762, 6113, 6397, 6113, 6399, 6405, 6362, 6113, 6113, 6114, 6117, 6406, 6352, 6671, 6113, 6113, 6689, 6297, 6400, 6405, 6389, 6670, 6363, 6113, 6113, 6113, 6285, 6649, 6464, 6113, 6681, 6780, 6544, 6433, 6687, 6113, 6218, 6328, 6101, 6113, 6113, 6689, 6298, 6513, 6515, 6834, 6451, 6113, 6113, 6291, 6113, 6385, 6686, 6103, 6113, 6113, 6689, 6629, 6113, 6113, 6113, 6324, 6490, 6113, 6113, 6757, 6389, 6113, 6113, 6170, 6185, 6482, 6690, 6218, 6659, 6629, 6132, 6408, 6335, 6414, 6465, 6517, 6057, 6435, 6389, 6352, 6692, 6385, 6683, 6103, 6113, 6113, 6133, 6408, 6335, 6414, 6465, 6517, 6113, 6057, 6113, 6261, 6688, 6690, 6113, 6218, 6692, 6116, 6113, 6448, 6113, 6235, 6113, 6300, 6113, 6073, 6271, 6448, 6101, 6113, 6113, 6113, 6324, 6170, 6357, 6504, 6523, 6123, 6135, 6099, 6312, 6656, 6168, 6359, 6113, 6299, 6113, 6113, 6757, 6760, 6656, 6465, 6178, 6294, 6232, 6355, 6233, 6690, 6113, 6227, 6113, 6386, 6124, 6135, 6097, 6334, 6313, 6174, 6178, 6294, 6313, 6463, 6465, 6178, 6294, 6261, 6234, 6113, 6566, 6113, 6117, 6448, 6113, 6113, 6113, 6328, 6113, 6073, 6114, 6171, 6504, 6523, 6308, 6127, 6418, 6334, 6233, 6690, 6218, 6385, 6524, 6113, 6121, 6127, 6136, 6099, 6415, 6188, 6659, 6051, 6128, 6268, 6106, 6113, 6113, 6114, 6526, 6113, 6233, 6113, 6689, 6134, 6122, 6117, 6686, 6113, 6299, 6125, 6231, 6124, 6464, 6271, 6353, 6543, 6113, 6113, 6170, 6424, 6683, 6113, 6113, 6113, 6359, 6113, 6057, 6113, 6170, 6123, 6418", + /* 4074 */ "6294, 6233, 6217, 6384, 6767, 6101, 6113, 6114, 6308, 6301, 6097, 6054, 6294, 6113, 6299, 6113, 6294, 6233, 6113, 6522, 6300, 6464, 6271, 6780, 6099, 6462, 6359, 6261, 6113, 6113, 6194, 6113, 6328, 6426, 6113, 6113, 6113, 6352, 6113, 6113, 6113, 6120, 6113, 6141, 6100, 6174, 6359, 6261, 6113, 6355, 6522, 6113, 6170, 6123, 6097, 6113, 6113, 6113, 6540, 6113, 6428, 6299, 6124, 6073, 6416, 6103, 6113, 6113, 6114, 6143, 6440, 6462, 6359, 6233, 6659, 6123, 6099, 6462, 6175, 6658, 6114, 6113, 6113, 6299, 6531, 6113, 6188, 6650, 6524, 6113, 6113, 6840, 6649, 6647, 6266, 6103, 6463, 6175, 6188, 6234, 6113, 6384, 6767, 6103, 6113, 6113, 6114, 6120, 6113, 6686, 6300, 6175, 6430, 6158, 6432, 6175, 6188, 6188, 6113, 6822, 6103, 6113, 6113, 6114, 6153, 6113, 6419, 6385, 6113, 6114, 6077, 6113, 6114, 6113, 6125, 6113, 6113, 6118, 6473, 6143, 6657, 6659, 6103, 6658, 6524, 6113, 6113, 6114, 6154, 6114, 6143, 6657, 6384, 6448, 6277, 6113, 6114, 6113, 6133, 6113, 6113, 6113, 6459, 6361, 6227, 6651, 6113, 6113, 6443, 6113, 6506, 6103, 6113, 6113, 6114, 6183, 6143, 6054, 6294, 6113, 6113, 6674, 6113, 6097, 6674, 6113, 6077, 6076, 6113, 6077, 6076, 6113, 6447, 6389, 6113, 6113, 6114, 6456, 6104, 6113, 6113, 6113, 6385, 6105, 6113, 6218, 6113, 6113, 6113, 6136, 6113, 6322, 6113, 6113, 6114, 6500, 6851, 6109, 6110, 6111, 6111, 6112, 6113, 6113, 6113, 6419, 6097, 6114, 6479, 6470, 6229, 6113, 6113, 6113, 6461, 6689, 6472, 6474, 6476, 6230, 6113, 6113, 6113, 6493, 6113, 6478, 6473, 6475, 6113, 6113, 6113, 6455, 6077, 6113, 6113, 6170, 6120, 6468, 6646, 6113, 6113, 6113, 6430, 6113, 6125, 6172, 6324, 6113, 6113, 6299, 6207, 6113, 6113, 6154, 6409, 6481, 6057, 6113, 6233, 6113, 6389, 6505, 6113, 6113, 6113, 6464, 6113, 6233, 6690, 6648, 6659, 6119, 6125, 6155, 6409, 6486, 6203, 6231, 6646, 6218, 6660, 6486, 6202, 6057, 6232, 6647, 6448, 6230, 6113, 6169, 6456, 6449, 6389, 6646, 6227, 6448, 6277, 6113, 6489, 6667, 6355, 6389, 6648, 6659, 6153, 6492, 6206, 6411, 6667, 6057, 6232, 6355, 6647, 6113, 6221, 6217, 6692, 6659, 6277, 6465, 6113, 6203, 6231, 6846, 6113, 6113, 6419, 6761, 6113, 6113, 6113, 6271, 6113, 6261, 6355, 6389, 6227, 6113, 6660, 6113, 6113, 6113, 6854, 6492, 6334, 6641, 6077, 6482, 6465, 6203, 6231, 6233, 6113, 6544, 6848, 6113, 6170, 6125, 6155, 6099, 6410, 6482, 6231, 6468, 6190, 6113, 6113, 6118, 6815, 6193, 6103, 6113, 6113, 6119, 6154, 6154, 6099, 6335, 6642, 6464, 6267, 6113, 6190, 6660, 6667, 6650, 6113, 6113, 6120, 6313, 6495, 6155, 6099, 6335, 6495, 6135, 6099, 6335, 6642, 6464, 6667, 6113, 6233, 6384, 6234, 6659, 6277, 6113, 6113, 6194, 6202, 6113, 6649, 6113, 6113, 6113, 6641, 6077, 6113, 6660, 6103, 6113, 6464, 6821, 6113, 6113, 6125, 6128, 6386, 6497, 6500, 6335, 6642, 6267, 6113, 6448, 6113, 6277, 6464, 6694, 6384, 6660, 6103, 6113, 6114, 6136, 6334, 6310, 6642, 6464, 6194, 6202, 6057, 6461, 6464, 6693, 6113, 6659, 6299, 6312, 6113, 6113, 6113, 6268, 6113, 6077, 6448, 6277, 6113, 6114, 6127, 6136, 6113, 6136, 6113, 6113, 6113, 6073, 6113, 6851, 6077, 6175, 6294, 6113, 6443, 6113, 6113, 6113, 6379, 6114, 6136, 6334, 6074, 6077, 6073, 6359, 6384, 6524, 6113, 6113, 6113, 6312, 6114, 6334, 6510, 6113, 6114, 6135, 6334, 6113, 6175, 6658, 6113, 6113, 6851, 6175, 6658, 6686, 6050, 6113, 6113, 6113, 6852, 6271, 6658, 6686, 6101, 6113, 6113, 6121, 6301, 6099, 6312, 6656, 6359, 6261, 6669, 6384, 6448, 6103, 6113, 6113, 6512, 6531, 6113, 6175, 6294, 6114, 6501, 6072, 6359, 6113, 6113, 6299, 6531, 6175, 6294, 6113, 6113, 6531, 6464, 6359, 6113, 6259, 6113, 6544, 6692, 6113, 6113, 6501, 6072, 6359, 6233, 6690, 6648, 6627, 6501, 6072, 6272, 6113, 6113, 6461, 6113, 6544, 6531, 6175, 6113, 6113, 6130, 6113, 6531, 6175, 6113, 6299, 6113, 6458, 6051, 6073, 6458, 6051, 6073, 6051, 6051, 6051, 6051, 6113, 6223, 6113, 6057, 6260, 6771, 6534, 6098, 6113, 6190, 6113, 6389, 6097, 6536, 6545, 6151, 6168, 6217, 6629, 6113, 6114, 6137, 6113, 6113, 6113, 6051, 6539, 6050, 6555, 6855, 6177, 6549, 6216, 6226, 6113, 6113, 6113, 6545, 6113, 6113, 6113, 6550, 6461, 6113, 6552, 6113, 6113, 6545, 6193, 6554, 6113, 6349, 6138, 6133", + /* 4753 */ "6139, 6139, 6256, 6050, 6133, 6176, 6348, 6268, 6560, 6113, 6114, 6308, 6158, 6100, 6562, 6160, 6113, 6328, 6113, 6358, 6113, 6572, 6573, 6574, 6576, 6578, 6580, 6582, 6583, 6583, 6582, 6584, 6586, 6588, 6590, 6593, 6594, 6592, 6596, 6598, 6594, 6600, 6619, 6601, 6602, 6605, 6604, 6607, 6614, 6609, 6611, 6613, 6616, 6618, 6621, 6624, 6622, 6626, 6113, 6113, 6141, 6315, 6315, 6315, 6315, 6336, 6336, 6315, 6315, 6315, 6638, 6460, 6103, 6113, 6113, 6143, 6054, 6441, 6113, 6113, 6113, 6360, 6337, 6340, 6663, 6336, 6336, 6336, 6315, 6638, 6320, 6313, 6093, 6113, 6633, 6113, 6113, 6145, 6113, 6113, 6113, 6441, 6113, 6315, 6640, 6332, 6336, 6094, 6336, 6336, 6338, 6340, 6663, 6315, 6316, 6318, 6320, 6333, 6333, 6333, 6336, 6336, 6336, 6314, 6315, 6315, 6315, 6640, 6336, 6336, 6336, 6313, 6313, 6332, 6336, 6336, 6341, 6113, 6113, 6113, 6649, 6332, 6092, 6336, 6336, 6653, 6341, 6315, 6317, 6319, 6321, 6338, 6339, 6341, 6113, 6114, 6389, 6113, 6529, 6113, 6315, 6315, 6500, 6333, 6338, 6336, 6340, 6342, 6115, 6113, 6113, 6113, 6568, 6113, 6315, 6315, 6315, 6655, 6315, 6500, 6092, 6336, 6113, 6113, 6313, 6113, 6113, 6113, 6323, 6638, 6320, 6333, 6336, 6113, 6336, 6336, 6336, 6310, 6336, 6337, 6663, 6336, 6310, 6113, 6113, 6159, 6055, 6113, 6113, 6315, 6316, 6655, 6336, 6313, 6336, 6336, 6662, 6113, 6320, 6336, 6336, 6336, 6337, 6341, 6336, 6336, 6336, 6342, 6113, 6315, 6336, 6336, 6336, 6336, 6113, 6113, 6113, 6557, 6141, 6640, 6336, 6336, 6315, 6336, 6336, 6315, 6640, 6336, 6337, 6339, 6341, 6336, 6314, 6315, 6336, 6336, 6337, 6340, 6342, 6113, 6113, 6143, 6440, 6309, 6113, 6120, 6113, 6114, 6508, 6101, 6096, 6840, 6649, 6690, 6374, 6384, 6683, 6676, 6113, 6389, 6113, 6464, 6113, 6329, 6052, 6678, 6698, 6706, 6708, 6699, 6700, 6710, 6712, 6713, 6716, 6715, 6716, 6718, 6719, 6720, 6722, 6724, 6726, 6729, 6728, 6731, 6732, 6732, 6732, 6734, 6732, 6732, 6736, 6740, 6737, 6738, 6737, 6737, 6737, 6737, 6741, 6737, 6743, 6744, 6746, 6748, 6113, 6115, 6117, 6129, 6113, 6113, 6113, 6464, 6114, 6058, 6694, 6113, 6113, 6161, 6113, 6461, 6213, 6113, 6751, 6421, 6390, 6753, 6113, 6115, 6127, 6144, 6113, 6755, 6524, 6113, 6113, 6193, 6101, 6685, 6103, 6113, 6113, 6213, 6113, 6461, 6113, 6684, 6235, 6686, 6570, 6383, 6118, 6422, 6382, 6695, 6764, 6766, 6769, 6210, 6103, 6208, 6210, 6452, 6113, 6115, 6137, 6113, 6140, 6113, 6113, 6113, 6310, 6113, 6113, 6213, 6689, 6113, 6682, 6103, 6113, 6116, 6077, 6113, 6113, 6113, 6195, 6237, 6692, 6113, 6228, 6113, 6113, 6686, 6113, 6113, 6328, 6113, 6237, 6693, 6225, 6113, 6113, 6051, 6284, 6360, 6690, 6648, 6692, 6767, 6101, 6113, 6116, 6686, 6113, 6113, 6758, 6050, 6073, 6271, 6113, 6113, 6113, 6664, 6238, 6518, 6190, 6355, 6217, 6217, 6374, 6113, 6683, 6542, 6113, 6113, 6113, 6692, 6384, 6325, 6049, 6113, 6269, 6693, 6519, 6649, 6690, 6218, 6374, 6384, 6767, 6101, 6048, 6050, 6113, 6270, 6518, 6190, 6113, 6773, 6113, 6113, 6113, 6693, 6113, 6775, 6113, 6235, 6484, 6113, 6113, 6113, 6846, 6195, 6238, 6324, 6545, 6113, 6113, 6846, 6113, 6545, 6113, 6237, 6113, 6272, 6461, 6689, 6113, 6113, 6233, 6113, 6217, 6545, 6113, 6237, 6268, 6113, 6692, 6113, 6385, 6113, 6113, 6113, 6299, 6113, 6545, 6113, 6076, 6236, 6271, 6113, 6386, 6113, 6057, 6231, 6113, 6643, 6113, 6272, 6113, 6294, 6204, 6261, 6545, 6113, 6076, 6644, 6113, 6374, 6113, 6384, 6113, 6113, 6261, 6649, 6544, 6389, 6374, 6272, 6386, 6113, 6204, 6113, 6113, 6689, 6692, 6113, 6686, 6103, 6113, 6386, 6113, 6204, 6689, 6137, 6142, 6113, 6097, 6214, 6113, 6100, 6113, 6113, 6125, 6172, 6328, 6113, 6113, 6113, 6126, 6122, 6385, 6686, 6113, 6113, 6267, 6445, 6193, 6268, 6272, 6113, 6231, 6113, 6634, 6113, 6193, 6272, 6113, 6204, 6649, 6436, 6113, 6629, 6113, 6113, 6113, 6692, 6448, 6113, 6117, 6113, 6113, 6157, 6299, 6540, 6113, 6113, 6448, 6634, 6103, 6113, 6113, 6267, 6454, 6468, 6193, 6272, 6213, 6461, 6113, 6113, 6385, 6660, 6101, 6113, 6113, 6113, 6545, 6113, 6358, 6113, 6231, 6113, 6689, 6272, 6113, 6461, 6113, 6113, 6384, 6448, 6271, 6113, 6113, 6461, 6113, 6436, 6634, 6113, 6113, 6399, 6401, 6367, 6630, 6113, 6101, 6271, 6113", + /* 5432 */ "6777, 6102, 6350, 6350, 6351, 6787, 6351, 6782, 6784, 6786, 6789, 6790, 6792, 6794, 6796, 6799, 6798, 6799, 6801, 6802, 6804, 6805, 6805, 6805, 6811, 6806, 6809, 6805, 6805, 6804, 6807, 6111, 6111, 6111, 6113, 6364, 6521, 6113, 6118, 6486, 6668, 6840, 6402, 6113, 6113, 6271, 6387, 6220, 6384, 6077, 6050, 6113, 6076, 6113, 6120, 6073, 6113, 6121, 6159, 6055, 6629, 6113, 6113, 6114, 6308, 6113, 6219, 6824, 6826, 6828, 6113, 6219, 6113, 6297, 6343, 6151, 6837, 6520, 6266, 6266, 6113, 6113, 6830, 6532, 6766, 6113, 6113, 6273, 6113, 6113, 6832, 6513, 6515, 6832, 6191, 6519, 6211, 6450, 6212, 6113, 6113, 6311, 6348, 6113, 6832, 6299, 6514, 6836, 6519, 6211, 6113, 6121, 6331, 6503, 6113, 6193, 6113, 6113, 6113, 6813, 6113, 6113, 6113, 6313, 6665, 6304, 6839, 6214, 6113, 6127, 6113, 6294, 6057, 6114, 6308, 6137, 6296, 6113, 6305, 6113, 6051, 6267, 6385, 6113, 6076, 6193, 6164, 6294, 6121, 6127, 6686, 6113, 6113, 6370, 6113, 6213, 6233, 6113, 6113, 6315, 6859, 6566, 6113, 6659, 6113, 6113, 6113, 6860, 6303, 6113, 6326, 6096, 6050, 6502, 6673, 6842, 6113, 6483, 6234, 6385, 6148, 6113, 6113, 6817, 6819, 6113, 6565, 6113, 6384, 6113, 6844, 6113, 6113, 6334, 6113, 6114, 6137, 6334, 6327, 6113, 6260, 6689, 6380, 6448, 6629, 6113, 6113, 6334, 6310, 6113, 6113, 6113, 6497, 6299, 6537, 6545, 6051, 6191, 6113, 6164, 6113, 6519, 6113, 6544, 6381, 6303, 6113, 6334, 6305, 6194, 6842, 6113, 6519, 6113, 6101, 6234, 6689, 6380, 6113, 6123, 6408, 6335, 6113, 6113, 6113, 6501, 6072, 6113, 6113, 6113, 6512, 6527, 6271, 6294, 6113, 6057, 6261, 6113, 6299, 6312, 6328, 6050, 6073, 6113, 6272, 6113, 6260, 6113, 6689, 6374, 6113, 6113, 6354, 6385, 6113, 6334, 6324, 6545, 6113, 6051, 6113, 6749, 6051, 6464, 6113, 6194, 6359, 6113, 6213, 6234, 6522, 6218, 6686, 6172, 6113, 6113, 6113, 6386, 6128, 6217, 6448, 6113, 6113, 6389, 6113, 6692, 6634, 6113, 6113, 6113, 6544, 6113, 6213, 6231, 6113, 6544, 6234, 6689, 6522, 6227, 6217, 6686, 6113, 6113, 6390, 6569, 6328, 6113, 6113, 6271, 6190, 6234, 6115, 6113, 6113, 6328, 6051, 6113, 6113, 6458, 6113, 6113, 6115, 6113, 6127, 6144, 6390, 6569, 6210, 6524, 6113, 6113, 6213, 6461, 6113, 6355, 6294, 6213, 6113, 6261, 6234, 6352, 6384, 6448, 6113, 6113, 6235, 6484, 6234, 6522, 6113, 6113, 6412, 6228, 6461, 6436, 6629, 6113, 6124, 6113, 6113, 6113, 6438, 6113, 6214, 6125, 6128, 6073, 6113, 6113, 6466, 6113, 6386, 6213, 6113, 6234, 6113, 6113, 6113, 6128, 6113, 6113, 6386, 6113, 6113, 6234, 6846, 6113, 6113, 6430, 6159, 6055, 6629, 6213, 6649, 6113, 6113, 6430, 6173, 6057, 6234, 6113, 6113, 6454, 6113, 6113, 6498, 6649, 6113, 6629, 6113, 6113, 6850, 6136, 6329, 6076, 6057, 6355, 6692, 6113, 6686, 6113, 6113, 6315, 6113, 6144, 6141, 6113, 6854, 6113, 6113, 6113, 6455, 6113, 6113, 6097, 6857, 6113, 6312, 6245, 6113, 6141, 6117, 6116, 6295, 6113, 6302, 6330, 6863, 6184, 6862, 6140, 6865, 6866, 6868, 6870, 6873, 6871, 6876, 6876, 6875, 6876, 6876, 6881, 6881, 6877, 6885, 6878, 6882, 6883, 6879, 6887, 6890, 6888, 6888, 6888, 6888, 6889, 6891, 6892, 6893, 6893, 6894, 6896, 6113, 6113, 6113, 6455, 6455, 6455, 6077, 6898, 6113, 6076, 6113, 6113, 6113, 6170, 6898, 6113, 6113, 6459, 6217, 6228, 6113, 6117, 6140, 6073, 6113, 6113, 6113, 6264, 6129, 6464, 6113, 6113, 6272, 6113, 6113, 6113, 6659, 6128, 6121, 6113, 6113, 6490, 6113, 6128, 6113, 6113, 6113, 6490, 6686, 6113, 6113, 6097, 6294, 6113, 6113, 6113, 6375, 6115, 6113, 6127, 6113, 6134, 6294, 6234, 6385, 6524, 6113, 6113, 6820, 6649, 6217, 6265, 6113, 6113, 6113, 6225, 6114, 6113, 6117, 6121, 6464, 6113, 6170, 6683, 6127, 6464, 6113, 6113, 6495, 6492, 6113, 6545, 6050, 6113, 6113, 6114, 6113, 6117, 6125, 6122, 6120, 6113, 6127, 6144, 6113, 536879360, 536871168, 536871168, 536871170, 150994944, 537370880, 603980032, 0, 6144, 8192, 0, 8192, 2048, 4096, 24576, 524288, 1048576, 0, 10240, 134217820, 17825836, 603980032, 603980032, 536871168, 805306624, 1036, 536871168, 537370882, 536871168, 536879360, 0, 12288, 32768, 0, 15360, 0, 16384, 0, 16640, 536871170, 536887552, 536887552, 603980032, 536871170, 536871168, 603980032, -1610112766, -1542987518", + /* 6089 */ "-1274552062, -1274552062, -1542987518, 128, 512, 640, 512, 2048, 0, 64, 64, 128, 0, -2147483648, -2147483648, 0, -2147418112, -2147418104, 0, -2147418072, 0, -294486019, -1, -1, 0, 0, 1, 0, 2, 0, 3, 4, 0, 4, 4, 8, 0, 8, 8, 16, 0, 12, 16, 4, 24, 0, 16, 32, 0, 24, 24, 28, 0, 32, 4, 64, 0, 40, 256, 536870912, -2147483648, 2, 8192, 16384, 2, 8, 48, 0, 32770, 8, 64, 4096, 131072, -2147483648, 401408, 0, 393216, 262144, 65536, 32768, 131072, 1, 2, 16, 64, 30720, 32768, 262144, 131072, 131072, 262144, 401408, 2048, 2097152, 2, 28, 24, 65536, 131072, 524288, 4194304, 4194304, 0, 49152, 0, 65536, 0, 81920, -4333056, -7680, -7680, -1203, -1203, 0, 917504, 1048576, 2097152, 128, 768, 0, 1032192, 7340032, 260046848, -268435456, 0, 1048576, 524288, 33554432, 33554432, 67108864, 0, 655360, 805306368, -2147483648, 512, 1207959552, 58720256, 67108864, 67108864, 134217728, 536870912, -1073741824, 0, 2097152, 4194304, 8388608, 0, 98304, 0, 114688, 0, 122880, 57344, 1835008, 65011712, -67108864, 0, 2097280, -1259570196, 60817408, -67108864, 253952, 65011712, 512, 253952, 1835008, 76, 4096, 147712, 76, 0, 3145728, 0, 4194304, -2147483648, 512, 134217728, 805306368, 0, 131072, 0, 245760, 0, 262144, 0, 327680, 58720256, 1006632960, 1073741824, -2147483648, 131072, 62914560, 1006632960, 2097152, 62914560, 49152, 262144, 4194304, 25165824, 201326592, 805306368, 2097152, 536870912, 8, 4096, 524288, 0, 96, 0, 124, 0, 128, 8, 32, 24, 96, 1536, 2048, 2, 2, 4, 512, 0, 256, 0, 512, 32, 32, 33, 32, 34, 32, 36, 0, 896, 0, 1024, 0, 1536, 4096, 0, 2048, 24, 512, 128, 128, 256, 512, 512, 513, 512, 514, 512, 516, 0, 3584, 67371008, -2139095040, 33792, 0, 33701888, 0, 38011905, 0, 67108864, 8388608, 8388608, 16777216, 16, 65536, 262144, 524288, 8388608, 33554432, -536870912, 0, 458752, 536871424, 0, 67174400, 33792, 32768, 2097152, 8388608, 2097280, 0, 134217728, 1073741824, -1125318676, -1, 33280, 0, 234881024, 0, 260046848, 0, 268435456, 0, 524288, 25165824, 33554432, 0, 5120, 128, 2097152, 25165824, 236, 31488, 65280, 402653184, 1, 254, 65280, 983040, 0, 273154112, 983040, 32505856, 33554432, 32, 192, 768, 31744, 32768, 33554432, 1024, 30720, 262144, 8388608, 32, 64, 524288, 58720256, 0, 7340032, 131072, 33554432, 2, 1610612736, 2, 536870912, 1, 4, 128, 30720, 786432, 14680064, 16777216, 134217728, 1, 1610612736, 28672, 524288, 1073741824, 1, 1073741824, 16385, 536870928, 4210688, 0, 536870912, 4194304, 260046848, 1879048192, -2147483648, 1, 16384, 16384, 16, 8192, 32768, 524288, 2097152, 0, 30720, 0, 32768, 65536, -2147483648, 16, 536870912, 7471104, 234881024, 60, 65472, 65536, 16646144, 520093696, 536870912, 3, 60, 32704, 31744, 131072, 1048576, 4194304, 134217728, 64512, 65536, 134217728, 2, 32768, 134217728, 48, 64, 1048576, 1, 8, 1, 16, 524288, 32, 128, 2048, 8192, 131072, 16777216, 268435456, 1073741824, 16384, 536870912, 15360, 536870912, 1, 128, 3840, 12288, 49152, 131072, 786432, 3145728, 4194304, 109051904, 0, 33554432, 1610612736, -2147483648, 128, 14336, 0, 536871168, 150994944, 2048, 12288, 125829120, 64, 1073741888, 4194368, 256, 1536, 20480, 4096, 2097152, 33554432, -2147483648, 16777216, 0, 4096, 8192, -4398592, 131072, 100663296, 32768, 8519680, 33554432, 33701888, 147456, 16384, 393216, 393216, 499712, 131072, 67108868, 33685504, 0, 536904192, 0, 100663296, 0, 126615552, 0, 901120, 13312, 75645184, 75645184, 2088913152, 2088913152, -96482304, 2088913152, -130044672, -130044671, -130044672, 2089240832, -130044672, 2089273600, 2089273600, 2089797888, -57685760, -57684736, 2122828032, -54539008, 2122836224, -54539008, -4199168, -20976384, -20976384, -20972288, -54530816, -20976352, -20975744, -4198528, -20976384, 647, 39, 4194887, 32807, 647, 16423, 8839, 147495, 8839, 180263, 12935, 25223, 41607, 8839, 17031, 62087, 45095, 192551, 12935, 519, 3158663, 3486343, 3486343, 3486599, 3502727, -57704569, 0, 805306368, 1073741824, 0, 4224, 2048, 939524096, 0, 1073741824, 50331648, -2147483648, 33, 34, 32, 512, 15360, 16384, 98304, 131072, 4194304, 33554432, 201326592, 0, 8388608, 268435456, -2147483648, 513, 514, 36, 512", + /* 6657 */ "30720, 524288, 268435456, 536870912, 1073741824, 513, 516, 512, 8192, 49152, 65536, 917504, 8388608, 67108864, 402653184, -536870912, 1064960, 16384, 524288, 16384, 268566528, 8192, 33554432, 2080, 262144, 67108864, 1610612736, 0, 201326592, 536870912, 0, 14680064, 0, 16777216, 33554432, 134217728, 0, 786432, 0, 868352, 1074528256, 1107820544, 1107820544, 1107828736, 1048576, 1091305472, 0, 1074266112, 10496, 1074530304, 1107820544, 1074274304, 1093406720, 1136414976, 1136416000, 1404981504, -407087844, -407087844, -1404992355, -1404992355, -407087844, -1404992355, -402893540, -268675812, -268675812, -268675780, -268610276, -1403943779, -268610244, -268577508, -268577508, -268667588, -268577507, -268577507, -268667588, -268577379, -268577379, -268577281, -268577379, -268569155, -1024, -1024, -1020, -896, -1024, -896, -1024, -864, -864, -608, -864, -579, 0, 1207960064, 802816, 3145728, 933888, 1342177280, 24, 125829120, 1, 1024, 6144, 98304, 4194304, 268435456, -1610612736, 98304, 5242880, 1879048192, 0, 1610612736, 15360, 1032192, 1024, 147456, 131072, 268435456, 1024, 536870912, 1090523264, 4194304, 545259520, 8388608, -2147483648, 105186305, 38077441, 38011905, 38110209, 40141825, 38011905, 38077441, 40207361, 40207361, -2147483648, 113705985, 113705985, 113574913, 114773603, 115297891, 115297891, 807037566, 807037566, 383733347, -1340446082, 383741543, 383741559, 383741567, 920612479, 920612479, 2147483647, -1, -1340446082, 920612479, -1092653185, 2011135743, 128, 4096, 96, 3584, 2, 124, 2560, 8192, 786432, 268435456, 1610612736, -1342177280, 0, 100, 0, 116, 0, 3840, 243269632, 3, 124, 983040, 3145728, 49152, 983040, 1048576, 2048, 16384, 1048576, 393216, 524288, 256, 234881024, 16777216, 1073741824, 100663296, 134217728, 32, 256, 15360, 32768, 2, 16384, 67239936, 32, 12288, 2, 256, 134217728, 28, 28, 258, 280, 280, 408, 1729, 408, 3777, 3777, 1944, 20161, 408, 3777, 2009, 2009, 4057, 4089, 4059, 2043, 2009, 4089, 4089, 2041, 4057, 2043, 61471, 61471, 61503, 61471, 63519, 63551, 63551, 63807, 65535, 0, 28, 32768" }; String[] s2 = java.util.Arrays.toString(s1).replaceAll("[ \\[\\]]", "").split(","); - for (int i = 0; i < 6854; ++i) {EXPECTED[i] = Integer.parseInt(s2[i]);} + for (int i = 0; i < 6900; ++i) {EXPECTED[i] = Integer.parseInt(s2[i]);} } - private static final int[] LOOKAHEAD = new int[708]; + private static final int[] LOOKAHEAD = new int[737]; static { final String s1[] = { - /* 0 */ "343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 225, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 243, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 363, 419, 343, 343, 343, 326, 318, 264, 287, 343, 343, 343, 343, 343, 343, 343, 399, 343, 343, 343, 343, 343, 309, 343, 343, 343, 343, 343, 342, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 360, 343, 343, 343, 343, 248, 343, 271, 343, 343, 343, 343, 343, 343, 343, 343, 343, 344, 227, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 379, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 293, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 395, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 415, 225, 446, 435, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 588, 446, 446, 446, 446, 446, 680, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 644, 446, 446, 446, 446, 446, 446, 446, 446, 446, 564, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 464, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 656, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 476, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 488, 446, 446, 446, 446, 446, 446, 446, 446, 446, 500, 446, 446, 446, 446, 446, 446, 446, 446, 668, 446, 446, 446, 446, 446, 446, 446, 552, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 540, 446, 446, 616, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 512, 446, 446, 604, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 692, 632, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 448, 446, 446, 446, 446, 524, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 576, 446, 446, 446, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 259, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 0, 253, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 260, 0" + /* 0 */ "432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 225, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 243, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 360, 272, 432, 432, 432, 264, 288, 311, 333, 432, 432, 432, 432, 432, 432, 432, 295, 432, 432, 432, 432, 432, 354, 432, 432, 432, 432, 433, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 376, 432, 432, 432, 432, 415, 432, 405, 432, 432, 432, 432, 432, 432, 432, 432, 432, 248, 317, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 227, 338, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 394, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 378, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 431, 461, 449, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 627, 461, 461, 461, 461, 708, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 559, 461, 461, 461, 461, 461, 461, 461, 461, 695, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 598, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 517, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 462, 461, 461, 461, 461, 461, 461, 461, 461, 461, 585, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 611, 461, 461, 461, 461, 461, 461, 682, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 721, 461, 461, 461, 461, 461, 461, 504, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 530, 461, 461, 461, 461, 640, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 656, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 491, 461, 461, 461, 461, 461, 461, 461, 461, 461, 478, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 669, 461, 461, 461, 461, 543, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 253, 0, 254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 259, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 261" }; String[] s2 = java.util.Arrays.toString(s1).replaceAll("[ \\[\\]]", "").split(","); - for (int i = 0; i < 708; ++i) {LOOKAHEAD[i] = Integer.parseInt(s2[i]);} + for (int i = 0; i < 737; ++i) {LOOKAHEAD[i] = Integer.parseInt(s2[i]);} } - private static final int[] CASEID = new int[10640]; + private static final int[] CASEID = new int[10586]; static { final String s1[] = { - /* 0 */ "4429, 4437, 4440, 4440, 4448, 4465, 4440, 4480, 4488, 4507, 4507, 4507, 4507, 4507, 4507, 5930, 4507, 4429, 4437, 4440, 4440, 4448, 4465, 4440, 4498, 4506, 4507, 4507, 4507, 4507, 4507, 4507, 6051, 4507, 4507, 4507, 4507, 4507, 4673, 4681, 7650, 4516, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7052, 4507, 4429, 4437, 4440, 4440, 4533, 4465, 4440, 4557, 4506, 4507, 4507, 4507, 4507, 4507, 4507, 6061, 4507, 4429, 4437, 4440, 4440, 4533, 4465, 4440, 4472, 4565, 4507, 4507, 4507, 4507, 4507, 4507, 6082, 4507, 5944, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6083, 4507, 4507, 5174, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 4507, 4507, 4507, 4454, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4490, 4507, 4507, 4507, 4507, 4574, 4585, 5823, 6238, 4507, 4593, 7396, 4507, 4457, 4602, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4574, 4577, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7745, 4611, 4630, 4507, 4507, 4507, 4507, 4507, 4507, 4639, 4507, 4507, 4507, 4507, 4507, 4507, 4650, 4658, 4666, 4697, 4507, 4507, 4507, 4507, 8137, 4707, 4714, 4722, 4507, 4594, 4507, 4507, 4507, 4507, 4507, 4507, 4739, 4507, 4507, 4507, 4507, 5580, 4749, 4756, 4764, 4507, 4507, 4507, 4507, 4507, 8205, 4507, 4507, 4788, 4507, 4507, 4507, 4507, 5062, 4799, 4806, 4814, 4507, 6325, 5536, 4833, 5552, 4841, 4853, 4856, 5058, 4507, 4507, 4507, 4507, 7661, 4957, 4965, 7067, 4507, 4507, 4507, 4507, 4507, 4864, 4961, 4969, 7102, 4507, 4507, 4507, 4507, 4945, 4957, 4965, 7067, 4507, 4507, 4507, 4507, 4507, 4890, 4681, 7650, 7658, 4507, 4507, 4507, 4507, 6259, 4957, 4965, 7098, 4507, 4507, 4507, 4507, 4507, 4912, 4681, 7650, 4923, 4507, 4507, 4507, 4507, 4991, 4957, 4965, 7067, 4507, 4507, 4507, 4507, 4507, 4912, 4681, 4934, 4942, 4507, 4507, 4507, 4507, 6194, 4677, 4685, 4919, 4507, 4507, 4507, 4507, 4507, 4890, 4681, 7650, 7658, 4507, 4507, 4507, 4507, 6889, 4957, 4965, 7120, 4507, 4507, 4507, 4507, 4507, 4953, 4961, 4969, 7176, 4507, 4507, 4507, 4507, 5164, 4957, 4965, 7067, 4507, 4507, 4507, 4507, 4507, 4890, 4681, 7650, 7658, 4507, 4507, 4507, 4507, 6305, 4677, 4685, 7654, 4507, 4507, 4507, 4507, 4507, 4890, 4681, 4904, 4988, 5670, 5678, 5686, 5694, 4999, 5646, 5654, 5662, 4507, 5007, 8272, 8275, 8275, 5015, 4539, 8275, 5027, 4507, 5296, 7941, 7949, 5039, 6401, 5307, 5054, 4507, 5674, 5682, 5074, 5082, 5706, 5380, 4856, 5666, 4507, 5296, 7941, 7949, 5039, 6401, 5307, 5054, 4507, 4507, 7937, 7945, 7953, 5043, 4853, 5383, 5058, 5670, 5678, 5686, 5694, 5702, 5710, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5109, 5670, 5133, 5070, 5078, 5094, 5102, 5307, 5121, 4507, 5129, 5682, 5074, 5141, 5149, 5380, 4856, 5666, 4507, 5296, 7941, 7949, 7957, 6401, 5307, 5054, 4507, 7510, 5161, 4507, 4507, 4507, 4507, 4507, 5172, 4507, 5182, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6325, 5536, 4833, 5552, 4841, 4853, 4856, 5058, 4507, 4741, 8275, 8275, 4543, 4699, 8275, 8278, 4507, 4791, 4507, 7868, 6234, 4507, 4507, 4525, 4507, 4507, 4741, 8275, 8275, 4543, 4699, 8275, 8278, 4507, 4524, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5634, 4507, 4507, 4507, 4507, 4507, 4507, 7937, 7945, 7953, 5043, 4853, 5383, 5058, 4507, 5184, 5324, 5192, 5200, 6401, 5307, 5593, 4507, 4507, 7937, 7945, 7953, 5043, 4853, 5383, 5058, 4507, 5296, 7941, 7949, 5039, 6401, 5307, 5054, 4507, 4507, 7937, 7945, 7953, 5043, 4853, 5383, 5058, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4524, 4507, 4631, 4507, 4507, 4507, 4507, 4507, 4520, 4507, 6114, 6163, 4507, 4507, 7625, 4507, 4507, 4507, 4507, 4507, 4507, 6255, 4507, 4507, 5172, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4507, 4507, 4507, 4507, 5208, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5513, 4507, 5441, 5219, 4507, 4507, 4507, 4507, 4507, 5232, 4507, 4507, 4507, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4507, 4507, 4507, 4507, 5243, 5262, 5270, 5294, 7835, 5296, 7941, 7949, 5039, 6401, 5307, 5054", - /* 679 */ "4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5172, 5670, 5678, 5070, 5078, 5086, 5646, 5307, 5662, 4507, 5674, 5682, 5074, 5082, 5706, 5380, 4856, 5666, 5670, 5678, 5070, 5078, 5086, 5646, 5307, 5662, 4507, 5674, 5682, 5074, 5082, 5706, 5380, 4856, 5666, 5670, 5678, 5070, 5078, 5086, 5646, 5307, 5662, 4507, 5674, 5682, 5074, 5082, 5706, 5380, 4856, 5666, 5670, 5678, 5070, 5078, 5086, 5646, 5307, 5662, 4507, 5674, 5682, 5074, 5082, 5706, 5380, 4856, 5666, 5670, 5678, 5070, 5078, 5086, 5646, 5307, 5662, 4507, 5674, 5682, 5074, 5082, 5706, 5380, 4856, 5666, 5670, 5678, 5070, 5078, 5086, 5646, 5307, 5662, 4507, 4791, 5320, 5336, 5196, 5352, 5304, 5308, 5961, 4507, 5316, 5332, 5340, 5348, 6671, 5307, 5957, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5364, 5670, 5133, 5070, 5078, 5145, 5376, 5307, 5662, 4507, 5129, 5682, 5074, 5141, 5149, 5380, 4856, 5666, 5670, 5678, 5686, 5694, 5391, 5399, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4741, 8275, 8275, 4543, 4699, 8275, 8278, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 5670, 5678, 5686, 5694, 5411, 5399, 5654, 5662, 4507, 6325, 5536, 4833, 5552, 5043, 4853, 4856, 5058, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7030, 4507, 4507, 8272, 8275, 8275, 4547, 4539, 8275, 5419, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4791, 5536, 5568, 5552, 5437, 4853, 5383, 5058, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5449, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5172, 7835, 5296, 7941, 7949, 5457, 6401, 5307, 5054, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 7835, 5296, 5465, 7949, 5473, 6401, 5307, 5054, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5172, 7835, 5296, 7941, 7949, 5481, 6401, 5307, 5054, 4507, 4507, 7937, 7945, 7953, 5043, 4853, 5383, 5058, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7030, 4507, 4507, 4507, 4507, 4507, 5489, 4507, 4507, 4507, 4507, 7626, 4507, 5501, 4507, 5224, 4507, 4507, 4507, 4507, 4507, 7786, 4507, 4507, 7455, 4507, 5223, 4507, 4507, 4507, 5511, 4507, 5224, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5521, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5521, 4507, 4507, 4507, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 5532, 5564, 5548, 5556, 6401, 5307, 5054, 4507, 4507, 7937, 7945, 7953, 5576, 5588, 5383, 5601, 4507, 5532, 5540, 5548, 5613, 6401, 5307, 5054, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5172, 6711, 4741, 8275, 8275, 5621, 4699, 8275, 8278, 4507, 5285, 8272, 8275, 8275, 5629, 4539, 8275, 5419, 4507, 5296, 7941, 7949, 5039, 6401, 5307, 5054, 4507, 4507, 7937, 7945, 7953, 5043, 4853, 5383, 5058, 4507, 4507, 4507, 4507, 4507, 5286, 4507, 8054, 4507, 5674, 5682, 5690, 5698, 5642, 5650, 5658, 5666, 4507, 5532, 5564, 5548, 5718, 6401, 5307, 5054, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 5296, 7941, 7949, 5039, 6401, 5307, 5054, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 5296, 7941, 7949, 5039, 6401, 5307, 5054, 4507, 4507, 4507, 4507, 4507, 5734, 5742, 4507, 4507, 4507, 7728, 4507, 4507, 4507, 6269, 4507, 4507, 4507, 4791, 5019, 7868, 5751, 4507, 4507, 4525, 4507, 4507, 4507, 4507, 4507, 4507, 4454, 4507, 4507, 4507, 4507, 4507, 5759, 4507, 4490, 4507, 4507, 4507, 4507, 4549, 8266, 5768, 6391, 5787, 4507, 4507, 4507, 4524, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4741, 8275, 8275, 4543, 4699, 8275, 8278, 4507, 4524, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4741, 8275, 8275, 4543, 4699, 8275, 8278, 4507, 4507, 7937, 7945, 7953, 5043, 4853, 5383, 5058, 4507, 4507, 4507, 4507, 6183, 4507, 4507, 4507, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7030, 4507, 4791, 5536, 5568, 5552, 5722, 4853, 5383, 5058, 4507, 5532, 5564, 5548, 5718, 6401, 5307, 5054, 4507, 4507, 7937, 5802, 7953, 5722, 4853, 5383, 5058, 4507, 5296, 5798, 7949, 5810, 6401, 5307, 5054, 4507, 4507, 4507, 4507, 4507, 6387, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507", - /* 1358 */ "7030, 4507, 5007, 8272, 8275, 8275, 5818, 4539, 8275, 5027, 4507, 4507, 4507, 4507, 5743, 4507, 4507, 4507, 4507, 4507, 5833, 5831, 4507, 5841, 5855, 5847, 5863, 4507, 4574, 6482, 4507, 4507, 4507, 4507, 4507, 4507, 4791, 5536, 5544, 5552, 5722, 4853, 5383, 5058, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4507, 5876, 5874, 4507, 6025, 5884, 4507, 5896, 4507, 4507, 4507, 4507, 5513, 4507, 5441, 6130, 4507, 4507, 4507, 7718, 4507, 4507, 7455, 4507, 4507, 4507, 4507, 4507, 4507, 6183, 4507, 4507, 4507, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4507, 4507, 8220, 4507, 4507, 7455, 4507, 4507, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5521, 4507, 4507, 4507, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4507, 4507, 4507, 4507, 5232, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5521, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6466, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5286, 5906, 4507, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 4507, 4507, 4507, 5286, 4507, 4507, 4507, 5915, 4507, 5928, 6568, 6142, 4507, 4507, 8310, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4507, 7937, 7945, 7953, 5938, 5952, 5383, 5058, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7030, 4507, 4524, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4520, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4791, 5536, 5544, 5552, 5722, 4853, 5383, 5058, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4791, 5536, 5568, 5552, 5722, 4853, 5383, 5058, 4507, 4507, 4507, 4618, 4507, 4507, 4507, 4507, 4507, 4524, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5898, 4507, 4507, 4507, 4507, 5285, 8272, 8275, 8275, 5973, 4539, 8275, 5419, 4507, 5532, 5540, 5548, 5718, 6401, 5307, 5054, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4520, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4524, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5986, 6001, 6020, 4507, 4507, 4507, 4507, 4507, 7437, 6033, 8117, 8125, 7835, 5296, 7941, 7949, 5039, 6401, 5307, 5054, 4507, 5674, 5682, 5690, 5698, 5706, 5403, 5658, 5666, 5670, 5678, 5686, 5694, 5702, 5399, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5403, 5658, 5666, 4507, 5296, 7941, 7949, 5039, 6401, 5307, 5054, 4507, 6325, 5536, 4833, 5552, 5043, 4853, 4856, 5058, 4507, 5532, 5564, 5548, 6041, 6401, 5307, 5054, 4507, 4507, 7937, 7945, 7953, 5043, 4853, 5383, 5058, 4507, 5296, 7941, 7949, 5039, 6401, 5307, 5054, 4507, 4791, 5536, 5568, 5552, 5722, 4853, 5383, 5058, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5990, 4507, 6049, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4507, 4507, 4507, 7469, 4507, 4507, 4507, 5172, 4507, 5532, 5564, 5548, 5718, 6401, 5307, 5054, 4507, 5285, 8272, 8275, 8275, 6126, 4539, 8275, 5419, 4507, 5532, 5564, 5548, 5718, 6401, 5307, 5054, 4507, 4507, 4507, 4507, 4507, 4507, 6707, 4507, 6059, 8322, 5919, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6069, 6080, 4507, 4507, 7082, 4507, 4507, 5172, 4507, 4507, 4507, 4507, 4507, 4454, 4507, 4507, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 5356, 4507, 4507, 7977, 4507, 7030, 4507, 4507, 4507, 4507, 4507, 8200, 4507, 4507, 4507, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4524, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4520, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 4507, 4507, 6183, 4507, 4507, 4507, 4507, 4524, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4507, 7937, 7945, 7953, 5043, 4853, 5383, 5058, 4507, 5532, 5540, 5548, 5718, 6401", - /* 2037 */ "5307, 5054, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7489, 5990, 4507, 4507, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7499, 5990, 4507, 4507, 4507, 4507, 4507, 4507, 5513, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6173, 5990, 4507, 4507, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 4507, 4507, 4507, 5907, 6091, 4507, 4507, 4791, 5536, 5568, 5552, 6100, 4853, 5383, 5058, 4507, 4507, 4507, 4507, 4507, 5907, 4507, 4507, 4507, 5915, 4507, 5928, 6568, 6142, 4507, 4507, 8310, 4507, 5296, 7941, 7949, 7957, 6401, 5307, 5054, 4507, 5429, 4507, 4507, 4507, 6112, 4507, 4507, 4507, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4507, 4507, 4507, 4507, 5521, 4507, 4507, 4507, 4507, 4507, 5356, 4507, 4507, 4507, 4507, 7030, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 5281, 4741, 8275, 8275, 6122, 4699, 8275, 8278, 4507, 4524, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4520, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4791, 5536, 5568, 5552, 6138, 4853, 5383, 5058, 4507, 5532, 5564, 5548, 5718, 6401, 5307, 5054, 4507, 4507, 4507, 4507, 4507, 4507, 7544, 7855, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6150, 6158, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 4507, 4507, 6183, 4507, 4507, 6181, 4507, 5429, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7131, 6191, 4507, 4507, 7078, 4507, 4507, 7030, 4507, 6202, 4507, 4507, 4507, 7082, 4507, 4507, 5172, 4507, 5532, 5564, 5548, 5718, 6401, 5307, 5054, 4507, 4507, 4507, 4507, 4507, 4507, 7544, 7530, 4507, 4507, 4507, 4507, 4507, 6183, 5224, 6221, 6615, 4507, 4507, 4507, 4507, 4507, 5208, 6603, 6611, 6619, 4507, 4507, 4507, 4507, 4507, 4507, 6150, 6229, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4791, 5536, 5568, 5552, 5722, 4853, 5383, 5058, 4507, 5532, 5564, 5548, 5718, 6401, 5307, 5054, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 4507, 4507, 4507, 4507, 4507, 4507, 6607, 6615, 4507, 4507, 4507, 4507, 4507, 4507, 6603, 6611, 6619, 4507, 4507, 4507, 4507, 4507, 4507, 6607, 6250, 4507, 4507, 4507, 4507, 4507, 5208, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6183, 4507, 4507, 4507, 4507, 5674, 5682, 5690, 5698, 5706, 5650, 5658, 5666, 5670, 5678, 5686, 5694, 5702, 5646, 5654, 5662, 4507, 4507, 4507, 4507, 4507, 6267, 4507, 4507, 4507, 4507, 4507, 6213, 4507, 6656, 4507, 4507, 4507, 4507, 4507, 4507, 5920, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6277, 4507, 4507, 7764, 4507, 4507, 4507, 4507, 4507, 6286, 4961, 4969, 6302, 4507, 4507, 4507, 4507, 6815, 6313, 4507, 6319, 4507, 4507, 4507, 4507, 4507, 6337, 6356, 6364, 6399, 4507, 4507, 4507, 4507, 7214, 6409, 6417, 6425, 4507, 4507, 4507, 4507, 4507, 6443, 6451, 6459, 6480, 4507, 4507, 4507, 4507, 7288, 6490, 6498, 6506, 4507, 4507, 4507, 4507, 4507, 6524, 6532, 6540, 6566, 4507, 4507, 4507, 4507, 7299, 6576, 6584, 6592, 4507, 4507, 4507, 4507, 4507, 6628, 6636, 6644, 6668, 4507, 4507, 4507, 4507, 7672, 6679, 6687, 6695, 4507, 4507, 4507, 4507, 4507, 6719, 6727, 6735, 6743, 4507, 4507, 4507, 4507, 7775, 6754, 6762, 6770, 4507, 4507, 4507, 4507, 4507, 6789, 6797, 6804, 6812, 4507, 4507, 4507, 4507, 7906, 6823, 6831, 6839, 4507, 4507, 4507, 4507, 4507, 6863, 6871, 6878, 6886, 4507, 4507, 4507, 4507, 8105, 6897, 6904, 6912, 4507, 4507, 4507, 4507, 4507, 6936, 6951, 6943, 6959, 4507, 4507, 4507, 4507, 7400, 6970, 6977, 6985, 4507, 4507, 4507, 4507, 4507, 7004, 7019, 7011, 7027, 4507, 4507, 4507, 4507, 6305, 7038, 4685, 4919, 4507, 4507, 7048, 7046, 4507, 7060, 6294, 4969, 4977, 4507, 4603, 6072, 7050, 5211, 6290, 4965, 4973, 4507, 4507, 4507, 4507, 4507, 7091, 4961, 4969, 7176, 4507, 4603, 6072, 7050, 5235", - /* 2716 */ "6290, 4965, 4973, 4507, 4507, 4507, 4507, 4507, 7113, 4961, 4969, 7176, 4507, 4603, 6072, 7050, 5524, 6290, 4965, 4973, 4507, 4507, 7048, 7046, 4507, 7139, 6294, 4969, 4977, 4507, 4507, 4507, 4507, 5790, 4957, 4965, 7146, 4507, 4507, 7048, 7046, 4507, 7165, 6294, 4969, 4977, 4507, 4603, 6072, 7050, 5866, 6290, 4965, 4973, 4507, 4507, 7048, 7046, 4507, 7187, 6294, 4969, 4977, 4507, 4603, 6072, 7050, 8313, 6290, 4965, 4973, 4507, 4507, 7048, 7046, 4507, 7195, 6294, 4969, 4977, 4507, 4507, 4507, 4507, 5993, 4957, 4965, 7172, 4507, 4507, 4507, 4507, 4507, 7203, 4961, 4969, 7176, 4507, 4507, 4507, 4507, 5605, 4507, 4507, 4507, 4507, 7211, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7571, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7222, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7157, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6371, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4508, 7231, 4507, 4507, 4507, 4507, 4507, 4507, 5113, 4507, 4507, 4507, 4507, 7241, 4507, 4507, 7250, 4507, 4507, 4507, 7258, 7267, 4507, 4507, 4507, 4507, 4507, 4507, 4882, 4507, 4507, 4507, 4507, 4507, 6348, 6924, 4507, 4507, 4507, 4507, 4507, 6104, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7276, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5888, 4507, 4507, 4507, 4507, 5779, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7285, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7581, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7296, 4507, 4507, 7083, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7048, 7046, 4507, 7307, 6294, 4969, 4977, 4507, 4603, 6072, 7050, 4926, 6290, 4965, 4973, 4507, 4507, 7048, 7046, 4507, 7315, 6294, 4969, 4977, 4507, 4603, 6072, 7050, 7179, 6290, 4965, 4973, 4507, 4507, 7048, 7046, 4507, 7323, 6294, 4969, 4977, 4507, 4603, 6072, 7050, 5046, 6290, 4965, 4973, 4507, 4507, 7048, 7046, 4507, 7331, 6294, 4969, 4977, 4507, 4507, 4507, 4507, 7277, 4507, 4507, 4507, 4507, 7339, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7348, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5254, 4507, 5031, 4507, 4507, 4507, 4507, 4507, 4507, 7358, 7367, 7391, 4507, 4507, 4507, 4507, 4507, 7408, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6855, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5775, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8005, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7636, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7417, 7426, 7450, 4507, 4507, 4507, 4507, 4507, 5250, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7359, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4878, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5153, 4507, 4507, 4507, 4507, 4507, 7617, 4507, 4507, 4507, 4507, 6472, 5503, 4566, 5978, 4507, 4507, 6471, 4507, 4507, 4507, 4507, 4507, 4780, 7467, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7477, 4507, 6329, 4507, 4507, 4507, 4507, 4507, 7817, 4507, 4507, 7487, 4507, 6851, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7497, 6171, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7755, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6092, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4776, 4507, 4507, 4507, 4507, 4507, 5427, 4507, 7996, 7507, 4507, 4507, 4507, 4507, 5423, 4507, 4507, 7518, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8295, 4507, 4507, 4507, 4507, 4507, 4507, 7813, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8016, 4507, 4507, 4507, 4507, 6928, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8291, 4507, 4507, 4507, 6435, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6431, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7967, 4507, 4507, 4507, 4507, 4507, 7542, 4507, 8026, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7552, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7350, 6512, 4507, 4507, 4507, 4507, 6516, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7621, 4507, 4507, 4507, 4507, 4507, 4507, 7242, 7560, 4507, 5965, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7569, 4507, 4507, 4507, 4507", - /* 3395 */ "4507, 4507, 4507, 8251, 4507, 4507, 4507, 4507, 4507, 6598, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4845, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7579, 4507, 4507, 4507, 4507, 4507, 4507, 8230, 7589, 7597, 7605, 4507, 4507, 4507, 4507, 4507, 6377, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6620, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8190, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6278, 4507, 4507, 5368, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7634, 4507, 4507, 4507, 4507, 8074, 4507, 4507, 4507, 4507, 4507, 4731, 4729, 4507, 7644, 4897, 4689, 7669, 4507, 4603, 6072, 7050, 7105, 7680, 4965, 4871, 4507, 4507, 4507, 4507, 4507, 6209, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4980, 4507, 4507, 4507, 4507, 4507, 6702, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8209, 4507, 4507, 4507, 4507, 4507, 7741, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7223, 7688, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6651, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7268, 7697, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7074, 4507, 4507, 4507, 4507, 4507, 4507, 5501, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6746, 4507, 4507, 4507, 4507, 4507, 5511, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7127, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7340, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5277, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7706, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6008, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7259, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6547, 7715, 4507, 4507, 4507, 4507, 4507, 4507, 7689, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6777, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7418, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4821, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7698, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7433, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7409, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6344, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8176, 4507, 8240, 4507, 4507, 4507, 7726, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7736, 4507, 4507, 4507, 6554, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7753, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7763, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7772, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7826, 4507, 4507, 4507, 4507, 4507, 4507, 7783, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4642, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6992, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8126, 4507, 4507, 4507, 4507, 4507, 4507, 7153, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6012, 6660, 7794, 7825, 4507, 4507, 4507, 4507, 4507, 7834, 7843, 7863, 4507, 4507, 4507, 4507, 4507, 7880, 7888, 7895, 7903, 4507, 4507, 4507, 4507, 8065, 7914, 7922, 7930, 4507, 4507, 4507, 4507, 4507, 7374, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7986, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6919, 4507, 4507, 7965, 6781, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8220, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7975, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5493, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8035, 7985, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4825, 7994, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8004, 4507, 6242, 4507, 4507, 4507, 4507, 4507, 6547, 8013, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8024, 4507, 4507, 4507, 4507, 4507, 4507, 6382, 7459, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6962, 4507, 4507, 4507, 4507, 4507, 7612, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8094, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7525, 4507, 4507, 4507, 4507, 8034, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8043, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6167, 4507, 4507, 4507, 4507, 8051, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5423, 4507, 4507, 8062, 4507, 4507, 4507, 8073, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507", - /* 4074 */ "4507, 8146, 8082, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8195, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8155, 8093, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7801, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 5760, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6558, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8102, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7233, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7441, 8113, 8121, 4507, 4507, 4507, 6996, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8134, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7850, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8165, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6846, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7707, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4771, 8145, 4507, 4507, 4507, 4507, 4507, 4507, 7561, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7808, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7383, 4507, 4507, 4507, 4507, 8240, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7872, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7442, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8154, 6001, 6020, 4507, 4507, 4507, 4507, 4507, 7437, 7534, 8117, 8125, 4507, 4507, 4507, 4507, 4507, 7479, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4771, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8163, 4507, 4507, 4507, 4507, 4507, 4507, 7489, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8173, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6173, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8184, 4507, 4507, 4507, 4507, 4507, 4507, 8217, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8228, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8238, 4507, 4507, 4507, 4507, 5726, 7378, 4507, 4507, 4507, 4507, 8248, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8085, 5738, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 7544, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 6181, 4507, 4507, 4507, 4507, 4507, 4507, 7382, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 8259, 8286, 4507, 4507, 4507, 4507, 4507, 4507, 4622, 8303, 8321, 4520, 8425, 8427, 8427, 8420, 8421, 8427, 8424, 8423, 8419, 8409, 8419, 8411, 8411, 8411, 8411, 8411, 8411, 8411, 8411, 8422, 8424, 8423, 8423, 8418, 8426, 8427, 8427, 8333, 8427, 8427, 8427, 8427, 8427, 8403, 8427, 8890, 8862, 8424, 8420, 8411, 8411, 8411, 8411, 8411, 8426, 8863, 8421, 10446, 10446, 10444, 10444, 8411, 8426, 8892, 8330, 8343, 8343, 8339, 8347, 8341, 8355, 8427, 8427, 8427, 8427, 8427, 8427, 8333, 8427, 8411, 8426, 8892, 8360, 8343, 8343, 8351, 8347, 8341, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 8609, 8853, 8379, 8876, 8558, 8427, 8427, 8427, 8427, 8387, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9077, 8422, 8409, 8423, 8423, 8418, 8426, 8427, 8427, 8363, 8364, 8364, 8364, 8364, 8364, 8366, 8367, 8427, 8427, 8427, 8427, 8427, 8427, 8566, 8427, 8411, 8426, 8892, 8384, 8343, 8343, 8351, 8350, 8393, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 8622, 8427, 8427, 10226, 8427, 8427, 8427, 8427, 8427, 8427, 10205, 9142, 10127, 9984, 8546, 8427, 8427, 8427, 8552, 9660, 9738, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 8663, 8578, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 8774, 8427, 8427, 10224, 8427, 8584, 10233, 8590, 8427, 8335, 8427, 8335, 8427, 8427, 8427, 8427, 8761, 8427, 8763, 10332, 10171, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 8958, 8595, 8427, 8664, 8427, 8427, 8427, 8427, 8427, 8427, 10211, 8427, 8427, 8981, 9906, 8983, 8984, 8982, 10586, 8600, 8606, 8981, 8636, 8983, 9501, 8637, 8620, 8617, 8621, 8628, 8619, 8634, 8643, 8638, 8639, 8427, 8372, 8859, 8855, 8855, 8375, 8855, 8855, 8856, 8853, 8374, 8854, 8854, 8855, 8856, 8855, 8855, 8860, 8856, 8857, 8855, 8859, 8857, 8558, 9500, 8981, 8427, 8427, 8427, 8427, 8427, 8427, 8363, 8364, 8648, 9203, 8647, 8659, 8648, 9202, 9204, 8647, 8657, 8648, 8657, 8657, 8649, 8648, 8653, 8657, 8652, 8653, 8650, 8651, 8647, 8649, 8427, 8373, 8427, 8427, 8427, 8861, 8427, 8427, 8427, 8427, 8427, 8668, 8427, 8427, 8427, 8427, 8427, 8427, 8367, 8364, 8686, 8680", - /* 4751 */ "8685, 8686, 8687, 8691, 8681, 8685, 8686, 8678, 8686, 8686, 10389, 8678, 8679, 8686, 10388, 8679, 10390, 10387, 8685, 10389, 8427, 8427, 8427, 10025, 8427, 8427, 8427, 8427, 9874, 8427, 8427, 8427, 8427, 9827, 8427, 8427, 8427, 8427, 8427, 9990, 8427, 8427, 8427, 8427, 8427, 8427, 10226, 8427, 8708, 8703, 8700, 8708, 8701, 10485, 8704, 8700, 8708, 8701, 8708, 8708, 9412, 8701, 8702, 8708, 9411, 8702, 9413, 9410, 8700, 9412, 8427, 8427, 8427, 10042, 8427, 8427, 8427, 8427, 10352, 8427, 8427, 8427, 8724, 9212, 8902, 9071, 8728, 8897, 8733, 8740, 8446, 8548, 8447, 8759, 8427, 8427, 8427, 8427, 8427, 9384, 8427, 8427, 8427, 8427, 9211, 9212, 9212, 9212, 9212, 9212, 9212, 9212, 8521, 8427, 9857, 9859, 8785, 9864, 8800, 9864, 9864, 8772, 8770, 8539, 8771, 9864, 8773, 8427, 8427, 8427, 10070, 8427, 8427, 8427, 8427, 9782, 8427, 8427, 8427, 8427, 8558, 8859, 8855, 8855, 8375, 8855, 8855, 8558, 8374, 8860, 8854, 8855, 8856, 8855, 8806, 8856, 8857, 8855, 8859, 8849, 8867, 8427, 8558, 8825, 8855, 8855, 8375, 8855, 8855, 8859, 8857, 8852, 8853, 8854, 8856, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 8785, 8855, 10014, 8380, 8857, 8855, 9299, 8857, 8818, 8824, 8854, 8856, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 8797, 8427, 8539, 8772, 8841, 9864, 8542, 9864, 9864, 8769, 9862, 8541, 9863, 9863, 9864, 8769, 9864, 9864, 8773, 8769, 8770, 9864, 8772, 8770, 9861, 8771, 9864, 8773, 8427, 8427, 8427, 8427, 8427, 8964, 8427, 8427, 8853, 8874, 8856, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 8814, 8508, 8515, 8487, 8519, 8446, 9942, 8720, 8880, 8407, 8427, 8427, 10534, 8415, 8427, 8427, 9317, 8366, 8367, 8591, 8884, 8427, 8427, 8427, 8427, 8427, 9457, 8427, 8427, 8364, 8427, 10235, 8365, 8427, 8427, 8427, 8427, 8427, 9772, 8427, 8427, 8465, 8464, 8463, 9212, 8446, 8548, 8447, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 8833, 9212, 9212, 9212, 8904, 9212, 8427, 8553, 8445, 8427, 8427, 8427, 8427, 8427, 9409, 9411, 8700, 8444, 8452, 8713, 8504, 8458, 9212, 8942, 8944, 8728, 8897, 8473, 8485, 8491, 8495, 8501, 8511, 8508, 8729, 8463, 8519, 8446, 9942, 8720, 8525, 8508, 8729, 8463, 8912, 8446, 9948, 8917, 8921, 8922, 10056, 8926, 8932, 8927, 10470, 9211, 9212, 8908, 8602, 8445, 8427, 8427, 8427, 8427, 8427, 9777, 8427, 8427, 9212, 9212, 9212, 8521, 9212, 8931, 8936, 8445, 8407, 8427, 8427, 10536, 8415, 8427, 10226, 9317, 8436, 9954, 8755, 8440, 8491, 8495, 8501, 8511, 8508, 8729, 8463, 8912, 8446, 9942, 8720, 8948, 8427, 8427, 8427, 8427, 8427, 9811, 8427, 8427, 8427, 8427, 9882, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 8845, 8427, 8953, 8427, 8427, 8427, 8427, 8427, 8427, 8398, 8402, 8427, 10468, 8427, 8427, 8427, 8427, 8427, 8427, 8447, 8445, 8480, 8445, 8478, 8479, 9211, 9212, 9212, 8446, 8476, 8446, 8445, 9212, 8446, 10102, 8447, 8427, 8427, 8427, 9103, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 9668, 8427, 9743, 8427, 9012, 9018, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9095, 8427, 8427, 8954, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 9676, 8427, 8969, 8427, 8971, 8972, 8970, 8971, 8427, 8427, 8427, 10079, 8427, 8427, 8427, 8427, 9781, 8427, 8427, 8427, 8427, 8969, 8969, 8971, 9025, 10422, 10425, 10421, 8427, 8427, 8971, 8969, 8971, 10423, 10424, 8427, 8427, 8427, 10097, 8427, 8427, 8427, 8427, 10169, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9153, 10411, 8969, 8427, 8427, 8427, 8427, 8427, 8427, 8447, 8463, 8427, 8630, 9211, 9212, 9212, 9212, 9212, 9212, 9212, 9212, 9212, 8481, 8427, 8427, 10226, 8427, 8427, 8427, 8447, 9213, 9211, 8479, 9212, 8445, 8480, 9212, 8479, 8446, 9211, 8479, 9212, 8445, 8480, 9212, 9048, 8497, 8480, 8445, 9287, 8479, 9211, 9212, 9212, 8446, 8476, 8446, 8445, 9212, 8446, 10102, 8720, 8948, 8427, 8427, 8427, 8427, 8427, 9912, 8427, 8427, 9212, 9029, 8602, 8445, 8427, 8427, 8427, 8427, 8427, 10006, 8427, 8427, 8596, 8529, 8427, 8427, 8574, 8630, 9211, 9212, 9212, 9212, 9212, 9212, 9212, 9212, 8904, 8508, 8515, 8487, 8519, 8446, 9942, 8720, 9033, 10063, 8529, 8427, 8427, 9241, 8630, 9211, 9212, 9212, 9212, 9212, 9051, 8508, 8515, 8487, 8519, 8446, 9942, 8720, 9037, 8364, 8427, 8356, 8365, 8427, 8427", - /* 5425 */ "8427, 8427, 8427, 10008, 8427, 8427, 8427, 8427, 8427, 8427, 9371, 8427, 8446, 8548, 8447, 9057, 8427, 8427, 8427, 8427, 8427, 10195, 8368, 8427, 9212, 9212, 9212, 8521, 9212, 9066, 8602, 8445, 8465, 8464, 8463, 9212, 8446, 8548, 8447, 10184, 8896, 8902, 9212, 8463, 9070, 9212, 8902, 8464, 8939, 8464, 8463, 9212, 8446, 8548, 8447, 9658, 8465, 8464, 8463, 9212, 8446, 8548, 8447, 10025, 8427, 8427, 8764, 9075, 8427, 8427, 8427, 8427, 8427, 10329, 8427, 8427, 8427, 9088, 8427, 8427, 8427, 8427, 8427, 8427, 8624, 8623, 8427, 9102, 8427, 8427, 8427, 8427, 8427, 8427, 8764, 8427, 8427, 8427, 8764, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 9684, 8427, 8427, 10226, 8427, 8427, 8427, 8447, 8913, 8712, 8717, 9212, 8748, 8724, 9212, 9045, 9292, 8728, 8897, 8733, 8740, 8747, 9212, 9212, 9053, 8752, 8454, 8463, 9212, 8446, 8548, 8447, 9107, 8712, 8717, 9212, 8748, 9041, 9212, 9045, 9292, 8728, 8897, 8733, 8740, 8446, 8548, 8447, 9113, 8427, 8427, 8427, 8427, 8427, 10386, 10388, 8677, 8427, 10313, 9211, 9212, 9212, 9212, 9212, 9212, 8481, 9212, 8427, 8553, 8445, 9212, 9120, 8553, 8445, 8427, 8427, 8427, 8427, 8427, 10442, 8427, 8427, 8752, 8454, 8463, 9212, 8446, 8548, 8447, 9131, 8364, 8364, 8364, 8364, 8366, 8367, 8427, 10045, 8366, 8367, 8427, 10150, 9146, 8427, 8427, 8427, 8448, 8427, 8427, 8427, 9060, 8446, 9942, 8720, 9169, 10063, 8529, 8427, 8427, 8574, 8630, 9211, 9212, 9212, 9212, 9212, 9051, 9212, 9212, 9290, 9212, 9212, 9212, 9212, 8521, 9212, 8538, 8602, 8445, 8427, 8427, 8427, 8427, 8407, 8427, 8427, 10536, 8415, 8427, 10226, 8432, 8436, 9954, 8755, 8440, 8444, 8452, 8713, 8504, 8458, 8462, 8942, 8944, 8469, 8897, 8473, 8485, 8491, 8495, 8501, 8511, 8508, 8515, 8487, 8519, 8446, 9942, 8720, 8525, 10063, 8529, 8427, 8427, 8574, 8389, 9211, 9212, 8752, 8454, 8463, 9212, 8446, 8548, 8447, 9173, 8427, 8427, 8427, 8427, 8427, 10599, 8427, 8427, 8427, 9178, 8427, 8427, 8427, 9184, 8427, 8427, 9185, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9201, 10027, 8427, 8427, 8985, 8427, 8427, 8427, 9109, 10002, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9269, 8564, 8565, 8563, 8427, 8427, 8580, 8566, 8427, 8427, 8427, 10100, 8427, 8427, 8427, 8427, 9758, 8427, 8427, 8427, 8427, 8427, 9134, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 9692, 8896, 8902, 9212, 8463, 9197, 9212, 8902, 8464, 8903, 8463, 8901, 8902, 8465, 8464, 8463, 9212, 8446, 8548, 8447, 9173, 8366, 8367, 8591, 9208, 9217, 8427, 8427, 8427, 8557, 10027, 8562, 8427, 8985, 8427, 8568, 8427, 8427, 8427, 8573, 8427, 8427, 8427, 8427, 8427, 8567, 8568, 9537, 8572, 8568, 9430, 8572, 9431, 9432, 9430, 8571, 9432, 8567, 9222, 8567, 8569, 8572, 9429, 9430, 9431, 9430, 8570, 9430, 8572, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 9704, 8427, 8670, 8427, 8427, 8427, 8672, 8427, 8427, 8427, 8427, 8427, 8669, 9876, 8672, 8427, 8427, 8427, 8427, 8584, 8427, 8427, 8427, 8672, 8669, 8427, 8427, 8427, 8427, 8427, 8427, 8764, 9260, 9797, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9326, 10483, 8427, 8427, 10534, 8415, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9442, 8427, 9802, 8427, 8427, 8427, 8427, 8427, 8427, 8862, 8421, 8446, 9178, 8447, 8427, 8427, 9184, 8427, 8427, 8397, 8427, 8427, 8427, 8427, 8890, 9185, 8427, 9211, 9212, 9212, 9212, 9212, 9212, 8481, 9212, 8538, 8553, 8445, 8427, 8427, 8427, 8427, 8427, 9940, 8427, 8427, 8366, 8367, 8427, 9269, 9146, 8427, 8427, 8427, 8623, 8427, 8427, 8427, 9822, 10365, 8427, 9275, 8427, 8427, 8427, 9876, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 9720, 9284, 8427, 8427, 10362, 8427, 8427, 10364, 8427, 8427, 8427, 10112, 8427, 8427, 8427, 8427, 10239, 8427, 8427, 8427, 10364, 10364, 10365, 8427, 10325, 8427, 8427, 8427, 8671, 8672, 8427, 8672, 8427, 8427, 8427, 9807, 8427, 9296, 9303, 8427, 10382, 8752, 8454, 8463, 9212, 8446, 8548, 8743, 9307, 8427, 9316, 8427, 8427, 8427, 8427, 8427, 8427, 8862, 8422, 8427, 9334, 8427, 8427, 8427, 8427, 8427, 8427, 8862, 8426, 10081, 8427, 10072, 8427, 8427, 8427, 8427, 8427, 8540, 8427, 8427, 9062, 9339, 8427, 8427, 8427, 8427, 8427, 8427, 8862, 8427, 8427, 9443, 8427, 8427, 8427, 8427, 8427, 8427", - /* 6098 */ "8427, 9868, 8446, 8548, 8736, 9173, 8427, 8427, 8427, 8427, 9174, 8427, 8427, 8427, 8427, 9375, 8427, 8427, 8427, 8427, 8427, 8427, 8963, 8427, 8364, 8364, 8364, 8364, 8366, 8367, 8427, 10186, 8427, 8427, 8427, 8427, 9018, 8427, 8427, 8427, 8446, 8548, 8743, 9173, 8427, 8427, 8427, 8427, 9254, 8427, 8427, 8427, 9247, 8427, 9383, 10320, 8427, 8427, 9248, 9833, 9248, 9248, 10323, 8427, 9256, 8427, 8427, 8427, 8968, 8427, 8427, 8427, 8427, 8427, 9849, 8427, 8427, 8427, 8427, 8427, 8427, 9366, 8427, 8427, 9394, 8427, 8427, 8427, 8427, 8427, 8427, 9103, 8427, 8427, 9408, 9417, 8427, 8427, 8427, 8427, 8427, 8558, 8820, 8855, 10081, 9426, 8427, 8427, 8427, 8427, 9322, 8427, 8427, 8427, 10118, 8427, 8427, 8427, 8427, 9978, 8427, 8427, 8427, 9262, 8427, 8427, 10339, 8427, 8427, 9263, 9930, 9248, 9248, 9249, 8427, 9256, 8427, 8427, 8427, 8985, 8427, 8427, 8427, 9109, 8427, 8427, 8427, 8427, 8427, 9265, 8427, 8427, 9263, 9263, 9264, 8427, 10341, 8427, 8427, 8427, 8989, 8427, 8427, 8427, 8427, 8427, 9857, 9859, 8810, 8427, 8428, 8427, 8427, 8427, 8427, 8427, 8427, 9190, 8427, 9447, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10000, 8427, 8539, 8772, 9452, 9864, 8542, 9864, 9864, 9864, 9862, 8541, 9864, 9863, 9864, 8769, 9864, 9862, 9863, 8793, 8427, 8427, 8427, 8427, 8427, 8558, 8859, 8855, 9456, 8427, 8427, 8427, 8427, 8775, 8427, 10409, 8427, 8427, 8427, 8775, 8427, 8427, 8427, 9900, 8427, 8427, 8427, 8427, 8427, 9362, 8427, 8427, 8427, 8973, 8427, 8975, 8976, 8974, 8975, 8427, 8427, 8427, 10124, 8427, 8427, 8427, 8427, 10447, 8427, 8427, 8427, 8427, 8973, 8973, 8975, 9464, 10433, 8976, 10432, 8427, 8427, 8975, 8973, 9461, 10434, 10435, 8427, 8427, 8427, 10130, 8427, 10130, 8427, 8427, 8427, 9976, 9982, 8427, 8427, 8427, 9153, 8427, 8427, 8427, 8427, 9201, 8427, 8427, 8427, 8427, 8565, 8427, 8427, 8427, 9463, 8973, 8427, 8427, 8427, 8427, 8427, 8427, 9211, 9212, 8980, 8978, 8979, 8427, 8427, 8977, 10249, 8979, 9488, 10252, 8980, 10251, 8427, 8427, 8979, 8977, 10254, 10253, 10254, 8427, 9487, 8977, 8427, 8427, 8427, 9910, 8427, 8427, 8427, 8427, 9904, 8427, 8427, 8427, 8427, 8990, 8991, 8992, 8993, 8991, 9516, 9518, 9517, 8990, 10459, 8992, 9516, 10460, 9518, 9468, 8993, 9518, 9517, 10459, 9470, 10461, 9518, 8427, 8427, 8427, 10141, 9240, 8427, 8427, 8427, 8623, 8427, 8427, 8427, 8427, 8427, 9515, 8990, 8427, 8427, 8427, 8427, 8427, 8427, 9226, 10120, 8997, 8995, 9731, 9733, 9732, 8994, 10497, 8996, 9731, 10498, 9733, 9474, 8997, 9733, 9732, 10497, 9474, 10499, 9733, 8427, 9730, 9136, 8427, 8427, 8427, 9928, 8427, 8427, 8427, 8427, 9934, 8427, 8427, 8427, 8427, 8998, 8999, 9000, 9001, 8999, 10519, 10521, 10520, 8998, 10506, 9000, 10519, 10507, 10521, 9478, 9001, 10521, 10520, 10506, 9478, 10508, 10509, 8427, 8427, 8427, 10161, 10162, 8427, 10162, 8427, 8427, 8427, 10175, 8427, 8427, 8427, 8427, 10503, 8427, 9345, 8427, 10518, 10518, 8427, 8427, 8427, 8427, 8427, 8427, 9245, 8427, 9485, 9003, 10546, 10548, 10547, 9002, 10562, 9004, 10546, 10563, 10548, 9482, 9005, 10548, 10547, 10562, 9482, 10564, 10565, 8427, 10545, 10545, 8427, 8427, 8427, 9946, 9952, 8427, 8427, 8427, 9095, 9262, 8427, 9264, 10339, 8427, 8427, 9263, 9936, 9263, 9436, 9264, 8427, 10341, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9976, 8427, 9006, 9007, 9509, 10595, 9007, 10593, 10595, 10594, 9006, 9507, 9008, 10593, 9492, 10595, 9494, 9498, 10595, 10594, 9505, 9494, 10133, 10134, 8427, 8427, 8427, 10178, 10039, 8427, 8427, 8427, 9448, 8427, 8427, 8427, 8427, 9377, 8427, 8427, 10355, 10132, 10132, 9513, 8427, 8427, 8427, 8427, 8427, 8630, 9211, 9212, 10617, 9020, 10615, 10617, 10616, 9019, 10613, 9021, 10615, 10291, 10617, 10291, 10617, 10617, 10616, 8613, 10291, 8612, 8613, 8696, 8611, 10289, 10617, 8427, 8427, 8427, 10184, 10022, 8427, 8427, 8427, 9326, 8427, 8427, 8427, 8427, 9140, 8427, 8427, 8427, 8427, 9082, 9083, 9528, 9530, 9083, 9528, 9530, 9529, 9082, 9526, 9084, 9528, 9522, 9534, 9522, 10576, 9530, 9529, 9524, 9522, 10575, 9524, 9082, 10574, 9528, 9530, 8427, 8427, 8427, 8427, 8427, 8673, 8427, 8427, 10628, 9090, 10626, 10628, 10627", - /* 6759 */ "9089, 10624, 9091, 10626, 9541, 10627, 9541, 9543, 10628, 10627, 10606, 9541, 10605, 10606, 9089, 10604, 10626, 10628, 8427, 8427, 8427, 10186, 8427, 8427, 8427, 8427, 10302, 8427, 8427, 8427, 8427, 9096, 9097, 9549, 9551, 9097, 9549, 9551, 9550, 9096, 9547, 9098, 9549, 9555, 9550, 9555, 9551, 9550, 9562, 9555, 9561, 9562, 9559, 9560, 9549, 9551, 8427, 8427, 8427, 8427, 8427, 8775, 8427, 10409, 9568, 9115, 9566, 9568, 9567, 9114, 9116, 9576, 9566, 9580, 9567, 9580, 9580, 9568, 9567, 9572, 9580, 9571, 9572, 9569, 9570, 9566, 9568, 8427, 8427, 8427, 10202, 8427, 8427, 8427, 8427, 9839, 8427, 8427, 8427, 8427, 9796, 8427, 8427, 8427, 8427, 9147, 9148, 9584, 9586, 9148, 9584, 9586, 9585, 9147, 9149, 9594, 9584, 9597, 9585, 9597, 9586, 9585, 9590, 9597, 9589, 9590, 9587, 9588, 9584, 9586, 8427, 8427, 8427, 8427, 8427, 8829, 8772, 8833, 9613, 9192, 9601, 9603, 9602, 9191, 9193, 9601, 9611, 9602, 9611, 9611, 9603, 9602, 9607, 9611, 9606, 9607, 9604, 9605, 9601, 9603, 8427, 8427, 8427, 10214, 8427, 8427, 8427, 8427, 9753, 8427, 8427, 8427, 8427, 9742, 8427, 8427, 9996, 8427, 10366, 10305, 9617, 9618, 10367, 9617, 9627, 9619, 9618, 9623, 9627, 9622, 9623, 9620, 9618, 10366, 10368, 9617, 9617, 9627, 9618, 9627, 9621, 9617, 9619, 8427, 8427, 8427, 8427, 8427, 8949, 8427, 8427, 9643, 9637, 9631, 9642, 9632, 9276, 9638, 9631, 9642, 9632, 9642, 9642, 9279, 9632, 9633, 9642, 9278, 9633, 9280, 9277, 9631, 9279, 8427, 8427, 8427, 10221, 8427, 8427, 8427, 8427, 10525, 8427, 10540, 8427, 8427, 8530, 8532, 9647, 10154, 9650, 10154, 10154, 8533, 9648, 9649, 10154, 8532, 9649, 8534, 9648, 8531, 9651, 10153, 10153, 10154, 9648, 10154, 8531, 10153, 9655, 8427, 8427, 8427, 8427, 8427, 8953, 8427, 8427, 8855, 8870, 8855, 8855, 8856, 8853, 8374, 8854, 8427, 8540, 8427, 8427, 8427, 8774, 8427, 8427, 8427, 8427, 8427, 8427, 9271, 8427, 8427, 8539, 8772, 9664, 9864, 8542, 9864, 9864, 8772, 8770, 9861, 9862, 8779, 8773, 8427, 8427, 8427, 10067, 8427, 8427, 8427, 8427, 10081, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9764, 8427, 8539, 8772, 9672, 9864, 8542, 9864, 9864, 8772, 8770, 9861, 9862, 8791, 8781, 8427, 8427, 8427, 8427, 8427, 8539, 8540, 10018, 8427, 8539, 8772, 9680, 9864, 8542, 9864, 9864, 8772, 8770, 9861, 9862, 8837, 8787, 8427, 8427, 8427, 10076, 8427, 8427, 8427, 8427, 10081, 9402, 8427, 8427, 8427, 8539, 8772, 9688, 9864, 8542, 9864, 9864, 8772, 8770, 9861, 9862, 9696, 8773, 8427, 8427, 8427, 10230, 8427, 8427, 8427, 8427, 10543, 8427, 8427, 8427, 8427, 8539, 8772, 9700, 9864, 8542, 9864, 9864, 8772, 8770, 9861, 9862, 9863, 8773, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 8810, 8427, 8539, 8772, 9708, 9864, 8542, 9864, 9864, 8427, 8539, 8772, 9716, 9864, 8542, 9864, 9864, 8427, 8539, 8772, 9724, 9864, 8542, 9864, 9864, 8427, 8427, 9728, 8427, 8427, 8427, 8427, 8427, 8977, 8427, 8979, 10516, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10025, 8427, 8609, 8427, 8427, 8427, 8427, 8427, 8427, 9275, 8427, 9737, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10034, 8427, 8427, 10572, 8427, 9742, 8427, 8427, 9996, 10602, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10045, 9747, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10051, 9186, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10054, 8427, 8427, 9749, 8427, 8427, 8427, 8427, 8427, 8994, 8995, 8996, 8427, 8427, 9766, 8427, 8427, 8427, 8427, 8427, 9002, 9003, 10555, 8427, 8539, 8772, 8768, 9864, 8542, 9864, 9864, 8427, 8539, 8772, 8797, 9864, 8542, 9864, 9864, 8427, 8539, 8772, 9692, 9864, 8542, 9864, 9864, 8427, 8539, 8772, 8845, 9864, 8542, 9864, 9864, 9770, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10085, 8427, 9776, 8427, 8427, 8427, 8427, 8427, 8427, 9310, 8427, 9786, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10088, 9155, 8427, 8427, 10242, 8427, 8427, 9156, 8427, 8427, 8427, 10286, 8427, 8427, 8427, 8427, 10610, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10531, 9156, 9156, 9157, 8427, 9180, 8427, 8427, 8427, 9077, 8427, 8427, 8427, 8427, 8427, 9276, 9278, 9631, 9791, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10106, 9806, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10109, 9228, 8427, 8427", - /* 7429 */ "10298, 8427, 8427, 9229, 8427, 8427, 8427, 10397, 8427, 8427, 8427, 8427, 10385, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10439, 9229, 9229, 9230, 8427, 10143, 8427, 8427, 8427, 9095, 8427, 8427, 8427, 8427, 8427, 10379, 8427, 8427, 8427, 9367, 8427, 8427, 8427, 8427, 8427, 8427, 9321, 8427, 9832, 10090, 8427, 8427, 8427, 8427, 8427, 8427, 9347, 8427, 8427, 9357, 8427, 8427, 8427, 8427, 8427, 8427, 9356, 8427, 8427, 9843, 8427, 8427, 8427, 8427, 8427, 8427, 9361, 8427, 8427, 8427, 9845, 8427, 8427, 8427, 8427, 8427, 9014, 8427, 8427, 8427, 8427, 9880, 8427, 8427, 8427, 9851, 8427, 8427, 8427, 10415, 8427, 8427, 8427, 8427, 9833, 8427, 8427, 8427, 8427, 9296, 8427, 8427, 10382, 8427, 10402, 8427, 8427, 8427, 8427, 8427, 8427, 9383, 8427, 8427, 8427, 9345, 8427, 8427, 8427, 8427, 9922, 10035, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10115, 8427, 8538, 8427, 8427, 8427, 8427, 8427, 8427, 9754, 8427, 8427, 9250, 8427, 8427, 8427, 8427, 8427, 8427, 9760, 8427, 9972, 9421, 9958, 9972, 9964, 9419, 9420, 9962, 8427, 9420, 9959, 9968, 9972, 9960, 9968, 9960, 9970, 8427, 9418, 9961, 8427, 9959, 9960, 8427, 8427, 8427, 10480, 10394, 8427, 8427, 8427, 9816, 8427, 8427, 8427, 8427, 9787, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9081, 8427, 9352, 8427, 8427, 8427, 8427, 8427, 8427, 9801, 8427, 8427, 8558, 8373, 10012, 8860, 8373, 8855, 8860, 8856, 8857, 8855, 8859, 8857, 8852, 8853, 8804, 8856, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 8768, 8858, 8855, 8860, 8427, 8427, 8427, 8427, 8427, 9019, 9020, 10615, 8773, 8540, 9864, 8773, 9864, 8539, 8541, 8773, 10031, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10141, 10060, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10181, 10094, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10184, 9792, 8427, 9894, 8427, 8427, 8427, 8427, 8427, 9088, 8427, 8427, 8427, 10147, 8427, 8427, 8427, 8427, 8427, 8427, 9818, 8427, 8427, 10158, 8427, 8427, 10166, 8427, 8427, 8427, 9658, 8427, 8427, 8427, 8427, 10047, 8427, 8427, 10217, 8427, 10477, 8427, 8427, 8427, 8427, 8427, 8427, 9855, 8427, 10528, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10193, 8427, 8427, 10190, 8427, 8427, 8427, 8427, 8427, 9089, 9090, 10626, 8887, 8427, 8887, 8427, 8427, 8427, 8427, 8427, 9102, 8427, 8427, 8427, 8427, 9378, 8427, 9378, 9378, 9379, 8427, 8427, 8427, 10489, 10490, 8427, 10494, 8427, 8427, 8427, 10531, 8427, 8427, 8427, 8427, 9892, 8427, 8427, 8427, 8427, 9837, 8427, 8427, 8427, 9390, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10199, 10246, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10207, 9396, 8427, 8427, 10375, 8427, 8427, 9397, 8427, 8427, 8427, 10559, 10569, 8427, 8427, 8427, 9833, 8427, 8427, 9388, 8427, 9397, 9397, 9398, 8427, 9404, 8427, 8427, 8427, 9660, 8427, 8427, 8427, 8427, 8427, 9828, 8427, 8427, 8427, 9121, 9122, 10260, 9127, 9122, 10260, 9127, 10267, 9121, 10258, 9123, 10260, 10266, 10261, 10266, 9127, 10261, 10262, 10266, 9126, 10262, 9124, 9125, 10260, 9127, 8427, 8427, 8427, 8427, 8427, 9114, 9115, 9566, 10273, 9164, 10271, 10273, 10282, 9163, 9165, 9165, 10271, 10281, 10272, 10281, 10281, 10273, 10272, 10277, 10281, 10276, 10277, 10274, 10275, 10271, 10273, 8427, 8427, 8447, 8463, 8896, 8902, 9212, 8463, 8903, 9212, 8902, 8464, 8903, 8463, 8901, 8902, 8896, 9212, 9212, 8464, 8465, 8464, 8463, 9212, 8446, 8427, 8447, 8427, 8427, 10295, 8427, 8427, 8427, 8427, 8427, 8427, 9870, 8427, 8427, 10317, 8427, 8427, 8427, 8427, 8427, 8427, 9876, 8427, 10345, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10308, 8427, 9422, 8427, 8427, 8427, 8427, 8427, 8427, 9880, 8427, 10359, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10311, 8427, 8427, 9894, 8427, 8427, 8427, 8427, 8427, 9158, 8427, 8427, 8427, 10372, 8427, 8427, 8427, 8427, 8427, 8427, 9916, 8427, 9812, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10336, 8427, 10429, 8427, 8427, 8427, 8427, 8427, 10439, 8427, 8427, 9888, 8427, 8427, 8427, 8427, 8427, 9162, 8427, 8427, 8427, 8427, 9880, 8427, 8427, 8427, 8427, 8427, 9163, 9164, 10271, 10583, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10400, 10452, 8427, 10456, 8427, 8427, 8427, 8427, 8427, 9178, 8427, 8427", - /* 8093 */ "10474, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10406, 10513, 8427, 9310, 8427, 8427, 8427, 8427, 8427, 9191, 9192, 9601, 9296, 9231, 8427, 10382, 8427, 8427, 10384, 8427, 10384, 10384, 10385, 8427, 9438, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 9342, 8427, 8427, 10552, 8427, 8427, 8427, 8427, 8427, 9202, 9203, 8647, 9823, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10451, 10365, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10465, 8427, 9924, 8427, 8427, 8427, 8427, 8427, 8427, 9918, 8427, 8427, 8427, 9361, 8427, 8427, 8427, 8427, 8427, 9218, 8427, 8427, 8427, 10418, 8427, 8427, 8427, 10580, 8427, 8427, 8427, 9988, 9994, 8427, 8427, 8427, 9260, 8427, 8427, 8427, 8427, 9269, 9351, 8427, 8427, 8427, 8695, 8427, 8427, 8427, 8427, 8427, 9335, 8427, 8427, 8427, 8427, 9312, 8427, 8427, 8427, 8427, 8427, 9235, 8427, 8427, 8427, 10590, 8427, 8427, 8427, 8427, 8427, 8427, 9959, 9963, 8427, 8959, 8427, 8427, 8427, 8427, 8427, 8427, 10138, 8427, 8427, 8427, 10621, 8427, 8427, 8427, 8427, 8427, 9236, 8427, 8427, 9328, 8427, 8427, 10348, 8427, 8427, 9329, 8427, 8427, 8564, 8565, 8427, 8565, 8427, 8427, 8367, 8364, 8364, 8364, 8364, 8364, 8364, 8364, 8364, 8427, 8356, 8365, 9329, 9329, 9330, 8427, 10632, 8427, 8427, 8427, 9898, 8427, 8427, 8427, 8427, 9886, 8427, 8427, 8427, 8427, 8427, 8762, 8760, 8762, 8762, 8763, 8427, 8427, 8586, 8427, 8427, 8427, 8427, 8427, 8539, 8772, 9712, 10636, 8427, 8427, 8427, 8427, 8427, 8427, 8427, 10534, 293, 289, 291, 0, 131080, 0, 0, 1179656, 0, 19202210, 983906, 983906, 19334786, 983906, 983906, 983906, 983906, 983906, 19267602, 983906, 983906, 0, 983906, 983906, 19334786, 19202210, 0, 0, 0, 327688, 293, 289, 459366, 0, 327688, 327688, 327688, 327688, 0, 0, 0, 7935634, 13172744, 0, 0, 1441812, 0, 1441812, 0, 6881298, 1441812, 1441812, 1441812, 7935634, 293, 459366, 459366, 0, 393224, 0, 0, 3225954, 14105082, 9308450, 0, 9308450, 9308450, 17235976, 0, 0, 0, 983906, 19334786, 0, 0, 0, 1065538, 0, 10944520, 0, 0, 459366, 459366, 459366, 459366, 4456456, 4456456, 4456456, 0, 459366, 0, 459366, 459366, 459366, 0, 0, 459366, 0, 0, 0, 0, 122, 21704546, 0, 0, 11141128, 15335432, 0, 3486450, 21757970, 1441800, 20643858, 20643858, 1769490, 1836354, 1441800, 1441800, 1441800, 0, 0, 0, 1114120, 20643858, 1900562, 1441800, 1441800, 1376264, 23330834, 2033010, 1441800, 1441800, 20776354, 2098722, 1441800, 1441800, 1441800, 1376264, 1376264, 1441800, 20906002, 1441800, 1441800, 20971538, 21104114, 1441800, 21169666, 1441800, 0, 0, 1441800, 0, 1441800, 1441800, 0, 1441800, 262162, 21233682, 1441800, 1441800, 2621458, 21626898, 21299218, 1441800, 1441800, 2359314, 1441800, 20643858, 1441800, 1441800, 4601730, 0, 1441800, 20643858, 20643858, 20643858, 1441800, 1966098, 20710738, 1441800, 21430290, 21495826, 20643858, 1441800, 2426258, 21366290, 2098770, 1441800, 2490386, 2555922, 2686994, 2754146, 1441800, 1441800, 21561362, 1441800, 2830642, 0, 0, 3026402, 3407890, 0, 0, 0, 1310740, 1310740, 0, 0, 1310740, 3291298, 0, 0, 0, 1376276, 0, 1376276, 0, 3997714, 4064338, 0, 0, 1310728, 0, 22283154, 0, 0, 0, 1441800, 3866642, 0, 0, 0, 1441812, 22347794, 0, 0, 0, 1507336, 0, 0, 0, 1966100, 0, 1966100, 1966100, 0, 0, 0, 2883602, 0, 17318586, 0, 0, 1507336, 1507336, 0, 22486994, 0, 0, 3080210, 0, 22552514, 0, 0, 0, 3145746, 5177362, 0, 0, 0, 3342354, 16252936, 16252936, 0, 0, 3080210, 1441800, 16252936, 16252936, 16449544, 0, 852008, 0, 0, 9579302, 9579302, 0, 9579302, 16449544, 9175060, 16187400, 9175060, 16187400, 0, 0, 0, 4325412, 0, 0, 16318472, 16318472, 0, 0, 3225954, 0, 0, 16187400, 0, 9175060, 0, 9175060, 9175060, 0, 0, 9175060, 9175060, 0, 16384008, 0, 10038534, 10038534, 10038534, 0, 0, 10038534, 10038534, 0, 10038534, 10038534, 10038534, 10038534, 10038534, 6094866, 6029330, 21704546, 0, 0, 0, 5242898, 6172434, 0, 0, 0, 5373988, 0, 0, 0, 5505048, 6372226, 10747924, 10747924, 10747924, 0, 10747924, 0, 10747924, 0, 10747924, 10747924, 10747924, 10747924, 2883602, 6488082, 6553618, 6422546, 10747924, 6631826, 0, 0, 0, 5843762, 0, 15285302, 15285302, 15285302, 0, 15285302, 0, 15285302, 15285302", - /* 8709 */ "15285302, 15285302, 15285302, 23004466, 1441800, 1441800, 1441800, 20643858, 1441800, 23068690, 1441800, 1441800, 0, 0, 3145746, 23135586, 1441800, 1441800, 20776354, 20906002, 1441800, 1441800, 1376264, 2555922, 21104114, 1441800, 23199762, 1441800, 0, 0, 9830418, 1441800, 21233682, 1441800, 1441800, 0, 0, 15602626, 21299218, 1441800, 1441800, 1441800, 20710738, 1441800, 21430290, 21495826, 1441800, 0, 3553826, 3604498, 6700146, 0, 0, 0, 6488100, 0, 0, 0, 7471122, 6946834, 1376276, 1376276, 1376276, 0, 1376276, 1376276, 0, 0, 0, 7873286, 7022066, 1376276, 1376276, 1376276, 3080210, 0, 7146770, 1376276, 1376276, 1376276, 6815762, 0, 7208978, 1376276, 1376276, 1376276, 11272212, 0, 23396370, 1376276, 1376276, 1376276, 0, 1376276, 15794200, 7022066, 1441812, 1441812, 1441812, 0, 10289160, 7408562, 1376276, 1376276, 1376276, 7602194, 1376276, 1376276, 1376276, 1441812, 23796610, 0, 1441812, 1441812, 8263298, 7995410, 0, 1441812, 1441812, 7471122, 13172744, 0, 0, 1376276, 8457666, 1376276, 1376276, 1376276, 6881298, 1376276, 1376276, 1376276, 8790658, 1376276, 1376276, 1376276, 24248338, 1376276, 1376276, 1376276, 1441812, 1441812, 10289160, 1441812, 0, 0, 1441812, 1441812, 1441812, 1441812, 0, 1441812, 1441812, 0, 0, 0, 459366, 297, 1441812, 0, 8990322, 1441812, 0, 1441812, 15794200, 9055890, 1441812, 1441812, 1441812, 369, 0, 2830642, 11088234, 0, 3026402, 2830642, 0, 14745608, 0, 983112, 0, 0, 1065474, 0, 0, 459366, 313, 1376264, 1441800, 1441800, 1441800, 21037074, 1376264, 1441800, 1376264, 1441800, 1441800, 1376264, 1441800, 3291298, 0, 0, 13908282, 2686994, 1441800, 1441800, 1441800, 22937618, 1441800, 10616852, 10616852, 3145746, 2830642, 10616852, 10616852, 10616852, 0, 0, 10616852, 10616852, 10616852, 2883602, 3291298, 10616852, 10616852, 10616852, 10616852, 10616852, 10616852, 3080210, 1441800, 1376264, 21495826, 1441800, 2164162, 20643858, 20643858, 2164194, 20840466, 2830642, 0, 0, 0, 8126504, 7022066, 0, 0, 0, 8263298, 9635874, 0, 0, 0, 8454184, 25954194, 0, 0, 0, 8726058, 9764882, 0, 0, 0, 8791718, 0, 0, 0, 9053942, 0, 0, 0, 9119606, 0, 0, 0, 9175060, 0, 0, 0, 4276434, 7602194, 0, 0, 0, 9250806, 0, 0, 0, 9316470, 0, 0, 0, 9371668, 0, 0, 0, 9447686, 0, 0, 0, 9513462, 0, 0, 0, 23796610, 0, 0, 3553890, 0, 7995410, 0, 0, 0, 9579302, 0, 0, 5177362, 8791718, 8791718, 8791718, 3291298, 0, 0, 10366794, 2830642, 15023034, 0, 3026402, 2830642, 11350602, 0, 3026402, 23135586, 26869778, 1441800, 20776354, 1441800, 26936754, 1441800, 1441800, 4601778, 1441800, 1441800, 2229810, 1441800, 1441800, 23266690, 21366290, 10753042, 0, 27000850, 0, 1114120, 0, 0, 3486450, 21757970, 3291298, 0, 0, 8726058, 23135586, 1441800, 1441800, 1376264, 20840466, 0, 13762564, 0, 0, 4341826, 0, 27656210, 0, 0, 0, 9645014, 0, 0, 11277906, 0, 0, 0, 9699348, 0, 0, 11206674, 0, 0, 0, 9764884, 0, 0, 11343810, 0, 0, 0, 9830418, 10753042, 3346058, 0, 0, 4406658, 0, 11737234, 0, 0, 0, 9830420, 0, 9830420, 11868818, 0, 0, 0, 9830468, 0, 0, 9830468, 9830468, 0, 0, 10753042, 0, 28049426, 0, 1246422, 0, 0, 5580930, 9316470, 0, 28118530, 0, 0, 4601730, 0, 28311570, 0, 0, 0, 9895956, 0, 9895956, 0, 12067778, 0, 0, 5182854, 0, 0, 0, 29294610, 12124178, 0, 0, 0, 9896004, 0, 9896004, 2830642, 7807674, 0, 3026402, 10753042, 0, 0, 0, 9903714, 0, 12465186, 0, 0, 5182854, 5182854, 0, 12071942, 0, 0, 0, 9969634, 14433062, 0, 0, 0, 9972854, 0, 9972854, 1376264, 1441800, 1441800, 20776354, 6372226, 0, 0, 0, 10038534, 0, 10038534, 2830642, 11534356, 14745608, 0, 1441800, 1441800, 1441800, 1441800, 10420242, 11534356, 0, 0, 0, 10235578, 1966100, 1966100, 1966100, 4849672, 0, 29889202, 0, 0, 5969974, 0, 0, 0, 31990018, 14358242, 0, 0, 0, 10366794, 14552914, 0, 0, 0, 10485778, 0, 30933010, 0, 0, 6429750, 0, 0, 0, 15204408, 0, 14750322, 0, 0, 6429750, 6429750, 0, 15023858, 0, 0, 6561046, 0, 0, 0, 16259874, 0, 16925146, 0, 0, 6815762, 0, 15343442, 0, 0, 0, 10694838, 10694838, 0, 0, 10694838, 0, 15277986, 7217046, 0, 1441800, 26097794, 1441800, 2295362, 1441800, 1441800, 26936786, 1376264, 0, 15475090, 7414150, 0, 1441812, 1441812, 23731634, 31924418, 0", - /* 9305 */ "0, 31990018, 10753042, 32183170, 32243730, 0, 1705734, 0, 0, 18556178, 0, 13697076, 0, 0, 0, 11141128, 15859730, 0, 0, 0, 12138154, 0, 16524514, 0, 0, 6823302, 0, 0, 0, 16580626, 0, 0, 0, 12845096, 32702482, 16724882, 21837490, 0, 1769512, 0, 0, 1837190, 0, 0, 18027490, 0, 17109106, 0, 0, 0, 13172776, 17570130, 0, 0, 0, 13908282, 17635922, 0, 0, 0, 13959188, 17701714, 0, 0, 0, 14105082, 17904914, 0, 0, 17970674, 0, 17839298, 0, 0, 7151270, 0, 0, 0, 18160962, 0, 0, 0, 14876712, 0, 18219026, 0, 0, 7151270, 7151270, 0, 18424994, 0, 0, 7282726, 0, 0, 0, 0, 17904978, 0, 0, 7282726, 7282726, 12189704, 0, 0, 0, 15285302, 15285302, 0, 0, 15285302, 12137930, 0, 0, 0, 15663124, 0, 0, 0, 16128546, 17970738, 0, 12320776, 0, 1966100, 1966100, 1966100, 1966100, 0, 1966100, 18939922, 6561046, 0, 0, 7414150, 7414150, 3735570, 0, 0, 0, 17769586, 4523682, 0, 0, 0, 21954786, 11272212, 1376276, 1376276, 1376276, 4662034, 0, 0, 0, 22153538, 5318402, 9053942, 0, 0, 9053942, 9053942, 9053942, 9250806, 9250806, 9250806, 9250806, 5515266, 9250806, 9316470, 9316470, 9316470, 9316470, 9371668, 9371668, 9371668, 9371668, 9447686, 9447686, 9447686, 9447686, 5712162, 0, 0, 9119606, 9119606, 9119606, 9513462, 5777954, 9513462, 9513462, 9513462, 9513462, 9513462, 5777986, 0, 0, 9175060, 9175060, 9175060, 5778002, 9513462, 0, 9513462, 0, 9513462, 5777922, 9513462, 5777938, 5777970, 0, 0, 9250806, 9250806, 9250806, 0, 0, 9645014, 9645014, 9645014, 9645014, 0, 9645014, 0, 9645014, 9645014, 9645014, 0, 0, 9645014, 9645014, 5909490, 0, 1966100, 4849672, 4849672, 9699348, 9699348, 9699348, 9699348, 22609938, 9699348, 0, 9764884, 0, 9764884, 9764884, 9764884, 0, 0, 9764884, 9764884, 9764884, 9764884, 22675474, 0, 0, 9764884, 9764884, 0, 9764884, 0, 9830420, 9830420, 9830420, 0, 0, 9830420, 9830420, 0, 9830420, 0, 9830420, 0, 22741010, 9830420, 9830420, 9830420, 9830420, 0, 9895956, 9895956, 9895956, 0, 0, 9895956, 9895956, 0, 9895956, 0, 9895956, 22806546, 9895956, 9895956, 9895956, 9895956, 0, 9972854, 9972854, 9972854, 0, 0, 9972854, 9972854, 0, 9972854, 9972854, 9972854, 9972854, 9972854, 5975170, 0, 0, 10498086, 10498086, 10498086, 0, 0, 10498086, 10498086, 0, 10498086, 10498086, 10498086, 10498086, 10498086, 0, 10694838, 10694838, 10694838, 0, 10694838, 6303954, 0, 10694838, 0, 10694838, 10694838, 10694838, 10694838, 10694838, 6303938, 11272212, 1310740, 1310740, 1310740, 0, 1310740, 0, 1310740, 1310740, 1310740, 11272212, 0, 2296698, 0, 0, 4144770, 0, 7277314, 1376276, 1376276, 1376276, 23466130, 1376276, 1376276, 1376276, 8060946, 1376276, 1376276, 1376276, 23855122, 1376276, 1376276, 1376276, 8126482, 1376276, 1376276, 1376276, 23920658, 1376276, 1376276, 1376276, 8195666, 1376276, 1376276, 1376276, 8323090, 1376276, 1376276, 1376276, 3291298, 1376276, 1376276, 1376276, 24117266, 1376276, 1376276, 1376276, 24182802, 1376276, 1376276, 1376276, 8523442, 1376276, 1376276, 1376276, 8585234, 1376276, 1376276, 1376276, 8650770, 1376276, 1376276, 1376276, 8847378, 1376276, 1376276, 1376276, 8912914, 1376276, 1376276, 1376276, 0, 24707090, 0, 0, 9316470, 9316470, 9316470, 0, 0, 25102706, 0, 0, 0, 22217666, 25232354, 0, 0, 0, 23731634, 0, 25296914, 0, 0, 10158098, 0, 917544, 0, 0, 0, 24786642, 0, 10092562, 0, 0, 10223634, 0, 0, 13565992, 0, 0, 10289170, 0, 0, 27398322, 0, 0, 10887746, 0, 10813458, 0, 0, 0, 25037298, 10953218, 0, 0, 0, 25363378, 11081106, 0, 0, 0, 25888674, 11476418, 0, 0, 0, 30543906, 11541394, 0, 0, 0, 30614402, 11599890, 0, 0, 0, 30867474, 11671618, 0, 0, 0, 31924354, 9055890, 0, 0, 0, 32649154, 0, 11088234, 0, 0, 12517394, 0, 12194258, 0, 0, 0, 33033282, 12270002, 0, 0, 0, 33685522, 13959188, 0, 0, 0, 33824050, 12400882, 0, 0, 0, 12517416, 0, 0, 28980978, 0, 0, 12716578, 0, 12597018, 0, 0, 0, 12847522, 0, 14352424, 0, 0, 0, 12910600, 1376276, 1376276, 0, 0, 1376276, 1376276, 1376276, 1376276, 0, 12582930, 0, 0, 13189218, 0, 0, 12648466, 0, 0, 14155794, 0, 12782178, 0, 0, 0, 14236378, 0, 12910610, 0, 0, 0, 14483496, 0, 12977154, 0, 0, 0, 14618706, 0, 13057714, 0, 0, 0, 15663112, 0, 0, 17039416, 0, 0, 16252936, 0", - /* 9910 */ "13123842, 0, 0, 0, 16662394, 0, 13254082, 0, 0, 0, 17372050, 0, 13306002, 0, 0, 0, 18350098, 0, 13371154, 0, 0, 0, 18874386, 0, 29558706, 0, 0, 0, 18874386, 6561046, 2428070, 13569202, 0, 0, 20578322, 0, 0, 15023034, 0, 0, 20578322, 10616852, 13631506, 0, 0, 0, 21837490, 3670034, 13697042, 0, 15663124, 15663124, 0, 0, 15663124, 15663124, 15663124, 0, 15663124, 0, 15663124, 0, 15663124, 15663124, 15663124, 15663124, 0, 11350602, 0, 0, 21889218, 0, 13775378, 0, 0, 0, 22085650, 22153538, 0, 11612838, 0, 0, 22872082, 0, 13841074, 0, 0, 0, 25232370, 0, 0, 15482106, 0, 0, 29098274, 0, 0, 13909170, 0, 0, 29166242, 0, 29949970, 1441812, 1441812, 1441812, 7864338, 0, 13963970, 1376276, 1376276, 1376276, 14028130, 0, 0, 0, 2362458, 0, 0, 4194322, 0, 14093314, 0, 0, 0, 2428070, 0, 0, 0, 30085330, 0, 0, 0, 2818104, 0, 0, 2952730, 0, 0, 4718610, 0, 0, 13776950, 0, 0, 3014696, 0, 0, 10616852, 0, 14235714, 0, 0, 0, 3026338, 0, 3342354, 0, 14286866, 0, 0, 3080232, 0, 0, 12386312, 0, 0, 15663160, 0, 0, 3145768, 0, 0, 12255240, 12255240, 0, 14417938, 0, 0, 3211304, 0, 0, 12320786, 0, 14483474, 0, 0, 0, 3346058, 0, 0, 3276840, 0, 0, 11272200, 0, 0, 15597624, 0, 0, 3866680, 0, 0, 3473464, 0, 0, 3539032, 0, 0, 3670072, 0, 0, 29889186, 0, 0, 14680082, 0, 0, 3932178, 22020114, 0, 655400, 0, 0, 9513462, 9513462, 0, 9513462, 0, 10432474, 0, 0, 3936186, 0, 0, 5969974, 5969974, 0, 31010738, 0, 0, 3936186, 28377106, 0, 1310740, 1310740, 1310740, 1310740, 0, 11993144, 0, 0, 4001862, 0, 0, 0, 14824258, 0, 0, 0, 4063240, 0, 0, 4980754, 5046290, 31143682, 0, 0, 0, 4198682, 0, 0, 2621496, 0, 0, 2755978, 0, 0, 4128792, 0, 14944962, 1903238, 0, 0, 4458498, 0, 0, 7864338, 0, 0, 31327474, 0, 0, 4587576, 0, 0, 4601778, 0, 0, 2490376, 0, 15154722, 16596454, 0, 0, 4789402, 0, 0, 4789570, 0, 22421074, 0, 15206466, 0, 0, 4855794, 0, 0, 2953634, 0, 1771466, 0, 0, 0, 4915218, 0, 0, 3080210, 327688, 15408818, 0, 0, 0, 5182854, 0, 5182854, 15540274, 0, 0, 0, 5384066, 0, 9119606, 0, 9119606, 9119606, 0, 0, 0, 9830468, 0, 9830468, 9830468, 9830468, 0, 9830468, 9830468, 9830468, 9830468, 9830468, 9830472, 0, 9896004, 9896004, 9896004, 0, 0, 9896004, 9896004, 0, 9896004, 9896004, 9896004, 9896004, 9896004, 9896008, 13963970, 0, 0, 0, 5843778, 9579302, 9579302, 9579302, 9579302, 0, 15668306, 0, 0, 5969974, 0, 5969974, 0, 27398386, 0, 0, 6238258, 10498086, 0, 1966120, 0, 0, 2162728, 0, 0, 11803026, 0, 15736290, 0, 0, 0, 6429750, 0, 6429750, 18219026, 0, 0, 7217046, 7217046, 15801266, 0, 0, 0, 6488100, 0, 6488100, 0, 15997218, 0, 0, 6561046, 0, 6561046, 6561046, 6561046, 15931602, 0, 0, 0, 6823302, 0, 6823302, 16062930, 0, 0, 0, 7151270, 0, 7151270, 16194258, 0, 0, 0, 7217046, 0, 7217046, 0, 0, 0, 10498086, 0, 10498086, 0, 16327570, 0, 0, 7282726, 0, 7282726, 0, 16393218, 0, 0, 7414150, 0, 7414150, 0, 0, 0, 10747924, 10747924, 0, 0, 10747924, 16650770, 0, 0, 0, 7807674, 0, 0, 3735608, 0, 0, 29376002, 0, 32505874, 0, 0, 0, 7873286, 0, 0, 8791718, 8791718, 32571410, 0, 0, 0, 8398230, 0, 0, 8791718, 0, 8791718, 8791718, 0, 0, 5242898, 0, 32781442, 0, 0, 9053942, 0, 9053942, 9053942, 0, 0, 0, 16790690, 0, 0, 9121650, 0, 0, 9308450, 0, 0, 0, 917544, 0, 16777236, 0, 0, 0, 16842770, 0, 0, 0, 9250806, 0, 9250806, 9250806, 0, 0, 16727990, 0, 0, 9255682, 0, 0, 3225954, 10616852, 16924610, 0, 0, 0, 9255762, 0, 0, 4330074, 0, 0, 4390920, 0, 0, 6422546, 15285302, 0, 16973844, 0, 0, 0, 17039378, 0, 0, 0, 9316470, 0, 9316470, 9316470, 0, 17172690, 0, 0, 0, 9371668, 0, 9371668, 9371668, 0, 5636114, 17237842, 0, 0, 0, 9371858, 0, 0, 9371668, 9371668, 9371668, 0, 0, 0, 32907570, 0, 0, 9371954, 0, 0, 4390952, 0, 0, 4456456, 0, 4456456, 15663112, 4456456, 0, 32907618, 0, 0, 9437442, 0, 0, 9447686, 9447686, 9447686, 0, 0, 13697042, 0, 0, 0, 9447686, 0, 5712146, 0, 32183170, 0, 0, 9447686, 0, 9447686, 9447686, 0, 9447686, 17306434, 0, 0, 0, 9503922, 0, 0, 9645014, 9645014, 0, 5909474, 0, 18490786, 0, 0, 9504018, 0, 0, 9175060, 16252936, 16384008, 0, 18621746, 0, 0, 9513462, 9513462, 9513462, 0, 0, 0, 33960914, 0, 0, 9568274, 0, 0, 9699348, 9699348, 0, 9699348, 12006378, 0", - /* 10612 */ "0, 0, 9579302, 0, 9579302, 9579302, 9579302, 0, 0, 0, 12451880, 0, 0, 9699348, 0, 9699348, 9699348, 9699348, 0, 0, 0, 19013010, 6823302, 6823302, 0, 19070994, 6488100, 6488100" + /* 0 */ "4429, 4437, 4440, 4440, 4448, 4465, 4440, 4472, 4480, 5858, 5858, 5858, 5858, 5858, 5858, 5505, 5858, 4429, 4437, 4440, 4440, 4448, 4465, 4440, 4490, 4498, 5858, 5858, 5858, 5858, 5858, 5858, 5859, 5858, 5858, 5858, 5858, 5858, 4666, 4674, 4682, 4508, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4553, 5858, 4429, 4437, 4440, 4440, 4521, 4465, 4440, 4535, 4498, 5858, 5858, 5858, 5858, 5858, 5858, 4651, 5858, 4429, 4437, 4440, 4440, 4521, 4465, 4440, 4543, 4551, 5858, 5858, 5858, 5858, 5858, 5858, 5680, 5858, 4527, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5681, 5858, 5858, 5305, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5858, 5858, 5858, 4454, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4482, 5858, 5858, 5858, 5858, 4621, 4632, 6301, 6082, 5858, 4640, 7774, 5858, 4457, 4650, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4621, 6328, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6124, 4659, 4701, 5858, 5858, 5858, 5858, 5858, 5858, 4711, 5858, 5858, 5858, 5858, 5858, 5858, 4723, 4731, 4739, 4760, 5858, 5858, 5858, 5858, 7578, 4771, 4778, 4786, 5858, 7253, 5858, 5858, 5858, 5858, 5858, 5858, 4803, 5858, 5858, 5858, 5858, 7605, 4813, 4820, 4828, 5858, 5858, 5858, 5858, 5858, 7647, 5858, 5858, 4845, 5858, 5858, 5858, 5858, 7761, 4856, 4863, 4871, 5858, 7205, 5399, 4893, 5415, 4901, 4920, 4912, 5167, 5858, 5858, 5858, 5858, 7183, 6349, 6357, 7130, 5858, 5858, 5858, 5858, 5858, 4932, 6353, 6361, 7158, 5858, 5858, 5858, 5858, 7855, 6349, 6357, 7130, 5858, 5858, 5858, 5858, 5858, 4963, 4674, 4682, 4974, 5858, 5858, 5858, 5858, 5477, 6349, 6357, 7154, 5858, 5858, 5858, 5858, 5858, 4985, 4674, 4682, 4690, 5858, 5858, 5858, 5858, 7996, 6349, 6357, 7130, 5858, 5858, 5858, 5858, 5858, 4985, 4674, 4992, 5000, 5858, 5858, 5858, 5858, 8339, 4670, 4678, 4686, 5858, 5858, 5858, 5858, 5858, 4963, 4674, 4682, 4974, 5858, 5858, 5858, 5858, 4763, 6349, 6357, 7099, 5858, 5858, 5858, 5858, 5858, 5011, 6353, 6361, 7180, 5858, 5858, 5858, 5858, 8168, 6349, 6357, 7130, 5858, 5858, 5858, 5858, 5858, 4963, 4674, 4682, 4974, 5858, 5858, 5858, 5858, 5218, 4670, 4678, 4970, 5858, 5858, 5858, 5858, 5858, 4963, 4674, 5027, 5035, 4573, 4581, 4589, 4597, 5046, 5631, 5639, 5492, 5858, 5054, 6307, 5083, 5083, 5062, 5080, 5083, 5094, 5858, 7298, 8316, 8324, 8332, 5835, 4923, 5163, 5858, 4577, 4585, 5128, 4601, 4609, 4882, 4912, 5496, 5858, 7298, 8316, 8324, 8332, 5835, 4923, 5163, 5858, 5858, 8312, 8320, 8328, 8336, 4920, 4885, 5167, 4573, 4581, 4589, 4597, 4565, 4613, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5106, 4573, 5183, 5124, 5132, 5148, 5156, 4923, 5647, 5858, 5179, 4585, 5128, 5136, 4569, 4882, 4912, 5496, 5858, 7298, 8316, 8324, 5191, 5835, 4923, 5163, 5858, 7976, 5215, 5858, 5858, 5858, 5858, 5858, 5070, 5858, 5226, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7205, 5399, 4893, 5415, 4901, 4920, 4912, 5167, 5858, 4500, 5083, 5083, 6311, 5938, 5083, 5086, 5858, 5812, 5858, 5951, 6078, 5858, 5858, 7595, 5858, 5858, 4500, 5083, 5083, 6311, 5938, 5083, 5086, 5858, 5504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6086, 5858, 5858, 5858, 5858, 5858, 5858, 8312, 8320, 8328, 8336, 4920, 4885, 5167, 5858, 7298, 5236, 5255, 5285, 5835, 4923, 5574, 5858, 5858, 8312, 8320, 8328, 8336, 4920, 4885, 5167, 5858, 7298, 8316, 8324, 8332, 5835, 4923, 5163, 5858, 5858, 8312, 8320, 8328, 8336, 4920, 4885, 5167, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5504, 5858, 7380, 5858, 5858, 5858, 5858, 5858, 5500, 5858, 5367, 6416, 5858, 5858, 5114, 5858, 5858, 5858, 5858, 5858, 5858, 7111, 5858, 5858, 5070, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5858, 5858, 5858, 5858, 7972, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7361, 5858, 5098, 5300, 5858, 5858, 5858, 5858, 5858, 5325, 5858, 5858, 5858, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5858, 5858, 5858, 5858, 5313, 5337, 5345, 5364, 6269, 7298, 8316, 8324, 8332, 5835, 4923, 5163", + /* 679 */ "5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5070, 4573, 4581, 5124, 5132, 4605, 5631, 4923, 5492, 5858, 4577, 4585, 5128, 4601, 4609, 4882, 4912, 5496, 4573, 4581, 5124, 5132, 4605, 5631, 4923, 5492, 5858, 4577, 4585, 5128, 4601, 4609, 4882, 4912, 5496, 4573, 4581, 5124, 5132, 4605, 5631, 4923, 5492, 5858, 4577, 4585, 5128, 4601, 4609, 4882, 4912, 5496, 4573, 4581, 5124, 5132, 4605, 5631, 4923, 5492, 5858, 4577, 4585, 5128, 4601, 4609, 4882, 4912, 5496, 4573, 4581, 5124, 5132, 4605, 5631, 4923, 5492, 5858, 4577, 4585, 5128, 4601, 4609, 4882, 4912, 5496, 4573, 4581, 5124, 5132, 4605, 5631, 4923, 5492, 5858, 5812, 5375, 5383, 5259, 5267, 4909, 4924, 5916, 5858, 5395, 5379, 5387, 5263, 4905, 4923, 5912, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5427, 4573, 5183, 5124, 5132, 5140, 4878, 4923, 5492, 5858, 5179, 4585, 5128, 5136, 4569, 4882, 4912, 5496, 4573, 4581, 4589, 4597, 5445, 5453, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 4500, 5083, 5083, 6311, 5938, 5083, 5086, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 4573, 4581, 4589, 4597, 5465, 5453, 5639, 5492, 5858, 7205, 5399, 4893, 5415, 8336, 4920, 4912, 5167, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5066, 5858, 5858, 6307, 5083, 5083, 6315, 5080, 5083, 5473, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5812, 5399, 5549, 5415, 5243, 4920, 4885, 5167, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5485, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5070, 6269, 7298, 8316, 8324, 5513, 5835, 4923, 5163, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 6269, 7298, 5521, 8324, 5529, 5835, 4923, 5163, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5070, 6269, 7298, 8316, 8324, 5537, 5835, 4923, 5163, 5858, 5858, 8312, 8320, 8328, 8336, 4920, 4885, 5167, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5066, 5858, 5858, 5858, 5858, 5858, 5895, 5858, 5858, 5858, 5858, 8005, 5858, 5275, 5858, 8055, 5858, 5858, 5858, 5858, 5858, 6420, 5858, 5858, 6252, 5858, 5304, 5858, 5858, 5858, 6424, 5858, 8055, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6212, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6212, 5858, 5858, 5858, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5395, 5545, 5411, 5419, 5835, 4923, 5163, 5858, 5858, 8312, 8320, 8328, 5557, 5569, 4885, 5582, 5858, 5395, 5403, 5411, 5594, 5835, 4923, 5163, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5070, 6007, 4500, 5083, 5083, 5602, 5938, 5083, 5086, 5858, 6147, 6307, 5083, 5083, 5610, 5080, 5083, 5473, 5858, 7298, 8316, 8324, 8332, 5835, 4923, 5163, 5858, 5858, 8312, 8320, 8328, 8336, 4920, 4885, 5167, 5858, 5858, 5858, 5858, 5858, 6426, 5858, 7115, 5858, 4577, 4585, 4593, 4561, 5627, 5635, 5643, 5496, 5858, 5395, 5545, 5411, 5655, 5835, 4923, 5163, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 7298, 8316, 8324, 8332, 5835, 4923, 5163, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 7298, 8316, 8324, 8332, 5835, 4923, 5163, 5858, 5858, 5858, 5858, 5858, 6260, 6268, 5858, 5858, 5858, 6372, 5858, 5858, 5858, 5870, 5858, 5858, 5858, 5812, 5881, 5951, 5671, 5858, 5858, 7595, 5858, 5858, 5858, 5858, 5858, 5858, 4454, 5858, 5858, 5858, 5858, 5858, 5679, 5858, 4482, 5858, 5858, 5858, 5858, 7371, 5689, 5712, 7459, 5731, 5858, 5858, 5858, 5504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4500, 5083, 5083, 6311, 5938, 5083, 5086, 5858, 5504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4500, 5083, 5083, 6311, 5938, 5083, 5086, 5858, 5858, 8312, 8320, 8328, 8336, 4920, 4885, 5167, 5858, 5858, 5858, 5858, 7731, 5858, 5858, 5858, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5066, 5858, 5812, 5399, 5549, 5415, 5659, 4920, 4885, 5167, 5858, 5395, 5545, 5411, 5655, 5835, 4923, 5163, 5858, 5858, 8312, 5746, 8328, 5659, 4920, 4885, 5167, 5858, 7298, 5742, 8324, 5754, 5835, 4923, 5163, 5858, 5858, 5858, 5858, 5858, 5985, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858", + /* 1358 */ "5066, 5858, 5054, 6307, 5083, 5083, 5762, 5080, 5083, 5094, 5858, 5858, 5858, 5858, 5116, 5858, 5858, 5858, 5858, 5858, 5777, 5775, 5858, 5785, 5793, 5801, 5809, 5858, 4621, 7651, 5858, 5858, 5858, 5858, 5858, 5858, 5812, 5399, 5407, 5415, 5659, 4920, 4885, 5167, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5858, 7139, 7137, 5858, 5767, 5820, 5858, 5832, 5858, 5858, 5858, 5858, 7361, 5858, 5098, 6287, 5858, 5858, 5858, 5271, 5858, 5858, 6252, 5858, 5858, 5858, 5858, 5858, 5858, 7731, 5858, 5858, 5858, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5858, 5858, 5329, 5858, 5858, 6252, 5858, 5858, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6212, 5858, 5858, 5858, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5858, 5858, 5858, 5858, 5325, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6212, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8212, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6426, 5843, 5858, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5858, 5858, 5858, 6426, 5858, 5858, 5858, 5853, 5858, 5867, 7209, 4955, 5858, 5858, 5878, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5858, 8312, 8320, 8328, 5889, 5907, 4885, 5167, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5066, 5858, 5504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5500, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5812, 5399, 5407, 5415, 5659, 4920, 4885, 5167, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5812, 5399, 5549, 5415, 5659, 4920, 4885, 5167, 5858, 5858, 5858, 5928, 5858, 5858, 5858, 5858, 5858, 5504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4642, 5858, 5858, 5858, 5858, 6147, 6307, 5083, 5083, 5946, 5080, 5083, 5473, 5858, 5395, 5403, 5411, 5655, 5835, 4923, 5163, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5500, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5963, 5978, 5997, 5858, 5858, 5858, 5858, 5858, 7417, 5292, 8137, 8145, 6269, 7298, 8316, 8324, 8332, 5835, 4923, 5163, 5858, 4577, 4585, 4593, 4561, 4609, 5457, 5643, 5496, 4573, 4581, 4589, 4597, 4565, 5453, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5457, 5643, 5496, 5858, 7298, 8316, 8324, 8332, 5835, 4923, 5163, 5858, 7205, 5399, 4893, 5415, 8336, 4920, 4912, 5167, 5858, 5395, 5545, 5411, 6015, 5835, 4923, 5163, 5858, 5858, 8312, 8320, 8328, 8336, 4920, 4885, 5167, 5858, 7298, 8316, 8324, 8332, 5835, 4923, 5163, 5858, 5812, 5399, 5549, 5415, 5659, 4920, 4885, 5167, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5967, 5858, 6023, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5858, 5858, 5858, 6187, 5858, 5858, 5858, 5070, 5858, 5395, 5545, 5411, 5655, 5835, 4923, 5163, 5858, 6147, 6307, 5083, 5083, 6108, 5080, 5083, 5473, 5858, 5395, 5545, 5411, 5655, 5835, 4923, 5163, 5858, 5858, 5858, 5858, 5858, 5858, 7455, 5858, 6033, 5072, 5857, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6043, 6054, 5858, 5858, 6573, 5858, 5858, 5070, 5858, 5858, 5858, 5858, 5858, 4454, 5858, 5858, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5561, 5858, 5858, 7538, 5858, 5066, 5858, 5858, 5858, 5858, 5858, 5695, 5858, 5858, 5858, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5500, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5858, 5858, 7731, 5858, 5858, 5858, 5858, 5504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5858, 8312, 8320, 8328, 8336, 4920, 4885, 5167, 5858, 5395, 5403, 5411, 5655, 5835", + /* 2037 */ "4923, 5163, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6383, 5967, 5858, 5858, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6483, 5967, 5858, 5858, 5858, 5858, 5858, 5858, 7361, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6586, 5967, 5858, 5858, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5858, 5858, 5858, 6575, 6064, 5858, 5858, 5812, 5399, 5549, 5415, 6074, 4920, 4885, 5167, 5858, 5858, 5858, 5858, 5858, 6575, 5858, 5858, 5858, 5853, 5858, 5867, 7209, 4955, 5858, 5858, 5878, 5858, 7298, 8316, 8324, 5191, 5835, 4923, 5163, 5858, 6656, 5858, 5858, 5858, 6094, 5858, 5858, 5858, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5858, 5858, 5858, 5858, 6212, 5858, 5858, 5858, 5858, 5858, 5561, 5858, 5858, 5858, 5858, 5066, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 6143, 4500, 5083, 5083, 6104, 5938, 5083, 5086, 5858, 5504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5500, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5812, 5399, 5549, 5415, 6120, 4920, 4885, 5167, 5858, 5395, 5545, 5411, 5655, 5835, 4923, 5163, 5858, 5858, 5858, 5858, 5858, 5858, 6795, 6472, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6132, 6156, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5858, 5858, 7731, 5858, 5858, 6174, 5858, 6656, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6691, 6184, 5858, 5858, 6569, 5858, 5858, 5066, 5858, 6195, 5858, 5858, 5858, 6573, 5858, 5858, 5070, 5858, 5395, 5545, 5411, 5655, 5835, 4923, 5163, 5858, 5858, 5858, 5858, 5858, 5858, 6795, 5704, 5858, 5858, 5858, 5858, 5858, 7731, 8055, 6224, 6246, 5858, 5858, 5858, 5858, 5858, 7972, 6162, 6228, 6236, 5858, 5858, 5858, 5858, 5858, 5858, 6132, 6277, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5812, 5399, 5549, 5415, 5659, 4920, 4885, 5167, 5858, 5395, 5545, 5411, 5655, 5835, 4923, 5163, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 5858, 5858, 5858, 5858, 5858, 5858, 6166, 6232, 5858, 5858, 5858, 5858, 5858, 5858, 6162, 6228, 6236, 5858, 5858, 5858, 5858, 5858, 5858, 6166, 6295, 5858, 5858, 5858, 5858, 5858, 7972, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7731, 5858, 5858, 5858, 5858, 4577, 4585, 4593, 4561, 4609, 5635, 5643, 5496, 4573, 4581, 4589, 4597, 4565, 5631, 5639, 5492, 5858, 5858, 5858, 5858, 5858, 6325, 5858, 5858, 5858, 5858, 5858, 6974, 5858, 6510, 5858, 5858, 5858, 5858, 5858, 5858, 7864, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6336, 5858, 5858, 4805, 5858, 5858, 5858, 5858, 5858, 6345, 6353, 6361, 6380, 5858, 5858, 5858, 5858, 6726, 6391, 5858, 6399, 5858, 5858, 5858, 5858, 5858, 6434, 6453, 6461, 6480, 5858, 5858, 5858, 5858, 5734, 6491, 6499, 6518, 5858, 5858, 5858, 5858, 5858, 6542, 6550, 6558, 6583, 5858, 5858, 5858, 5858, 6940, 6594, 6602, 6610, 5858, 5858, 5858, 5858, 5858, 6629, 6637, 6645, 6653, 5858, 5858, 5858, 5858, 7008, 6664, 6672, 6680, 5858, 5858, 5858, 5858, 5858, 6699, 6707, 6715, 6723, 5858, 5858, 5858, 5858, 7076, 6734, 6742, 6750, 5858, 5858, 5858, 5858, 5858, 6769, 6784, 6776, 6792, 5858, 5858, 5858, 5858, 7244, 6803, 6811, 6819, 5858, 5858, 5858, 5858, 5858, 6843, 6851, 6859, 6867, 5858, 5858, 5858, 5858, 7309, 6878, 6886, 6894, 5858, 5858, 5858, 5858, 5858, 6913, 6921, 6929, 6937, 5858, 5858, 5858, 5858, 7320, 6948, 6955, 6963, 5858, 5858, 5858, 5858, 5858, 6982, 6997, 6989, 7005, 5858, 5858, 5858, 5858, 7488, 7016, 7023, 7031, 5858, 5858, 5858, 5858, 5858, 7050, 7065, 7057, 7073, 5858, 5858, 5858, 5858, 5218, 7084, 4678, 4686, 5858, 5858, 4748, 4746, 5858, 7092, 5019, 6361, 6369, 5858, 7262, 4848, 4750, 8187, 5015, 6357, 6365, 5858, 5858, 5858, 5858, 5858, 7123, 6353, 6361, 7180, 5858, 7262, 4848, 4750, 8242", + /* 2716 */ "5015, 6357, 6365, 5858, 5858, 5858, 5858, 5858, 7147, 6353, 6361, 7180, 5858, 7262, 4848, 4750, 8349, 5015, 6357, 6365, 5858, 5858, 4748, 4746, 5858, 7169, 5019, 6361, 6369, 5858, 5858, 5858, 5858, 7161, 6349, 6357, 4939, 5858, 5858, 4748, 4746, 5858, 7191, 5019, 6361, 6369, 5858, 7262, 4848, 4750, 4977, 5015, 6357, 6365, 5858, 5858, 4748, 4746, 5858, 7217, 5019, 6361, 6369, 5858, 7262, 4848, 4750, 4693, 5015, 6357, 6365, 5858, 5858, 4748, 4746, 5858, 7225, 5019, 6361, 6369, 5858, 5858, 5858, 5858, 5003, 6349, 6357, 7176, 5858, 5858, 5858, 5858, 5858, 7233, 6353, 6361, 7180, 5858, 5858, 5858, 5858, 5989, 5858, 5858, 5858, 5858, 7241, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8158, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7252, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6761, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4513, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6148, 4835, 5858, 5858, 5858, 5858, 5858, 5858, 7507, 5858, 5858, 5858, 5858, 7261, 5858, 5858, 7270, 5858, 5858, 5858, 7278, 7287, 5858, 5858, 5858, 5858, 5858, 5858, 5247, 5858, 5858, 5858, 5858, 5858, 5171, 6831, 5858, 5858, 5858, 5858, 5858, 5899, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7296, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6445, 5858, 5858, 5858, 5858, 7042, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7306, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6870, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7317, 5858, 5858, 6317, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4748, 4746, 5858, 7328, 5019, 6361, 6369, 5858, 7262, 4848, 4750, 7788, 5015, 6357, 6365, 5858, 5858, 4748, 4746, 5858, 7336, 5019, 6361, 6369, 5858, 7262, 4848, 4750, 7986, 5015, 6357, 6365, 5858, 5858, 4748, 4746, 5858, 7344, 5019, 6361, 6369, 5858, 7262, 4848, 4750, 8046, 5015, 6357, 6365, 5858, 5858, 4748, 4746, 5858, 7352, 5019, 6361, 6369, 5858, 5858, 5858, 5858, 8025, 5858, 5858, 5858, 5858, 7360, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7369, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8283, 5858, 5920, 5858, 5858, 5858, 5858, 5858, 5858, 7379, 7388, 7407, 5858, 5858, 5858, 5858, 5858, 7430, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7399, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7413, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6238, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7549, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7439, 7448, 7467, 5858, 5858, 5858, 5858, 5858, 6283, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8094, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6003, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6216, 5858, 5858, 5858, 5858, 5858, 6139, 5858, 5858, 5858, 5858, 7485, 5437, 5858, 7496, 5858, 5858, 5700, 5858, 5858, 5858, 5858, 5858, 5619, 7504, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7515, 5858, 7616, 5858, 5858, 5858, 5858, 5858, 7477, 5858, 5858, 7525, 5858, 6468, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5435, 5858, 5858, 7536, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7751, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5845, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6506, 5858, 5858, 5858, 5858, 5858, 5936, 5858, 7808, 7546, 5858, 5858, 5858, 5858, 5932, 5858, 5858, 7557, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8221, 5858, 5858, 5858, 5858, 5858, 5858, 6565, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7819, 5858, 5858, 5858, 5858, 7901, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6687, 5858, 5858, 5858, 5723, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6757, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7528, 5858, 5858, 5858, 5858, 5858, 7576, 5858, 7936, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7586, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7517, 7038, 5858, 5858, 5858, 5858, 6621, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5110, 5858, 5858, 5858, 5858, 5858, 5858, 7288, 7594, 5858, 5955, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7603, 5858, 5858, 5858, 5858", + /* 3395 */ "5858, 5858, 5858, 8016, 5858, 5858, 5858, 5858, 5858, 6826, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8036, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7613, 5858, 5858, 5858, 5858, 5858, 5858, 8074, 7624, 7632, 7640, 5858, 5858, 5858, 5858, 5858, 6202, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5277, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6406, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7797, 5858, 5858, 5586, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7659, 5858, 5858, 5858, 5858, 7422, 5858, 5858, 5858, 5858, 5858, 4795, 4793, 5858, 7670, 7678, 7686, 7694, 5858, 7262, 4848, 4750, 5038, 7705, 7713, 7198, 5858, 5858, 5858, 5858, 5858, 7897, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8085, 5858, 5858, 5858, 5858, 5858, 6411, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8105, 5858, 5858, 5858, 5858, 5858, 8279, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7279, 7721, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4946, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8147, 7730, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6525, 5858, 5858, 5858, 5858, 5858, 5858, 5275, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8125, 5858, 5858, 5858, 5858, 5858, 6424, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7395, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6025, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5615, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7739, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7473, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7722, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8297, 7748, 5858, 5858, 5858, 5858, 5858, 5858, 6534, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8217, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8177, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4951, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7431, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5719, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6035, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6617, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8198, 5858, 8232, 5858, 5858, 5858, 7759, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7769, 5858, 5858, 5858, 7564, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7786, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7796, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7805, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4837, 5858, 5858, 5858, 5858, 5858, 5858, 7816, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8253, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6970, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6337, 5858, 5858, 5858, 5858, 5858, 5858, 5203, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5207, 6835, 7827, 7853, 5858, 5858, 5858, 5858, 5858, 7863, 7872, 7891, 5858, 5858, 5858, 5858, 5858, 7909, 7917, 7925, 7933, 5858, 5858, 5858, 5858, 6046, 7944, 7952, 7960, 5858, 5858, 5858, 5858, 5858, 7841, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5228, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5352, 5858, 5858, 7984, 7845, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5329, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7994, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5824, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6056, 8004, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5356, 8013, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8024, 5858, 8264, 5858, 5858, 5858, 5858, 5858, 8297, 8033, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8044, 5858, 5858, 5858, 5858, 5858, 5858, 6441, 5663, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4715, 5858, 5858, 5858, 5858, 5858, 7106, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4752, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7879, 5858, 5858, 5858, 5858, 8054, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8063, 5858, 5858, 5858, 5858, 5431, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8071, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5932, 5858, 5858, 8082, 5858, 5858, 5858, 8093, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858", + /* 4074 */ "5858, 6096, 8102, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6901, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6066, 8113, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7834, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7740, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7883, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8122, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5970, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7421, 8133, 8141, 5858, 5858, 5858, 6905, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8155, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7967, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7662, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5320, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 7440, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6207, 8166, 5858, 5858, 5858, 5858, 5858, 5858, 8114, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5198, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4703, 5858, 5858, 5858, 5858, 8232, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 4624, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6176, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8176, 5978, 5997, 5858, 5858, 5858, 5858, 5858, 7417, 7568, 8137, 8145, 5858, 5858, 5858, 5858, 5858, 7697, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6207, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8185, 5858, 5858, 5858, 5858, 5858, 5858, 6383, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8195, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6586, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8206, 5858, 5858, 5858, 5858, 5858, 5858, 8229, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8240, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8250, 5858, 5858, 5858, 5858, 6112, 6529, 5858, 5858, 5858, 5858, 8261, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6256, 6264, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6795, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 6174, 5858, 5858, 5858, 5858, 5858, 5858, 6533, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 5858, 8272, 8291, 5858, 5858, 5858, 5858, 5858, 5858, 7778, 8305, 8347, 4573, 8600, 8602, 8602, 8400, 8401, 8602, 8604, 8403, 8399, 8604, 8398, 8409, 8409, 8409, 8409, 8409, 8409, 8409, 8409, 8401, 8603, 8600, 8402, 8606, 8402, 8602, 8602, 8392, 8602, 8602, 8602, 8602, 8602, 8376, 8602, 8700, 8602, 8605, 8404, 8409, 8409, 8409, 8409, 8409, 8402, 8603, 8357, 8367, 8368, 8361, 8372, 8363, 8380, 8602, 8602, 8602, 8602, 8602, 8602, 8392, 8602, 8409, 8402, 8603, 8386, 8367, 8368, 8366, 8372, 8363, 8375, 8602, 8602, 8602, 8602, 8602, 8602, 8446, 8703, 9942, 8906, 8860, 8602, 8878, 8602, 8602, 8602, 8433, 8602, 8433, 8602, 8602, 8401, 8603, 8402, 8402, 8606, 8402, 8602, 8602, 8421, 8602, 8602, 8602, 8602, 8700, 8409, 8402, 8603, 8396, 8367, 8368, 8366, 8365, 8409, 8402, 8603, 8408, 8415, 8415, 9084, 9084, 8413, 8416, 8602, 8602, 8602, 8602, 8602, 8602, 8593, 8602, 8959, 8516, 8961, 8963, 8522, 8526, 8530, 8534, 8500, 10252, 8613, 8549, 8602, 8602, 8602, 8602, 8437, 8602, 8602, 9432, 8443, 8602, 9110, 8452, 8456, 10466, 8460, 8464, 8470, 8934, 8499, 8466, 8476, 8482, 8472, 8488, 8492, 8498, 8512, 8937, 8959, 8516, 8961, 8963, 8522, 8518, 8951, 8956, 8500, 10252, 8613, 8549, 8555, 8564, 8602, 8602, 8602, 9144, 8967, 8499, 8602, 8602, 9110, 8602, 8602, 8602, 8602, 8602, 8382, 8602, 8602, 9704, 10295, 8597, 8602, 8602, 8602, 8610, 8653, 8602, 8641, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9356, 8646, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8402, 8652, 8602, 9454, 8602, 10472, 9460, 8657, 8602, 8390, 8875, 9937, 8859, 9939, 9937, 8859, 8875, 9942, 9940, 8875, 8875, 8859, 8859, 9937, 8859, 9938, 9937, 8876, 8859, 8875, 8876, 8877, 9942, 8875, 8859, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 9992, 8448, 8663, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9367, 9543, 8602, 8602, 8668, 8602, 8602, 8602, 8602, 8602, 8602, 10492, 8602, 8602, 8602, 8716, 9066, 9067, 9065, 10010, 8674, 8717, 8683, 9819, 9819, 9816, 9818, 8688, 8693, 8689, 8697, 8708, 10318, 8714, 8712, 9817, 8602, 8422, 8602, 8602, 8602, 8849", + /* 4752 */ "8602, 8602, 8602, 8602, 8602, 8602, 8602, 10503, 9065, 9068, 9068, 8602, 8602, 8602, 8602, 8602, 8390, 8844, 8888, 8740, 9442, 8730, 8723, 8721, 8733, 8727, 8738, 8740, 8740, 8722, 8740, 8741, 8722, 8731, 8740, 8738, 8731, 8732, 8729, 8738, 8741, 8602, 8427, 8602, 8602, 8602, 9941, 8602, 8602, 8602, 8602, 8602, 9665, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9387, 9725, 8760, 8757, 9725, 8750, 8765, 8761, 8753, 9725, 9725, 8758, 9725, 8759, 8758, 8754, 9725, 8753, 8754, 8755, 8756, 8753, 8759, 8602, 8439, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10529, 8602, 8602, 10306, 8602, 8602, 8602, 8602, 8602, 8422, 8602, 8602, 8776, 8783, 8780, 8776, 8769, 8772, 8784, 8769, 8776, 8776, 8781, 8776, 8782, 8781, 8770, 8776, 8769, 8770, 8771, 8779, 8769, 8782, 8602, 8564, 8602, 8602, 8602, 9144, 9225, 8499, 8499, 8499, 8499, 8499, 8499, 8499, 8504, 8794, 8800, 8505, 8504, 8492, 8507, 8805, 9227, 8500, 8417, 8613, 10566, 8602, 8602, 8602, 8602, 8602, 8637, 9225, 8499, 8499, 8499, 8499, 8499, 8499, 8499, 8801, 8602, 8602, 9225, 8499, 8499, 8499, 8499, 8499, 8499, 8499, 8499, 8500, 8602, 10027, 8841, 8814, 8830, 8847, 8829, 8830, 8844, 8424, 8425, 8850, 8817, 8846, 8602, 8602, 8602, 9338, 10316, 8602, 8602, 8602, 9048, 8602, 8602, 8602, 8602, 10195, 8602, 8602, 8602, 8602, 8602, 8875, 9937, 8859, 9939, 9937, 8859, 8875, 8876, 8877, 9942, 8903, 8859, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 9984, 8602, 8602, 8875, 8858, 8859, 9939, 9937, 8859, 8884, 9937, 8868, 8859, 8875, 8873, 8908, 9935, 8875, 8859, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 10000, 8602, 8602, 8844, 8892, 8830, 8847, 8845, 8830, 8844, 8847, 8848, 8830, 8844, 8830, 8830, 8845, 8859, 9938, 8900, 8876, 8859, 8875, 9944, 8869, 9942, 9932, 8859, 8602, 8602, 8602, 8602, 8602, 8602, 8850, 10290, 8522, 8526, 8530, 8534, 8500, 10252, 8613, 8912, 8437, 8602, 8602, 9430, 8443, 8602, 8602, 9561, 8704, 8446, 8602, 8927, 8602, 8602, 8602, 8602, 8602, 8996, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9430, 8602, 8602, 8702, 8923, 8923, 8923, 8923, 8923, 8923, 8923, 8923, 8447, 8602, 8923, 8923, 8447, 8626, 8923, 8602, 8602, 8602, 8602, 8602, 9030, 8602, 9088, 8499, 8940, 8971, 8499, 8602, 8602, 8602, 8602, 8602, 9052, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9702, 8470, 8934, 8499, 8466, 8476, 8800, 8472, 8488, 8492, 8507, 8512, 8937, 8959, 8516, 8961, 8963, 8522, 8518, 8951, 8975, 8500, 10252, 8613, 8549, 8522, 8518, 8951, 8975, 8500, 10252, 8985, 8979, 8987, 9535, 9536, 8987, 8982, 8992, 8540, 8499, 8499, 8499, 8504, 8499, 8614, 8602, 8499, 8602, 8602, 8602, 8602, 8602, 8678, 8602, 8602, 8437, 8602, 8602, 9432, 8443, 8602, 9110, 9561, 8456, 10466, 8460, 8464, 8947, 8504, 8507, 8507, 8500, 8602, 8613, 8602, 8602, 8602, 9367, 8602, 8602, 8602, 8602, 9124, 8602, 8602, 8602, 8602, 10395, 8602, 8602, 8602, 8602, 8602, 10049, 8602, 8602, 8602, 8602, 8602, 8602, 8875, 9937, 8602, 9002, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9667, 9225, 8501, 8499, 8499, 9225, 8503, 8501, 8500, 8417, 8613, 9169, 8602, 8602, 8602, 8602, 8602, 10043, 8602, 8602, 9225, 8503, 8612, 8501, 8502, 8499, 8499, 8500, 8613, 8500, 8503, 8503, 8500, 9490, 8613, 8549, 8602, 8602, 8602, 8602, 8602, 9202, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10060, 8613, 8500, 8503, 8503, 8500, 9490, 8613, 8602, 8602, 8602, 9371, 10231, 9385, 9391, 9027, 8602, 8602, 9102, 10483, 9108, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8431, 8602, 8602, 9056, 9054, 9055, 9053, 9054, 8602, 8602, 8602, 9411, 8602, 8602, 8602, 8602, 9114, 8602, 8602, 8602, 8602, 8602, 9329, 8602, 8602, 8602, 8602, 9056, 9580, 9577, 9579, 9520, 9121, 9056, 8602, 9054, 8602, 9580, 9518, 9519, 8602, 8602, 8602, 9423, 8602, 8602, 8602, 8602, 10470, 8602, 8602, 8602, 9053, 9056, 9056, 8602, 8602, 8602, 8602, 8602, 8602, 9040, 8602, 8602, 8602, 8613, 8503, 9130, 8501, 8499, 8499, 9225, 8503, 8494, 8508, 9225, 8503, 8632, 8501, 8502, 8499, 8499, 8500, 8602, 8602, 9110, 8602, 8602, 8602, 8613, 8503, 8788, 8790, 8499, 8499, 8794, 8800, 8796, 8952, 9165, 8507, 8805, 9227, 8959, 8499, 8499, 8810, 8522, 8504, 8809, 8507, 8500, 8417, 8613, 9220, 8499", + /* 5428 */ "8940, 9134, 8499, 8602, 8602, 8602, 8602, 8602, 9782, 8602, 8602, 8602, 8602, 8602, 8602, 8670, 8669, 8522, 8526, 8530, 8534, 8500, 10252, 8613, 9138, 8555, 8564, 8602, 8602, 8602, 9148, 9225, 8499, 8499, 8499, 8499, 8478, 8522, 8526, 8530, 8534, 8500, 10252, 8613, 9152, 8923, 8447, 8602, 8923, 8602, 8602, 8602, 8602, 8602, 10027, 8841, 8854, 8499, 8499, 8499, 8801, 8499, 8940, 9173, 8499, 8499, 8499, 8801, 8499, 8940, 8626, 8499, 8602, 8602, 8602, 8602, 8558, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8409, 8947, 8504, 8507, 8507, 8500, 8417, 8613, 9042, 8931, 8505, 8499, 8499, 9177, 8507, 8505, 8504, 9181, 8504, 8507, 8507, 8500, 8417, 8613, 10568, 8947, 8504, 8507, 8507, 8500, 8417, 8613, 8998, 8788, 8790, 8499, 8499, 9161, 8800, 8796, 8952, 9165, 8507, 8805, 9227, 8500, 8417, 8613, 9231, 8602, 8602, 8602, 8602, 8602, 10143, 8602, 8602, 8602, 9658, 9225, 8499, 8499, 8499, 8499, 8499, 8500, 8499, 8614, 8602, 8499, 8499, 8543, 8602, 8499, 8602, 8602, 8602, 8602, 8602, 10166, 8602, 8602, 8522, 8504, 8809, 8507, 8500, 8417, 8613, 9237, 8923, 8923, 8923, 8923, 8704, 8446, 8602, 9075, 8704, 8446, 8602, 9312, 9247, 8602, 8602, 8602, 8545, 8602, 8602, 8602, 8602, 10129, 8602, 8602, 8602, 8500, 10252, 8613, 9259, 8555, 8564, 8602, 8602, 8602, 9144, 9225, 8499, 8499, 8499, 8499, 8478, 8499, 8499, 8484, 8499, 8499, 8499, 8499, 8801, 8499, 8537, 8988, 8499, 8522, 8504, 8809, 8507, 8500, 8417, 8613, 9268, 8602, 8602, 8602, 8602, 8602, 10335, 8602, 8602, 8664, 8602, 8602, 8602, 8636, 8602, 8602, 8684, 10357, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8601, 8602, 8602, 8602, 8615, 8616, 8602, 8616, 8602, 8602, 8602, 9126, 9446, 8602, 8602, 8602, 8669, 8602, 8602, 8602, 8602, 9500, 8602, 8602, 8602, 8615, 8616, 8602, 8618, 8602, 8615, 9287, 8602, 8602, 8602, 9477, 8602, 8602, 8602, 8602, 10199, 8602, 8602, 8602, 8602, 8602, 8942, 8602, 8602, 8602, 8602, 8602, 8602, 9064, 9062, 8931, 8505, 8499, 8499, 8931, 8800, 8505, 8504, 8931, 8507, 8946, 8505, 8947, 8504, 8507, 8507, 8500, 8417, 8613, 9268, 8704, 8446, 8602, 9293, 9297, 8602, 8602, 8602, 8574, 8575, 8602, 8575, 8602, 8602, 8619, 8602, 8602, 8602, 8624, 8602, 8602, 8602, 8602, 8602, 8602, 9305, 9306, 9303, 8619, 9320, 9321, 8620, 9310, 8623, 9321, 8620, 9316, 9316, 9320, 9316, 9321, 9320, 8621, 9316, 9319, 8621, 8625, 8622, 9316, 9321, 8602, 8602, 8602, 8602, 8602, 8602, 9110, 8602, 8602, 8602, 9325, 8575, 8602, 8602, 8602, 8602, 8602, 10458, 8602, 8602, 8575, 8602, 8576, 8602, 8602, 8602, 8602, 8602, 8602, 9225, 8499, 8602, 9342, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10125, 9359, 8602, 8602, 9430, 8443, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8401, 8602, 8602, 9349, 8602, 8602, 8602, 8602, 8602, 8602, 9274, 8602, 8602, 8602, 8626, 8602, 8602, 8602, 8602, 8602, 8602, 9280, 8602, 8500, 10108, 8613, 8602, 8602, 10090, 8602, 8602, 8602, 9185, 8602, 8602, 8602, 8602, 8602, 10048, 8602, 8602, 10090, 8602, 9225, 8499, 8499, 8499, 8499, 8499, 8500, 8499, 8940, 8602, 8499, 8602, 8602, 8602, 8602, 8602, 9556, 8602, 8602, 8602, 8879, 8602, 8879, 8602, 8602, 8602, 8602, 8602, 10477, 8602, 8602, 8602, 8602, 8602, 8602, 8702, 8923, 8704, 8446, 8602, 9126, 9247, 8602, 8602, 8602, 8653, 8602, 8602, 8602, 8602, 8602, 9141, 8602, 8602, 9020, 8602, 9365, 8602, 8602, 8602, 8679, 8602, 8602, 8602, 8602, 8602, 8602, 9365, 8602, 10225, 8602, 8602, 9019, 9021, 8602, 9019, 8602, 8602, 8602, 9702, 8602, 8602, 8602, 8602, 8602, 10382, 8602, 8602, 9019, 9019, 9020, 8602, 9018, 9021, 8602, 8602, 8602, 9204, 8602, 8602, 8602, 8602, 9241, 8602, 8602, 8602, 8522, 8504, 8809, 8507, 8500, 8417, 8613, 9405, 8602, 9409, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10178, 8602, 9421, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10242, 9695, 8602, 10096, 8602, 8602, 8602, 8602, 8602, 8602, 9401, 9398, 9264, 9427, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10312, 8602, 9470, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10352, 8500, 8417, 8613, 9475, 8602, 8602, 8602, 8602, 8636, 8602, 8602, 8684, 8602, 8602, 8602, 8602, 8568, 8602, 8602, 8566, 8602, 10404, 8602, 8602, 8602, 8602, 8602, 8602, 8602", + /* 6103 */ "10363, 8923, 8923, 8923, 8923, 8704, 8446, 8602, 8642, 8602, 8602, 8602, 8602, 8602, 10559, 8602, 8602, 8500, 8417, 8613, 9485, 8602, 8602, 8602, 8602, 8746, 8602, 8602, 9448, 8581, 8602, 9494, 8582, 8584, 8602, 8582, 8602, 8602, 8602, 10039, 8602, 8602, 8602, 8602, 9262, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8439, 9505, 8582, 10377, 8602, 8581, 8584, 8602, 8602, 8602, 9208, 8589, 8602, 8591, 8590, 8592, 8602, 8590, 10247, 8602, 10425, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10370, 8602, 9524, 9529, 8602, 8602, 8602, 8602, 8602, 8602, 9415, 8602, 9695, 9540, 8602, 8602, 8602, 8602, 9679, 8602, 8602, 8602, 10060, 10269, 8602, 8602, 8602, 8998, 8602, 8602, 8602, 8602, 9009, 8602, 8602, 8602, 8602, 8602, 10112, 8602, 8602, 8589, 8602, 8602, 8590, 8592, 8602, 8590, 10247, 9551, 9549, 8591, 8602, 9466, 8592, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10391, 8590, 9549, 8591, 8602, 9466, 8592, 8602, 8602, 8602, 9208, 8602, 8602, 8602, 8602, 8602, 10108, 8602, 8602, 8602, 10090, 8602, 8602, 10090, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8560, 9505, 8582, 8583, 8602, 8581, 8584, 8602, 8602, 8602, 9210, 8602, 8602, 8602, 8602, 9108, 8602, 8602, 8602, 9551, 8590, 8591, 8602, 9466, 8592, 8602, 8602, 8602, 9223, 8664, 8630, 8602, 8602, 8446, 8703, 8923, 8923, 8923, 8923, 8704, 8446, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10058, 8602, 8602, 9555, 8602, 8602, 8602, 8602, 8602, 8602, 9417, 8734, 9508, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8659, 8602, 8602, 8844, 9565, 8830, 8847, 8845, 8830, 8844, 8850, 8848, 8844, 8844, 8830, 8830, 8845, 8830, 8846, 8845, 8424, 8830, 8844, 8424, 8425, 8847, 8830, 8846, 8602, 8602, 8602, 8602, 8602, 8602, 9755, 8602, 8850, 8844, 8825, 8602, 8602, 8602, 8602, 8602, 8602, 9452, 8602, 10380, 8602, 8602, 8602, 8602, 8602, 9489, 9487, 8602, 9487, 8602, 8602, 8602, 8602, 9489, 8602, 8602, 8602, 10066, 10275, 8602, 8602, 8602, 9042, 10299, 8602, 8602, 8602, 9046, 8602, 8602, 8602, 8602, 8602, 9214, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10084, 8602, 8602, 9060, 9058, 9059, 9057, 9058, 8602, 8602, 8602, 10084, 8602, 8602, 8602, 8602, 10472, 8602, 8602, 8602, 8602, 8602, 9060, 9570, 9190, 9569, 9192, 9058, 9060, 8602, 9058, 8602, 9574, 9190, 9191, 8602, 8602, 8602, 10114, 8602, 8602, 8602, 8602, 9500, 8602, 10410, 8602, 9057, 9060, 9060, 8602, 8602, 8602, 8602, 8602, 8602, 9458, 8602, 9063, 9061, 9062, 8602, 8602, 8602, 9584, 9597, 9510, 9596, 9512, 9062, 9064, 8602, 9062, 8602, 8602, 8602, 10131, 8602, 8602, 8602, 8602, 9560, 8602, 8602, 8602, 9595, 9510, 9511, 8602, 9061, 9064, 9064, 8602, 8602, 8602, 10172, 8602, 8602, 8602, 8602, 10078, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9299, 8602, 8602, 9601, 9081, 9082, 9080, 9602, 9614, 9602, 9083, 9616, 9616, 9602, 9615, 9614, 9613, 9604, 9603, 9613, 9081, 9608, 9612, 9603, 8602, 8602, 8602, 10182, 8602, 8602, 8602, 8602, 9694, 9436, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10341, 9080, 9083, 9083, 8602, 8602, 8602, 8602, 8602, 8602, 9464, 8602, 9091, 9089, 9624, 9633, 9624, 9092, 9635, 9635, 9624, 9634, 9633, 9632, 9626, 9625, 9632, 9090, 9620, 9631, 9625, 8602, 9089, 9627, 9092, 8602, 8602, 8602, 10184, 8602, 8602, 8602, 8602, 10229, 8602, 8602, 8602, 8602, 8602, 9642, 9094, 9095, 9093, 9643, 9651, 9643, 9096, 9653, 9653, 9643, 9652, 9651, 9650, 9645, 9644, 9650, 9094, 9639, 9649, 9644, 9657, 9093, 9642, 9096, 8602, 8602, 8602, 8602, 8602, 8602, 9481, 8602, 9662, 9097, 9675, 9685, 9675, 9678, 9687, 9687, 9675, 9686, 9685, 9684, 9677, 9676, 9684, 9098, 9671, 9683, 9676, 9678, 9097, 9674, 9678, 8602, 8602, 8602, 10193, 8602, 8602, 8602, 8602, 9695, 9516, 8602, 8602, 8602, 8602, 9589, 9104, 9716, 9103, 9590, 9716, 9590, 9693, 9691, 9691, 9590, 9710, 9716, 9715, 9699, 9591, 9715, 9587, 9708, 9714, 9591, 9693, 9103, 9589, 9720, 8602, 8602, 8602, 8602, 8602, 8602, 9489, 9487, 9732, 9115, 9116, 9732, 9116, 9747, 9745, 9745, 9116, 9731, 9732, 9730, 9732, 9117, 9730, 9117, 9731, 9729, 9117, 9747, 9736, 9742, 9732, 8602, 8602, 8602, 10205, 8602, 8602, 8602, 8602, 10020, 8602, 8602, 8602, 8602, 8602, 9766, 9282, 9760, 9281, 9282", + /* 6776 */ "9760, 9764, 9771, 9283, 9759, 9770, 9283, 9754, 9282, 9754, 9752, 9752, 9282, 9759, 9772, 9771, 9766, 9770, 9760, 8602, 8602, 8602, 8602, 8602, 8602, 9494, 8602, 9793, 9343, 9344, 9793, 9344, 9781, 9779, 9779, 9344, 9792, 9792, 9791, 9786, 9793, 9791, 9345, 9792, 9790, 9345, 9781, 9776, 9790, 9793, 8602, 8602, 8602, 10207, 10240, 8602, 8602, 8602, 8677, 8602, 8602, 8602, 8602, 9014, 8602, 8602, 9015, 8602, 8602, 9797, 9351, 9810, 9350, 9351, 9810, 9351, 9802, 9800, 9800, 9351, 9809, 9809, 9808, 9809, 9810, 9808, 9352, 9809, 9807, 9352, 9814, 9797, 9807, 9810, 8602, 8602, 8602, 8602, 8602, 8602, 9501, 8602, 9831, 9372, 9373, 9831, 9373, 9376, 9823, 9823, 9829, 9837, 9837, 9830, 9837, 9831, 9830, 9374, 9837, 9835, 9374, 9375, 9825, 9835, 9831, 8602, 8602, 8602, 10213, 8602, 8602, 8602, 8602, 10547, 8602, 10553, 8602, 8602, 8602, 9856, 9393, 9847, 9392, 9393, 9847, 9393, 9396, 9854, 9841, 9845, 9851, 9851, 9846, 9851, 9847, 9846, 9394, 9851, 9845, 9394, 9395, 9856, 9845, 9847, 8602, 8602, 8602, 8602, 8602, 8602, 9623, 9090, 9873, 9437, 9438, 9868, 9438, 9441, 9860, 9866, 9872, 9872, 9867, 9872, 9868, 9867, 9439, 9872, 9866, 9439, 9440, 9862, 9866, 9868, 8602, 8602, 8602, 10219, 8602, 8602, 8602, 8602, 10282, 8602, 8602, 8602, 8602, 8602, 9877, 9531, 9888, 9530, 9531, 9888, 9889, 9887, 9532, 9888, 9886, 9532, 9533, 9886, 9534, 9880, 9886, 9886, 9888, 9888, 9887, 9882, 9886, 9889, 8602, 8602, 8602, 8602, 8602, 8602, 9674, 9098, 9893, 9905, 9899, 9893, 9908, 9911, 9896, 9908, 9893, 9893, 9900, 9893, 9901, 9900, 9909, 9893, 9908, 9909, 9910, 9898, 9908, 9901, 8602, 8602, 8602, 10223, 8602, 8602, 8602, 8602, 10033, 8602, 8602, 8602, 8602, 8602, 9916, 9923, 8916, 8918, 8915, 8916, 8917, 8915, 9917, 8916, 9916, 9917, 9918, 9916, 9919, 8919, 9916, 9916, 8916, 8916, 8915, 9919, 9916, 9925, 8602, 8602, 8602, 8602, 8602, 8602, 9739, 9116, 8859, 9939, 9929, 8859, 8875, 9942, 9940, 8875, 8602, 8602, 8844, 9948, 8830, 8847, 8845, 8830, 8844, 8424, 8425, 8850, 8820, 10582, 8602, 8602, 8602, 9361, 10497, 8602, 8602, 8602, 9073, 8602, 8602, 8602, 8602, 8602, 9253, 8602, 8602, 8602, 8602, 8844, 9956, 8830, 8847, 8845, 8830, 8844, 8424, 8425, 8850, 8823, 8846, 8602, 8573, 8602, 8602, 8602, 8575, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 9964, 8830, 8847, 8845, 8830, 8844, 8424, 8425, 8850, 8838, 8831, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 9976, 8602, 8602, 8844, 9972, 8830, 8847, 8845, 8830, 8844, 8424, 8425, 8850, 8844, 8846, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 10580, 8602, 8602, 8844, 9980, 8830, 8847, 8845, 8830, 8844, 8424, 8426, 8847, 8830, 8846, 8602, 8602, 8602, 10271, 8602, 8602, 8602, 8602, 8602, 8602, 10517, 8602, 8602, 8602, 8844, 9988, 8830, 8847, 8845, 8830, 8602, 8602, 8844, 9996, 8830, 8847, 8845, 8830, 8602, 8602, 8844, 10004, 8830, 8847, 8845, 8830, 8602, 8602, 10008, 8602, 8602, 8602, 8602, 8602, 8602, 9776, 9344, 10014, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8745, 10031, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8849, 8602, 8602, 10016, 8602, 10037, 8602, 8602, 10346, 10022, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 8998, 10499, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9004, 8602, 10053, 8602, 8602, 8602, 8602, 8602, 8602, 8613, 8503, 8602, 8602, 9471, 8602, 8602, 8602, 8602, 8602, 8602, 9825, 9373, 8602, 8602, 9525, 8602, 8602, 8602, 8602, 8602, 8602, 9862, 9438, 8602, 8602, 8844, 10580, 8830, 8847, 8845, 8830, 8602, 8602, 8844, 8835, 8830, 8847, 8845, 8830, 8602, 8602, 8844, 9976, 8830, 8847, 8845, 8830, 8602, 8602, 8844, 8896, 8830, 8847, 8845, 8830, 10064, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9009, 8602, 10070, 8602, 8602, 8602, 8602, 8602, 8602, 8617, 8602, 10082, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9034, 8569, 8602, 8602, 8570, 8572, 8602, 8570, 8602, 8602, 8602, 10277, 8602, 8602, 8602, 8602, 10094, 8602, 8602, 8602, 8570, 8570, 8571, 8602, 8569, 8572, 8602, 8602, 8602, 9233, 8602, 8602, 8602, 8602, 9028, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9276, 10088, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9036, 10106, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9042, 8577, 8602", + /* 7450 */ "8602, 8578, 8580, 8602, 8578, 8602, 8602, 8602, 10341, 8602, 8602, 8602, 8602, 8616, 8602, 8602, 8602, 8578, 8578, 8579, 8602, 8577, 8580, 8602, 8602, 8602, 9243, 8602, 8602, 8602, 8602, 10153, 8602, 8602, 8602, 8602, 8602, 8670, 8602, 8602, 8602, 8602, 8602, 8602, 9908, 9899, 10118, 8602, 8602, 8669, 8602, 8602, 8602, 10123, 8602, 8602, 10135, 8602, 8602, 8602, 8602, 8602, 8602, 10026, 8602, 10147, 9748, 8602, 8602, 8602, 8602, 8602, 8602, 8648, 8602, 8602, 8602, 10159, 8602, 8602, 8602, 8602, 8602, 8602, 10044, 8602, 8602, 10505, 8602, 8602, 8602, 8602, 8602, 8602, 8679, 8602, 8602, 8602, 9803, 8602, 8602, 8602, 8602, 8602, 8602, 10100, 8602, 8602, 8602, 10170, 8602, 8602, 8602, 9912, 8602, 8602, 8602, 10356, 8602, 8602, 8602, 8602, 10231, 8602, 8602, 9027, 8602, 10488, 8602, 8602, 8602, 8602, 8602, 8602, 8729, 8730, 8602, 8602, 9545, 8602, 8602, 8602, 8602, 10217, 9005, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9069, 8602, 9155, 8602, 8602, 8602, 8602, 8602, 8602, 8753, 9723, 8602, 8602, 10251, 8602, 8602, 8602, 8602, 8602, 8602, 10148, 8602, 10259, 10141, 10256, 10259, 10139, 10262, 10137, 10136, 10142, 10137, 10263, 10138, 10264, 10265, 10138, 10140, 10138, 10142, 8602, 10141, 10142, 10263, 10140, 8602, 8602, 8602, 10389, 8602, 8602, 8602, 8602, 8602, 8602, 10511, 10493, 8602, 8602, 10281, 8602, 8602, 8602, 8602, 8602, 8602, 10149, 8602, 8602, 8602, 9942, 10286, 9938, 8427, 9937, 9938, 9943, 8877, 9940, 9938, 9943, 8859, 8859, 9937, 8859, 9938, 9937, 8876, 8859, 8875, 8876, 8878, 9939, 8859, 9938, 8602, 8602, 8602, 8602, 8602, 8602, 10160, 8602, 8846, 8422, 8845, 8846, 8423, 8425, 8848, 8846, 8423, 8830, 8830, 8845, 8830, 8846, 8845, 8424, 10310, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9075, 10322, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9079, 10333, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9126, 8602, 10339, 10119, 8602, 8602, 8602, 8602, 8602, 8602, 10164, 8602, 8602, 10523, 8602, 8602, 8602, 8602, 8602, 8602, 8769, 8780, 8602, 10072, 8602, 8602, 10201, 8602, 8602, 8602, 9069, 8602, 8602, 8602, 8602, 8585, 8602, 8587, 8586, 8602, 10361, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 8814, 10368, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9157, 8602, 8602, 10374, 8602, 8602, 8602, 8602, 8602, 8602, 10170, 8602, 8551, 8602, 8551, 8602, 8602, 8602, 8602, 8602, 8602, 10188, 8602, 9017, 8602, 9015, 8602, 9015, 9015, 9016, 8602, 8602, 8602, 10397, 10398, 8602, 10533, 8602, 8602, 8602, 10440, 8602, 8602, 8602, 8602, 10446, 8602, 8602, 8602, 9014, 9017, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 8835, 10402, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9188, 9022, 8602, 8602, 9023, 9025, 8602, 9023, 8602, 8602, 8602, 10509, 8602, 8602, 8602, 8602, 10539, 8602, 9545, 8602, 9023, 9023, 9024, 8602, 9022, 9025, 8602, 8602, 8602, 9270, 8602, 8602, 8602, 8602, 10037, 8602, 8602, 10346, 8602, 8602, 9381, 9378, 10419, 9377, 9378, 10419, 9378, 10408, 10414, 10414, 9378, 10418, 10418, 10417, 10418, 10419, 10417, 9379, 10418, 10416, 9379, 9380, 9381, 10416, 10419, 8602, 8602, 8602, 8602, 8602, 8602, 10211, 8602, 10436, 9397, 9398, 10436, 9398, 10423, 10432, 10432, 10434, 10429, 10429, 10435, 10429, 10436, 10435, 9399, 10429, 10434, 9399, 9400, 9401, 10434, 10436, 8602, 8602, 8602, 10535, 10557, 8602, 8602, 8602, 9079, 8602, 8602, 8602, 8602, 8602, 9255, 8602, 8602, 8602, 10301, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 8854, 8602, 10452, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 8864, 10464, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9196, 8602, 8602, 10476, 8602, 8602, 8602, 8602, 8602, 8602, 10235, 8602, 10481, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9198, 8602, 8602, 10119, 8602, 8602, 8602, 8602, 8602, 8602, 10246, 8602, 8602, 10324, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 8888, 10573, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9208, 8602, 10541, 8602, 8602, 8602, 8602, 8602, 10370, 8602, 8602, 10054, 8602, 8602, 8602, 8602, 8602, 8602, 10263, 10263, 8602, 8602, 10170, 8602, 8602, 8602, 8602, 8602, 8602, 10294, 8602, 10515, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9216, 10364, 8602, 10521, 8602, 8602, 8602", + /* 8108 */ "8602, 8602, 8602, 10305, 8602, 10527, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9249, 10545, 8602, 8648, 8602, 8602, 8602, 8602, 8602, 8602, 10328, 8602, 10231, 8602, 9391, 9027, 9029, 8602, 9027, 8602, 9027, 9027, 9028, 8602, 9026, 9029, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 10155, 8602, 8602, 10551, 8602, 8602, 8602, 8602, 8602, 8602, 10329, 8602, 8602, 10563, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 8896, 9020, 8602, 8602, 8602, 8602, 8602, 8602, 8602, 9289, 8602, 10189, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 9952, 8602, 8602, 9458, 8602, 8602, 8602, 8602, 8602, 8602, 10345, 8602, 8602, 9496, 8602, 8602, 8602, 10442, 8602, 8602, 8602, 9299, 9336, 8602, 8602, 8602, 8642, 8602, 8602, 8602, 8602, 10176, 8602, 8602, 8602, 8602, 8602, 10236, 8602, 8602, 8602, 8602, 8602, 8602, 10350, 8602, 8602, 10448, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 9960, 8602, 8602, 10572, 8602, 8602, 8602, 8602, 8602, 8602, 10386, 8602, 8602, 8602, 10102, 8602, 8602, 8602, 8602, 8602, 8602, 10487, 8602, 9010, 8602, 8602, 9011, 9013, 8602, 9011, 8602, 8602, 8602, 10568, 8602, 8602, 8602, 8602, 10076, 8602, 8602, 8602, 9011, 9011, 9012, 8602, 10454, 9013, 8602, 8602, 8602, 9331, 9332, 8602, 9332, 8602, 8588, 8602, 8586, 8602, 10577, 8586, 8587, 8602, 8602, 8613, 8503, 8931, 8505, 8499, 8499, 8931, 8507, 8505, 8504, 8931, 8507, 8946, 8505, 8506, 8499, 8499, 8504, 8947, 8504, 8507, 8507, 8500, 8417, 8613, 8602, 8602, 8602, 8602, 8602, 8602, 8875, 8883, 10460, 8588, 8602, 8602, 8602, 8602, 8602, 8602, 8844, 9968, 313, 293, 289, 291, 983906, 19202210, 983906, 983906, 19334786, 983906, 0, 983906, 983906, 983906, 983906, 19334786, 983906, 19267602, 983906, 0, 0, 0, 1065538, 983906, 19202210, 0, 0, 0, 33685522, 313, 293, 289, 459366, 0, 13172744, 0, 0, 131080, 0, 313, 293, 459366, 459366, 0, 459366, 459366, 459366, 0, 0, 459366, 459366, 297, 459366, 459366, 459366, 459366, 0, 9308450, 0, 9308450, 0, 0, 0, 1310728, 17235976, 0, 0, 0, 1376276, 1376276, 0, 0, 0, 1441812, 983906, 19334786, 0, 0, 655400, 0, 0, 10944520, 0, 0, 852008, 0, 4456456, 4456456, 4456456, 0, 327688, 0, 0, 0, 4980754, 21704546, 0, 0, 11141128, 15335432, 0, 3486450, 21757970, 3670034, 1441800, 0, 3553826, 3604498, 1441800, 20643858, 20643858, 1441800, 1966098, 1769490, 1836354, 1441800, 1441800, 2164162, 20643858, 20710738, 2033010, 1441800, 1441800, 2229810, 1441800, 20776354, 2098722, 1441800, 1441800, 2295362, 1441800, 20643858, 20643858, 20643858, 2164194, 20840466, 20906002, 1441800, 1441800, 4601778, 1441800, 20971538, 1441800, 1441800, 1441800, 1441800, 0, 1441800, 1441800, 1441800, 1376264, 1441800, 1441800, 1441800, 4601730, 21037074, 21104114, 1441800, 21169666, 2359314, 1441800, 20643858, 1441800, 1441800, 1376264, 21366290, 1441800, 21430290, 21495826, 20643858, 2098770, 1441800, 2490386, 2555922, 1441800, 1441800, 2621458, 21626898, 2686994, 2754146, 1441800, 3291298, 10616852, 10616852, 0, 1441800, 1441800, 11868818, 0, 0, 3346058, 0, 3145746, 2830642, 0, 0, 983112, 0, 3026402, 0, 3026338, 0, 393224, 0, 0, 2490376, 0, 3342354, 3407890, 0, 0, 1114120, 0, 0, 0, 5182854, 0, 0, 0, 5373988, 0, 0, 0, 5969974, 0, 0, 0, 6429750, 0, 0, 0, 6488100, 0, 0, 0, 6561046, 0, 0, 0, 6815762, 22153538, 3997714, 4064338, 0, 459366, 0, 0, 0, 0, 459366, 0, 459366, 0, 0, 22283154, 0, 0, 1441800, 0, 0, 0, 1507336, 0, 0, 0, 1966100, 1966100, 0, 1966100, 0, 0, 0, 3080210, 0, 22347794, 0, 0, 1441800, 26097794, 4276434, 0, 0, 0, 3225954, 22217666, 0, 0, 0, 4128792, 0, 17318586, 0, 0, 1705734, 0, 22421074, 0, 0, 0, 4144770, 0, 22552514, 0, 0, 1769512, 0, 5046290, 0, 0, 0, 4194322, 5242898, 0, 0, 0, 4325412, 0, 16384008, 16252936, 16252936, 0, 917544, 0, 0, 0, 14155794, 16449544, 0, 0, 0, 4406658, 9175060, 9175060, 16187400, 0, 0, 0, 16449544, 9175060, 16187400, 0, 16318472, 16318472, 0, 1065474, 0, 0, 327688, 327688, 327688, 0, 0, 16187400, 9175060, 16187400, 16384008, 0, 9175060, 9175060, 9175060, 0, 0, 16252936, 16252936, 6029330, 0, 10038534, 10038534, 10038534, 6094866, 10038534, 0, 10038534, 0, 0, 10038534, 10038534, 0, 0, 0, 4601730, 10038534, 0, 10038534, 10038534", + /* 8742 */ "10038534, 10038534, 0, 21704546, 0, 0, 0, 4718610, 10747924, 6488082, 10747924, 10747924, 0, 10747924, 10747924, 0, 0, 10747924, 10747924, 10747924, 0, 10747924, 0, 10747924, 2883602, 6553618, 6422546, 15285302, 0, 15285302, 15285302, 0, 0, 6422546, 15285302, 15285302, 15285302, 15285302, 0, 0, 15285302, 15285302, 15285302, 0, 15285302, 0, 22937618, 23004466, 1441800, 1441800, 23068690, 1441800, 20710738, 23135586, 1441800, 1441800, 26936754, 1441800, 20776354, 1441800, 1441800, 1441800, 21561362, 21037074, 21104114, 1441800, 23199762, 23330834, 1441800, 1441800, 1441800, 23266690, 0, 7146770, 1376276, 1376276, 3291298, 1376276, 1376276, 6881298, 1376276, 1376276, 7022066, 1376276, 1376276, 1376276, 11272212, 15794200, 1376276, 1376276, 1376276, 1376276, 3080210, 0, 23396370, 1376276, 1376276, 7208978, 1376276, 1376276, 12910600, 1376276, 1376276, 0, 1376276, 1376276, 1376276, 0, 1376276, 0, 0, 1376276, 0, 7408562, 1376276, 1376276, 7471122, 1441812, 1441812, 1441812, 1441812, 369, 0, 7602194, 1376276, 1376276, 7935634, 1441812, 1441812, 0, 8990322, 23731634, 1441812, 1441812, 0, 1441812, 1441812, 0, 0, 0, 1179656, 8263298, 1441812, 1441812, 1441812, 7864338, 0, 8457666, 1376276, 1376276, 0, 8790658, 1376276, 1376276, 0, 24248338, 1376276, 1376276, 10289160, 1441812, 1441812, 1441812, 7022066, 1441812, 1441812, 6881298, 1441812, 1441812, 23796610, 0, 3145746, 2830642, 11088234, 0, 1310740, 1310740, 1310740, 1310740, 0, 1310740, 0, 327688, 327688, 327688, 327688, 3145746, 2830642, 0, 14745608, 1376264, 1376264, 1441800, 1441800, 20643858, 1900562, 1441800, 262162, 21233682, 1441800, 3291298, 0, 0, 1246422, 0, 1376264, 1376264, 1441800, 1376264, 1376264, 2555922, 1441800, 1441800, 1441800, 26936786, 1376264, 2686994, 2754146, 1441800, 21299218, 1441800, 1441800, 20643858, 20643858, 1441800, 2426258, 14105082, 0, 1441800, 1441800, 13908282, 0, 0, 3080210, 1376264, 2686994, 1441800, 1441800, 3145746, 2830642, 10616852, 10616852, 0, 10616852, 10616852, 1441800, 10616852, 10616852, 10616852, 10616852, 3080210, 10616852, 2883602, 0, 3225954, 0, 7022066, 0, 0, 2362458, 0, 0, 9255682, 0, 0, 2428070, 0, 0, 7471122, 0, 0, 0, 6823302, 0, 0, 0, 7151270, 0, 0, 0, 7217046, 0, 0, 0, 7282726, 0, 0, 0, 7414150, 0, 0, 0, 7864338, 0, 9635874, 0, 0, 2621496, 0, 0, 25954194, 0, 0, 2755978, 0, 0, 9764882, 0, 0, 2818104, 0, 25888674, 0, 0, 0, 8791718, 0, 0, 0, 9053942, 0, 0, 0, 9119606, 0, 0, 0, 9175060, 0, 0, 0, 4341826, 0, 7602194, 0, 0, 2952730, 0, 9830418, 0, 0, 0, 9250806, 0, 0, 0, 9308450, 7935634, 0, 0, 0, 9316470, 0, 0, 0, 9371668, 0, 0, 0, 9447686, 0, 23731634, 0, 0, 0, 9513462, 5777922, 0, 7995410, 0, 0, 2953634, 0, 8263298, 0, 0, 0, 9579302, 9579302, 0, 5242898, 0, 8791718, 0, 1771466, 0, 0, 16925146, 0, 10420242, 0, 1441800, 1441800, 10366794, 0, 0, 3080210, 3145746, 2830642, 15023034, 0, 2428070, 13569202, 0, 2883602, 0, 3225954, 0, 10485778, 0, 3225954, 3145746, 2830642, 11350602, 0, 3291298, 0, 0, 15482106, 0, 20710738, 23135586, 26869778, 1441800, 1376264, 20906002, 1441800, 1441800, 0, 10753042, 0, 27000850, 8726058, 0, 0, 3080210, 1376264, 23135586, 1441800, 1441800, 1376264, 1441800, 1376264, 21495826, 7471122, 0, 13762564, 0, 3735570, 0, 0, 9053942, 9053942, 0, 0, 0, 27656210, 0, 0, 3014696, 0, 0, 11277906, 0, 0, 3080232, 0, 0, 11206674, 0, 0, 3145768, 0, 0, 11343810, 0, 0, 3211304, 0, 0, 10753042, 3346058, 0, 3866642, 0, 0, 1441800, 1441800, 21233682, 1441800, 0, 11737234, 0, 0, 3276840, 0, 0, 10753042, 0, 28049426, 0, 28118530, 0, 0, 3473464, 0, 0, 28311570, 0, 0, 3539032, 0, 0, 12124178, 0, 0, 3553890, 0, 3145746, 2830642, 7807674, 0, 4063240, 0, 0, 3486450, 21757970, 0, 10753042, 0, 0, 3670072, 0, 0, 14433062, 0, 0, 3735608, 0, 22153538, 0, 0, 0, 9645014, 9645014, 0, 1507336, 1507336, 0, 0, 3866680, 0, 3145746, 2830642, 11534356, 14745608, 0, 11534356, 0, 0, 3936186, 0, 4849672, 1966100, 1966100, 0, 0, 1966100, 4849672, 1966100, 4849672, 0, 0, 3936186, 28377106, 1966100, 1966100, 1966100, 1966100, 0, 1966100, 1966100, 1966100, 0, 5373988, 0, 0, 14155794, 0, 14358242, 0, 0, 4001862, 0, 0, 0, 14552914", + /* 9338 */ "0, 0, 4198682, 0, 30614402, 0, 0, 0, 9699348, 9699348, 0, 30867474, 0, 0, 0, 9764884, 9764884, 0, 7471122, 0, 15023858, 0, 4390920, 0, 0, 4330074, 0, 0, 15343442, 0, 0, 4390952, 0, 31924354, 0, 0, 0, 9830420, 9830420, 0, 0, 0, 9830468, 9830468, 0, 0, 9830468, 0, 31924418, 0, 0, 4458498, 0, 31990018, 0, 0, 0, 9895956, 9895956, 0, 0, 0, 9896004, 9896004, 0, 0, 9896004, 15602626, 10753042, 32183170, 32243730, 0, 13697076, 0, 0, 4587576, 0, 0, 15859730, 0, 0, 4601778, 0, 0, 16580626, 0, 0, 4789402, 0, 32702482, 16724882, 21837490, 0, 4456456, 0, 4456456, 15663112, 4456456, 12255240, 0, 0, 0, 9972854, 9972854, 0, 0, 0, 10038534, 0, 17109106, 0, 0, 4789570, 0, 0, 17570130, 0, 0, 4855794, 0, 0, 17635922, 0, 0, 4915218, 0, 0, 17701714, 0, 0, 6561046, 6561046, 17769586, 0, 0, 0, 10158098, 9830418, 10753042, 0, 0, 7807674, 0, 17904914, 0, 0, 17970674, 15602626, 10753042, 0, 0, 7873286, 0, 0, 0, 11272200, 0, 18160962, 0, 0, 8398230, 0, 33824050, 0, 0, 0, 10223634, 33824050, 0, 6429750, 0, 4523682, 0, 0, 9119606, 9119606, 0, 0, 0, 17904978, 0, 0, 8791718, 8791718, 0, 0, 12189704, 0, 0, 0, 10289170, 12137930, 0, 0, 0, 10498086, 10498086, 0, 0, 0, 10616852, 10616852, 17970738, 0, 12320776, 0, 5177362, 0, 0, 1837190, 0, 0, 18939922, 6561046, 0, 6561046, 0, 122, 0, 0, 0, 10887746, 21954786, 0, 0, 0, 11141128, 0, 11272212, 1376276, 1376276, 9053942, 9053942, 0, 9053942, 0, 9053942, 5318402, 9053942, 0, 5177362, 8791718, 8791718, 0, 8791718, 0, 9119606, 0, 5384066, 0, 5778002, 9513462, 0, 0, 9513462, 9513462, 0, 9119606, 9119606, 9119606, 0, 9119606, 0, 9250806, 0, 0, 9250806, 9250806, 0, 0, 9250806, 9250806, 9250806, 5515266, 9250806, 0, 9250806, 9250806, 9250806, 0, 9250806, 0, 9316470, 9316470, 9316470, 9316470, 0, 0, 9316470, 9316470, 0, 0, 5580930, 9316470, 0, 9316470, 9316470, 9316470, 0, 9316470, 0, 9371668, 9371668, 9371668, 9371668, 0, 0, 9371668, 9371668, 0, 0, 9371668, 0, 9371668, 9371668, 9371668, 0, 9371668, 0, 5636114, 0, 0, 0, 11803026, 5712146, 9447686, 5712162, 0, 6172434, 0, 0, 1966120, 0, 9447686, 9447686, 9447686, 9447686, 0, 0, 9447686, 9447686, 0, 0, 0, 12138154, 9447686, 0, 9447686, 9447686, 9447686, 0, 9447686, 0, 9513462, 0, 9513462, 0, 0, 0, 12255240, 12255240, 9513462, 9513462, 5777986, 0, 6372226, 0, 0, 3932178, 22020114, 9513462, 9513462, 9513462, 9513462, 5777954, 9513462, 9513462, 0, 9513462, 9513462, 9513462, 0, 9513462, 5777938, 5777970, 0, 6372226, 10747924, 10747924, 10747924, 10747924, 9579302, 0, 9579302, 9579302, 9579302, 9579302, 0, 5843762, 0, 0, 9579302, 0, 0, 9579302, 0, 5843778, 9579302, 0, 9579302, 0, 0, 0, 12320786, 9645014, 0, 9645014, 0, 0, 0, 12517394, 9645014, 9645014, 9645014, 9645014, 0, 5909474, 9645014, 9645014, 0, 0, 9645014, 9645014, 0, 9645014, 9645014, 9645014, 5909490, 9699348, 0, 0, 9699348, 0, 9699348, 0, 0, 0, 12597018, 9699348, 9699348, 9699348, 22609938, 9699348, 0, 9699348, 9699348, 9699348, 9699348, 0, 9764884, 0, 0, 9764884, 0, 9764884, 0, 0, 0, 12716578, 9764884, 0, 9764884, 9764884, 9764884, 9764884, 0, 9764884, 22675474, 0, 0, 9175060, 9175060, 0, 9175060, 0, 9830420, 0, 9830420, 0, 0, 9830420, 22741010, 0, 9830420, 9830420, 9830420, 0, 9830420, 0, 9830420, 9830420, 9830420, 9830420, 9895956, 0, 9895956, 22806546, 9895956, 0, 9895956, 9895956, 9895956, 0, 9895956, 9895956, 9895956, 9895956, 0, 9895956, 0, 0, 9895956, 9972854, 0, 9972854, 0, 0, 9972854, 9972854, 0, 9972854, 9972854, 9972854, 0, 9972854, 9972854, 9972854, 9972854, 5975170, 10498086, 0, 6238258, 10498086, 0, 10498086, 0, 0, 10498086, 10498086, 0, 10498086, 10498086, 10498086, 10498086, 0, 10694838, 10694838, 10694838, 10694838, 0, 10694838, 0, 0, 10694838, 10694838, 10694838, 0, 6303938, 6303954, 0, 10694838, 0, 10694838, 10694838, 0, 0, 0, 12847522, 1310740, 0, 1310740, 1310740, 0, 0, 1310740, 0, 11272212, 1310740, 1310740, 1310740, 11272212, 15794200, 1441812, 1441812, 1441812, 9055890, 1441812, 1441812, 7995410, 0, 1441812, 1441812, 1441812, 0, 1441812, 0, 0, 1441812, 1441812, 10289160, 0, 7277314, 1376276, 1376276, 0, 23466130, 1376276, 1376276, 0, 8060946, 1376276, 1376276, 0", + /* 9961 */ "23855122, 1376276, 1376276, 0, 8126482, 1376276, 1376276, 0, 23920658, 1376276, 1376276, 0, 8195666, 1376276, 1376276, 0, 8323090, 1376276, 1376276, 0, 24117266, 1376276, 1376276, 0, 24182802, 1376276, 1376276, 0, 8523442, 1376276, 1376276, 0, 8585234, 1376276, 1376276, 0, 8650770, 1376276, 1376276, 0, 8847378, 1376276, 1376276, 0, 8912914, 1376276, 1376276, 0, 24707090, 0, 0, 9175060, 16252936, 0, 9371858, 0, 0, 9503922, 0, 0, 9437442, 0, 0, 9568274, 0, 25037298, 0, 0, 0, 12910600, 0, 25102706, 0, 0, 10092562, 0, 0, 25232354, 0, 0, 11088234, 0, 25363378, 0, 0, 0, 13189218, 9903714, 0, 0, 0, 14236378, 9969634, 0, 0, 0, 14483496, 0, 13565992, 0, 0, 11350602, 0, 0, 27398322, 0, 0, 11612838, 0, 0, 10813458, 0, 0, 11993144, 0, 0, 10953218, 0, 0, 12006378, 0, 0, 11081106, 0, 0, 12067778, 0, 0, 11476418, 0, 0, 12071942, 0, 0, 11541394, 0, 0, 12386312, 0, 0, 11599890, 0, 0, 12451880, 0, 0, 11671618, 0, 0, 12465186, 0, 0, 9055890, 0, 0, 12517416, 0, 4325412, 0, 0, 0, 14618706, 0, 12194258, 0, 0, 12582930, 0, 0, 12270002, 0, 0, 12648466, 0, 14105082, 0, 0, 0, 15663124, 0, 15663124, 15663124, 0, 0, 0, 16662394, 0, 13959188, 0, 0, 0, 17372050, 0, 12400882, 0, 0, 13776950, 0, 13908282, 0, 0, 0, 18027490, 0, 14352424, 0, 0, 13909170, 0, 0, 12782178, 0, 0, 14286866, 0, 0, 12910610, 0, 0, 14417938, 0, 0, 12977154, 0, 0, 14680082, 0, 29294610, 0, 0, 0, 18350098, 0, 13057714, 0, 0, 14750322, 0, 0, 17039416, 0, 0, 14824258, 0, 0, 13123842, 0, 0, 15023034, 0, 0, 13254082, 0, 0, 15023858, 0, 0, 13306002, 0, 0, 15206466, 0, 0, 13371154, 0, 0, 15277986, 7217046, 0, 29558706, 0, 0, 15475090, 7414150, 10366794, 0, 0, 0, 18556178, 0, 13631506, 0, 0, 15597624, 0, 14876712, 0, 0, 0, 18874386, 15204408, 0, 0, 0, 20578322, 0, 13697042, 0, 15663124, 15663124, 15663124, 15663124, 0, 0, 15663124, 15663124, 15663124, 0, 0, 13775378, 0, 0, 15663112, 0, 0, 13841074, 0, 0, 15663160, 0, 13172776, 0, 0, 0, 21889218, 0, 29949970, 1441812, 1441812, 0, 13963970, 1376276, 1376276, 8726058, 0, 0, 0, 22085650, 0, 14028130, 0, 0, 15668306, 0, 12845096, 0, 0, 0, 22872082, 0, 14093314, 0, 0, 15997218, 0, 0, 30085330, 0, 0, 16187400, 0, 0, 14235714, 0, 0, 16327570, 0, 5505048, 0, 0, 0, 24786642, 0, 14483474, 0, 0, 16393218, 0, 0, 30543906, 0, 0, 16524514, 0, 10235578, 0, 0, 0, 25232370, 0, 10432474, 0, 0, 16727990, 0, 31143682, 0, 0, 0, 29098274, 0, 9255762, 0, 0, 16777236, 0, 0, 0, 9371954, 0, 0, 16790690, 0, 0, 14944962, 1903238, 0, 6429750, 18219026, 0, 4662034, 0, 0, 9121650, 0, 0, 15154722, 16596454, 0, 6631826, 0, 0, 2162728, 0, 0, 15408818, 0, 0, 16973844, 0, 0, 0, 15540274, 0, 0, 17839298, 0, 9830468, 9830472, 0, 0, 18219026, 0, 9830468, 0, 9830468, 0, 9830468, 9830468, 9830468, 9830468, 0, 9896004, 9896008, 0, 0, 18424994, 0, 9896004, 9896004, 9896004, 9896004, 0, 9896004, 0, 9896004, 9896004, 9896004, 0, 0, 13963970, 0, 0, 18490786, 0, 0, 27398386, 0, 0, 18621746, 0, 0, 15736290, 0, 0, 19013010, 6823302, 0, 15801266, 0, 0, 19070994, 6488100, 0, 15931602, 0, 0, 21837490, 0, 0, 16062930, 0, 0, 22486994, 0, 16128546, 0, 0, 0, 29166242, 0, 16194258, 0, 0, 23796610, 0, 16259874, 0, 0, 0, 29376002, 8126504, 0, 0, 0, 29889186, 0, 16650770, 0, 0, 25296914, 0, 0, 32505874, 0, 0, 28980978, 0, 0, 32571410, 0, 0, 29889202, 0, 0, 9504018, 0, 0, 30933010, 0, 0, 16842770, 0, 0, 31010738, 0, 0, 16924610, 0, 0, 31327474, 0, 0, 17039378, 0, 0, 32183170, 0, 0, 17172690, 0, 0, 32781442, 0, 0, 17237842, 0, 0, 32907570, 0, 0, 13697042, 0, 0, 32907618, 0, 0, 17306434, 0, 0, 33960914, 0, 0, 33033282, 0, 0, 6700146, 0, 0, 2296698, 0, 8454184, 0, 0, 0, 32649154, 6488100, 0, 6488100, 0, 6946834, 1376276, 1376276, 1376276, 6815762" }; String[] s2 = java.util.Arrays.toString(s1).replaceAll("[ \\[\\]]", "").split(","); - for (int i = 0; i < 10640; ++i) {CASEID[i] = Integer.parseInt(s2[i]);} + for (int i = 0; i < 10586; ++i) {CASEID[i] = Integer.parseInt(s2[i]);} } private static final int[] TOKENSET = new int[521]; @@ -1144,6 +1143,7 @@ public class xq4 "''", "'@'", "'NaN'", "']]>'", @@ -1265,11 +1265,11 @@ public class xq4 "'='", "'=!>'", "'=>'", + "'=?>'", "'>'", "'>='", "'>>'", "'?'", - "'?>'", "'?['", "'['", "']'", diff --git a/docs/metaModel.json b/docs/metaModel.json new file mode 100644 index 0000000..ed0511f --- /dev/null +++ b/docs/metaModel.json @@ -0,0 +1,14835 @@ +{ + "metaData": { + "version": "3.17.0" + }, + "requests": [ + { + "method": "textDocument/implementation", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Definition" + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DefinitionLink" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "ImplementationParams" + }, + "partialResult": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "Location" + } + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DefinitionLink" + } + } + ] + }, + "registrationOptions": { + "kind": "reference", + "name": "ImplementationRegistrationOptions" + }, + "documentation": "A request to resolve the implementation locations of a symbol at a given text\ndocument position. The request's parameter is of type {@link TextDocumentPositionParams}\nthe response is of type {@link Definition} or a Thenable that resolves to such." + }, + { + "method": "textDocument/typeDefinition", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Definition" + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DefinitionLink" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "TypeDefinitionParams" + }, + "partialResult": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "Location" + } + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DefinitionLink" + } + } + ] + }, + "registrationOptions": { + "kind": "reference", + "name": "TypeDefinitionRegistrationOptions" + }, + "documentation": "A request to resolve the type definition locations of a symbol at a given text\ndocument position. The request's parameter is of type {@link TextDocumentPositionParams}\nthe response is of type {@link Definition} or a Thenable that resolves to such." + }, + { + "method": "workspace/workspaceFolders", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "WorkspaceFolder" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "serverToClient", + "documentation": "The `workspace/workspaceFolders` is sent from the server to the client to fetch the open workspace folders." + }, + { + "method": "workspace/configuration", + "result": { + "kind": "array", + "element": { + "kind": "reference", + "name": "LSPAny" + } + }, + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "ConfigurationParams" + }, + "documentation": "The 'workspace/configuration' request is sent from the server to the client to fetch a certain\nconfiguration setting.\n\nThis pull model replaces the old push model where the client signaled configuration change via an\nevent. If the server still needs to react to configuration changes (since the server caches the\nresult of `workspace/configuration` requests) the server should register for an empty configuration\nchange event and empty the cache if such an event is received." + }, + { + "method": "textDocument/documentColor", + "result": { + "kind": "array", + "element": { + "kind": "reference", + "name": "ColorInformation" + } + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentColorParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "ColorInformation" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "DocumentColorRegistrationOptions" + }, + "documentation": "A request to list all color symbols found in a given text document. The request's\nparameter is of type {@link DocumentColorParams} the\nresponse is of type {@link ColorInformation ColorInformation[]} or a Thenable\nthat resolves to such." + }, + { + "method": "textDocument/colorPresentation", + "result": { + "kind": "array", + "element": { + "kind": "reference", + "name": "ColorPresentation" + } + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "ColorPresentationParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "ColorPresentation" + } + }, + "registrationOptions": { + "kind": "and", + "items": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + }, + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + } + ] + }, + "documentation": "A request to list all presentation for a color. The request's\nparameter is of type {@link ColorPresentationParams} the\nresponse is of type {@link ColorInformation ColorInformation[]} or a Thenable\nthat resolves to such." + }, + { + "method": "textDocument/foldingRange", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "FoldingRange" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "FoldingRangeParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "FoldingRange" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "FoldingRangeRegistrationOptions" + }, + "documentation": "A request to provide folding ranges in a document. The request's\nparameter is of type {@link FoldingRangeParams}, the\nresponse is of type {@link FoldingRangeList} or a Thenable\nthat resolves to such." + }, + { + "method": "workspace/foldingRange/refresh", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "serverToClient", + "documentation": "@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "method": "textDocument/declaration", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Declaration" + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DeclarationLink" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DeclarationParams" + }, + "partialResult": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "Location" + } + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DeclarationLink" + } + } + ] + }, + "registrationOptions": { + "kind": "reference", + "name": "DeclarationRegistrationOptions" + }, + "documentation": "A request to resolve the type definition locations of a symbol at a given text\ndocument position. The request's parameter is of type {@link TextDocumentPositionParams}\nthe response is of type {@link Declaration} or a typed array of {@link DeclarationLink}\nor a Thenable that resolves to such." + }, + { + "method": "textDocument/selectionRange", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "SelectionRange" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "SelectionRangeParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SelectionRange" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "SelectionRangeRegistrationOptions" + }, + "documentation": "A request to provide selection ranges in a document. The request's\nparameter is of type {@link SelectionRangeParams}, the\nresponse is of type {@link SelectionRange SelectionRange[]} or a Thenable\nthat resolves to such." + }, + { + "method": "window/workDoneProgress/create", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "WorkDoneProgressCreateParams" + }, + "documentation": "The `window/workDoneProgress/create` request is sent from the server to the client to initiate progress\nreporting from the server." + }, + { + "method": "textDocument/prepareCallHierarchy", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "CallHierarchyItem" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CallHierarchyPrepareParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "CallHierarchyRegistrationOptions" + }, + "documentation": "A request to result a `CallHierarchyItem` in a document at a given position.\nCan be used as an input to an incoming or outgoing call hierarchy.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "callHierarchy/incomingCalls", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "CallHierarchyIncomingCall" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CallHierarchyIncomingCallsParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CallHierarchyIncomingCall" + } + }, + "documentation": "A request to resolve the incoming calls for a given `CallHierarchyItem`.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "callHierarchy/outgoingCalls", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "CallHierarchyOutgoingCall" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CallHierarchyOutgoingCallsParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CallHierarchyOutgoingCall" + } + }, + "documentation": "A request to resolve the outgoing calls for a given `CallHierarchyItem`.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "textDocument/semanticTokens/full", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "SemanticTokens" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "SemanticTokensParams" + }, + "partialResult": { + "kind": "reference", + "name": "SemanticTokensPartialResult" + }, + "registrationMethod": "textDocument/semanticTokens", + "registrationOptions": { + "kind": "reference", + "name": "SemanticTokensRegistrationOptions" + }, + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "textDocument/semanticTokens/full/delta", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "SemanticTokens" + }, + { + "kind": "reference", + "name": "SemanticTokensDelta" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "SemanticTokensDeltaParams" + }, + "partialResult": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "SemanticTokensPartialResult" + }, + { + "kind": "reference", + "name": "SemanticTokensDeltaPartialResult" + } + ] + }, + "registrationMethod": "textDocument/semanticTokens", + "registrationOptions": { + "kind": "reference", + "name": "SemanticTokensRegistrationOptions" + }, + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "textDocument/semanticTokens/range", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "SemanticTokens" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "SemanticTokensRangeParams" + }, + "partialResult": { + "kind": "reference", + "name": "SemanticTokensPartialResult" + }, + "registrationMethod": "textDocument/semanticTokens", + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "workspace/semanticTokens/refresh", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "serverToClient", + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "window/showDocument", + "result": { + "kind": "reference", + "name": "ShowDocumentResult" + }, + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "ShowDocumentParams" + }, + "documentation": "A request to show a document. This request might open an\nexternal program depending on the value of the URI to open.\nFor example a request to open `https://code.visualstudio.com/`\nwill very likely open the URI in a WEB browser.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "textDocument/linkedEditingRange", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "LinkedEditingRanges" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "LinkedEditingRangeParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "LinkedEditingRangeRegistrationOptions" + }, + "documentation": "A request to provide ranges that can be edited together.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "workspace/willCreateFiles", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "WorkspaceEdit" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CreateFilesParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "documentation": "The will create files request is sent from the client to the server before files are actually\ncreated as long as the creation is triggered from within the client.\n\nThe request can return a `WorkspaceEdit` which will be applied to workspace before the\nfiles are created. Hence the `WorkspaceEdit` can not manipulate the content of the file\nto be created.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "workspace/willRenameFiles", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "WorkspaceEdit" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "RenameFilesParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "documentation": "The will rename files request is sent from the client to the server before files are actually\nrenamed as long as the rename is triggered from within the client.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "workspace/willDeleteFiles", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "WorkspaceEdit" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DeleteFilesParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "documentation": "The did delete files notification is sent from the client to the server when\nfiles were deleted from within the client.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "textDocument/moniker", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "Moniker" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "MonikerParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Moniker" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "MonikerRegistrationOptions" + }, + "documentation": "A request to get the moniker of a symbol at a given text document position.\nThe request parameter is of type {@link TextDocumentPositionParams}.\nThe response is of type {@link Moniker Moniker[]} or `null`." + }, + { + "method": "textDocument/prepareTypeHierarchy", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "TypeHierarchyItem" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "TypeHierarchyPrepareParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "TypeHierarchyRegistrationOptions" + }, + "documentation": "A request to result a `TypeHierarchyItem` in a document at a given position.\nCan be used as an input to a subtypes or supertypes type hierarchy.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "typeHierarchy/supertypes", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "TypeHierarchyItem" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "TypeHierarchySupertypesParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TypeHierarchyItem" + } + }, + "documentation": "A request to resolve the supertypes for a given `TypeHierarchyItem`.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "typeHierarchy/subtypes", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "TypeHierarchyItem" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "TypeHierarchySubtypesParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TypeHierarchyItem" + } + }, + "documentation": "A request to resolve the subtypes for a given `TypeHierarchyItem`.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "textDocument/inlineValue", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "InlineValue" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "InlineValueParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "InlineValue" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "InlineValueRegistrationOptions" + }, + "documentation": "A request to provide inline values in a document. The request's parameter is of\ntype {@link InlineValueParams}, the response is of type\n{@link InlineValue InlineValue[]} or a Thenable that resolves to such.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "workspace/inlineValue/refresh", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "serverToClient", + "documentation": "@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "textDocument/inlayHint", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "InlayHint" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "InlayHintParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "InlayHint" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "InlayHintRegistrationOptions" + }, + "documentation": "A request to provide inlay hints in a document. The request's parameter is of\ntype {@link InlayHintsParams}, the response is of type\n{@link InlayHint InlayHint[]} or a Thenable that resolves to such.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "inlayHint/resolve", + "result": { + "kind": "reference", + "name": "InlayHint" + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "InlayHint" + }, + "documentation": "A request to resolve additional properties for an inlay hint.\nThe request's parameter is of type {@link InlayHint}, the response is\nof type {@link InlayHint} or a Thenable that resolves to such.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "workspace/inlayHint/refresh", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "serverToClient", + "documentation": "@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "textDocument/diagnostic", + "result": { + "kind": "reference", + "name": "DocumentDiagnosticReport" + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentDiagnosticParams" + }, + "partialResult": { + "kind": "reference", + "name": "DocumentDiagnosticReportPartialResult" + }, + "errorData": { + "kind": "reference", + "name": "DiagnosticServerCancellationData" + }, + "registrationOptions": { + "kind": "reference", + "name": "DiagnosticRegistrationOptions" + }, + "documentation": "The document diagnostic request definition.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "workspace/diagnostic", + "result": { + "kind": "reference", + "name": "WorkspaceDiagnosticReport" + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "WorkspaceDiagnosticParams" + }, + "partialResult": { + "kind": "reference", + "name": "WorkspaceDiagnosticReportPartialResult" + }, + "errorData": { + "kind": "reference", + "name": "DiagnosticServerCancellationData" + }, + "documentation": "The workspace diagnostic request definition.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "workspace/diagnostic/refresh", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "serverToClient", + "documentation": "The diagnostic refresh request definition.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "textDocument/inlineCompletion", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "InlineCompletionList" + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "InlineCompletionItem" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "InlineCompletionParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "InlineCompletionItem" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "InlineCompletionRegistrationOptions" + }, + "documentation": "A request to provide inline completions in a document. The request's parameter is of\ntype {@link InlineCompletionParams}, the response is of type\n{@link InlineCompletion InlineCompletion[]} or a Thenable that resolves to such.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "method": "client/registerCapability", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "RegistrationParams" + }, + "documentation": "The `client/registerCapability` request is sent from the server to the client to register a new capability\nhandler on the client side." + }, + { + "method": "client/unregisterCapability", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "UnregistrationParams" + }, + "documentation": "The `client/unregisterCapability` request is sent from the server to the client to unregister a previously registered capability\nhandler on the client side." + }, + { + "method": "initialize", + "result": { + "kind": "reference", + "name": "InitializeResult" + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "InitializeParams" + }, + "errorData": { + "kind": "reference", + "name": "InitializeError" + }, + "documentation": "The initialize request is sent from the client to the server.\nIt is sent once as the request after starting up the server.\nThe requests parameter is of type {@link InitializeParams}\nthe response if of type {@link InitializeResult} of a Thenable that\nresolves to such." + }, + { + "method": "shutdown", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "clientToServer", + "documentation": "A shutdown request is sent from the client to the server.\nIt is sent once when the client decides to shutdown the\nserver. The only notification that is sent after a shutdown request\nis the exit event." + }, + { + "method": "window/showMessageRequest", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "MessageActionItem" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "ShowMessageRequestParams" + }, + "documentation": "The show message request is sent from the server to the client to show a message\nand a set of options actions to the user." + }, + { + "method": "textDocument/willSaveWaitUntil", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextEdit" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "WillSaveTextDocumentParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + "documentation": "A document will save request is sent from the client to the server before\nthe document is actually saved. The request can return an array of TextEdits\nwhich will be applied to the text document before it is saved. Please note that\nclients might drop results if computing the text edits took too long or if a\nserver constantly fails on this request. This is done to keep the save fast and\nreliable." + }, + { + "method": "textDocument/completion", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "CompletionItem" + } + }, + { + "kind": "reference", + "name": "CompletionList" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CompletionParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CompletionItem" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "CompletionRegistrationOptions" + }, + "documentation": "Request to request completion at a given text document position. The request's\nparameter is of type {@link TextDocumentPosition} the response\nis of type {@link CompletionItem CompletionItem[]} or {@link CompletionList}\nor a Thenable that resolves to such.\n\nThe request can delay the computation of the {@link CompletionItem.detail `detail`}\nand {@link CompletionItem.documentation `documentation`} properties to the `completionItem/resolve`\nrequest. However, properties that are needed for the initial sorting and filtering, like `sortText`,\n`filterText`, `insertText`, and `textEdit`, must not be changed during resolve." + }, + { + "method": "completionItem/resolve", + "result": { + "kind": "reference", + "name": "CompletionItem" + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CompletionItem" + }, + "documentation": "Request to resolve additional information for a given completion item.The request's\nparameter is of type {@link CompletionItem} the response\nis of type {@link CompletionItem} or a Thenable that resolves to such." + }, + { + "method": "textDocument/hover", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Hover" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "HoverParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "HoverRegistrationOptions" + }, + "documentation": "Request to request hover information at a given text document position. The request's\nparameter is of type {@link TextDocumentPosition} the response is of\ntype {@link Hover} or a Thenable that resolves to such." + }, + { + "method": "textDocument/signatureHelp", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "SignatureHelp" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "SignatureHelpParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "SignatureHelpRegistrationOptions" + } + }, + { + "method": "textDocument/definition", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Definition" + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DefinitionLink" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DefinitionParams" + }, + "partialResult": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "Location" + } + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DefinitionLink" + } + } + ] + }, + "registrationOptions": { + "kind": "reference", + "name": "DefinitionRegistrationOptions" + }, + "documentation": "A request to resolve the definition location of a symbol at a given text\ndocument position. The request's parameter is of type {@link TextDocumentPosition}\nthe response is of either type {@link Definition} or a typed array of\n{@link DefinitionLink} or a Thenable that resolves to such." + }, + { + "method": "textDocument/references", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "Location" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "ReferenceParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Location" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "ReferenceRegistrationOptions" + }, + "documentation": "A request to resolve project-wide references for the symbol denoted\nby the given text document position. The request's parameter is of\ntype {@link ReferenceParams} the response is of type\n{@link Location Location[]} or a Thenable that resolves to such." + }, + { + "method": "textDocument/documentHighlight", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DocumentHighlight" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentHighlightParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "DocumentHighlight" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "DocumentHighlightRegistrationOptions" + }, + "documentation": "Request to resolve a {@link DocumentHighlight} for a given\ntext document position. The request's parameter is of type {@link TextDocumentPosition}\nthe request response is an array of type {@link DocumentHighlight}\nor a Thenable that resolves to such." + }, + { + "method": "textDocument/documentSymbol", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolInformation" + } + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DocumentSymbol" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentSymbolParams" + }, + "partialResult": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolInformation" + } + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DocumentSymbol" + } + } + ] + }, + "registrationOptions": { + "kind": "reference", + "name": "DocumentSymbolRegistrationOptions" + }, + "documentation": "A request to list all symbols found in a given text document. The request's\nparameter is of type {@link TextDocumentIdentifier} the\nresponse is of type {@link SymbolInformation SymbolInformation[]} or a Thenable\nthat resolves to such." + }, + { + "method": "textDocument/codeAction", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Command" + }, + { + "kind": "reference", + "name": "CodeAction" + } + ] + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CodeActionParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Command" + }, + { + "kind": "reference", + "name": "CodeAction" + } + ] + } + }, + "registrationOptions": { + "kind": "reference", + "name": "CodeActionRegistrationOptions" + }, + "documentation": "A request to provide commands for the given text document and range." + }, + { + "method": "codeAction/resolve", + "result": { + "kind": "reference", + "name": "CodeAction" + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CodeAction" + }, + "documentation": "Request to resolve additional information for a given code action.The request's\nparameter is of type {@link CodeAction} the response\nis of type {@link CodeAction} or a Thenable that resolves to such." + }, + { + "method": "workspace/symbol", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolInformation" + } + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "WorkspaceSymbol" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "WorkspaceSymbolParams" + }, + "partialResult": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolInformation" + } + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "WorkspaceSymbol" + } + } + ] + }, + "registrationOptions": { + "kind": "reference", + "name": "WorkspaceSymbolRegistrationOptions" + }, + "documentation": "A request to list project-wide symbols matching the query string given\nby the {@link WorkspaceSymbolParams}. The response is\nof type {@link SymbolInformation SymbolInformation[]} or a Thenable that\nresolves to such.\n\n@since 3.17.0 - support for WorkspaceSymbol in the returned data. Clients\n need to advertise support for WorkspaceSymbols via the client capability\n `workspace.symbol.resolveSupport`.\n", + "since": "3.17.0 - support for WorkspaceSymbol in the returned data. Clients\nneed to advertise support for WorkspaceSymbols via the client capability\n`workspace.symbol.resolveSupport`." + }, + { + "method": "workspaceSymbol/resolve", + "result": { + "kind": "reference", + "name": "WorkspaceSymbol" + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "WorkspaceSymbol" + }, + "documentation": "A request to resolve the range inside the workspace\nsymbol's location.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "textDocument/codeLens", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "CodeLens" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CodeLensParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CodeLens" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "CodeLensRegistrationOptions" + }, + "documentation": "A request to provide code lens for the given text document." + }, + { + "method": "codeLens/resolve", + "result": { + "kind": "reference", + "name": "CodeLens" + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CodeLens" + }, + "documentation": "A request to resolve a command for a given code lens." + }, + { + "method": "workspace/codeLens/refresh", + "result": { + "kind": "base", + "name": "null" + }, + "messageDirection": "serverToClient", + "documentation": "A request to refresh all code actions\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "textDocument/documentLink", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "DocumentLink" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentLinkParams" + }, + "partialResult": { + "kind": "array", + "element": { + "kind": "reference", + "name": "DocumentLink" + } + }, + "registrationOptions": { + "kind": "reference", + "name": "DocumentLinkRegistrationOptions" + }, + "documentation": "A request to provide document links" + }, + { + "method": "documentLink/resolve", + "result": { + "kind": "reference", + "name": "DocumentLink" + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentLink" + }, + "documentation": "Request to resolve additional information for a given document link. The request's\nparameter is of type {@link DocumentLink} the response\nis of type {@link DocumentLink} or a Thenable that resolves to such." + }, + { + "method": "textDocument/formatting", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextEdit" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentFormattingParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "DocumentFormattingRegistrationOptions" + }, + "documentation": "A request to format a whole document." + }, + { + "method": "textDocument/rangeFormatting", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextEdit" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentRangeFormattingParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "DocumentRangeFormattingRegistrationOptions" + }, + "documentation": "A request to format a range in a document." + }, + { + "method": "textDocument/rangesFormatting", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextEdit" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentRangesFormattingParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "DocumentRangeFormattingRegistrationOptions" + }, + "documentation": "A request to format ranges in a document.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "method": "textDocument/onTypeFormatting", + "result": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextEdit" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DocumentOnTypeFormattingParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "DocumentOnTypeFormattingRegistrationOptions" + }, + "documentation": "A request to format a document on type." + }, + { + "method": "textDocument/rename", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "WorkspaceEdit" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "RenameParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "RenameRegistrationOptions" + }, + "documentation": "A request to rename a symbol." + }, + { + "method": "textDocument/prepareRename", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "PrepareRenameResult" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "PrepareRenameParams" + }, + "documentation": "A request to test and perform the setup necessary for a rename.\n\n@since 3.16 - support for default behavior", + "since": "3.16 - support for default behavior" + }, + { + "method": "workspace/executeCommand", + "result": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "LSPAny" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "ExecuteCommandParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "ExecuteCommandRegistrationOptions" + }, + "documentation": "A request send from the client to the server to execute a command. The request might return\na workspace edit which the client will apply to the workspace." + }, + { + "method": "workspace/applyEdit", + "result": { + "kind": "reference", + "name": "ApplyWorkspaceEditResult" + }, + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "ApplyWorkspaceEditParams" + }, + "documentation": "A request sent from the server to the client to modified certain resources." + } + ], + "notifications": [ + { + "method": "workspace/didChangeWorkspaceFolders", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidChangeWorkspaceFoldersParams" + }, + "documentation": "The `workspace/didChangeWorkspaceFolders` notification is sent from the client to the server when the workspace\nfolder configuration changes." + }, + { + "method": "window/workDoneProgress/cancel", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "WorkDoneProgressCancelParams" + }, + "documentation": "The `window/workDoneProgress/cancel` notification is sent from the client to the server to cancel a progress\ninitiated on the server side." + }, + { + "method": "workspace/didCreateFiles", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "CreateFilesParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "documentation": "The did create files notification is sent from the client to the server when\nfiles were created from within the client.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "workspace/didRenameFiles", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "RenameFilesParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "documentation": "The did rename files notification is sent from the client to the server when\nfiles were renamed from within the client.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "workspace/didDeleteFiles", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DeleteFilesParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "documentation": "The will delete files request is sent from the client to the server before files are actually\ndeleted as long as the deletion is triggered from within the client.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "method": "notebookDocument/didOpen", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidOpenNotebookDocumentParams" + }, + "registrationMethod": "notebookDocument/sync", + "documentation": "A notification sent when a notebook opens.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "notebookDocument/didChange", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidChangeNotebookDocumentParams" + }, + "registrationMethod": "notebookDocument/sync" + }, + { + "method": "notebookDocument/didSave", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidSaveNotebookDocumentParams" + }, + "registrationMethod": "notebookDocument/sync", + "documentation": "A notification sent when a notebook document is saved.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "notebookDocument/didClose", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidCloseNotebookDocumentParams" + }, + "registrationMethod": "notebookDocument/sync", + "documentation": "A notification sent when a notebook closes.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "method": "initialized", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "InitializedParams" + }, + "documentation": "The initialized notification is sent from the client to the\nserver after the client is fully initialized and the server\nis allowed to send requests from the server to the client." + }, + { + "method": "exit", + "messageDirection": "clientToServer", + "documentation": "The exit event is sent from the client to the server to\nask the server to exit its process." + }, + { + "method": "workspace/didChangeConfiguration", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidChangeConfigurationParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "DidChangeConfigurationRegistrationOptions" + }, + "documentation": "The configuration change notification is sent from the client to the server\nwhen the client's configuration has changed. The notification contains\nthe changed configuration as defined by the language client." + }, + { + "method": "window/showMessage", + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "ShowMessageParams" + }, + "documentation": "The show message notification is sent from a server to a client to ask\nthe client to display a particular message in the user interface." + }, + { + "method": "window/logMessage", + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "LogMessageParams" + }, + "documentation": "The log message notification is sent from the server to the client to ask\nthe client to log a particular message." + }, + { + "method": "telemetry/event", + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "LSPAny" + }, + "documentation": "The telemetry event notification is sent from the server to the client to ask\nthe client to log telemetry data." + }, + { + "method": "textDocument/didOpen", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidOpenTextDocumentParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + "documentation": "The document open notification is sent from the client to the server to signal\nnewly opened text documents. The document's truth is now managed by the client\nand the server must not try to read the document's truth using the document's\nuri. Open in this sense means it is managed by the client. It doesn't necessarily\nmean that its content is presented in an editor. An open notification must not\nbe sent more than once without a corresponding close notification send before.\nThis means open and close notification must be balanced and the max open count\nis one." + }, + { + "method": "textDocument/didChange", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidChangeTextDocumentParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "TextDocumentChangeRegistrationOptions" + }, + "documentation": "The document change notification is sent from the client to the server to signal\nchanges to a text document." + }, + { + "method": "textDocument/didClose", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidCloseTextDocumentParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + "documentation": "The document close notification is sent from the client to the server when\nthe document got closed in the client. The document's truth now exists where\nthe document's uri points to (e.g. if the document's uri is a file uri the\ntruth now exists on disk). As with the open notification the close notification\nis about managing the document's content. Receiving a close notification\ndoesn't mean that the document was open in an editor before. A close\nnotification requires a previous open notification to be sent." + }, + { + "method": "textDocument/didSave", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidSaveTextDocumentParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "TextDocumentSaveRegistrationOptions" + }, + "documentation": "The document save notification is sent from the client to the server when\nthe document got saved in the client." + }, + { + "method": "textDocument/willSave", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "WillSaveTextDocumentParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + "documentation": "A document will save notification is sent from the client to the server before\nthe document is actually saved." + }, + { + "method": "workspace/didChangeWatchedFiles", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "DidChangeWatchedFilesParams" + }, + "registrationOptions": { + "kind": "reference", + "name": "DidChangeWatchedFilesRegistrationOptions" + }, + "documentation": "The watched files notification is sent from the client to the server when\nthe client detects changes to file watched by the language client." + }, + { + "method": "textDocument/publishDiagnostics", + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "PublishDiagnosticsParams" + }, + "documentation": "Diagnostics notification are sent from the server to the client to signal\nresults of validation runs." + }, + { + "method": "$/setTrace", + "messageDirection": "clientToServer", + "params": { + "kind": "reference", + "name": "SetTraceParams" + } + }, + { + "method": "$/logTrace", + "messageDirection": "serverToClient", + "params": { + "kind": "reference", + "name": "LogTraceParams" + } + }, + { + "method": "$/cancelRequest", + "messageDirection": "both", + "params": { + "kind": "reference", + "name": "CancelParams" + } + }, + { + "method": "$/progress", + "messageDirection": "both", + "params": { + "kind": "reference", + "name": "ProgressParams" + } + } + ], + "structures": [ + { + "name": "ImplementationParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ] + }, + { + "name": "Location", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + } + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + } + } + ], + "documentation": "Represents a location inside a resource, such as a line\ninside a text file." + }, + { + "name": "ImplementationRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "ImplementationOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ] + }, + { + "name": "TypeDefinitionParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ] + }, + { + "name": "TypeDefinitionRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "TypeDefinitionOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ] + }, + { + "name": "WorkspaceFolder", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "URI" + }, + "documentation": "The associated URI for this workspace folder." + }, + { + "name": "name", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The name of the workspace folder. Used to refer to this\nworkspace folder in the user interface." + } + ], + "documentation": "A workspace folder inside a client." + }, + { + "name": "DidChangeWorkspaceFoldersParams", + "properties": [ + { + "name": "event", + "type": { + "kind": "reference", + "name": "WorkspaceFoldersChangeEvent" + }, + "documentation": "The actual workspace folder change event." + } + ], + "documentation": "The parameters of a `workspace/didChangeWorkspaceFolders` notification." + }, + { + "name": "ConfigurationParams", + "properties": [ + { + "name": "items", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "ConfigurationItem" + } + } + } + ], + "documentation": "The parameters of a configuration request." + }, + { + "name": "DocumentColorParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Parameters for a {@link DocumentColorRequest}." + }, + { + "name": "ColorInformation", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range in the document where this color appears." + }, + { + "name": "color", + "type": { + "kind": "reference", + "name": "Color" + }, + "documentation": "The actual color value for this color range." + } + ], + "documentation": "Represents a color range from a document." + }, + { + "name": "DocumentColorRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "DocumentColorOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ] + }, + { + "name": "ColorPresentationParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + }, + { + "name": "color", + "type": { + "kind": "reference", + "name": "Color" + }, + "documentation": "The color to request presentations for." + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range where the color would be inserted. Serves as a context." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Parameters for a {@link ColorPresentationRequest}." + }, + { + "name": "ColorPresentation", + "properties": [ + { + "name": "label", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The label of this color presentation. It will be shown on the color\npicker header. By default this is also the text that is inserted when selecting\nthis color presentation." + }, + { + "name": "textEdit", + "type": { + "kind": "reference", + "name": "TextEdit" + }, + "optional": true, + "documentation": "An {@link TextEdit edit} which is applied to a document when selecting\nthis presentation for the color. When `falsy` the {@link ColorPresentation.label label}\nis used." + }, + { + "name": "additionalTextEdits", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextEdit" + } + }, + "optional": true, + "documentation": "An optional array of additional {@link TextEdit text edits} that are applied when\nselecting this color presentation. Edits must not overlap with the main {@link ColorPresentation.textEdit edit} nor with themselves." + } + ] + }, + { + "name": "WorkDoneProgressOptions", + "properties": [ + { + "name": "workDoneProgress", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true + } + ] + }, + { + "name": "TextDocumentRegistrationOptions", + "properties": [ + { + "name": "documentSelector", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "DocumentSelector" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "documentation": "A document selector to identify the scope of the registration. If set to null\nthe document selector provided on the client side will be used." + } + ], + "documentation": "General text document registration options." + }, + { + "name": "FoldingRangeParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Parameters for a {@link FoldingRangeRequest}." + }, + { + "name": "FoldingRange", + "properties": [ + { + "name": "startLine", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "The zero-based start line of the range to fold. The folded area starts after the line's last character.\nTo be valid, the end must be zero or larger and smaller than the number of lines in the document." + }, + { + "name": "startCharacter", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "The zero-based character offset from where the folded range starts. If not defined, defaults to the length of the start line." + }, + { + "name": "endLine", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "The zero-based end line of the range to fold. The folded area ends with the line's last character.\nTo be valid, the end must be zero or larger and smaller than the number of lines in the document." + }, + { + "name": "endCharacter", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "The zero-based character offset before the folded range ends. If not defined, defaults to the length of the end line." + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "FoldingRangeKind" + }, + "optional": true, + "documentation": "Describes the kind of the folding range such as `comment' or 'region'. The kind\nis used to categorize folding ranges and used by commands like 'Fold all comments'.\nSee {@link FoldingRangeKind} for an enumeration of standardized kinds." + }, + { + "name": "collapsedText", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The text that the client should show when the specified range is\ncollapsed. If not defined or not supported by the client, a default\nwill be chosen by the client.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "documentation": "Represents a folding range. To be valid, start and end line must be bigger than zero and smaller\nthan the number of lines in the document. Clients are free to ignore invalid ranges." + }, + { + "name": "FoldingRangeRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "FoldingRangeOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ] + }, + { + "name": "DeclarationParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ] + }, + { + "name": "DeclarationRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "DeclarationOptions" + }, + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ] + }, + { + "name": "SelectionRangeParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + }, + { + "name": "positions", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Position" + } + }, + "documentation": "The positions inside the text document." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "A parameter literal used in selection range requests." + }, + { + "name": "SelectionRange", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The {@link Range range} of this selection range." + }, + { + "name": "parent", + "type": { + "kind": "reference", + "name": "SelectionRange" + }, + "optional": true, + "documentation": "The parent selection range containing this range. Therefore `parent.range` must contain `this.range`." + } + ], + "documentation": "A selection range represents a part of a selection hierarchy. A selection range\nmay have a parent selection range that contains it." + }, + { + "name": "SelectionRangeRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "SelectionRangeOptions" + }, + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ] + }, + { + "name": "WorkDoneProgressCreateParams", + "properties": [ + { + "name": "token", + "type": { + "kind": "reference", + "name": "ProgressToken" + }, + "documentation": "The token to be used to report progress." + } + ] + }, + { + "name": "WorkDoneProgressCancelParams", + "properties": [ + { + "name": "token", + "type": { + "kind": "reference", + "name": "ProgressToken" + }, + "documentation": "The token to be used to report progress." + } + ] + }, + { + "name": "CallHierarchyPrepareParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "The parameter of a `textDocument/prepareCallHierarchy` request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "CallHierarchyItem", + "properties": [ + { + "name": "name", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The name of this item." + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "SymbolKind" + }, + "documentation": "The kind of this item." + }, + { + "name": "tags", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolTag" + } + }, + "optional": true, + "documentation": "Tags for this item." + }, + { + "name": "detail", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "More detail for this item, e.g. the signature of a function." + }, + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The resource identifier of this item." + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code." + }, + { + "name": "selectionRange", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function.\nMust be contained by the {@link CallHierarchyItem.range `range`}." + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A data entry field that is preserved between a call hierarchy prepare and\nincoming calls or outgoing calls requests." + } + ], + "documentation": "Represents programming constructs like functions or constructors in the context\nof call hierarchy.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "CallHierarchyRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "CallHierarchyOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ], + "documentation": "Call hierarchy options used during static or dynamic registration.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "CallHierarchyIncomingCallsParams", + "properties": [ + { + "name": "item", + "type": { + "kind": "reference", + "name": "CallHierarchyItem" + } + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "The parameter of a `callHierarchy/incomingCalls` request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "CallHierarchyIncomingCall", + "properties": [ + { + "name": "from", + "type": { + "kind": "reference", + "name": "CallHierarchyItem" + }, + "documentation": "The item that makes the call." + }, + { + "name": "fromRanges", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Range" + } + }, + "documentation": "The ranges at which the calls appear. This is relative to the caller\ndenoted by {@link CallHierarchyIncomingCall.from `this.from`}." + } + ], + "documentation": "Represents an incoming call, e.g. a caller of a method or constructor.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "CallHierarchyOutgoingCallsParams", + "properties": [ + { + "name": "item", + "type": { + "kind": "reference", + "name": "CallHierarchyItem" + } + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "The parameter of a `callHierarchy/outgoingCalls` request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "CallHierarchyOutgoingCall", + "properties": [ + { + "name": "to", + "type": { + "kind": "reference", + "name": "CallHierarchyItem" + }, + "documentation": "The item that is called." + }, + { + "name": "fromRanges", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Range" + } + }, + "documentation": "The range at which this item is called. This is the range relative to the caller, e.g the item\npassed to {@link CallHierarchyItemProvider.provideCallHierarchyOutgoingCalls `provideCallHierarchyOutgoingCalls`}\nand not {@link CallHierarchyOutgoingCall.to `this.to`}." + } + ], + "documentation": "Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokens", + "properties": [ + { + "name": "resultId", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "An optional result id. If provided and clients support delta updating\nthe client will include the result id in the next semantic token request.\nA server can then instead of computing all semantic tokens again simply\nsend a delta." + }, + { + "name": "data", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "uinteger" + } + }, + "documentation": "The actual tokens." + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensPartialResult", + "properties": [ + { + "name": "data", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "uinteger" + } + } + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "SemanticTokensOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensDeltaParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + }, + { + "name": "previousResultId", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The result id of a previous response. The result Id can either point to a full response\nor a delta response depending on what was received last." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensDelta", + "properties": [ + { + "name": "resultId", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true + }, + { + "name": "edits", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SemanticTokensEdit" + } + }, + "documentation": "The semantic token edits to transform a previous result into a new result." + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensDeltaPartialResult", + "properties": [ + { + "name": "edits", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SemanticTokensEdit" + } + } + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensRangeParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range the semantic tokens are requested for." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "ShowDocumentParams", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "URI" + }, + "documentation": "The uri to show." + }, + { + "name": "external", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Indicates to show the resource in an external program.\nTo show, for example, `https://code.visualstudio.com/`\nin the default WEB browser set `external` to `true`." + }, + { + "name": "takeFocus", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "An optional property to indicate whether the editor\nshowing the document should take focus or not.\nClients might ignore this property if an external\nprogram is started." + }, + { + "name": "selection", + "type": { + "kind": "reference", + "name": "Range" + }, + "optional": true, + "documentation": "An optional selection range if the document is a text\ndocument. Clients might ignore the property if an\nexternal program is started or the file is not a text\nfile." + } + ], + "documentation": "Params to show a resource in the UI.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "ShowDocumentResult", + "properties": [ + { + "name": "success", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "A boolean indicating if the show was successful." + } + ], + "documentation": "The result of a showDocument request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "LinkedEditingRangeParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ] + }, + { + "name": "LinkedEditingRanges", + "properties": [ + { + "name": "ranges", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Range" + } + }, + "documentation": "A list of ranges that can be edited together. The ranges must have\nidentical length and contain identical text content. The ranges cannot overlap." + }, + { + "name": "wordPattern", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "An optional word pattern (regular expression) that describes valid contents for\nthe given ranges. If no pattern is provided, the client configuration's word\npattern will be used." + } + ], + "documentation": "The result of a linked editing range request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "LinkedEditingRangeRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "LinkedEditingRangeOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ] + }, + { + "name": "CreateFilesParams", + "properties": [ + { + "name": "files", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "FileCreate" + } + }, + "documentation": "An array of all files/folders created in this operation." + } + ], + "documentation": "The parameters sent in notifications/requests for user-initiated creation of\nfiles.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "WorkspaceEdit", + "properties": [ + { + "name": "changes", + "type": { + "kind": "map", + "key": { + "kind": "base", + "name": "DocumentUri" + }, + "value": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextEdit" + } + } + }, + "optional": true, + "documentation": "Holds changes to existing resources." + }, + { + "name": "documentChanges", + "type": { + "kind": "array", + "element": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "TextDocumentEdit" + }, + { + "kind": "reference", + "name": "CreateFile" + }, + { + "kind": "reference", + "name": "RenameFile" + }, + { + "kind": "reference", + "name": "DeleteFile" + } + ] + } + }, + "optional": true, + "documentation": "Depending on the client capability `workspace.workspaceEdit.resourceOperations` document changes\nare either an array of `TextDocumentEdit`s to express changes to n different text documents\nwhere each text document edit addresses a specific version of a text document. Or it can contain\nabove `TextDocumentEdit`s mixed with create, rename and delete file / folder operations.\n\nWhether a client supports versioned document edits is expressed via\n`workspace.workspaceEdit.documentChanges` client capability.\n\nIf a client neither supports `documentChanges` nor `workspace.workspaceEdit.resourceOperations` then\nonly plain `TextEdit`s using the `changes` property are supported." + }, + { + "name": "changeAnnotations", + "type": { + "kind": "map", + "key": { + "kind": "reference", + "name": "ChangeAnnotationIdentifier" + }, + "value": { + "kind": "reference", + "name": "ChangeAnnotation" + } + }, + "optional": true, + "documentation": "A map of change annotations that can be referenced in `AnnotatedTextEdit`s or create, rename and\ndelete file / folder operations.\n\nWhether clients honor this property depends on the client capability `workspace.changeAnnotationSupport`.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "documentation": "A workspace edit represents changes to many resources managed in the workspace. The edit\nshould either provide `changes` or `documentChanges`. If documentChanges are present\nthey are preferred over `changes` if the client can handle versioned document edits.\n\nSince version 3.13.0 a workspace edit can contain resource operations as well. If resource\noperations are present clients need to execute the operations in the order in which they\nare provided. So a workspace edit for example can consist of the following two changes:\n(1) a create file a.txt and (2) a text document edit which insert text into file a.txt.\n\nAn invalid sequence (e.g. (1) delete file a.txt and (2) insert text into file a.txt) will\ncause failure of the operation. How the client recovers from the failure is described by\nthe client capability: `workspace.workspaceEdit.failureHandling`" + }, + { + "name": "FileOperationRegistrationOptions", + "properties": [ + { + "name": "filters", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "FileOperationFilter" + } + }, + "documentation": "The actual filters." + } + ], + "documentation": "The options to register for file operations.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "RenameFilesParams", + "properties": [ + { + "name": "files", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "FileRename" + } + }, + "documentation": "An array of all files/folders renamed in this operation. When a folder is renamed, only\nthe folder will be included, and not its children." + } + ], + "documentation": "The parameters sent in notifications/requests for user-initiated renames of\nfiles.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "DeleteFilesParams", + "properties": [ + { + "name": "files", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "FileDelete" + } + }, + "documentation": "An array of all files/folders deleted in this operation." + } + ], + "documentation": "The parameters sent in notifications/requests for user-initiated deletes of\nfiles.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "MonikerParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ] + }, + { + "name": "Moniker", + "properties": [ + { + "name": "scheme", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The scheme of the moniker. For example tsc or .Net" + }, + { + "name": "identifier", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The identifier of the moniker. The value is opaque in LSIF however\nschema owners are allowed to define the structure if they want." + }, + { + "name": "unique", + "type": { + "kind": "reference", + "name": "UniquenessLevel" + }, + "documentation": "The scope in which the moniker is unique" + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "MonikerKind" + }, + "optional": true, + "documentation": "The moniker kind if known." + } + ], + "documentation": "Moniker definition to match LSIF 0.5 moniker definition.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "MonikerRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "MonikerOptions" + } + ] + }, + { + "name": "TypeHierarchyPrepareParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "The parameter of a `textDocument/prepareTypeHierarchy` request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "TypeHierarchyItem", + "properties": [ + { + "name": "name", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The name of this item." + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "SymbolKind" + }, + "documentation": "The kind of this item." + }, + { + "name": "tags", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolTag" + } + }, + "optional": true, + "documentation": "Tags for this item." + }, + { + "name": "detail", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "More detail for this item, e.g. the signature of a function." + }, + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The resource identifier of this item." + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range enclosing this symbol not including leading/trailing whitespace\nbut everything else, e.g. comments and code." + }, + { + "name": "selectionRange", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range that should be selected and revealed when this symbol is being\npicked, e.g. the name of a function. Must be contained by the\n{@link TypeHierarchyItem.range `range`}." + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A data entry field that is preserved between a type hierarchy prepare and\nsupertypes or subtypes requests. It could also be used to identify the\ntype hierarchy in the server, helping improve the performance on\nresolving supertypes and subtypes." + } + ], + "documentation": "@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "TypeHierarchyRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "TypeHierarchyOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ], + "documentation": "Type hierarchy options used during static or dynamic registration.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "TypeHierarchySupertypesParams", + "properties": [ + { + "name": "item", + "type": { + "kind": "reference", + "name": "TypeHierarchyItem" + } + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "The parameter of a `typeHierarchy/supertypes` request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "TypeHierarchySubtypesParams", + "properties": [ + { + "name": "item", + "type": { + "kind": "reference", + "name": "TypeHierarchyItem" + } + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "The parameter of a `typeHierarchy/subtypes` request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineValueParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The document range for which inline values should be computed." + }, + { + "name": "context", + "type": { + "kind": "reference", + "name": "InlineValueContext" + }, + "documentation": "Additional information about the context in which inline values were\nrequested." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "A parameter literal used in inline value requests.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineValueRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "InlineValueOptions" + }, + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ], + "documentation": "Inline value options used during static or dynamic registration.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlayHintParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The document range for which inlay hints should be computed." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "A parameter literal used in inlay hint requests.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlayHint", + "properties": [ + { + "name": "position", + "type": { + "kind": "reference", + "name": "Position" + }, + "documentation": "The position of this hint.\n\nIf multiple hints have the same position, they will be shown in the order\nthey appear in the response." + }, + { + "name": "label", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "InlayHintLabelPart" + } + } + ] + }, + "documentation": "The label of this hint. A human readable string or an array of\nInlayHintLabelPart label parts.\n\n*Note* that neither the string nor the label part can be empty." + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "InlayHintKind" + }, + "optional": true, + "documentation": "The kind of this hint. Can be omitted in which case the client\nshould fall back to a reasonable default." + }, + { + "name": "textEdits", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextEdit" + } + }, + "optional": true, + "documentation": "Optional text edits that are performed when accepting this inlay hint.\n\n*Note* that edits are expected to change the document so that the inlay\nhint (or its nearest variant) is now part of the document and the inlay\nhint itself is now obsolete." + }, + { + "name": "tooltip", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "reference", + "name": "MarkupContent" + } + ] + }, + "optional": true, + "documentation": "The tooltip text when you hover over this item." + }, + { + "name": "paddingLeft", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Render padding before the hint.\n\nNote: Padding should use the editor's background color, not the\nbackground color of the hint itself. That means padding can be used\nto visually align/separate an inlay hint." + }, + { + "name": "paddingRight", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Render padding after the hint.\n\nNote: Padding should use the editor's background color, not the\nbackground color of the hint itself. That means padding can be used\nto visually align/separate an inlay hint." + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A data entry field that is preserved on an inlay hint between\na `textDocument/inlayHint` and a `inlayHint/resolve` request." + } + ], + "documentation": "Inlay hint information.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlayHintRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "InlayHintOptions" + }, + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ], + "documentation": "Inlay hint options used during static or dynamic registration.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DocumentDiagnosticParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + }, + { + "name": "identifier", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The additional identifier provided during registration." + }, + { + "name": "previousResultId", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The result id of a previous response if provided." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Parameters of the document diagnostic request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DocumentDiagnosticReportPartialResult", + "properties": [ + { + "name": "relatedDocuments", + "type": { + "kind": "map", + "key": { + "kind": "base", + "name": "DocumentUri" + }, + "value": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "FullDocumentDiagnosticReport" + }, + { + "kind": "reference", + "name": "UnchangedDocumentDiagnosticReport" + } + ] + } + } + } + ], + "documentation": "A partial result for a document diagnostic report.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DiagnosticServerCancellationData", + "properties": [ + { + "name": "retriggerRequest", + "type": { + "kind": "base", + "name": "boolean" + } + } + ], + "documentation": "Cancellation data returned from a diagnostic request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DiagnosticRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "DiagnosticOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ], + "documentation": "Diagnostic registration options.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "WorkspaceDiagnosticParams", + "properties": [ + { + "name": "identifier", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The additional identifier provided during registration." + }, + { + "name": "previousResultIds", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "PreviousResultId" + } + }, + "documentation": "The currently known diagnostic reports with their\nprevious result ids." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Parameters of the workspace diagnostic request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "WorkspaceDiagnosticReport", + "properties": [ + { + "name": "items", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "WorkspaceDocumentDiagnosticReport" + } + } + } + ], + "documentation": "A workspace diagnostic report.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "WorkspaceDiagnosticReportPartialResult", + "properties": [ + { + "name": "items", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "WorkspaceDocumentDiagnosticReport" + } + } + } + ], + "documentation": "A partial result for a workspace diagnostic report.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DidOpenNotebookDocumentParams", + "properties": [ + { + "name": "notebookDocument", + "type": { + "kind": "reference", + "name": "NotebookDocument" + }, + "documentation": "The notebook document that got opened." + }, + { + "name": "cellTextDocuments", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextDocumentItem" + } + }, + "documentation": "The text documents that represent the content\nof a notebook cell." + } + ], + "documentation": "The params sent in an open notebook document notification.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DidChangeNotebookDocumentParams", + "properties": [ + { + "name": "notebookDocument", + "type": { + "kind": "reference", + "name": "VersionedNotebookDocumentIdentifier" + }, + "documentation": "The notebook document that did change. The version number points\nto the version after all provided changes have been applied. If\nonly the text document content of a cell changes the notebook version\ndoesn't necessarily have to change." + }, + { + "name": "change", + "type": { + "kind": "reference", + "name": "NotebookDocumentChangeEvent" + }, + "documentation": "The actual changes to the notebook document.\n\nThe changes describe single state changes to the notebook document.\nSo if there are two changes c1 (at array index 0) and c2 (at array\nindex 1) for a notebook in state S then c1 moves the notebook from\nS to S' and c2 from S' to S''. So c1 is computed on the state S and\nc2 is computed on the state S'.\n\nTo mirror the content of a notebook using change events use the following approach:\n- start with the same initial content\n- apply the 'notebookDocument/didChange' notifications in the order you receive them.\n- apply the `NotebookChangeEvent`s in a single notification in the order\n you receive them." + } + ], + "documentation": "The params sent in a change notebook document notification.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DidSaveNotebookDocumentParams", + "properties": [ + { + "name": "notebookDocument", + "type": { + "kind": "reference", + "name": "NotebookDocumentIdentifier" + }, + "documentation": "The notebook document that got saved." + } + ], + "documentation": "The params sent in a save notebook document notification.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DidCloseNotebookDocumentParams", + "properties": [ + { + "name": "notebookDocument", + "type": { + "kind": "reference", + "name": "NotebookDocumentIdentifier" + }, + "documentation": "The notebook document that got closed." + }, + { + "name": "cellTextDocuments", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextDocumentIdentifier" + } + }, + "documentation": "The text documents that represent the content\nof a notebook cell that got closed." + } + ], + "documentation": "The params sent in a close notebook document notification.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineCompletionParams", + "properties": [ + { + "name": "context", + "type": { + "kind": "reference", + "name": "InlineCompletionContext" + }, + "documentation": "Additional information about the context in which inline completions were\nrequested." + } + ], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "A parameter literal used in inline completion requests.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "InlineCompletionList", + "properties": [ + { + "name": "items", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "InlineCompletionItem" + } + }, + "documentation": "The inline completion items" + } + ], + "documentation": "Represents a collection of {@link InlineCompletionItem inline completion items} to be presented in the editor.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "InlineCompletionItem", + "properties": [ + { + "name": "insertText", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "reference", + "name": "StringValue" + } + ] + }, + "documentation": "The text to replace the range with. Must be set." + }, + { + "name": "filterText", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A text that is used to decide if this inline completion should be shown. When `falsy` the {@link InlineCompletionItem.insertText} is used." + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "optional": true, + "documentation": "The range to replace. Must begin and end on the same line." + }, + { + "name": "command", + "type": { + "kind": "reference", + "name": "Command" + }, + "optional": true, + "documentation": "An optional {@link Command} that is executed *after* inserting this completion." + } + ], + "documentation": "An inline completion item represents a text snippet that is proposed inline to complete text that is being typed.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "InlineCompletionRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "InlineCompletionOptions" + }, + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ], + "documentation": "Inline completion options used during static or dynamic registration.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "RegistrationParams", + "properties": [ + { + "name": "registrations", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Registration" + } + } + } + ] + }, + { + "name": "UnregistrationParams", + "properties": [ + { + "name": "unregisterations", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Unregistration" + } + } + } + ] + }, + { + "name": "InitializeParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "_InitializeParams" + }, + { + "kind": "reference", + "name": "WorkspaceFoldersInitializeParams" + } + ] + }, + { + "name": "InitializeResult", + "properties": [ + { + "name": "capabilities", + "type": { + "kind": "reference", + "name": "ServerCapabilities" + }, + "documentation": "The capabilities the language server provides." + }, + { + "name": "serverInfo", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "name", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The name of the server as defined by the server." + }, + { + "name": "version", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The server's version as defined by the server." + } + ] + } + }, + "optional": true, + "documentation": "Information about the server.\n\n@since 3.15.0", + "since": "3.15.0" + } + ], + "documentation": "The result returned from an initialize request." + }, + { + "name": "InitializeError", + "properties": [ + { + "name": "retry", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "Indicates whether the client execute the following retry logic:\n(1) show the message provided by the ResponseError to the user\n(2) user selects retry or cancel\n(3) if user selected retry the initialize method is sent again." + } + ], + "documentation": "The data type of the ResponseError if the\ninitialize request fails." + }, + { + "name": "InitializedParams", + "properties": [] + }, + { + "name": "DidChangeConfigurationParams", + "properties": [ + { + "name": "settings", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "documentation": "The actual changed settings" + } + ], + "documentation": "The parameters of a change configuration notification." + }, + { + "name": "DidChangeConfigurationRegistrationOptions", + "properties": [ + { + "name": "section", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + } + ] + }, + "optional": true + } + ] + }, + { + "name": "ShowMessageParams", + "properties": [ + { + "name": "type", + "type": { + "kind": "reference", + "name": "MessageType" + }, + "documentation": "The message type. See {@link MessageType}" + }, + { + "name": "message", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The actual message." + } + ], + "documentation": "The parameters of a notification message." + }, + { + "name": "ShowMessageRequestParams", + "properties": [ + { + "name": "type", + "type": { + "kind": "reference", + "name": "MessageType" + }, + "documentation": "The message type. See {@link MessageType}" + }, + { + "name": "message", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The actual message." + }, + { + "name": "actions", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "MessageActionItem" + } + }, + "optional": true, + "documentation": "The message action items to present." + } + ] + }, + { + "name": "MessageActionItem", + "properties": [ + { + "name": "title", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A short title like 'Retry', 'Open Log' etc." + } + ] + }, + { + "name": "LogMessageParams", + "properties": [ + { + "name": "type", + "type": { + "kind": "reference", + "name": "MessageType" + }, + "documentation": "The message type. See {@link MessageType}" + }, + { + "name": "message", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The actual message." + } + ], + "documentation": "The log message parameters." + }, + { + "name": "DidOpenTextDocumentParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentItem" + }, + "documentation": "The document that was opened." + } + ], + "documentation": "The parameters sent in an open text document notification" + }, + { + "name": "DidChangeTextDocumentParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "VersionedTextDocumentIdentifier" + }, + "documentation": "The document that did change. The version number points\nto the version after all provided content changes have\nbeen applied." + }, + { + "name": "contentChanges", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextDocumentContentChangeEvent" + } + }, + "documentation": "The actual content changes. The content changes describe single state changes\nto the document. So if there are two content changes c1 (at array index 0) and\nc2 (at array index 1) for a document in state S then c1 moves the document from\nS to S' and c2 from S' to S''. So c1 is computed on the state S and c2 is computed\non the state S'.\n\nTo mirror the content of a document using change events use the following approach:\n- start with the same initial content\n- apply the 'textDocument/didChange' notifications in the order you receive them.\n- apply the `TextDocumentContentChangeEvent`s in a single notification in the order\n you receive them." + } + ], + "documentation": "The change text document notification's parameters." + }, + { + "name": "TextDocumentChangeRegistrationOptions", + "properties": [ + { + "name": "syncKind", + "type": { + "kind": "reference", + "name": "TextDocumentSyncKind" + }, + "documentation": "How documents are synced to the server." + } + ], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + } + ], + "documentation": "Describe options to be used when registered for text document change events." + }, + { + "name": "DidCloseTextDocumentParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document that was closed." + } + ], + "documentation": "The parameters sent in a close text document notification" + }, + { + "name": "DidSaveTextDocumentParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document that was saved." + }, + { + "name": "text", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "Optional the content when saved. Depends on the includeText value\nwhen the save notification was requested." + } + ], + "documentation": "The parameters sent in a save text document notification" + }, + { + "name": "TextDocumentSaveRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "SaveOptions" + } + ], + "documentation": "Save registration options." + }, + { + "name": "WillSaveTextDocumentParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document that will be saved." + }, + { + "name": "reason", + "type": { + "kind": "reference", + "name": "TextDocumentSaveReason" + }, + "documentation": "The 'TextDocumentSaveReason'." + } + ], + "documentation": "The parameters sent in a will save text document notification." + }, + { + "name": "TextEdit", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range of the text document to be manipulated. To insert\ntext into a document create a range where start === end." + }, + { + "name": "newText", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The string to be inserted. For delete operations use an\nempty string." + } + ], + "documentation": "A text edit applicable to a text document." + }, + { + "name": "DidChangeWatchedFilesParams", + "properties": [ + { + "name": "changes", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "FileEvent" + } + }, + "documentation": "The actual file events." + } + ], + "documentation": "The watched files change notification's parameters." + }, + { + "name": "DidChangeWatchedFilesRegistrationOptions", + "properties": [ + { + "name": "watchers", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "FileSystemWatcher" + } + }, + "documentation": "The watchers to register." + } + ], + "documentation": "Describe options to be used when registered for text document change events." + }, + { + "name": "PublishDiagnosticsParams", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The URI for which diagnostic information is reported." + }, + { + "name": "version", + "type": { + "kind": "base", + "name": "integer" + }, + "optional": true, + "documentation": "Optional the version number of the document the diagnostics are published for.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "diagnostics", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Diagnostic" + } + }, + "documentation": "An array of diagnostic information items." + } + ], + "documentation": "The publish diagnostic notification's parameters." + }, + { + "name": "CompletionParams", + "properties": [ + { + "name": "context", + "type": { + "kind": "reference", + "name": "CompletionContext" + }, + "optional": true, + "documentation": "The completion context. This is only available if the client specifies\nto send this using the client capability `textDocument.completion.contextSupport === true`" + } + ], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Completion parameters" + }, + { + "name": "CompletionItem", + "properties": [ + { + "name": "label", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The label of this completion item.\n\nThe label property is also by default the text that\nis inserted when selecting this completion.\n\nIf label details are provided the label itself should\nbe an unqualified name of the completion item." + }, + { + "name": "labelDetails", + "type": { + "kind": "reference", + "name": "CompletionItemLabelDetails" + }, + "optional": true, + "documentation": "Additional details for the label\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "CompletionItemKind" + }, + "optional": true, + "documentation": "The kind of this completion item. Based of the kind\nan icon is chosen by the editor." + }, + { + "name": "tags", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CompletionItemTag" + } + }, + "optional": true, + "documentation": "Tags for this completion item.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "detail", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A human-readable string with additional information\nabout this item, like type or symbol information." + }, + { + "name": "documentation", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "reference", + "name": "MarkupContent" + } + ] + }, + "optional": true, + "documentation": "A human-readable string that represents a doc-comment." + }, + { + "name": "deprecated", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Indicates if this item is deprecated.\n@deprecated Use `tags` instead.", + "deprecated": "Use `tags` instead." + }, + { + "name": "preselect", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Select this item when showing.\n\n*Note* that only one completion item can be selected and that the\ntool / client decides which item that is. The rule is that the *first*\nitem of those that match best is selected." + }, + { + "name": "sortText", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A string that should be used when comparing this item\nwith other items. When `falsy` the {@link CompletionItem.label label}\nis used." + }, + { + "name": "filterText", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A string that should be used when filtering a set of\ncompletion items. When `falsy` the {@link CompletionItem.label label}\nis used." + }, + { + "name": "insertText", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A string that should be inserted into a document when selecting\nthis completion. When `falsy` the {@link CompletionItem.label label}\nis used.\n\nThe `insertText` is subject to interpretation by the client side.\nSome tools might not take the string literally. For example\nVS Code when code complete is requested in this example\n`con` and a completion item with an `insertText` of\n`console` is provided it will only insert `sole`. Therefore it is\nrecommended to use `textEdit` instead since it avoids additional client\nside interpretation." + }, + { + "name": "insertTextFormat", + "type": { + "kind": "reference", + "name": "InsertTextFormat" + }, + "optional": true, + "documentation": "The format of the insert text. The format applies to both the\n`insertText` property and the `newText` property of a provided\n`textEdit`. If omitted defaults to `InsertTextFormat.PlainText`.\n\nPlease note that the insertTextFormat doesn't apply to\n`additionalTextEdits`." + }, + { + "name": "insertTextMode", + "type": { + "kind": "reference", + "name": "InsertTextMode" + }, + "optional": true, + "documentation": "How whitespace and indentation is handled during completion\nitem insertion. If not provided the clients default value depends on\nthe `textDocument.completion.insertTextMode` client capability.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "textEdit", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "TextEdit" + }, + { + "kind": "reference", + "name": "InsertReplaceEdit" + } + ] + }, + "optional": true, + "documentation": "An {@link TextEdit edit} which is applied to a document when selecting\nthis completion. When an edit is provided the value of\n{@link CompletionItem.insertText insertText} is ignored.\n\nMost editors support two different operations when accepting a completion\nitem. One is to insert a completion text and the other is to replace an\nexisting text with a completion text. Since this can usually not be\npredetermined by a server it can report both ranges. Clients need to\nsignal support for `InsertReplaceEdits` via the\n`textDocument.completion.insertReplaceSupport` client capability\nproperty.\n\n*Note 1:* The text edit's range as well as both ranges from an insert\nreplace edit must be a [single line] and they must contain the position\nat which completion has been requested.\n*Note 2:* If an `InsertReplaceEdit` is returned the edit's insert range\nmust be a prefix of the edit's replace range, that means it must be\ncontained and starting at the same position.\n\n@since 3.16.0 additional type `InsertReplaceEdit`", + "since": "3.16.0 additional type `InsertReplaceEdit`" + }, + { + "name": "textEditText", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The edit text used if the completion item is part of a CompletionList and\nCompletionList defines an item default for the text edit range.\n\nClients will only honor this property if they opt into completion list\nitem defaults using the capability `completionList.itemDefaults`.\n\nIf not provided and a list's default range is provided the label\nproperty is used as a text.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "additionalTextEdits", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextEdit" + } + }, + "optional": true, + "documentation": "An optional array of additional {@link TextEdit text edits} that are applied when\nselecting this completion. Edits must not overlap (including the same insert position)\nwith the main {@link CompletionItem.textEdit edit} nor with themselves.\n\nAdditional text edits should be used to change text unrelated to the current cursor position\n(for example adding an import statement at the top of the file if the completion item will\ninsert an unqualified type)." + }, + { + "name": "commitCharacters", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "optional": true, + "documentation": "An optional set of characters that when pressed while this completion is active will accept it first and\nthen type that character. *Note* that all commit characters should have `length=1` and that superfluous\ncharacters will be ignored." + }, + { + "name": "command", + "type": { + "kind": "reference", + "name": "Command" + }, + "optional": true, + "documentation": "An optional {@link Command command} that is executed *after* inserting this completion. *Note* that\nadditional modifications to the current document should be described with the\n{@link CompletionItem.additionalTextEdits additionalTextEdits}-property." + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A data entry field that is preserved on a completion item between a\n{@link CompletionRequest} and a {@link CompletionResolveRequest}." + } + ], + "documentation": "A completion item represents a text snippet that is\nproposed to complete text that is being typed." + }, + { + "name": "CompletionList", + "properties": [ + { + "name": "isIncomplete", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "This list it not complete. Further typing results in recomputing this list.\n\nRecomputed lists have all their items replaced (not appended) in the\nincomplete completion sessions." + }, + { + "name": "itemDefaults", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "commitCharacters", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "optional": true, + "documentation": "A default commit character set.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "editRange", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Range" + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "insert", + "type": { + "kind": "reference", + "name": "Range" + } + }, + { + "name": "replace", + "type": { + "kind": "reference", + "name": "Range" + } + } + ] + } + } + ] + }, + "optional": true, + "documentation": "A default edit range.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "insertTextFormat", + "type": { + "kind": "reference", + "name": "InsertTextFormat" + }, + "optional": true, + "documentation": "A default insert text format.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "insertTextMode", + "type": { + "kind": "reference", + "name": "InsertTextMode" + }, + "optional": true, + "documentation": "A default insert text mode.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A default data value.\n\n@since 3.17.0", + "since": "3.17.0" + } + ] + } + }, + "optional": true, + "documentation": "In many cases the items of an actual completion result share the same\nvalue for properties like `commitCharacters` or the range of a text\nedit. A completion list can therefore define item defaults which will\nbe used if a completion item itself doesn't specify the value.\n\nIf a completion list specifies a default value and a completion item\nalso specifies a corresponding value the one from the item is used.\n\nServers are only allowed to return default values if the client\nsignals support for this via the `completionList.itemDefaults`\ncapability.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "items", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CompletionItem" + } + }, + "documentation": "The completion items." + } + ], + "documentation": "Represents a collection of {@link CompletionItem completion items} to be presented\nin the editor." + }, + { + "name": "CompletionRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "CompletionOptions" + } + ], + "documentation": "Registration options for a {@link CompletionRequest}." + }, + { + "name": "HoverParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "Parameters for a {@link HoverRequest}." + }, + { + "name": "Hover", + "properties": [ + { + "name": "contents", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "MarkupContent" + }, + { + "kind": "reference", + "name": "MarkedString" + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "MarkedString" + } + } + ] + }, + "documentation": "The hover's content" + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "optional": true, + "documentation": "An optional range inside the text document that is used to\nvisualize the hover, e.g. by changing the background color." + } + ], + "documentation": "The result of a hover request." + }, + { + "name": "HoverRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "HoverOptions" + } + ], + "documentation": "Registration options for a {@link HoverRequest}." + }, + { + "name": "SignatureHelpParams", + "properties": [ + { + "name": "context", + "type": { + "kind": "reference", + "name": "SignatureHelpContext" + }, + "optional": true, + "documentation": "The signature help context. This is only available if the client specifies\nto send this using the client capability `textDocument.signatureHelp.contextSupport === true`\n\n@since 3.15.0", + "since": "3.15.0" + } + ], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "Parameters for a {@link SignatureHelpRequest}." + }, + { + "name": "SignatureHelp", + "properties": [ + { + "name": "signatures", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SignatureInformation" + } + }, + "documentation": "One or more signatures." + }, + { + "name": "activeSignature", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "The active signature. If omitted or the value lies outside the\nrange of `signatures` the value defaults to zero or is ignored if\nthe `SignatureHelp` has no signatures.\n\nWhenever possible implementors should make an active decision about\nthe active signature and shouldn't rely on a default value.\n\nIn future version of the protocol this property might become\nmandatory to better express this." + }, + { + "name": "activeParameter", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "The active parameter of the active signature. If omitted or the value\nlies outside the range of `signatures[activeSignature].parameters`\ndefaults to 0 if the active signature has parameters. If\nthe active signature has no parameters it is ignored.\nIn future version of the protocol this property might become\nmandatory to better express the active parameter if the\nactive signature does have any." + } + ], + "documentation": "Signature help represents the signature of something\ncallable. There can be multiple signature but only one\nactive and only one active parameter." + }, + { + "name": "SignatureHelpRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "SignatureHelpOptions" + } + ], + "documentation": "Registration options for a {@link SignatureHelpRequest}." + }, + { + "name": "DefinitionParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Parameters for a {@link DefinitionRequest}." + }, + { + "name": "DefinitionRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "DefinitionOptions" + } + ], + "documentation": "Registration options for a {@link DefinitionRequest}." + }, + { + "name": "ReferenceParams", + "properties": [ + { + "name": "context", + "type": { + "kind": "reference", + "name": "ReferenceContext" + } + } + ], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Parameters for a {@link ReferencesRequest}." + }, + { + "name": "ReferenceRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "ReferenceOptions" + } + ], + "documentation": "Registration options for a {@link ReferencesRequest}." + }, + { + "name": "DocumentHighlightParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Parameters for a {@link DocumentHighlightRequest}." + }, + { + "name": "DocumentHighlight", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range this highlight applies to." + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "DocumentHighlightKind" + }, + "optional": true, + "documentation": "The highlight kind, default is {@link DocumentHighlightKind.Text text}." + } + ], + "documentation": "A document highlight is a range inside a text document which deserves\nspecial attention. Usually a document highlight is visualized by changing\nthe background color of its range." + }, + { + "name": "DocumentHighlightRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "DocumentHighlightOptions" + } + ], + "documentation": "Registration options for a {@link DocumentHighlightRequest}." + }, + { + "name": "DocumentSymbolParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "Parameters for a {@link DocumentSymbolRequest}." + }, + { + "name": "SymbolInformation", + "properties": [ + { + "name": "deprecated", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Indicates if this symbol is deprecated.\n\n@deprecated Use tags instead", + "deprecated": "Use tags instead" + }, + { + "name": "location", + "type": { + "kind": "reference", + "name": "Location" + }, + "documentation": "The location of this symbol. The location's range is used by a tool\nto reveal the location in the editor. If the symbol is selected in the\ntool the range's start information is used to position the cursor. So\nthe range usually spans more than the actual symbol's name and does\nnormally include things like visibility modifiers.\n\nThe range doesn't have to denote a node range in the sense of an abstract\nsyntax tree. It can therefore not be used to re-construct a hierarchy of\nthe symbols." + } + ], + "extends": [ + { + "kind": "reference", + "name": "BaseSymbolInformation" + } + ], + "documentation": "Represents information about programming constructs like variables, classes,\ninterfaces etc." + }, + { + "name": "DocumentSymbol", + "properties": [ + { + "name": "name", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The name of this symbol. Will be displayed in the user interface and therefore must not be\nan empty string or a string only consisting of white spaces." + }, + { + "name": "detail", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "More detail for this symbol, e.g the signature of a function." + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "SymbolKind" + }, + "documentation": "The kind of this symbol." + }, + { + "name": "tags", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolTag" + } + }, + "optional": true, + "documentation": "Tags for this document symbol.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "deprecated", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Indicates if this symbol is deprecated.\n\n@deprecated Use tags instead", + "deprecated": "Use tags instead" + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range enclosing this symbol not including leading/trailing whitespace but everything else\nlike comments. This information is typically used to determine if the clients cursor is\ninside the symbol to reveal in the symbol in the UI." + }, + { + "name": "selectionRange", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.\nMust be contained by the `range`." + }, + { + "name": "children", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "DocumentSymbol" + } + }, + "optional": true, + "documentation": "Children of this symbol, e.g. properties of a class." + } + ], + "documentation": "Represents programming constructs like variables, classes, interfaces etc.\nthat appear in a document. Document symbols can be hierarchical and they\nhave two ranges: one that encloses its definition and one that points to\nits most interesting range, e.g. the range of an identifier." + }, + { + "name": "DocumentSymbolRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "DocumentSymbolOptions" + } + ], + "documentation": "Registration options for a {@link DocumentSymbolRequest}." + }, + { + "name": "CodeActionParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document in which the command was invoked." + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range for which the command was invoked." + }, + { + "name": "context", + "type": { + "kind": "reference", + "name": "CodeActionContext" + }, + "documentation": "Context carrying additional information." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "The parameters of a {@link CodeActionRequest}." + }, + { + "name": "Command", + "properties": [ + { + "name": "title", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "Title of the command, like `save`." + }, + { + "name": "command", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The identifier of the actual command handler." + }, + { + "name": "arguments", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "LSPAny" + } + }, + "optional": true, + "documentation": "Arguments that the command handler should be\ninvoked with." + } + ], + "documentation": "Represents a reference to a command. Provides a title which\nwill be used to represent a command in the UI and, optionally,\nan array of arguments which will be passed to the command handler\nfunction when invoked." + }, + { + "name": "CodeAction", + "properties": [ + { + "name": "title", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A short, human-readable, title for this code action." + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "CodeActionKind" + }, + "optional": true, + "documentation": "The kind of the code action.\n\nUsed to filter code actions." + }, + { + "name": "diagnostics", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Diagnostic" + } + }, + "optional": true, + "documentation": "The diagnostics that this code action resolves." + }, + { + "name": "isPreferred", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Marks this as a preferred action. Preferred actions are used by the `auto fix` command and can be targeted\nby keybindings.\n\nA quick fix should be marked preferred if it properly addresses the underlying error.\nA refactoring should be marked preferred if it is the most reasonable choice of actions to take.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "disabled", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "reason", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "Human readable description of why the code action is currently disabled.\n\nThis is displayed in the code actions UI." + } + ] + } + }, + "optional": true, + "documentation": "Marks that the code action cannot currently be applied.\n\nClients should follow the following guidelines regarding disabled code actions:\n\n - Disabled code actions are not shown in automatic [lightbulbs](https://code.visualstudio.com/docs/editor/editingevolved#_code-action)\n code action menus.\n\n - Disabled actions are shown as faded out in the code action menu when the user requests a more specific type\n of code action, such as refactorings.\n\n - If the user has a [keybinding](https://code.visualstudio.com/docs/editor/refactoring#_keybindings-for-code-actions)\n that auto applies a code action and only disabled code actions are returned, the client should show the user an\n error message with `reason` in the editor.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "edit", + "type": { + "kind": "reference", + "name": "WorkspaceEdit" + }, + "optional": true, + "documentation": "The workspace edit this code action performs." + }, + { + "name": "command", + "type": { + "kind": "reference", + "name": "Command" + }, + "optional": true, + "documentation": "A command this code action executes. If a code action\nprovides an edit and a command, first the edit is\nexecuted and then the command." + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A data entry field that is preserved on a code action between\na `textDocument/codeAction` and a `codeAction/resolve` request.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "documentation": "A code action represents a change that can be performed in code, e.g. to fix a problem or\nto refactor code.\n\nA CodeAction must set either `edit` and/or a `command`. If both are supplied, the `edit` is applied first, then the `command` is executed." + }, + { + "name": "CodeActionRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "CodeActionOptions" + } + ], + "documentation": "Registration options for a {@link CodeActionRequest}." + }, + { + "name": "WorkspaceSymbolParams", + "properties": [ + { + "name": "query", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A query string to filter symbols by. Clients may send an empty\nstring here to request all symbols." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "The parameters of a {@link WorkspaceSymbolRequest}." + }, + { + "name": "WorkspaceSymbol", + "properties": [ + { + "name": "location", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Location" + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + } + } + ] + } + } + ] + }, + "documentation": "The location of the symbol. Whether a server is allowed to\nreturn a location without a range depends on the client\ncapability `workspace.symbol.resolveSupport`.\n\nSee SymbolInformation#location for more details." + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A data entry field that is preserved on a workspace symbol between a\nworkspace symbol request and a workspace symbol resolve request." + } + ], + "extends": [ + { + "kind": "reference", + "name": "BaseSymbolInformation" + } + ], + "documentation": "A special workspace symbol that supports locations without a range.\n\nSee also SymbolInformation.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "WorkspaceSymbolRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "WorkspaceSymbolOptions" + } + ], + "documentation": "Registration options for a {@link WorkspaceSymbolRequest}." + }, + { + "name": "CodeLensParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document to request code lens for." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "The parameters of a {@link CodeLensRequest}." + }, + { + "name": "CodeLens", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range in which this code lens is valid. Should only span a single line." + }, + { + "name": "command", + "type": { + "kind": "reference", + "name": "Command" + }, + "optional": true, + "documentation": "The command this code lens represents." + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A data entry field that is preserved on a code lens item between\na {@link CodeLensRequest} and a {@link CodeLensResolveRequest}" + } + ], + "documentation": "A code lens represents a {@link Command command} that should be shown along with\nsource text, like the number of references, a way to run tests, etc.\n\nA code lens is _unresolved_ when no command is associated to it. For performance\nreasons the creation of a code lens and resolving should be done in two stages." + }, + { + "name": "CodeLensRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "CodeLensOptions" + } + ], + "documentation": "Registration options for a {@link CodeLensRequest}." + }, + { + "name": "DocumentLinkParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document to provide document links for." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + }, + { + "kind": "reference", + "name": "PartialResultParams" + } + ], + "documentation": "The parameters of a {@link DocumentLinkRequest}." + }, + { + "name": "DocumentLink", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range this link applies to." + }, + { + "name": "target", + "type": { + "kind": "base", + "name": "URI" + }, + "optional": true, + "documentation": "The uri this link points to. If missing a resolve request is sent later." + }, + { + "name": "tooltip", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The tooltip text when you hover over this link.\n\nIf a tooltip is provided, is will be displayed in a string that includes instructions on how to\ntrigger the link, such as `{0} (ctrl + click)`. The specific instructions vary depending on OS,\nuser settings, and localization.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A data entry field that is preserved on a document link between a\nDocumentLinkRequest and a DocumentLinkResolveRequest." + } + ], + "documentation": "A document link is a range in a text document that links to an internal or external resource, like another\ntext document or a web site." + }, + { + "name": "DocumentLinkRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "DocumentLinkOptions" + } + ], + "documentation": "Registration options for a {@link DocumentLinkRequest}." + }, + { + "name": "DocumentFormattingParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document to format." + }, + { + "name": "options", + "type": { + "kind": "reference", + "name": "FormattingOptions" + }, + "documentation": "The format options." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "The parameters of a {@link DocumentFormattingRequest}." + }, + { + "name": "DocumentFormattingRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "DocumentFormattingOptions" + } + ], + "documentation": "Registration options for a {@link DocumentFormattingRequest}." + }, + { + "name": "DocumentRangeFormattingParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document to format." + }, + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range to format" + }, + { + "name": "options", + "type": { + "kind": "reference", + "name": "FormattingOptions" + }, + "documentation": "The format options" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "The parameters of a {@link DocumentRangeFormattingRequest}." + }, + { + "name": "DocumentRangeFormattingRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "DocumentRangeFormattingOptions" + } + ], + "documentation": "Registration options for a {@link DocumentRangeFormattingRequest}." + }, + { + "name": "DocumentRangesFormattingParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document to format." + }, + { + "name": "ranges", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Range" + } + }, + "documentation": "The ranges to format" + }, + { + "name": "options", + "type": { + "kind": "reference", + "name": "FormattingOptions" + }, + "documentation": "The format options" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "The parameters of a {@link DocumentRangesFormattingRequest}.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "DocumentOnTypeFormattingParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document to format." + }, + { + "name": "position", + "type": { + "kind": "reference", + "name": "Position" + }, + "documentation": "The position around which the on type formatting should happen.\nThis is not necessarily the exact position where the character denoted\nby the property `ch` got typed." + }, + { + "name": "ch", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The character that has been typed that triggered the formatting\non type request. That is not necessarily the last character that\ngot inserted into the document since the client could auto insert\ncharacters as well (e.g. like automatic brace completion)." + }, + { + "name": "options", + "type": { + "kind": "reference", + "name": "FormattingOptions" + }, + "documentation": "The formatting options." + } + ], + "documentation": "The parameters of a {@link DocumentOnTypeFormattingRequest}." + }, + { + "name": "DocumentOnTypeFormattingRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "DocumentOnTypeFormattingOptions" + } + ], + "documentation": "Registration options for a {@link DocumentOnTypeFormattingRequest}." + }, + { + "name": "RenameParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The document to rename." + }, + { + "name": "position", + "type": { + "kind": "reference", + "name": "Position" + }, + "documentation": "The position at which this request was sent." + }, + { + "name": "newName", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The new name of the symbol. If the given name is not valid the\nrequest must return a {@link ResponseError} with an\nappropriate message set." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "The parameters of a {@link RenameRequest}." + }, + { + "name": "RenameRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentRegistrationOptions" + }, + { + "kind": "reference", + "name": "RenameOptions" + } + ], + "documentation": "Registration options for a {@link RenameRequest}." + }, + { + "name": "PrepareRenameParams", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentPositionParams" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ] + }, + { + "name": "ExecuteCommandParams", + "properties": [ + { + "name": "command", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The identifier of the actual command handler." + }, + { + "name": "arguments", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "LSPAny" + } + }, + "optional": true, + "documentation": "Arguments that the command should be invoked with." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "The parameters of a {@link ExecuteCommandRequest}." + }, + { + "name": "ExecuteCommandRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "ExecuteCommandOptions" + } + ], + "documentation": "Registration options for a {@link ExecuteCommandRequest}." + }, + { + "name": "ApplyWorkspaceEditParams", + "properties": [ + { + "name": "label", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "An optional label of the workspace edit. This label is\npresented in the user interface for example on an undo\nstack to undo the workspace edit." + }, + { + "name": "edit", + "type": { + "kind": "reference", + "name": "WorkspaceEdit" + }, + "documentation": "The edits to apply." + } + ], + "documentation": "The parameters passed via an apply workspace edit request." + }, + { + "name": "ApplyWorkspaceEditResult", + "properties": [ + { + "name": "applied", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "Indicates whether the edit was applied or not." + }, + { + "name": "failureReason", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "An optional textual description for why the edit was not applied.\nThis may be used by the server for diagnostic logging or to provide\na suitable error for a request that triggered the edit." + }, + { + "name": "failedChange", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "Depending on the client's failure handling strategy `failedChange` might\ncontain the index of the change that failed. This property is only available\nif the client signals a `failureHandlingStrategy` in its client capabilities." + } + ], + "documentation": "The result returned from the apply workspace edit request.\n\n@since 3.17 renamed from ApplyWorkspaceEditResponse", + "since": "3.17 renamed from ApplyWorkspaceEditResponse" + }, + { + "name": "WorkDoneProgressBegin", + "properties": [ + { + "name": "kind", + "type": { + "kind": "stringLiteral", + "value": "begin" + } + }, + { + "name": "title", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "Mandatory title of the progress operation. Used to briefly inform about\nthe kind of operation being performed.\n\nExamples: \"Indexing\" or \"Linking dependencies\"." + }, + { + "name": "cancellable", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Controls if a cancel button should show to allow the user to cancel the\nlong running operation. Clients that don't support cancellation are allowed\nto ignore the setting." + }, + { + "name": "message", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "Optional, more detailed associated progress message. Contains\ncomplementary information to the `title`.\n\nExamples: \"3/25 files\", \"project/src/module2\", \"node_modules/some_dep\".\nIf unset, the previous progress message (if any) is still valid." + }, + { + "name": "percentage", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]." + } + ] + }, + { + "name": "WorkDoneProgressReport", + "properties": [ + { + "name": "kind", + "type": { + "kind": "stringLiteral", + "value": "report" + } + }, + { + "name": "cancellable", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Controls enablement state of a cancel button.\n\nClients that don't support cancellation or don't support controlling the button's\nenablement state are allowed to ignore the property." + }, + { + "name": "message", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "Optional, more detailed associated progress message. Contains\ncomplementary information to the `title`.\n\nExamples: \"3/25 files\", \"project/src/module2\", \"node_modules/some_dep\".\nIf unset, the previous progress message (if any) is still valid." + }, + { + "name": "percentage", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]." + } + ] + }, + { + "name": "WorkDoneProgressEnd", + "properties": [ + { + "name": "kind", + "type": { + "kind": "stringLiteral", + "value": "end" + } + }, + { + "name": "message", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "Optional, a final message indicating to for example indicate the outcome\nof the operation." + } + ] + }, + { + "name": "SetTraceParams", + "properties": [ + { + "name": "value", + "type": { + "kind": "reference", + "name": "TraceValues" + } + } + ] + }, + { + "name": "LogTraceParams", + "properties": [ + { + "name": "message", + "type": { + "kind": "base", + "name": "string" + } + }, + { + "name": "verbose", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true + } + ] + }, + { + "name": "CancelParams", + "properties": [ + { + "name": "id", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "integer" + }, + { + "kind": "base", + "name": "string" + } + ] + }, + "documentation": "The request id to cancel." + } + ] + }, + { + "name": "ProgressParams", + "properties": [ + { + "name": "token", + "type": { + "kind": "reference", + "name": "ProgressToken" + }, + "documentation": "The progress token provided by the client or server." + }, + { + "name": "value", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "documentation": "The progress data." + } + ] + }, + { + "name": "TextDocumentPositionParams", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentIdentifier" + }, + "documentation": "The text document." + }, + { + "name": "position", + "type": { + "kind": "reference", + "name": "Position" + }, + "documentation": "The position inside the text document." + } + ], + "documentation": "A parameter literal used in requests to pass a text document and a position inside that\ndocument." + }, + { + "name": "WorkDoneProgressParams", + "properties": [ + { + "name": "workDoneToken", + "type": { + "kind": "reference", + "name": "ProgressToken" + }, + "optional": true, + "documentation": "An optional token that a server can use to report work done progress." + } + ] + }, + { + "name": "PartialResultParams", + "properties": [ + { + "name": "partialResultToken", + "type": { + "kind": "reference", + "name": "ProgressToken" + }, + "optional": true, + "documentation": "An optional token that a server can use to report partial results (e.g. streaming) to\nthe client." + } + ] + }, + { + "name": "LocationLink", + "properties": [ + { + "name": "originSelectionRange", + "type": { + "kind": "reference", + "name": "Range" + }, + "optional": true, + "documentation": "Span of the origin of this link.\n\nUsed as the underlined span for mouse interaction. Defaults to the word range at\nthe definition position." + }, + { + "name": "targetUri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The target resource identifier of this link." + }, + { + "name": "targetRange", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The full target range of this link. If the target for example is a symbol then target range is the\nrange enclosing this symbol not including leading/trailing whitespace but everything else\nlike comments. This information is typically used to highlight the range in the editor." + }, + { + "name": "targetSelectionRange", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range that should be selected and revealed when this link is being followed, e.g the name of a function.\nMust be contained by the `targetRange`. See also `DocumentSymbol#range`" + } + ], + "documentation": "Represents the connection of two locations. Provides additional metadata over normal {@link Location locations},\nincluding an origin range." + }, + { + "name": "Range", + "properties": [ + { + "name": "start", + "type": { + "kind": "reference", + "name": "Position" + }, + "documentation": "The range's start position." + }, + { + "name": "end", + "type": { + "kind": "reference", + "name": "Position" + }, + "documentation": "The range's end position." + } + ], + "documentation": "A range in a text document expressed as (zero-based) start and end positions.\n\nIf you want to specify a range that contains a line including the line ending\ncharacter(s) then use an end position denoting the start of the next line.\nFor example:\n```ts\n{\n start: { line: 5, character: 23 }\n end : { line 6, character : 0 }\n}\n```" + }, + { + "name": "ImplementationOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ] + }, + { + "name": "StaticRegistrationOptions", + "properties": [ + { + "name": "id", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The id used to register the request. The id can be used to deregister\nthe request again. See also Registration#id." + } + ], + "documentation": "Static registration options to be returned in the initialize\nrequest." + }, + { + "name": "TypeDefinitionOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ] + }, + { + "name": "WorkspaceFoldersChangeEvent", + "properties": [ + { + "name": "added", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "WorkspaceFolder" + } + }, + "documentation": "The array of added workspace folders" + }, + { + "name": "removed", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "WorkspaceFolder" + } + }, + "documentation": "The array of the removed workspace folders" + } + ], + "documentation": "The workspace folder change event." + }, + { + "name": "ConfigurationItem", + "properties": [ + { + "name": "scopeUri", + "type": { + "kind": "base", + "name": "URI" + }, + "optional": true, + "documentation": "The scope to get the configuration section for." + }, + { + "name": "section", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The configuration section asked for." + } + ] + }, + { + "name": "TextDocumentIdentifier", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The text document's uri." + } + ], + "documentation": "A literal to identify a text document in the client." + }, + { + "name": "Color", + "properties": [ + { + "name": "red", + "type": { + "kind": "base", + "name": "decimal" + }, + "documentation": "The red component of this color in the range [0-1]." + }, + { + "name": "green", + "type": { + "kind": "base", + "name": "decimal" + }, + "documentation": "The green component of this color in the range [0-1]." + }, + { + "name": "blue", + "type": { + "kind": "base", + "name": "decimal" + }, + "documentation": "The blue component of this color in the range [0-1]." + }, + { + "name": "alpha", + "type": { + "kind": "base", + "name": "decimal" + }, + "documentation": "The alpha component of this color in the range [0-1]." + } + ], + "documentation": "Represents a color in RGBA space." + }, + { + "name": "DocumentColorOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ] + }, + { + "name": "FoldingRangeOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ] + }, + { + "name": "DeclarationOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ] + }, + { + "name": "Position", + "properties": [ + { + "name": "line", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "Line position in a document (zero-based).\n\nIf a line number is greater than the number of lines in a document, it defaults back to the number of lines in the document.\nIf a line number is negative, it defaults to 0." + }, + { + "name": "character", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "Character offset on a line in a document (zero-based).\n\nThe meaning of this offset is determined by the negotiated\n`PositionEncodingKind`.\n\nIf the character value is greater than the line length it defaults back to the\nline length." + } + ], + "documentation": "Position in a text document expressed as zero-based line and character\noffset. Prior to 3.17 the offsets were always based on a UTF-16 string\nrepresentation. So a string of the form `a𐐀b` the character offset of the\ncharacter `a` is 0, the character offset of `𐐀` is 1 and the character\noffset of b is 3 since `𐐀` is represented using two code units in UTF-16.\nSince 3.17 clients and servers can agree on a different string encoding\nrepresentation (e.g. UTF-8). The client announces it's supported encoding\nvia the client capability [`general.positionEncodings`](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#clientCapabilities).\nThe value is an array of position encodings the client supports, with\ndecreasing preference (e.g. the encoding at index `0` is the most preferred\none). To stay backwards compatible the only mandatory encoding is UTF-16\nrepresented via the string `utf-16`. The server can pick one of the\nencodings offered by the client and signals that encoding back to the\nclient via the initialize result's property\n[`capabilities.positionEncoding`](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#serverCapabilities). If the string value\n`utf-16` is missing from the client's capability `general.positionEncodings`\nservers can safely assume that the client supports UTF-16. If the server\nomits the position encoding in its initialize result the encoding defaults\nto the string value `utf-16`. Implementation considerations: since the\nconversion from one encoding into another requires the content of the\nfile / line the conversion is best done where the file is read which is\nusually on the server side.\n\nPositions are line end character agnostic. So you can not specify a position\nthat denotes `\\r|\\n` or `\\n|` where `|` represents the character offset.\n\n@since 3.17.0 - support for negotiated position encoding.", + "since": "3.17.0 - support for negotiated position encoding." + }, + { + "name": "SelectionRangeOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ] + }, + { + "name": "CallHierarchyOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Call hierarchy options used during static registration.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensOptions", + "properties": [ + { + "name": "legend", + "type": { + "kind": "reference", + "name": "SemanticTokensLegend" + }, + "documentation": "The legend used by the server" + }, + { + "name": "range", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "literal", + "value": { + "properties": [] + } + } + ] + }, + "optional": true, + "documentation": "Server supports providing semantic tokens for a specific range\nof a document." + }, + { + "name": "full", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "delta", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The server supports deltas for full documents." + } + ] + } + } + ] + }, + "optional": true, + "documentation": "Server supports providing semantic tokens for a full document." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensEdit", + "properties": [ + { + "name": "start", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "The start offset of the edit." + }, + { + "name": "deleteCount", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "The count of elements to remove." + }, + { + "name": "data", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "uinteger" + } + }, + "optional": true, + "documentation": "The elements to insert." + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "LinkedEditingRangeOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ] + }, + { + "name": "FileCreate", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A file:// URI for the location of the file/folder being created." + } + ], + "documentation": "Represents information on a file/folder create.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "TextDocumentEdit", + "properties": [ + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "OptionalVersionedTextDocumentIdentifier" + }, + "documentation": "The text document to change." + }, + { + "name": "edits", + "type": { + "kind": "array", + "element": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "TextEdit" + }, + { + "kind": "reference", + "name": "AnnotatedTextEdit" + } + ] + } + }, + "documentation": "The edits to be applied.\n\n@since 3.16.0 - support for AnnotatedTextEdit. This is guarded using a\nclient capability.", + "since": "3.16.0 - support for AnnotatedTextEdit. This is guarded using a\nclient capability." + } + ], + "documentation": "Describes textual changes on a text document. A TextDocumentEdit describes all changes\non a document version Si and after they are applied move the document to version Si+1.\nSo the creator of a TextDocumentEdit doesn't need to sort the array of edits or do any\nkind of ordering. However the edits must be non overlapping." + }, + { + "name": "CreateFile", + "properties": [ + { + "name": "kind", + "type": { + "kind": "stringLiteral", + "value": "create" + }, + "documentation": "A create" + }, + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The resource to create." + }, + { + "name": "options", + "type": { + "kind": "reference", + "name": "CreateFileOptions" + }, + "optional": true, + "documentation": "Additional options" + } + ], + "extends": [ + { + "kind": "reference", + "name": "ResourceOperation" + } + ], + "documentation": "Create file operation." + }, + { + "name": "RenameFile", + "properties": [ + { + "name": "kind", + "type": { + "kind": "stringLiteral", + "value": "rename" + }, + "documentation": "A rename" + }, + { + "name": "oldUri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The old (existing) location." + }, + { + "name": "newUri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The new location." + }, + { + "name": "options", + "type": { + "kind": "reference", + "name": "RenameFileOptions" + }, + "optional": true, + "documentation": "Rename options." + } + ], + "extends": [ + { + "kind": "reference", + "name": "ResourceOperation" + } + ], + "documentation": "Rename file operation" + }, + { + "name": "DeleteFile", + "properties": [ + { + "name": "kind", + "type": { + "kind": "stringLiteral", + "value": "delete" + }, + "documentation": "A delete" + }, + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The file to delete." + }, + { + "name": "options", + "type": { + "kind": "reference", + "name": "DeleteFileOptions" + }, + "optional": true, + "documentation": "Delete options." + } + ], + "extends": [ + { + "kind": "reference", + "name": "ResourceOperation" + } + ], + "documentation": "Delete file operation" + }, + { + "name": "ChangeAnnotation", + "properties": [ + { + "name": "label", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A human-readable string describing the actual change. The string\nis rendered prominent in the user interface." + }, + { + "name": "needsConfirmation", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "A flag which indicates that user confirmation is needed\nbefore applying the change." + }, + { + "name": "description", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A human-readable string which is rendered less prominent in\nthe user interface." + } + ], + "documentation": "Additional information that describes document changes.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "FileOperationFilter", + "properties": [ + { + "name": "scheme", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A Uri scheme like `file` or `untitled`." + }, + { + "name": "pattern", + "type": { + "kind": "reference", + "name": "FileOperationPattern" + }, + "documentation": "The actual file operation pattern." + } + ], + "documentation": "A filter to describe in which file operation requests or notifications\nthe server is interested in receiving.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "FileRename", + "properties": [ + { + "name": "oldUri", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A file:// URI for the original location of the file/folder being renamed." + }, + { + "name": "newUri", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A file:// URI for the new location of the file/folder being renamed." + } + ], + "documentation": "Represents information on a file/folder rename.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "FileDelete", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A file:// URI for the location of the file/folder being deleted." + } + ], + "documentation": "Represents information on a file/folder delete.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "MonikerOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ] + }, + { + "name": "TypeHierarchyOptions", + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "properties": [], + "documentation": "Type hierarchy options used during static registration.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineValueContext", + "properties": [ + { + "name": "frameId", + "type": { + "kind": "base", + "name": "integer" + }, + "documentation": "The stack frame (as a DAP Id) where the execution has stopped." + }, + { + "name": "stoppedLocation", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The document range where execution has stopped.\nTypically the end position of the range denotes the line where the inline values are shown." + } + ], + "documentation": "@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineValueText", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The document range for which the inline value applies." + }, + { + "name": "text", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The text of the inline value." + } + ], + "documentation": "Provide inline value as text.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineValueVariableLookup", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The document range for which the inline value applies.\nThe range is used to extract the variable name from the underlying document." + }, + { + "name": "variableName", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "If specified the name of the variable to look up." + }, + { + "name": "caseSensitiveLookup", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "How to perform the lookup." + } + ], + "documentation": "Provide inline value through a variable lookup.\nIf only a range is specified, the variable name will be extracted from the underlying document.\nAn optional variable name can be used to override the extracted name.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineValueEvaluatableExpression", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The document range for which the inline value applies.\nThe range is used to extract the evaluatable expression from the underlying document." + }, + { + "name": "expression", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "If specified the expression overrides the extracted expression." + } + ], + "documentation": "Provide an inline value through an expression evaluation.\nIf only a range is specified, the expression will be extracted from the underlying document.\nAn optional expression can be used to override the extracted expression.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineValueOptions", + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "properties": [], + "documentation": "Inline value options used during static registration.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlayHintLabelPart", + "properties": [ + { + "name": "value", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The value of this label part." + }, + { + "name": "tooltip", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "reference", + "name": "MarkupContent" + } + ] + }, + "optional": true, + "documentation": "The tooltip text when you hover over this label part. Depending on\nthe client capability `inlayHint.resolveSupport` clients might resolve\nthis property late using the resolve request." + }, + { + "name": "location", + "type": { + "kind": "reference", + "name": "Location" + }, + "optional": true, + "documentation": "An optional source code location that represents this\nlabel part.\n\nThe editor will use this location for the hover and for code navigation\nfeatures: This part will become a clickable link that resolves to the\ndefinition of the symbol at the given location (not necessarily the\nlocation itself), it shows the hover that shows at the given location,\nand it shows a context menu with further code navigation commands.\n\nDepending on the client capability `inlayHint.resolveSupport` clients\nmight resolve this property late using the resolve request." + }, + { + "name": "command", + "type": { + "kind": "reference", + "name": "Command" + }, + "optional": true, + "documentation": "An optional command for this label part.\n\nDepending on the client capability `inlayHint.resolveSupport` clients\nmight resolve this property late using the resolve request." + } + ], + "documentation": "An inlay hint label part allows for interactive and composite labels\nof inlay hints.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "MarkupContent", + "properties": [ + { + "name": "kind", + "type": { + "kind": "reference", + "name": "MarkupKind" + }, + "documentation": "The type of the Markup" + }, + { + "name": "value", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The content itself" + } + ], + "documentation": "A `MarkupContent` literal represents a string value which content is interpreted base on its\nkind flag. Currently the protocol supports `plaintext` and `markdown` as markup kinds.\n\nIf the kind is `markdown` then the value can contain fenced code blocks like in GitHub issues.\nSee https://help.github.com/articles/creating-and-highlighting-code-blocks/#syntax-highlighting\n\nHere is an example how such a string can be constructed using JavaScript / TypeScript:\n```ts\nlet markdown: MarkdownContent = {\n kind: MarkupKind.Markdown,\n value: [\n '# Header',\n 'Some text',\n '```typescript',\n 'someCode();',\n '```'\n ].join('\\n')\n};\n```\n\n*Please Note* that clients might sanitize the return markdown. A client could decide to\nremove HTML from the markdown to avoid script execution." + }, + { + "name": "InlayHintOptions", + "properties": [ + { + "name": "resolveProvider", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The server provides support to resolve additional\ninformation for an inlay hint item." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Inlay hint options used during static registration.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "RelatedFullDocumentDiagnosticReport", + "properties": [ + { + "name": "relatedDocuments", + "type": { + "kind": "map", + "key": { + "kind": "base", + "name": "DocumentUri" + }, + "value": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "FullDocumentDiagnosticReport" + }, + { + "kind": "reference", + "name": "UnchangedDocumentDiagnosticReport" + } + ] + } + }, + "optional": true, + "documentation": "Diagnostics of related documents. This information is useful\nin programming languages where code in a file A can generate\ndiagnostics in a file B which A depends on. An example of\nsuch a language is C/C++ where marco definitions in a file\na.cpp and result in errors in a header file b.hpp.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "extends": [ + { + "kind": "reference", + "name": "FullDocumentDiagnosticReport" + } + ], + "documentation": "A full diagnostic report with a set of related documents.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "RelatedUnchangedDocumentDiagnosticReport", + "properties": [ + { + "name": "relatedDocuments", + "type": { + "kind": "map", + "key": { + "kind": "base", + "name": "DocumentUri" + }, + "value": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "FullDocumentDiagnosticReport" + }, + { + "kind": "reference", + "name": "UnchangedDocumentDiagnosticReport" + } + ] + } + }, + "optional": true, + "documentation": "Diagnostics of related documents. This information is useful\nin programming languages where code in a file A can generate\ndiagnostics in a file B which A depends on. An example of\nsuch a language is C/C++ where marco definitions in a file\na.cpp and result in errors in a header file b.hpp.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "extends": [ + { + "kind": "reference", + "name": "UnchangedDocumentDiagnosticReport" + } + ], + "documentation": "An unchanged diagnostic report with a set of related documents.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "FullDocumentDiagnosticReport", + "properties": [ + { + "name": "kind", + "type": { + "kind": "stringLiteral", + "value": "full" + }, + "documentation": "A full document diagnostic report." + }, + { + "name": "resultId", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "An optional result id. If provided it will\nbe sent on the next diagnostic request for the\nsame document." + }, + { + "name": "items", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Diagnostic" + } + }, + "documentation": "The actual items." + } + ], + "documentation": "A diagnostic report with a full set of problems.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "UnchangedDocumentDiagnosticReport", + "properties": [ + { + "name": "kind", + "type": { + "kind": "stringLiteral", + "value": "unchanged" + }, + "documentation": "A document diagnostic report indicating\nno changes to the last result. A server can\nonly return `unchanged` if result ids are\nprovided." + }, + { + "name": "resultId", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A result id which will be sent on the next\ndiagnostic request for the same document." + } + ], + "documentation": "A diagnostic report indicating that the last returned\nreport is still accurate.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DiagnosticOptions", + "properties": [ + { + "name": "identifier", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "An optional identifier under which the diagnostics are\nmanaged by the client." + }, + { + "name": "interFileDependencies", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "Whether the language has inter file dependencies meaning that\nediting code in one file can result in a different diagnostic\nset in another file. Inter file dependencies are common for\nmost programming languages and typically uncommon for linters." + }, + { + "name": "workspaceDiagnostics", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "The server provides support for workspace diagnostics as well." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Diagnostic options.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "PreviousResultId", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The URI for which the client knowns a\nresult id." + }, + { + "name": "value", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The value of the previous result id." + } + ], + "documentation": "A previous result id in a workspace pull request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "NotebookDocument", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "URI" + }, + "documentation": "The notebook document's uri." + }, + { + "name": "notebookType", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The type of the notebook." + }, + { + "name": "version", + "type": { + "kind": "base", + "name": "integer" + }, + "documentation": "The version number of this document (it will increase after each\nchange, including undo/redo)." + }, + { + "name": "metadata", + "type": { + "kind": "reference", + "name": "LSPObject" + }, + "optional": true, + "documentation": "Additional metadata stored with the notebook\ndocument.\n\nNote: should always be an object literal (e.g. LSPObject)" + }, + { + "name": "cells", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "NotebookCell" + } + }, + "documentation": "The cells of a notebook." + } + ], + "documentation": "A notebook document.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "TextDocumentItem", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The text document's uri." + }, + { + "name": "languageId", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The text document's language identifier." + }, + { + "name": "version", + "type": { + "kind": "base", + "name": "integer" + }, + "documentation": "The version number of this document (it will increase after each\nchange, including undo/redo)." + }, + { + "name": "text", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The content of the opened text document." + } + ], + "documentation": "An item to transfer a text document from the client to the\nserver." + }, + { + "name": "VersionedNotebookDocumentIdentifier", + "properties": [ + { + "name": "version", + "type": { + "kind": "base", + "name": "integer" + }, + "documentation": "The version number of this notebook document." + }, + { + "name": "uri", + "type": { + "kind": "base", + "name": "URI" + }, + "documentation": "The notebook document's uri." + } + ], + "documentation": "A versioned notebook document identifier.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "NotebookDocumentChangeEvent", + "properties": [ + { + "name": "metadata", + "type": { + "kind": "reference", + "name": "LSPObject" + }, + "optional": true, + "documentation": "The changed meta data if any.\n\nNote: should always be an object literal (e.g. LSPObject)" + }, + { + "name": "cells", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "structure", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "array", + "type": { + "kind": "reference", + "name": "NotebookCellArrayChange" + }, + "documentation": "The change to the cell array." + }, + { + "name": "didOpen", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextDocumentItem" + } + }, + "optional": true, + "documentation": "Additional opened cell text documents." + }, + { + "name": "didClose", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextDocumentIdentifier" + } + }, + "optional": true, + "documentation": "Additional closed cell text documents." + } + ] + } + }, + "optional": true, + "documentation": "Changes to the cell structure to add or\nremove cells." + }, + { + "name": "data", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "NotebookCell" + } + }, + "optional": true, + "documentation": "Changes to notebook cells properties like its\nkind, execution summary or metadata." + }, + { + "name": "textContent", + "type": { + "kind": "array", + "element": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "document", + "type": { + "kind": "reference", + "name": "VersionedTextDocumentIdentifier" + } + }, + { + "name": "changes", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TextDocumentContentChangeEvent" + } + } + } + ] + } + } + }, + "optional": true, + "documentation": "Changes to the text content of notebook cells." + } + ] + } + }, + "optional": true, + "documentation": "Changes to cells" + } + ], + "documentation": "A change event for a notebook document.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "NotebookDocumentIdentifier", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "URI" + }, + "documentation": "The notebook document's uri." + } + ], + "documentation": "A literal to identify a notebook document in the client.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineCompletionContext", + "properties": [ + { + "name": "triggerKind", + "type": { + "kind": "reference", + "name": "InlineCompletionTriggerKind" + }, + "documentation": "Describes how the inline completion was triggered." + }, + { + "name": "selectedCompletionInfo", + "type": { + "kind": "reference", + "name": "SelectedCompletionInfo" + }, + "optional": true, + "documentation": "Provides information about the currently selected item in the autocomplete widget if it is visible." + } + ], + "documentation": "Provides information about the context in which an inline completion was requested.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "StringValue", + "properties": [ + { + "name": "kind", + "type": { + "kind": "stringLiteral", + "value": "snippet" + }, + "documentation": "The kind of string value." + }, + { + "name": "value", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The snippet string." + } + ], + "documentation": "A string value used as a snippet is a template which allows to insert text\nand to control the editor cursor when insertion happens.\n\nA snippet can define tab stops and placeholders with `$1`, `$2`\nand `${3:foo}`. `$0` defines the final tab stop, it defaults to\nthe end of the snippet. Variables are defined with `$name` and\n`${name:default value}`.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "InlineCompletionOptions", + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "properties": [], + "documentation": "Inline completion options used during static registration.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "Registration", + "properties": [ + { + "name": "id", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The id used to register the request. The id can be used to deregister\nthe request again." + }, + { + "name": "method", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The method / capability to register for." + }, + { + "name": "registerOptions", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "Options necessary for the registration." + } + ], + "documentation": "General parameters to register for a notification or to register a provider." + }, + { + "name": "Unregistration", + "properties": [ + { + "name": "id", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The id used to unregister the request or notification. Usually an id\nprovided during the register request." + }, + { + "name": "method", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The method to unregister for." + } + ], + "documentation": "General parameters to unregister a request or notification." + }, + { + "name": "_InitializeParams", + "properties": [ + { + "name": "processId", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "integer" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "documentation": "The process Id of the parent process that started\nthe server.\n\nIs `null` if the process has not been started by another process.\nIf the parent process is not alive then the server should exit." + }, + { + "name": "clientInfo", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "name", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The name of the client as defined by the client." + }, + { + "name": "version", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The client's version as defined by the client." + } + ] + } + }, + "optional": true, + "documentation": "Information about the client\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "locale", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The locale the client is currently showing the user interface\nin. This must not necessarily be the locale of the operating\nsystem.\n\nUses IETF language tags as the value's syntax\n(See https://en.wikipedia.org/wiki/IETF_language_tag)\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "rootPath", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "optional": true, + "documentation": "The rootPath of the workspace. Is null\nif no folder is open.\n\n@deprecated in favour of rootUri.", + "deprecated": "in favour of rootUri." + }, + { + "name": "rootUri", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "DocumentUri" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "documentation": "The rootUri of the workspace. Is null if no\nfolder is open. If both `rootPath` and `rootUri` are set\n`rootUri` wins.\n\n@deprecated in favour of workspaceFolders.", + "deprecated": "in favour of workspaceFolders." + }, + { + "name": "capabilities", + "type": { + "kind": "reference", + "name": "ClientCapabilities" + }, + "documentation": "The capabilities provided by the client (editor or tool)" + }, + { + "name": "initializationOptions", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "User provided initialization options." + }, + { + "name": "trace", + "type": { + "kind": "reference", + "name": "TraceValues" + }, + "optional": true, + "documentation": "The initial trace setting. If omitted trace is disabled ('off')." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressParams" + } + ], + "documentation": "The initialize parameters" + }, + { + "name": "WorkspaceFoldersInitializeParams", + "properties": [ + { + "name": "workspaceFolders", + "type": { + "kind": "or", + "items": [ + { + "kind": "array", + "element": { + "kind": "reference", + "name": "WorkspaceFolder" + } + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "optional": true, + "documentation": "The workspace folders configured in the client when the server starts.\n\nThis property is only available if the client supports workspace folders.\nIt can be `null` if the client supports workspace folders but none are\nconfigured.\n\n@since 3.6.0", + "since": "3.6.0" + } + ] + }, + { + "name": "ServerCapabilities", + "properties": [ + { + "name": "positionEncoding", + "type": { + "kind": "reference", + "name": "PositionEncodingKind" + }, + "optional": true, + "documentation": "The position encoding the server picked from the encodings offered\nby the client via the client capability `general.positionEncodings`.\n\nIf the client didn't provide any position encodings the only valid\nvalue that a server can return is 'utf-16'.\n\nIf omitted it defaults to 'utf-16'.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "textDocumentSync", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "TextDocumentSyncOptions" + }, + { + "kind": "reference", + "name": "TextDocumentSyncKind" + } + ] + }, + "optional": true, + "documentation": "Defines how text documents are synced. Is either a detailed structure\ndefining each notification or for backwards compatibility the\nTextDocumentSyncKind number." + }, + { + "name": "notebookDocumentSync", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "NotebookDocumentSyncOptions" + }, + { + "kind": "reference", + "name": "NotebookDocumentSyncRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "Defines how notebook documents are synced.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "completionProvider", + "type": { + "kind": "reference", + "name": "CompletionOptions" + }, + "optional": true, + "documentation": "The server provides completion support." + }, + { + "name": "hoverProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "HoverOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides hover support." + }, + { + "name": "signatureHelpProvider", + "type": { + "kind": "reference", + "name": "SignatureHelpOptions" + }, + "optional": true, + "documentation": "The server provides signature help support." + }, + { + "name": "declarationProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "DeclarationOptions" + }, + { + "kind": "reference", + "name": "DeclarationRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides Goto Declaration support." + }, + { + "name": "definitionProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "DefinitionOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides goto definition support." + }, + { + "name": "typeDefinitionProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "TypeDefinitionOptions" + }, + { + "kind": "reference", + "name": "TypeDefinitionRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides Goto Type Definition support." + }, + { + "name": "implementationProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "ImplementationOptions" + }, + { + "kind": "reference", + "name": "ImplementationRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides Goto Implementation support." + }, + { + "name": "referencesProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "ReferenceOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides find references support." + }, + { + "name": "documentHighlightProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "DocumentHighlightOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides document highlight support." + }, + { + "name": "documentSymbolProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "DocumentSymbolOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides document symbol support." + }, + { + "name": "codeActionProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "CodeActionOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides code actions. CodeActionOptions may only be\nspecified if the client states that it supports\n`codeActionLiteralSupport` in its initial `initialize` request." + }, + { + "name": "codeLensProvider", + "type": { + "kind": "reference", + "name": "CodeLensOptions" + }, + "optional": true, + "documentation": "The server provides code lens." + }, + { + "name": "documentLinkProvider", + "type": { + "kind": "reference", + "name": "DocumentLinkOptions" + }, + "optional": true, + "documentation": "The server provides document link support." + }, + { + "name": "colorProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "DocumentColorOptions" + }, + { + "kind": "reference", + "name": "DocumentColorRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides color provider support." + }, + { + "name": "workspaceSymbolProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "WorkspaceSymbolOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides workspace symbol support." + }, + { + "name": "documentFormattingProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "DocumentFormattingOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides document formatting." + }, + { + "name": "documentRangeFormattingProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "DocumentRangeFormattingOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides document range formatting." + }, + { + "name": "documentOnTypeFormattingProvider", + "type": { + "kind": "reference", + "name": "DocumentOnTypeFormattingOptions" + }, + "optional": true, + "documentation": "The server provides document formatting on typing." + }, + { + "name": "renameProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "RenameOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides rename support. RenameOptions may only be\nspecified if the client states that it supports\n`prepareSupport` in its initial `initialize` request." + }, + { + "name": "foldingRangeProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "FoldingRangeOptions" + }, + { + "kind": "reference", + "name": "FoldingRangeRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides folding provider support." + }, + { + "name": "selectionRangeProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "SelectionRangeOptions" + }, + { + "kind": "reference", + "name": "SelectionRangeRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides selection range support." + }, + { + "name": "executeCommandProvider", + "type": { + "kind": "reference", + "name": "ExecuteCommandOptions" + }, + "optional": true, + "documentation": "The server provides execute command support." + }, + { + "name": "callHierarchyProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "CallHierarchyOptions" + }, + { + "kind": "reference", + "name": "CallHierarchyRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides call hierarchy support.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "linkedEditingRangeProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "LinkedEditingRangeOptions" + }, + { + "kind": "reference", + "name": "LinkedEditingRangeRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides linked editing range support.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "semanticTokensProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "SemanticTokensOptions" + }, + { + "kind": "reference", + "name": "SemanticTokensRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides semantic tokens support.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "monikerProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "MonikerOptions" + }, + { + "kind": "reference", + "name": "MonikerRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides moniker support.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "typeHierarchyProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "TypeHierarchyOptions" + }, + { + "kind": "reference", + "name": "TypeHierarchyRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides type hierarchy support.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "inlineValueProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "InlineValueOptions" + }, + { + "kind": "reference", + "name": "InlineValueRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides inline values.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "inlayHintProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "InlayHintOptions" + }, + { + "kind": "reference", + "name": "InlayHintRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server provides inlay hints.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "diagnosticProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "DiagnosticOptions" + }, + { + "kind": "reference", + "name": "DiagnosticRegistrationOptions" + } + ] + }, + "optional": true, + "documentation": "The server has support for pull model diagnostics.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "inlineCompletionProvider", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "InlineCompletionOptions" + } + ] + }, + "optional": true, + "documentation": "Inline completion options used during static registration.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "workspace", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "workspaceFolders", + "type": { + "kind": "reference", + "name": "WorkspaceFoldersServerCapabilities" + }, + "optional": true, + "documentation": "The server supports workspace folder.\n\n@since 3.6.0", + "since": "3.6.0" + }, + { + "name": "fileOperations", + "type": { + "kind": "reference", + "name": "FileOperationOptions" + }, + "optional": true, + "documentation": "The server is interested in notifications/requests for operations on files.\n\n@since 3.16.0", + "since": "3.16.0" + } + ] + } + }, + "optional": true, + "documentation": "Workspace specific server capabilities." + }, + { + "name": "experimental", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "Experimental server capabilities." + } + ], + "documentation": "Defines the capabilities provided by a language\nserver." + }, + { + "name": "VersionedTextDocumentIdentifier", + "properties": [ + { + "name": "version", + "type": { + "kind": "base", + "name": "integer" + }, + "documentation": "The version number of this document." + } + ], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentIdentifier" + } + ], + "documentation": "A text document identifier to denote a specific version of a text document." + }, + { + "name": "SaveOptions", + "properties": [ + { + "name": "includeText", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client is supposed to include the content on save." + } + ], + "documentation": "Save options." + }, + { + "name": "FileEvent", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The file's uri." + }, + { + "name": "type", + "type": { + "kind": "reference", + "name": "FileChangeType" + }, + "documentation": "The change type." + } + ], + "documentation": "An event describing a file change." + }, + { + "name": "FileSystemWatcher", + "properties": [ + { + "name": "globPattern", + "type": { + "kind": "reference", + "name": "GlobPattern" + }, + "documentation": "The glob pattern to watch. See {@link GlobPattern glob pattern} for more detail.\n\n@since 3.17.0 support for relative patterns.", + "since": "3.17.0 support for relative patterns." + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "WatchKind" + }, + "optional": true, + "documentation": "The kind of events of interest. If omitted it defaults\nto WatchKind.Create | WatchKind.Change | WatchKind.Delete\nwhich is 7." + } + ] + }, + { + "name": "Diagnostic", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range at which the message applies" + }, + { + "name": "severity", + "type": { + "kind": "reference", + "name": "DiagnosticSeverity" + }, + "optional": true, + "documentation": "The diagnostic's severity. Can be omitted. If omitted it is up to the\nclient to interpret diagnostics as error, warning, info or hint." + }, + { + "name": "code", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "integer" + }, + { + "kind": "base", + "name": "string" + } + ] + }, + "optional": true, + "documentation": "The diagnostic's code, which usually appear in the user interface." + }, + { + "name": "codeDescription", + "type": { + "kind": "reference", + "name": "CodeDescription" + }, + "optional": true, + "documentation": "An optional property to describe the error code.\nRequires the code field (above) to be present/not null.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "source", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A human-readable string describing the source of this\ndiagnostic, e.g. 'typescript' or 'super lint'. It usually\nappears in the user interface." + }, + { + "name": "message", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The diagnostic's message. It usually appears in the user interface" + }, + { + "name": "tags", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "DiagnosticTag" + } + }, + "optional": true, + "documentation": "Additional metadata about the diagnostic.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "relatedInformation", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "DiagnosticRelatedInformation" + } + }, + "optional": true, + "documentation": "An array of related diagnostic information, e.g. when symbol-names within\na scope collide all definitions can be marked via this property." + }, + { + "name": "data", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "A data entry field that is preserved between a `textDocument/publishDiagnostics`\nnotification and `textDocument/codeAction` request.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "documentation": "Represents a diagnostic, such as a compiler error or warning. Diagnostic objects\nare only valid in the scope of a resource." + }, + { + "name": "CompletionContext", + "properties": [ + { + "name": "triggerKind", + "type": { + "kind": "reference", + "name": "CompletionTriggerKind" + }, + "documentation": "How the completion was triggered." + }, + { + "name": "triggerCharacter", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The trigger character (a single character) that has trigger code complete.\nIs undefined if `triggerKind !== CompletionTriggerKind.TriggerCharacter`" + } + ], + "documentation": "Contains additional information about the context in which a completion request is triggered." + }, + { + "name": "CompletionItemLabelDetails", + "properties": [ + { + "name": "detail", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "An optional string which is rendered less prominently directly after {@link CompletionItem.label label},\nwithout any spacing. Should be used for function signatures and type annotations." + }, + { + "name": "description", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "An optional string which is rendered less prominently after {@link CompletionItem.detail}. Should be used\nfor fully qualified names and file paths." + } + ], + "documentation": "Additional details for a completion item label.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InsertReplaceEdit", + "properties": [ + { + "name": "newText", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The string to be inserted." + }, + { + "name": "insert", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range if the insert is requested" + }, + { + "name": "replace", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range if the replace is requested." + } + ], + "documentation": "A special text edit to provide an insert and a replace operation.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "CompletionOptions", + "properties": [ + { + "name": "triggerCharacters", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "optional": true, + "documentation": "Most tools trigger completion request automatically without explicitly requesting\nit using a keyboard shortcut (e.g. Ctrl+Space). Typically they do so when the user\nstarts to type an identifier. For example if the user types `c` in a JavaScript file\ncode complete will automatically pop up present `console` besides others as a\ncompletion item. Characters that make up identifiers don't need to be listed here.\n\nIf code complete should automatically be trigger on characters not being valid inside\nan identifier (for example `.` in JavaScript) list them in `triggerCharacters`." + }, + { + "name": "allCommitCharacters", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "optional": true, + "documentation": "The list of all possible characters that commit a completion. This field can be used\nif clients don't support individual commit characters per completion item. See\n`ClientCapabilities.textDocument.completion.completionItem.commitCharactersSupport`\n\nIf a server provides both `allCommitCharacters` and commit characters on an individual\ncompletion item the ones on the completion item win.\n\n@since 3.2.0", + "since": "3.2.0" + }, + { + "name": "resolveProvider", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The server provides support to resolve additional\ninformation for a completion item." + }, + { + "name": "completionItem", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "labelDetailsSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The server has support for completion item label\ndetails (see also `CompletionItemLabelDetails`) when\nreceiving a completion item in a resolve call.\n\n@since 3.17.0", + "since": "3.17.0" + } + ] + } + }, + "optional": true, + "documentation": "The server supports the following `CompletionItem` specific\ncapabilities.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Completion options." + }, + { + "name": "HoverOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Hover options." + }, + { + "name": "SignatureHelpContext", + "properties": [ + { + "name": "triggerKind", + "type": { + "kind": "reference", + "name": "SignatureHelpTriggerKind" + }, + "documentation": "Action that caused signature help to be triggered." + }, + { + "name": "triggerCharacter", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "Character that caused signature help to be triggered.\n\nThis is undefined when `triggerKind !== SignatureHelpTriggerKind.TriggerCharacter`" + }, + { + "name": "isRetrigger", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "`true` if signature help was already showing when it was triggered.\n\nRetriggers occurs when the signature help is already active and can be caused by actions such as\ntyping a trigger character, a cursor move, or document content changes." + }, + { + "name": "activeSignatureHelp", + "type": { + "kind": "reference", + "name": "SignatureHelp" + }, + "optional": true, + "documentation": "The currently active `SignatureHelp`.\n\nThe `activeSignatureHelp` has its `SignatureHelp.activeSignature` field updated based on\nthe user navigating through available signatures." + } + ], + "documentation": "Additional information about the context in which a signature help request was triggered.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "SignatureInformation", + "properties": [ + { + "name": "label", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The label of this signature. Will be shown in\nthe UI." + }, + { + "name": "documentation", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "reference", + "name": "MarkupContent" + } + ] + }, + "optional": true, + "documentation": "The human-readable doc-comment of this signature. Will be shown\nin the UI but can be omitted." + }, + { + "name": "parameters", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "ParameterInformation" + } + }, + "optional": true, + "documentation": "The parameters of this signature." + }, + { + "name": "activeParameter", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "The index of the active parameter.\n\nIf provided, this is used in place of `SignatureHelp.activeParameter`.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "documentation": "Represents the signature of something callable. A signature\ncan have a label, like a function-name, a doc-comment, and\na set of parameters." + }, + { + "name": "SignatureHelpOptions", + "properties": [ + { + "name": "triggerCharacters", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "optional": true, + "documentation": "List of characters that trigger signature help automatically." + }, + { + "name": "retriggerCharacters", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "optional": true, + "documentation": "List of characters that re-trigger signature help.\n\nThese trigger characters are only active when signature help is already showing. All trigger characters\nare also counted as re-trigger characters.\n\n@since 3.15.0", + "since": "3.15.0" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Server Capabilities for a {@link SignatureHelpRequest}." + }, + { + "name": "DefinitionOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Server Capabilities for a {@link DefinitionRequest}." + }, + { + "name": "ReferenceContext", + "properties": [ + { + "name": "includeDeclaration", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "Include the declaration of the current symbol." + } + ], + "documentation": "Value-object that contains additional information when\nrequesting references." + }, + { + "name": "ReferenceOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Reference options." + }, + { + "name": "DocumentHighlightOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Provider options for a {@link DocumentHighlightRequest}." + }, + { + "name": "BaseSymbolInformation", + "properties": [ + { + "name": "name", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The name of this symbol." + }, + { + "name": "kind", + "type": { + "kind": "reference", + "name": "SymbolKind" + }, + "documentation": "The kind of this symbol." + }, + { + "name": "tags", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolTag" + } + }, + "optional": true, + "documentation": "Tags for this symbol.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "containerName", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The name of the symbol containing this symbol. This information is for\nuser interface purposes (e.g. to render a qualifier in the user interface\nif necessary). It can't be used to re-infer a hierarchy for the document\nsymbols." + } + ], + "documentation": "A base for all symbol information." + }, + { + "name": "DocumentSymbolOptions", + "properties": [ + { + "name": "label", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A human-readable string that is shown when multiple outlines trees\nare shown for the same document.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Provider options for a {@link DocumentSymbolRequest}." + }, + { + "name": "CodeActionContext", + "properties": [ + { + "name": "diagnostics", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "Diagnostic" + } + }, + "documentation": "An array of diagnostics known on the client side overlapping the range provided to the\n`textDocument/codeAction` request. They are provided so that the server knows which\nerrors are currently presented to the user for the given range. There is no guarantee\nthat these accurately reflect the error state of the resource. The primary parameter\nto compute code actions is the provided range." + }, + { + "name": "only", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CodeActionKind" + } + }, + "optional": true, + "documentation": "Requested kind of actions to return.\n\nActions not of this kind are filtered out by the client before being shown. So servers\ncan omit computing them." + }, + { + "name": "triggerKind", + "type": { + "kind": "reference", + "name": "CodeActionTriggerKind" + }, + "optional": true, + "documentation": "The reason why code actions were requested.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "documentation": "Contains additional diagnostic information about the context in which\na {@link CodeActionProvider.provideCodeActions code action} is run." + }, + { + "name": "CodeActionOptions", + "properties": [ + { + "name": "codeActionKinds", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CodeActionKind" + } + }, + "optional": true, + "documentation": "CodeActionKinds that this server may return.\n\nThe list of kinds may be generic, such as `CodeActionKind.Refactor`, or the server\nmay list out every specific kind they provide." + }, + { + "name": "resolveProvider", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The server provides support to resolve additional\ninformation for a code action.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Provider options for a {@link CodeActionRequest}." + }, + { + "name": "WorkspaceSymbolOptions", + "properties": [ + { + "name": "resolveProvider", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The server provides support to resolve additional\ninformation for a workspace symbol.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Server capabilities for a {@link WorkspaceSymbolRequest}." + }, + { + "name": "CodeLensOptions", + "properties": [ + { + "name": "resolveProvider", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Code lens has a resolve provider as well." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Code Lens provider options of a {@link CodeLensRequest}." + }, + { + "name": "DocumentLinkOptions", + "properties": [ + { + "name": "resolveProvider", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Document links have a resolve provider as well." + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Provider options for a {@link DocumentLinkRequest}." + }, + { + "name": "FormattingOptions", + "properties": [ + { + "name": "tabSize", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "Size of a tab in spaces." + }, + { + "name": "insertSpaces", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "Prefer spaces over tabs." + }, + { + "name": "trimTrailingWhitespace", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Trim trailing whitespace on a line.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "insertFinalNewline", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Insert a newline character at the end of the file if one does not exist.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "trimFinalNewlines", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Trim all newlines after the final newline at the end of the file.\n\n@since 3.15.0", + "since": "3.15.0" + } + ], + "documentation": "Value-object describing what options formatting should use." + }, + { + "name": "DocumentFormattingOptions", + "properties": [], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Provider options for a {@link DocumentFormattingRequest}." + }, + { + "name": "DocumentRangeFormattingOptions", + "properties": [ + { + "name": "rangesSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the server supports formatting multiple ranges at once.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Provider options for a {@link DocumentRangeFormattingRequest}." + }, + { + "name": "DocumentOnTypeFormattingOptions", + "properties": [ + { + "name": "firstTriggerCharacter", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A character on which formatting should be triggered, like `{`." + }, + { + "name": "moreTriggerCharacter", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "optional": true, + "documentation": "More trigger characters." + } + ], + "documentation": "Provider options for a {@link DocumentOnTypeFormattingRequest}." + }, + { + "name": "RenameOptions", + "properties": [ + { + "name": "prepareProvider", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Renames should be checked and tested before being executed.\n\n@since version 3.12.0", + "since": "version 3.12.0" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "Provider options for a {@link RenameRequest}." + }, + { + "name": "ExecuteCommandOptions", + "properties": [ + { + "name": "commands", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The commands to be executed on the server" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "WorkDoneProgressOptions" + } + ], + "documentation": "The server capabilities of a {@link ExecuteCommandRequest}." + }, + { + "name": "SemanticTokensLegend", + "properties": [ + { + "name": "tokenTypes", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The token types a server uses." + }, + { + "name": "tokenModifiers", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The token modifiers a server uses." + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "OptionalVersionedTextDocumentIdentifier", + "properties": [ + { + "name": "version", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "integer" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "documentation": "The version number of this document. If a versioned text document identifier\nis sent from the server to the client and the file is not open in the editor\n(the server has not received an open notification before) the server can send\n`null` to indicate that the version is unknown and the content on disk is the\ntruth (as specified with document content ownership)." + } + ], + "extends": [ + { + "kind": "reference", + "name": "TextDocumentIdentifier" + } + ], + "documentation": "A text document identifier to optionally denote a specific version of a text document." + }, + { + "name": "AnnotatedTextEdit", + "properties": [ + { + "name": "annotationId", + "type": { + "kind": "reference", + "name": "ChangeAnnotationIdentifier" + }, + "documentation": "The actual identifier of the change annotation" + } + ], + "extends": [ + { + "kind": "reference", + "name": "TextEdit" + } + ], + "documentation": "A special text edit with an additional change annotation.\n\n@since 3.16.0.", + "since": "3.16.0." + }, + { + "name": "ResourceOperation", + "properties": [ + { + "name": "kind", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The resource operation kind." + }, + { + "name": "annotationId", + "type": { + "kind": "reference", + "name": "ChangeAnnotationIdentifier" + }, + "optional": true, + "documentation": "An optional annotation identifier describing the operation.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "documentation": "A generic resource operation." + }, + { + "name": "CreateFileOptions", + "properties": [ + { + "name": "overwrite", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Overwrite existing file. Overwrite wins over `ignoreIfExists`" + }, + { + "name": "ignoreIfExists", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Ignore if exists." + } + ], + "documentation": "Options to create a file." + }, + { + "name": "RenameFileOptions", + "properties": [ + { + "name": "overwrite", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Overwrite target if existing. Overwrite wins over `ignoreIfExists`" + }, + { + "name": "ignoreIfExists", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Ignores if target exists." + } + ], + "documentation": "Rename file options" + }, + { + "name": "DeleteFileOptions", + "properties": [ + { + "name": "recursive", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Delete the content recursively if a folder is denoted." + }, + { + "name": "ignoreIfNotExists", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Ignore the operation if the file doesn't exist." + } + ], + "documentation": "Delete file options" + }, + { + "name": "FileOperationPattern", + "properties": [ + { + "name": "glob", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The glob pattern to match. Glob patterns can have the following syntax:\n- `*` to match zero or more characters in a path segment\n- `?` to match on one character in a path segment\n- `**` to match any number of path segments, including none\n- `{}` to group sub patterns into an OR expression. (e.g. `**​/*.{ts,js}` matches all TypeScript and JavaScript files)\n- `[]` to declare a range of characters to match in a path segment (e.g., `example.[0-9]` to match on `example.0`, `example.1`, …)\n- `[!...]` to negate a range of characters to match in a path segment (e.g., `example.[!0-9]` to match on `example.a`, `example.b`, but not `example.0`)" + }, + { + "name": "matches", + "type": { + "kind": "reference", + "name": "FileOperationPatternKind" + }, + "optional": true, + "documentation": "Whether to match files or folders with this pattern.\n\nMatches both if undefined." + }, + { + "name": "options", + "type": { + "kind": "reference", + "name": "FileOperationPatternOptions" + }, + "optional": true, + "documentation": "Additional options used during matching." + } + ], + "documentation": "A pattern to describe in which file operation requests or notifications\nthe server is interested in receiving.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "WorkspaceFullDocumentDiagnosticReport", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The URI for which diagnostic information is reported." + }, + { + "name": "version", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "integer" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "documentation": "The version number for which the diagnostics are reported.\nIf the document is not marked as open `null` can be provided." + } + ], + "extends": [ + { + "kind": "reference", + "name": "FullDocumentDiagnosticReport" + } + ], + "documentation": "A full document diagnostic report for a workspace diagnostic result.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "WorkspaceUnchangedDocumentDiagnosticReport", + "properties": [ + { + "name": "uri", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The URI for which diagnostic information is reported." + }, + { + "name": "version", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "integer" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "documentation": "The version number for which the diagnostics are reported.\nIf the document is not marked as open `null` can be provided." + } + ], + "extends": [ + { + "kind": "reference", + "name": "UnchangedDocumentDiagnosticReport" + } + ], + "documentation": "An unchanged document diagnostic report for a workspace diagnostic result.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "NotebookCell", + "properties": [ + { + "name": "kind", + "type": { + "kind": "reference", + "name": "NotebookCellKind" + }, + "documentation": "The cell's kind" + }, + { + "name": "document", + "type": { + "kind": "base", + "name": "DocumentUri" + }, + "documentation": "The URI of the cell's text document\ncontent." + }, + { + "name": "metadata", + "type": { + "kind": "reference", + "name": "LSPObject" + }, + "optional": true, + "documentation": "Additional metadata stored with the cell.\n\nNote: should always be an object literal (e.g. LSPObject)" + }, + { + "name": "executionSummary", + "type": { + "kind": "reference", + "name": "ExecutionSummary" + }, + "optional": true, + "documentation": "Additional execution summary information\nif supported by the client." + } + ], + "documentation": "A notebook cell.\n\nA cell's document URI must be unique across ALL notebook\ncells and can therefore be used to uniquely identify a\nnotebook cell or the cell's text document.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "NotebookCellArrayChange", + "properties": [ + { + "name": "start", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "The start oftest of the cell that changed." + }, + { + "name": "deleteCount", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "The deleted cells" + }, + { + "name": "cells", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "NotebookCell" + } + }, + "optional": true, + "documentation": "The new cells, if any" + } + ], + "documentation": "A change describing how to move a `NotebookCell`\narray from state S to S'.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "SelectedCompletionInfo", + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range that will be replaced if this completion item is accepted." + }, + { + "name": "text", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The text the range will be replaced with if this completion is accepted." + } + ], + "documentation": "Describes the currently selected completion item.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "ClientCapabilities", + "properties": [ + { + "name": "workspace", + "type": { + "kind": "reference", + "name": "WorkspaceClientCapabilities" + }, + "optional": true, + "documentation": "Workspace specific client capabilities." + }, + { + "name": "textDocument", + "type": { + "kind": "reference", + "name": "TextDocumentClientCapabilities" + }, + "optional": true, + "documentation": "Text document specific client capabilities." + }, + { + "name": "notebookDocument", + "type": { + "kind": "reference", + "name": "NotebookDocumentClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the notebook document support.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "window", + "type": { + "kind": "reference", + "name": "WindowClientCapabilities" + }, + "optional": true, + "documentation": "Window specific client capabilities." + }, + { + "name": "general", + "type": { + "kind": "reference", + "name": "GeneralClientCapabilities" + }, + "optional": true, + "documentation": "General client capabilities.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "experimental", + "type": { + "kind": "reference", + "name": "LSPAny" + }, + "optional": true, + "documentation": "Experimental client capabilities." + } + ], + "documentation": "Defines the capabilities provided by the client." + }, + { + "name": "TextDocumentSyncOptions", + "properties": [ + { + "name": "openClose", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Open and close notifications are sent to the server. If omitted open close notification should not\nbe sent." + }, + { + "name": "change", + "type": { + "kind": "reference", + "name": "TextDocumentSyncKind" + }, + "optional": true, + "documentation": "Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full\nand TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None." + }, + { + "name": "willSave", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "If present will save notifications are sent to the server. If omitted the notification should not be\nsent." + }, + { + "name": "willSaveWaitUntil", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "If present will save wait until requests are sent to the server. If omitted the request should not be\nsent." + }, + { + "name": "save", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "reference", + "name": "SaveOptions" + } + ] + }, + "optional": true, + "documentation": "If present save notifications are sent to the server. If omitted the notification should not be\nsent." + } + ] + }, + { + "name": "NotebookDocumentSyncOptions", + "properties": [ + { + "name": "notebookSelector", + "type": { + "kind": "array", + "element": { + "kind": "or", + "items": [ + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "notebook", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "reference", + "name": "NotebookDocumentFilter" + } + ] + }, + "documentation": "The notebook to be synced If a string\nvalue is provided it matches against the\nnotebook type. '*' matches every notebook." + }, + { + "name": "cells", + "type": { + "kind": "array", + "element": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "language", + "type": { + "kind": "base", + "name": "string" + } + } + ] + } + } + }, + "optional": true, + "documentation": "The cells of the matching notebook to be synced." + } + ] + } + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "notebook", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "reference", + "name": "NotebookDocumentFilter" + } + ] + }, + "optional": true, + "documentation": "The notebook to be synced If a string\nvalue is provided it matches against the\nnotebook type. '*' matches every notebook." + }, + { + "name": "cells", + "type": { + "kind": "array", + "element": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "language", + "type": { + "kind": "base", + "name": "string" + } + } + ] + } + } + }, + "documentation": "The cells of the matching notebook to be synced." + } + ] + } + } + ] + } + }, + "documentation": "The notebooks to be synced" + }, + { + "name": "save", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether save notification should be forwarded to\nthe server. Will only be honored if mode === `notebook`." + } + ], + "documentation": "Options specific to a notebook plus its cells\nto be synced to the server.\n\nIf a selector provides a notebook document\nfilter but no cell selector all cells of a\nmatching notebook document will be synced.\n\nIf a selector provides no notebook document\nfilter but only a cell selector all notebook\ndocument that contain at least one matching\ncell will be synced.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "NotebookDocumentSyncRegistrationOptions", + "properties": [], + "extends": [ + { + "kind": "reference", + "name": "NotebookDocumentSyncOptions" + } + ], + "mixins": [ + { + "kind": "reference", + "name": "StaticRegistrationOptions" + } + ], + "documentation": "Registration options specific to a notebook.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "WorkspaceFoldersServerCapabilities", + "properties": [ + { + "name": "supported", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The server has support for workspace folders" + }, + { + "name": "changeNotifications", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "base", + "name": "boolean" + } + ] + }, + "optional": true, + "documentation": "Whether the server wants to receive workspace folder\nchange notifications.\n\nIf a string is provided the string is treated as an ID\nunder which the notification is registered on the client\nside. The ID can be used to unregister for these events\nusing the `client/unregisterCapability` request." + } + ] + }, + { + "name": "FileOperationOptions", + "properties": [ + { + "name": "didCreate", + "type": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "optional": true, + "documentation": "The server is interested in receiving didCreateFiles notifications." + }, + { + "name": "willCreate", + "type": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "optional": true, + "documentation": "The server is interested in receiving willCreateFiles requests." + }, + { + "name": "didRename", + "type": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "optional": true, + "documentation": "The server is interested in receiving didRenameFiles notifications." + }, + { + "name": "willRename", + "type": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "optional": true, + "documentation": "The server is interested in receiving willRenameFiles requests." + }, + { + "name": "didDelete", + "type": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "optional": true, + "documentation": "The server is interested in receiving didDeleteFiles file notifications." + }, + { + "name": "willDelete", + "type": { + "kind": "reference", + "name": "FileOperationRegistrationOptions" + }, + "optional": true, + "documentation": "The server is interested in receiving willDeleteFiles file requests." + } + ], + "documentation": "Options for notifications/requests for user operations on files.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "CodeDescription", + "properties": [ + { + "name": "href", + "type": { + "kind": "base", + "name": "URI" + }, + "documentation": "An URI to open with more information about the diagnostic error." + } + ], + "documentation": "Structure to capture a description for an error code.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "DiagnosticRelatedInformation", + "properties": [ + { + "name": "location", + "type": { + "kind": "reference", + "name": "Location" + }, + "documentation": "The location of this related diagnostic information." + }, + { + "name": "message", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The message of this related diagnostic information." + } + ], + "documentation": "Represents a related message and source code location for a diagnostic. This should be\nused to point to code locations that cause or related to a diagnostics, e.g when duplicating\na symbol in a scope." + }, + { + "name": "ParameterInformation", + "properties": [ + { + "name": "label", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "tuple", + "items": [ + { + "kind": "base", + "name": "uinteger" + }, + { + "kind": "base", + "name": "uinteger" + } + ] + } + ] + }, + "documentation": "The label of this parameter information.\n\nEither a string or an inclusive start and exclusive end offsets within its containing\nsignature label. (see SignatureInformation.label). The offsets are based on a UTF-16\nstring representation as `Position` and `Range` does.\n\n*Note*: a label of type string should be a substring of its containing signature label.\nIts intended use case is to highlight the parameter label part in the `SignatureInformation.label`." + }, + { + "name": "documentation", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "reference", + "name": "MarkupContent" + } + ] + }, + "optional": true, + "documentation": "The human-readable doc-comment of this parameter. Will be shown\nin the UI but can be omitted." + } + ], + "documentation": "Represents a parameter of a callable-signature. A parameter can\nhave a label and a doc-comment." + }, + { + "name": "NotebookCellTextDocumentFilter", + "properties": [ + { + "name": "notebook", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "reference", + "name": "NotebookDocumentFilter" + } + ] + }, + "documentation": "A filter that matches against the notebook\ncontaining the notebook cell. If a string\nvalue is provided it matches against the\nnotebook type. '*' matches every notebook." + }, + { + "name": "language", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A language id like `python`.\n\nWill be matched against the language id of the\nnotebook cell document. '*' matches every language." + } + ], + "documentation": "A notebook cell text document filter denotes a cell text\ndocument by different properties.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "FileOperationPatternOptions", + "properties": [ + { + "name": "ignoreCase", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The pattern should be matched ignoring casing." + } + ], + "documentation": "Matching options for the file operation pattern.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "ExecutionSummary", + "properties": [ + { + "name": "executionOrder", + "type": { + "kind": "base", + "name": "uinteger" + }, + "documentation": "A strict monotonically increasing value\nindicating the execution order of a cell\ninside a notebook." + }, + { + "name": "success", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the execution was successful or\nnot if known by the client." + } + ] + }, + { + "name": "WorkspaceClientCapabilities", + "properties": [ + { + "name": "applyEdit", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports applying batch edits\nto the workspace by supporting the request\n'workspace/applyEdit'" + }, + { + "name": "workspaceEdit", + "type": { + "kind": "reference", + "name": "WorkspaceEditClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to `WorkspaceEdit`s." + }, + { + "name": "didChangeConfiguration", + "type": { + "kind": "reference", + "name": "DidChangeConfigurationClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `workspace/didChangeConfiguration` notification." + }, + { + "name": "didChangeWatchedFiles", + "type": { + "kind": "reference", + "name": "DidChangeWatchedFilesClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `workspace/didChangeWatchedFiles` notification." + }, + { + "name": "symbol", + "type": { + "kind": "reference", + "name": "WorkspaceSymbolClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `workspace/symbol` request." + }, + { + "name": "executeCommand", + "type": { + "kind": "reference", + "name": "ExecuteCommandClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `workspace/executeCommand` request." + }, + { + "name": "workspaceFolders", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client has support for workspace folders.\n\n@since 3.6.0", + "since": "3.6.0" + }, + { + "name": "configuration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports `workspace/configuration` requests.\n\n@since 3.6.0", + "since": "3.6.0" + }, + { + "name": "semanticTokens", + "type": { + "kind": "reference", + "name": "SemanticTokensWorkspaceClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the semantic token requests scoped to the\nworkspace.\n\n@since 3.16.0.", + "since": "3.16.0." + }, + { + "name": "codeLens", + "type": { + "kind": "reference", + "name": "CodeLensWorkspaceClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the code lens requests scoped to the\nworkspace.\n\n@since 3.16.0.", + "since": "3.16.0." + }, + { + "name": "fileOperations", + "type": { + "kind": "reference", + "name": "FileOperationClientCapabilities" + }, + "optional": true, + "documentation": "The client has support for file notifications/requests for user operations on files.\n\nSince 3.16.0" + }, + { + "name": "inlineValue", + "type": { + "kind": "reference", + "name": "InlineValueWorkspaceClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the inline values requests scoped to the\nworkspace.\n\n@since 3.17.0.", + "since": "3.17.0." + }, + { + "name": "inlayHint", + "type": { + "kind": "reference", + "name": "InlayHintWorkspaceClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the inlay hint requests scoped to the\nworkspace.\n\n@since 3.17.0.", + "since": "3.17.0." + }, + { + "name": "diagnostics", + "type": { + "kind": "reference", + "name": "DiagnosticWorkspaceClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the diagnostic requests scoped to the\nworkspace.\n\n@since 3.17.0.", + "since": "3.17.0." + }, + { + "name": "foldingRange", + "type": { + "kind": "reference", + "name": "FoldingRangeWorkspaceClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the folding range requests scoped to the workspace.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + } + ], + "documentation": "Workspace specific client capabilities." + }, + { + "name": "TextDocumentClientCapabilities", + "properties": [ + { + "name": "synchronization", + "type": { + "kind": "reference", + "name": "TextDocumentSyncClientCapabilities" + }, + "optional": true, + "documentation": "Defines which synchronization capabilities the client supports." + }, + { + "name": "completion", + "type": { + "kind": "reference", + "name": "CompletionClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/completion` request." + }, + { + "name": "hover", + "type": { + "kind": "reference", + "name": "HoverClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/hover` request." + }, + { + "name": "signatureHelp", + "type": { + "kind": "reference", + "name": "SignatureHelpClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/signatureHelp` request." + }, + { + "name": "declaration", + "type": { + "kind": "reference", + "name": "DeclarationClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/declaration` request.\n\n@since 3.14.0", + "since": "3.14.0" + }, + { + "name": "definition", + "type": { + "kind": "reference", + "name": "DefinitionClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/definition` request." + }, + { + "name": "typeDefinition", + "type": { + "kind": "reference", + "name": "TypeDefinitionClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/typeDefinition` request.\n\n@since 3.6.0", + "since": "3.6.0" + }, + { + "name": "implementation", + "type": { + "kind": "reference", + "name": "ImplementationClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/implementation` request.\n\n@since 3.6.0", + "since": "3.6.0" + }, + { + "name": "references", + "type": { + "kind": "reference", + "name": "ReferenceClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/references` request." + }, + { + "name": "documentHighlight", + "type": { + "kind": "reference", + "name": "DocumentHighlightClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/documentHighlight` request." + }, + { + "name": "documentSymbol", + "type": { + "kind": "reference", + "name": "DocumentSymbolClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/documentSymbol` request." + }, + { + "name": "codeAction", + "type": { + "kind": "reference", + "name": "CodeActionClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/codeAction` request." + }, + { + "name": "codeLens", + "type": { + "kind": "reference", + "name": "CodeLensClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/codeLens` request." + }, + { + "name": "documentLink", + "type": { + "kind": "reference", + "name": "DocumentLinkClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/documentLink` request." + }, + { + "name": "colorProvider", + "type": { + "kind": "reference", + "name": "DocumentColorClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/documentColor` and the\n`textDocument/colorPresentation` request.\n\n@since 3.6.0", + "since": "3.6.0" + }, + { + "name": "formatting", + "type": { + "kind": "reference", + "name": "DocumentFormattingClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/formatting` request." + }, + { + "name": "rangeFormatting", + "type": { + "kind": "reference", + "name": "DocumentRangeFormattingClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/rangeFormatting` request." + }, + { + "name": "onTypeFormatting", + "type": { + "kind": "reference", + "name": "DocumentOnTypeFormattingClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/onTypeFormatting` request." + }, + { + "name": "rename", + "type": { + "kind": "reference", + "name": "RenameClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/rename` request." + }, + { + "name": "foldingRange", + "type": { + "kind": "reference", + "name": "FoldingRangeClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/foldingRange` request.\n\n@since 3.10.0", + "since": "3.10.0" + }, + { + "name": "selectionRange", + "type": { + "kind": "reference", + "name": "SelectionRangeClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/selectionRange` request.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "publishDiagnostics", + "type": { + "kind": "reference", + "name": "PublishDiagnosticsClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/publishDiagnostics` notification." + }, + { + "name": "callHierarchy", + "type": { + "kind": "reference", + "name": "CallHierarchyClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the various call hierarchy requests.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "semanticTokens", + "type": { + "kind": "reference", + "name": "SemanticTokensClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the various semantic token request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "linkedEditingRange", + "type": { + "kind": "reference", + "name": "LinkedEditingRangeClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/linkedEditingRange` request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "moniker", + "type": { + "kind": "reference", + "name": "MonikerClientCapabilities" + }, + "optional": true, + "documentation": "Client capabilities specific to the `textDocument/moniker` request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "typeHierarchy", + "type": { + "kind": "reference", + "name": "TypeHierarchyClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the various type hierarchy requests.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "inlineValue", + "type": { + "kind": "reference", + "name": "InlineValueClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/inlineValue` request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "inlayHint", + "type": { + "kind": "reference", + "name": "InlayHintClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the `textDocument/inlayHint` request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "diagnostic", + "type": { + "kind": "reference", + "name": "DiagnosticClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the diagnostic pull model.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "inlineCompletion", + "type": { + "kind": "reference", + "name": "InlineCompletionClientCapabilities" + }, + "optional": true, + "documentation": "Client capabilities specific to inline completions.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + } + ], + "documentation": "Text document specific client capabilities." + }, + { + "name": "NotebookDocumentClientCapabilities", + "properties": [ + { + "name": "synchronization", + "type": { + "kind": "reference", + "name": "NotebookDocumentSyncClientCapabilities" + }, + "documentation": "Capabilities specific to notebook document synchronization\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "documentation": "Capabilities specific to the notebook document support.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "WindowClientCapabilities", + "properties": [ + { + "name": "workDoneProgress", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "It indicates whether the client supports server initiated\nprogress using the `window/workDoneProgress/create` request.\n\nThe capability also controls Whether client supports handling\nof progress notifications. If set servers are allowed to report a\n`workDoneProgress` property in the request specific server\ncapabilities.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "showMessage", + "type": { + "kind": "reference", + "name": "ShowMessageRequestClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the showMessage request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "showDocument", + "type": { + "kind": "reference", + "name": "ShowDocumentClientCapabilities" + }, + "optional": true, + "documentation": "Capabilities specific to the showDocument request.\n\n@since 3.16.0", + "since": "3.16.0" + } + ] + }, + { + "name": "GeneralClientCapabilities", + "properties": [ + { + "name": "staleRequestSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "cancel", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "The client will actively cancel the request." + }, + { + "name": "retryOnContentModified", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The list of requests for which the client\nwill retry the request if it receives a\nresponse with error code `ContentModified`" + } + ] + } + }, + "optional": true, + "documentation": "Client capability that signals how the client\nhandles stale requests (e.g. a request\nfor which the client will not process the response\nanymore since the information is outdated).\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "regularExpressions", + "type": { + "kind": "reference", + "name": "RegularExpressionsClientCapabilities" + }, + "optional": true, + "documentation": "Client capabilities specific to regular expressions.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "markdown", + "type": { + "kind": "reference", + "name": "MarkdownClientCapabilities" + }, + "optional": true, + "documentation": "Client capabilities specific to the client's markdown parser.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "positionEncodings", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "PositionEncodingKind" + } + }, + "optional": true, + "documentation": "The position encodings supported by the client. Client and server\nhave to agree on the same position encoding to ensure that offsets\n(e.g. character position in a line) are interpreted the same on both\nsides.\n\nTo keep the protocol backwards compatible the following applies: if\nthe value 'utf-16' is missing from the array of position encodings\nservers can assume that the client supports UTF-16. UTF-16 is\ntherefore a mandatory encoding.\n\nIf omitted it defaults to ['utf-16'].\n\nImplementation considerations: since the conversion from one encoding\ninto another requires the content of the file / line the conversion\nis best done where the file is read which is usually on the server\nside.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "documentation": "General client capabilities.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "RelativePattern", + "properties": [ + { + "name": "baseUri", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "WorkspaceFolder" + }, + { + "kind": "base", + "name": "URI" + } + ] + }, + "documentation": "A workspace folder or a base URI to which this pattern will be matched\nagainst relatively." + }, + { + "name": "pattern", + "type": { + "kind": "reference", + "name": "Pattern" + }, + "documentation": "The actual glob pattern;" + } + ], + "documentation": "A relative pattern is a helper to construct glob patterns that are matched\nrelatively to a base URI. The common value for a `baseUri` is a workspace\nfolder root, but it can be another absolute URI as well.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "WorkspaceEditClientCapabilities", + "properties": [ + { + "name": "documentChanges", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports versioned document changes in `WorkspaceEdit`s" + }, + { + "name": "resourceOperations", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "ResourceOperationKind" + } + }, + "optional": true, + "documentation": "The resource operations the client supports. Clients should at least\nsupport 'create', 'rename' and 'delete' files and folders.\n\n@since 3.13.0", + "since": "3.13.0" + }, + { + "name": "failureHandling", + "type": { + "kind": "reference", + "name": "FailureHandlingKind" + }, + "optional": true, + "documentation": "The failure handling strategy of a client if applying the workspace edit\nfails.\n\n@since 3.13.0", + "since": "3.13.0" + }, + { + "name": "normalizesLineEndings", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client normalizes line endings to the client specific\nsetting.\nIf set to `true` the client will normalize line ending characters\nin a workspace edit to the client-specified new line\ncharacter.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "changeAnnotationSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "groupsOnLabel", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client groups edits with equal labels into tree nodes,\nfor instance all edits labelled with \"Changes in Strings\" would\nbe a tree node." + } + ] + } + }, + "optional": true, + "documentation": "Whether the client in general supports change annotations on text edits,\ncreate file, rename file and delete file changes.\n\n@since 3.16.0", + "since": "3.16.0" + } + ] + }, + { + "name": "DidChangeConfigurationClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Did change configuration notification supports dynamic registration." + } + ] + }, + { + "name": "DidChangeWatchedFilesClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Did change watched files notification supports dynamic registration. Please note\nthat the current protocol doesn't support static configuration for file changes\nfrom the server side." + }, + { + "name": "relativePatternSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client has support for {@link RelativePattern relative pattern}\nor not.\n\n@since 3.17.0", + "since": "3.17.0" + } + ] + }, + { + "name": "WorkspaceSymbolClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Symbol request supports dynamic registration." + }, + { + "name": "symbolKind", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolKind" + } + }, + "optional": true, + "documentation": "The symbol kind values the client supports. When this\nproperty exists the client also guarantees that it will\nhandle values outside its set gracefully and falls back\nto a default value when unknown.\n\nIf this property is not present the client only supports\nthe symbol kinds from `File` to `Array` as defined in\nthe initial version of the protocol." + } + ] + } + }, + "optional": true, + "documentation": "Specific capabilities for the `SymbolKind` in the `workspace/symbol` request." + }, + { + "name": "tagSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolTag" + } + }, + "documentation": "The tags supported by the client." + } + ] + } + }, + "optional": true, + "documentation": "The client supports tags on `SymbolInformation`.\nClients supporting tags have to handle unknown tags gracefully.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "resolveSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "properties", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The properties that a client can resolve lazily. Usually\n`location.range`" + } + ] + } + }, + "optional": true, + "documentation": "The client support partial workspace symbols. The client will send the\nrequest `workspaceSymbol/resolve` to the server to resolve additional\nproperties.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "documentation": "Client capabilities for a {@link WorkspaceSymbolRequest}." + }, + { + "name": "ExecuteCommandClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Execute command supports dynamic registration." + } + ], + "documentation": "The client capabilities of a {@link ExecuteCommandRequest}." + }, + { + "name": "SemanticTokensWorkspaceClientCapabilities", + "properties": [ + { + "name": "refreshSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client implementation supports a refresh request sent from\nthe server to the client.\n\nNote that this event is global and will force the client to refresh all\nsemantic tokens currently shown. It should be used with absolute care\nand is useful for situation where a server for example detects a project\nwide change that requires such a calculation." + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "CodeLensWorkspaceClientCapabilities", + "properties": [ + { + "name": "refreshSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client implementation supports a refresh request sent from the\nserver to the client.\n\nNote that this event is global and will force the client to refresh all\ncode lenses currently shown. It should be used with absolute care and is\nuseful for situation where a server for example detect a project wide\nchange that requires such a calculation." + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "FileOperationClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client supports dynamic registration for file requests/notifications." + }, + { + "name": "didCreate", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client has support for sending didCreateFiles notifications." + }, + { + "name": "willCreate", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client has support for sending willCreateFiles requests." + }, + { + "name": "didRename", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client has support for sending didRenameFiles notifications." + }, + { + "name": "willRename", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client has support for sending willRenameFiles requests." + }, + { + "name": "didDelete", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client has support for sending didDeleteFiles notifications." + }, + { + "name": "willDelete", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client has support for sending willDeleteFiles requests." + } + ], + "documentation": "Capabilities relating to events from file operations by the user in the client.\n\nThese events do not come from the file system, they come from user operations\nlike renaming a file in the UI.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "InlineValueWorkspaceClientCapabilities", + "properties": [ + { + "name": "refreshSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client implementation supports a refresh request sent from the\nserver to the client.\n\nNote that this event is global and will force the client to refresh all\ninline values currently shown. It should be used with absolute care and is\nuseful for situation where a server for example detects a project wide\nchange that requires such a calculation." + } + ], + "documentation": "Client workspace capabilities specific to inline values.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlayHintWorkspaceClientCapabilities", + "properties": [ + { + "name": "refreshSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client implementation supports a refresh request sent from\nthe server to the client.\n\nNote that this event is global and will force the client to refresh all\ninlay hints currently shown. It should be used with absolute care and\nis useful for situation where a server for example detects a project wide\nchange that requires such a calculation." + } + ], + "documentation": "Client workspace capabilities specific to inlay hints.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DiagnosticWorkspaceClientCapabilities", + "properties": [ + { + "name": "refreshSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client implementation supports a refresh request sent from\nthe server to the client.\n\nNote that this event is global and will force the client to refresh all\npulled diagnostics currently shown. It should be used with absolute care and\nis useful for situation where a server for example detects a project wide\nchange that requires such a calculation." + } + ], + "documentation": "Workspace client capabilities specific to diagnostic pull requests.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "FoldingRangeWorkspaceClientCapabilities", + "properties": [ + { + "name": "refreshSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client implementation supports a refresh request sent from the\nserver to the client.\n\nNote that this event is global and will force the client to refresh all\nfolding ranges currently shown. It should be used with absolute care and is\nuseful for situation where a server for example detects a project wide\nchange that requires such a calculation.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + } + ], + "documentation": "Client workspace capabilities specific to folding ranges\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "TextDocumentSyncClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether text document synchronization supports dynamic registration." + }, + { + "name": "willSave", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports sending will save notifications." + }, + { + "name": "willSaveWaitUntil", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports sending a will save request and\nwaits for a response providing text edits which will\nbe applied to the document before it is saved." + }, + { + "name": "didSave", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports did save notifications." + } + ] + }, + { + "name": "CompletionClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether completion supports dynamic registration." + }, + { + "name": "completionItem", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "snippetSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Client supports snippets as insert text.\n\nA snippet can define tab stops and placeholders with `$1`, `$2`\nand `${3:foo}`. `$0` defines the final tab stop, it defaults to\nthe end of the snippet. Placeholders with equal identifiers are linked,\nthat is typing in one will update others too." + }, + { + "name": "commitCharactersSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Client supports commit characters on a completion item." + }, + { + "name": "documentationFormat", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "MarkupKind" + } + }, + "optional": true, + "documentation": "Client supports the following content formats for the documentation\nproperty. The order describes the preferred format of the client." + }, + { + "name": "deprecatedSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Client supports the deprecated property on a completion item." + }, + { + "name": "preselectSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Client supports the preselect property on a completion item." + }, + { + "name": "tagSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CompletionItemTag" + } + }, + "documentation": "The tags supported by the client." + } + ] + } + }, + "optional": true, + "documentation": "Client supports the tag property on a completion item. Clients supporting\ntags have to handle unknown tags gracefully. Clients especially need to\npreserve unknown tags when sending a completion item back to the server in\na resolve call.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "insertReplaceSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Client support insert replace edit to control different behavior if a\ncompletion item is inserted in the text or should replace text.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "resolveSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "properties", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The properties that a client can resolve lazily." + } + ] + } + }, + "optional": true, + "documentation": "Indicates which properties a client can resolve lazily on a completion\nitem. Before version 3.16.0 only the predefined properties `documentation`\nand `details` could be resolved lazily.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "insertTextModeSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "InsertTextMode" + } + } + } + ] + } + }, + "optional": true, + "documentation": "The client supports the `insertTextMode` property on\na completion item to override the whitespace handling mode\nas defined by the client (see `insertTextMode`).\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "labelDetailsSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client has support for completion item label\ndetails (see also `CompletionItemLabelDetails`).\n\n@since 3.17.0", + "since": "3.17.0" + } + ] + } + }, + "optional": true, + "documentation": "The client supports the following `CompletionItem` specific\ncapabilities." + }, + { + "name": "completionItemKind", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CompletionItemKind" + } + }, + "optional": true, + "documentation": "The completion item kind values the client supports. When this\nproperty exists the client also guarantees that it will\nhandle values outside its set gracefully and falls back\nto a default value when unknown.\n\nIf this property is not present the client only supports\nthe completion items kinds from `Text` to `Reference` as defined in\nthe initial version of the protocol." + } + ] + } + }, + "optional": true + }, + { + "name": "insertTextMode", + "type": { + "kind": "reference", + "name": "InsertTextMode" + }, + "optional": true, + "documentation": "Defines how the client handles whitespace and indentation\nwhen accepting a completion item that uses multi line\ntext in either `insertText` or `textEdit`.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "contextSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports to send additional context information for a\n`textDocument/completion` request." + }, + { + "name": "completionList", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "itemDefaults", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "optional": true, + "documentation": "The client supports the following itemDefaults on\na completion list.\n\nThe value lists the supported property names of the\n`CompletionList.itemDefaults` object. If omitted\nno properties are supported.\n\n@since 3.17.0", + "since": "3.17.0" + } + ] + } + }, + "optional": true, + "documentation": "The client supports the following `CompletionList` specific\ncapabilities.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "documentation": "Completion client capabilities" + }, + { + "name": "HoverClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether hover supports dynamic registration." + }, + { + "name": "contentFormat", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "MarkupKind" + } + }, + "optional": true, + "documentation": "Client supports the following content formats for the content\nproperty. The order describes the preferred format of the client." + } + ] + }, + { + "name": "SignatureHelpClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether signature help supports dynamic registration." + }, + { + "name": "signatureInformation", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "documentationFormat", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "MarkupKind" + } + }, + "optional": true, + "documentation": "Client supports the following content formats for the documentation\nproperty. The order describes the preferred format of the client." + }, + { + "name": "parameterInformation", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "labelOffsetSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports processing label offsets instead of a\nsimple label string.\n\n@since 3.14.0", + "since": "3.14.0" + } + ] + } + }, + "optional": true, + "documentation": "Client capabilities specific to parameter information." + }, + { + "name": "activeParameterSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports the `activeParameter` property on `SignatureInformation`\nliteral.\n\n@since 3.16.0", + "since": "3.16.0" + } + ] + } + }, + "optional": true, + "documentation": "The client supports the following `SignatureInformation`\nspecific properties." + }, + { + "name": "contextSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports to send additional context information for a\n`textDocument/signatureHelp` request. A client that opts into\ncontextSupport will also support the `retriggerCharacters` on\n`SignatureHelpOptions`.\n\n@since 3.15.0", + "since": "3.15.0" + } + ], + "documentation": "Client Capabilities for a {@link SignatureHelpRequest}." + }, + { + "name": "DeclarationClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether declaration supports dynamic registration. If this is set to `true`\nthe client supports the new `DeclarationRegistrationOptions` return value\nfor the corresponding server capability as well." + }, + { + "name": "linkSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports additional metadata in the form of declaration links." + } + ], + "documentation": "@since 3.14.0", + "since": "3.14.0" + }, + { + "name": "DefinitionClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether definition supports dynamic registration." + }, + { + "name": "linkSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports additional metadata in the form of definition links.\n\n@since 3.14.0", + "since": "3.14.0" + } + ], + "documentation": "Client Capabilities for a {@link DefinitionRequest}." + }, + { + "name": "TypeDefinitionClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration. If this is set to `true`\nthe client supports the new `TypeDefinitionRegistrationOptions` return value\nfor the corresponding server capability as well." + }, + { + "name": "linkSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports additional metadata in the form of definition links.\n\nSince 3.14.0" + } + ], + "documentation": "Since 3.6.0" + }, + { + "name": "ImplementationClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration. If this is set to `true`\nthe client supports the new `ImplementationRegistrationOptions` return value\nfor the corresponding server capability as well." + }, + { + "name": "linkSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports additional metadata in the form of definition links.\n\n@since 3.14.0", + "since": "3.14.0" + } + ], + "documentation": "@since 3.6.0", + "since": "3.6.0" + }, + { + "name": "ReferenceClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether references supports dynamic registration." + } + ], + "documentation": "Client Capabilities for a {@link ReferencesRequest}." + }, + { + "name": "DocumentHighlightClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether document highlight supports dynamic registration." + } + ], + "documentation": "Client Capabilities for a {@link DocumentHighlightRequest}." + }, + { + "name": "DocumentSymbolClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether document symbol supports dynamic registration." + }, + { + "name": "symbolKind", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolKind" + } + }, + "optional": true, + "documentation": "The symbol kind values the client supports. When this\nproperty exists the client also guarantees that it will\nhandle values outside its set gracefully and falls back\nto a default value when unknown.\n\nIf this property is not present the client only supports\nthe symbol kinds from `File` to `Array` as defined in\nthe initial version of the protocol." + } + ] + } + }, + "optional": true, + "documentation": "Specific capabilities for the `SymbolKind` in the\n`textDocument/documentSymbol` request." + }, + { + "name": "hierarchicalDocumentSymbolSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports hierarchical document symbols." + }, + { + "name": "tagSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "SymbolTag" + } + }, + "documentation": "The tags supported by the client." + } + ] + } + }, + "optional": true, + "documentation": "The client supports tags on `SymbolInformation`. Tags are supported on\n`DocumentSymbol` if `hierarchicalDocumentSymbolSupport` is set to true.\nClients supporting tags have to handle unknown tags gracefully.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "labelSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports an additional label presented in the UI when\nregistering a document symbol provider.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "documentation": "Client Capabilities for a {@link DocumentSymbolRequest}." + }, + { + "name": "CodeActionClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether code action supports dynamic registration." + }, + { + "name": "codeActionLiteralSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "codeActionKind", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "CodeActionKind" + } + }, + "documentation": "The code action kind values the client supports. When this\nproperty exists the client also guarantees that it will\nhandle values outside its set gracefully and falls back\nto a default value when unknown." + } + ] + } + }, + "documentation": "The code action kind is support with the following value\nset." + } + ] + } + }, + "optional": true, + "documentation": "The client support code action literals of type `CodeAction` as a valid\nresponse of the `textDocument/codeAction` request. If the property is not\nset the request can only return `Command` literals.\n\n@since 3.8.0", + "since": "3.8.0" + }, + { + "name": "isPreferredSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether code action supports the `isPreferred` property.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "disabledSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether code action supports the `disabled` property.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "dataSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether code action supports the `data` property which is\npreserved between a `textDocument/codeAction` and a\n`codeAction/resolve` request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "resolveSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "properties", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The properties that a client can resolve lazily." + } + ] + } + }, + "optional": true, + "documentation": "Whether the client supports resolving additional code action\nproperties via a separate `codeAction/resolve` request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "honorsChangeAnnotations", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client honors the change annotations in\ntext edits and resource operations returned via the\n`CodeAction#edit` property by for example presenting\nthe workspace edit in the user interface and asking\nfor confirmation.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "documentation": "The Client Capabilities of a {@link CodeActionRequest}." + }, + { + "name": "CodeLensClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether code lens supports dynamic registration." + } + ], + "documentation": "The client capabilities of a {@link CodeLensRequest}." + }, + { + "name": "DocumentLinkClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether document link supports dynamic registration." + }, + { + "name": "tooltipSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client supports the `tooltip` property on `DocumentLink`.\n\n@since 3.15.0", + "since": "3.15.0" + } + ], + "documentation": "The client capabilities of a {@link DocumentLinkRequest}." + }, + { + "name": "DocumentColorClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration. If this is set to `true`\nthe client supports the new `DocumentColorRegistrationOptions` return value\nfor the corresponding server capability as well." + } + ] + }, + { + "name": "DocumentFormattingClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether formatting supports dynamic registration." + } + ], + "documentation": "Client capabilities of a {@link DocumentFormattingRequest}." + }, + { + "name": "DocumentRangeFormattingClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether range formatting supports dynamic registration." + }, + { + "name": "rangesSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client supports formatting multiple ranges at once.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + } + ], + "documentation": "Client capabilities of a {@link DocumentRangeFormattingRequest}." + }, + { + "name": "DocumentOnTypeFormattingClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether on type formatting supports dynamic registration." + } + ], + "documentation": "Client capabilities of a {@link DocumentOnTypeFormattingRequest}." + }, + { + "name": "RenameClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether rename supports dynamic registration." + }, + { + "name": "prepareSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Client supports testing for validity of rename operations\nbefore execution.\n\n@since 3.12.0", + "since": "3.12.0" + }, + { + "name": "prepareSupportDefaultBehavior", + "type": { + "kind": "reference", + "name": "PrepareSupportDefaultBehavior" + }, + "optional": true, + "documentation": "Client supports the default behavior result.\n\nThe value indicates the default behavior used by the\nclient.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "honorsChangeAnnotations", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client honors the change annotations in\ntext edits and resource operations returned via the\nrename request's workspace edit by for example presenting\nthe workspace edit in the user interface and asking\nfor confirmation.\n\n@since 3.16.0", + "since": "3.16.0" + } + ] + }, + { + "name": "FoldingRangeClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration for folding range\nproviders. If this is set to `true` the client supports the new\n`FoldingRangeRegistrationOptions` return value for the corresponding\nserver capability as well." + }, + { + "name": "rangeLimit", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "The maximum number of folding ranges that the client prefers to receive\nper document. The value serves as a hint, servers are free to follow the\nlimit." + }, + { + "name": "lineFoldingOnly", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "If set, the client signals that it only supports folding complete lines.\nIf set, client will ignore specified `startCharacter` and `endCharacter`\nproperties in a FoldingRange." + }, + { + "name": "foldingRangeKind", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "FoldingRangeKind" + } + }, + "optional": true, + "documentation": "The folding range kind values the client supports. When this\nproperty exists the client also guarantees that it will\nhandle values outside its set gracefully and falls back\nto a default value when unknown." + } + ] + } + }, + "optional": true, + "documentation": "Specific options for the folding range kind.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "foldingRange", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "collapsedText", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "If set, the client signals that it supports setting collapsedText on\nfolding ranges to display custom labels instead of the default text.\n\n@since 3.17.0", + "since": "3.17.0" + } + ] + } + }, + "optional": true, + "documentation": "Specific options for the folding range.\n\n@since 3.17.0", + "since": "3.17.0" + } + ] + }, + { + "name": "SelectionRangeClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration for selection range providers. If this is set to `true`\nthe client supports the new `SelectionRangeRegistrationOptions` return value for the corresponding server\ncapability as well." + } + ] + }, + { + "name": "PublishDiagnosticsClientCapabilities", + "properties": [ + { + "name": "relatedInformation", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the clients accepts diagnostics with related information." + }, + { + "name": "tagSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "valueSet", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "DiagnosticTag" + } + }, + "documentation": "The tags supported by the client." + } + ] + } + }, + "optional": true, + "documentation": "Client supports the tag property to provide meta data about a diagnostic.\nClients supporting tags have to handle unknown tags gracefully.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "versionSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client interprets the version property of the\n`textDocument/publishDiagnostics` notification's parameter.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "codeDescriptionSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Client supports a codeDescription property\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "dataSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether code action supports the `data` property which is\npreserved between a `textDocument/publishDiagnostics` and\n`textDocument/codeAction` request.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "documentation": "The publish diagnostic client capabilities." + }, + { + "name": "CallHierarchyClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration. If this is set to `true`\nthe client supports the new `(TextDocumentRegistrationOptions & StaticRegistrationOptions)`\nreturn value for the corresponding server capability as well." + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokensClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration. If this is set to `true`\nthe client supports the new `(TextDocumentRegistrationOptions & StaticRegistrationOptions)`\nreturn value for the corresponding server capability as well." + }, + { + "name": "requests", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "range", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "literal", + "value": { + "properties": [] + } + } + ] + }, + "optional": true, + "documentation": "The client will send the `textDocument/semanticTokens/range` request if\nthe server provides a corresponding handler." + }, + { + "name": "full", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "delta", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client will send the `textDocument/semanticTokens/full/delta` request if\nthe server provides a corresponding handler." + } + ] + } + } + ] + }, + "optional": true, + "documentation": "The client will send the `textDocument/semanticTokens/full` request if\nthe server provides a corresponding handler." + } + ] + } + }, + "documentation": "Which requests the client supports and might send to the server\ndepending on the server's capability. Please note that clients might not\nshow semantic tokens or degrade some of the user experience if a range\nor full request is advertised by the client but not provided by the\nserver. If for example the client capability `requests.full` and\n`request.range` are both set to true but the server only provides a\nrange provider the client might not render a minimap correctly or might\neven decide to not show any semantic tokens at all." + }, + { + "name": "tokenTypes", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The token types that the client supports." + }, + { + "name": "tokenModifiers", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The token modifiers that the client supports." + }, + { + "name": "formats", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "TokenFormat" + } + }, + "documentation": "The token formats the clients supports." + }, + { + "name": "overlappingTokenSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client supports tokens that can overlap each other." + }, + { + "name": "multilineTokenSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client supports tokens that can span multiple lines." + }, + { + "name": "serverCancelSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client allows the server to actively cancel a\nsemantic token request, e.g. supports returning\nLSPErrorCodes.ServerCancelled. If a server does the client\nneeds to retrigger the request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "augmentsSyntaxTokens", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client uses semantic tokens to augment existing\nsyntax tokens. If set to `true` client side created syntax\ntokens and semantic tokens are both used for colorization. If\nset to `false` the client only uses the returned semantic tokens\nfor colorization.\n\nIf the value is `undefined` then the client behavior is not\nspecified.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "documentation": "@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "LinkedEditingRangeClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration. If this is set to `true`\nthe client supports the new `(TextDocumentRegistrationOptions & StaticRegistrationOptions)`\nreturn value for the corresponding server capability as well." + } + ], + "documentation": "Client capabilities for the linked editing range request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "MonikerClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether moniker supports dynamic registration. If this is set to `true`\nthe client supports the new `MonikerRegistrationOptions` return value\nfor the corresponding server capability as well." + } + ], + "documentation": "Client capabilities specific to the moniker request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "TypeHierarchyClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration. If this is set to `true`\nthe client supports the new `(TextDocumentRegistrationOptions & StaticRegistrationOptions)`\nreturn value for the corresponding server capability as well." + } + ], + "documentation": "@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineValueClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration for inline value providers." + } + ], + "documentation": "Client capabilities specific to inline values.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlayHintClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether inlay hints support dynamic registration." + }, + { + "name": "resolveSupport", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "properties", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "documentation": "The properties that a client can resolve lazily." + } + ] + } + }, + "optional": true, + "documentation": "Indicates which properties a client can resolve lazily on an inlay\nhint." + } + ], + "documentation": "Inlay hint client capabilities.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DiagnosticClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration. If this is set to `true`\nthe client supports the new `(TextDocumentRegistrationOptions & StaticRegistrationOptions)`\nreturn value for the corresponding server capability as well." + }, + { + "name": "relatedDocumentSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the clients supports related documents for document diagnostic pulls." + } + ], + "documentation": "Client capabilities specific to diagnostic pull requests.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "InlineCompletionClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration for inline completion providers." + } + ], + "documentation": "Client capabilities specific to inline completions.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "NotebookDocumentSyncClientCapabilities", + "properties": [ + { + "name": "dynamicRegistration", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether implementation supports dynamic registration. If this is\nset to `true` the client supports the new\n`(TextDocumentRegistrationOptions & StaticRegistrationOptions)`\nreturn value for the corresponding server capability as well." + }, + { + "name": "executionSummarySupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "The client supports sending execution summary data per cell." + } + ], + "documentation": "Notebook specific client capabilities.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "ShowMessageRequestClientCapabilities", + "properties": [ + { + "name": "messageActionItem", + "type": { + "kind": "literal", + "value": { + "properties": [ + { + "name": "additionalPropertiesSupport", + "type": { + "kind": "base", + "name": "boolean" + }, + "optional": true, + "documentation": "Whether the client supports additional attributes which\nare preserved and send back to the server in the\nrequest's response." + } + ] + } + }, + "optional": true, + "documentation": "Capabilities specific to the `MessageActionItem` type." + } + ], + "documentation": "Show message request client capabilities" + }, + { + "name": "ShowDocumentClientCapabilities", + "properties": [ + { + "name": "support", + "type": { + "kind": "base", + "name": "boolean" + }, + "documentation": "The client has support for the showDocument\nrequest." + } + ], + "documentation": "Client capabilities for the showDocument request.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "RegularExpressionsClientCapabilities", + "properties": [ + { + "name": "engine", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The engine's name." + }, + { + "name": "version", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The engine's version." + } + ], + "documentation": "Client capabilities specific to regular expressions.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "MarkdownClientCapabilities", + "properties": [ + { + "name": "parser", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The name of the parser." + }, + { + "name": "version", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The version of the parser." + }, + { + "name": "allowedTags", + "type": { + "kind": "array", + "element": { + "kind": "base", + "name": "string" + } + }, + "optional": true, + "documentation": "A list of HTML tags that the client allows / supports in\nMarkdown.\n\n@since 3.17.0", + "since": "3.17.0" + } + ], + "documentation": "Client capabilities specific to the used markdown parser.\n\n@since 3.16.0", + "since": "3.16.0" + } + ], + "enumerations": [ + { + "name": "SemanticTokenTypes", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "namespace", + "value": "namespace" + }, + { + "name": "type", + "value": "type", + "documentation": "Represents a generic type. Acts as a fallback for types which can't be mapped to\na specific type like class or enum." + }, + { + "name": "class", + "value": "class" + }, + { + "name": "enum", + "value": "enum" + }, + { + "name": "interface", + "value": "interface" + }, + { + "name": "struct", + "value": "struct" + }, + { + "name": "typeParameter", + "value": "typeParameter" + }, + { + "name": "parameter", + "value": "parameter" + }, + { + "name": "variable", + "value": "variable" + }, + { + "name": "property", + "value": "property" + }, + { + "name": "enumMember", + "value": "enumMember" + }, + { + "name": "event", + "value": "event" + }, + { + "name": "function", + "value": "function" + }, + { + "name": "method", + "value": "method" + }, + { + "name": "macro", + "value": "macro" + }, + { + "name": "keyword", + "value": "keyword" + }, + { + "name": "modifier", + "value": "modifier" + }, + { + "name": "comment", + "value": "comment" + }, + { + "name": "string", + "value": "string" + }, + { + "name": "number", + "value": "number" + }, + { + "name": "regexp", + "value": "regexp" + }, + { + "name": "operator", + "value": "operator" + }, + { + "name": "decorator", + "value": "decorator", + "documentation": "@since 3.17.0", + "since": "3.17.0" + } + ], + "supportsCustomValues": true, + "documentation": "A set of predefined token types. This set is not fixed\nan clients can specify additional token types via the\ncorresponding client capabilities.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "SemanticTokenModifiers", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "declaration", + "value": "declaration" + }, + { + "name": "definition", + "value": "definition" + }, + { + "name": "readonly", + "value": "readonly" + }, + { + "name": "static", + "value": "static" + }, + { + "name": "deprecated", + "value": "deprecated" + }, + { + "name": "abstract", + "value": "abstract" + }, + { + "name": "async", + "value": "async" + }, + { + "name": "modification", + "value": "modification" + }, + { + "name": "documentation", + "value": "documentation" + }, + { + "name": "defaultLibrary", + "value": "defaultLibrary" + } + ], + "supportsCustomValues": true, + "documentation": "A set of predefined token modifiers. This set is not fixed\nan clients can specify additional token types via the\ncorresponding client capabilities.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "DocumentDiagnosticReportKind", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "Full", + "value": "full", + "documentation": "A diagnostic report with a full\nset of problems." + }, + { + "name": "Unchanged", + "value": "unchanged", + "documentation": "A report indicating that the last\nreturned report is still accurate." + } + ], + "documentation": "The document diagnostic report kinds.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "ErrorCodes", + "type": { + "kind": "base", + "name": "integer" + }, + "values": [ + { + "name": "ParseError", + "value": -32700 + }, + { + "name": "InvalidRequest", + "value": -32600 + }, + { + "name": "MethodNotFound", + "value": -32601 + }, + { + "name": "InvalidParams", + "value": -32602 + }, + { + "name": "InternalError", + "value": -32603 + }, + { + "name": "ServerNotInitialized", + "value": -32002, + "documentation": "Error code indicating that a server received a notification or\nrequest before the server has received the `initialize` request." + }, + { + "name": "UnknownErrorCode", + "value": -32001 + } + ], + "supportsCustomValues": true, + "documentation": "Predefined error codes." + }, + { + "name": "LSPErrorCodes", + "type": { + "kind": "base", + "name": "integer" + }, + "values": [ + { + "name": "RequestFailed", + "value": -32803, + "documentation": "A request failed but it was syntactically correct, e.g the\nmethod name was known and the parameters were valid. The error\nmessage should contain human readable information about why\nthe request failed.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "ServerCancelled", + "value": -32802, + "documentation": "The server cancelled the request. This error code should\nonly be used for requests that explicitly support being\nserver cancellable.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "ContentModified", + "value": -32801, + "documentation": "The server detected that the content of a document got\nmodified outside normal conditions. A server should\nNOT send this error code if it detects a content change\nin it unprocessed messages. The result even computed\non an older state might still be useful for the client.\n\nIf a client decides that a result is not of any use anymore\nthe client should cancel the request." + }, + { + "name": "RequestCancelled", + "value": -32800, + "documentation": "The client has canceled a request and a server has detected\nthe cancel." + } + ], + "supportsCustomValues": true + }, + { + "name": "FoldingRangeKind", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "Comment", + "value": "comment", + "documentation": "Folding range for a comment" + }, + { + "name": "Imports", + "value": "imports", + "documentation": "Folding range for an import or include" + }, + { + "name": "Region", + "value": "region", + "documentation": "Folding range for a region (e.g. `#region`)" + } + ], + "supportsCustomValues": true, + "documentation": "A set of predefined range kinds." + }, + { + "name": "SymbolKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "File", + "value": 1 + }, + { + "name": "Module", + "value": 2 + }, + { + "name": "Namespace", + "value": 3 + }, + { + "name": "Package", + "value": 4 + }, + { + "name": "Class", + "value": 5 + }, + { + "name": "Method", + "value": 6 + }, + { + "name": "Property", + "value": 7 + }, + { + "name": "Field", + "value": 8 + }, + { + "name": "Constructor", + "value": 9 + }, + { + "name": "Enum", + "value": 10 + }, + { + "name": "Interface", + "value": 11 + }, + { + "name": "Function", + "value": 12 + }, + { + "name": "Variable", + "value": 13 + }, + { + "name": "Constant", + "value": 14 + }, + { + "name": "String", + "value": 15 + }, + { + "name": "Number", + "value": 16 + }, + { + "name": "Boolean", + "value": 17 + }, + { + "name": "Array", + "value": 18 + }, + { + "name": "Object", + "value": 19 + }, + { + "name": "Key", + "value": 20 + }, + { + "name": "Null", + "value": 21 + }, + { + "name": "EnumMember", + "value": 22 + }, + { + "name": "Struct", + "value": 23 + }, + { + "name": "Event", + "value": 24 + }, + { + "name": "Operator", + "value": 25 + }, + { + "name": "TypeParameter", + "value": 26 + } + ], + "documentation": "A symbol kind." + }, + { + "name": "SymbolTag", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Deprecated", + "value": 1, + "documentation": "Render a symbol as obsolete, usually using a strike-out." + } + ], + "documentation": "Symbol tags are extra annotations that tweak the rendering of a symbol.\n\n@since 3.16", + "since": "3.16" + }, + { + "name": "UniquenessLevel", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "document", + "value": "document", + "documentation": "The moniker is only unique inside a document" + }, + { + "name": "project", + "value": "project", + "documentation": "The moniker is unique inside a project for which a dump got created" + }, + { + "name": "group", + "value": "group", + "documentation": "The moniker is unique inside the group to which a project belongs" + }, + { + "name": "scheme", + "value": "scheme", + "documentation": "The moniker is unique inside the moniker scheme." + }, + { + "name": "global", + "value": "global", + "documentation": "The moniker is globally unique" + } + ], + "documentation": "Moniker uniqueness level to define scope of the moniker.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "MonikerKind", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "import", + "value": "import", + "documentation": "The moniker represent a symbol that is imported into a project" + }, + { + "name": "export", + "value": "export", + "documentation": "The moniker represents a symbol that is exported from a project" + }, + { + "name": "local", + "value": "local", + "documentation": "The moniker represents a symbol that is local to a project (e.g. a local\nvariable of a function, a class not visible outside the project, ...)" + } + ], + "documentation": "The moniker kind.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "InlayHintKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Type", + "value": 1, + "documentation": "An inlay hint that for a type annotation." + }, + { + "name": "Parameter", + "value": 2, + "documentation": "An inlay hint that is for a parameter." + } + ], + "documentation": "Inlay hint kinds.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "MessageType", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Error", + "value": 1, + "documentation": "An error message." + }, + { + "name": "Warning", + "value": 2, + "documentation": "A warning message." + }, + { + "name": "Info", + "value": 3, + "documentation": "An information message." + }, + { + "name": "Log", + "value": 4, + "documentation": "A log message." + }, + { + "name": "Debug", + "value": 5, + "documentation": "A debug message.\n\n@since 3.18.0", + "since": "3.18.0" + } + ], + "documentation": "The message type" + }, + { + "name": "TextDocumentSyncKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "None", + "value": 0, + "documentation": "Documents should not be synced at all." + }, + { + "name": "Full", + "value": 1, + "documentation": "Documents are synced by always sending the full content\nof the document." + }, + { + "name": "Incremental", + "value": 2, + "documentation": "Documents are synced by sending the full content on open.\nAfter that only incremental updates to the document are\nsend." + } + ], + "documentation": "Defines how the host (editor) should sync\ndocument changes to the language server." + }, + { + "name": "TextDocumentSaveReason", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Manual", + "value": 1, + "documentation": "Manually triggered, e.g. by the user pressing save, by starting debugging,\nor by an API call." + }, + { + "name": "AfterDelay", + "value": 2, + "documentation": "Automatic after a delay." + }, + { + "name": "FocusOut", + "value": 3, + "documentation": "When the editor lost focus." + } + ], + "documentation": "Represents reasons why a text document is saved." + }, + { + "name": "CompletionItemKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Text", + "value": 1 + }, + { + "name": "Method", + "value": 2 + }, + { + "name": "Function", + "value": 3 + }, + { + "name": "Constructor", + "value": 4 + }, + { + "name": "Field", + "value": 5 + }, + { + "name": "Variable", + "value": 6 + }, + { + "name": "Class", + "value": 7 + }, + { + "name": "Interface", + "value": 8 + }, + { + "name": "Module", + "value": 9 + }, + { + "name": "Property", + "value": 10 + }, + { + "name": "Unit", + "value": 11 + }, + { + "name": "Value", + "value": 12 + }, + { + "name": "Enum", + "value": 13 + }, + { + "name": "Keyword", + "value": 14 + }, + { + "name": "Snippet", + "value": 15 + }, + { + "name": "Color", + "value": 16 + }, + { + "name": "File", + "value": 17 + }, + { + "name": "Reference", + "value": 18 + }, + { + "name": "Folder", + "value": 19 + }, + { + "name": "EnumMember", + "value": 20 + }, + { + "name": "Constant", + "value": 21 + }, + { + "name": "Struct", + "value": 22 + }, + { + "name": "Event", + "value": 23 + }, + { + "name": "Operator", + "value": 24 + }, + { + "name": "TypeParameter", + "value": 25 + } + ], + "documentation": "The kind of a completion entry." + }, + { + "name": "CompletionItemTag", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Deprecated", + "value": 1, + "documentation": "Render a completion as obsolete, usually using a strike-out." + } + ], + "documentation": "Completion item tags are extra annotations that tweak the rendering of a completion\nitem.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "InsertTextFormat", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "PlainText", + "value": 1, + "documentation": "The primary text to be inserted is treated as a plain string." + }, + { + "name": "Snippet", + "value": 2, + "documentation": "The primary text to be inserted is treated as a snippet.\n\nA snippet can define tab stops and placeholders with `$1`, `$2`\nand `${3:foo}`. `$0` defines the final tab stop, it defaults to\nthe end of the snippet. Placeholders with equal identifiers are linked,\nthat is typing in one will update others too.\n\nSee also: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#snippet_syntax" + } + ], + "documentation": "Defines whether the insert text in a completion item should be interpreted as\nplain text or a snippet." + }, + { + "name": "InsertTextMode", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "asIs", + "value": 1, + "documentation": "The insertion or replace strings is taken as it is. If the\nvalue is multi line the lines below the cursor will be\ninserted using the indentation defined in the string value.\nThe client will not apply any kind of adjustments to the\nstring." + }, + { + "name": "adjustIndentation", + "value": 2, + "documentation": "The editor adjusts leading whitespace of new lines so that\nthey match the indentation up to the cursor of the line for\nwhich the item is accepted.\n\nConsider a line like this: <2tabs><3tabs>foo. Accepting a\nmulti line completion item is indented using 2 tabs and all\nfollowing lines inserted will be indented using 2 tabs as well." + } + ], + "documentation": "How whitespace and indentation is handled during completion\nitem insertion.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "DocumentHighlightKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Text", + "value": 1, + "documentation": "A textual occurrence." + }, + { + "name": "Read", + "value": 2, + "documentation": "Read-access of a symbol, like reading a variable." + }, + { + "name": "Write", + "value": 3, + "documentation": "Write-access of a symbol, like writing to a variable." + } + ], + "documentation": "A document highlight kind." + }, + { + "name": "CodeActionKind", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "Empty", + "value": "", + "documentation": "Empty kind." + }, + { + "name": "QuickFix", + "value": "quickfix", + "documentation": "Base kind for quickfix actions: 'quickfix'" + }, + { + "name": "Refactor", + "value": "refactor", + "documentation": "Base kind for refactoring actions: 'refactor'" + }, + { + "name": "RefactorExtract", + "value": "refactor.extract", + "documentation": "Base kind for refactoring extraction actions: 'refactor.extract'\n\nExample extract actions:\n\n- Extract method\n- Extract function\n- Extract variable\n- Extract interface from class\n- ..." + }, + { + "name": "RefactorInline", + "value": "refactor.inline", + "documentation": "Base kind for refactoring inline actions: 'refactor.inline'\n\nExample inline actions:\n\n- Inline function\n- Inline variable\n- Inline constant\n- ..." + }, + { + "name": "RefactorRewrite", + "value": "refactor.rewrite", + "documentation": "Base kind for refactoring rewrite actions: 'refactor.rewrite'\n\nExample rewrite actions:\n\n- Convert JavaScript function to class\n- Add or remove parameter\n- Encapsulate field\n- Make method static\n- Move method to base class\n- ..." + }, + { + "name": "Source", + "value": "source", + "documentation": "Base kind for source actions: `source`\n\nSource code actions apply to the entire file." + }, + { + "name": "SourceOrganizeImports", + "value": "source.organizeImports", + "documentation": "Base kind for an organize imports source action: `source.organizeImports`" + }, + { + "name": "SourceFixAll", + "value": "source.fixAll", + "documentation": "Base kind for auto-fix source actions: `source.fixAll`.\n\nFix all actions automatically fix errors that have a clear fix that do not require user input.\nThey should not suppress errors or perform unsafe fixes such as generating new types or classes.\n\n@since 3.15.0", + "since": "3.15.0" + } + ], + "supportsCustomValues": true, + "documentation": "A set of predefined code action kinds" + }, + { + "name": "TraceValues", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "Off", + "value": "off", + "documentation": "Turn tracing off." + }, + { + "name": "Messages", + "value": "messages", + "documentation": "Trace messages only." + }, + { + "name": "Verbose", + "value": "verbose", + "documentation": "Verbose message tracing." + } + ] + }, + { + "name": "MarkupKind", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "PlainText", + "value": "plaintext", + "documentation": "Plain text is supported as a content format" + }, + { + "name": "Markdown", + "value": "markdown", + "documentation": "Markdown is supported as a content format" + } + ], + "documentation": "Describes the content type that a client supports in various\nresult literals like `Hover`, `ParameterInfo` or `CompletionItem`.\n\nPlease note that `MarkupKinds` must not start with a `$`. This kinds\nare reserved for internal usage." + }, + { + "name": "InlineCompletionTriggerKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Invoked", + "value": 0, + "documentation": "Completion was triggered explicitly by a user gesture." + }, + { + "name": "Automatic", + "value": 1, + "documentation": "Completion was triggered automatically while editing." + } + ], + "documentation": "Describes how an {@link InlineCompletionItemProvider inline completion provider} was triggered.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true + }, + { + "name": "PositionEncodingKind", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "UTF8", + "value": "utf-8", + "documentation": "Character offsets count UTF-8 code units (e.g. bytes)." + }, + { + "name": "UTF16", + "value": "utf-16", + "documentation": "Character offsets count UTF-16 code units.\n\nThis is the default and must always be supported\nby servers" + }, + { + "name": "UTF32", + "value": "utf-32", + "documentation": "Character offsets count UTF-32 code units.\n\nImplementation note: these are the same as Unicode codepoints,\nso this `PositionEncodingKind` may also be used for an\nencoding-agnostic representation of character offsets." + } + ], + "supportsCustomValues": true, + "documentation": "A set of predefined position encoding kinds.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "FileChangeType", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Created", + "value": 1, + "documentation": "The file got created." + }, + { + "name": "Changed", + "value": 2, + "documentation": "The file got changed." + }, + { + "name": "Deleted", + "value": 3, + "documentation": "The file got deleted." + } + ], + "documentation": "The file event type" + }, + { + "name": "WatchKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Create", + "value": 1, + "documentation": "Interested in create events." + }, + { + "name": "Change", + "value": 2, + "documentation": "Interested in change events" + }, + { + "name": "Delete", + "value": 4, + "documentation": "Interested in delete events" + } + ], + "supportsCustomValues": true + }, + { + "name": "DiagnosticSeverity", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Error", + "value": 1, + "documentation": "Reports an error." + }, + { + "name": "Warning", + "value": 2, + "documentation": "Reports a warning." + }, + { + "name": "Information", + "value": 3, + "documentation": "Reports an information." + }, + { + "name": "Hint", + "value": 4, + "documentation": "Reports a hint." + } + ], + "documentation": "The diagnostic's severity." + }, + { + "name": "DiagnosticTag", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Unnecessary", + "value": 1, + "documentation": "Unused or unnecessary code.\n\nClients are allowed to render diagnostics with this tag faded out instead of having\nan error squiggle." + }, + { + "name": "Deprecated", + "value": 2, + "documentation": "Deprecated or obsolete code.\n\nClients are allowed to rendered diagnostics with this tag strike through." + } + ], + "documentation": "The diagnostic tags.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "CompletionTriggerKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Invoked", + "value": 1, + "documentation": "Completion was triggered by typing an identifier (24x7 code\ncomplete), manual invocation (e.g Ctrl+Space) or via API." + }, + { + "name": "TriggerCharacter", + "value": 2, + "documentation": "Completion was triggered by a trigger character specified by\nthe `triggerCharacters` properties of the `CompletionRegistrationOptions`." + }, + { + "name": "TriggerForIncompleteCompletions", + "value": 3, + "documentation": "Completion was re-triggered as current completion list is incomplete" + } + ], + "documentation": "How a completion was triggered" + }, + { + "name": "SignatureHelpTriggerKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Invoked", + "value": 1, + "documentation": "Signature help was invoked manually by the user or by a command." + }, + { + "name": "TriggerCharacter", + "value": 2, + "documentation": "Signature help was triggered by a trigger character." + }, + { + "name": "ContentChange", + "value": 3, + "documentation": "Signature help was triggered by the cursor moving or by the document content changing." + } + ], + "documentation": "How a signature help was triggered.\n\n@since 3.15.0", + "since": "3.15.0" + }, + { + "name": "CodeActionTriggerKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Invoked", + "value": 1, + "documentation": "Code actions were explicitly requested by the user or by an extension." + }, + { + "name": "Automatic", + "value": 2, + "documentation": "Code actions were requested automatically.\n\nThis typically happens when current selection in a file changes, but can\nalso be triggered when file content changes." + } + ], + "documentation": "The reason why code actions were requested.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "FileOperationPatternKind", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "file", + "value": "file", + "documentation": "The pattern matches a file only." + }, + { + "name": "folder", + "value": "folder", + "documentation": "The pattern matches a folder only." + } + ], + "documentation": "A pattern kind describing if a glob pattern matches a file a folder or\nboth.\n\n@since 3.16.0", + "since": "3.16.0" + }, + { + "name": "NotebookCellKind", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Markup", + "value": 1, + "documentation": "A markup-cell is formatted source that is used for display." + }, + { + "name": "Code", + "value": 2, + "documentation": "A code-cell is source code." + } + ], + "documentation": "A notebook cell kind.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "ResourceOperationKind", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "Create", + "value": "create", + "documentation": "Supports creating new files and folders." + }, + { + "name": "Rename", + "value": "rename", + "documentation": "Supports renaming existing files and folders." + }, + { + "name": "Delete", + "value": "delete", + "documentation": "Supports deleting existing files and folders." + } + ] + }, + { + "name": "FailureHandlingKind", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "Abort", + "value": "abort", + "documentation": "Applying the workspace change is simply aborted if one of the changes provided\nfails. All operations executed before the failing operation stay executed." + }, + { + "name": "Transactional", + "value": "transactional", + "documentation": "All operations are executed transactional. That means they either all\nsucceed or no changes at all are applied to the workspace." + }, + { + "name": "TextOnlyTransactional", + "value": "textOnlyTransactional", + "documentation": "If the workspace edit contains only textual file changes they are executed transactional.\nIf resource changes (create, rename or delete file) are part of the change the failure\nhandling strategy is abort." + }, + { + "name": "Undo", + "value": "undo", + "documentation": "The client tries to undo the operations already executed. But there is no\nguarantee that this is succeeding." + } + ] + }, + { + "name": "PrepareSupportDefaultBehavior", + "type": { + "kind": "base", + "name": "uinteger" + }, + "values": [ + { + "name": "Identifier", + "value": 1, + "documentation": "The client's default behavior is to select the identifier\naccording the to language's syntax rule." + } + ] + }, + { + "name": "TokenFormat", + "type": { + "kind": "base", + "name": "string" + }, + "values": [ + { + "name": "Relative", + "value": "relative" + } + ] + } + ], + "typeAliases": [ + { + "name": "Definition", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Location" + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "Location" + } + } + ] + }, + "documentation": "The definition of a symbol represented as one or many {@link Location locations}.\nFor most programming languages there is only one location at which a symbol is\ndefined.\n\nServers should prefer returning `DefinitionLink` over `Definition` if supported\nby the client." + }, + { + "name": "DefinitionLink", + "type": { + "kind": "reference", + "name": "LocationLink" + }, + "documentation": "Information about where a symbol is defined.\n\nProvides additional metadata over normal {@link Location location} definitions, including the range of\nthe defining symbol" + }, + { + "name": "LSPArray", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "LSPAny" + } + }, + "documentation": "LSP arrays.\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "LSPAny", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "LSPObject" + }, + { + "kind": "reference", + "name": "LSPArray" + }, + { + "kind": "base", + "name": "string" + }, + { + "kind": "base", + "name": "integer" + }, + { + "kind": "base", + "name": "uinteger" + }, + { + "kind": "base", + "name": "decimal" + }, + { + "kind": "base", + "name": "boolean" + }, + { + "kind": "base", + "name": "null" + } + ] + }, + "documentation": "The LSP any type.\nPlease note that strictly speaking a property with the value `undefined`\ncan't be converted into JSON preserving the property name. However for\nconvenience it is allowed and assumed that all these properties are\noptional as well.\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "Declaration", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Location" + }, + { + "kind": "array", + "element": { + "kind": "reference", + "name": "Location" + } + } + ] + }, + "documentation": "The declaration of a symbol representation as one or many {@link Location locations}." + }, + { + "name": "DeclarationLink", + "type": { + "kind": "reference", + "name": "LocationLink" + }, + "documentation": "Information about where a symbol is declared.\n\nProvides additional metadata over normal {@link Location location} declarations, including the range of\nthe declaring symbol.\n\nServers should prefer returning `DeclarationLink` over `Declaration` if supported\nby the client." + }, + { + "name": "InlineValue", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "InlineValueText" + }, + { + "kind": "reference", + "name": "InlineValueVariableLookup" + }, + { + "kind": "reference", + "name": "InlineValueEvaluatableExpression" + } + ] + }, + "documentation": "Inline value information can be provided by different means:\n- directly as a text value (class InlineValueText).\n- as a name to use for a variable lookup (class InlineValueVariableLookup)\n- as an evaluatable expression (class InlineValueEvaluatableExpression)\nThe InlineValue types combines all inline value types into one type.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "DocumentDiagnosticReport", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "RelatedFullDocumentDiagnosticReport" + }, + { + "kind": "reference", + "name": "RelatedUnchangedDocumentDiagnosticReport" + } + ] + }, + "documentation": "The result of a document diagnostic pull request. A report can\neither be a full report containing all diagnostics for the\nrequested document or an unchanged report indicating that nothing\nhas changed in terms of diagnostics in comparison to the last\npull request.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "PrepareRenameResult", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Range" + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + } + }, + { + "name": "placeholder", + "type": { + "kind": "base", + "name": "string" + } + } + ] + } + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "defaultBehavior", + "type": { + "kind": "base", + "name": "boolean" + } + } + ] + } + } + ] + } + }, + { + "name": "DocumentSelector", + "type": { + "kind": "array", + "element": { + "kind": "reference", + "name": "DocumentFilter" + } + }, + "documentation": "A document selector is the combination of one or many document filters.\n\n@sample `let sel:DocumentSelector = [{ language: 'typescript' }, { language: 'json', pattern: '**∕tsconfig.json' }]`;\n\nThe use of a string as a document filter is deprecated @since 3.16.0.", + "since": "3.16.0." + }, + { + "name": "ProgressToken", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "integer" + }, + { + "kind": "base", + "name": "string" + } + ] + } + }, + { + "name": "ChangeAnnotationIdentifier", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "An identifier to refer to a change annotation stored with a workspace edit." + }, + { + "name": "WorkspaceDocumentDiagnosticReport", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "WorkspaceFullDocumentDiagnosticReport" + }, + { + "kind": "reference", + "name": "WorkspaceUnchangedDocumentDiagnosticReport" + } + ] + }, + "documentation": "A workspace diagnostic document report.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "TextDocumentContentChangeEvent", + "type": { + "kind": "or", + "items": [ + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "range", + "type": { + "kind": "reference", + "name": "Range" + }, + "documentation": "The range of the document that changed." + }, + { + "name": "rangeLength", + "type": { + "kind": "base", + "name": "uinteger" + }, + "optional": true, + "documentation": "The optional length of the range that got replaced.\n\n@deprecated use range instead." + }, + { + "name": "text", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The new text for the provided range." + } + ] + } + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "text", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The new text of the whole document." + } + ] + } + } + ] + }, + "documentation": "An event describing a change to a text document. If only a text is provided\nit is considered to be the full content of the document." + }, + { + "name": "MarkedString", + "type": { + "kind": "or", + "items": [ + { + "kind": "base", + "name": "string" + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "language", + "type": { + "kind": "base", + "name": "string" + } + }, + { + "name": "value", + "type": { + "kind": "base", + "name": "string" + } + } + ] + } + } + ] + }, + "documentation": "MarkedString can be used to render human readable text. It is either a markdown string\nor a code-block that provides a language and a code snippet. The language identifier\nis semantically equal to the optional language identifier in fenced code blocks in GitHub\nissues. See https://help.github.com/articles/creating-and-highlighting-code-blocks/#syntax-highlighting\n\nThe pair of a language and a value is an equivalent to markdown:\n```${language}\n${value}\n```\n\nNote that markdown strings will be sanitized - that means html will be escaped.\n@deprecated use MarkupContent instead.", + "deprecated": "use MarkupContent instead." + }, + { + "name": "DocumentFilter", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "TextDocumentFilter" + }, + { + "kind": "reference", + "name": "NotebookCellTextDocumentFilter" + } + ] + }, + "documentation": "A document filter describes a top level text document or\na notebook cell document.\n\n@since 3.17.0 - proposed support for NotebookCellTextDocumentFilter.", + "since": "3.17.0 - proposed support for NotebookCellTextDocumentFilter." + }, + { + "name": "LSPObject", + "type": { + "kind": "map", + "key": { + "kind": "base", + "name": "string" + }, + "value": { + "kind": "reference", + "name": "LSPAny" + } + }, + "documentation": "LSP object definition.\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "GlobPattern", + "type": { + "kind": "or", + "items": [ + { + "kind": "reference", + "name": "Pattern" + }, + { + "kind": "reference", + "name": "RelativePattern" + } + ] + }, + "documentation": "The glob pattern. Either a string pattern or a relative pattern.\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "TextDocumentFilter", + "type": { + "kind": "or", + "items": [ + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "language", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A language id, like `typescript`." + }, + { + "name": "scheme", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A Uri {@link Uri.scheme scheme}, like `file` or `untitled`." + }, + { + "name": "pattern", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A glob pattern, like **​/*.{ts,js}. See TextDocumentFilter for examples." + } + ] + } + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "language", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A language id, like `typescript`." + }, + { + "name": "scheme", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A Uri {@link Uri.scheme scheme}, like `file` or `untitled`." + }, + { + "name": "pattern", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A glob pattern, like **​/*.{ts,js}. See TextDocumentFilter for examples." + } + ] + } + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "language", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A language id, like `typescript`." + }, + { + "name": "scheme", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A Uri {@link Uri.scheme scheme}, like `file` or `untitled`." + }, + { + "name": "pattern", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A glob pattern, like **​/*.{ts,js}. See TextDocumentFilter for examples." + } + ] + } + } + ] + }, + "documentation": "A document filter denotes a document by different properties like\nthe {@link TextDocument.languageId language}, the {@link Uri.scheme scheme} of\nits resource, or a glob-pattern that is applied to the {@link TextDocument.fileName path}.\n\nGlob patterns can have the following syntax:\n- `*` to match zero or more characters in a path segment\n- `?` to match on one character in a path segment\n- `**` to match any number of path segments, including none\n- `{}` to group sub patterns into an OR expression. (e.g. `**​/*.{ts,js}` matches all TypeScript and JavaScript files)\n- `[]` to declare a range of characters to match in a path segment (e.g., `example.[0-9]` to match on `example.0`, `example.1`, …)\n- `[!...]` to negate a range of characters to match in a path segment (e.g., `example.[!0-9]` to match on `example.a`, `example.b`, but not `example.0`)\n\n@sample A language filter that applies to typescript files on disk: `{ language: 'typescript', scheme: 'file' }`\n@sample A language filter that applies to all package.json paths: `{ language: 'json', pattern: '**package.json' }`\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "NotebookDocumentFilter", + "type": { + "kind": "or", + "items": [ + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "notebookType", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The type of the enclosing notebook." + }, + { + "name": "scheme", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A Uri {@link Uri.scheme scheme}, like `file` or `untitled`." + }, + { + "name": "pattern", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A glob pattern." + } + ] + } + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "notebookType", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The type of the enclosing notebook." + }, + { + "name": "scheme", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A Uri {@link Uri.scheme scheme}, like `file` or `untitled`." + }, + { + "name": "pattern", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A glob pattern." + } + ] + } + }, + { + "kind": "literal", + "value": { + "properties": [ + { + "name": "notebookType", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "The type of the enclosing notebook." + }, + { + "name": "scheme", + "type": { + "kind": "base", + "name": "string" + }, + "optional": true, + "documentation": "A Uri {@link Uri.scheme scheme}, like `file` or `untitled`." + }, + { + "name": "pattern", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "A glob pattern." + } + ] + } + } + ] + }, + "documentation": "A notebook document filter denotes a notebook document by\ndifferent properties. The properties will be match\nagainst the notebook's URI (same as with documents)\n\n@since 3.17.0", + "since": "3.17.0" + }, + { + "name": "Pattern", + "type": { + "kind": "base", + "name": "string" + }, + "documentation": "The glob pattern to watch relative to the base path. Glob patterns can have the following syntax:\n- `*` to match zero or more characters in a path segment\n- `?` to match on one character in a path segment\n- `**` to match any number of path segments, including none\n- `{}` to group conditions (e.g. `**​/*.{ts,js}` matches all TypeScript and JavaScript files)\n- `[]` to declare a range of characters to match in a path segment (e.g., `example.[0-9]` to match on `example.0`, `example.1`, …)\n- `[!...]` to negate a range of characters to match in a path segment (e.g., `example.[!0-9]` to match on `example.a`, `example.b`, but not `example.0`)\n\n@since 3.17.0", + "since": "3.17.0" + } + ] +} diff --git a/docs/notes.md b/docs/notes.md index b4a44a6..4900941 100644 --- a/docs/notes.md +++ b/docs/notes.md @@ -1,3 +1,16 @@ +# Pipelines +## Scripts +### Update local ebnf and fos catalog +`scripts/update-sources.xq` +### Update xq4.java +`scripts/rex.xq` +### Build `jar` +npm script `javac` + +## Others +https://github.com/GuntherRademacher/rex-parser-generator/blob/main/docs/sample-grammars/XQuery-40.ebnf + + := $p update  replace node //token[.=':='][preceding-siblings::*[1]/element()][following-siblings::*[1]/element()]with (' ',.,' ')........................... diff --git a/package.json b/package.json index 37124e7..7c51ff6 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "lsp-build": "rollup bundles/cm6/lsp.js -m true -f iife -o webapp/static/clients/codemirror/lsp.bundle.js -p node-resolve,tla --output.name lsp", "lsp-min": "cd webapp/static/clients/codemirror && npx minify lsp.bundle.js > lsp.bundle.min.js ", "min": "cd dist && npx minify cm6.bundle.js > cm6.bundle.min.js && npx minify lsp.bundle.js > lsp.bundle.min.js", - "javac": "cd bundles/grammar && javac -cp %BASEX12%\\BaseX.jar -d build xq4.java && cd build && jar cf ../../../webapp/custom/xq4.jar . " + "javac": "cd bundles/grammar && javac --release 17 -cp %BASEX12%\\BaseX.jar -d build xq4.java && cd build && jar cf ../../../webapp/custom/xq4.jar . " } } diff --git a/scripts/update-sources.xq b/scripts/update-sources.xq new file mode 100644 index 0000000..80b053c --- /dev/null +++ b/scripts/update-sources.xq @@ -0,0 +1,24 @@ +(: update xq4 sources :) +declare variable $BASE:=file:base-dir() || "../"; + +declare variable $CAT:=( + { "description":"XQ4 function catalog", + "src":"https://raw.githubusercontent.com/qt4cg/qtspecs/master/specifications/xpath-functions-40/src/function-catalog.xml", + "dest": "bundles/grammar/function-catalog.xml"}, + + { "description":"XQ4 grammar", + "src":"https://raw.githubusercontent.com/GuntherRademacher/rex-parser-generator/refs/heads/main/docs/sample-grammars/XQuery-40.ebnf", + "dest": "bundles/grammar/XQuery-40.ebnf"} +); + +declare function local:resolve($dest){ + file:resolve-path($dest,$BASE) +}; + +declare function local:update($item as map(*)){ + file:write-binary( + file:resolve-path($item?dest,$BASE), + fetch:binary($item?src) + ) +}; +$CAT!local:update(.) \ No newline at end of file diff --git a/webapp/custom/xq4.jar b/webapp/custom/xq4.jar index 75b5e43a6dd9decb1e8864987bcd9adadd714c98..f4e6f6c4bcffcc5dce8c8e1fe109ce49139052b3 100644 GIT binary patch delta 95368 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

+s^C^|H5JRu2l!)av(LYvjw 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≈q=rj{ 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 delta 95611 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

n; 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 diff --git a/webapp/static/clients/codemirror/grail.css b/webapp/static/clients/codemirror/grail.css index fbed571..e37fc07 100644 --- a/webapp/static/clients/codemirror/grail.css +++ b/webapp/static/clients/codemirror/grail.css @@ -1,16 +1,16 @@ - +@import url("../bootstrap-icons.min.css"); +:root { + color-scheme: light dark; +} * { box-sizing: border-box; } body { background: #e4e4e4; - padding: 5px; + padding: 0; height: 100vh; margin: 0; - - font: 500 100% system-ui, sans-serif; - text-transform: uppercase; } .page-wrap { background: white; @@ -22,11 +22,28 @@ body { grid-template-rows: min-content min-content 1fr min-content; gap: 1px; - > * { - padding: 0.5rem; - text-align: center; +* { + padding: 0px 0px; } +.nav-item{ + padding: 0px 9px; + margin: 0px 3px; +} + /* Set editor dimensions */ + #editor { + max-width: 100%; + overflow: hidden; + height:80cqh; +} + +/* Stretch editor to fit inside its containing div */ +.cm-editor { + height: 100%; + width: 100%; + overflow: auto; +} + @media (max-width: 600px) { grid-template-columns: 100%; grid-template-rows: auto; @@ -49,21 +66,18 @@ body { } .page-nav { grid-column: 2 / 3; - background: #bbdefb; + background: red; + } .page-main { grid-column: 2 / 3; - background: #dcedc8; } .page-footer { grid-column: 1 / -1; background: #ffecb3; } -details p { - text-transform: none; - text-align: left; -} + diff --git a/webapp/static/clients/codemirror/grail.html b/webapp/static/clients/codemirror/grail.html index 207585f..16a36d9 100644 --- a/webapp/static/clients/codemirror/grail.html +++ b/webapp/static/clients/codemirror/grail.html @@ -6,77 +6,163 @@ Codemirror6 example using BaseX LSP - - + -

-
-
- Article -

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Dignissimos laborum cumque incidunt, - enim ipsa dicta? Porro illo doloribus, consectetur eum exercitationem sit ipsam, est nesciunt - maxime, eius animi dolor? Harum.

-

Commodi culpa deserunt dolor sed, ipsam tempore ullam architecto fuga voluptas, quis veniam. - Vitae veniam, odit adipisci, quas similique debitis excepturi quisquam minima facere temporibus, - porro optio perferendis iusto fuga.

-

Illo numquam, sapiente neque repellendus facere amet doloribus asperiores quia eum? Sunt vero - amet neque vel? Tempora, nulla voluptatum amet autem culpa magnam debitis! Dolores esse quam - amet nobis ut.

-

Sunt excepturi in nostrum, fugiat veritatis ab sit sequi nemo aperiam deserunt temporibus, - dolorem ex adipisci autem. Quasi, iure fugiat! Nulla amet doloribus velit nam tempora, soluta - consequatur doloremque omnis?

-

Officia ea repellat ad, sapiente eligendi modi magni quos temporibus totam culpa corporis, - dignissimos quibusdam mollitia dolore eaque suscipit soluta beatae ipsam! Aperiam doloremque - vero soluta pariatur possimus. Cupiditate, fuga.

-

Beatae deserunt veritatis magni quis quae enim ad est dignissimos iste, quidem, dolores - temporibus asperiores natus inventore, nobis eius facere adipisci doloremque eligendi autem - magnam excepturi? Inventore, iusto soluta. Maiores.

-

Enim facilis aspernatur, maiores unde at inventore temporibus minima possimus eveniet? Cum alias, - asperiores quibusdam doloribus, vel ullam qui in dicta recusandae eaque atque dolor perspiciatis - tenetur, fugit vero reprehenderit.

-

Reiciendis, deleniti eius nostrum fugit commodi quasi esse molestias non voluptates, corrupti - excepturi voluptatibus, consequatur ipsa animi placeat quia corporis ut itaque quos pariatur - inventore. Quasi incidunt sapiente quisquam soluta?

-

Laboriosam eos atque possimus assumenda quia voluptatem saepe optio, eveniet laborum. Sit esse - doloremque laboriosam? Ullam inventore ut facilis accusamus, ipsum, autem labore incidunt - consequatur eos dolorem, sit aperiam odit.

-

Consequuntur pariatur illum doloremque, necessitatibus praesentium quis cumque officiis non - commodi reprehenderit quaerat velit saepe impedit vitae dolores, veritatis reiciendis ducimus - nobis totam, itaque porro temporibus excepturi error iste! Sunt.

-

Commodi culpa deserunt dolor sed, ipsam tempore ullam architecto fuga voluptas, quis veniam. - Vitae veniam, odit adipisci, quas similique debitis excepturi quisquam minima facere temporibus, - porro optio perferendis iusto fuga.

-

Illo numquam, sapiente neque repellendus facere amet doloribus asperiores quia eum? Sunt vero - amet neque vel? Tempora, nulla voluptatum amet autem culpa magnam debitis! Dolores esse quam - amet nobis ut.

-

Sunt excepturi in nostrum, fugiat veritatis ab sit sequi nemo aperiam deserunt temporibus, - dolorem ex adipisci autem. Quasi, iure fugiat! Nulla amet doloribus velit nam tempora, soluta - consequatur doloremque omnis?

-

Officia ea repellat ad, sapiente eligendi modi magni quos temporibus totam culpa corporis, - dignissimos quibusdam mollitia dolore eaque suscipit soluta beatae ipsam! Aperiam doloremque - vero soluta pariatur possimus. Cupiditate, fuga.

-
-
+ +
+
- Footer + Footer
+ + +
Connect to LSP + +
+ + +
+ + + + +
Editor configuration + +
+ + +
+ + + \ No newline at end of file diff --git a/webapp/static/clients/codemirror/script.js b/webapp/static/clients/codemirror/script.js index c5e1bd3..2452c83 100644 --- a/webapp/static/clients/codemirror/script.js +++ b/webapp/static/clients/codemirror/script.js @@ -37,7 +37,19 @@ $("search").onclick = e => lsp.openSearchPanel(view); $("fullscreen").onclick = e => $("editor").requestFullscreen(); -$("cmd").onclick = e => console.log("CMDS", lsp.listCommands(view)); +$("wordAt").onclick = e => { + let pos=view.state.selection.main.head; + let w= view.state.wordAt(pos); + alert("wordAt " + JSON.stringify(w) ); +}; + +$("cmd").onclick = e => { + let cmds = lsp.listCommands(view); + [...cmds.keys()].forEach(key => { + console.log(`${key} ${cmds.get(key).key}` ) + }); + +}; $("lint").onclick = async e => { console.log("word", view.state.wordAt(1));