Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart

Issue 1753013002: Mojom runtime type info: New implementation for Dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: No changes to sha1s Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart
index a108e95e9328e4d649259dd7b72b9f73e253d68b..7d9f520f2e197860785c3578f9a686b11c6eeb69 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart
@@ -5,6 +5,7 @@
library test_structs_mojom;
import 'dart:async';
import 'dart:collection';
+import 'dart:typed_data';
import 'package:mojo/bindings.dart' as bindings;
import 'package:mojo/core.dart' as core;
import 'package:mojo/mojo/bindings/types/mojom_types.mojom.dart' as mojom_types;
@@ -244,66 +245,6 @@ class StructOfStructs extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsStructOfStructs() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'StructOfStructs'
- ..fullIdentifier = 'mojo.test.StructOfStructs')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Nr')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_NamedRegion__'
- ..typeKey = 'test_structs_NamedRegion__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ANr')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_NamedRegion__'
- ..typeKey = 'test_structs_NamedRegion__'
- )))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ARp')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_RectPair__'
- ..typeKey = 'test_structs_RectPair__'
- )))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MNdfv')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64)
- ..valueType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_NoDefaultFieldValues__'
- ..typeKey = 'test_structs_NoDefaultFieldValues__'
- )))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MHs')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64)
- ..valueType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_HandleStruct__'
- ..typeKey = 'test_structs_HandleStruct__'
- )))),];
-}
-
class NamedRegion extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -408,32 +349,6 @@ class NamedRegion extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsNamedRegion() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'NamedRegion'
- ..fullIdentifier = 'mojo.test.NamedRegion')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Name')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Rects')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )))),];
-}
-
class RectPair extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -522,34 +437,6 @@ class RectPair extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsRectPair() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'RectPair'
- ..fullIdentifier = 'mojo.test.RectPair')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'First')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Second')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )),];
-}
-
class EmptyStruct extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -608,14 +495,6 @@ class EmptyStruct extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsEmptyStruct() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'EmptyStruct'
- ..fullIdentifier = 'mojo.test.EmptyStruct')
- ..fields = <mojom_types.StructField>[];
-}
-
class HandleStruct extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -700,30 +579,6 @@ class HandleStruct extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsHandleStruct() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HandleStruct'
- ..fullIdentifier = 'mojo.test.HandleStruct')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'H')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.messagePipe
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ArrayH')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.messagePipe)))),];
-}
-
class NullableHandleStruct extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -808,27 +663,6 @@ class NullableHandleStruct extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsNullableHandleStruct() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'NullableHandleStruct'
- ..fullIdentifier = 'mojo.test.NullableHandleStruct')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'H')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.messagePipe
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Data')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),];
-}
-
class NoDefaultFieldValues extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -1330,203 +1164,6 @@ class NoDefaultFieldValues extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsNoDefaultFieldValues() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'NoDefaultFieldValues'
- ..fullIdentifier = 'mojo.test.NoDefaultFieldValues')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F6')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F7')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F8')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F9')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F10')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F11')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F12')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F13')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.messagePipe)),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F14')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.dataPipeConsumer)),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F15')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.dataPipeProducer)),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F16')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.messagePipe
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F17')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.dataPipeConsumer
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F18')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.dataPipeProducer
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F19')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.unspecified)),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F20')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.unspecified
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F21')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.sharedBuffer)),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F22')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.sharedBuffer
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F23')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F24')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F25')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F26')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F27')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_EmptyStruct__'
- ..typeKey = 'test_structs_EmptyStruct__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F28')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'test_structs_EmptyStruct__'
- ..typeKey = 'test_structs_EmptyStruct__'
- )),];
-}
-
class DefaultFieldValues extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -1826,109 +1463,6 @@ class DefaultFieldValues extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsDefaultFieldValues() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'DefaultFieldValues'
- ..fullIdentifier = 'mojo.test.DefaultFieldValues')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F6')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F7')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F8')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F9')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F10')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F11')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F12')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F13')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F14')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F15')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F16')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )),];
-}
-
class ScopedConstantsEType extends bindings.MojoEnum {
static const ScopedConstantsEType e0 = const ScopedConstantsEType._(0);
@@ -2003,39 +1537,6 @@ class ScopedConstantsEType extends bindings.MojoEnum {
int toJson() => mojoEnumValue;
}
-mojom_types.MojomEnum _testStructsEType() {
- return new mojom_types.MojomEnum()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'EType'
- ..fullIdentifier = 'mojo.test.EType')
- ..values = <mojom_types.EnumValue>[
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'E0')
- ..enumTypeKey = 'test_structs_EType__'
- ..intValue = 0,
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'E1')
- ..enumTypeKey = 'test_structs_EType__'
- ..intValue = 1,
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'E2')
- ..enumTypeKey = 'test_structs_EType__'
- ..intValue = 10,
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'E3')
- ..enumTypeKey = 'test_structs_EType__'
- ..intValue = 10,
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'E4')
- ..enumTypeKey = 'test_structs_EType__'
- ..intValue = 11,];
-}
-
class ScopedConstants extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(40, 0)
@@ -2213,64 +1714,6 @@ class ScopedConstants extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsScopedConstants() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ScopedConstants'
- ..fullIdentifier = 'mojo.test.ScopedConstants')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_EType__'
- ..typeKey = 'test_structs_EType__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_EType__'
- ..typeKey = 'test_structs_EType__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_EType__'
- ..typeKey = 'test_structs_EType__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_EType__'
- ..typeKey = 'test_structs_EType__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_EType__'
- ..typeKey = 'test_structs_EType__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F6')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),];
-}
-
class MapKeyTypes extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -2801,122 +2244,6 @@ class MapKeyTypes extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsMapKeyTypes() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MapKeyTypes'
- ..fullIdentifier = 'mojo.test.MapKeyTypes')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint8)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint8))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint16)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint16))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F6')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint32)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint32))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F7')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F8')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F9')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F10')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double)
- ..valueType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F11')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))),];
-}
-
class MapValueTypes extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -4008,170 +3335,6 @@ class MapValueTypes extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsMapValueTypes() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MapValueTypes'
- ..fullIdentifier = 'mojo.test.MapValueTypes')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..fixedLength = 2
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..fixedLength = 2
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..fixedLength = 1
- ..elementType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..fixedLength = 2
- ..elementType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F6')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F7')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F8')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())))))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F9')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.unspecified)))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F10')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.unspecified)))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F11')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()))
- ..valueType = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.unspecified)))))),];
-}
-
class ArrayValueTypes extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -4314,56 +3477,6 @@ class ArrayValueTypes extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsArrayValueTypes() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ArrayValueTypes'
- ..fullIdentifier = 'mojo.test.ArrayValueTypes')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double))),];
-}
-
class FloatNumberValues extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -4572,64 +3685,6 @@ class FloatNumberValues extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsFloatNumberValues() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FloatNumberValues'
- ..fullIdentifier = 'mojo.test.FloatNumberValues')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F6')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.float),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F7')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F8')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F9')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.double),];
-}
-
class IntegerNumberValues extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -4988,114 +4043,6 @@ class IntegerNumberValues extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsIntegerNumberValues() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'IntegerNumberValues'
- ..fullIdentifier = 'mojo.test.IntegerNumberValues')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F6')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F7')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F8')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F9')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F10')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F11')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F12')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F13')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F14')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F15')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F16')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F17')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F18')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F19')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64),];
-}
-
class UnsignedNumberValues extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -5334,74 +4281,6 @@ class UnsignedNumberValues extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsUnsignedNumberValues() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'UnsignedNumberValues'
- ..fullIdentifier = 'mojo.test.UnsignedNumberValues')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint8),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint16),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F6')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F7')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F8')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F9')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F10')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F11')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64),];
-}
-
class BitArrayValues extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -5603,75 +4482,6 @@ class BitArrayValues extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsBitArrayValues() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'BitArrayValues'
- ..fullIdentifier = 'mojo.test.BitArrayValues')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F0')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..fixedLength = 1
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F1')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..fixedLength = 7
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F2')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..fixedLength = 9
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F3')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F4')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F5')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool))))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'F6')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..fixedLength = 2
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool))))),];
-}
-
class MultiVersionStruct extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -5827,62 +4637,6 @@ class MultiVersionStruct extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsMultiVersionStruct() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MultiVersionStruct'
- ..fullIdentifier = 'mojo.test.MultiVersionStruct')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FInt32')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FRect')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FString')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FArray')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FMessagePipe')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.messagePipe
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FBool')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FInt16')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int16),];
-}
-
class MultiVersionStructV0 extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -5955,19 +4709,6 @@ class MultiVersionStructV0 extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsMultiVersionStructV0() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MultiVersionStructV0'
- ..fullIdentifier = 'mojo.test.MultiVersionStructV0')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FInt32')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),];
-}
-
class MultiVersionStructV1 extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -6056,29 +4797,6 @@ class MultiVersionStructV1 extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsMultiVersionStructV1() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MultiVersionStructV1'
- ..fullIdentifier = 'mojo.test.MultiVersionStructV1')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FInt32')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FRect')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )),];
-}
-
class MultiVersionStructV3 extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -6182,36 +4900,6 @@ class MultiVersionStructV3 extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsMultiVersionStructV3() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MultiVersionStructV3'
- ..fullIdentifier = 'mojo.test.MultiVersionStructV3')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FInt32')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FRect')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FString')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )),];
-}
-
class MultiVersionStructV5 extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -6330,44 +5018,6 @@ class MultiVersionStructV5 extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsMultiVersionStructV5() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MultiVersionStructV5'
- ..fullIdentifier = 'mojo.test.MultiVersionStructV5')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FInt32')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FRect')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FString')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FArray')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8))),];
-}
-
class MultiVersionStructV7 extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -6509,57 +5159,6 @@ class MultiVersionStructV7 extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsMultiVersionStructV7() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MultiVersionStructV7'
- ..fullIdentifier = 'mojo.test.MultiVersionStructV7')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FInt32')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FRect')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'rect_Rect__'
- ..typeKey = 'rect_Rect__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FString')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType()
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FArray')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int8))),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FMessagePipe')
- ..type = (new mojom_types.Type()
- ..handleType = (new mojom_types.HandleType()
- ..kind = mojom_types.HandleTypeKind.messagePipe
- ..nullable = true
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FBool')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool),];
-}
-
class ContainsInterface extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -6631,22 +5230,6 @@ class ContainsInterface extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsContainsInterface() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ContainsInterface'
- ..fullIdentifier = 'mojo.test.ContainsInterface')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'SomeInterface')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_SomeInterface__'
- ..typeKey = 'test_structs_SomeInterface__'
- )),];
-}
-
class ContainsOther extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -6719,19 +5302,6 @@ class ContainsOther extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsContainsOther() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ContainsOther'
- ..fullIdentifier = 'mojo.test.ContainsOther')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Other')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int32),];
-}
-
class ContainsInterfaceRequest extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -6816,34 +5386,6 @@ class ContainsInterfaceRequest extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsContainsInterfaceRequest() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ContainsInterfaceRequest'
- ..fullIdentifier = 'mojo.test.ContainsInterfaceRequest')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Req')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..isInterfaceRequest = true
- ..identifier = 'test_structs_SomeInterface__'
- ..typeKey = 'test_structs_SomeInterface__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'NullableReq')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..isInterfaceRequest = true
- ..identifier = 'test_structs_SomeInterface__'
- ..typeKey = 'test_structs_SomeInterface__'
- )),];
-}
-
class DartKeywordStructKeywords extends bindings.MojoEnum {
static const DartKeywordStructKeywords await_ = const DartKeywordStructKeywords._(0);
@@ -6904,29 +5446,6 @@ class DartKeywordStructKeywords extends bindings.MojoEnum {
int toJson() => mojoEnumValue;
}
-mojom_types.MojomEnum _testStructsKeywords() {
- return new mojom_types.MojomEnum()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Keywords'
- ..fullIdentifier = 'mojo.test.Keywords')
- ..values = <mojom_types.EnumValue>[
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Await')
- ..enumTypeKey = 'test_structs_Keywords__'
- ..intValue = 0,
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Is')
- ..enumTypeKey = 'test_structs_Keywords__'
- ..intValue = 1,
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Rethrow')
- ..enumTypeKey = 'test_structs_Keywords__'
- ..intValue = 2,];
-}
-
class DartKeywordStruct extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(24, 0)
@@ -7038,38 +5557,6 @@ class DartKeywordStruct extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsDartKeywordStruct() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'DartKeywordStruct'
- ..fullIdentifier = 'mojo.test.DartKeywordStruct')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Await')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_Keywords__'
- ..typeKey = 'test_structs_Keywords__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Is')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_Keywords__'
- ..typeKey = 'test_structs_Keywords__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Rethrow')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_Keywords__'
- ..typeKey = 'test_structs_Keywords__'
- )),];
-}
-
class _SomeInterfaceSomeMethodParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -7143,22 +5630,6 @@ class _SomeInterfaceSomeMethodParams extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsSomeInterfaceSomeMethodParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'SomeInterfaceSomeMethodParams'
- ..fullIdentifier = 'mojo.test.SomeInterface_SomeMethod_Params')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Pair')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_RectPair__'
- ..typeKey = 'test_structs_RectPair__'
- )),];
-}
-
class SomeInterfaceSomeMethodResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -7232,22 +5703,6 @@ class SomeInterfaceSomeMethodResponseParams extends bindings.Struct {
}
}
-mojom_types.MojomStruct _testStructsSomeInterfaceSomeMethodResponseParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'SomeInterfaceSomeMethodResponseParams'
- ..fullIdentifier = 'mojo.test.SomeInterface_SomeMethod_ResponseParams')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'OtherPair')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_RectPair__'
- ..typeKey = 'test_structs_RectPair__'
- )),];
-}
-
enum UnionOfStructsTag {
@@ -7532,99 +5987,17 @@ class UnionOfStructs extends bindings.Union {
return result;
}
}
-
-mojom_types.MojomUnion _testStructsUnionOfStructs() {
- return new mojom_types.MojomUnion()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'UnionOfStructs'
- ..fullIdentifier = 'mojo.test.UnionOfStructs')
- ..fields = <mojom_types.UnionField>[
- new mojom_types.UnionField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Nr')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_NamedRegion__'
- ..typeKey = 'test_structs_NamedRegion__'
- ))
- ..tag = 0,
- new mojom_types.UnionField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ANr')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_NamedRegion__'
- ..typeKey = 'test_structs_NamedRegion__'
- ))))
- ..tag = 1,
- new mojom_types.UnionField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ARp')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_RectPair__'
- ..typeKey = 'test_structs_RectPair__'
- ))))
- ..tag = 2,
- new mojom_types.UnionField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MNdfv')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64)
- ..valueType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_NoDefaultFieldValues__'
- ..typeKey = 'test_structs_NoDefaultFieldValues__'
- ))))
- ..tag = 3,
- new mojom_types.UnionField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'MHs')
- ..type = (new mojom_types.Type()
- ..mapType = (new mojom_types.MapType()
- ..keyType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.int64)
- ..valueType = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'test_structs_HandleStruct__'
- ..typeKey = 'test_structs_HandleStruct__'
- ))))
- ..tag = 4,];
-}
-
const int _SomeInterface_someMethodName = 0;
-mojom_types.MojomInterface _testStructsSomeInterface() {
- return new mojom_types.MojomInterface()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'SomeInterface'
- ..fullIdentifier = 'mojo.test.SomeInterface')
- ..serviceName_ = 'SomeInterface'
- ..methods = <int, mojom_types.MojomMethod>{
- _SomeInterface_someMethodName: new mojom_types.MojomMethod()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'SomeMethod')
- ..ordinal = _SomeInterface_someMethodName
- ..responseParams = _testStructsSomeInterfaceSomeMethodResponseParams()
- ..parameters = _testStructsSomeInterfaceSomeMethodParams(),
- };
-}
-
class _SomeInterfaceServiceDescription implements service_describer.ServiceDescription {
dynamic getTopLevelInterface([Function responseFactory]) =>
- responseFactory(_testStructsSomeInterface());
+ responseFactory(null);
dynamic getTypeDefinition(String typeKey, [Function responseFactory]) =>
- responseFactory(getAllMojomTypeDefinitions()[typeKey]);
+ responseFactory(null);
dynamic getAllTypeDefinitions([Function responseFactory]) =>
- responseFactory(getAllMojomTypeDefinitions());
+ responseFactory(null);
}
abstract class SomeInterface {
@@ -7847,117 +6220,105 @@ class SomeInterfaceStub extends bindings.Stub {
}
-Map<String, mojom_types.UserDefinedType> _initDescriptions() {
- var map = new HashMap<String, mojom_types.UserDefinedType>();
- map["test_structs_StructOfStructs__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsStructOfStructs();
- map["test_structs_NamedRegion__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsNamedRegion();
- map["test_structs_RectPair__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsRectPair();
- map["test_structs_EmptyStruct__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsEmptyStruct();
- map["test_structs_HandleStruct__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsHandleStruct();
- map["test_structs_NullableHandleStruct__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsNullableHandleStruct();
- map["test_structs_NoDefaultFieldValues__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsNoDefaultFieldValues();
- map["test_structs_DefaultFieldValues__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsDefaultFieldValues();
- map["test_structs_ScopedConstants__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsScopedConstants();
- map["test_structs_EType__"] =
- new mojom_types.UserDefinedType()
- ..enumType = _testStructsEType();
- map["test_structs_MapKeyTypes__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsMapKeyTypes();
- map["test_structs_MapValueTypes__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsMapValueTypes();
- map["test_structs_ArrayValueTypes__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsArrayValueTypes();
- map["test_structs_FloatNumberValues__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsFloatNumberValues();
- map["test_structs_IntegerNumberValues__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsIntegerNumberValues();
- map["test_structs_UnsignedNumberValues__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsUnsignedNumberValues();
- map["test_structs_BitArrayValues__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsBitArrayValues();
- map["test_structs_MultiVersionStruct__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsMultiVersionStruct();
- map["test_structs_MultiVersionStructV0__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsMultiVersionStructV0();
- map["test_structs_MultiVersionStructV1__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsMultiVersionStructV1();
- map["test_structs_MultiVersionStructV3__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsMultiVersionStructV3();
- map["test_structs_MultiVersionStructV5__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsMultiVersionStructV5();
- map["test_structs_MultiVersionStructV7__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsMultiVersionStructV7();
- map["test_structs_ContainsInterface__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsContainsInterface();
- map["test_structs_ContainsOther__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsContainsOther();
- map["test_structs_ContainsInterfaceRequest__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsContainsInterfaceRequest();
- map["test_structs_DartKeywordStruct__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsDartKeywordStruct();
- map["test_structs_Keywords__"] =
- new mojom_types.UserDefinedType()
- ..enumType = _testStructsKeywords();
- map["test_structs_SomeInterface_SomeMethod_Params__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsSomeInterfaceSomeMethodParams();
- map["test_structs_SomeInterface_SomeMethod_ResponseParams__"] =
- new mojom_types.UserDefinedType()
- ..structType = _testStructsSomeInterfaceSomeMethodResponseParams();
- map["test_structs_UnionOfStructs__"] =
- new mojom_types.UserDefinedType()
- ..unionType = _testStructsUnionOfStructs();
- map["test_structs_SomeInterface__"] =
- new mojom_types.UserDefinedType()
- ..interfaceType = _testStructsSomeInterface();
- rect_mojom.getAllMojomTypeDefinitions()
- .forEach((String s, mojom_types.UserDefinedType udt) {
- map[s] = udt;
- });
-
- return map;
-}
+mojom_types.RuntimeTypeInfo getRuntimeTypeInfo() => _runtimeTypeInfo ??
+ _initRuntimeTypeInfo();
-var _mojomDesc;
Map<String, mojom_types.UserDefinedType> getAllMojomTypeDefinitions() {
- if (_mojomDesc == null) {
- _mojomDesc = _initDescriptions();
- }
- return _mojomDesc;
+ return getRuntimeTypeInfo().typeMap;
}
+var _runtimeTypeInfo;
+mojom_types.RuntimeTypeInfo _initRuntimeTypeInfo() {
+ // serializedRuntimeTypeInfo contains the bytes of the Mojo serialization of
+ // a mojom_types.RuntimeTypeInfo struct describing the Mojom types in this
+ // file.
+ var serializedRuntimeTypeInfo = new Uint8List.fromList(const [24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,112,6,0,0,0,0,0,0,248,0,0,0,30,0,0,0,240,0,0,0,0,0,0,0,16,1,0,0,0,0,0,0,56,1,0,0,0,0,0,0,96,1,0,0,0,0,0,0,136,1,0,0,0,0,0,0,176,1,0,0,0,0,0,0,216,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,40,2,0,0,0,0,0,0,72,2,0,0,0,0,0,0,112,2,0,0,0,0,0,0,152,2,0,0,0,0,0,0,184,2,0,0,0,0,0,0,224,2,0,0,0,0,0,0,8,3,0,0,0,0,0,0,48,3,0,0,0,0,0,0,80,3,0,0,0,0,0,0,112,3,0,0,0,0,0,0,144,3,0,0,0,0,0,0,184,3,0,0,0,0,0,0,224,3,0,0,0,0,0,0,8,4,0,0,0,0,0,0,56,4,0,0,0,0,0,0,88,4,0,0,0,0,0,0,128,4,0,0,0,0,0,0,168,4,0,0,0,0,0,0,216,4,0,0,0,0,0,0,0,5,0,0,0,0,0,0,40,5,0,0,0,0,0,0,80,5,0,0,0,0,0,0,40,0,0,0,32,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,111,109,101,73,110,116,101,114,102,97,99,101,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,78,111,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,42,0,0,0,34,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,0,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,0,0,0,38,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,0,44,0,0,0,36,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,67,111,110,116,97,105,110,115,73,110,116,101,114,102,97,99,101,0,0,0,0,41,0,0,0,33,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,105,111,110,79,102,83,116,114,117,99,116,115,0,0,0,0,0,0,0,38,0,0,0,30,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,78,97,109,101,100,82,101,103,105,111,110,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,78,117,108,108,97,98,108,101,72,97,110,100,108,101,83,116,114,117,99,116,0,45,0,0,0,37,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,0,0,35,0,0,0,27,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,80,97,105,114,0,0,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,49,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,48,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,
+58,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,55,0,38,0,0,0,30,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,69,109,112,116,121,83,116,114,117,99,116,0,0,38,0,0,0,30,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,77,97,112,75,101,121,84,121,112,101,115,0,0,40,0,0,0,32,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,77,97,112,86,97,108,117,101,84,121,112,101,115,42,0,0,0,34,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,65,114,114,97,121,86,97,108,117,101,84,121,112,101,115,0,0,0,0,0,0,44,0,0,0,36,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,0,0,0,0,44,0,0,0,36,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,0,0,0,0,53,0,0,0,45,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,0,0,0,39,0,0,0,31,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,72,97,110,100,108,101,83,116,114,117,99,116,0,45,0,0,0,37,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,53,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,67,111,110,116,97,105,110,115,73,110,116,101,114,102,97,99,101,82,101,113,117,101,115,116,0,0,0,0,0,42,0,0,0,34,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,79,102,83,116,114,117,99,116,115,0,0,0,0,0,0,41,0,0,0,33,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,66,105,116,65,114,114,97,121,86,97,108,117,101,115,0,0,0,0,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,51,0,40,0,0,0,32,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,67,111,110,116,97,105,110,115,79,116,104,101,114,232,1,0,0,30,0,0,0,16,0,0,0,3,0,0,0,216,1,0,0,0,0,0,0,16,0,0,0,1,0,0,0,0,9,0,0,0,0,0,0,16,0,0,0,1,0,0,0,48,43,0,0,0,0,0,0,16,0,0,0,0,0,0,0,232,57,0,0,0,0,0,0,16,0,0,0,1,0,0,0,168,66,0,0,0,0,0,0,16,0,0,0,1,0,0,0,40,104,0,0,0,0,0,0,16,0,0,0,1,0,0,0,40,127,0,0,0,0,0,0,16,0,0,0,2,0,0,0,192,129,0,0,0,0,0,0,16,0,0,0,1,0,0,0,120,138,0,0,0,0,0,0,16,0,0,0,1,0,0,0,40,142,0,0,0,0,0,0,16,0,0,0,1,0,0,0,152,145,0,0,0,0,0,0,16,0,0,0,1,0,0,0,152,168,0,0,0,0,0,0,16,0,0,0,1,0,0,0,96,172,0,0,0,0,0,0,16,0,0,0,1,0,0,0,128,176,0,0,0,0,0,0,16,0,0,0,1,0,0,0,248,178,0,0,0,0,0,0,16,0,0,0,1,0,0,0,192,188,0,0,0,0,0,0,16,0,0,0,1,0,0,0,
+208,189,0,0,0,0,0,0,16,0,0,0,1,0,0,0,0,206,0,0,0,0,0,0,16,0,0,0,1,0,0,0,208,225,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,234,0,0,0,0,0,0,16,0,0,0,1,0,0,0,88,250,0,0,0,0,0,0,16,0,0,0,0,0,0,0,64,0,1,0,0,0,0,0,16,0,0,0,1,0,0,0,224,5,1,0,0,0,0,0,16,0,0,0,1,0,0,0,80,9,1,0,0,0,0,0,16,0,0,0,1,0,0,0,112,20,1,0,0,0,0,0,16,0,0,0,1,0,0,0,112,27,1,0,0,0,0,0,16,0,0,0,1,0,0,0,128,31,1,0,0,0,0,0,16,0,0,0,1,0,0,0,112,40,1,0,0,0,0,0,16,0,0,0,1,0,0,0,48,50,1,0,0,0,0,0,16,0,0,0,1,0,0,0,184,55,1,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,13,0,0,0,83,111,109,101,73,110,116,101,114,102,97,99,101,0,0,0,31,0,0,0,23,0,0,0,109,111,106,111,46,116,101,115,116,46,83,111,109,101,73,110,116,101,114,102,97,99,101,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,130,1,0,0,10,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,88,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,83,111,109,101,77,101,116,104,111,100,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,131,1,0,0,2,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,18,0,0,0,83,111,109,101,77,101,116,104,111,100,45,114,101,113,117,101,115,116,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,
+47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,112,97,105,114,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,131,1,0,0,22,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,82,101,99,116,80,97,105,114,35,0,0,0,27,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,80,97,105,114,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,19,0,0,0,83,111,109,101,77,101,116,104,111,100,45,114,101,115,112,111,110,115,101,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,111,116,104,101,114,95,112,97,105,114,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,131,1,0,0,41,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,
+24,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,82,101,99,116,80,97,105,114,35,0,0,0,27,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,80,97,105,114,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,78,111,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,0,0,0,38,0,0,0,30,0,0,0,109,111,106,111,46,116,101,115,116,46,78,111,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,56,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,240,0,0,0,29,0,0,0,232,0,0,0,0,0,0,0,232,1,0,0,0,0,0,0,232,2,0,0,0,0,0,0,232,3,0,0,0,0,0,0,232,4,0,0,0,0,0,0,232,5,0,0,0,0,0,0,232,6,0,0,0,0,0,0,232,7,0,0,0,0,0,0,232,8,0,0,0,0,0,0,232,9,0,0,0,0,0,0,232,10,0,0,0,0,0,0,232,11,0,0,0,0,0,0,248,12,0,0,0,0,0,0,8,14,0,0,0,0,0,0,24,15,0,0,0,0,0,0,40,16,0,0,0,0,0,0,56,17,0,0,0,0,0,0,72,18,0,0,0,0,0,0,88,19,0,0,0,0,0,0,104,20,0,0,0,0,0,0,120,21,0,0,0,0,0,0,136,22,0,0,0,0,0,0,152,23,0,0,0,0,0,0,168,24,0,0,0,0,0,0,216,25,0,0,0,0,0,0,8,27,0,0,0,0,0,0,56,28,0,0,0,0,0,0,104,29,0,0,0,0,0,0,200,30,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,57,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,
+102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,58,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,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,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,59,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,60,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,61,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,
+48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,62,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,54,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,63,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,55,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,64,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,56,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,65,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,
+2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,57,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,66,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,48,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,67,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,49,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,68,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,50,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,69,0,0,0,10,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,
+101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,51,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,70,0,0,0,23,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,52,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,71,0,0,0,29,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,53,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,72,0,0,0,29,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,54,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,73,0,0,0,24,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,55,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,74,0,0,0,30,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,56,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,75,0,0,0,30,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,3,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,57,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,76,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,
+109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,50,48,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,77,0,0,0,10,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,50,49,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,78,0,0,0,24,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,50,50,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,79,0,0,0,25,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,4,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,
+102,50,51,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,80,0,0,0,16,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,50,52,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,81,0,0,0,17,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,50,53,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,82,0,0,0,17,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,50,54,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,83,0,0,0,18,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,
+47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,50,55,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,84,0,0,0,14,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,69,109,112,116,121,83,116,114,117,99,116,0,0,0,0,0,38,0,0,0,30,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,69,109,112,116,121,83,116,114,117,99,116,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,50,56,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,85,0,0,0,15,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,69,109,112,116,121,83,116,114,117,99,116,0,0,0,0,0,38,0,0,0,30,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,69,109,112,116,121,83,116,114,117,99,116,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,15,0,0,0,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,0,33,0,0,0,25,0,0,0,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,0,0,0,0,0,0,0,
+24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,118,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,46,0,0,0,38,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,84,69,78,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,65,76,83,79,95,84,69,78,0,0,0,0,0,64,0,0,0,7,0,0,0,56,0,0,0,0,0,0,0,24,2,0,0,0,0,0,0,248,3,0,0,0,0,0,0,216,5,0,0,0,0,0,0,184,7,0,0,0,0,0,0,152,9,0,0,0,0,0,0,16,11,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,128,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,69,84,121,112,101,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,48,0,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,48,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,129,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,69,84,121,112,101,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,49,0,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,49,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,130,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,69,84,121,112,101,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,50,0,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,50,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,
+102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,131,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,69,84,121,112,101,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,51,0,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,51,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,132,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,69,84,121,112,101,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,52,0,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,52,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,
+133,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,84,69,78,0,0,0,0,0,46,0,0,0,38,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,84,69,78,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,54,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,134,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,65,76,83,79,95,84,69,78,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,65,76,83,79,95,84,69,78,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,48,1,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,69,84,121,112,101,0,0,0,39,0,0,0,31,0,0,0,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,121,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,42,0,0,0,34,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,0,0,0,0,0,0,48,0,0,0,5,0,0,0,40,0,0,0,0,0,0,0,128,1,0,0,0,0,0,0,216,2,0,0,0,0,0,0,64,4,0,0,0,0,0,0,8,6,0,0,0,0,0,0,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,
+32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,48,0,0,0,0,0,0,42,0,0,0,34,0,0,0,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,122,0,0,0,4,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,49,0,0,0,0,0,0,42,0,0,0,34,0,0,0,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,123,0,0,0,4,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,16,0,0,0,0,0,0,0,64,1,0,0,0,0,0,0,10,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,50,0,0,0,0,0,0,42,0,0,0,34,0,0,0,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,124,0,0,0,4,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,40,0,0,0,
+84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,16,0,0,0,3,0,0,0,10,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,16,0,0,0,1,0,0,0,64,1,0,0,0,0,0,0,10,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,51,0,0,0,0,0,0,42,0,0,0,34,0,0,0,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,125,0,0,0,4,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,50,0,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,50,0,0,0,0,0,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,69,52,0,0,0,0,0,0,42,0,0,0,34,0,0,0,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,46,69,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,126,0,0,0,4,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,99,111,112,101,100,67,111,110,115,116,97,110,116,115,46,69,84,121,112,101,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,56,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,19,0,0,0,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,
+117,101,115,0,0,0,0,0,37,0,0,0,29,0,0,0,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,215,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,168,0,0,0,20,0,0,0,160,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,48,1,0,0,0,0,0,0,96,1,0,0,0,0,0,0,144,1,0,0,0,0,0,0,192,1,0,0,0,0,0,0,240,1,0,0,0,0,0,0,32,2,0,0,0,0,0,0,80,2,0,0,0,0,0,0,128,2,0,0,0,0,0,0,176,2,0,0,0,0,0,0,224,2,0,0,0,0,0,0,16,3,0,0,0,0,0,0,64,3,0,0,0,0,0,0,112,3,0,0,0,0,0,0,160,3,0,0,0,0,0,0,208,3,0,0,0,0,0,0,0,4,0,0,0,0,0,0,48,4,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,48,0,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,0,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,50,0,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,51,0,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,52,0,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,53,0,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,54,0,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,55,0,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,56,0,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,57,0,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,48,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,
+115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,49,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,50,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,51,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,52,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,53,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,54,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,55,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,56,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,57,0,0,0,0,0,0,168,0,0,0,20,0,0,0,160,0,0,0,0,0,0,0,32,2,0,0,0,0,0,0,160,3,0,0,0,0,0,0,32,5,0,0,0,0,0,0,160,6,0,0,0,0,0,0,32,8,0,0,0,0,0,0,160,9,0,0,0,0,0,0,32,11,0,0,0,0,0,0,160,12,0,0,0,0,0,0,32,14,0,0,0,0,0,0,160,15,0,0,0,0,0,0,32,17,0,0,0,0,0,0,160,18,0,0,0,0,0,0,32,20,0,0,0,0,0,0,160,21,0,0,0,0,0,0,32,23,0,0,0,0,0,0,160,24,0,0,0,0,0,0,32,26,0,0,0,0,0,0,160,27,0,0,0,0,0,0,32,29,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,241,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,48,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,
+58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,242,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,49,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,243,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,50,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,50,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,244,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,
+47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,51,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,51,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,245,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,52,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,52,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,247,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,53,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,53,0,0,0,0,0,0,0,
+56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,54,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,248,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,54,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,54,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,55,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,249,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,55,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,55,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,56,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,250,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,
+101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,56,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,56,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,57,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,251,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,57,0,0,0,0,0,0,49,0,0,0,41,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,57,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,48,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,253,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,48,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,48,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,
+224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,49,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,254,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,49,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,49,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,50,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,255,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,50,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,50,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,51,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,
+109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,51,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,51,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,52,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,52,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,52,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,53,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,53,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,53,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,
+48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,54,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,54,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,54,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,55,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,55,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,55,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,56,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,
+40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,56,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,56,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,57,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,7,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,57,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,73,110,116,101,103,101,114,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,57,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,56,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,0,0,0,0,38,0,0,0,30,0,0,0,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,13,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,104,0,0,0,12,0,0,0,96,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,80,1,0,0,0,0,0,0,128,1,0,0,0,0,0,0,176,1,0,0,0,0,0,0,224,1,0,0,0,0,0,0,16,2,0,0,0,0,0,0,64,2,0,0,0,0,0,0,112,2,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,48,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,
+110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,50,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,51,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,52,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,53,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,54,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,55,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,56,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,57,0,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,48,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,49,0,0,0,0,0,104,0,0,0,12,0,0,0,96,0,0,0,0,0,0,0,224,1,0,0,0,0,0,0,96,3,0,0,0,0,0,0,224,4,0,0,0,0,0,0,96,6,0,0,0,0,0,0,224,7,0,0,0,0,0,0,96,9,0,0,0,0,0,0,224,10,0,0,0,0,0,0,96,12,0,0,0,0,0,0,224,13,0,0,0,0,0,0,96,15,0,0,0,0,0,0,224,16,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,31,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,48,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,48,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,49,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,33,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,50,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,50,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,
+102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,35,1,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,51,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,51,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,36,1,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,52,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,52,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,37,1,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,53,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,
+58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,53,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,54,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,39,1,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,54,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,54,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,55,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,40,1,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,55,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,55,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,56,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,41,1,0,0,9,0,0,0,89,0,0,0,81,0,0,0,
+47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,56,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,56,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,57,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,43,1,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,57,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,57,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,48,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,44,1,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,48,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,48,0,0,0,0,0,
+56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,49,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,45,1,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,86,49,49,0,0,0,0,0,51,0,0,0,43,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,85,110,115,105,103,110,101,100,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,49,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,17,0,0,0,67,111,110,116,97,105,110,115,73,110,116,101,114,102,97,99,101,0,0,0,0,0,0,0,35,0,0,0,27,0,0,0,109,111,106,111,46,116,101,115,116,46,67,111,110,116,97,105,110,115,73,110,116,101,114,102,97,99,101,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,134,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,14,0,0,0,115,111,109,101,95,105,110,116,101,114,102,97,99,101,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,135,1,0,0,16,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,
+32,0,0,0,0,0,0,0,21,0,0,0,13,0,0,0,83,111,109,101,73,110,116,101,114,102,97,99,101,0,0,0,40,0,0,0,32,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,111,109,101,73,110,116,101,114,102,97,99,101,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,14,0,0,0,85,110,105,111,110,79,102,83,116,114,117,99,116,115,0,0,32,0,0,0,24,0,0,0,109,111,106,111,46,116,101,115,116,46,85,110,105,111,110,79,102,83,116,114,117,99,116,115,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,10,0,0,0,6,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,5,0,0,0,40,0,0,0,0,0,0,0,128,1,0,0,0,0,0,0,248,2,0,0,0,0,0,0,104,4,0,0,0,0,0,0,0,6,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,110,114,0,0,0,0,0,0,8,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,11,0,0,0,14,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,78,97,109,101,100,82,101,103,105,111,110,0,0,0,0,0,38,0,0,0,30,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,78,97,109,101,100,82,101,103,105,111,110,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,97,95,110,114,0,0,0,0,8,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,12,0,0,0,21,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,
+32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,78,97,109,101,100,82,101,103,105,111,110,0,0,0,0,0,38,0,0,0,30,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,78,97,109,101,100,82,101,103,105,111,110,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,97,95,114,112,0,0,0,0,8,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,13,0,0,0,18,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,82,101,99,116,80,97,105,114,35,0,0,0,27,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,80,97,105,114,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,6,0,0,0,109,95,110,100,102,118,0,0,8,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,14,0,0,0,35,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,78,111,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,78,111,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,
+255,255,255,255,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,109,95,104,115,0,0,0,0,8,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,15,0,0,0,27,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,20,0,0,0,12,0,0,0,72,97,110,100,108,101,83,116,114,117,99,116,0,0,0,0,39,0,0,0,31,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,72,97,110,100,108,101,83,116,114,117,99,116,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,78,97,109,101,100,82,101,103,105,111,110,0,0,0,0,0,29,0,0,0,21,0,0,0,109,111,106,111,46,116,101,115,116,46,78,97,109,101,100,82,101,103,105,111,110,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,27,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,110,97,109,101,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,28,0,0,0,10,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,114,101,99,116,115,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,29,0,0,0,15,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,78,117,108,108,97,98,108,101,72,97,110,100,108,101,83,116,114,117,99,116,0,0,0,0,38,0,0,0,30,0,0,0,109,111,106,111,46,116,101,115,116,46,78,117,108,108,97,98,108,101,72,97,110,100,108,101,83,116,114,117,99,116,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,46,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,1,0,0,0,104,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,47,0,0,0,24,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,100,97,116,97,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,48,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,210,4,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,120,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,18,0,0,0,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,0,0,0,0,0,36,0,0,0,28,0,0,0,109,111,106,111,46,116,101,115,116,46,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,92,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,46,107,70,111,111,0,0,0,0,0,0,144,0,0,0,17,0,0,0,136,0,0,0,0,0,0,0,168,1,0,0,0,0,0,0,200,2,0,0,0,0,0,0,232,3,0,0,0,0,0,0,8,5,0,0,0,0,0,0,40,6,0,0,0,0,0,0,72,7,0,0,0,0,0,0,104,8,0,0,0,0,0,0,136,9,0,0,0,0,0,0,168,10,0,0,0,0,0,0,200,11,0,0,0,0,0,0,232,12,0,0,0,0,0,0,8,14,0,0,0,0,0,0,40,15,0,0,0,0,0,0,184,16,0,0,0,0,0,0,72,18,0,0,0,0,0,0,160,19,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,94,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,
+1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,95,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,96,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,97,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,
+40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,98,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,99,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,54,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,100,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,55,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,101,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,
+101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,56,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,102,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,57,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,103,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,48,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,104,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,0,0,0,0,0,0,89,64,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
+16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,49,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,105,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,100,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,50,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,106,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,0,0,0,0,0,0,89,64,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,240,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,51,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,107,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,107,70,111,111,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,46,107,70,111,111,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,240,0,0,0,0,0,0,0,
+16,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,52,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,108,0,0,0,10,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,107,70,111,111,0,0,0,0,50,0,0,0,42,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,46,107,70,111,111,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,53,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,109,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,54,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,110,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,
+1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,82,101,99,116,80,97,105,114,26,0,0,0,18,0,0,0,109,111,106,111,46,116,101,115,116,46,82,101,99,116,80,97,105,114,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,96,1,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,102,105,114,115,116,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,33,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,6,0,0,0,115,101,99,111,110,100,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,34,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
+16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,49,0,0,0,0,38,0,0,0,30,0,0,0,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,49,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,85,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,88,1,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,105,110,116,51,50,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,87,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,14,0,0,0,6,0,0,0,102,95,114,101,99,116,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,89,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,
+98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,48,0,0,0,0,38,0,0,0,30,0,0,0,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,48,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,80,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,105,110,116,51,50,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,82,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,55,0,0,0,0,38,0,0,0,30,0,0,0,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,55,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,112,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,
+100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,6,0,0,0,48,0,0,0,0,0,0,0,120,1,0,0,0,0,0,0,16,3,0,0,0,0,0,0,104,4,0,0,0,0,0,0,208,5,0,0,0,0,0,0,48,7,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,105,110,116,51,50,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,114,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,14,0,0,0,6,0,0,0,102,95,114,101,99,116,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,116,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,3,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,16,0,0,0,8,0,0,0,102,95,115,116,114,105,110,103,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,118,1,0,0,10,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,5,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,97,114,114,97,121,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,120,1,0,0,15,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,7,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,22,0,0,0,14,0,0,0,102,95,109,101,115,115,97,103,101,95,112,105,112,101,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,122,1,0,0,24,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,7,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,14,0,0,0,6,0,0,0,102,95,98,111,111,108,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,124,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,69,109,112,116,121,83,116,114,117,99,116,0,0,0,0,0,29,0,0,0,21,0,0,0,109,111,106,111,46,116,101,115,116,46,69,109,112,116,121,83,116,114,117,99,116,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,37,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,77,97,112,75,101,121,84,121,112,101,115,0,0,0,0,0,29,0,0,0,21,0,0,0,109,111,106,111,46,116,101,115,116,46,77,97,112,75,101,121,84,121,112,101,115,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,140,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,104,0,0,0,12,0,0,0,96,0,0,0,0,0,0,0,144,1,0,0,0,0,0,0,192,2,0,0,0,0,0,0,240,3,0,0,0,0,0,0,32,5,0,0,0,0,0,0,80,6,0,0,0,0,0,0,128,7,0,0,0,0,0,0,176,8,0,0,0,0,0,0,224,9,0,0,0,0,0,0,16,11,0,0,0,0,0,0,64,12,0,0,0,0,0,0,112,13,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,
+240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,141,0,0,0,18,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,142,0,0,0,18,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,143,0,0,0,20,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,144,0,0,0,20,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,145,0,0,0,22,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,146,0,0,0,20,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,54,0,0,0,0,0,0,24,0,0,0,0,0,0,0,
+16,0,0,0,0,0,0,0,147,0,0,0,22,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,55,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,148,0,0,0,20,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,56,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,149,0,0,0,22,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,57,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,150,0,0,0,20,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,
+101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,48,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,151,0,0,0,22,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,49,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,152,0,0,0,22,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,13,0,0,0,77,97,112,86,97,108,117,101,84,121,112,101,115,0,0,0,31,0,0,0,23,0,0,0,109,111,106,111,46,116,101,115,116,46,77,97,112,86,97,108,117,101,84,121,112,101,115,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,158,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,
+47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,104,0,0,0,12,0,0,0,96,0,0,0,0,0,0,0,208,1,0,0,0,0,0,0,64,3,0,0,0,0,0,0,176,4,0,0,0,0,0,0,32,6,0,0,0,0,0,0,176,7,0,0,0,0,0,0,64,9,0,0,0,0,0,0,208,10,0,0,0,0,0,0,96,12,0,0,0,0,0,0,16,14,0,0,0,0,0,0,96,15,0,0,0,0,0,0,208,16,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,159,0,0,0,29,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,160,0,0,0,30,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,161,0,0,0,30,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,162,0,0,0,32,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,163,0,0,0,40,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,2,0,0,0,8,0,0,0,0,0,0,0,
+32,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,164,0,0,0,42,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,16,0,0,0,2,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,54,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,165,0,0,0,21,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,
+102,55,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,166,0,0,0,35,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,56,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,167,0,0,0,42,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,3,0,0,0,8,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,57,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,168,0,0,0,22,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,
+24,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,48,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,169,0,0,0,29,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,4,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,102,49,49,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,170,0,0,0,35,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,15,0,0,0,65,114,114,97,121,86,97,108,117,101,84,121,112,101,115,0,33,0,0,0,25,0,0,0,109,111,106,111,46,116,101,115,116,46,65,114,114,97,121,86,97,108,117,101,84,121,112,101,
+115,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,176,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,6,0,0,0,48,0,0,0,0,0,0,0,80,1,0,0,0,0,0,0,112,2,0,0,0,0,0,0,144,3,0,0,0,0,0,0,176,4,0,0,0,0,0,0,208,5,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,177,0,0,0,14,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,178,0,0,0,15,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,179,0,0,0,15,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,
+98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,180,0,0,0,15,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,181,0,0,0,15,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,182,0,0,0,16,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,104,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,17,0,0,0,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,0,0,0,0,0,0,0,35,0,0,0,27,0,0,0,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,188,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,88,0,0,0,10,0,0,0,80,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,64,1,0,0,0,0,0,0,104,1,0,0,0,0,0,0,144,1,0,0,0,0,0,0,184,1,0,0,0,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,48,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,49,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,50,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,51,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,52,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,53,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,54,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,55,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,56,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,57,0,88,0,0,0,10,0,0,0,80,0,0,0,0,0,0,0,96,1,0,0,0,0,0,0,112,2,0,0,0,0,0,0,128,3,0,0,0,0,0,0,144,4,0,0,0,0,0,0,160,5,0,0,0,0,0,0,176,6,0,0,0,0,0,0,40,8,0,0,0,0,0,0,160,9,0,0,0,0,0,0,24,11,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,200,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,201,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,202,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,203,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,
+98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,3,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,204,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,4,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,205,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,5,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,54,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,206,0,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,54,0,0,0,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,54,0,
+56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,55,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,207,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,55,0,0,0,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,55,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,56,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,208,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,56,0,0,0,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,56,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,57,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,209,0,0,0,9,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,
+47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,86,57,0,0,0,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,70,108,111,97,116,78,117,109,98,101,114,86,97,108,117,101,115,46,86,57,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,120,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,17,0,0,0,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,0,0,0,0,0,0,0,35,0,0,0,27,0,0,0,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,150,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,53,0,0,0,45,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,0,0,0,32,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,128,1,0,0,0,0,0,0,232,2,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,97,119,97,105,116,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,156,1,0,0,11,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,75,101,121,119,111,114,100,115,53,0,0,0,45,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,105,115,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,157,1,0,0,11,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,75,101,121,119,111,114,100,115,53,0,0,0,45,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,114,101,116,104,114,111,119,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,158,1,0,0,11,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,75,101,121,119,111,114,100,115,53,0,0,0,45,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,56,1,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,75,101,121,119,111,114,100,115,44,0,0,0,36,0,0,0,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,151,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,44,0,0,0,36,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,
+114,117,99,116,0,0,0,0,32,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,128,1,0,0,0,0,0,0,224,2,0,0,0,0,0,0,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,65,87,65,73,84,0,0,0,50,0,0,0,42,0,0,0,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,46,65,87,65,73,84,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,152,1,0,0,4,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,53,0,0,0,45,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,0,0,0,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,73,83,0,0,0,0,0,0,47,0,0,0,39,0,0,0,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,46,73,83,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,153,1,0,0,4,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,53,0,0,0,45,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,0,0,0,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,82,69,84,72,82,79,87,0,52,0,0,0,44,0,0,0,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,46,82,69,84,72,82,79,87,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,154,1,0,0,4,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,
+100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,53,0,0,0,45,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,68,97,114,116,75,101,121,119,111,114,100,83,116,114,117,99,116,46,75,101,121,119,111,114,100,115,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,12,0,0,0,72,97,110,100,108,101,83,116,114,117,99,116,0,0,0,0,30,0,0,0,22,0,0,0,109,111,106,111,46,116,101,115,116,46,72,97,110,100,108,101,83,116,114,117,99,116,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,41,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,1,0,0,0,104,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,42,0,0,0,24,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,97,114,114,97,121,95,104,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,43,0,0,0,30,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,
+16,0,0,0,4,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,18,0,0,0,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,0,0,0,0,0,0,36,0,0,0,28,0,0,0,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,63,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,64,0,0,0,7,0,0,0,56,0,0,0,0,0,0,0,128,1,0,0,0,0,0,0,24,3,0,0,0,0,0,0,112,4,0,0,0,0,0,0,216,5,0,0,0,0,0,0,56,7,0,0,0,0,0,0,128,8,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,105,110,116,51,50,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,65,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,14,0,0,0,6,0,0,0,102,95,114,101,99,116,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,67,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,
+47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,3,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,16,0,0,0,8,0,0,0,102,95,115,116,114,105,110,103,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,69,1,0,0,10,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,5,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,97,114,114,97,121,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,71,1,0,0,15,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,
+8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,7,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,22,0,0,0,14,0,0,0,102,95,109,101,115,115,97,103,101,95,112,105,112,101,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,73,1,0,0,24,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,7,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,14,0,0,0,6,0,0,0,102,95,98,111,111,108,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,75,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,9,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,105,110,116,49,54,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,77,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+28,0,0,0,20,0,0,0,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,53,0,0,0,0,38,0,0,0,30,0,0,0,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,53,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,101,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,40,0,0,0,4,0,0,0,32,0,0,0,0,0,0,0,104,1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,88,4,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,105,110,116,51,50,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,103,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,14,0,0,0,6,0,0,0,102,95,114,101,99,116,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,105,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,
+16,0,0,0,1,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,3,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,16,0,0,0,8,0,0,0,102,95,115,116,114,105,110,103,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,107,1,0,0,10,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,5,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,97,114,114,97,121,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,109,1,0,0,15,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,24,0,0,0,67,111,110,116,97,105,110,115,73,110,116,101,114,102,97,99,101,82,101,113,117,101,115,116,42,0,0,0,34,0,0,0,109,111,106,111,46,116,101,115,116,46,67,111,110,116,97,105,110,115,73,110,116,101,114,102,97,99,101,82,101,113,117,101,115,116,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,144,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,
+109,0,0,0,0,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,112,1,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,114,101,113,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,145,1,0,0,17,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,21,0,0,0,13,0,0,0,83,111,109,101,73,110,116,101,114,102,97,99,101,0,0,0,40,0,0,0,32,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,111,109,101,73,110,116,101,114,102,97,99,101,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,12,0,0,0,110,117,108,108,97,98,108,101,95,114,101,113,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,146,1,0,0,18,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,21,0,0,0,13,0,0,0,83,111,109,101,73,110,116,101,114,102,97,99,101,0,0,0,40,0,0,0,32,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,111,109,101,73,110,116,101,114,102,97,99,101,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,15,0,0,0,83,116,114,117,99,116,79,102,83,116,114,117,99,116,115,0,33,0,0,0,25,0,0,0,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,79,102,83,116,114,117,99,116,115,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,19,0,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,
+101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,5,0,0,0,40,0,0,0,0,0,0,0,136,1,0,0,0,0,0,0,8,3,0,0,0,0,0,0,128,4,0,0,0,0,0,0,32,6,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,110,114,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,20,0,0,0,14,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,78,97,109,101,100,82,101,103,105,111,110,0,0,0,0,0,38,0,0,0,30,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,78,97,109,101,100,82,101,103,105,111,110,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,97,95,110,114,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,21,0,0,0,21,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,78,97,109,101,100,82,101,103,105,111,110,0,0,0,0,0,38,0,0,0,30,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,78,97,109,101,100,82,101,103,105,111,110,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,97,95,114,112,0,0,0,0,24,0,0,0,0,0,0,0,
+16,0,0,0,0,0,0,0,22,0,0,0,18,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,82,101,99,116,80,97,105,114,35,0,0,0,27,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,80,97,105,114,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,6,0,0,0,109,95,110,100,102,118,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,23,0,0,0,35,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,78,111,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,0,0,0,47,0,0,0,39,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,78,111,68,101,102,97,117,108,116,70,105,101,108,100,86,97,108,117,101,115,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,109,95,104,115,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,27,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,
+20,0,0,0,12,0,0,0,72,97,110,100,108,101,83,116,114,117,99,116,0,0,0,0,39,0,0,0,31,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,72,97,110,100,108,101,83,116,114,117,99,116,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,14,0,0,0,66,105,116,65,114,114,97,121,86,97,108,117,101,115,0,0,32,0,0,0,24,0,0,0,109,111,106,111,46,116,101,115,116,46,66,105,116,65,114,114,97,121,86,97,108,117,101,115,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,51,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,64,0,0,0,7,0,0,0,56,0,0,0,0,0,0,0,88,1,0,0,0,0,0,0,120,2,0,0,0,0,0,0,152,3,0,0,0,0,0,0,184,4,0,0,0,0,0,0,248,5,0,0,0,0,0,0,56,7,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,48,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,52,1,0,0,17,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,49,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,53,1,0,0,17,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,50,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,54,1,0,0,17,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,51,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,55,1,0,0,14,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,52,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,56,1,0,0,21,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,2,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,
+48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,53,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,57,1,0,0,22,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,2,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,102,54,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,58,1,0,0,25,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,2,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,51,0,0,0,0,38,0,0,0,30,0,0,0,109,111,106,111,46,116,101,115,116,46,77,117,108,116,105,86,101,114,115,105,111,110,83,116,114,117,99,116,86,51,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,92,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,96,1,0,0,0,0,0,0,248,2,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,15,0,0,0,7,0,0,0,102,95,105,110,116,51,50,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,94,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,14,0,0,0,6,0,0,0,102,95,114,101,99,116,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,96,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,82,101,99,116,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,82,101,99,116,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,3,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,16,0,0,0,8,0,0,0,102,95,115,116,114,105,110,103,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,98,1,0,0,10,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,
+1,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,13,0,0,0,67,111,110,116,97,105,110,115,79,116,104,101,114,0,0,0,31,0,0,0,23,0,0,0,109,111,106,111,46,116,101,115,116,46,67,111,110,116,97,105,110,115,79,116,104,101,114,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,140,1,0,0,7,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,111,116,104,101,114,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,141,1,0,0,8,0,0,0,89,0,0,0,81,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,0,0,0,0,0,0]);
+
+ // Deserialize RuntimeTypeInfo
+ var bdata = new ByteData.view(serializedRuntimeTypeInfo.buffer);
+ var message = new bindings.Message(bdata, null, serializedRuntimeTypeInfo.length, 0);
+ _runtimeTypeInfo = mojom_types.RuntimeTypeInfo.deserialize(message);
+ return _runtimeTypeInfo;
+}

Powered by Google App Engine
This is Rietveld 408576698