Assign metric type in search request when user has not explicitly assigned (#24591)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
yihao.dai 2023-06-01 18:10:32 +08:00 committed by GitHub
parent 5fb5b072ae
commit b0ce4cff83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 543 additions and 289 deletions

View File

@ -133,6 +133,15 @@ GetMetricType(CSearchPlan plan) {
return strdup(metric_str.c_str()); return strdup(metric_str.c_str());
} }
void
SetMetricType(CSearchPlan plan, const char* metric_type) {
auto search_plan = static_cast<milvus::query::Plan*>(plan);
if (search_plan->plan_node_->search_info_.metric_type_ == "") {
search_plan->plan_node_->search_info_.metric_type_ =
std::string(metric_type);
}
}
void void
DeleteSearchPlan(CSearchPlan cPlan) { DeleteSearchPlan(CSearchPlan cPlan) {
auto plan = (milvus::query::Plan*)cPlan; auto plan = (milvus::query::Plan*)cPlan;

View File

@ -51,6 +51,9 @@ GetFieldID(CSearchPlan plan, int64_t* field_id);
const char* const char*
GetMetricType(CSearchPlan plan); GetMetricType(CSearchPlan plan);
void
SetMetricType(CSearchPlan plan, const char* metric_type);
void void
DeleteSearchPlan(CSearchPlan plan); DeleteSearchPlan(CSearchPlan plan);

View File

@ -209,6 +209,7 @@ message LoadMetaInfo {
LoadType load_type = 1; LoadType load_type = 1;
int64 collectionID = 2; int64 collectionID = 2;
repeated int64 partitionIDs = 3; repeated int64 partitionIDs = 3;
string metric_type = 4;
} }
message WatchDmChannelsRequest { message WatchDmChannelsRequest {

View File

@ -1335,6 +1335,7 @@ type LoadMetaInfo struct {
LoadType LoadType `protobuf:"varint,1,opt,name=load_type,json=loadType,proto3,enum=milvus.proto.query.LoadType" json:"load_type,omitempty"` LoadType LoadType `protobuf:"varint,1,opt,name=load_type,json=loadType,proto3,enum=milvus.proto.query.LoadType" json:"load_type,omitempty"`
CollectionID int64 `protobuf:"varint,2,opt,name=collectionID,proto3" json:"collectionID,omitempty"` CollectionID int64 `protobuf:"varint,2,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
PartitionIDs []int64 `protobuf:"varint,3,rep,packed,name=partitionIDs,proto3" json:"partitionIDs,omitempty"` PartitionIDs []int64 `protobuf:"varint,3,rep,packed,name=partitionIDs,proto3" json:"partitionIDs,omitempty"`
MetricType string `protobuf:"bytes,4,opt,name=metric_type,json=metricType,proto3" json:"metric_type,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"` XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"` XXX_sizecache int32 `json:"-"`
@ -1386,6 +1387,13 @@ func (m *LoadMetaInfo) GetPartitionIDs() []int64 {
return nil return nil
} }
func (m *LoadMetaInfo) GetMetricType() string {
if m != nil {
return m.MetricType
}
return ""
}
type WatchDmChannelsRequest struct { type WatchDmChannelsRequest struct {
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
NodeID int64 `protobuf:"varint,2,opt,name=nodeID,proto3" json:"nodeID,omitempty"` NodeID int64 `protobuf:"varint,2,opt,name=nodeID,proto3" json:"nodeID,omitempty"`
@ -4495,296 +4503,297 @@ func init() {
func init() { proto.RegisterFile("query_coord.proto", fileDescriptor_aab7cc9a69ed26e8) } func init() { proto.RegisterFile("query_coord.proto", fileDescriptor_aab7cc9a69ed26e8) }
var fileDescriptor_aab7cc9a69ed26e8 = []byte{ var fileDescriptor_aab7cc9a69ed26e8 = []byte{
// 4622 bytes of a gzipped FileDescriptorProto // 4638 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0x49, 0x6f, 0x1c, 0x57, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0x4b, 0x6f, 0x1c, 0x47,
0x7a, 0xaa, 0xde, 0xd8, 0xfd, 0xf5, 0xca, 0x47, 0x52, 0xea, 0xe9, 0x91, 0x64, 0xba, 0x64, 0xd9, 0x7a, 0xea, 0x79, 0x71, 0xe6, 0x9b, 0x27, 0x8b, 0xa4, 0x34, 0x3b, 0x2b, 0xc9, 0x74, 0xcb, 0xb2,
0x1c, 0xda, 0x26, 0x35, 0xd4, 0x8c, 0x47, 0x33, 0xf6, 0xc0, 0x91, 0x48, 0x4b, 0xe6, 0x58, 0xa6, 0xb9, 0xb4, 0x4d, 0x6a, 0xa9, 0x5d, 0xaf, 0x76, 0xed, 0x85, 0x23, 0x91, 0x96, 0xcc, 0xb5, 0x4c,
0x39, 0x45, 0x49, 0x13, 0x38, 0x9e, 0xe9, 0x29, 0x76, 0x3d, 0x36, 0x0b, 0xac, 0xa5, 0x55, 0x55, 0x73, 0x9b, 0x92, 0x36, 0x70, 0xbc, 0x3b, 0xdb, 0x9c, 0x2e, 0x0e, 0x1b, 0xec, 0xc7, 0xa8, 0xbb,
0x4d, 0x8a, 0x0e, 0x90, 0x53, 0x2e, 0x19, 0x64, 0xb2, 0x9c, 0x92, 0x43, 0x90, 0x43, 0x82, 0x00, 0x87, 0x14, 0x1d, 0x20, 0xa7, 0x5c, 0xb2, 0xc8, 0x26, 0xb9, 0x25, 0x87, 0x20, 0x87, 0x04, 0x01,
0x93, 0x20, 0xb9, 0x25, 0x40, 0x0e, 0x39, 0xe4, 0x96, 0x20, 0x41, 0x96, 0x5b, 0xfe, 0x40, 0x72, 0x36, 0x41, 0x72, 0x09, 0x12, 0x20, 0x87, 0x1c, 0x72, 0x4b, 0x90, 0x20, 0x8f, 0x5b, 0xfe, 0x40,
0x08, 0x90, 0x20, 0xa7, 0x41, 0xe0, 0x5b, 0xf0, 0x96, 0x5a, 0x5e, 0xd5, 0x6b, 0x76, 0x91, 0x2d, 0x72, 0x08, 0x90, 0x20, 0xa7, 0x45, 0xe0, 0x5b, 0x50, 0x8f, 0x7e, 0x54, 0x77, 0x0d, 0xa7, 0xc9,
0x6f, 0xc1, 0xdc, 0xba, 0xde, 0xf6, 0x7d, 0xef, 0xdb, 0xbf, 0xef, 0xbd, 0xd7, 0x30, 0xff, 0x74, 0x91, 0x5f, 0xc1, 0xde, 0xa6, 0xbf, 0x7a, 0x7c, 0x5f, 0x7d, 0xf5, 0xbd, 0xab, 0x6a, 0x60, 0xfe,
0x8c, 0xbd, 0xd3, 0xfe, 0xc0, 0x75, 0x3d, 0x63, 0x6d, 0xe4, 0xb9, 0x81, 0x8b, 0x90, 0x6d, 0x5a, 0xe9, 0x18, 0x7b, 0xa7, 0xfd, 0x81, 0xeb, 0x7a, 0xc6, 0xda, 0xc8, 0x73, 0x03, 0x17, 0x21, 0xdb,
0xc7, 0x63, 0x9f, 0x7d, 0xad, 0xd1, 0xfe, 0x5e, 0x63, 0xe0, 0xda, 0xb6, 0xeb, 0xb0, 0xb6, 0x5e, 0xb4, 0x8e, 0xc7, 0x3e, 0xfb, 0x5a, 0xa3, 0xed, 0xbd, 0xc6, 0xc0, 0xb5, 0x6d, 0xd7, 0x61, 0xb0,
0x23, 0x39, 0xa2, 0xd7, 0x32, 0x9d, 0x00, 0x7b, 0x8e, 0x6e, 0x85, 0xbd, 0xfe, 0xe0, 0x10, 0xdb, 0x5e, 0x23, 0xd9, 0xa3, 0xd7, 0x32, 0x9d, 0x00, 0x7b, 0x8e, 0x6e, 0x85, 0xad, 0xfe, 0xe0, 0x10,
0x3a, 0xff, 0xaa, 0xd9, 0xfe, 0x90, 0xff, 0xec, 0x18, 0x7a, 0xa0, 0x27, 0x41, 0xf5, 0xe6, 0x4d, 0xdb, 0x3a, 0xff, 0xaa, 0xd9, 0xfe, 0x90, 0xff, 0xec, 0x18, 0x7a, 0xa0, 0x27, 0x51, 0xf5, 0xe6,
0xc7, 0xc0, 0xcf, 0x92, 0x4d, 0xea, 0xaf, 0x2b, 0x70, 0x79, 0xef, 0xd0, 0x3d, 0xd9, 0x74, 0x2d, 0x4d, 0xc7, 0xc0, 0xcf, 0x92, 0x20, 0xf5, 0xd7, 0x15, 0xb8, 0xbc, 0x77, 0xe8, 0x9e, 0x6c, 0xba,
0x0b, 0x0f, 0x02, 0xd3, 0x75, 0x7c, 0x0d, 0x3f, 0x1d, 0x63, 0x3f, 0x40, 0xb7, 0xa0, 0xb4, 0xaf, 0x96, 0x85, 0x07, 0x81, 0xe9, 0x3a, 0xbe, 0x86, 0x9f, 0x8e, 0xb1, 0x1f, 0xa0, 0x5b, 0x50, 0xda,
0xfb, 0xb8, 0xab, 0x2c, 0x2b, 0x2b, 0xf5, 0x8d, 0xab, 0x6b, 0x02, 0x9e, 0x1c, 0xc1, 0xf7, 0xfd, 0xd7, 0x7d, 0xdc, 0x55, 0x96, 0x95, 0x95, 0xfa, 0xc6, 0xd5, 0x35, 0x81, 0x4e, 0x4e, 0xe0, 0xfb,
0xe1, 0x3d, 0xdd, 0xc7, 0x1a, 0x1d, 0x89, 0x10, 0x94, 0x8c, 0xfd, 0xed, 0xad, 0x6e, 0x61, 0x59, 0xfe, 0xf0, 0x9e, 0xee, 0x63, 0x8d, 0xf6, 0x44, 0x08, 0x4a, 0xc6, 0xfe, 0xf6, 0x56, 0xb7, 0xb0,
0x59, 0x29, 0x6a, 0xf4, 0x37, 0x7a, 0x09, 0x9a, 0x83, 0x68, 0xed, 0xed, 0x2d, 0xbf, 0x5b, 0x5c, 0xac, 0xac, 0x14, 0x35, 0xfa, 0x1b, 0xbd, 0x04, 0xcd, 0x41, 0x34, 0xf7, 0xf6, 0x96, 0xdf, 0x2d,
0x2e, 0xae, 0x14, 0x35, 0xb1, 0x51, 0xfd, 0x49, 0x01, 0xae, 0x64, 0xd0, 0xf0, 0x47, 0xae, 0xe3, 0x2e, 0x17, 0x57, 0x8a, 0x9a, 0x08, 0x54, 0x7f, 0x52, 0x80, 0x2b, 0x19, 0x32, 0xfc, 0x91, 0xeb,
0x63, 0x74, 0x1b, 0x2a, 0x7e, 0xa0, 0x07, 0x63, 0x9f, 0x63, 0xf2, 0x55, 0x29, 0x26, 0x7b, 0x74, 0xf8, 0x18, 0xdd, 0x86, 0x8a, 0x1f, 0xe8, 0xc1, 0xd8, 0xe7, 0x94, 0x7c, 0x55, 0x4a, 0xc9, 0x1e,
0x88, 0xc6, 0x87, 0x66, 0xc1, 0x16, 0x24, 0x60, 0xd1, 0xd7, 0x61, 0xd1, 0x74, 0xde, 0xc7, 0xb6, 0xed, 0xa2, 0xf1, 0xae, 0x59, 0xb4, 0x05, 0x09, 0x5a, 0xf4, 0x75, 0x58, 0x34, 0x9d, 0xf7, 0xb1,
0xeb, 0x9d, 0xf6, 0x47, 0xd8, 0x1b, 0x60, 0x27, 0xd0, 0x87, 0x38, 0xc4, 0x71, 0x21, 0xec, 0xdb, 0xed, 0x7a, 0xa7, 0xfd, 0x11, 0xf6, 0x06, 0xd8, 0x09, 0xf4, 0x21, 0x0e, 0x69, 0x5c, 0x08, 0xdb,
0x8d, 0xbb, 0xd0, 0x1b, 0x70, 0x85, 0xf1, 0xd0, 0xc7, 0xde, 0xb1, 0x39, 0xc0, 0x7d, 0xfd, 0x58, 0x76, 0xe3, 0x26, 0xf4, 0x06, 0x5c, 0x61, 0x7b, 0xe8, 0x63, 0xef, 0xd8, 0x1c, 0xe0, 0xbe, 0x7e,
0x37, 0x2d, 0x7d, 0xdf, 0xc2, 0xdd, 0xd2, 0x72, 0x71, 0xa5, 0xaa, 0x2d, 0xd1, 0xee, 0x3d, 0xd6, 0xac, 0x9b, 0x96, 0xbe, 0x6f, 0xe1, 0x6e, 0x69, 0xb9, 0xb8, 0x52, 0xd5, 0x96, 0x68, 0xf3, 0x1e,
0x7b, 0x37, 0xec, 0x44, 0x5f, 0x83, 0x8e, 0x87, 0x0f, 0x3c, 0xec, 0x1f, 0xf6, 0x47, 0x9e, 0x3b, 0x6b, 0xbd, 0x1b, 0x36, 0xa2, 0xaf, 0x41, 0xc7, 0xc3, 0x07, 0x1e, 0xf6, 0x0f, 0xfb, 0x23, 0xcf,
0xf4, 0xb0, 0xef, 0x77, 0xcb, 0x14, 0x4c, 0x9b, 0xb7, 0xef, 0xf2, 0x66, 0xf5, 0x4f, 0x14, 0x58, 0x1d, 0x7a, 0xd8, 0xf7, 0xbb, 0x65, 0x8a, 0xa6, 0xcd, 0xe1, 0xbb, 0x1c, 0xac, 0xfe, 0xb1, 0x02,
0x22, 0xc4, 0xd8, 0xd5, 0xbd, 0xc0, 0xfc, 0x14, 0x58, 0xa2, 0x42, 0x23, 0x49, 0x86, 0x6e, 0x91, 0x4b, 0x84, 0x19, 0xbb, 0xba, 0x17, 0x98, 0x9f, 0xc2, 0x96, 0xa8, 0xd0, 0x48, 0xb2, 0xa1, 0x5b,
0xf6, 0x09, 0x6d, 0x64, 0xcc, 0x28, 0x04, 0x4f, 0xc8, 0x57, 0xa2, 0xa8, 0x0a, 0x6d, 0xea, 0xbf, 0xa4, 0x6d, 0x02, 0x8c, 0xf4, 0x19, 0x85, 0xe8, 0x09, 0xfb, 0x4a, 0x94, 0x54, 0x01, 0xa6, 0xfe,
0x70, 0xd9, 0x49, 0xe2, 0x39, 0x0b, 0xcf, 0xd2, 0x30, 0x0b, 0x59, 0x98, 0x17, 0xe1, 0x98, 0x8c, 0x0b, 0x97, 0x9d, 0x24, 0x9d, 0xb3, 0xec, 0x59, 0x1a, 0x67, 0x21, 0x8b, 0xf3, 0x22, 0x3b, 0x26,
0xf2, 0x25, 0x39, 0xe5, 0xff, 0xa9, 0x08, 0x4b, 0x0f, 0x5d, 0xdd, 0x88, 0xc5, 0xf0, 0xb3, 0xa7, 0xe3, 0x7c, 0x49, 0xce, 0xf9, 0x7f, 0x2a, 0xc2, 0xd2, 0x43, 0x57, 0x37, 0x62, 0x31, 0xfc, 0xec,
0xfc, 0x77, 0xa1, 0xc2, 0x34, 0xba, 0x5b, 0xa2, 0xb0, 0x6e, 0x8a, 0xb0, 0xb8, 0xb6, 0xc7, 0x18, 0x39, 0xff, 0x5d, 0xa8, 0x30, 0x8d, 0xee, 0x96, 0x28, 0xae, 0x9b, 0x22, 0x2e, 0xae, 0xed, 0x31,
0xee, 0xd1, 0x06, 0x8d, 0x4f, 0x42, 0x37, 0xa1, 0xe5, 0xe1, 0x91, 0x65, 0x0e, 0xf4, 0xbe, 0x33, 0x85, 0x7b, 0x14, 0xa0, 0xf1, 0x41, 0xe8, 0x26, 0xb4, 0x3c, 0x3c, 0xb2, 0xcc, 0x81, 0xde, 0x77,
0xb6, 0xf7, 0xb1, 0xd7, 0x2d, 0x2f, 0x2b, 0x2b, 0x65, 0xad, 0xc9, 0x5b, 0x77, 0x68, 0x23, 0xfa, 0xc6, 0xf6, 0x3e, 0xf6, 0xba, 0xe5, 0x65, 0x65, 0xa5, 0xac, 0x35, 0x39, 0x74, 0x87, 0x02, 0xd1,
0x31, 0x34, 0x0f, 0x4c, 0x6c, 0x19, 0x7d, 0x6a, 0x12, 0xb6, 0xb7, 0xba, 0x95, 0xe5, 0xe2, 0x4a, 0x8f, 0xa1, 0x79, 0x60, 0x62, 0xcb, 0xe8, 0x53, 0x93, 0xb0, 0xbd, 0xd5, 0xad, 0x2c, 0x17, 0x57,
0x7d, 0xe3, 0xcd, 0xb5, 0xac, 0x35, 0x5a, 0x93, 0x52, 0x64, 0xed, 0x3e, 0x99, 0xbe, 0xcd, 0x66, 0xea, 0x1b, 0x6f, 0xae, 0x65, 0xad, 0xd1, 0x9a, 0x94, 0x23, 0x6b, 0xf7, 0xc9, 0xf0, 0x6d, 0x36,
0xbf, 0xe3, 0x04, 0xde, 0xa9, 0xd6, 0x38, 0x48, 0x34, 0xa1, 0x2e, 0xcc, 0x71, 0xf2, 0x76, 0xe7, 0xfa, 0x1d, 0x27, 0xf0, 0x4e, 0xb5, 0xc6, 0x41, 0x02, 0x84, 0xba, 0x30, 0xc7, 0xd9, 0xdb, 0x9d,
0x96, 0x95, 0x95, 0xaa, 0x16, 0x7e, 0xa2, 0x57, 0xa0, 0xed, 0x61, 0xdf, 0x1d, 0x7b, 0x03, 0xdc, 0x5b, 0x56, 0x56, 0xaa, 0x5a, 0xf8, 0x89, 0x5e, 0x81, 0xb6, 0x87, 0x7d, 0x77, 0xec, 0x0d, 0x70,
0x1f, 0x7a, 0xee, 0x78, 0xe4, 0x77, 0xab, 0xcb, 0xc5, 0x95, 0x9a, 0xd6, 0x0a, 0x9b, 0x1f, 0xd0, 0x7f, 0xe8, 0xb9, 0xe3, 0x91, 0xdf, 0xad, 0x2e, 0x17, 0x57, 0x6a, 0x5a, 0x2b, 0x04, 0x3f, 0xa0,
0xd6, 0xde, 0xdb, 0x30, 0x9f, 0x81, 0x82, 0x3a, 0x50, 0x3c, 0xc2, 0xa7, 0x94, 0x11, 0x45, 0x8d, 0xd0, 0xde, 0xdb, 0x30, 0x9f, 0xc1, 0x82, 0x3a, 0x50, 0x3c, 0xc2, 0xa7, 0x74, 0x23, 0x8a, 0x1a,
0xfc, 0x44, 0x8b, 0x50, 0x3e, 0xd6, 0xad, 0x31, 0xe6, 0xa4, 0x66, 0x1f, 0xdf, 0x29, 0xdc, 0x51, 0xf9, 0x89, 0x16, 0xa1, 0x7c, 0xac, 0x5b, 0x63, 0xcc, 0x59, 0xcd, 0x3e, 0xbe, 0x53, 0xb8, 0xa3,
0xd4, 0x3f, 0x50, 0xa0, 0xab, 0x61, 0x0b, 0xeb, 0x3e, 0xfe, 0x3c, 0x59, 0x7a, 0x19, 0x2a, 0x8e, 0xa8, 0xbf, 0xaf, 0x40, 0x57, 0xc3, 0x16, 0xd6, 0x7d, 0xfc, 0x79, 0x6e, 0xe9, 0x65, 0xa8, 0x38,
0x6b, 0xe0, 0xed, 0x2d, 0xca, 0xd2, 0xa2, 0xc6, 0xbf, 0xd4, 0x4f, 0x14, 0x58, 0x7c, 0x80, 0x03, 0xae, 0x81, 0xb7, 0xb7, 0xe8, 0x96, 0x16, 0x35, 0xfe, 0xa5, 0x7e, 0xa2, 0xc0, 0xe2, 0x03, 0x1c,
0xa2, 0x06, 0xa6, 0x1f, 0x98, 0x83, 0x48, 0xcf, 0xbf, 0x0b, 0x45, 0x0f, 0x3f, 0xe5, 0x98, 0xbd, 0x10, 0x35, 0x30, 0xfd, 0xc0, 0x1c, 0x44, 0x7a, 0xfe, 0x5d, 0x28, 0x7a, 0xf8, 0x29, 0xa7, 0xec,
0x2a, 0x62, 0x16, 0x99, 0x7f, 0xd9, 0x4c, 0x8d, 0xcc, 0x43, 0x2f, 0x42, 0xc3, 0xb0, 0xad, 0xfe, 0x55, 0x91, 0xb2, 0xc8, 0xfc, 0xcb, 0x46, 0x6a, 0x64, 0x1c, 0x7a, 0x11, 0x1a, 0x86, 0x6d, 0xf5,
0xe0, 0x50, 0x77, 0x1c, 0x6c, 0x31, 0x45, 0xaa, 0x69, 0x75, 0xc3, 0xb6, 0x36, 0x79, 0x13, 0xba, 0x07, 0x87, 0xba, 0xe3, 0x60, 0x8b, 0x29, 0x52, 0x4d, 0xab, 0x1b, 0xb6, 0xb5, 0xc9, 0x41, 0xe8,
0x0e, 0xe0, 0xe3, 0xa1, 0x8d, 0x9d, 0x20, 0xb6, 0xc9, 0x89, 0x16, 0xb4, 0x0a, 0xf3, 0x07, 0x9e, 0x3a, 0x80, 0x8f, 0x87, 0x36, 0x76, 0x82, 0xd8, 0x26, 0x27, 0x20, 0x68, 0x15, 0xe6, 0x0f, 0x3c,
0x6b, 0xf7, 0xfd, 0x43, 0xdd, 0x33, 0xfa, 0x16, 0xd6, 0x0d, 0xec, 0x51, 0xec, 0xab, 0x5a, 0x9b, 0xd7, 0xee, 0xfb, 0x87, 0xba, 0x67, 0xf4, 0x2d, 0xac, 0x1b, 0xd8, 0xa3, 0xd4, 0x57, 0xb5, 0x36,
0x74, 0xec, 0x91, 0xf6, 0x87, 0xb4, 0x19, 0xdd, 0x86, 0xb2, 0x3f, 0x70, 0x47, 0x98, 0x4a, 0x5a, 0x69, 0xd8, 0x23, 0xf0, 0x87, 0x14, 0x8c, 0x6e, 0x43, 0xd9, 0x1f, 0xb8, 0x23, 0x4c, 0x25, 0xad,
0x6b, 0xe3, 0x9a, 0x4c, 0x86, 0xb6, 0xf4, 0x40, 0xdf, 0x23, 0x83, 0x34, 0x36, 0x56, 0xfd, 0xeb, 0xb5, 0x71, 0x4d, 0x26, 0x43, 0x5b, 0x7a, 0xa0, 0xef, 0x91, 0x4e, 0x1a, 0xeb, 0xab, 0xfe, 0x75,
0x12, 0x53, 0xb5, 0x2f, 0xb8, 0x91, 0x4b, 0xa8, 0x63, 0xf9, 0xf9, 0xa8, 0x63, 0x25, 0x97, 0x3a, 0x89, 0xa9, 0xda, 0x17, 0xdc, 0xc8, 0x25, 0xd4, 0xb1, 0xfc, 0x7c, 0xd4, 0xb1, 0x92, 0x4b, 0x1d,
0xce, 0x9d, 0xad, 0x8e, 0x19, 0xaa, 0x9d, 0x47, 0x1d, 0xab, 0x53, 0xd5, 0xb1, 0x26, 0x53, 0x47, 0xe7, 0xce, 0x56, 0xc7, 0x0c, 0xd7, 0xce, 0xa3, 0x8e, 0xd5, 0xa9, 0xea, 0x58, 0x93, 0xa9, 0x23,
0xf4, 0x0e, 0xb4, 0x59, 0x00, 0x61, 0x3a, 0x07, 0x6e, 0xdf, 0x32, 0xfd, 0xa0, 0x0b, 0x14, 0xcd, 0x7a, 0x07, 0xda, 0x2c, 0x80, 0x30, 0x9d, 0x03, 0xb7, 0x6f, 0x99, 0x7e, 0xd0, 0x05, 0x4a, 0xe6,
0x6b, 0x69, 0x09, 0x35, 0xf0, 0xb3, 0x35, 0x06, 0xd8, 0x39, 0x70, 0xb5, 0xa6, 0x19, 0xfe, 0x7c, 0xb5, 0xb4, 0x84, 0x1a, 0xf8, 0xd9, 0x1a, 0x43, 0xec, 0x1c, 0xb8, 0x5a, 0xd3, 0x0c, 0x7f, 0x3e,
0x68, 0xfa, 0xc1, 0xec, 0x5a, 0xfd, 0xb7, 0xb1, 0x56, 0x7f, 0xd1, 0xa5, 0x27, 0xd6, 0xfc, 0xb2, 0x34, 0xfd, 0x60, 0x76, 0xad, 0xfe, 0xdb, 0x58, 0xab, 0xbf, 0xe8, 0xd2, 0x13, 0x6b, 0x7e, 0x59,
0xa0, 0xf9, 0x7f, 0xaa, 0xc0, 0x57, 0x1e, 0xe0, 0x20, 0x42, 0x9f, 0x28, 0x32, 0xfe, 0x82, 0xba, 0xd0, 0xfc, 0x3f, 0x51, 0xe0, 0x2b, 0x0f, 0x70, 0x10, 0x91, 0x4f, 0x14, 0x19, 0x7f, 0x41, 0xdd,
0xf9, 0xbf, 0x50, 0xa0, 0x27, 0xc3, 0x75, 0x16, 0x57, 0xff, 0x21, 0x5c, 0x8e, 0x60, 0xf4, 0x0d, 0xfc, 0x9f, 0x2b, 0xd0, 0x93, 0xd1, 0x3a, 0x8b, 0xab, 0xff, 0x10, 0x2e, 0x47, 0x38, 0xfa, 0x06,
0xec, 0x0f, 0x3c, 0x73, 0x44, 0xd9, 0x48, 0x6d, 0x55, 0x7d, 0xe3, 0x86, 0x4c, 0xf0, 0xd3, 0x18, 0xf6, 0x07, 0x9e, 0x39, 0xa2, 0xdb, 0x48, 0x6d, 0x55, 0x7d, 0xe3, 0x86, 0x4c, 0xf0, 0xd3, 0x14,
0x2c, 0x45, 0x4b, 0x6c, 0x25, 0x56, 0x50, 0x7f, 0xaa, 0xc0, 0x12, 0xb1, 0x8d, 0xdc, 0x98, 0x11, 0x2c, 0x45, 0x53, 0x6c, 0x25, 0x66, 0x50, 0x7f, 0xaa, 0xc0, 0x12, 0xb1, 0x8d, 0xdc, 0x98, 0x11,
0x09, 0xbc, 0x30, 0x5d, 0x45, 0x33, 0x59, 0xc8, 0x98, 0xc9, 0x1c, 0x34, 0xa6, 0x21, 0x76, 0x1a, 0x09, 0xbc, 0x30, 0x5f, 0x45, 0x33, 0x59, 0xc8, 0x98, 0xc9, 0x1c, 0x3c, 0xa6, 0x21, 0x76, 0x9a,
0x9f, 0x59, 0x68, 0xf7, 0x4d, 0x28, 0x13, 0x05, 0x0c, 0x49, 0xf5, 0x82, 0x8c, 0x54, 0x49, 0x60, 0x9e, 0x59, 0x78, 0xf7, 0x4d, 0x28, 0x13, 0x05, 0x0c, 0x59, 0xf5, 0x82, 0x8c, 0x55, 0x49, 0x64,
0x6c, 0xb4, 0xea, 0x30, 0x2c, 0x62, 0xbb, 0x3d, 0x83, 0xb8, 0xa5, 0xb7, 0x5d, 0x90, 0x6c, 0xfb, 0xac, 0xb7, 0xea, 0x30, 0x2a, 0x62, 0xbb, 0x3d, 0x83, 0xb8, 0xa5, 0x97, 0x5d, 0x90, 0x2c, 0xfb,
0x37, 0x15, 0xb8, 0x92, 0x01, 0x38, 0xcb, 0xbe, 0xdf, 0x82, 0x0a, 0xf5, 0x46, 0xe1, 0xc6, 0x5f, 0x37, 0x15, 0xb8, 0x92, 0x41, 0x38, 0xcb, 0xba, 0xdf, 0x82, 0x0a, 0xf5, 0x46, 0xe1, 0xc2, 0x5f,
0x92, 0x6e, 0x3c, 0x01, 0x8e, 0x58, 0x1b, 0x8d, 0xcf, 0x51, 0x5d, 0xe8, 0xa4, 0xfb, 0x88, 0x9f, 0x92, 0x2e, 0x3c, 0x81, 0x8e, 0x58, 0x1b, 0x8d, 0x8f, 0x51, 0x5d, 0xe8, 0xa4, 0xdb, 0x88, 0x9f,
0xe4, 0x3e, 0xb2, 0xef, 0xe8, 0x36, 0x23, 0x40, 0x4d, 0xab, 0xf3, 0xb6, 0x1d, 0xdd, 0xc6, 0xe8, 0xe4, 0x3e, 0xb2, 0xef, 0xe8, 0x36, 0x63, 0x40, 0x4d, 0xab, 0x73, 0xd8, 0x8e, 0x6e, 0x63, 0xf4,
0x2b, 0x50, 0x25, 0x2a, 0xdb, 0x37, 0x8d, 0x90, 0xfd, 0x73, 0x54, 0x85, 0x0d, 0x1f, 0x5d, 0x03, 0x15, 0xa8, 0x12, 0x95, 0xed, 0x9b, 0x46, 0xb8, 0xfd, 0x73, 0x54, 0x85, 0x0d, 0x1f, 0x5d, 0x03,
0xa0, 0x5d, 0xba, 0x61, 0x78, 0xcc, 0x85, 0xd6, 0xb4, 0x1a, 0x69, 0xb9, 0x4b, 0x1a, 0xd4, 0xdf, 0xa0, 0x4d, 0xba, 0x61, 0x78, 0xcc, 0x85, 0xd6, 0xb4, 0x1a, 0x81, 0xdc, 0x25, 0x00, 0xf5, 0xf7,
0x57, 0xe0, 0xfa, 0xde, 0xa9, 0x33, 0xd8, 0xc1, 0x27, 0x9b, 0x1e, 0xd6, 0x03, 0x1c, 0x1b, 0xed, 0x14, 0xb8, 0xbe, 0x77, 0xea, 0x0c, 0x76, 0xf0, 0xc9, 0xa6, 0x87, 0xf5, 0x00, 0xc7, 0x46, 0xfb,
0x4f, 0x95, 0xf0, 0x68, 0x19, 0xea, 0x09, 0xfd, 0xe5, 0x22, 0x99, 0x6c, 0x52, 0x7f, 0x57, 0x81, 0x53, 0x65, 0x3c, 0x5a, 0x86, 0x7a, 0x42, 0x7f, 0xb9, 0x48, 0x26, 0x41, 0xea, 0x5f, 0x28, 0xd0,
0x06, 0xf1, 0x22, 0xef, 0xe3, 0x40, 0x27, 0x22, 0x82, 0xbe, 0x0d, 0x35, 0xcb, 0xd5, 0x8d, 0x7e, 0x20, 0x5e, 0xe4, 0x7d, 0x1c, 0xe8, 0x44, 0x44, 0xd0, 0xb7, 0xa1, 0x66, 0xb9, 0xba, 0xd1, 0x0f,
0x70, 0x3a, 0x62, 0xd8, 0xb4, 0xd2, 0xd8, 0xc4, 0xae, 0xe7, 0xd1, 0xe9, 0x08, 0x6b, 0x55, 0x8b, 0x4e, 0x47, 0x8c, 0x9a, 0x56, 0x9a, 0x9a, 0xd8, 0xf5, 0x3c, 0x3a, 0x1d, 0x61, 0xad, 0x6a, 0xf1,
0xff, 0xca, 0x85, 0x51, 0xda, 0xca, 0x14, 0x25, 0x56, 0xe6, 0xa7, 0x15, 0xb8, 0xfc, 0x03, 0x3d, 0x5f, 0xb9, 0x28, 0x4a, 0x5b, 0x99, 0xa2, 0xc4, 0x52, 0xbe, 0x00, 0x75, 0x1b, 0x07, 0x9e, 0x39,
0x18, 0x1c, 0x6e, 0xd9, 0x61, 0x90, 0x72, 0x71, 0x32, 0xc5, 0x66, 0xb7, 0x90, 0x34, 0xbb, 0xcf, 0x60, 0x44, 0x94, 0xe8, 0x56, 0x00, 0x03, 0x11, 0x44, 0xea, 0x4f, 0x2b, 0x70, 0xf9, 0x07, 0x7a,
0xcd, 0xac, 0x47, 0x2a, 0x58, 0x96, 0xa9, 0x20, 0xc9, 0xbb, 0xd7, 0x9e, 0x70, 0x29, 0x4a, 0xa8, 0x30, 0x38, 0xdc, 0xb2, 0xc3, 0x28, 0xe6, 0xe2, 0x7c, 0x8c, 0xed, 0x72, 0x21, 0x69, 0x97, 0x9f,
0x60, 0x22, 0x96, 0xa8, 0x5c, 0x24, 0x96, 0xd8, 0x84, 0x26, 0x7e, 0x36, 0xb0, 0xc6, 0x44, 0x1c, 0x9b, 0xdd, 0x8f, 0x74, 0xb4, 0x2c, 0xd3, 0x51, 0x92, 0x98, 0xaf, 0x3d, 0xe1, 0x62, 0x96, 0xd0,
0x29, 0x74, 0x16, 0x24, 0x5c, 0x97, 0x40, 0x4f, 0xea, 0x7f, 0x83, 0x4f, 0xda, 0xe6, 0x38, 0x30, 0xd1, 0x44, 0xb0, 0x51, 0xb9, 0x48, 0xb0, 0xb1, 0x09, 0x4d, 0xfc, 0x6c, 0x60, 0x8d, 0x89, 0xbc,
0x56, 0xdb, 0x38, 0xd0, 0x69, 0x24, 0x50, 0xdf, 0x58, 0x9e, 0xc4, 0xea, 0x50, 0x3e, 0x18, 0xbb, 0x52, 0xec, 0x2c, 0x8a, 0xb8, 0x2e, 0xc1, 0x9e, 0x34, 0x10, 0x0d, 0x3e, 0x68, 0x9b, 0xd3, 0xc0,
0xc9, 0x17, 0xba, 0x0a, 0x35, 0x1e, 0xb9, 0x6c, 0x6f, 0x75, 0x6b, 0x94, 0x7c, 0x71, 0x03, 0xd2, 0x64, 0xc1, 0xc6, 0x81, 0x4e, 0x43, 0x85, 0xfa, 0xc6, 0xf2, 0x24, 0x59, 0x08, 0x05, 0x88, 0xc9,
0xa1, 0xc9, 0x8d, 0x23, 0xc7, 0x90, 0xc5, 0x07, 0x6f, 0xc9, 0x00, 0xc8, 0x99, 0x9d, 0xc4, 0xdc, 0x03, 0xf9, 0x42, 0x57, 0xa1, 0xc6, 0x43, 0x9b, 0xed, 0xad, 0x6e, 0x8d, 0xb2, 0x2f, 0x06, 0x20,
0xe7, 0x71, 0x8c, 0x9f, 0x68, 0x22, 0x89, 0xbd, 0x7b, 0x70, 0x60, 0x99, 0x0e, 0xde, 0x61, 0x1c, 0x1d, 0x9a, 0xdc, 0x7a, 0x72, 0x0a, 0x59, 0x00, 0xf1, 0x96, 0x0c, 0x81, 0x7c, 0xb3, 0x93, 0x94,
0xae, 0x53, 0x24, 0xc4, 0x46, 0x12, 0xed, 0x1c, 0x63, 0xcf, 0x37, 0x5d, 0xa7, 0xdb, 0xa0, 0xfd, 0xfb, 0x3c, 0xd0, 0xf1, 0x13, 0x20, 0x92, 0xf9, 0xbb, 0x07, 0x07, 0x96, 0xe9, 0xe0, 0x1d, 0xb6,
0xe1, 0xa7, 0x2c, 0x88, 0x69, 0x5e, 0x20, 0x88, 0xe9, 0xc3, 0x7c, 0x06, 0x53, 0x49, 0x10, 0xf3, 0xc3, 0x75, 0x4a, 0x84, 0x08, 0x24, 0xe1, 0xd0, 0x31, 0xf6, 0x7c, 0xd3, 0x75, 0xba, 0x0d, 0xda,
0x8d, 0x64, 0x10, 0x33, 0x9d, 0x55, 0x89, 0x20, 0xe7, 0x67, 0x0a, 0x2c, 0x3d, 0x76, 0xfc, 0xf1, 0x1e, 0x7e, 0xca, 0xa2, 0x9c, 0xe6, 0x05, 0xa2, 0x9c, 0x3e, 0xcc, 0x67, 0x28, 0x95, 0x44, 0x39,
0x7e, 0x44, 0xa2, 0xcf, 0x47, 0x1d, 0xd2, 0x36, 0xb2, 0x94, 0xb1, 0x91, 0xea, 0x3f, 0x94, 0xa1, 0xdf, 0x48, 0x46, 0x39, 0xd3, 0xb7, 0x2a, 0x11, 0x05, 0xfd, 0x4c, 0x81, 0xa5, 0xc7, 0x8e, 0x3f,
0xcd, 0x77, 0x41, 0xa4, 0x86, 0x5a, 0x94, 0xab, 0x50, 0x8b, 0xdc, 0x24, 0x27, 0x48, 0xdc, 0x90, 0xde, 0x8f, 0x58, 0xf4, 0xf9, 0xa8, 0x43, 0xda, 0x88, 0x96, 0x32, 0x46, 0x54, 0xfd, 0x87, 0x32,
0x36, 0x51, 0x85, 0x8c, 0x89, 0xca, 0x85, 0x5a, 0x18, 0xf4, 0x94, 0x12, 0x41, 0xcf, 0x35, 0x80, 0xb4, 0xf9, 0x2a, 0x88, 0xd4, 0x50, 0x93, 0x73, 0x15, 0x6a, 0x91, 0x1f, 0xe5, 0x0c, 0x89, 0x01,
0x03, 0x6b, 0xec, 0x1f, 0xf6, 0x03, 0xd3, 0xc6, 0x3c, 0xe8, 0xaa, 0xd1, 0x96, 0x47, 0xa6, 0x8d, 0x69, 0x1b, 0x56, 0xc8, 0xd8, 0xb0, 0x5c, 0xa4, 0x85, 0x51, 0x51, 0x29, 0x11, 0x15, 0x5d, 0x03,
0xd1, 0x5d, 0x68, 0xec, 0x9b, 0x8e, 0xe5, 0x0e, 0xfb, 0x23, 0x3d, 0x38, 0xf4, 0x79, 0xd6, 0x2b, 0x38, 0xb0, 0xc6, 0xfe, 0x61, 0x3f, 0x30, 0x6d, 0xcc, 0xa3, 0xb2, 0x1a, 0x85, 0x3c, 0x32, 0x6d,
0x63, 0x0b, 0x0d, 0x51, 0xef, 0xd1, 0xb1, 0x5a, 0x9d, 0xcd, 0xd9, 0x25, 0x53, 0xd0, 0x75, 0xa8, 0x8c, 0xee, 0x42, 0x63, 0xdf, 0x74, 0x2c, 0x77, 0xd8, 0x1f, 0xe9, 0xc1, 0xa1, 0xcf, 0xd3, 0x62,
0x3b, 0x63, 0xbb, 0xef, 0x1e, 0xf4, 0x3d, 0xf7, 0xc4, 0xa7, 0xb9, 0x6d, 0x51, 0xab, 0x39, 0x63, 0xd9, 0xb6, 0xd0, 0x18, 0xf6, 0x1e, 0xed, 0xab, 0xd5, 0xd9, 0x98, 0x5d, 0x32, 0x04, 0x5d, 0x87,
0xfb, 0x83, 0x03, 0xcd, 0x3d, 0x21, 0x6e, 0xaa, 0x46, 0x1c, 0x96, 0x6f, 0xb9, 0x43, 0x96, 0xd7, 0xba, 0x33, 0xb6, 0xfb, 0xee, 0x41, 0xdf, 0x73, 0x4f, 0x7c, 0x9a, 0xfc, 0x16, 0xb5, 0x9a, 0x33,
0x4e, 0x5f, 0x3f, 0x9e, 0x40, 0x66, 0x1b, 0xd8, 0x0a, 0x74, 0x3a, 0xbb, 0x96, 0x6f, 0x76, 0x34, 0xb6, 0x3f, 0x38, 0xd0, 0xdc, 0x13, 0xe2, 0xc7, 0x6a, 0xc4, 0xa3, 0xf9, 0x96, 0x3b, 0x64, 0x89,
0x01, 0xbd, 0x0c, 0xad, 0x81, 0x6b, 0x8f, 0x74, 0x4a, 0xa1, 0xfb, 0x9e, 0x6b, 0x53, 0x05, 0x2c, 0xef, 0xf4, 0xf9, 0xe3, 0x01, 0x64, 0xb4, 0x81, 0xad, 0x40, 0xa7, 0xa3, 0x6b, 0xf9, 0x46, 0x47,
0x6a, 0xa9, 0x56, 0xb4, 0x09, 0xf5, 0x58, 0x09, 0xfc, 0x6e, 0x9d, 0xc2, 0x51, 0x65, 0x5a, 0x9a, 0x03, 0xd0, 0xcb, 0xd0, 0x1a, 0xb8, 0xf6, 0x48, 0xa7, 0x1c, 0xba, 0xef, 0xb9, 0x36, 0x55, 0xc0,
0x88, 0xd4, 0x89, 0x80, 0x42, 0xa4, 0x05, 0x3e, 0x91, 0x8c, 0x50, 0xd9, 0x7d, 0xf3, 0x63, 0xcc, 0xa2, 0x96, 0x82, 0xa2, 0x4d, 0xa8, 0xc7, 0x4a, 0xe0, 0x77, 0xeb, 0x14, 0x8f, 0x2a, 0xd3, 0xd2,
0x15, 0xad, 0xce, 0xdb, 0xf6, 0xcc, 0x8f, 0x31, 0xc9, 0x7e, 0x4c, 0xc7, 0xc7, 0x5e, 0x10, 0xe6, 0x44, 0x28, 0x4f, 0x04, 0x14, 0x22, 0x2d, 0xf0, 0x89, 0x64, 0x84, 0xca, 0xee, 0x9b, 0x1f, 0x63,
0xa2, 0xdd, 0x26, 0x15, 0x9f, 0x26, 0x6b, 0xe5, 0x82, 0x8d, 0xb6, 0xa0, 0xe5, 0x07, 0xba, 0x17, 0xae, 0x68, 0x75, 0x0e, 0xdb, 0x33, 0x3f, 0xc6, 0x24, 0x3d, 0x32, 0x1d, 0x1f, 0x7b, 0x41, 0x98,
0xf4, 0x47, 0xae, 0x4f, 0x05, 0xa0, 0xdb, 0xa2, 0xb2, 0x9d, 0x52, 0x49, 0xdb, 0x1f, 0x12, 0xc1, 0xac, 0x76, 0x9b, 0x54, 0x7c, 0x9a, 0x0c, 0xca, 0x05, 0x1b, 0x6d, 0x41, 0xcb, 0x0f, 0x74, 0x2f,
0xde, 0xe5, 0x83, 0xb4, 0x26, 0x9d, 0x14, 0x7e, 0x92, 0x55, 0x28, 0x25, 0xe2, 0x55, 0xda, 0xb9, 0xe8, 0x8f, 0x5c, 0x9f, 0x0a, 0x40, 0xb7, 0x45, 0x65, 0x3b, 0xa5, 0x92, 0xb6, 0x3f, 0x24, 0x82,
0x56, 0xa1, 0x93, 0xc2, 0x4f, 0xf5, 0x7f, 0x0a, 0xd0, 0x12, 0x37, 0x4d, 0x8c, 0x09, 0x4b, 0xa5, 0xbd, 0xcb, 0x3b, 0x69, 0x4d, 0x3a, 0x28, 0xfc, 0x24, 0xb3, 0x50, 0x4e, 0xc4, 0xb3, 0xb4, 0x73,
0x42, 0x49, 0x0e, 0x3f, 0x09, 0x09, 0xb0, 0xa3, 0xef, 0x5b, 0x98, 0xe5, 0x6d, 0x54, 0x90, 0xab, 0xcd, 0x42, 0x07, 0x85, 0x9f, 0xea, 0xff, 0x14, 0xa0, 0x25, 0x2e, 0x9a, 0x18, 0x13, 0x96, 0x6b,
0x5a, 0x9d, 0xb5, 0xd1, 0x05, 0x88, 0x40, 0x32, 0x52, 0x53, 0xed, 0x29, 0xd2, 0xed, 0xd7, 0x68, 0x85, 0x92, 0x1c, 0x7e, 0x12, 0x16, 0x60, 0x47, 0xdf, 0xb7, 0x30, 0x4b, 0xec, 0xa8, 0x20, 0x57,
0x0b, 0x8d, 0x2f, 0xba, 0x30, 0x17, 0xa6, 0x7c, 0x4c, 0x8c, 0xc3, 0x4f, 0xd2, 0xb3, 0x3f, 0x36, 0xb5, 0x3a, 0x83, 0xd1, 0x09, 0x88, 0x40, 0x32, 0x56, 0x53, 0xed, 0x29, 0xd2, 0xe5, 0xd7, 0x28,
0x29, 0x54, 0x26, 0xc6, 0xe1, 0x27, 0xda, 0x82, 0x06, 0x5b, 0x72, 0xa4, 0x7b, 0xba, 0x1d, 0x0a, 0x84, 0x06, 0x20, 0x5d, 0x98, 0x0b, 0x73, 0x42, 0x26, 0xc6, 0xe1, 0x27, 0x69, 0xd9, 0x1f, 0x9b,
0xf1, 0x8b, 0x52, 0x43, 0xf0, 0x1e, 0x3e, 0x7d, 0x42, 0x6c, 0xca, 0xae, 0x6e, 0x7a, 0x1a, 0x63, 0x14, 0x2b, 0x13, 0xe3, 0xf0, 0x13, 0x6d, 0x41, 0x83, 0x4d, 0x39, 0xd2, 0x3d, 0xdd, 0x0e, 0x85,
0xfa, 0x2e, 0x9d, 0x85, 0x56, 0xa0, 0xc3, 0x56, 0x39, 0x30, 0x2d, 0xcc, 0xd5, 0x61, 0x8e, 0xe5, 0xf8, 0x45, 0xa9, 0x21, 0x78, 0x0f, 0x9f, 0x3e, 0x21, 0x36, 0x65, 0x57, 0x37, 0x3d, 0x8d, 0x6d,
0x7d, 0xb4, 0xfd, 0xbe, 0x69, 0x61, 0x26, 0xf1, 0xd1, 0x16, 0x28, 0x9b, 0xab, 0x4c, 0xe0, 0x69, 0xfa, 0x2e, 0x1d, 0x85, 0x56, 0xa0, 0xc3, 0x66, 0x39, 0x30, 0x2d, 0xcc, 0xd5, 0x61, 0x8e, 0x25,
0x0b, 0x65, 0xf2, 0x0d, 0x60, 0xb6, 0xb1, 0x1f, 0x5a, 0x5c, 0xe6, 0x16, 0x18, 0x8e, 0x4f, 0xb8, 0x86, 0x14, 0x7e, 0xdf, 0xb4, 0x30, 0x93, 0xf8, 0x68, 0x09, 0x74, 0x9b, 0xab, 0x4c, 0xe0, 0x29,
0xd9, 0x25, 0x71, 0xd4, 0xd8, 0x66, 0x2a, 0x03, 0x6c, 0x3b, 0xce, 0xd8, 0x26, 0x0a, 0xa3, 0xfe, 0x84, 0x6e, 0xf2, 0x0d, 0x60, 0xb6, 0xb1, 0x1f, 0x5a, 0x5c, 0xe6, 0x16, 0x18, 0x8d, 0x4f, 0xb8,
0xd9, 0x25, 0x81, 0xd6, 0xd8, 0x66, 0x2a, 0x03, 0x6c, 0x39, 0xce, 0xd8, 0x26, 0x0a, 0xa3, 0xfe,
0x63, 0x09, 0x16, 0x88, 0xdd, 0xe0, 0x26, 0x64, 0x06, 0xb7, 0x7f, 0x0d, 0xc0, 0xf0, 0x83, 0xbe, 0x63, 0x09, 0x16, 0x88, 0xdd, 0xe0, 0x26, 0x64, 0x06, 0xb7, 0x7f, 0x0d, 0xc0, 0xf0, 0x83, 0xbe,
0x60, 0xeb, 0x6a, 0x86, 0x1f, 0x70, 0xa7, 0xf0, 0xed, 0xd0, 0x6b, 0x17, 0x27, 0xe7, 0x18, 0x29, 0x60, 0xeb, 0x6a, 0x86, 0x1f, 0x70, 0xa7, 0xf0, 0xed, 0xd0, 0x6b, 0x17, 0x27, 0x27, 0x21, 0x29,
0x3b, 0x96, 0xf5, 0xdc, 0x17, 0x2a, 0xca, 0xdd, 0x80, 0x26, 0x4f, 0xb0, 0x85, 0x6c, 0xb0, 0xc1, 0x3b, 0x96, 0xf5, 0xdc, 0x17, 0xaa, 0xda, 0xdd, 0x80, 0x26, 0xcf, 0xc0, 0x85, 0x74, 0xb1, 0xc1,
0x1a, 0x77, 0xe4, 0xd6, 0xb8, 0x22, 0x2d, 0x0e, 0x26, 0xbc, 0xf7, 0xdc, 0x6c, 0xde, 0xbb, 0x9a, 0x80, 0x3b, 0x72, 0x6b, 0x5c, 0x91, 0x56, 0x0f, 0x13, 0xde, 0x7b, 0x6e, 0x36, 0xef, 0x5d, 0x4d,
0xf6, 0xde, 0xf7, 0xa1, 0x2d, 0x2a, 0x50, 0x68, 0x81, 0xa6, 0x68, 0x50, 0x4b, 0xd0, 0x20, 0x3f, 0x7b, 0xef, 0xfb, 0xd0, 0x16, 0x15, 0x28, 0xb4, 0x40, 0x53, 0x34, 0xa8, 0x25, 0x68, 0x90, 0x9f,
0xe9, 0x7c, 0x41, 0x74, 0xbe, 0x37, 0xa0, 0xe9, 0x60, 0x6c, 0xf4, 0x03, 0x4f, 0x77, 0xfc, 0x03, 0x74, 0xbe, 0x20, 0x3a, 0xdf, 0x1b, 0xd0, 0x74, 0x30, 0x36, 0xfa, 0x81, 0xa7, 0x3b, 0xfe, 0x01,
0xec, 0x51, 0xe7, 0x5d, 0xd5, 0x1a, 0xa4, 0xf1, 0x11, 0x6f, 0x43, 0x6f, 0x01, 0xd0, 0x3d, 0xb2, 0xf6, 0xa8, 0xf3, 0xae, 0x6a, 0x0d, 0x02, 0x7c, 0xc4, 0x61, 0xe8, 0x2d, 0x00, 0xba, 0x46, 0x56,
0x9a, 0x52, 0x63, 0x72, 0x4d, 0x89, 0x0a, 0x0d, 0xad, 0x29, 0x51, 0xa2, 0xd0, 0x9f, 0xea, 0x3f, 0x74, 0x6a, 0x4c, 0x2e, 0x3a, 0x51, 0xa1, 0xa1, 0x45, 0x27, 0xca, 0x14, 0xfa, 0x53, 0xfd, 0xe7,
0x17, 0xe0, 0x32, 0x2f, 0x0e, 0xcc, 0x2e, 0x50, 0x93, 0x1c, 0x67, 0xe8, 0x79, 0x8a, 0x67, 0xa4, 0x02, 0x5c, 0xe6, 0xd5, 0x83, 0xd9, 0x05, 0x6a, 0x92, 0xe3, 0x0c, 0x3d, 0x4f, 0xf1, 0x8c, 0x7c,
0xdb, 0xa5, 0x1c, 0xb1, 0x65, 0x59, 0x12, 0x5b, 0x8a, 0x29, 0x67, 0x25, 0x93, 0x72, 0x46, 0xd5, 0xbc, 0x94, 0x23, 0xb6, 0x2c, 0x4b, 0x62, 0x4b, 0x31, 0x27, 0xad, 0x64, 0x72, 0xd2, 0xa8, 0x1c,
0xb6, 0xb9, 0xfc, 0xd5, 0x36, 0xb4, 0x08, 0x65, 0x9a, 0x07, 0x51, 0xa6, 0xd7, 0x34, 0xf6, 0x91, 0x37, 0x97, 0xbf, 0x1c, 0x87, 0x16, 0xa1, 0x4c, 0x13, 0x25, 0xba, 0xe9, 0x35, 0x8d, 0x7d, 0xe4,
0x8b, 0x1d, 0xea, 0xef, 0x15, 0xa0, 0xb9, 0x87, 0x75, 0x6f, 0x70, 0x18, 0xd2, 0xf1, 0x8d, 0x64, 0xda, 0x0e, 0xf5, 0x77, 0x0b, 0xd0, 0xdc, 0xc3, 0xba, 0x37, 0x38, 0x0c, 0xf9, 0xf8, 0x46, 0xb2,
0x75, 0xf2, 0xa5, 0x09, 0xd5, 0x49, 0x61, 0xca, 0x97, 0xa6, 0x2c, 0x49, 0x00, 0x04, 0x6e, 0xa0, 0x7c, 0xf9, 0xd2, 0x84, 0xf2, 0xa5, 0x30, 0xe4, 0x4b, 0x53, 0xb7, 0x24, 0x08, 0x02, 0x37, 0xd0,
0x47, 0x58, 0xf6, 0x9d, 0xb1, 0xcd, 0x4b, 0x76, 0x6d, 0xda, 0xc1, 0x51, 0xdd, 0x19, 0xdb, 0xea, 0x23, 0x2a, 0xfb, 0xce, 0xd8, 0xe6, 0x35, 0xbd, 0x36, 0x6d, 0xe0, 0xa4, 0xee, 0x8c, 0x6d, 0xf5,
0x7f, 0x29, 0xd0, 0xf8, 0x3e, 0x59, 0x26, 0x24, 0xcc, 0x9d, 0x24, 0x61, 0x5e, 0x9e, 0x40, 0x18, 0xbf, 0x14, 0x68, 0x7c, 0x9f, 0x4c, 0x13, 0x32, 0xe6, 0x4e, 0x92, 0x31, 0x2f, 0x4f, 0x60, 0x8c,
0x0d, 0x07, 0x9e, 0x89, 0x8f, 0xf1, 0x97, 0xae, 0x62, 0xfb, 0x77, 0x0a, 0xf4, 0x48, 0x42, 0xab, 0x46, 0x72, 0x1e, 0x7c, 0x8c, 0xbf, 0x74, 0x25, 0xdd, 0xbf, 0x53, 0xa0, 0x47, 0x32, 0x5e, 0x8d,
0x31, 0x83, 0x31, 0xbb, 0x76, 0xdd, 0x80, 0xe6, 0xb1, 0x10, 0x5b, 0x16, 0xa8, 0x70, 0x36, 0x8e, 0x19, 0x8c, 0xd9, 0xb5, 0xeb, 0x06, 0x34, 0x8f, 0x85, 0xd8, 0xb2, 0x40, 0x85, 0xb3, 0x71, 0x9c,
0x93, 0x09, 0xb8, 0x06, 0x9d, 0xb0, 0x80, 0xca, 0x37, 0x1b, 0xda, 0xef, 0x57, 0x64, 0x58, 0xa7, 0xcc, 0xd0, 0x35, 0xe8, 0x84, 0x15, 0x56, 0xbe, 0xd8, 0xd0, 0x7e, 0xbf, 0x22, 0xa3, 0x3a, 0x45,
0x90, 0xa3, 0xf6, 0xaf, 0xed, 0x89, 0x8d, 0xea, 0x6f, 0x29, 0xb0, 0x20, 0x19, 0x88, 0xae, 0xc0, 0x1c, 0xb5, 0x7f, 0x6d, 0x4f, 0x04, 0xaa, 0xbf, 0xa5, 0xc0, 0x82, 0xa4, 0x23, 0xba, 0x02, 0x73,
0x1c, 0x4f, 0xf6, 0xb9, 0xa3, 0x67, 0xfa, 0x6e, 0x10, 0xf6, 0xc4, 0xe5, 0x2a, 0xd3, 0xc8, 0x06, 0xbc, 0x1a, 0xc0, 0x1d, 0x3d, 0xd3, 0x77, 0x83, 0x6c, 0x4f, 0x5c, 0xcf, 0x32, 0x8d, 0x6c, 0xc0,
0xac, 0x06, 0x7a, 0x01, 0xea, 0x51, 0xea, 0x63, 0x64, 0xf8, 0x63, 0xf8, 0xa8, 0x07, 0x55, 0x6e, 0x6a, 0x90, 0x04, 0x37, 0x4a, 0x7d, 0x8c, 0xcc, 0xfe, 0x18, 0x3e, 0xea, 0x41, 0x95, 0x9b, 0xc1,
0x06, 0xc3, 0x9c, 0x32, 0xfa, 0x56, 0x8f, 0x00, 0x3d, 0xc0, 0xb1, 0xd3, 0x99, 0x85, 0xa2, 0xb1, 0x30, 0xa7, 0x8c, 0xbe, 0xd5, 0x23, 0x40, 0x0f, 0x70, 0xec, 0x74, 0x66, 0xe1, 0x68, 0x6c, 0x6f,
0xbd, 0x89, 0x11, 0x4d, 0x1a, 0x21, 0x43, 0xfd, 0x77, 0x05, 0x16, 0x04, 0x68, 0xb3, 0x14, 0x65, 0x62, 0x42, 0x93, 0x46, 0xc8, 0x50, 0xff, 0x5d, 0x81, 0x05, 0x01, 0xdb, 0x2c, 0x55, 0x9b, 0xd8,
0x62, 0xc7, 0x58, 0xb8, 0x88, 0x63, 0x14, 0x0a, 0x0f, 0xc5, 0x73, 0x15, 0x1e, 0xae, 0x03, 0x44, 0x31, 0x16, 0x2e, 0xe2, 0x18, 0x85, 0xca, 0x44, 0xf1, 0x5c, 0x95, 0x89, 0xeb, 0x00, 0x11, 0xff,
0xf4, 0x0f, 0x29, 0x9a, 0x68, 0x51, 0xff, 0x46, 0x81, 0xcb, 0xef, 0xea, 0x8e, 0xe1, 0x1e, 0x1c, 0x43, 0x8e, 0x26, 0x20, 0xea, 0xdf, 0x28, 0x70, 0xf9, 0x5d, 0xdd, 0x31, 0xdc, 0x83, 0x83, 0xd9,
0xcc, 0x2e, 0xaa, 0x9b, 0x20, 0x64, 0xa1, 0x79, 0x4b, 0x6f, 0x62, 0xea, 0xfa, 0x2a, 0xcc, 0x7b, 0x45, 0x75, 0x13, 0x84, 0x2c, 0x34, 0x6f, 0x6d, 0x4e, 0x4c, 0x5d, 0x5f, 0x85, 0x79, 0x8f, 0x79,
0xcc, 0x33, 0x19, 0xa2, 0x2c, 0x17, 0xb5, 0x4e, 0xd8, 0x11, 0xc9, 0xe8, 0x9f, 0x17, 0x00, 0x91, 0x26, 0x43, 0x94, 0xe5, 0xa2, 0xd6, 0x09, 0x1b, 0x22, 0x19, 0xfd, 0xb3, 0x02, 0x20, 0xb2, 0xea,
0x5d, 0xdf, 0xd3, 0x2d, 0xdd, 0x19, 0xe0, 0x8b, 0xa3, 0x7e, 0x13, 0x5a, 0x42, 0xec, 0x11, 0x1d, 0x7b, 0xba, 0xa5, 0x3b, 0x03, 0x7c, 0x71, 0xd2, 0x6f, 0x42, 0x4b, 0x88, 0x3d, 0xa2, 0xb3, 0xf2,
0x85, 0x27, 0x83, 0x0f, 0x1f, 0xbd, 0x07, 0xad, 0x7d, 0x06, 0xaa, 0xef, 0x61, 0xdd, 0x77, 0x1d, 0x64, 0xf0, 0xe1, 0xa3, 0xf7, 0xa0, 0xb5, 0xcf, 0x50, 0xf5, 0x3d, 0xac, 0xfb, 0xae, 0xc3, 0xb7,
0xce, 0x0e, 0x69, 0x95, 0xed, 0x91, 0x67, 0x0e, 0x87, 0xd8, 0xdb, 0x74, 0x1d, 0x83, 0x07, 0xd1, 0x43, 0x5a, 0x86, 0x7b, 0xe4, 0x99, 0xc3, 0x21, 0xf6, 0x36, 0x5d, 0xc7, 0xe0, 0x41, 0xf4, 0x7e,
0xfb, 0x21, 0x9a, 0x64, 0x2a, 0x51, 0x86, 0x38, 0x10, 0x8b, 0x98, 0x13, 0x45, 0x62, 0x94, 0x14, 0x48, 0x26, 0x19, 0x4a, 0x94, 0x21, 0x0e, 0xc4, 0xa2, 0xcd, 0x89, 0x22, 0x31, 0xca, 0x0a, 0x1f,
0x3e, 0xd6, 0xad, 0x98, 0x10, 0xb1, 0x37, 0xec, 0xb0, 0x8e, 0xbd, 0xc9, 0x45, 0x56, 0x49, 0x60, 0xeb, 0x56, 0xcc, 0x88, 0xd8, 0x1b, 0x76, 0x58, 0xc3, 0xde, 0xe4, 0x2a, 0xac, 0x24, 0x30, 0x52,
0xa4, 0xfe, 0xa5, 0x02, 0x28, 0xca, 0x94, 0x69, 0x69, 0x81, 0x6a, 0x74, 0x7a, 0xaa, 0x22, 0x71, 0xff, 0x52, 0x01, 0x14, 0x65, 0xca, 0xb4, 0xb4, 0x40, 0x35, 0x3a, 0x3d, 0x54, 0x91, 0x38, 0xe5,
0xca, 0x57, 0xa1, 0x66, 0x84, 0x33, 0xb9, 0x09, 0x8a, 0x1b, 0xa8, 0x8f, 0xa4, 0x48, 0xf7, 0x89, 0xab, 0x50, 0x33, 0xc2, 0x91, 0xdc, 0x04, 0xc5, 0x00, 0xea, 0x23, 0x29, 0xd1, 0x7d, 0x22, 0x79,
0xe4, 0x61, 0x23, 0xcc, 0x44, 0x59, 0xe3, 0x43, 0xda, 0x26, 0xc6, 0x55, 0xa5, 0x74, 0x5c, 0x95, 0xd8, 0x08, 0x33, 0x51, 0x06, 0x7c, 0x48, 0x61, 0x62, 0x5c, 0x55, 0x4a, 0xc7, 0x55, 0xc9, 0x22,
0xac, 0x21, 0x96, 0x85, 0x1a, 0xa2, 0xfa, 0xb3, 0x02, 0x74, 0xa8, 0x0b, 0xd9, 0x8c, 0xab, 0x45, 0x63, 0x59, 0x28, 0x32, 0xaa, 0x3f, 0x2b, 0x40, 0x87, 0xba, 0x90, 0xcd, 0xb8, 0x5a, 0x94, 0x8b,
0xb9, 0x90, 0xbe, 0x01, 0x4d, 0x7e, 0x95, 0x44, 0x40, 0xbc, 0xf1, 0x34, 0xb1, 0x18, 0xba, 0x05, 0xe8, 0x1b, 0xd0, 0xe4, 0x77, 0x4d, 0x04, 0xc2, 0x1b, 0x4f, 0x13, 0x93, 0xa1, 0x5b, 0xb0, 0xc8,
0x8b, 0x6c, 0x90, 0x87, 0xfd, 0xb1, 0x15, 0x27, 0x61, 0x2c, 0x0b, 0x41, 0x4f, 0x99, 0xef, 0x22, 0x3a, 0x79, 0xd8, 0x1f, 0x5b, 0x71, 0x12, 0xc6, 0xb2, 0x10, 0xf4, 0x94, 0xf9, 0x2e, 0xd2, 0x14,
0x5d, 0xe1, 0x8c, 0xc7, 0x70, 0x79, 0x68, 0xb9, 0xfb, 0xba, 0xd5, 0x17, 0xd9, 0xc3, 0x78, 0x98, 0x8e, 0x78, 0x0c, 0x97, 0x87, 0x96, 0xbb, 0xaf, 0x5b, 0x7d, 0x71, 0x7b, 0xd8, 0x1e, 0xe6, 0x90,
0x43, 0xe2, 0x17, 0xd9, 0xf4, 0xbd, 0x24, 0x0f, 0x7d, 0x74, 0x0f, 0x9a, 0x3e, 0xc6, 0x47, 0x71, 0xf8, 0x45, 0x36, 0x7c, 0x2f, 0xb9, 0x87, 0x3e, 0xba, 0x07, 0x4d, 0x1f, 0xe3, 0xa3, 0x38, 0x33,
0x66, 0x56, 0xce, 0x93, 0x99, 0x35, 0xc8, 0x9c, 0x28, 0x31, 0xfb, 0x43, 0x05, 0xda, 0xa9, 0x13, 0x2b, 0xe7, 0xc9, 0xcc, 0x1a, 0x64, 0x4c, 0x94, 0x98, 0xfd, 0x81, 0x02, 0xed, 0xd4, 0x11, 0x41,
0x80, 0x74, 0x1d, 0x41, 0xc9, 0xd6, 0x11, 0xee, 0x40, 0x99, 0x58, 0x2a, 0xe6, 0x5b, 0x5a, 0xf2, 0xba, 0x8e, 0xa0, 0x64, 0xeb, 0x08, 0x77, 0xa0, 0x4c, 0x2c, 0x15, 0xf3, 0x2d, 0x2d, 0x79, 0x8e,
0x1c, 0x57, 0x5c, 0x55, 0x63, 0x13, 0xd0, 0x3a, 0x2c, 0x48, 0x6e, 0x1a, 0x70, 0xf6, 0xa3, 0xec, 0x2b, 0xce, 0xaa, 0xb1, 0x01, 0x68, 0x1d, 0x16, 0x24, 0x57, 0x11, 0xf8, 0xf6, 0xa3, 0xec, 0x4d,
0x45, 0x03, 0xf5, 0xe7, 0x25, 0xa8, 0x27, 0x48, 0x31, 0xa5, 0x04, 0xf2, 0x5c, 0x2a, 0xb9, 0x93, 0x04, 0xf5, 0xe7, 0x25, 0xa8, 0x27, 0x58, 0x31, 0xa5, 0x04, 0xf2, 0x5c, 0x4a, 0xbd, 0x93, 0x8e,
0x4e, 0x96, 0x89, 0xc8, 0xd9, 0xd8, 0x66, 0x09, 0x1b, 0xcf, 0x1e, 0x6d, 0x6c, 0xd3, 0x74, 0x2d, 0x9e, 0x89, 0xc8, 0xd9, 0xd8, 0x66, 0x09, 0x1b, 0xcf, 0x1e, 0x6d, 0x6c, 0xd3, 0x74, 0x2d, 0x99,
0x99, 0x89, 0x55, 0x84, 0x4c, 0x2c, 0x95, 0xab, 0xce, 0x9d, 0x91, 0xab, 0x56, 0xc5, 0x5c, 0x55, 0x89, 0x55, 0x84, 0x4c, 0x2c, 0x95, 0xab, 0xce, 0x9d, 0x91, 0xab, 0x56, 0xc5, 0x5c, 0x55, 0x50,
0x50, 0xa1, 0x5a, 0x5a, 0x85, 0xf2, 0x56, 0x25, 0x6e, 0xc1, 0xc2, 0x80, 0x55, 0xca, 0xef, 0x9d, 0xa1, 0x5a, 0x5a, 0x85, 0xf2, 0x56, 0x25, 0x6e, 0xc1, 0xc2, 0x80, 0x95, 0xd2, 0xef, 0x9d, 0x6e,
0x6e, 0x46, 0x5d, 0x3c, 0x28, 0x95, 0x75, 0xa1, 0xfb, 0x71, 0xbd, 0x91, 0x71, 0x99, 0x65, 0x0b, 0x46, 0x4d, 0x3c, 0x28, 0x95, 0x35, 0xa1, 0xfb, 0x71, 0xbd, 0x91, 0xed, 0x32, 0xcb, 0x16, 0xe4,
0xf2, 0x54, 0x98, 0xf3, 0x86, 0x31, 0x39, 0xb4, 0xcc, 0xf4, 0x2b, 0x5d, 0x0f, 0x69, 0x5e, 0xa8, 0xa9, 0x30, 0xdf, 0x1b, 0xb6, 0xc9, 0xa1, 0x65, 0xa6, 0x5f, 0xe9, 0x7a, 0x48, 0xf3, 0x42, 0xf5,
0x1e, 0xf2, 0x02, 0xd4, 0xc3, 0x48, 0x85, 0x68, 0x7a, 0x8b, 0x19, 0xbd, 0xd0, 0x0c, 0x18, 0xbe, 0x90, 0x17, 0xa0, 0x1e, 0x46, 0x2a, 0x44, 0xd3, 0x5b, 0xcc, 0xe8, 0x85, 0x66, 0xc0, 0xf0, 0x05,
0x60, 0x07, 0xda, 0xe2, 0x59, 0x42, 0xba, 0x90, 0xd0, 0xc9, 0x16, 0x12, 0xae, 0xc0, 0x9c, 0xe9, 0x3b, 0xd0, 0x16, 0x0f, 0x1b, 0xd2, 0x85, 0x84, 0x4e, 0xb6, 0x90, 0x70, 0x05, 0xe6, 0x4c, 0xbf,
0xf7, 0x0f, 0xf4, 0x23, 0xdc, 0x9d, 0xa7, 0xbd, 0x15, 0xd3, 0xbf, 0xaf, 0x1f, 0x61, 0xf5, 0x5f, 0x7f, 0xa0, 0x1f, 0xe1, 0xee, 0x3c, 0x6d, 0xad, 0x98, 0xfe, 0x7d, 0xfd, 0x08, 0xab, 0xff, 0x5a,
0x8b, 0xd0, 0x8a, 0x1d, 0x6c, 0x6e, 0x0b, 0x92, 0xe7, 0xb6, 0xcd, 0x0e, 0x74, 0xe2, 0xb8, 0x87, 0x84, 0x56, 0xec, 0x60, 0x73, 0x5b, 0x90, 0x3c, 0xd7, 0x71, 0x76, 0xa0, 0x13, 0xc7, 0x3d, 0x94,
0x52, 0xf8, 0xcc, 0xe4, 0x39, 0x7d, 0x40, 0xd7, 0x1e, 0xa5, 0xf4, 0x55, 0x70, 0xf7, 0xa5, 0x73, 0xc3, 0x67, 0x26, 0xcf, 0xe9, 0x13, 0xbc, 0xf6, 0x28, 0xa5, 0xaf, 0x82, 0xbb, 0x2f, 0x9d, 0xcb,
0xb9, 0xfb, 0x19, 0xcf, 0xe1, 0x6f, 0xc3, 0x52, 0xe4, 0x7b, 0x85, 0x6d, 0xb3, 0x04, 0x6b, 0x31, 0xdd, 0xcf, 0x78, 0x50, 0x7f, 0x1b, 0x96, 0x22, 0xdf, 0x2b, 0x2c, 0x9b, 0x25, 0x58, 0x8b, 0x61,
0xec, 0xdc, 0x4d, 0x6e, 0x7f, 0x82, 0x09, 0x98, 0x9b, 0x64, 0x02, 0xd2, 0x22, 0x50, 0xcd, 0x88, 0xe3, 0x6e, 0x72, 0xf9, 0x13, 0x4c, 0xc0, 0xdc, 0x24, 0x13, 0x90, 0x16, 0x81, 0x6a, 0x46, 0x04,
0x40, 0xf6, 0x3a, 0x40, 0x4d, 0x72, 0x1d, 0x40, 0x7d, 0x0c, 0x0b, 0xb4, 0xf6, 0xeb, 0x0f, 0x3c, 0xb2, 0xf7, 0x05, 0x6a, 0x92, 0xfb, 0x02, 0xea, 0x63, 0x58, 0xa0, 0xb5, 0x5f, 0x7f, 0xe0, 0x99,
0x73, 0x1f, 0x47, 0x29, 0x40, 0x1e, 0xb6, 0xf6, 0xa0, 0x9a, 0xca, 0x22, 0xa2, 0x6f, 0xf5, 0x27, 0xfb, 0x38, 0x4a, 0x01, 0xf2, 0x6c, 0x6b, 0x0f, 0xaa, 0xa9, 0x2c, 0x22, 0xfa, 0x56, 0x7f, 0xa2,
0x0a, 0x5c, 0xce, 0xae, 0x4b, 0x25, 0x26, 0x36, 0x24, 0x8a, 0x60, 0x48, 0x7e, 0x19, 0x16, 0x12, 0xc0, 0xe5, 0xec, 0xbc, 0x54, 0x62, 0x62, 0x43, 0xa2, 0x08, 0x86, 0xe4, 0x97, 0x61, 0x21, 0x11,
0x11, 0xa5, 0xb0, 0xf2, 0x84, 0x08, 0x5c, 0x82, 0xb8, 0x86, 0xe2, 0x35, 0xc2, 0x36, 0xf5, 0xe7, 0x51, 0x0a, 0x33, 0x4f, 0x88, 0xc0, 0x25, 0x84, 0x6b, 0x28, 0x9e, 0x23, 0x84, 0xa9, 0x3f, 0x57,
0x4a, 0x54, 0x42, 0x27, 0x6d, 0x43, 0x7a, 0x3e, 0x41, 0xfc, 0x9a, 0xeb, 0x58, 0xa6, 0x13, 0x55, 0xa2, 0x12, 0x3a, 0x81, 0x0d, 0xe9, 0xf9, 0x04, 0xf1, 0x6b, 0xae, 0x63, 0x99, 0x4e, 0x54, 0x29,
0x4a, 0xf8, 0x1e, 0x59, 0x23, 0xaf, 0x94, 0xbc, 0x0b, 0x6d, 0x3e, 0x28, 0x72, 0x4f, 0x39, 0x03, 0xe1, 0x6b, 0x64, 0x40, 0x5e, 0x29, 0x79, 0x17, 0xda, 0xbc, 0x53, 0xe4, 0x9e, 0x72, 0x06, 0x64,
0xb2, 0x16, 0x9b, 0x17, 0x39, 0xa6, 0x9b, 0xd0, 0xe2, 0x07, 0x07, 0x21, 0xbc, 0xa2, 0xec, 0x38, 0x2d, 0x36, 0x2e, 0x72, 0x4c, 0x37, 0xa1, 0xc5, 0x0f, 0x0e, 0x42, 0x7c, 0x45, 0xd9, 0x71, 0xc2,
0xe1, 0x7b, 0xd0, 0x09, 0x87, 0x9d, 0xd7, 0x21, 0xb6, 0xf9, 0xc4, 0x28, 0xb0, 0xfb, 0x0d, 0x05, 0xf7, 0xa0, 0x13, 0x76, 0x3b, 0xaf, 0x43, 0x6c, 0xf3, 0x81, 0x51, 0x60, 0xf7, 0x1b, 0x0a, 0x74,
0xba, 0xa2, 0x7b, 0x4c, 0x6c, 0xff, 0xfc, 0xe1, 0xdd, 0x9b, 0xe2, 0x69, 0xf0, 0xcd, 0x33, 0xf0, 0x45, 0xf7, 0x98, 0x58, 0xfe, 0xf9, 0xc3, 0xbb, 0x37, 0xc5, 0xe3, 0xe2, 0x9b, 0x67, 0xd0, 0x13,
0x89, 0xe1, 0x84, 0x67, 0xc2, 0xbf, 0x53, 0xa0, 0x47, 0xfb, 0x24, 0xd5, 0xdb, 0x32, 0xfd, 0xc0, 0xe3, 0x09, 0x0f, 0x8d, 0x7f, 0xa7, 0x40, 0xcf, 0xfe, 0x49, 0xaa, 0xb7, 0x65, 0xfa, 0x81, 0x67,
0x33, 0xf7, 0xc7, 0xb3, 0x9d, 0x4f, 0xea, 0x50, 0x1f, 0x1c, 0xe2, 0xc1, 0xd1, 0xc8, 0x35, 0x63, 0xee, 0x8f, 0x67, 0x3b, 0xc0, 0xd4, 0xa1, 0x3e, 0x38, 0xc4, 0x83, 0xa3, 0x91, 0x6b, 0xc6, 0xbb,
0xae, 0xbc, 0x2d, 0xc3, 0x69, 0x32, 0xd8, 0xb5, 0xcd, 0x78, 0x05, 0x76, 0x02, 0x94, 0x5c, 0xb3, 0xf2, 0xb6, 0x8c, 0xa6, 0xc9, 0x68, 0xd7, 0x36, 0xe3, 0x19, 0xd8, 0x09, 0x50, 0x72, 0xce, 0xde,
0xf7, 0x43, 0xe8, 0xa4, 0x07, 0x24, 0x0f, 0x5e, 0x6a, 0xec, 0xe0, 0xe5, 0xb6, 0x78, 0xf0, 0x32, 0x0f, 0xa1, 0x93, 0xee, 0x90, 0x3c, 0x78, 0xa9, 0xb1, 0x83, 0x97, 0xdb, 0xe2, 0xc1, 0xcb, 0x94,
0x25, 0xd2, 0x48, 0x9c, 0xbb, 0xfc, 0x55, 0x01, 0xbe, 0x2a, 0xc5, 0x6d, 0x96, 0x2c, 0x69, 0x52, 0x48, 0x23, 0x71, 0xee, 0xf2, 0x57, 0x05, 0xf8, 0xaa, 0x94, 0xb6, 0x59, 0xb2, 0xa4, 0x49, 0x75,
0x1d, 0xe9, 0x1e, 0x54, 0x53, 0x49, 0xed, 0xcb, 0x67, 0xf0, 0x8f, 0xd7, 0x52, 0x59, 0x4d, 0xcf, 0xa4, 0x7b, 0x50, 0x4d, 0x25, 0xb5, 0x2f, 0x9f, 0xb1, 0x7f, 0xbc, 0x96, 0xca, 0x6a, 0x7a, 0x7e,
0x8f, 0x63, 0xab, 0x58, 0xe1, 0x4b, 0x93, 0xd7, 0xe0, 0x7a, 0x27, 0xac, 0x11, 0xce, 0x43, 0x77, 0x1c, 0x5b, 0xc5, 0x0a, 0x5f, 0x9a, 0x3c, 0x07, 0xd7, 0x3b, 0x61, 0x8e, 0x70, 0x1c, 0xba, 0x0b,
0xa1, 0xc1, 0x0a, 0x06, 0xfd, 0x63, 0x13, 0x9f, 0x84, 0xc7, 0x9a, 0xd7, 0xa5, 0xa6, 0x99, 0x8e, 0x0d, 0x56, 0x30, 0xe8, 0x1f, 0x9b, 0xf8, 0x24, 0x3c, 0xd6, 0xbc, 0x2e, 0x35, 0xcd, 0xb4, 0xdf,
0x7b, 0x62, 0xe2, 0x13, 0xad, 0x6e, 0x45, 0xbf, 0x7d, 0xf5, 0xbf, 0x8b, 0x00, 0x71, 0x1f, 0xc9, 0x13, 0x13, 0x9f, 0x68, 0x75, 0x2b, 0xfa, 0xed, 0xab, 0xff, 0x5d, 0x04, 0x88, 0xdb, 0x48, 0x76,
0xce, 0x62, 0x9d, 0xe7, 0x4a, 0x9c, 0x68, 0x21, 0xb1, 0x84, 0x18, 0xb9, 0x86, 0x9f, 0x48, 0x8b, 0x16, 0xeb, 0x3c, 0x57, 0xe2, 0x04, 0x84, 0xc4, 0x12, 0x62, 0xe4, 0x1a, 0x7e, 0x22, 0x2d, 0x3e,
0x8f, 0x15, 0x0c, 0xd3, 0x0f, 0x38, 0x5d, 0xd6, 0xcf, 0xc6, 0x25, 0x24, 0x11, 0x61, 0x19, 0x97, 0x56, 0x30, 0x4c, 0x3f, 0xe0, 0x7c, 0x59, 0x3f, 0x9b, 0x96, 0x90, 0x45, 0x64, 0xcb, 0xb8, 0xcc,
0x19, 0x3f, 0x6e, 0x41, 0xaf, 0x03, 0x1a, 0x7a, 0xee, 0x89, 0xe9, 0x0c, 0x93, 0xf9, 0x06, 0x4b, 0xf8, 0x31, 0x04, 0xbd, 0x0e, 0x68, 0xe8, 0xb9, 0x27, 0xa6, 0x33, 0x4c, 0xe6, 0x1b, 0x2c, 0x2d,
0x4b, 0xe6, 0x79, 0x4f, 0x22, 0xe1, 0xf8, 0x11, 0x74, 0x52, 0xc3, 0x43, 0x92, 0xdc, 0x9e, 0x82, 0x99, 0xe7, 0x2d, 0x89, 0x84, 0xe3, 0x47, 0xd0, 0x49, 0x75, 0x0f, 0x59, 0x72, 0x7b, 0x0a, 0x19,
0xc6, 0x03, 0x61, 0x2d, 0x2e, 0xbe, 0x6d, 0x11, 0x82, 0xdf, 0xeb, 0x43, 0x27, 0x8d, 0xaf, 0xe4, 0x0f, 0x84, 0xb9, 0xb8, 0xf8, 0xb6, 0x45, 0x0c, 0x7e, 0xaf, 0x0f, 0x9d, 0x34, 0xbd, 0x92, 0xb3,
0xec, 0xf0, 0x9b, 0xa2, 0x08, 0x9f, 0x65, 0x69, 0xc8, 0x32, 0x09, 0x21, 0xee, 0xe9, 0xb0, 0x28, 0xc3, 0x6f, 0x8a, 0x22, 0x7c, 0x96, 0xa5, 0x21, 0xd3, 0x24, 0x84, 0xb8, 0xa7, 0xc3, 0xa2, 0x8c,
0xc3, 0x44, 0x02, 0xe4, 0xc2, 0x7a, 0xf2, 0x76, 0x14, 0xec, 0x52, 0x0a, 0x4f, 0xf2, 0x1f, 0x89, 0x12, 0x09, 0x92, 0x0b, 0xeb, 0xc9, 0xdb, 0x51, 0xb0, 0x4b, 0x39, 0x3c, 0xc9, 0x7f, 0x24, 0x6a,
0x5a, 0x70, 0x41, 0xa8, 0x05, 0xab, 0x7f, 0xaf, 0x00, 0xca, 0x0a, 0x36, 0x6a, 0x41, 0x21, 0x5a, 0xc1, 0x05, 0xa1, 0x16, 0xac, 0xfe, 0xbd, 0x02, 0x28, 0x2b, 0xd8, 0xa8, 0x05, 0x85, 0x68, 0x92,
0xa4, 0xb0, 0xbd, 0x95, 0x12, 0xa4, 0x42, 0x46, 0x90, 0xae, 0x42, 0x2d, 0xf2, 0xe7, 0xdc, 0x78, 0xc2, 0xf6, 0x56, 0x4a, 0x90, 0x0a, 0x19, 0x41, 0xba, 0x0a, 0xb5, 0xc8, 0x9f, 0x73, 0xe3, 0x1d,
0xc7, 0x0d, 0x49, 0x31, 0x2b, 0x89, 0x62, 0x96, 0x40, 0xac, 0x2c, 0x16, 0xa9, 0x6f, 0xc1, 0xa2, 0x03, 0x92, 0x62, 0x56, 0x12, 0xc5, 0x2c, 0x41, 0x58, 0x59, 0x2c, 0x52, 0xdf, 0x82, 0x45, 0x4b,
0xa5, 0xfb, 0x41, 0x9f, 0xd5, 0xc2, 0x03, 0xd3, 0xc6, 0x7e, 0xa0, 0xdb, 0x23, 0x1a, 0x2c, 0x97, 0xf7, 0x83, 0x3e, 0xab, 0x85, 0x07, 0xa6, 0x8d, 0xfd, 0x40, 0xb7, 0x47, 0x34, 0x58, 0x2e, 0x69,
0x34, 0x44, 0xfa, 0xb6, 0x48, 0xd7, 0xa3, 0xb0, 0x47, 0x3d, 0x04, 0x94, 0x55, 0xaf, 0x24, 0x6c, 0x88, 0xb4, 0x6d, 0x91, 0xa6, 0x47, 0x61, 0x8b, 0x7a, 0x08, 0x28, 0xab, 0x5e, 0x49, 0xdc, 0x8a,
0x45, 0x84, 0x3d, 0x6d, 0x4f, 0x09, 0xdc, 0x8a, 0x22, 0xd1, 0xfe, 0xb8, 0x08, 0x28, 0x8e, 0x71, 0x88, 0x7b, 0xda, 0x9a, 0x12, 0xb4, 0x15, 0x45, 0xa6, 0xfd, 0x51, 0x11, 0x50, 0x1c, 0xe3, 0x44,
0xa2, 0xd3, 0xd6, 0x3c, 0x81, 0xc1, 0x3a, 0x2c, 0x64, 0x23, 0xa0, 0x30, 0xec, 0x43, 0x99, 0xf8, 0xa7, 0xad, 0x79, 0x02, 0x83, 0x75, 0x58, 0xc8, 0x46, 0x40, 0x61, 0xd8, 0x87, 0x32, 0xf1, 0x8f,
0x47, 0x16, 0xab, 0x14, 0x65, 0x57, 0x17, 0xdf, 0x88, 0x0c, 0x22, 0x0b, 0xe8, 0xae, 0x4f, 0x2c, 0x2c, 0x56, 0x29, 0xca, 0xee, 0x36, 0xbe, 0x11, 0x19, 0x44, 0x16, 0xd0, 0x5d, 0x9f, 0x58, 0xaa,
0xd5, 0x8b, 0x36, 0xf1, 0x87, 0xe9, 0x2b, 0x8f, 0x4c, 0xc3, 0xee, 0x48, 0x8d, 0x57, 0x66, 0xcb, 0x17, 0x6d, 0xe2, 0x0f, 0xd3, 0x77, 0x22, 0x99, 0x86, 0xdd, 0x91, 0x1a, 0xaf, 0xcc, 0x92, 0xa7,
0x53, 0xef, 0x3b, 0x0a, 0xa1, 0x66, 0xe5, 0x3c, 0xa1, 0xe6, 0xec, 0x17, 0x14, 0xff, 0xad, 0x00, 0x5e, 0x88, 0x14, 0x42, 0xcd, 0xca, 0x79, 0x42, 0xcd, 0xd9, 0x6f, 0x30, 0xfe, 0x5b, 0x01, 0xe6,
0xf3, 0x11, 0x21, 0xcf, 0xc5, 0xa4, 0xe9, 0x07, 0xe3, 0x9f, 0x32, 0x57, 0x3e, 0x92, 0x73, 0xe5, 0x23, 0x46, 0x9e, 0x6b, 0x93, 0xa6, 0x1f, 0x8c, 0x7f, 0xca, 0xbb, 0xf2, 0x91, 0x7c, 0x57, 0xbe,
0x5b, 0x67, 0x86, 0xfb, 0x79, 0x99, 0x32, 0x3b, 0x65, 0x3f, 0x86, 0x39, 0x5e, 0xb8, 0xcd, 0x18, 0x75, 0x66, 0xb8, 0x9f, 0x77, 0x53, 0x66, 0xe7, 0xec, 0xc7, 0x30, 0xc7, 0x0b, 0xb7, 0x19, 0x43,
0x8a, 0x3c, 0x09, 0xf5, 0x22, 0x94, 0x89, 0x5d, 0x0a, 0xab, 0x6e, 0xec, 0x83, 0x91, 0x34, 0x79, 0x91, 0x27, 0xa1, 0x5e, 0x84, 0x32, 0xb1, 0x4b, 0x61, 0xd5, 0x8d, 0x7d, 0x30, 0x96, 0x26, 0x6f,
0x01, 0x96, 0xdb, 0x8a, 0xa6, 0x70, 0xff, 0x55, 0xfd, 0x4f, 0x05, 0x60, 0xef, 0xd4, 0x19, 0xdc, 0xc8, 0x72, 0x5b, 0xd1, 0x14, 0x2e, 0xc8, 0xaa, 0xff, 0xa9, 0x00, 0xec, 0x9d, 0x3a, 0x83, 0xbb,
0x65, 0x4a, 0x7a, 0x0b, 0x4a, 0xd3, 0xae, 0x4b, 0x91, 0xd1, 0x54, 0xb6, 0xe8, 0xc8, 0x1c, 0xcc, 0x4c, 0x49, 0x6f, 0x41, 0x69, 0xda, 0x7d, 0x2a, 0xd2, 0x9b, 0xca, 0x16, 0xed, 0x99, 0x63, 0x73,
0x15, 0x4a, 0x06, 0xc5, 0x74, 0xc9, 0x60, 0x52, 0xb2, 0x3f, 0xd9, 0x94, 0x7d, 0x0b, 0x4a, 0x24, 0x85, 0x92, 0x41, 0x31, 0x5d, 0x32, 0x98, 0x94, 0xec, 0x4f, 0x36, 0x65, 0xdf, 0x82, 0x12, 0x09,
0xd0, 0xe3, 0xd7, 0x8d, 0x72, 0x1d, 0x78, 0xd2, 0x09, 0xea, 0x27, 0x05, 0xb8, 0x42, 0xb0, 0x7f, 0xf4, 0xf8, 0x75, 0xa3, 0x5c, 0x07, 0x9e, 0x74, 0x80, 0xfa, 0x49, 0x01, 0xae, 0x10, 0xea, 0x9f,
0x3e, 0x51, 0x61, 0x1e, 0xd6, 0x24, 0xac, 0x65, 0x51, 0xb4, 0x96, 0x77, 0x60, 0x8e, 0xa5, 0xfb, 0x4f, 0x54, 0x98, 0x67, 0x6b, 0x12, 0xd6, 0xb2, 0x28, 0x5a, 0xcb, 0x3b, 0x30, 0xc7, 0xd2, 0xfd,
0x61, 0x7c, 0x73, 0x7d, 0x12, 0xad, 0x19, 0x67, 0xb4, 0x70, 0xf8, 0xac, 0x39, 0xa3, 0x70, 0xd8, 0x30, 0xbe, 0xb9, 0x3e, 0x89, 0xd7, 0x6c, 0x67, 0xb4, 0xb0, 0xfb, 0xac, 0x39, 0xa3, 0x70, 0xd8,
0x5a, 0x99, 0xed, 0xb0, 0x75, 0x2e, 0x5d, 0x14, 0x4c, 0x30, 0xad, 0x2a, 0xda, 0xf8, 0xc7, 0xd0, 0x5a, 0x99, 0xed, 0xb0, 0x75, 0x2e, 0x5d, 0x14, 0x4c, 0x6c, 0x5a, 0x55, 0xb4, 0xf1, 0x8f, 0xa1,
0xd4, 0x92, 0x82, 0x87, 0x10, 0x94, 0x12, 0xd7, 0x13, 0xe9, 0x6f, 0x9a, 0xe6, 0xe9, 0x23, 0x7d, 0xa9, 0x25, 0x05, 0x0f, 0x21, 0x28, 0x25, 0xee, 0x2f, 0xd2, 0xdf, 0x34, 0xcd, 0xd3, 0x47, 0xfa,
0x60, 0x06, 0xa7, 0x94, 0x9c, 0x65, 0x2d, 0xfa, 0x96, 0x4b, 0xb9, 0xfa, 0xbf, 0x0a, 0x5c, 0x0e, 0xc0, 0x0c, 0x4e, 0x29, 0x3b, 0xcb, 0x5a, 0xf4, 0x2d, 0x97, 0x72, 0xf5, 0x7f, 0x15, 0xb8, 0x1c,
0x0f, 0xf5, 0xb8, 0x0e, 0x5d, 0x9c, 0xa3, 0x1b, 0xb0, 0xc4, 0x15, 0x26, 0xa5, 0x39, 0x2c, 0x98, 0x1e, 0xea, 0x71, 0x1d, 0xba, 0xf8, 0x8e, 0x6e, 0xc0, 0x12, 0x57, 0x98, 0x94, 0xe6, 0xb0, 0x60,
0x5b, 0x60, 0x6d, 0xe2, 0x36, 0x36, 0x60, 0x29, 0xd0, 0xbd, 0x21, 0x0e, 0xd2, 0x73, 0x18, 0xbf, 0x6e, 0x81, 0xc1, 0xc4, 0x65, 0x6c, 0xc0, 0x52, 0xa0, 0x7b, 0x43, 0x1c, 0xa4, 0xc7, 0xb0, 0xfd,
0x17, 0x58, 0xa7, 0x38, 0x27, 0xcf, 0xa1, 0xea, 0x0b, 0xec, 0x42, 0x0e, 0x27, 0x2d, 0x57, 0x01, 0x5e, 0x60, 0x8d, 0xe2, 0x98, 0x3c, 0x87, 0xaa, 0x2f, 0xb0, 0x0b, 0x39, 0x9c, 0xb5, 0x5c, 0x05,
0x70, 0xc6, 0x36, 0xdf, 0xa5, 0x7a, 0x02, 0x57, 0xd9, 0x05, 0xe1, 0x7d, 0x11, 0xa3, 0x99, 0x6a, 0xc0, 0x19, 0xdb, 0x7c, 0x95, 0xea, 0x09, 0x5c, 0x65, 0x37, 0x88, 0xf7, 0x45, 0x8a, 0x66, 0xaa,
0xea, 0xd2, 0x7d, 0xa7, 0x2c, 0xc6, 0x1f, 0x29, 0x70, 0x6d, 0x02, 0xe4, 0x59, 0xb2, 0x89, 0x87, 0xa9, 0x4b, 0xd7, 0x9d, 0xb2, 0x18, 0x7f, 0xa8, 0xc0, 0xb5, 0x09, 0x98, 0x67, 0xc9, 0x26, 0x1e,
0x52, 0xe8, 0x13, 0x72, 0x3f, 0x01, 0x2e, 0xbb, 0xc9, 0x26, 0x22, 0xf9, 0x49, 0x09, 0xe6, 0x33, 0x4a, 0xb1, 0x4f, 0xc8, 0xfd, 0x04, 0xbc, 0xec, 0x26, 0x9b, 0x48, 0xe4, 0x27, 0x25, 0x98, 0xcf,
0x83, 0xce, 0x2d, 0x73, 0xaf, 0x01, 0x22, 0x4c, 0x88, 0x1e, 0xc3, 0xd1, 0x74, 0x9a, 0xbb, 0xa6, 0x74, 0x3a, 0xb7, 0xcc, 0xbd, 0x06, 0x88, 0x6c, 0x42, 0xf4, 0x5a, 0x8e, 0xa6, 0xd3, 0xdc, 0x35,
0x8e, 0x33, 0xb6, 0xa3, 0x87, 0x70, 0x24, 0xa3, 0x46, 0x26, 0x1b, 0xcd, 0x2a, 0xea, 0x11, 0xe7, 0x75, 0x9c, 0xb1, 0x1d, 0xbd, 0x94, 0x23, 0x19, 0x35, 0x32, 0x59, 0x6f, 0x56, 0x51, 0x8f, 0x76,
0x4a, 0x93, 0xdf, 0x3c, 0x64, 0x10, 0x5c, 0xdb, 0x19, 0xdb, 0xac, 0xf8, 0xce, 0xb9, 0xcc, 0xdc, 0xae, 0x34, 0xf9, 0x51, 0x44, 0x86, 0xc0, 0xb5, 0x9d, 0xb1, 0xcd, 0x8a, 0xef, 0x7c, 0x97, 0x99,
0x0d, 0x01, 0x25, 0x34, 0xa3, 0x03, 0x98, 0xa7, 0xd7, 0xb5, 0xc6, 0xc1, 0xd0, 0x25, 0x01, 0x3d, 0xbb, 0x21, 0xa8, 0x04, 0x30, 0x3a, 0x80, 0x79, 0x7a, 0x5d, 0x6b, 0x1c, 0x0c, 0x5d, 0x12, 0xd0,
0xc5, 0x8b, 0x39, 0xb5, 0xef, 0xe4, 0x86, 0xf4, 0x01, 0x9f, 0x4d, 0x90, 0xe7, 0x31, 0xbd, 0x23, 0x53, 0xba, 0x98, 0x53, 0xfb, 0x4e, 0x6e, 0x4c, 0x1f, 0xf0, 0xd1, 0x84, 0x78, 0x1e, 0xd3, 0x3b,
0xb6, 0x86, 0x70, 0x4c, 0x67, 0xe0, 0xda, 0x11, 0x9c, 0xca, 0x39, 0xe1, 0x6c, 0xf3, 0xd9, 0x22, 0x22, 0x34, 0xc4, 0x63, 0x3a, 0x03, 0xd7, 0x8e, 0xf0, 0x54, 0xce, 0x89, 0x67, 0x9b, 0x8f, 0x16,
0x9c, 0x64, 0x6b, 0x6f, 0x13, 0x96, 0xa4, 0x5b, 0x9f, 0xe6, 0x46, 0xcb, 0xc9, 0xfc, 0xe0, 0x1e, 0xf1, 0x24, 0xa1, 0xbd, 0x4d, 0x58, 0x92, 0x2e, 0x7d, 0x9a, 0x1b, 0x2d, 0x27, 0xf3, 0x83, 0x7b,
0x2c, 0xca, 0x76, 0x75, 0x81, 0x35, 0x32, 0x18, 0x9f, 0x67, 0x0d, 0xf5, 0xcf, 0x0a, 0xd0, 0xdc, 0xb0, 0x28, 0x5b, 0xd5, 0x05, 0xe6, 0xc8, 0x50, 0x7c, 0x9e, 0x39, 0xd4, 0x3f, 0x2d, 0x40, 0x73,
0xc2, 0x16, 0x0e, 0xf0, 0xa7, 0x7b, 0xe6, 0x99, 0x39, 0xc0, 0x2d, 0x66, 0x0f, 0x70, 0x33, 0xa7, 0x0b, 0x5b, 0x38, 0xc0, 0x9f, 0xee, 0x99, 0x67, 0xe6, 0x00, 0xb7, 0x98, 0x3d, 0xc0, 0xcd, 0x9c,
0xd1, 0x25, 0xc9, 0x69, 0xf4, 0xb5, 0xe8, 0x10, 0x9e, 0xac, 0x52, 0x16, 0x3d, 0xb4, 0x81, 0xde, 0x46, 0x97, 0x24, 0xa7, 0xd1, 0xd7, 0xa2, 0x43, 0x78, 0x32, 0x4b, 0x59, 0xf4, 0xd0, 0x06, 0x7a,
0x84, 0xc6, 0xc8, 0x33, 0x6d, 0xdd, 0x3b, 0xed, 0x1f, 0xe1, 0x53, 0x9f, 0x3b, 0x8d, 0xae, 0xd4, 0x13, 0x1a, 0x23, 0xcf, 0xb4, 0x75, 0xef, 0xb4, 0x7f, 0x84, 0x4f, 0x7d, 0xee, 0x34, 0xba, 0x52,
0xed, 0x6c, 0x6f, 0xf9, 0x5a, 0x9d, 0x8f, 0x7e, 0x0f, 0x9f, 0xd2, 0x03, 0xfe, 0x28, 0xd9, 0x60, 0xb7, 0xb3, 0xbd, 0xe5, 0x6b, 0x75, 0xde, 0xfb, 0x3d, 0x7c, 0x4a, 0x0f, 0xf8, 0xa3, 0x64, 0x83,
0x57, 0xb1, 0x4a, 0x5a, 0xa2, 0x65, 0x75, 0x19, 0x6a, 0xd1, 0x8d, 0x17, 0x54, 0x85, 0xd2, 0xfd, 0x5d, 0xc5, 0x2a, 0x69, 0x09, 0xc8, 0xea, 0x32, 0xd4, 0xa2, 0x1b, 0x2f, 0xa8, 0x0a, 0xa5, 0xfb,
0xb1, 0x65, 0x75, 0x2e, 0xa1, 0x1a, 0x94, 0x69, 0x3a, 0xd2, 0x51, 0x56, 0x7f, 0x09, 0x6a, 0xd1, 0x63, 0xcb, 0xea, 0x5c, 0x42, 0x35, 0x28, 0xd3, 0x74, 0xa4, 0xa3, 0xac, 0xfe, 0x12, 0xd4, 0xa2,
0xa9, 0x3d, 0xaa, 0xc3, 0xdc, 0x63, 0xe7, 0x3d, 0xc7, 0x3d, 0x71, 0x3a, 0x97, 0xd0, 0x1c, 0x14, 0x53, 0x7b, 0x54, 0x87, 0xb9, 0xc7, 0xce, 0x7b, 0x8e, 0x7b, 0xe2, 0x74, 0x2e, 0xa1, 0x39, 0x28,
0xef, 0x5a, 0x56, 0x47, 0x41, 0x4d, 0xa8, 0xed, 0x05, 0x1e, 0xd6, 0x09, 0xcf, 0x3a, 0x05, 0xd4, 0xde, 0xb5, 0xac, 0x8e, 0x82, 0x9a, 0x50, 0xdb, 0x0b, 0x3c, 0xac, 0x93, 0x3d, 0xeb, 0x14, 0x50,
0x02, 0x78, 0xd7, 0xf4, 0x03, 0xd7, 0x33, 0x07, 0xba, 0xd5, 0x29, 0xae, 0x7e, 0x0c, 0x2d, 0xb1, 0x0b, 0xe0, 0x5d, 0xd3, 0x0f, 0x5c, 0xcf, 0x1c, 0xe8, 0x56, 0xa7, 0xb8, 0xfa, 0x31, 0xb4, 0xc4,
0x88, 0x8b, 0x1a, 0x50, 0xdd, 0x71, 0x83, 0x77, 0x9e, 0x99, 0x7e, 0xd0, 0xb9, 0x44, 0xc6, 0xef, 0x22, 0x2e, 0x6a, 0x40, 0x75, 0xc7, 0x0d, 0xde, 0x79, 0x66, 0xfa, 0x41, 0xe7, 0x12, 0xe9, 0xbf,
0xb8, 0xc1, 0xae, 0x87, 0x7d, 0xec, 0x04, 0x1d, 0x05, 0x01, 0x54, 0x3e, 0x70, 0xb6, 0x4c, 0xff, 0xe3, 0x06, 0xbb, 0x1e, 0xf6, 0xb1, 0x13, 0x74, 0x14, 0x04, 0x50, 0xf9, 0xc0, 0xd9, 0x32, 0xfd,
0xa8, 0x53, 0x40, 0x0b, 0xfc, 0x7c, 0x46, 0xb7, 0xb6, 0x79, 0x65, 0xb4, 0x53, 0x24, 0xd3, 0xa3, 0xa3, 0x4e, 0x01, 0x2d, 0xf0, 0xf3, 0x19, 0xdd, 0xda, 0xe6, 0x95, 0xd1, 0x4e, 0x91, 0x0c, 0x8f,
0xaf, 0x12, 0xea, 0x40, 0x23, 0x1a, 0xf2, 0x60, 0xf7, 0x71, 0xa7, 0x4c, 0xb0, 0x67, 0x3f, 0x2b, 0xbe, 0x4a, 0xa8, 0x03, 0x8d, 0xa8, 0xcb, 0x83, 0xdd, 0xc7, 0x9d, 0x32, 0xa1, 0x9e, 0xfd, 0xac,
0xab, 0x06, 0x74, 0xd2, 0xe7, 0x8a, 0x64, 0x4d, 0xb6, 0x89, 0xa8, 0xa9, 0x73, 0x89, 0xec, 0x8c, 0xac, 0x1a, 0xd0, 0x49, 0x9f, 0x2b, 0x92, 0x39, 0xd9, 0x22, 0x22, 0x50, 0xe7, 0x12, 0x59, 0x19,
0x1f, 0xec, 0x76, 0x14, 0xd4, 0x86, 0x7a, 0xe2, 0x98, 0xb4, 0x53, 0x20, 0x0d, 0x0f, 0xbc, 0xd1, 0x3f, 0xd8, 0xed, 0x28, 0xa8, 0x0d, 0xf5, 0xc4, 0x31, 0x69, 0xa7, 0x40, 0x00, 0x0f, 0xbc, 0xd1,
0x80, 0x0b, 0x14, 0x43, 0x81, 0x48, 0xe7, 0x16, 0xa1, 0x44, 0x69, 0xf5, 0x1e, 0x54, 0xc3, 0x90, 0x80, 0x0b, 0x14, 0x23, 0x81, 0x48, 0xe7, 0x16, 0xe1, 0x44, 0x69, 0xf5, 0x1e, 0x54, 0xc3, 0x90,
0x9f, 0x0c, 0xe5, 0x24, 0x22, 0x9f, 0x9d, 0x4b, 0x68, 0x1e, 0x9a, 0xc2, 0xeb, 0xaa, 0x8e, 0x82, 0x9f, 0x74, 0xe5, 0x2c, 0x22, 0x9f, 0x9d, 0x4b, 0x68, 0x1e, 0x9a, 0xc2, 0xf3, 0xab, 0x8e, 0x82,
0x10, 0xb4, 0xc4, 0xf7, 0x8f, 0x9d, 0xc2, 0xea, 0x06, 0x40, 0x1c, 0x3a, 0x13, 0x74, 0xb6, 0x9d, 0x10, 0xb4, 0xc4, 0x07, 0x92, 0x9d, 0xc2, 0xea, 0x06, 0x40, 0x1c, 0x3a, 0x13, 0x72, 0xb6, 0x9d,
0x63, 0xdd, 0x32, 0x0d, 0x86, 0x1b, 0xe9, 0x22, 0xd4, 0xa5, 0xd4, 0x61, 0x8a, 0xda, 0x29, 0xac, 0x63, 0xdd, 0x32, 0x0d, 0x46, 0x1b, 0x69, 0x22, 0xdc, 0xa5, 0xdc, 0x61, 0x8a, 0xda, 0x29, 0xac,
0xae, 0x42, 0x35, 0x0c, 0x07, 0x49, 0xbb, 0x86, 0x6d, 0xf7, 0x18, 0x33, 0xce, 0xec, 0x61, 0x42, 0xae, 0x42, 0x35, 0x0c, 0x07, 0x09, 0x5c, 0xc3, 0xb6, 0x7b, 0x8c, 0xd9, 0xce, 0xec, 0x61, 0xc2,
0xca, 0x1a, 0x94, 0xef, 0xda, 0xd8, 0x31, 0x3a, 0x85, 0x8d, 0xff, 0x58, 0x00, 0x60, 0xa7, 0x82, 0xca, 0x1a, 0x94, 0xef, 0xda, 0xd8, 0x31, 0x3a, 0x85, 0x8d, 0xff, 0x58, 0x00, 0x60, 0xa7, 0x82,
0xae, 0xeb, 0x19, 0xc8, 0xa2, 0xb7, 0x03, 0x36, 0x5d, 0x7b, 0xe4, 0x3a, 0xe1, 0x91, 0x85, 0x8f, 0xae, 0xeb, 0x19, 0xc8, 0xa2, 0xb7, 0x03, 0x36, 0x5d, 0x7b, 0xe4, 0x3a, 0xe1, 0x91, 0x85, 0x8f,
0xd6, 0x52, 0xa9, 0x3a, 0xfb, 0xc8, 0x0e, 0xe4, 0x84, 0xe8, 0xbd, 0x24, 0x1d, 0x9f, 0x1a, 0xac, 0xd6, 0x52, 0xa9, 0x3a, 0xfb, 0xc8, 0x76, 0xe4, 0x8c, 0xe8, 0xbd, 0x24, 0xed, 0x9f, 0xea, 0xac,
0x5e, 0x42, 0x36, 0x85, 0x46, 0x92, 0xdb, 0x47, 0xe6, 0xe0, 0x28, 0x3a, 0x4a, 0x9c, 0xfc, 0x08, 0x5e, 0x42, 0x36, 0xc5, 0x46, 0x92, 0xdb, 0x47, 0xe6, 0xe0, 0x28, 0x3a, 0x4a, 0x9c, 0xfc, 0x4a,
0x31, 0x35, 0x34, 0x84, 0x77, 0x43, 0x0a, 0x6f, 0x2f, 0xf0, 0x4c, 0x67, 0x18, 0xfa, 0x3f, 0xf5, 0x31, 0xd5, 0x35, 0xc4, 0x77, 0x43, 0x8a, 0x6f, 0x2f, 0xf0, 0x4c, 0x67, 0x18, 0xfa, 0x3f, 0xf5,
0x12, 0x7a, 0x9a, 0x7a, 0x02, 0x19, 0x02, 0xdc, 0xc8, 0xf3, 0xea, 0xf1, 0x62, 0x20, 0x2d, 0x68, 0x12, 0x7a, 0x9a, 0x7a, 0x23, 0x19, 0x22, 0xdc, 0xc8, 0xf3, 0x2c, 0xf2, 0x62, 0x28, 0x2d, 0x68,
0xa7, 0xde, 0x9a, 0xa3, 0x55, 0xf9, 0x5b, 0x12, 0xd9, 0xbb, 0xf8, 0xde, 0xab, 0xb9, 0xc6, 0x46, 0xa7, 0x1e, 0xa3, 0xa3, 0x55, 0xf9, 0x63, 0x13, 0xd9, 0xc3, 0xf9, 0xde, 0xab, 0xb9, 0xfa, 0x46,
0xd0, 0x4c, 0x68, 0x89, 0x8f, 0xa4, 0xd1, 0xd7, 0x26, 0x2d, 0x90, 0x79, 0xcd, 0xd6, 0x5b, 0xcd, 0xd8, 0x4c, 0x68, 0x89, 0xaf, 0xa8, 0xd1, 0xd7, 0x26, 0x4d, 0x90, 0x79, 0xee, 0xd6, 0x5b, 0xcd,
0x33, 0x34, 0x02, 0xf5, 0x21, 0x93, 0xd5, 0x69, 0xa0, 0xa4, 0x0f, 0x08, 0x7b, 0x67, 0x85, 0x1e, 0xd3, 0x35, 0x42, 0xf5, 0x21, 0x93, 0xd5, 0x69, 0xa8, 0xa4, 0x2f, 0x0c, 0x7b, 0x67, 0x85, 0x1e,
0xea, 0x25, 0xf4, 0x63, 0x12, 0x25, 0xa4, 0xde, 0xdc, 0xa1, 0xd7, 0xe4, 0x9e, 0x4d, 0xfe, 0x34, 0xea, 0x25, 0xf4, 0x63, 0x12, 0x25, 0xa4, 0x1e, 0xe5, 0xa1, 0xd7, 0xe4, 0x9e, 0x4d, 0xfe, 0x76,
0x6f, 0x1a, 0x84, 0x0f, 0xd3, 0x9a, 0x36, 0x19, 0xfb, 0xcc, 0x63, 0xde, 0xfc, 0xd8, 0x27, 0x96, 0x6f, 0x1a, 0x86, 0x0f, 0xd3, 0x9a, 0x36, 0x99, 0xfa, 0xcc, 0x6b, 0xdf, 0xfc, 0xd4, 0x27, 0xa6,
0x3f, 0x0b, 0xfb, 0x73, 0x43, 0xb0, 0x58, 0xc2, 0x24, 0x79, 0xed, 0x93, 0x16, 0xe5, 0x38, 0x5f, 0x3f, 0x8b, 0xfa, 0x73, 0x63, 0xb0, 0x58, 0xc2, 0x24, 0x79, 0x0e, 0x94, 0x16, 0xe5, 0x38, 0x5f,
0x99, 0xfc, 0x34, 0x68, 0x1a, 0xb4, 0x31, 0x55, 0xd2, 0xf4, 0x71, 0xf8, 0xeb, 0x13, 0x0a, 0xed, 0x99, 0xfc, 0x76, 0x68, 0x1a, 0xb6, 0x31, 0x55, 0xd2, 0xf4, 0x71, 0xf8, 0xeb, 0x13, 0x0a, 0xed,
0xf2, 0x67, 0x86, 0xbd, 0xb5, 0xbc, 0xc3, 0x93, 0xb2, 0x2c, 0xbe, 0x64, 0x93, 0xb3, 0x48, 0xfa, 0xf2, 0x77, 0x88, 0xbd, 0xb5, 0xbc, 0xdd, 0x93, 0xb2, 0x2c, 0x3e, 0x75, 0x93, 0x6f, 0x91, 0xf4,
0xfa, 0x4e, 0x2e, 0xcb, 0xf2, 0x87, 0x71, 0xea, 0x25, 0xf4, 0x48, 0xb0, 0xeb, 0xe8, 0xe5, 0x49, 0x79, 0x9e, 0x5c, 0x96, 0xe5, 0x2f, 0xe7, 0xd4, 0x4b, 0xe8, 0x91, 0x60, 0xd7, 0xd1, 0xcb, 0x93,
0xa2, 0x20, 0xde, 0x8f, 0x99, 0x46, 0xb7, 0x5f, 0x05, 0xc4, 0x34, 0xd5, 0x39, 0x30, 0x87, 0x63, 0x44, 0x41, 0xbc, 0x1f, 0x33, 0x8d, 0x6f, 0xbf, 0x0a, 0x88, 0x69, 0xaa, 0x73, 0x60, 0x0e, 0xc7,
0x4f, 0x67, 0x62, 0x3c, 0xc9, 0xb8, 0x65, 0x87, 0x86, 0x60, 0xbe, 0x7e, 0x8e, 0x19, 0xd1, 0x96, 0x9e, 0xce, 0xc4, 0x78, 0x92, 0x71, 0xcb, 0x76, 0x0d, 0xd1, 0x7c, 0xfd, 0x1c, 0x23, 0xa2, 0x25,
0xfa, 0x00, 0x0f, 0x70, 0xf0, 0x3e, 0x0e, 0x3c, 0x73, 0xe0, 0xa7, 0x77, 0x14, 0xdb, 0x6f, 0x3e, 0xf5, 0x01, 0x1e, 0xe0, 0xe0, 0x7d, 0xfa, 0xe6, 0xc9, 0x4f, 0xaf, 0x28, 0xb6, 0xdf, 0xbc, 0x43,
0x20, 0x04, 0xf5, 0xca, 0xd4, 0x71, 0x11, 0x80, 0x7d, 0xa8, 0x3f, 0x20, 0x19, 0x14, 0x8d, 0x0a, 0x88, 0xea, 0x95, 0xa9, 0xfd, 0x22, 0x04, 0xfb, 0x50, 0x7f, 0x40, 0x32, 0x28, 0x1a, 0x15, 0xfa,
0x7d, 0x34, 0x71, 0x66, 0x38, 0x22, 0x04, 0xb1, 0x32, 0x7d, 0x60, 0xd2, 0x78, 0xa6, 0x5e, 0xf5, 0x68, 0xe2, 0xc8, 0xb0, 0x47, 0x88, 0x62, 0x65, 0x7a, 0xc7, 0xa4, 0xf1, 0x4c, 0x3d, 0xfb, 0x43,
0xa1, 0x89, 0x8c, 0xcd, 0xbe, 0x35, 0x94, 0x1b, 0xcf, 0x09, 0xcf, 0x04, 0xd9, 0x8e, 0xe8, 0x61, 0x13, 0x37, 0x36, 0xfb, 0x18, 0x51, 0x6e, 0x3c, 0x27, 0xbc, 0x23, 0x64, 0x2b, 0xa2, 0x87, 0x3d,
0xcf, 0xbb, 0x58, 0xb7, 0x82, 0xc3, 0x09, 0x3b, 0x4a, 0x8c, 0x38, 0x7b, 0x47, 0xc2, 0xc0, 0x08, 0xef, 0x62, 0xdd, 0x0a, 0x0e, 0x27, 0xac, 0x28, 0xd1, 0xe3, 0xec, 0x15, 0x09, 0x1d, 0x23, 0x1c,
0x06, 0x86, 0x05, 0xa6, 0x85, 0x62, 0xea, 0xb9, 0x2e, 0x5f, 0x22, 0x3b, 0x32, 0xa7, 0xe8, 0xe9, 0x18, 0x16, 0x98, 0x16, 0x8a, 0xa9, 0xe7, 0xba, 0x7c, 0x8a, 0x6c, 0xcf, 0x9c, 0xa2, 0xa7, 0xc3,
0x30, 0xbf, 0xe5, 0xb9, 0x23, 0x11, 0xc8, 0xeb, 0x52, 0x20, 0x99, 0x71, 0x39, 0x41, 0xfc, 0x00, 0xfc, 0x96, 0xe7, 0x8e, 0x44, 0x24, 0xaf, 0x4b, 0x91, 0x64, 0xfa, 0xe5, 0x44, 0xf1, 0x03, 0x68,
0x1a, 0x61, 0x86, 0x4f, 0x73, 0x12, 0x39, 0x15, 0x92, 0x43, 0x72, 0x2e, 0xfc, 0x11, 0xb4, 0x53, 0x84, 0x19, 0x3e, 0xcd, 0x49, 0xe4, 0x5c, 0x48, 0x76, 0xc9, 0x39, 0xf1, 0x47, 0xd0, 0x4e, 0x95,
0xa5, 0x03, 0x39, 0xd3, 0xe5, 0xf5, 0x85, 0x69, 0xab, 0x9f, 0x00, 0xa2, 0x4f, 0x35, 0xc5, 0xd7, 0x0e, 0xe4, 0x9b, 0x2e, 0xaf, 0x2f, 0x4c, 0x9b, 0xfd, 0x04, 0x10, 0x7d, 0xcb, 0x29, 0x3e, 0x47,
0xe6, 0xf2, 0xf8, 0x26, 0x3b, 0x30, 0x04, 0xb2, 0x9e, 0x7b, 0x7c, 0xc4, 0xf9, 0x5f, 0x83, 0x25, 0x97, 0xc7, 0x37, 0xd9, 0x8e, 0x21, 0x92, 0xf5, 0xdc, 0xfd, 0xa3, 0x9d, 0xff, 0x35, 0x58, 0x92,
0x69, 0x7a, 0x9e, 0x36, 0x08, 0xfc, 0x42, 0xec, 0x19, 0x35, 0x84, 0xb4, 0x41, 0x38, 0x73, 0x46, 0xa6, 0xe7, 0x69, 0x83, 0xc0, 0x2f, 0xc4, 0x9e, 0x51, 0x43, 0x48, 0x1b, 0x84, 0x33, 0x47, 0x84,
0x08, 0x7f, 0xe3, 0xb7, 0xe7, 0xa1, 0x46, 0xe3, 0x3c, 0xca, 0xad, 0x5f, 0x84, 0x79, 0xcf, 0x37, 0xf8, 0x37, 0x7e, 0x7b, 0x1e, 0x6a, 0x34, 0xce, 0xa3, 0xbb, 0xf5, 0x8b, 0x30, 0xef, 0xf9, 0x86,
0xcc, 0xfb, 0x08, 0xda, 0xa9, 0x37, 0x86, 0x72, 0xa1, 0x95, 0x3f, 0x44, 0xcc, 0x11, 0xad, 0x88, 0x79, 0x1f, 0x41, 0x3b, 0xf5, 0xc6, 0x50, 0x2e, 0xb4, 0xf2, 0x87, 0x88, 0x39, 0xa2, 0x15, 0xf1,
0xcf, 0xf3, 0xe4, 0xae, 0x50, 0xfa, 0x84, 0x6f, 0xda, 0xda, 0x4f, 0xd8, 0xf3, 0xdc, 0xe8, 0x96, 0x79, 0x9e, 0xdc, 0x15, 0x4a, 0x9f, 0xf0, 0x4d, 0x9b, 0xfb, 0x09, 0x7b, 0xbf, 0x1b, 0xdd, 0x52,
0xc2, 0x2b, 0x13, 0x8b, 0xf7, 0xe2, 0xc5, 0xd6, 0xcf, 0x3f, 0x0a, 0xfa, 0x72, 0x47, 0xa0, 0x1f, 0x78, 0x65, 0x62, 0xf1, 0x5e, 0xbc, 0xd8, 0xfa, 0xf9, 0x47, 0x41, 0x5f, 0xee, 0x08, 0xf4, 0x23,
0x41, 0x3b, 0xf5, 0x74, 0x44, 0x2e, 0x31, 0xf2, 0xf7, 0x25, 0xd3, 0x56, 0xff, 0x0c, 0x83, 0x27, 0x68, 0xa7, 0x9e, 0x8e, 0xc8, 0x25, 0x46, 0xfe, 0xbe, 0x64, 0xda, 0xec, 0x9f, 0x61, 0xf0, 0x64,
0x03, 0x16, 0x24, 0x37, 0xf5, 0xd1, 0xda, 0xa4, 0x40, 0x54, 0x7e, 0xa5, 0x7f, 0xfa, 0x86, 0x9a, 0xc0, 0x82, 0xe4, 0xa6, 0x3e, 0x5a, 0x9b, 0x14, 0x88, 0xca, 0xaf, 0xf4, 0x4f, 0x5f, 0x50, 0x53,
0x82, 0x9a, 0xa6, 0xfd, 0x4d, 0x8c, 0x64, 0xfa, 0x6f, 0x6a, 0x7a, 0xaf, 0xe5, 0xfb, 0x4f, 0x9b, 0x50, 0xd3, 0xb4, 0xbf, 0x89, 0x89, 0x4c, 0xff, 0x8f, 0x4d, 0xef, 0xb5, 0x7c, 0x7f, 0x7a, 0x13,
0x68, 0x43, 0x7b, 0x50, 0x61, 0x0f, 0x4a, 0xd0, 0x8b, 0xf2, 0x43, 0x8c, 0xc4, 0x63, 0x93, 0xde, 0x2d, 0x68, 0x0f, 0x2a, 0xec, 0x41, 0x09, 0x7a, 0x51, 0x7e, 0x88, 0x91, 0x78, 0x6c, 0xd2, 0x9b,
0xb4, 0x27, 0x29, 0xfe, 0xd8, 0x0a, 0x08, 0xfe, 0xbf, 0x02, 0x2d, 0xd6, 0x14, 0x11, 0xe8, 0x39, 0xf6, 0x24, 0xc5, 0x1f, 0x5b, 0x01, 0xa1, 0xff, 0x57, 0xa0, 0xc5, 0x40, 0x11, 0x83, 0x9e, 0xe3,
0x2e, 0xbe, 0x07, 0x65, 0x6a, 0xda, 0x91, 0xf4, 0xc8, 0x20, 0xf9, 0x6c, 0xa4, 0x37, 0xfd, 0xa5, 0xe4, 0x7b, 0x50, 0xa6, 0xa6, 0x1d, 0x49, 0x8f, 0x0c, 0x92, 0xcf, 0x46, 0x7a, 0xd3, 0x5f, 0x8a,
0x48, 0x8c, 0x71, 0xf3, 0xfb, 0xec, 0xdf, 0xc5, 0x38, 0xc2, 0xcf, 0x73, 0xf1, 0xff, 0xdf, 0xb1, 0xc4, 0x14, 0x37, 0xbf, 0xcf, 0xfe, 0x7e, 0x8c, 0x13, 0xfc, 0x3c, 0x27, 0xff, 0xff, 0x1d, 0x1b,
0xf1, 0x33, 0xfa, 0xe8, 0x21, 0x7d, 0xad, 0x07, 0xad, 0x9d, 0xef, 0x6e, 0x52, 0x6f, 0x3d, 0xf7, 0x3f, 0xa3, 0x8f, 0x1e, 0xd2, 0xd7, 0x7a, 0xd0, 0xda, 0xf9, 0xee, 0x26, 0xf5, 0xd6, 0x73, 0xf7,
0xf8, 0x08, 0xf2, 0x8f, 0xa0, 0x93, 0x3e, 0x4a, 0x43, 0xaf, 0x4e, 0xd2, 0x44, 0x19, 0xcc, 0x29, 0x8f, 0x30, 0xff, 0x08, 0x3a, 0xe9, 0xa3, 0x34, 0xf4, 0xea, 0x24, 0x4d, 0x94, 0xe1, 0x9c, 0xa2,
0x6a, 0xf8, 0x3d, 0xa8, 0xb0, 0x1a, 0xaa, 0x5c, 0x7c, 0x85, 0xfa, 0xea, 0x94, 0xb5, 0xee, 0x7d, 0x86, 0xdf, 0x83, 0x0a, 0xab, 0xa1, 0xca, 0xc5, 0x57, 0xa8, 0xaf, 0x4e, 0x99, 0xeb, 0xde, 0x37,
0xe3, 0xc3, 0x8d, 0xa1, 0x19, 0x1c, 0x8e, 0xf7, 0x49, 0xcf, 0x3a, 0x1b, 0xfa, 0xba, 0xe9, 0xf2, 0x3e, 0xdc, 0x18, 0x9a, 0xc1, 0xe1, 0x78, 0x9f, 0xb4, 0xac, 0xb3, 0xae, 0xaf, 0x9b, 0x2e, 0xff,
0x5f, 0xeb, 0x21, 0x2f, 0xd7, 0xe9, 0xec, 0x75, 0x0a, 0x60, 0xb4, 0xbf, 0x5f, 0xa1, 0x9f, 0xb7, 0xb5, 0x1e, 0xee, 0xe5, 0x3a, 0x1d, 0xbd, 0x4e, 0x11, 0x8c, 0xf6, 0xf7, 0x2b, 0xf4, 0xf3, 0xf6,
0xff, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x52, 0x96, 0x88, 0x42, 0xde, 0x50, 0x00, 0x00, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0xaf, 0x53, 0x45, 0xc6, 0xff, 0x50, 0x00, 0x00,
} }
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.

View File

@ -255,6 +255,7 @@ func (ex *Executor) loadSegment(task *SegmentTask, step int) error {
} }
loadMeta := packLoadMeta( loadMeta := packLoadMeta(
ex.meta.GetLoadType(task.CollectionID()), ex.meta.GetLoadType(task.CollectionID()),
"",
task.CollectionID(), task.CollectionID(),
partitions..., partitions...,
) )
@ -394,8 +395,14 @@ func (ex *Executor) subDmChannel(task *ChannelTask, step int) error {
log.Warn("failed to get partitions of collection") log.Warn("failed to get partitions of collection")
return err return err
} }
metricType, err := getMetricType(ctx, task.CollectionID(), schema, ex.broker)
if err != nil {
log.Warn("failed to get metric type", zap.Error(err))
return err
}
loadMeta := packLoadMeta( loadMeta := packLoadMeta(
ex.meta.GetLoadType(task.CollectionID()), ex.meta.GetLoadType(task.CollectionID()),
metricType,
task.CollectionID(), task.CollectionID(),
partitions..., partitions...,
) )

View File

@ -31,11 +31,13 @@ import (
"github.com/milvus-io/milvus/internal/kv" "github.com/milvus-io/milvus/internal/kv"
etcdkv "github.com/milvus-io/milvus/internal/kv/etcd" etcdkv "github.com/milvus-io/milvus/internal/kv/etcd"
"github.com/milvus-io/milvus/internal/proto/datapb" "github.com/milvus-io/milvus/internal/proto/datapb"
"github.com/milvus-io/milvus/internal/proto/indexpb"
"github.com/milvus-io/milvus/internal/proto/querypb" "github.com/milvus-io/milvus/internal/proto/querypb"
"github.com/milvus-io/milvus/internal/querycoordv2/meta" "github.com/milvus-io/milvus/internal/querycoordv2/meta"
. "github.com/milvus-io/milvus/internal/querycoordv2/params" . "github.com/milvus-io/milvus/internal/querycoordv2/params"
"github.com/milvus-io/milvus/internal/querycoordv2/session" "github.com/milvus-io/milvus/internal/querycoordv2/session"
"github.com/milvus-io/milvus/internal/querycoordv2/utils" "github.com/milvus-io/milvus/internal/querycoordv2/utils"
"github.com/milvus-io/milvus/pkg/common"
"github.com/milvus-io/milvus/pkg/util/etcd" "github.com/milvus-io/milvus/pkg/util/etcd"
"github.com/milvus-io/milvus/pkg/util/merr" "github.com/milvus-io/milvus/pkg/util/merr"
"github.com/milvus-io/milvus/pkg/util/typeutil" "github.com/milvus-io/milvus/pkg/util/typeutil"
@ -184,6 +186,9 @@ func (suite *TaskSuite) TestSubscribeChannelTask() {
suite.broker.EXPECT().GetCollectionSchema(mock.Anything, suite.collection). suite.broker.EXPECT().GetCollectionSchema(mock.Anything, suite.collection).
Return(&schemapb.CollectionSchema{ Return(&schemapb.CollectionSchema{
Name: "TestSubscribeChannelTask", Name: "TestSubscribeChannelTask",
Fields: []*schemapb.FieldSchema{
{FieldID: 100, Name: "vec", DataType: schemapb.DataType_FloatVector},
},
}, nil) }, nil)
for channel, segment := range suite.growingSegments { for channel, segment := range suite.growingSegments {
suite.broker.EXPECT().GetSegmentInfo(mock.Anything, segment). suite.broker.EXPECT().GetSegmentInfo(mock.Anything, segment).
@ -196,6 +201,18 @@ func (suite *TaskSuite) TestSubscribeChannelTask() {
}}, }},
}, nil) }, nil)
} }
suite.broker.EXPECT().DescribeIndex(mock.Anything, suite.collection).Return([]*indexpb.IndexInfo{
{
CollectionID: suite.collection,
FieldID: 100,
IndexParams: []*commonpb.KeyValuePair{
{
Key: common.MetricTypeKey,
Value: "L2",
},
},
},
}, nil)
suite.cluster.EXPECT().WatchDmChannels(mock.Anything, targetNode, mock.Anything).Return(utils.WrapStatus(commonpb.ErrorCode_Success, ""), nil) suite.cluster.EXPECT().WatchDmChannels(mock.Anything, targetNode, mock.Anything).Return(utils.WrapStatus(commonpb.ErrorCode_Success, ""), nil)
// Test subscribe channel task // Test subscribe channel task

View File

@ -18,15 +18,21 @@ package task
import ( import (
"context" "context"
"fmt"
"time" "time"
"github.com/samber/lo"
"github.com/milvus-io/milvus-proto/go-api/commonpb" "github.com/milvus-io/milvus-proto/go-api/commonpb"
"github.com/milvus-io/milvus-proto/go-api/msgpb" "github.com/milvus-io/milvus-proto/go-api/msgpb"
"github.com/milvus-io/milvus-proto/go-api/schemapb" "github.com/milvus-io/milvus-proto/go-api/schemapb"
"github.com/milvus-io/milvus/internal/proto/datapb" "github.com/milvus-io/milvus/internal/proto/datapb"
"github.com/milvus-io/milvus/internal/proto/indexpb"
"github.com/milvus-io/milvus/internal/proto/querypb" "github.com/milvus-io/milvus/internal/proto/querypb"
"github.com/milvus-io/milvus/internal/querycoordv2/meta" "github.com/milvus-io/milvus/internal/querycoordv2/meta"
"github.com/milvus-io/milvus/pkg/common"
"github.com/milvus-io/milvus/pkg/util/commonpbutil" "github.com/milvus-io/milvus/pkg/util/commonpbutil"
"github.com/milvus-io/milvus/pkg/util/funcutil"
"github.com/milvus-io/milvus/pkg/util/typeutil" "github.com/milvus-io/milvus/pkg/util/typeutil"
) )
@ -117,11 +123,12 @@ func packReleaseSegmentRequest(task *SegmentTask, action *SegmentAction) *queryp
} }
} }
func packLoadMeta(loadType querypb.LoadType, collectionID int64, partitions ...int64) *querypb.LoadMetaInfo { func packLoadMeta(loadType querypb.LoadType, metricType string, collectionID int64, partitions ...int64) *querypb.LoadMetaInfo {
return &querypb.LoadMetaInfo{ return &querypb.LoadMetaInfo{
LoadType: loadType, LoadType: loadType,
CollectionID: collectionID, CollectionID: collectionID,
PartitionIDs: partitions, PartitionIDs: partitions,
MetricType: metricType,
} }
} }
@ -193,3 +200,26 @@ func getShardLeader(replicaMgr *meta.ReplicaManager, distMgr *meta.DistributionM
} }
return distMgr.GetShardLeader(replica, channel) return distMgr.GetShardLeader(replica, channel)
} }
func getMetricType(ctx context.Context, collection int64, schema *schemapb.CollectionSchema, broker meta.Broker) (string, error) {
indexInfos, err := broker.DescribeIndex(ctx, collection)
if err != nil {
return "", err
}
vecField, err := typeutil.GetVectorFieldSchema(schema)
if err != nil {
return "", err
}
indexInfo, ok := lo.Find(indexInfos, func(info *indexpb.IndexInfo) bool {
return info.GetFieldID() == vecField.GetFieldID()
})
if !ok || indexInfo == nil {
err = fmt.Errorf("cannot find index info for %s field", vecField.GetName())
return "", err
}
metricType, err := funcutil.GetAttrByKeyFromRepeatedKV(common.MetricTypeKey, indexInfo.GetIndexParams())
if err != nil {
return "", err
}
return metricType, nil
}

View File

@ -0,0 +1,99 @@
// Licensed to the LF AI & Data foundation under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package task
import (
"context"
"fmt"
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/milvus-io/milvus-proto/go-api/commonpb"
"github.com/milvus-io/milvus-proto/go-api/schemapb"
"github.com/milvus-io/milvus/internal/proto/indexpb"
"github.com/milvus-io/milvus/internal/querycoordv2/meta"
"github.com/milvus-io/milvus/pkg/common"
)
func Test_getMetricType(t *testing.T) {
ctx := context.Background()
collection := int64(1)
schema := &schemapb.CollectionSchema{
Name: "TestGetMetricType",
Fields: []*schemapb.FieldSchema{
{FieldID: 100, Name: "vec", DataType: schemapb.DataType_FloatVector},
},
}
indexInfo := &indexpb.IndexInfo{
CollectionID: collection,
FieldID: 100,
IndexParams: []*commonpb.KeyValuePair{
{
Key: common.MetricTypeKey,
Value: "L2",
},
},
}
t.Run("test normal", func(t *testing.T) {
broker := meta.NewMockBroker(t)
broker.EXPECT().DescribeIndex(mock.Anything, collection).
Return([]*indexpb.IndexInfo{indexInfo}, nil)
metricType, err := getMetricType(ctx, collection, schema, broker)
assert.NoError(t, err)
assert.Equal(t, "L2", metricType)
})
t.Run("test describe index failed", func(t *testing.T) {
broker := meta.NewMockBroker(t)
broker.EXPECT().DescribeIndex(mock.Anything, collection).
Return(nil, fmt.Errorf("mock err"))
_, err := getMetricType(ctx, collection, schema, broker)
assert.Error(t, err)
})
t.Run("test get vec field failed", func(t *testing.T) {
broker := meta.NewMockBroker(t)
broker.EXPECT().DescribeIndex(mock.Anything, collection).
Return([]*indexpb.IndexInfo{indexInfo}, nil)
_, err := getMetricType(ctx, collection, &schemapb.CollectionSchema{
Name: "TestGetMetricType",
}, broker)
assert.Error(t, err)
})
t.Run("test field id mismatch", func(t *testing.T) {
broker := meta.NewMockBroker(t)
broker.EXPECT().DescribeIndex(mock.Anything, collection).
Return([]*indexpb.IndexInfo{indexInfo}, nil)
_, err := getMetricType(ctx, collection, &schemapb.CollectionSchema{
Name: "TestGetMetricType",
Fields: []*schemapb.FieldSchema{
{FieldID: -1, Name: "vec", DataType: schemapb.DataType_FloatVector},
},
}, broker)
assert.Error(t, err)
})
t.Run("test no metric type", func(t *testing.T) {
broker := meta.NewMockBroker(t)
broker.EXPECT().DescribeIndex(mock.Anything, collection).
Return([]*indexpb.IndexInfo{{
CollectionID: collection,
FieldID: 100,
}}, nil)
_, err := getMetricType(ctx, collection, schema, broker)
assert.Error(t, err)
})
}

View File

@ -81,6 +81,7 @@ type Collection struct {
id int64 id int64
partitions *typeutil.ConcurrentSet[int64] partitions *typeutil.ConcurrentSet[int64]
loadType querypb.LoadType loadType querypb.LoadType
metricType string
schema *schemapb.CollectionSchema schema *schemapb.CollectionSchema
} }
@ -122,6 +123,14 @@ func (c *Collection) GetLoadType() querypb.LoadType {
return c.loadType return c.loadType
} }
func (c *Collection) SetMetricType(metricType string) {
c.metricType = metricType
}
func (c *Collection) GetMetricType() string {
return c.metricType
}
// newCollection returns a new Collection // newCollection returns a new Collection
func NewCollection(collectionID int64, schema *schemapb.CollectionSchema, indexMeta *segcorepb.CollectionIndexMeta, loadType querypb.LoadType) *Collection { func NewCollection(collectionID int64, schema *schemapb.CollectionSchema, indexMeta *segcorepb.CollectionIndexMeta, loadType querypb.LoadType) *Collection {
/* /*

View File

@ -58,6 +58,7 @@ func createSearchPlan(col *Collection, dsl string) (*SearchPlan, error) {
} }
var newPlan = &SearchPlan{cSearchPlan: cPlan} var newPlan = &SearchPlan{cSearchPlan: cPlan}
newPlan.setMetricType(col.GetMetricType())
return newPlan, nil return newPlan, nil
} }
@ -74,6 +75,7 @@ func createSearchPlanByExpr(col *Collection, expr []byte) (*SearchPlan, error) {
} }
var newPlan = &SearchPlan{cSearchPlan: cPlan} var newPlan = &SearchPlan{cSearchPlan: cPlan}
newPlan.setMetricType(col.GetMetricType())
return newPlan, nil return newPlan, nil
} }
@ -82,6 +84,12 @@ func (plan *SearchPlan) getTopK() int64 {
return int64(topK) return int64(topK)
} }
func (plan *SearchPlan) setMetricType(metricType string) {
cmt := C.CString(metricType)
defer C.free(unsafe.Pointer(cmt))
C.SetMetricType(plan.cSearchPlan, cmt)
}
func (plan *SearchPlan) getMetricType() string { func (plan *SearchPlan) getMetricType() string {
cMetricType := C.GetMetricType(plan.cSearchPlan) cMetricType := C.GetMetricType(plan.cSearchPlan)
defer C.free(unsafe.Pointer(cMetricType)) defer C.free(unsafe.Pointer(cMetricType))

View File

@ -248,6 +248,8 @@ func (node *QueryNode) WatchDmChannels(ctx context.Context, req *querypb.WatchDm
IndexMetas: fieldIndexMetas, IndexMetas: fieldIndexMetas,
MaxIndexRowCount: maxIndexRecordPerSegment, MaxIndexRowCount: maxIndexRecordPerSegment,
}, req.GetLoadMeta()) }, req.GetLoadMeta())
collection := node.manager.Collection.Get(req.GetCollectionID())
collection.SetMetricType(req.GetLoadMeta().GetMetricType())
delegator, err := delegator.NewShardDelegator(req.GetCollectionID(), req.GetReplicaID(), channel.GetChannelName(), req.GetVersion(), delegator, err := delegator.NewShardDelegator(req.GetCollectionID(), req.GetReplicaID(), channel.GetChannelName(), req.GetVersion(),
node.clusterManager, node.manager, node.tSafeManager, node.loader, node.factory, channel.GetSeekPosition().GetTimestamp()) node.clusterManager, node.manager, node.tSafeManager, node.loader, node.factory, channel.GetSeekPosition().GetTimestamp())
if err != nil { if err != nil {
@ -755,6 +757,15 @@ func (node *QueryNode) Search(ctx context.Context, req *querypb.SearchRequest) (
ErrorCode: commonpb.ErrorCode_Success, ErrorCode: commonpb.ErrorCode_Success,
}, },
} }
// Define the metric type when it has not been explicitly assigned by the user.
if !req.GetFromShardLeader() && req.GetReq().GetMetricType() == "" {
collection := node.manager.Collection.Get(req.GetReq().GetCollectionID())
if collection != nil {
req.Req.MetricType = collection.GetMetricType()
}
}
var toReduceResults []*internalpb.SearchResults var toReduceResults []*internalpb.SearchResults
var mu sync.Mutex var mu sync.Mutex
runningGp, runningCtx := errgroup.WithContext(ctx) runningGp, runningCtx := errgroup.WithContext(ctx)

View File

@ -166,6 +166,21 @@ get_invalid_dict = [
{"a".join("a" for i in range(256)): "a"} {"a".join("a" for i in range(256)): "a"}
] ]
get_invalid_metric_type = [
[],
1,
[1, "2", 3],
(1,),
{1: 1},
None,
" ",
"12-s",
"12 s",
"(mn)",
"中文",
"%$#",
"".join("a" for i in range(max_name_length + 1))]
get_dict_without_host_port = [ get_dict_without_host_port = [
{"host": "host"}, {"host": "host"},
{"": ""} {"": ""}

View File

@ -80,7 +80,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
pytest.skip("empty field is valid") pytest.skip("empty field is valid")
yield request.param yield request.param
@pytest.fixture(scope="function", params=ct.get_invalid_strs) @pytest.fixture(scope="function", params=ct.get_invalid_metric_type)
def get_invalid_metric_type(self, request): def get_invalid_metric_type(self, request):
yield request.param yield request.param
@ -1223,6 +1223,42 @@ class TestCollectionSearch(TestcaseBase):
"ids": insert_ids, "ids": insert_ids,
"limit": default_limit}) "limit": default_limit})
@pytest.mark.tags(CaseLabel.L0)
def test_search_normal_without_specify_metric_type(self):
"""
target: test search without specify metric type
method: create connection, collection, insert and search
expected: 1. search returned with 0 before travel timestamp
2. search successfully with limit(topK) after travel timestamp
"""
nq = 2
dim = 32
auto_id = True
# 1. initialize with data
collection_w, _, _, insert_ids, time_stamp = \
self.init_collection_general(prefix, True, auto_id=auto_id, dim=dim, is_flush=True)[0:5]
# 2. search before insert time_stamp
log.info("test_search_normal: searching collection %s" % collection_w.name)
vectors = [[random.random() for _ in range(dim)] for _ in range(nq)]
search_params = {"params": {"nprobe": 10}}
collection_w.search(vectors[:nq], default_search_field,
search_params, default_limit,
default_search_exp,
travel_timestamp=time_stamp - 1,
check_task=CheckTasks.err_res,
check_items={"err_code": 1,
"err_msg": f"only support to travel back to 0s so far"})
# 3. search after insert time_stamp
collection_w.search(vectors[:nq], default_search_field,
search_params, default_limit,
default_search_exp,
travel_timestamp=0,
guarantee_timestamp=0,
check_task=CheckTasks.check_search_results,
check_items={"nq": nq,
"ids": insert_ids,
"limit": default_limit})
@pytest.mark.tags(CaseLabel.L0) @pytest.mark.tags(CaseLabel.L0)
def test_search_normal_without_specify_anns_field(self): def test_search_normal_without_specify_anns_field(self):
""" """