bf6811a_initial-11[1].27.2007.c

来自「比亚迪玻璃配BF6811AIC初始化代码」· C语言 代码 · 共 607 行 · 第 1/5 页

C
607
字号
}
//-------------enter standby--------------
void enter_standby()
{
       init_setting(0x00,0x0B,0x00,0x00); //GD,SDT,CE,DIV,RTN             ;DIV=1,frame=100Hz 
       init_setting(0x00,0x07,0x00,0x36);  //GON="1",DTE="1",D1-0="10"
       delay_X1ms(50);                     //wait 2 frames or more
       init_setting(0x00,0x07,0x00,0x26);  //GON="1",DTE="0",D1-0="10"
       delay_X1ms(50);                     //wait 2 frames or more
       init_setting(0x00,0x5B,0x00,0x04);  //OFF VCL    
       init_setting(0x00,0x07,0x00,0x04);  //GON="0",DTE="0",D1-0="00"
       init_setting(0x00,0x10,0x00,0x40);  //SAP3-0="000"             
       init_setting(0x00,0x12,0x00,0x00);  //PON="0"
       init_setting(0x00,0x13,0x00,0x00);  //VCOMG="0"
       init_setting(0x00,0x10,0x00,0x00);  //AP3-0="000"
       delay_X1ms(10);
       init_setting(0x00,0x10,0x00,0x01);  //STB="1", enter standby
       delay_X1ms(10);
}
//-------------exit standby---------------
void exit_standby()
{
	init_setting(0x00,0x00,0x00,0x01);  //start OSC
	delay_X1ms(10);                     //wait 10 ms 
	init_setting(0x00,0x10,0x00,0x00);  //STB="0", exit standby
	delay_X1ms(10);
        init_setting(0x00,0x00,0x00,0x01);    //OSD_EN=1, start OSC
        delay_X1ms(10);
        init_setting(0x00,0x10,0x01,0x44);    //SAP=000 source buffer stop ,BT=001 6 -4,AP=100  1.0 current ,DK=1 step up 1 off
        init_setting(0x00,0x11,0x00,0x00);    //DC1=000 fosc/16 ,DC0=000 fosc/8 , VC=000 vci1=1*vci=2.8V        
        init_setting(0x00,0x12,0x00,0x00);    //PON=0   step up 2 off , VRH=0000 vgam1out =1.33 * REGP (smallest)
        init_setting(0x00,0x13,0x00,0x00);    //VCOMG=0 VCOML to VSSD ,VCM=00000 VCOMH=VGAM1OUT*0.4 ,VDV=00000 VCOMA =0.6 * VGAM1OUT ,
        init_setting(0x00,0x5B,0x00,0x04);    //OFF VCL
        init_setting(0x00,0x12,0x00,0x10);    //PON=1 step up 2 ON (ON VGL)
        delay_X1ms(50);                       //delay_X1ms 50 ms
        init_setting(0x00,0x10,0x01,0x40);    //DK=0 step up 1 ON 
        delay_X1ms(100);
        init_setting(0x00,0x10,0x00,0x40);    //BT=000 6 -5 
        delay_X1ms(10);     
        init_setting(0x00,0x12,0x00,0x14);    //VRH=0100 VGAM1OUT=1.75 *REGP
        init_setting(0x00,0x13,0x2d,0x09);    //VCM=01001 VCOMH = 0.58 *VGAM1OIUT ,VDV=01101 VCOMA=0.99 *VGAM1OUT,VCOMG=1 VCOML = 1.0~ (VCL+0.5)
        delay_X1ms(10);
        init_setting(0x00,0x10,0x60,0x40);    //SAP=100 source current 1	
        init_setting(0x00,0x07,0x00,0x05);    //GON=0 DTE=0  GATE all to VGH ,D1-0=01 souure buffer out VSSD
        delay_X1ms(50);
        init_setting(0x00,0x07,0x00,0x25);    //GON=1DTE=0  GATE all to VGL         
        init_setting(0x00,0x5B,0x00,0x00);    //ON VCL
        delay_X1ms(50);
        init_setting(0x00,0x07,0x00,0x27);    //D1-0=11 source buffer normal display 
        delay_X1ms(50);
        init_setting(0x00,0x07,0x00,0x37);    //GON=1 DTE=1 GATE display normal 
	delay_X1ms(10);
        write_command(0x00);
        write_command(0x22);
        delay_X1ms(10);
}
//-------------enter 8color---------------
void enter_8color()
{
	
        init_setting(0x00,0x07,0x00,0x36); //GON="1",DTE="1",D1-0="10"
        delay_X1ms(50);                    //wait 2 frames or more 
        init_setting(0x00,0x07,0x00,0x26); //GON="1",DTE="0",D1-0="10"
        delay_X1ms(50);                    //wait 2 frames or more 
        init_setting(0x00,0x07,0x00,0x04); //GON="0",DTE="0",D1-0="00"
        init_setting(0x00,0x07,0x00,0x0c); //CL="1"
        delay_X1ms(40);                    // wait 40ms or more 
        init_setting(0x00,0x07,0x00,0x0d); //GON="0",DTE="0",D1-0="01"
        delay_X1ms(50);                    //wait 2 frames or more
        init_setting(0x00,0x07,0x00,0x2d); //GON="1",DTE="0",D1-0="01"
        init_setting(0x00,0x07,0x00,0x2f); //GON="1",DTE="0",D1-0="11"
        delay_X1ms(5);
        init_setting(0x00,0x07,0x00,0x3f); //GON="1",DTE="1",D1-0="11"
}
//-------------exit 8color----------------
void exit_8color()
{
        init_setting(0x00,0x07,0x00,0x3e);  //GON="1",DTE="1",D1-0="10"
        delay_X1ms(50);                     //wait 2 frames or more
        init_setting(0x00,0x07,0x00,0x2e);  //GON="1",DTE="0",D1-0="10"
        delay_X1ms(50);                     //wait 2 frames or more
        init_setting(0x00,0x07,0x00,0x0c);  //GON="0",DTE="0",D1-0="00"
        init_setting(0x00,0x07,0x00,0x04);  //CL="0"
        delay_X1ms(40);                     // wait 40ms or more  
        init_setting(0x00,0x07,0x00,0x05);  //REV=1,GON=0,DTE=0,D1-0=01
        delay_X1ms(50);                     //wait 2 frames or more
        init_setting(0x00,0x07,0x00,0x25);  //REV=1,GON=1,DTE=0,D1-0=01
        init_setting(0x00,0x07,0x00,0x27);  //REV=1,GON=0,DTE=0,D1-0=11     
	delay_X1ms(5); 
        init_setting(0x00,0x07,0x00,0x37);  //REV=1,GON=0,DTE=0,D1-0=1
}


unsigned char code pic[]={
0x0b,0x53,0x0b,0x52,0x0b,0xd5,0x0b,0xf7,0x03,0xf7,0x04,0x18,0x0b,0xf7,0x01,0xaa,0x00,0xe2,0x53,0xc7,0x9e,0x6c,0x96,0x8a,0x96,0x49,0x96,0x29,0x96,0x28,0x8e,0x08,0x85,0xe7,0x7d,0xc7,0x75,0xa6,0x6d,0x66,0x6d,0x46,0x65,0x06,0x54,0xc6,0x4c,0x85,0x44,0x64,0x3c,0x24,0x3c,0x05,0x33,0xa4,0x23,0x65,0x1b,0x27,0x1b,0x69,0x23,0xab,0x2b,0xed,0x3c,0xd2,0x4d,0x96,0x5e,0x39,0x76,0xdc,0x7e,0xdb,0x6e,0x37,0x4d,0x31,0x4d,0x71,0x76,0xfa,0x87,0x5e,0x65,0x98,0x76,0x7b,0x97,0xbf,0x9f,0x9f,0x3b,0x0c,0x10,0xc3,0x10,0xe3,0x22,0x05,0x3b,0xaa,0x44,0xcd,0x4d,0x6f,0x3c,0xcd,0x1b,0x47,0x12,0xc5,0x1a,0xe5,0x23,0x44,0x33,0xa5,0x1b,0x03,0x12,0xc4,0x44,0x28,0x54,0xc7,0x44,0x24,0x44,0x24,0x54,0x84,0x64,0xe5,0x7d,0x67,0x96,0x49,0x9e,0x49,0x9e,0x6a,0x9e,0x6a,0x96,0x29,0x8d,0xc8,0x85,0x87,0x85,0x67,0x75,0x05,0x64,0xa4,0x64,0x84,0x5c,0x85,0x5c,0x65,0x5c,0x65,0x64,0xa5,0x75,0x06,0x7d,0x67,0x7d,0x47,0x75,0x26,0x75,0x26,0x7d,0x46,0x7d,0x66,0x85,0x87,0x85,0xa7,0x8d,0xc7,0x8d,0xc8,0x95,0xe7,0x96,0x08,0x96,0x08,0x95,0xc7,0x95,0xc7,0x95,0xe7,0x95,0xc7,0x95,0xe7,0x9e,0x08,0x9e,0x28,0x9e,0x28,0x9e,0x28,0xa6,0x28,0xa6,0x28,0xa6,0x28,0x9e,0x27,0xa6,0x08,0xa6,0x28,0xae,0x49,0xae,0x69,0xae,0x8a,0xbe,0xec,0x85,0x0a,0x19,0x64,0x19,0xa7,0x7e,0xbd,0x6e,0xff,0x45,0x17,0x34,0x54,0x45,0xbe,0x55,0xbe,0x33,0x0f,0x32,0x29,0x21,0x25,0x10,0x84,0x00,0x23,0x1a,0x4e,0x5e,0x5f,0x3d,0x19,0x0a,0x6d,0x0a,0xad,0x02,0x8d,0x2c,0x97,0x1b,0x71,0x02,0x0a,0x01,0x87,0x01,0x67,0x01,0x87,0x01,0x87,0x01,0x86,0x09,0xa4,0x6c,0xa8,0xbf,0x2d,0xbe,0xeb,0xbe,0xca,0xb6,0xa9,0xb6,0xa9,0xb6,0x88,0xae,0x68,0xb6,0x68,0xb6,0x67,0xae,0x68,0xae,0x68,0xae,0x47,0xae,0x68,0x8d,0x85,0x95,0xc6,0xa6,0x48,0xae,0x68,0xb6,0x88,0xb6,0x88,0xb6,0xa8,0xbe,0xc8,0xbe,0xc8,0xbe,0xa9,0xbe,0xc9,0xbe,0xea,0xae,0x8b,0x2b,0xa8,0x0b,0x4c,0x0b,0x2d,
0x0c,0x38,0x0c,0x38,0x0c,0x39,0x04,0x39,0x03,0xf8,0x03,0xf7,0x0b,0xf6,0x01,0xa9,0x2a,0x64,0x9e,0x6d,0xa6,0xcb,0x9e,0xaa,0x9e,0x8a,0x9e,0x6a,0x9e,0x69,0x96,0x49,0x96,0x28,0x8e,0x28,0x8e,0x07,0x85,0xe7,0x7d,0xa6,0x75,0x65,0x6d,0x25,0x5c,0xe5,0x54,0xc5,0x4c,0x85,0x4c,0x65,0x3c,0x24,0x34,0x04,0x2b,0xa4,0x23,0x65,0x23,0x25,0x1b,0x26,0x1b,0x48,0x1b,0xaa,0x2c,0x0b,0x34,0x6e,0x1b,0x6d,0x1b,0x2a,0x23,0x88,0x44,0xce,0x6e,0x77,0x7e,0xdc,0x55,0x35,0x76,0x9a,0x97,0xbf,0x97,0x3c,0x3b,0x4a,0x4b,0x49,0x85,0xd1,0x86,0x31,0x65,0xf0,0x4d,0x8f,0x2c,0x09,0x12,0xe5,0x12,0xa4,0x1a,0xe4,0x1b,0x03,0x2b,0x64,0x2b,0xa4,0x2b,0x84,0x2b,0x65,0x3c,0x05,0x54,0xa4,0x54,0x84,0x75,0x68,0x8e,0x08,0x96,0x28,0x95,0xe8,0x7d,0x47,0x6c,0xe6,0x5c,0x85,0x54,0x44,0x4c,0x24,0x54,0x24,0x54,0x64,0x64,0xc5,0x6d,0x26,0x6d,0x06,0x64,0xe6,0x64,0xe6,0x65,0x07,0x65,0x06,0x6d,0x26,0x6d,0x26,0x75,0x46,0x7d,0xa7,0x8e,0x08,0x8d,0xe8,0x85,0xa7,0x85,0xa7,0x8d,0xe8,0x8d,0xe8,0x96,0x08,0x96,0x09,0x96,0x08,0x96,0x08,0x9e,0x29,0xa6,0x69,0x9e,0x29,0x96,0x08,0x96,0x08,0x96,0x28,0x9e,0x28,0x9e,0x48,0x9e,0x28,0x9e,0x27,0xa6,0x27,0xa6,0x47,0xae,0x68,0xae,0x88,0xb6,0xa8,0xb6,0xa9,0xae,0x89,0xae,0x89,0xae,0x89,0xb6,0xcb,0x95,0xcb,0x19,0x63,0x19,0xa8,0x5e,0x1d,0x56,0x3f,0x3c,0xd6,0x34,0x74,0x4d,0xfe,0x3c,0x35,0x32,0x09,0x29,0x87,0x10,0xa4,0x08,0x42,0x09,0x27,0x45,0x3b,0x46,0x5f,0x46,0x1e,0x45,0xde,0x46,0x1e,0x45,0x9c,0x46,0x1e,0x56,0x1d,0x12,0xad,0x01,0x47,0x01,0x67,0x01,0x87,0x01,0x88,0x01,0x86,0x3b,0x86,0xb6,0xcd,0xbe,0xeb,0xbe,0xea,0xbe,0xc9,0xb6,0xa9,0xb6,0xa9,0xb6,0x68,0xb6,0x68,0xb6,0x67,0xb6,0x68,0xae,0x68,0xae,0x68,0xa6,0x46,0xae,0x68,0x95,0xc6,0x8d,0x85,0xa6,0x27,0xae,0x67,0xae,0x88,0xb6,0x88,0xb6,0xa8,0xbe,0xa8,0xb6,0xc8,0xbe,0xc9,0xbe,0xc9,0xbe,0xea,0xb6,0xcb,0x33,0xa8,0x02,0xeb,0x02,0xec,
0x0b,0xf8,0x04,0x39,0x0c,0x59,0x04,0x38,0x03,0xf7,0x03,0xf7,0x0b,0xd5,0x02,0x09,0x75,0x0a,0xaf,0x0d,0xa6,0xcb,0xa6,0xca,0xa6,0xca,0xa6,0xaa,0xa6,0x89,0x9e,0x69,0x9e,0x48,0x9e,0x28,0x96,0x28,0x8e,0x07,0x8d,0xe6,0x85,0xc6,0x75,0x85,0x6d,0x65,0x65,0x25,0x5c,0xe5,0x54,0xc5,0x4c,0x85,0x44,0x65,0x3c,0x24,0x33,0xe5,0x33,0xc5,0x2b,0x85,0x23,0x65,0x1b,0x25,0x1b,0x47,0x23,0xa8,0x23,0x8a,0x13,0x07,0x13,0x07,0x23,0xab,0x2c,0x4e,0x1b,0xac,0x23,0xab,0x55,0x31,0x55,0x0f,0x6d,0x4e,0xa6,0x91,0xc7,0xd4,0xbf,0xf4,0x6d,0x8d,0x4c,0xcb,0x44,0xa8,0x3b,0xe5,0x2b,0x63,0x23,0x43,0x23,0x23,0x23,0x23,0x2b,0x84,0x23,0x42,0x33,0xa3,0x44,0x23,0x6d,0x66,0x85,0xe7,0x85,0xc8,0x85,0xa8,0x6c,0xe6,0x5c,0x85,0x54,0x24,0x44,0x04,0x4c,0x44,0x54,0x65,0x54,0x86,0x5c,0xc6,0x5c,0xe6,0x64,0xe7,0x64,0xe6,0x6d,0x06,0x7d,0x87,0x7d,0xa7,0x75,0x67,0x75,0x67,0x75,0x47,0x75,0x67,0x7d,0x87,0x7d,0x87,0x85,0x87,0x8d,0xc7,0x96,0x08,0x96,0x08,0x8d,0xe8,0x95,0xe8,0x96,0x08,0x96,0x08,0x96,0x29,0x9e,0x28,0x9e,0x29,0x9e,0x29,0x9e,0x29,0xa6,0x69,0x9e,0x29,0x9e,0x28,0xa6,0x49,0x9e,0x28,0xa6,0x49,0xa6,0x69,0xae,0x69,0xae,0x68,0xae,0x68,0xae,0x68,0xb6,0x88,0xb6,0xa9,0xbe,0xc9,0xbe,0xca,0xbe,0xea,0xbe,0xca,0xbe,0xeb,0x9e,0x2b,0x19,0x61,0x1a,0x2b,0x55,0xfe,0x56,0x5f,0x3c,0xd6,0x34,0x95,0x4d,0x39,0x32,0xac,0x31,0xa7,0x18,0xe4,0x10,0x83,0x00,0xa4,0x34,0x15,0x4e,0x5f,0x3e,0x1f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x5f,0x46,0x5f,0x45,0xfc,0x0a,0x2c,0x01,0xa8,0x01,0xa9,0x01,0xa8,0x01,0xa8,0x1a,0x46,0x8d,0xea,0xbf,0x2c,0xbe,0xea,0xbe,0xc9,0xb6,0xa9,0xb6,0x88,0xb6,0x88,0xae,0x68,0xae,0x67,0xb6,0x68,0xb6,0x88,0xae,0x67,0xae,0x67,0xa6,0x46,0xa6,0x47,0x9e,0x07,0x85,0x85,0x9e,0x47,0xa6,0x47,0xae,0x88,0xb6,0x88,0xb6,0xa8,0xb6,0xa8,0xb6,0xc8,0xbe,0xc9,0xbe,0xc9,0xbe,0xea,0xb6,0xcb,0x33,0xa8,0x0a,0xeb,0x0a,0xec,
0x03,0xf7,0x04,0x18,0x03,0xf7,0x03,0xf7,0x03,0xd7,0x03,0xf7,0x03,0xb4,0x33,0xcc,0xae,0xce,0xaf,0x0c,0xae,0xeb,0xae,0xeb,0xae,0xea,0xae,0xca,0xa6,0xca,0xa6,0xa9,0xa6,0x89,0xa6,0x69,0x9e,0x68,0x9e,0x48,0x96,0x27,0x8e,0x07,0x85,0xe6,0x85,0xc6,0x75,0x66,0x6d,0x45,0x65,0x25,0x5c,0xe5,0x54,0xa4,0x4c,0x84,0x44,0x65,0x3c,0x45,0x34,0x05,0x33,0xe5,0x2b,0xa5,0x23,0x85,0x1b,0x65,0x1b,0x46,0x23,0x67,0x23,0x87,0x23,0xa8,0x2b,0xe9,0x2c,0x0a,0x4c,0xcd,0x5d,0x0b,0x8e,0x2d,0xc7,0xb1,0xcf,0xf2,0xaf,0x30,0x64,0xe9,0x23,0x04,0x33,0x86,0x4c,0x86,0x65,0x26,0x6d,0x46,0x6d,0x46,0x5c,0xc5,0x54,0x84,0x44,0x23,0x4c,0x23,0x6d,0x46,0x7d,0x87,0x6d,0x05,0x54,0x44,0x3b,0xc3,0x33,0xa2,0x3b,0xc3,0x44,0x25,0x5c,0xa6,0x6d,0x47,0x6d,0x47,0x75,0x68,0x6d,0x27,0x6d,0x27,0x6d,0x27,0x75,0x47,0x75,0x47,0x75,0x47,0x7d,0x67,0x7d,0x87,0x85,0xc7,0x85,0xc8,0x85,0xa7,0x85,0x86,0x85,0xa7,0x85,0xa7,0x8d,0xc8,0x8d,0xc8,0x8d,0xc7,0x96,0x08,0x9e,0x29,0x9e,0x29,0x96,0x08,0x9e,0x29,0x9e,0x29,0x9e,0x29,0x9e,0x49,0x9e,0x49,0xa6,0x49,0xa6,0x69,0xae,0x8a,0xa6,0x69,0xa6,0x49,0xa6,0x69,0xa6,0x69,0xae,0x69,0xae,0x89,0xae,0x89,0xae,0x88,0xb6,0x88,0xb6,0x88,0xb6,0xa8,0xbe,0xc9,0xbe,0xc9,0xbe,0xca,0xc6,0xea,0xc7,0x2b,0xae,0x8c,0x21,0xc2,0x1a,0x6d,0x56,0x3f,0x56,0x5f,0x44,0xf7,0x44,0x74,0x43,0x8f,0x3a,0x29,0x29,0x66,0x18,0xe3,0x00,0x83,0x22,0xcf,0x5e,0x3e,0x46,0x3f,0x46,0x3f,0x46,0x1f,0x46,0x1f,0x46,0x1f,0x46,0x3f,0x46,0x7f,0x35,0x19,0x01,0xaa,0x02,0x09,0x13,0x2e,0x1b,0x0e,0x01,0xe6,0x64,0xaa,0xb7,0x0d,0xb6,0xea,0xbe,0xc9,0xb6,0x88,0xb6,0x88,0xb6,0x88,0xb6,0x88,0xae,0x67,0xae,0x67,0xae,0x67,0xae,0x67,0xae,0x68,0xae,0x67,0xa6,0x47,0xa6,0x27,0xa6,0x27,0x8d,0x65,0x96,0x07,0xa6,0x27,0xae,0x67,0xae,0x67,0xb6,0x88,0xb6,0xa8,0xb6,0xc8,0xbe,0xa9,0xbe,0xc9,0xbe,0xea,0xae,0x8c,0x2b,0x68,0x0a,0xcb,0x0a,0xcc,
0x35,0x9d,0x14,0xda,0x03,0xf7,0x03,0xd7,0x03,0xf7,0x04,0x38,0x03,0x92,0x6d,0x6f,0xbf,0x2d,0xb7,0x0b,0xb6,0xec,0xb7,0x0b,0xae,0xea,0xae,0xea,0xae,0xca,0xae,0xca,0xae,0xa9,0xae,0xa9,0xa6,0x88,0xa6,0x68,0x9e,0x48,0x9e,0x27,0x96,0x26,0x8e,0x06,0x85,0xc6,0x7d,0x85,0x75,0x65,0x6d,0x45,0x65,0x05,0x5c,0xc4,0x54,0xa5,0x4c,0x85,0x44,0x44,0x3c,0x24,0x34,0x04,0x33,0xe5,0x2b,0xa5,0x23,0x85,0x23,0x45,0x1b,0x45,0x1b,0x25,0x23,0x45,0x23,0x44,0x54,0xa7,0xae,0xee,0xd7,0xf0,0xbf,0x4e,0x7d,0xaa,0x3b,0xa5,0x1a,0xc2,0x1a,0xc3,0x1a,0xc4,0x22,0xe3,0x2b,0x43,0x43,0xe2,0x54,0x84,0x75,0x46,0x85,0xc8,0x85,0xc6,0x85,0xc7,0x64,0xa5,0x3b,0x63,0x22,0xe2,0x2b,0x24,0x2b,0xa4,0x3b,0xe5,0x44,0x46,0x54,0x86,0x5c,0xc6,0x6d,0x06,0x75,0x68,0x75,0x47,0x7d,0xa8,0x7d,0x88,0x7d,0x88,0x7d,0xa9,0x7d,0x68,0x7d,0x67,0x7d,0x67,0x7d,0x87,0x85,0xa7,0x85,0xa7,0x95,0xe8,0x96,0x09,0x8d,0xe8,0x8d,0xe8,0x96,0x08,0x95,0xe8,0x95,0xe8,0x95,0xe8,0x9e,0x08,0xa6,0x69,0x9e,0x28,0x9e,0x28,0x9e,0x29,0x9e,0x29,0x9e,0x49,0x9e,0x29,0xa6,0x49,0xa6,0x49,0xae,0x69,0xae,0x69,0xae,0x89,0xae,0x69,0xae,0x69,0xae,0x89,0xae,0x89,0xae,0xa9,0xb6,0xa9,0xb6,0xa8,0xb6,0x88,0xbe,0xa8,0xbe,0xc9,0xbe,0xc9,0xbe,0xea,0xbe,0xca,0xc7,0x0b,0xb6,0xad,0x2a,0x03,0x2b,0x50,0x56,0x3f,0x4e,0x1f,0x3c,0xb6,0x43,0xb0,0x42,0x89,0x31,0xa6,0x21,0x45,0x08,0x82,0x09,0x88,0x4d,0x7c,0x46,0x5f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x1f,0x46,0x1f,0x46,0x5f,0x3d,0x7b,0x02,0x2d,0x02,0x0a,0x2b,0xf1,0x23,0xb0,0x2b,0x67,0xa6,0xac,0xb6,0xcb,0xb6,0x89,0xb6,0x88,0xae,0x88,0xae,0x88,0xae,0x68,0xb6,0x67,0xae,0x47,0xae,0x67,0xae,0x67,0xae,0x47,0xae,0x47,0xae,0x67,0xa6,0x47,0xa6,0x47,0xa6,0x27,0x8d,0x85,0x95,0xc6,0x9e,0x27,0xa6,0x47,0xae,0x47,0xb6,0x88,0xb6,0xa8,0xb6,0xc8,0xbe,0xa9,0xbe,0xc9,0xc6,0xea,0xa6,0x6c,0x23,0x08,0x0a,0xab,0x02,0xac,
0x46,0x1e,0x46,0x1f,0x25,0x1c,0x0c,0x38,0x1c,0x99,0x24,0xfa,0x3c,0xd4,0x96,0x8f,0xbf,0x2d,0xb7,0x0c,0xbf,0x0c,0xbf,0x0b,0xb7,0x0b,0xb6,0xea,0xb6,0xea,0xb6,0xca,0xb6,0xca,0xae,0xc9,0xae,0xa9,0xae,0xa9,0xa6,0x88,0xa6,0x68,0x9e,0x47,0x96,0x27,0x8e,0x06,0x8d,0xe6,0x85,0xc6,0x7d,0x86,0x75,0x65,0x6d,0x25,0x65,0x05,0x5c,0xe5,0x54,0xc5,0x4c,0x85,0x44,0x65,0x3c,0x25,0x34,0x05,0x33,0xe5,0x23,0xa4,0x2b,0xa5,0x2b,0x65,0x2b,0x64,0x75,0x49,0xbf,0x6e,0xcf,0xaf,0xa6,0x8c,0x5c,0x86,0x33,0x63,0x2b,0x63,0x2b,0x64,0x2b,0x64,0x33,0xa3,0x3c,0x24,0x54,0x65,0x5c,0xc6,0x5c,0xa5,0x43,0xe3,0x43,0xe3,0x6d,0x06,0x8d,0xe8,0x75,0x46,0x4c,0x23,0x2b,0x82,0x33,0xa4,0x44,0x05,0x4c,0x66,0x5c,0xa6,0x64,0xe7,0x65,0x07,0x6d,0x27,0x7d,0x89,0x75,0x48,0x75,0x68,0x7d,0x68,0x7d,0x68,0x7d,0x88,0x7d,0x88,0x7d,0x88,0x7d,0x88,0x85,0x88,0x85,0x87,0x8e,0x09,0x8d,0xc8,0x8d,0xa8,0x85,0xa7,0x8d,0xc8,0x8d,0xc8,0x8d,0xe8,0x95,0xe8,0x96,0x08,0x95,0xe8,0x9e,0x29,0x9e,0x49,0x9e,0x29,0x9e,0x29,0x9e,0x29,0x9e,0x29,0xa6,0x29,0xa6,0x29,0xa6,0x49,0xae,0x69,0xae,0x69,0xae,0x69,0xae,0x69,0xae,0x89,0xae,0x89,0xae,0x89,0xb6,0xa9,0xb6,0x89,0xb6,0xa9,0xb6,0xa9,0xbe,0xc9,0xbe,0xc9,0xbe,0xc9,0xbe,0xca,0xbe,0xca,0xc7,0x0b,0xb6,0x8d,0x2a,0x24,0x54,0xb5,0x56,0x7f,0x4e,0x1e,0x44,0x74,0x43,0x0c,0x31,0xc6,0x29,0x85,0x10,0xe4,0x00,0xc5,0x3c,0x35,0x4e,0x3f,0x3e,0x1f,0x46,0x1f,0x46,0x3f,0x46,0x1f,0x46,0x1f,0x46,0x3f,0x46,0x1f,0x46,0x3f,0x4e,0x5f,0x3c,0xf8,0x02,0x6c,0x02,0x09,0x12,0x87,0x7d,0xac,0xb7,0x0b,0xae,0x8a,0xae,0x28,0xae,0x47,0xae,0x68,0xae,0x68,0xae,0x67,0xae,0x47,0xae,0x67,0xae,0x67,0xae,0x67,0xae,0x47,0xae,0x67,0xae,0x47,0xa6,0x27,0xa6,0x26,0xa6,0x47,0x8d,0x85,0x85,0x86,0x9e,0x07,0xa6,0x67,0xae,0x47,0xae,0x68,0xb6,0xa8,0xb6,0xc8,0xbe,0xa9,0xbe,0xc9,0xc7,0x0b,0x9e,0x2c,0x1a,0xe9,0x0a,0xac,0x02,0x8c,
0x45,0xdd,0x4e,0x1f,0x45,0xfe,0x45,0xfe,0x4d,0xfd,0x4d,0xbc,0x65,0xd5,0xaf,0x0e,0xc7,0x2d,0xbf,0x2c,0xbf,0x2b,0xbf,0x2b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0b,0xb6,0xea,0xb6,0xea,0xb6,0xea,0xae,0xca,0xae,0xc9,0xae,0xa9,0xae,0x88,0xa6,0x88,0x9e,0x67,0x96,0x47,0x96,0x27,0x8e,0x06,0x85,0xe6,0x85,0xc6,0x75,0x86,0x6d,0x65,0x6d,0x45,0x5d,0x05,0x5c,0xe5,0x54,0xa5,0x4c,0x85,0x44,0x65,0x3c,0x45,0x3c,0x25,0x33,0xe5,0x3b,0xe4,0x8e,0x0a,0xcf,0xaf,0xbf,0x6d,0x8e,0x0a,0x54,0x64,0x44,0x24,0x4c,0x65,0x54,0xa5,0x5c,0xc6,0x64,0xe6,0x5c,0xc6,0x5c,0xa6,0x4c,0x44,0x4c,0x44,0x3b,0xe3,0x2b,0x63,0x2b,0x62,0x2b,0x63,0x43,0xe3,0x6d,0x26,0x8e,0x29,0x85,0xc8,0x5c,0xa5,0x4c,0x64,0x54,0x85,0x64,0xc6,0x65,0x07,0x6d,0x27,0x6d,0x28,0x75,0x69,0x7d,0x89,0x7d,0x88,0x7d,0x88,0x7d,0x88,0x7d,0x88,0x7d,0x88,0x7d,0x88,0x7d,0xa8,0x85,0xa8,0x8d,0xe9,0x8d,0xe8,0x7d,0x87,0x85,0xa7,0x85,0x87,0x85,0xa8,0x85,0xa8,0x8d,0xc8,0x8d,0xe8,0x8d,0xe8,0x95,0xe8,0x9e,0x29,0x96,0x08,0x9e,0x29,0x9e,0x49,0x9e,0x29,0x9e,0x29,0x9e,0x29,0xa6,0x49,0xa6,0x49,0xa6,0x69,0xae,0x69,0xae,0x89,0xae,0x89,0xae,0x89,0xae,0x89,0xae,0x89,0xb6,0xaa,0xb6,0xa9,0xb6,0xa9,0xb6,0xa9,0xb6,0xa9,0xbe,0xc9,0xbe,0xca,0xbe,0xca,0xbe,0xea,0xc7,0x0b,0xa6,0x2c,0x22,0x24,0x6d,0x97,0x66,0xff,0x4d,0xfe,0x43,0xb0,0x29,0xc6,0x21,0x65,0x21,0x64,0x08,0xa2,0x1a,0x4c,0x56,0x1f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x5f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x5f,0x4e,0x3f,0x45,0x5b,0x0a,0xac,0x02,0x06,0x54,0x48,0xb6,0xed,0xb6,0xaa,0xae,0x89,0xae,0x48,0x9d,0xe6,0xa6,0x27,0xae,0x67,0xae,0x47,0xae,0x46,0xae,0x46,0xae,0x67,0xae,0x67,0xae,0x67,0xae,0x47,0xae,0x47,0xa6,0x27,0xa6,0x06,0xae,0x47,0x95,0xa6,0x7d,0x65,0x96,0x07,0xa6,0x47,0xae,0x68,0xae,0x68,0xb6,0xa8,0xb6,0xc8,0xb6,0xa9,0xbe,0xe9,0xc7,0x0b,0x8d,0xcb,0x1a,0xe9,0x02,0xac,0x02,0xad,
0x46,0x3f,0x45,0xde,0x4d,0xbd,0x4e,0x1e,0x4d,0xfd,0x55,0x9a,0x6d,0xf2,0xbf,0x4e,0xc7,0x2c,0xbf,0x2c,0xbf,0x4b,0xbf,0x2b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0a,0xb6,0xea,0xb6,0xe9,0xae,0xc9,0xae,0xa9,0xa6,0xa8,0xa6,0x88,0xa6,0x88,0x9e,0x67,0x96,0x47,0x8e,0x26,0x8e,0x06,0x85,0xe6,0x7d,0xc6,0x75,0x86,0x6d,0x65,0x6d,0x26,0x65,0x06,0x5c,0xe5,0x54,0xa5,0x4c,0x86,0x3c,0x25,0x4c,0x45,0xa6,0xcc,0xcf,0x8e,0xb6,0xec,0x85,0x87,0x5c,0x84,0x65,0x06,0x75,0x67,0x75,0x87,0x6d,0x26,0x5c,0xa5,0x44,0x03,0x3b,0xa2,0x33,0x83,0x3b,0xc3,0x4c,0x44,0x44,0x25,0x44,0x24,0x44,0x44,0x44,0x44,0x44,0x24,0x3b,0xc4,0x4c,0x04,0x7d,0x67,0x9e,0x69,0x85,0xc7,0x6c,0xe6,0x64,0xe6,0x65,0x07,0x6d,0x27,0x6d,0x27,0x75,0x48,0x7d,0x69,0x7d,0x89,0x7d,0x88,0x75,0x68,0x7d,0x68,0x75,0x48,0x7d,0x88,0x8d,0xe9,0x85,0xc8,0x85,0xc8,0x7d,0x87,0x7d,0x87,0x7d,0x67,0x7d,0x67,0x7d,0x67,0x85,0x88,0x85,0xa8,0x85,0xa8,0x85,0xa7,0x95,0xe8,0x95,0xe8,0x8d,0xe8,0x96,0x08,0x96,0x08,0x9e,0x29,0x9e,0x29,0x9e,0x29,0xa6,0x29,0xa6,0x49,0xa6,0x49,0xa6,0x69,0xae,0x69,0xa6,0x69,0xae,0x89,0xae,0xaa,0xae,0xa9,0xb6,0xaa,0xb6,0xca,0xb6,0xa9,0xb6,0xc9,0xbe,0xc9,0xbe,0xe9,0xbe,0xea,0xbe,0xea,0xbe,0xca,0xc7,0x0b,0xa6,0x4b,0x22,0x04,0x6d,0xd9,0x87,0x3f,0x44,0x96,0x21,0xc7,0x21,0x63,0x21,0x64,0x19,0x02,0x01,0x25,0x3c,0x75,0x4e,0x3f,0x3e,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x5f,0x46,0x5f,0x46,0x5f,0x46,0x3f,0x46,0x5f,0x1b,0xf5,0x02,0x4c,0x02,0x09,0x22,0xe6,0xa6,0x4b,0xb6,0xeb,0xae,0x8a,0xae,0x68,0xa6,0x48,0xa6,0x27,0x9d,0xc5,0xa6,0x27,0xae,0x47,0xae,0x47,0xae,0x46,0xae,0x46,0xae,0x46,0xae,0x67,0xae,0x47,0xae,0x47,0xa6,0x27,0x9e,0x06,0xa6,0x27,0x9e,0x07,0x7d,0x45,0x95,0xe7,0x9e,0x27,0xae,0x67,0xae,0x68,0xb6,0x88,0xb6,0xa9,0xb6,0xc9,0xbe,0xca,0xc7,0x0c,0x75,0x4a,0x0a,0xca,0x0a,0xad,0x02,0xad,
0x46,0x5f,0x4d,0xfe,0x45,0x9c,0x4d,0xfe,0x4d,0xfd,0x55,0x99,0x7e,0x31,0xc7,0x6e,0xc7,0x2d,0xc7,0x2c,0xc7,0x2c,0xbf,0x2c,0xbf,0x2b,0xbf,0x2b,0xbf,0x0a,0xbf,0x0b,0xbf,0x0b,0xbf,0x0a,0xb7,0x0a,0xb6,0xea,0xb6,0xe9,0xae,0xc9,0xae,0xa9,0xae,0xa9,0xa6,0xa8,0xa6,0x88,0x9e,0x67,0x9e,0x67,0x96,0x47,0x8e,0x27,0x8d,0xe7,0x85,0xc6,0x7d,0xa6,0x75,0x66,0x6d,0x46,0x65,0x26,0x5c,0xe7,0x4c,0x66,0x54,0x85,0xb7,0x0d,0xc7,0x8e,0xb6,0xea,0x85,0x66,0x7d,0x47,0x96,0x29,0x85,0xa8,0x6d,0x06,0x4c,0x23,0x43,0xc2,0x43,0xe3,0x44,0x24,0x4c,0x64,0x54,0xa4,0x65,0x06,0x5c,0xe5,0x5c,0xc5,0x5c,0xc5,0x54,0xa5,0x5c,0xc5,0x5c,0xc5,0x54,0xc5,0x54,0xa5,0x4c,0x03,0x64,0xa5,0x9e,0x49,0xa6,0x88,0x85,0x67,0x6c,0xc6,0x6c,0xe6,0x6d,0x26,0x7d,0x88,0x75,0x27,0x6d,0x28,0x75,0x28,0x75,0x48,0x75,0x48,0x7d,0x89,0x7d,0x89,0x75,0x47,0x6d,0x27,0x6d,0x27,0x6d,0x27,0x6d,0x27,0x6d,0x27,0x6d,0x26,0x75,0x47,0x7d,0x47,0x7d,0x67,0x7d,0x87,0x85,0xc8,0x95,0xe8,0x8d,0xc8,0x95,0xe9,0x96,0x08,0x96,0x08,0x96,0x09,0x9e,0x29,0x9e,0x09,0x9e,0x08,0x9e,0x29,0x9e,0x29,0x9e,0x29,0xa6,0x49,0xa6,0x49,0xae,0x69,0xae,0x8a,0xae,0x89,0xae,0xa9,0xb6,0xca,0xb6,0xca,0xbe,0xca,0xbe,0xc9,0xbe,0xc9,0xbe,0xea,0xbe,0xea,0xbe,0xea,0xc7,0x0b,0xa6,0x0b,0x21,0x82,0x6c,0xf5,0x64,0xf6,0x19,0xc7,0x21,0x24,0x19,0x85,0x19,0x23,0x10,0xe3,0x23,0x2f,0x56,0x1e,0x3e,0x3f,0x3e,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x1f,0x46,0x3f,0x46,0x3f,0x46,0x5f,0x46,0x5f,0x3e,0x3f,0x34,0xfa,0x02,0xcf,0x02,0x47,0x75,0x2a,0xbf,0x0c,0xb6,0xaa,0xae,0xa9,0xae,0x68,0xa6,0x48,0xa6,0x48,0x9d,0xc5,0x9e,0x06,0xa6,0x47,0xae,0x47,0xae,0x46,0xae,0x47,0xae,0x47,0xae,0x47,0xae,0x47,0xae,0x68,0xa6,0x27,0x9e,0x06,0x9e,0x06,0x9e,0x07,0x7d,0x25,0x8d,0xc7,0x9e,0x27,0xae,0x47,0xae,0x68,0xae,0x68,0xae,0x68,0xb6,0xa9,0xbe,0xca,0xc7,0x0c,0x64,0xca,0x02,0x8a,0x0a,0xad,0x0a,0xad,
0x4e,0x3f,0x4e,0x3f,0x45,0xbc,0x4d,0xdd,0x55,0xdc,0x55,0x98,0x8e,0x4f,0xcf,0x6e,0xc7,0x4d,0xc7,0x2d,0xc7,0x2b,0xbf,0x2b,0xc7,0x2b,0xbf,0x2b,0xbf,0x2b,0xbf,0x2b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0a,0xb6,0xea,0xb6,0xea,0xb6,0xc9,0xae,0xa9,0xae,0xc9,0xae,0xa9,0xa6,0x88,0xa6,0x68,0x9e,0x68,0x9e,0x48,0x96,0x47,0x96,0x27,0x8e,0x07,0x85,0xe7,0x7d,0xa6,0x75,0x66,0x6d,0x47,0x5c,0xc7,0x5c,0x86,0xbf,0x2d,0xcf,0xad,0xb6,0xcb,0x85,0x87,0x7d,0x87,0x7d,0x67,0x5c,0x85,0x4c,0x03,0x54,0x64,0x54,0x84,0x5c,0xc5,0x64,0xe5,0x65,0x05,0x6d,0x46,0x75,0x65,0x75,0x65,0x6d,0x25,0x6d,0x25,0x6d,0x05,0x6d,0x05,0x6d,0x26,0x6d,0x26,0x6d,0x45,0x65,0x05,0x5c,0xc6,0x4c,0x45,0x54,0x24,0x85,0xa8,0xae,0xca,0x95,0xe8,0x7d,0x67,0x8d,0xe9,0x8d,0xe9,0x85,0xa8,0x85,0x89,0x85,0x69,0x7d,0x68,0x85,0xa8,0x85,0x88,0x75,0x06,0x75,0x07,0x6c,0xe7,0x64,0xc6,0x64,0xc6,0x64,0xe7,0x64,0xe7,0x64,0xe6,0x6d,0x06,0x6d,0x07,0x75,0x48,0x7d,0x88,0x7d,0x68,0x7d,0x88,0x7d,0x88,0x85,0x88,0x8d,0xa8,0x8d,0xc8,0x8d,0xc8,0x8d,0xe8,0x95,0xe9,0x95,0xe8,0x9e,0x09,0x9e,0x09,0x9e,0x29,0xa6,0x49,0xa6,0x49,0xa6,0x49,0xae,0x6a,0xae,0x8a,0xae,0x8a,0xb6,0xaa,0xb6,0xaa,0xbe,0xca,0xbe,0xc9,0xbe,0xc9,0xbe,0xea,0xbe,0xca,0xbe,0xea,0xc7,0x0c,0x95,0x8b,0x19,0x01,0x29,0xe7,0x21,0x86,0x21,0x02,0x29,0x64,0x19,0x43,0x11,0x02,0x11,0xa7,0x4d,0x7a,0x46,0x5f,0x3e,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x4e,0x5f,0x3d,0xbb,0x35,0x79,0x4e,0x1d,0x4e,0x7f,0x45,0x39,0x4c,0x6a,0xae,0xcb,0xb6,0xca,0xb6,0xaa,0xb6,0x89,0xae,0x68,0xa6,0x28,0xa6,0x27,0xa6,0x27,0x95,0xa5,0x9e,0x06,0xa6,0x27,0xa6,0x47,0xae,0x47,0xae,0x67,0xae,0x47,0xa6,0x27,0xa6,0x47,0xa6,0x47,0x9e,0x06,0x9e,0x06,0x9e,0x07,0x7d,0x45,0x85,0xa7,0x9e,0x07,0xa6,0x47,0xae,0x68,0xb6,0x88,0xb6,0x89,0xb6,0xa9,0xbe,0xea,0xbe,0xec,0x4b,0xe9,0x02,0x6b,0x02,0xad,0x02,0x8d,
0x4e,0x3f,0x56,0x5f,0x4e,0x1d,0x55,0xdd,0x5d,0xdc,0x55,0x78,0x96,0x8f,0xcf,0x6e,0xc7,0x4d,0xc7,0x4c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2b,0xc7,0x2b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0a,0xbe,0xea,0xb6,0xea,0xb6,0xea,0xb6,0xc9,0xb6,0xc9,0xae,0xa9,0xae,0x89,0xa6,0x89,0xa6,0x69,0x9e,0x68,0x9e,0x48,0x96,0x27,0x96,0x27,0x8e,0x08,0x8e,0x07,0x85,0xc8,0x7d,0x67,0x5c,0x84,0xb6,0xed,0xcf,0xae,0xbf,0x0b,0x7d,0x47,0x5c,0x65,0x5c,0x85,0x54,0x44,0x5c,0xa5,0x6d,0x26,0x6d,0x46,0x6d,0x46,0x75,0x66,0x75,0x45,0x7d,0x86,0x7d,0x86,0x7d,0x86,0x7d,0xa6,0x7d,0x85,0x7d,0x86,0x7d,0x66,0x7d,0x66,0x7d,0x66,0x7d,0x66,0x75,0x46,0x6d,0x26,0x6d,0x05,0x6d,0x26,0x75,0x26,0x75,0x05,0x8d,0x87,0xb6,0xec,0xae,0xaa,0x95,0xe8,0x95,0xe8,0x96,0x08,0x8d,0xe8,0x95,0xe9,0x96,0x09,0x96,0x2a,0x96,0x09,0x96,0x09,0x96,0x09,0x8d,0xc8,0x85,0x88,0x75,0x27,0x6c,0xe7,0x6c,0xc6,0x64,0xa6,0x64,0xc6,0x6c,0xe7,0x64,0xc6,0x6c,0xe7,0x6d,0x07,0x6d,0x27,0x75,0x28,0x7d,0x68,0x7d,0x68,0x85,0x88,0x85,0xa9,0x85,0xa8,0x8d,0xa8,0x8d,0xc8,0x8d,0xe8,0x95,0xe8,0x96,0x09,0x9e,0x09,0x9e,0x29,0xa6,0x49,0xa6,0x49,0xa6,0x6a,0xae,0x8a,0xae,0x8a,0xb6,0x8a,0xb6,0xaa,0xbe,0xca,0xbe,0xca,0xbe,0xca,0xbe,0xeb,0xbe,0xca,0xbf,0x2c,0x7d,0x0b,0x19,0x64,0x08,0x82,0x18,0xa2,0x21,0x24,0x19,0x24,0x19,0x22,0x11,0x23,0x23,0x30,0x4e,0x3f,0x46,0x3f,0x46,0x1f,0x46,0x3f,0x46,0x1f,0x3e,0x1f,0x46,0x5f,0x46,0x1d,0x1c,0x54,0x03,0x2d,0x0b,0x6e,0x24,0x53,0x24,0x53,0x3c,0x91,0x9e,0x4d,0xbe,0xea,0xb6,0xa9,0xb6,0xa9,0xae,0x68,0xae,0x48,0xa6,0x27,0xa6,0x07,0xa6,0x27,0x8d,0xa5,0x95,0xc5,0x9e,0x06,0xa6,0x27,0xa6,0x47,0xae,0x47,0xa6,0x47,0xa6,0x27,0xa6,0x47,0xa6,0x27,0x9e,0x07,0x9e,0x06,0x9e,0x07,0x7d,0x25,0x7d,0x66,0x95,0xe7,0xa6,0x47,0xae,0x68,0xae,0x88,0xb6,0xa9,0xbe,0xaa,0xbe,0xca,0xae,0xac,0x2b,0x48,0x02,0x6c,0x02,0x8d,0x02,0x8d,
0x56,0x5f,0x56,0x7f,0x56,0x3e,0x55,0xbd,0x5d,0xfc,0x55,0xb8,0x96,0x90,0xcf,0x6e,0xc7,0x6d,0xbf,0x4b,0xc7,0x2c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2b,0xc7,0x2b,0xbf,0x0b,0xbe,0xea,0xbe,0xea,0xbe,0xea,0xb6,0xea,0xb6,0xea,0xb6,0xca,0xae,0xa9,0xae,0xa9,0xa6,0x89,0x9e,0x69,0x9e,0x68,0x9e,0x68,0x96,0x28,0x96,0x08,0x8d,0xe7,0x85,0xc6,0x7d,0x87,0x6c,0xc5,0xae,0xab,0xd7,0xad,0xbf,0x0c,0x85,0x88,0x54,0x63,0x64,0xe6,0x6d,0x07,0x75,0x68,0x85,0xc7,0x8d,0xe7,0x85,0xa6,0x85,0xa6,0x85,0xa6,0x8d,0xc6,0x8d,0xa6,0x8d,0xa6,0x8d,0xc7,0x85,0xc6,0x85,0xc6,0x85,0xa6,0x85,0x86,0x85,0xa6,0x85,0xa6,0x85,0xa6,0x8d,0xa7,0x95,0xe8,0x95,0xe8,0x95,0xe8,0x8d,0xc8,0x7d,0x47,0x4b,0xe4,0x64,0x86,0xae,0x8b,0x74,0xe5,0x4b,0xc2,0x43,0xc3,0x43,0xe4,0x4c,0x24,0x54,0x44,0x64,0xc5,0x6c,0xe6,0x75,0x26,0x7d,0x66,0x85,0x87,0x8d,0xc8,0x8d,0xc8,0x8d,0xc8,0x8d,0xc8,0x8d,0xc8,0x85,0xa8,0x7d,0x47,0x75,0x06,0x6d,0x06,0x6c,0xe6,0x64,0xe6,0x6c,0xe7,0x75,0x28,0x75,0x48,0x75,0x68,0x7d,0x68,0x7d,0x68,0x85,0xa8,0x85,0xa8,0x8d,0xe9,0x8d,0xe9,0x95,0xe9,0x96,0x09,0x9e,0x29,0xa6,0x4a,0xa6,0x4a,0xa6,0x69,0xae,0x6a,0xae,0x8a,0xb6,0xaa,0xb6,0xaa,0xb6,0xca,0xbe,0xca,0xbe,0xca,0xbe,0xeb,0xbe,0xeb,0xbf,0x0c,0x6c,0xac,0x32,0xac,0x19,0x46,0x10,0xa4,0x19,0x04,0x19,0x24,0x11,0x22,0x1a,0x6a,0x4d,0x9c,0x46,0x3f,0x46,0x3f,0x46,0x1f,0x46,0x1f,0x46,0x3f,0x46,0x3f,0x4e,0x3e,0x24,0xb5,0x0b,0x4d,0x0b,0x0b,0x02,0xaa,0x02,0x6a,0x02,0x48,0x54,0x88,0xb7,0x0c,0xb6,0xa9,0xb6,0x89,0xb6,0x88,0xae,0x68,0xae,0x47,0xa6,0x47,0x9e,0x06,0x9e,0x06,0x9e,0x06,0x8d,0x84,0x9e,0x06,0x9e,0x06,0xa6,0x27,0xa6,0x47,0xa6,0x48,0xa6,0x47,0xa6,0x27,0x9e,0x07,0x95,0xe6,0x9d,0xe6,0x9e,0x27,0x7d,0x25,0x75,0x25,0x96,0x07,0xa6,0x27,0xae,0x68,0xae,0x88,0xb6,0xa8,0xb6,0xaa,0xbe,0xeb,0x96,0x0b,0x1a,0xc8,0x02,0x6c,0x02,0x6c,0x02,0x6c,
0x56,0x7f,0x56,0x7f,0x5e,0x7f,0x5d,0xdc,0x65,0xfc,0x5d,0xd9,0x96,0x70,0xcf,0x6e,0xc7,0x6d,0xc7,0x4c,0xc7,0x4c,0xc7,0x4c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2b,0xc7,0x2b,0xc7,0x0b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0b,0xb6,0xea,0xb6,0xea,0xb6,0xea,0xae,0xc9,0xae,0xa9,0xa6,0x89,0xa6,0x69,0x9e,0x69,0x9e,0x49,0x96,0x28,0x96,0x08,0x96,0x27,0x9e,0x49,0x75,0x05,0xa6,0x6a,0xd7,0xae,0xbf,0x2b,0x8d,0xc8,0x64,0xa5,0x85,0xc8,0x85,0xc8,0x85,0xc7,0x8d,0xe7,0x8e,0x08,0x96,0x08,0x8d,0xe6,0x8d,0xe6,0x8d,0xc7,0x8d,0xc6,0x8d,0xc6,0x8d,0xc6,0x8d,0xc6,0x85,0xa6,0x85,0xa6,0x85,0x66,0x7d,0x65,0x85,0x86,0x95,0xe7,0x9e,0x07,0x8d,0xc7,0x75,0x25,0x64,0x64,0x4c,0x03,0x43,0xe4,0x2b,0x83,0x2b,0x63,0x23,0x42,0x54,0x66,0x9e,0x6b,0x75,0x47,0x44,0x04,0x44,0x45,0x4c,0x66,0x54,0x86,0x64,0xe7,0x6d,0x27,0x75,0x27,0x7d,0x47,0x7d,0x67,0x7d,0x66,0x75,0x46,0x75,0x25,0x75,0x25,0x75,0x45,0x7d,0x46,0x85,0x87,0x85,0xc8,0x8d,0xe8,0x8d,0xc9,0x85,0xa8,0x85,0x88,0x7d,0x47,0x75,0x26,0x75,0x26,0x75,0x48,0x7d,0x68,0x7d,0x69,0x7d,0x68,0x7d,0x88,0x85,0xa8,0x85,0xa8,0x8d,0xc8,0x8d,0xe9,0x96,0x09,0x9e,0x29,0x9e,0x29,0xa6,0x49,0xae,0x89,0xae,0x89,0xae,0xa9,0xb6,0xc9,0xb6,0xca,0xbe,0xca,0xbe,0xcb,0xbe,0xeb,0xbe,0xcd,0x5c,0x0b,0x43,0x2f,0x32,0x6d,0x11,0x06,0x10,0xe2,0x19,0x23,0x11,0xc6,0x45,0x19,0x4e,0x3f,0x3e,0x1f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x46,0x3f,0x4e,0x5f,0x2c,0x96,0x02,0xcc,0x0a,0xca,0x02,0x8a,0x02,0x4b,0x02,0x4a,0x2a,0xe6,0xa6,0x6b,0xb6,0xca,0xb6,0xa9,0xb6,0x89,0xb6,0x68,0xae,0x68,0xae,0x47,0xae,0x47,0xa6,0x26,0x9d,0xe6,0xa6,0x27,0x8d,0x64,0x8d,0xa6,0x9e,0x07,0xa6,0x27,0xa6,0x27,0xa6,0x47,0xa6,0x47,0xa6,0x27,0x9e,0x07,0x95,0xe7,0x95,0xc6,0xa6,0x28,0x85,0x65,0x75,0x25,0x8d,0xe7,0x9e,0x27,0xae,0x68,0xae,0x88,0xb6,0x88,0xb6,0xaa,0xbe,0xec,0x75,0x2a,0x0a,0x69,0x02,0x8c,0x02,0x6c,0x02,0x6d,
0x5e,0x9f,0x5e,0x9f,0x66,0xbf,0x66,0x1d,0x66,0x1c,0x66,0x1a,0x8e,0x50,0xcf,0x8d,0xc7,0x4d,0xc7,0x4c,0xc7,0x6c,0xc7,0x4c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2b,0xc7,0x0b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0b,0xbf,0x0b,0xb6,0xeb,0xb6,0xca,0xb6,0xca,0xae,0xa9,0xa6,0xa9,0xa6,0x69,0xa6,0x69,0x9e,0x69,0x96,0x28,0x9e,0x48,0xae,0xaa,0xa6,0xaa,0x85,0x87,0x9e,0x29,0xd7,0xce,0xbf,0x2b,0xa6,0x4a,0x6c,0xe5,0x8d,0xe9,0x96,0x29,0x96,0x28,0x96,0x28,0x96,0x28,0x9e,0x48,0x96,0x27,0x96,0x27,0x96,0x07,0x95,0xe7,0x95,0xe7,0x8d,0xc6,0x8d,0xc6,0x8d,0xa6,0x85,0x87,0x85,0xa7,0x95,0xe7,0x9e,0x27,0x95,0xc7,0x7d,0x46,0x5c,0x63,0x4b,0xe3,0x44,0x03,0x4c,0x24,0x4c,0x65,0x4c,0x85,0x44,0x25,0x3c,0x25,0x33,0xe5,0x33,0xa4,0x54,0x45,0x9e,0x6b,0x7d,0x67,0x54,0x65,0x5c,0xa7,0x5c,0xe6,0x6d,0x27,0x75,0x67,0x7d,0x88,0x85,0xa8,0x85,0xe8,0x8e,0x08,0x8d,0xc8,0x8d,0xc8,0x85,0xa7,0x7d,0x87,0x7d,0x66,0x75,0x46,0x75,0x25,0x75,0x25,0x7d,0x46,0x7d,0x46,0x85,0x87,0x8d,0xc8,0x96,0x09,0x96,0x2a,0x8e,0x09,0x7d,0x68,0x75,0x28,0x75,0x28,0x75,0x48,0x7d,0x48,0x85,0x88,0x85,0x88,0x85,0xa8,0x8d,0xc8,0x96,0x09,0x9e,0x09,0x9e,0x29,0xa6,0x69,0xa6,0x69,0xae,0x89,0xb6,0xca,0xb6,0xca,0xb6,0xca,0xb6,0xca,0xbe,0xec,0xae,0x6d,0x4b,0x8b,0x3b,0x30,0x3b,0x11,0x2a,0x4c,0x19,0x65,0x11,0x24,0x3b,0xb0,0x4d,0xff,0x3e,0x1f,0x46,0x1f,0x46,0x3f,0x46,0x1f,0x46,0x3f,0x4e,0x5f,0x45,0xbb,0x0b,0x2f,0x02,0x6b,0x02,0x4a,0x02,0x6a,0x02,0x4a,0x0a,0x48,0x75,0x4b,0xb6,0xeb,0xb6,0x89,0xb6,0x89,0xb6,0x88,0xae,0x68,0xae,0x67,0xae,0x67,0xa6,0x27,0xa6,0x27,0x9d,0xc6,0x9e,0x07,0x95,0xa5,0x85,0x65,0x95,0xe7,0x9e,0x07,0xa6,0x27,0xa6,0x27,0xa6,0x27,0xa6,0x47,0x9e,0x06,0x95,0xe6,0x8d,0xc6,0x9e,0x28,0x8d,0xa6,0x75,0x25,0x8d,0xc7,0x9e,0x27,0xae,0x68,0xae,0x88,0xb6,0x89,0xb6,0x89,0xb6,0xcb,0x54,0x48,0x0a,0x6a,0x02,0x8c,0x02,0x8c,0x02,0x6d,
0x66,0x9f,0x66,0xbf,0x6e,0xdf,0x6e,0x5e,0x6e,0x3d,0x6e,0x5c,0x86,0x31,0xcf,0x8e,0xc7,0x4d,0xc7,0x4c,0xc7,0x4c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2c,0xc7,0x2b,0xc7,0x0b,0xbf,0x0b,0xbf,0x0b,0xbe,0xeb,0xb6,0xea,0xb6,0xea,0xb6,0xca,0xae,0xaa,0xae,0x8a,0xa6,0x89,0xa6,0x89,0xa6,0xa9,0xa6,0xa9,0xae,0xca,0xae,0xaa,0x8d,0xe7,0x5c,0x63,0x85,0x67,0xdf,0xef,0xc7,0x4c,0xae,0xaa,0x7d,0x05,0x96,0x09,0xa6,0x6a,0x9e,0x49,0x9e,0x29,0xa6,0x48,0xa6,0x48,0x9e,0x28,0x9e,0x28,0x9e,0x27,0x9e,0x27,0x95,0xe7,0x95,0xe7,0x8d,0xa6,0x85,0x86,0x8d,0xc7,0x96,0x08,0x9e,0x29,0x85,0x66,0x64,0xa3,0x5c,0x64,0x5c,0x85,0x5c,0xc6,0x65,0x08,0x6c,0xe8,0x64,0xe8,0x64,0xe7,0x64,0xe7,0x5c,0xc7,0x5c,0xc7,0x54,0x86,0x54,0x86,0x3b,0xc4,0x4c,0x45,0x9e,0x6a,0x85,0x67,0x64,0xc7,0x6d,0x07,0x75,0x47,0x7d,0x88,0x85,0xa8,0x8d,0xe8,0x8d,0xe8,0x96,0x28,0x96,0x08,0x95,0xe8,0x95,0xe7,0x8d,0xe8,0x8d,0xe8,0x8d,0xe8,0x8d,0xc8,0x85,0xc7,0x85,0xa7,0x85,0x87,0x7d,0x66,0x7d,0x46,0x7d,0x46,0x7d,0x66,0x85,0x87,0x8d,0xe8,0x96,0x09,0x8d,0xc9,0x85,0x89,0x7d,0x68,0x7d,0x48,0x7d,0x67,0x85,0xa8,0x8d,0xe8,0x96,0x09,0x9e,0x29,0x9e,0x29,0xa6,0x4a,0xa6,0x69,0xae,0x89,0xae,0xaa,0xb6,0xaa,0xb6,0xca,0xb6,0xca,0xbf,0x0c,0x95,0xac,0x43,0x2e,0x3b,0x52,0x3b,0x51,0x43,0x51,0x2a,0x4c,0x1a,0x2a,0x55,0x37,0x4e,0x3f,0x46,0x1f,0x46,0x1e,0x46,0x5f,0x4e,0x3f,0x46,0x1f,0x4e,0x3f,0x24,0x76,0x02,0x6b,0x02,0x4b,0x02,0x0b,0x02,0x4a,0x02,0x47,0x3b,0x88,0xae,0xcd,0xb6,0xa9,0xae,0x69,0xb6,0x88,0xae,0x87,0xae,0x67,0xae,0x67,0xae,0x47,0xae,0x47,0xa6,0x27,0x9e,0x06,0x95,0xc6,0x9d,0xe6,0x85,0x44,0x8d,0xc6,0x95,0xe6,0x9e,0x27,0xa6,0x27,0x9e,0x07,0xa6,0x27,0xa6,0x27,0x95,0xc6,0x8d,0xa6,0x96,0x07,0x95,0xc7,0x6c,0xe4,0x85,0xa7,0x9e,0x27,0xa6,0x68,0xae,0x68,0xb6,0x88,0xb6,0xaa,0x9e,0x4a,0x33,0x46,0x0a,0x6a,0x02,0x8c,0x02,0x8d,0x02,0x8d,
0x6e,0x9f,0x6e,0xdf,0x76,0xff,0x6e,0x7f,0x6e,0x3e,0x76,0x9e,0x7e,0x12,0xc7,0x6f,0xcf,0x6d,0xcf,0x6d,0xc7,0x4c,0xc7,0x4c,0xc7,0x4c,0xc7,0x2c,0xc7,0x2c,0xbf,0x0b,0xbf,0x0b,0xbf,0x0b,0xbe,0xeb,0xb6,0xeb,0xb6,0xcb,0xb6,0xca,0xae,0xa9,0xa6,0x6a,0xa6,0x69,0x9e,0x49,0xa6,0x89,0xb6,0xeb,0xae,0xaa,0x8d,0xe7,0x75,0x05,0x5c,0xa5,0x6c,0xc6,0xcf,0xaf,0xcf,0x6d,0xb6,0xcb,0x85,0x66,0x95,0xc8,0xae,0x8a,0xa6,0x89,0xa6,0x68,0xae,0x69,0xa6,0x49,0xa6,0x48,0xa6,0x48,0x9e,0x28,0x9e,0x07,0x9e,0x07,0x95,0xe6,0x95,0xe6,0x96,0x07,0x9e,0x49,0x95,0xe8,0x75,0x05,0x5c,0x64,0x5c,0x85,0x64,0xc7,0x5c,0xa8,0x4b,0xa7,0x32,0x85,0x21,0xe4,0x21,0xa4,0x19,0xa4,0x19,0xa3,0x22,0x04,0x32,0x85,0x43,0x45,0x5c,0x48,0x64,0xa8,0x54,0xa7,0x44,0x05,0x54,0x45,0x9e,0x49,0x75,0x87,0x75,0x27,0x7d,0x88,0x85,0xa8,0x8d,0xc8,0x95,0xe8,0x96,0x08,0x95,0xe7,0x9e,0x08,0x9e,0x28,0x9e,0x07,0x9e,0x08,0x96,0x08,0x96,0x08,0x96,0x08,0x96,0x08,0x95,0xe8,0x96,0x08,0x96,0x08,0x96,0x08,0x95,0xe8,0x8d,0xc7,0x85,0x67,0x85,0x66,0x8d,0xa7,0x95,0xe8,0x96,0x09,0x96,0x09,0x95,0xe8,0x96,0x09,0x85,0xa8,0x85,0xa8,0x8d,0xa8,0x95,0xe9,0x9e,0x09,0x9e,0x29,0xa6,0x29,0xae,0x6a,0xae,0x8a,0xae,0xaa,0xb6,0xca,0xb6,0xab,0xb6,0xed,0x74,0xcc,0x3b,0x0f,0x43,0x52,0x43,0x71,0x4b,0x72,0x43,0x71,0x4c,0x33,0x5d,0x99,0x5e,0x9f,0x5e,0x7f,0x5e,0x9f,0x66,0xff,0x56,0x7f,0x46,0x1f,0x46,0x1f,0x45,0xfd,0x2c,0x54,0x02,0x8c,0x02,0x0a,0x02,0x29,0x12,0x67,0x85,0x8b,0xb6,0xea,0xae,0x68,0xa6,0x28,0xae,0x88,0xae,0x67,0xae,0x47,0xae,0x47,0xae,0x47,0xa6,0x27,0xa6,0x26,0xa6,0x27,0x9d,0xc6,0xa6,0x27,0x85,0x44,0x8d,0x86,0x95,0xc6,0x9e,0x07,0x9e,0x07,0x9e,0x07,0x9d,0xe7,0x9e,0x07,0x95,0xc7,0x8d,0xa6,0x8d,0xc6,0x95,0xe7,0x6c,0xe4,0x85,0xa7,0x96,0x07,0xa6,0x68,0xae,0x88,0xb6,0xa9,0xb6,0xca,0x7d,0x69,0x1a,0x85,0x0a,0x29,0x02,0x2b,0x02,0x8d,0x02,0x8e,
0x6e,0xbf,0x6e,0xdf,0x76,0xff,0x76,0x9f,0x6e,0x5e,0x76,0xbf,0x76,0x15,0xbf,0x2f,0xc7,0x6e,0xc7,0x4c,0xc7,0x4d,0xc7,0x4c,0xbf,0x2c,0xbf,0x2c,0xbf,0x2c,0xbf,0x0b,0xbf,0x0b,0xb6,0xeb,0xb6,0xeb,0xae,0xcb,0xae,0xaa,0xa6,0xaa,0xa6,0x8a,0x9e,0x49,0xa6,0x69,0xb6,0xeb,0xb6,0xcb,0x8d,0xc7,0x75,0x45,0x6d,0x05,0x7d,0x88,0x6c,0xe6,0xbf,0x0e,0xd7,0xcf,0xb6,0xeb,0x9e,0x08,0x85,0x66,0xb6,0xcb,0xae,0xaa,0xae,0x89,0xae,0x69,0xa6,0x68,0xa6,0x48,0x9e,0x28,0x9e,0x07,0x9e,0x07,0x95,0xe7,0x8d,0xc6,0x95,0xc6,0x9e,0x48,0x9e,0x49,0x75,0x25,0x5c,0x43,0x6d,0x06,0x75,0x29,0x5c,0x28,0x2a,0x44,0x08,0xc3,0x00,0x42,0x00,0x43,0x00,0x44,0x00,0x65,0x00,0x65,0x00,0x45,0x00,0x44,0x00,0x43,0x00,0x62,0x08,0xc2,0x19,0xa3,0x3a,0xe5,0x5c,0x48,0x54,0x27,0x5c,0xa6,0x9e,0x4a,0x7d,0x87,0x7d,0x87,0x85,0xa7,0x85,0xa7,0x8d,0xc7,0x96,0x08,0x95,0xe8,0x9d,0xe7,0xa6,0x28,0xa6,0x48,0x9e,0x28,0x9e,0x28,0x9e,0x28,0x9e,0x29,0x9e,0x29,0x9e,0x29,0x9e,0x08,0x9e,0x29,0x9e,0x28,0x9e,0x28,0x9e,0x28,0x9e,0x29,0x96,0x09,0x96,0x09,0x95,0xe8,0x95,0xe8,0x9d,0xe8,0x9e,0x08,0x9e,0x08,0x9e,0x08,0x9e,0x09,0x95,0xe8,0x95,0xe8,0x96,0x09,0x95,0xe9,0x9e,0x29,0xa6,0x4a,0xa6,0x6a,0xae,0x8a,0xb6,0xaa,0xb6,0xcc,0xae,0x8e,0x4b,0xcb,0x3a,0xf0,0x3b,0x32,0x43,0x52,0x43,0x72,0x54,0x34,0x65,0x79,0x5d,0xba,0x5e,0x7f,0x66,0xdf,0x6e,0xff,0x6f,0x1f,0x66,0xbf,0x4e,0x5f,0x4e,0x3f,0x56,0x5f,0x45,0x7a,0x02,0xad,0x02,0x2a,0x02,0x27,0x54,0x29,0xae,0xcc,0xae,0x69,0xae,0x68,0x9e,0x07,0xa6,0x47,0xae,0x47,0xae,0x67,0xae,0x47,0xae,0x46,0xae,0x47,0xa6,0x26,0x9e,0x06,0x9d,0xc6,0xa6,0x27,0x8d,0x85,0x85,0x45,0x95,0xc6,0x9e,0x07,0x9e,0x07,0x9e,0x07,0x9e,0x07,0x95,0xe6,0x8d,0xc7,0x85,0xa6,0x8d,0xa6,0x95,0xe7,0x74,0xe4,0x85,0xa6,0x9e,0x27,0xa6,0x47,0xae,0x89,0xae,0x89,0xa6,0x8a,0x5c,0x67,0x0a,0x26,0x0a,0x29,0x02,0x0a,0x02,0x6c,0x02,0x8e,
0x6e,0xbf,0x6e,0xbf,0x6e,0xdf,0x76,0x9f,0x6e,0x3e,0x76,0xbf,0x6d,0xf6,0xae,0xcf,0xcf,0x8e,0xc7,0x6c,0xc7,0x4d,0xc7,0x4c,0xbf,0x4c,0xbf,0x2c,0xbf,0x0c,0xbe,0xeb,0xb6,0xeb,0xb6,0xeb,0xae,0xca,0xa6,0x8a,0xa6,0x8a,0xa6,0x6a,0xa6,0x49,0xae,0xaa,0xb6,0xea,0x96,0x08,0x75,0x05,0x75,0x26,0x85,0xc8,0x86,0x0a,0x7d,0x47,0xa6,0x4a,0xdf,0xf0,0xbf,0x0b,0xae,0xaa,0x7d,0x26,0xae,0xaa,0xb6,0xca,0xb6,0xa9,0xae,0x89,0xae,0x68,0xa6,0x48,0xa6,0x47,0x9e,0x28,0x96,0x07,0x95,0xe7,0x8d,0xc6,0x9e,0x28,0xa6,0x69,0x85,0xa7,0x5c,0x83,0x5c,0x84,0x85,0x89,0x7d,0x0a,0x32,0xa4,0x00,0xa1,0x00,0x43,0x00,0x86,0x08,0xc8,0x09,0x29,0x11,0x29,0x09,0x08,0x08,0xe7,0x08,0xa6,0x08,0x85,0x00,0x65,0x00,0x64,0x00,0x43,0x00,0x22,0x00,0x21,0x11,0x22,0x3b,0x45,0x54,0x27,0x74,0xe7,0x9e,0x4a,0x7d,0x67,0x7d,0x87,0x85,0xa7,0x8d,0xc7,0x95,0xe8,0x95,0xe8,0x95,0xe8,0x9e,0x08,0x9e,0x28,0x9e,0x28,0x9e,0x48,0xa6,0x69,0x9e,0x29,0x9e,0x29,0x9e,0x29,0x9e,0x08,0x9e,0x29,0xa6,0x49,0x9e,0x49,0xa6,0x49,0x9e,0x48,0x9e,0x49,0x9e,0x2a,0xa6,0x4a,0xa6,0x4a,0xa6,0x4a,0xa6,0x49,0xa6,0x49,0xa6,0x28,0xa6,0x48,0xa6,0x49,0xa6,0x49,0x9e,0x29,0x9e,0x09,0x9e,0x09,0x9e,0x29,0xa6,0x49,0xae,0x6a,0xae,0xaa,0xb6,0xcc,0x95,0xcd,0x33,0x0c,0x3b,0x10,0x3b,0x32,0x3b,0x52,0x43,0x72,0x65,0x38,0x6d,0xdb,0x5d,0xfc,0x66,0x9f,0x66,0xdf,0x66,0xff,0x6f,0x1f,0x6f,0x1f,0x6f,0x1f,0x66,0xbf,0x66,0x9e,0x45,0x38,0x02,0x4c,0x01,0xe8,0x23,0x06,0x9e,0x4b,0xb6,0xc9,0xae,0x69,0xae,0x68,0x9d,0xe6,0x9d,0xe6,0xa6,0x47,0xae,0x46,0xae,0x47,0xae,0x46,0xa6,0x26,0xa6,0x27,0x9e,0x06,0x95,0xc6,0x9e,0x07,0x95,0xe6,0x7d,0x24,0x8d,0xc6,0x95,0xe6,0x9d,0xe6,0x9e,0x07,0x9e,0x07,0x95,0xc6,0x8d,0xc7,0x85,0x86,0x85,0x86,0x9d,0xe7,0x6c,0xe4,0x85,0x86,0x9e,0x27,0xa6,0x48,0xae,0x69,0xae,0x8a,0x9e,0x4a,0x3b,0xc6,0x02,0x27,0x02,0x09,0x01,0xe9,0x02,0x0a,0x02,0x6d,
0x66,0xdf,0x66,0xbf,0x6e,0xdf,0x6e,0x7e,0x6e,0x1d,0x6e,0xbf,0x65,0xf8,0x8e,0x30,0xcf,0x8e,0xc7,0x6d,0xc7,0x2d,0xc7,0x4c,0xbf,0x2c,0xbf,0x2b,0xbf,0x0b,0xb6,0xeb,0xb6,0xeb,0xae,0xaa,0xa6,0x8a,0xa6,0x6a,0x9e,0x49,0xa6,0x8a,0xb6,0xeb,0xa6,0x49,0x75,0x25,0x64,0xc4,0x75,0x67,0x8e,0x09,0x96,0x49,0x8d,0xe9,0x8d,0x88,0xd7,0xcf,0xc7,0x4c,0xb6,0xca,0x8d,0x86,0x9e,0x09,0xb6,0xeb,0xb6,0xa9,0xae,0x89,0xae,0x88,0xae,0x68,0xae,0x48,0xa6,0x48,0x9e,0x28,0x95,0xe6,0x9e,0x07,0xa6,0x69,0x95,0xc7,0x6c,0xe4,0x5c,0x84,0x6d,0x05,0x85,0xca,0x6c,0x68,0x11,0x42,0x00,0x62,0x00,0xc6,0x09,0x29,0x11,0x6b,0x11,0x6c,0x09,0x4a,0x08,0xe8,0x08,0xa7,0x08,0x86,0x00,0x45,0x00,0x44,0x00,0x24,0x00,0x24,0x00,0x23,0x00,0x23,0x00,0x22,0x00,0x02,0x00,0x40,0x21,0xc3,0x4b,0xa6,0x85,0x68,0x95,0xe9,0x85,0x67,0x85,0xa7,0x8d,0xc7,0x8d,0xe8,0x95,0xe8,0x95,0xe8,0x96,0x08,0x95,0xe8,0x9e,0x08,0x9e,0x08,0x9e,0x29,0xa6,0x29,0xa6,0x29,0xa6,0x49,0xa6,0x49,0xa6,0x49,0x9e,0x49,0xa6,0x49,0xa6,0x69,0xa6,0x69,0xa6,0x49,0xa6,0x49,0xa6,0x4a,0xa6,0x6a,0xa6,0x6a,0xa6,0x6a,0xae,0x8a,0xae,0x8a,0xb6,0xaa,0xae,0x89,0xae,0x89,0xae,0x69,0xa6,0x49,0xa6,0x69,0xa6,0x49,0xa6,0x68,0xa6,0x6a,0xae,0x8b,0xae,0xec,0x6c,0xac,0x2a,0xcd,0x32,0xf0,0x3b,0x11,0x3b,0x52,0x4c,0x15,0x76,0x5d,0x6d,0xdb,0x66,0x3c,0x66,0xbf,0x66,0xdf,0x66,0xff,0x66,0xff,0x6e,0xff,0x6f,0x1f,0x6e,0xdf,0x5e,0x3c,0x5e,0x1c,0x3c,0xb5,0x2b,0x8b,0x75,0x2a,0xbe,0xeb,0xb6,0x88,0xae,0x68,0xa6,0x47,0xa6,0x27,0x8d,0x84,0x9e,0x26,0xa6,0x46,0xae,0x46,0xae,0x26,0xa6,0x26,0xae,0x26,0xa6,0x06,0x95,0xc6,0x95,0xe6,0x9e,0x27,0x7d,0x24,0x85,0xa6,0x95,0xc6,0x95,0xe6,0x95,0xe6,0x95,0xe6,0x95,0xc6,0x8d,0xc7,0x85,0x66,0x85,0x66,0x9e,0x08,0x75,0x04,0x85,0x86,0x9e,0x08,0xa6,0x48,0xae,0x69,0xb6,0x8a,0x8d,0xea,0x2b,0x87,0x02,0x08,0x01,0xe9,0x0a,0x09,0x01,0xc9,0x02,0x0b,
0x66,0xdf,0x66,0xbf,0x66,0xbf,0x66,0x5d,0x65,0xdc,0x66,0x7e,0x5e,0x1b,0x75,0xb2,0xc7,0x8e,0xc7,0x6e,0xc7,0x4d,0xbf,0x2c,0xbf,0x2c,0xbf,0x0b,0xb6,0xeb,0xae,0xcb,0xae,0xeb,0xae,0xaa,0xa6,0x8a,0xa6,0x6a,0xae,0xcb,0xae,0xcb,0x7d,0x87,0x64,0xa5,0x64,0xe6,0x7d,0x87,0x96,0x28,0x9e,0x49,0xa6,0x8a,0x85,0x66,0xbf,0x2d,0xd7,0xce,0xb6,0xea,0x9e,0x28,0x85,0x45,0xb6,0xea,0xae,0xaa,0xae,0x89,0xae,0x68,0xae,0x68,0xa6,0x48,0xa6,0x48,0x9e,0x08,0x9e,0x08,0xa6,0x68,0xa6,0x68,0x7d,0x45,0x64,0x64,0x6d,0x05,0x75,0x66,0x8d,0xe9,0x64,0x28,0x00,0xe1,0x00,0x64,0x09,0x29,0x19,0xcd,0x19,0xcd,0x09,0x6b,0x08,0xe8,0x00,0x66,0x00,0x45,0x00,0x24,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x03,0x00,0x22,0x00,0x20,0x11,0x22,0x4b,0x66,0x8d,0xca,0x8d,0xe7,0x7d,0x66,0x85,0xa7,0x8d,0xc7,0x8d,0xc8,0x8d,0xc8,0x95,0xe8,0x95,0xe8,0x95,0xe8,0x9e,0x08,0x9e,0x08,0x9e,0x08,0x9e,0x29,0x9e,0x29,0x9e,0x29,0x9e,0x29,0xa6,0x49,0xa6,0x49,0x9e,0x49,0xa6,0x69,0xa6,0x6a,0xa6,0x49,0xa6,0x49,0xae,0x8a,0xae,0x6a,0xae,0x8a,0xae,0x8a,0xae,0x89,0xb6,0xaa,0xb6,0xa9,0xb6,0xa9,0xb6,0xc9,0xae,0x89,0xae,0x89,0xae,0x69,0xae,0x8a,0xae,0x8a,0xae,0x8b,0xa6,0x6c,0x43,0x29,0x2a,0x6e,0x33,0x11,0x33,0x11,0x3b,0x31,0x5d,0x59,0x7e,0xdf,0x65,0xdb,0x66,0x5d,0x6e,0xff,0x6e,0xdf,0x6e,0xff,0x66,0xdf,0x66,0xdf,0x6f,0x1f,0x6e,0x9e,0x55,0xdb,0x5e,0x1b,0x76,0x9a,0x75,0x8f,0xae,0x6b,0xb6,0xc9,0xb6,0x88,0xae,0x68,0xa6,0x27,0xa6,0x47,0x95,0xc5,0x95,0xa5,0xa6,0x27,0xa6,0x46,0xa6,0x26,0xa6,0x26,0xa6,0x46,0xa6,0x47,0x9d,0xe6,0x95,0xa5,0xa6,0x27,0x7d,0x04,0x7d,0x65,0x8d,0xc6,0x95,0xe6,0x96,0x07,0x95,0xc6,0x8d,0xa6,0x8d,0xc7,0x85,0x66,0x85,0x86,0x9e,0x28,0x75,0x05,0x85,0x87,0x9e,0x08,0xa6,0x48,0xae,0x69,0xae,0xaa,0x7d,0x69,0x23,0x48,0x01,0xe8,0x01,0xc9,0x0a,0x09,0x01,0xea,0x01,0xea,
0x5e,0xbf,0x5e,0x9f,0x66,0xbf,0x5e,0x5d,0x5d,0x9b,0x5e,0x1d,0x5e,0x5e,0x5d,0x13,0xaf,0x0e,0xc7,0x6e,0xc7,0x4d,0xbf,0x4c,0xbf,0x2c,0xbf,0x0c,0xb6,0xeb,0xae,0xcb,0xa6,0x8b,0x9e,0x49,0xa6,0x89,0xb7,0x0b,0x96,0x29,0x6c,0xe5,0x64,0xc5,0x6d,0x27,0x7d,0xc8,0x96,0x49,0xa6,0x89,0xae,0xaa,0x95,0xc7,0x9d,0xe8,0xdf,0xef,0xbf,0x0b,0xb6,0xc9,0x85,0x45,0xa6,0x69,0xae,0xc9,0xae,0x89,0xae,0x89,0xae,0x88,0xa6,0x68,0x9e,0x27,0x95,0xe7,0x95,0xe7,0xae,0x69,0x95,0xe7,0x75,0x04,0x75,0x05,0x7d,0x66,0x85,0xa7,0x96,0x09,0x7d,0x09,0x09,0x01,0x00,0x65,0x09,0x4b,0x1a,0x0f,0x19,0xee,0x09,0x2a,0x00,0x86,0x00,0x24,0x00,0x03,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x03,0x00,0x03,0x00,0x02,0x00,0x22,0x09,0x02,0x4b,0x85,0x96,0x09,0x85,0x87,0x7d,0x66,0x85,0x87,0x85,0x87,0x8d,0xa7,0x8d,0xa7,0x8d,0xc8,0x95,0xe8,0x96,0x08,0x96,0x08,0x96,0x08,0x96,0x08,0x9e,0x08,0x9e,0x08,0x9e,0x29,0xa6,0x49,0x9e,0x49,0x9e,0x29,0x9e,0x29,0xa6,0x49,0xa6,0x4a,0xa6,0x49,0xae,0x69,0xae,0x6a,0xae,0x6a,0xae,0x8a,0xb6,0xaa,0xae,0x8a,0xae,0x89,0xb6,0xc9,0xb6,0xc9,0xb6,0xc9,0xbe,0xca,0xb6,0xa9,0xb6,0xaa,0xbe,0xea,0xbe,0xeb,0x9d,0xcc,0x19,0x85,0x21,0xcc,0x32,0xf0,0x2a,0xd0,0x43,0x72,0x76,0x9e,0x76,0xfe,0x65,0xba,0x6e,0x5c,0x76,0xff,0x6e,0xdf,0x6e,0xdf,0x6e,0xff,0x6e,0xff,0x6e,0xff,0x5e,0x1c,0x5d,0xdb,0x5d,0xda,0x6d,0xf5,0x85,0xac,0xbe,0xca,0xb6,0xa8,0xae,0x88,0xae,0x67,0xa6,0x47,0xa6,0x27,0xa6,0x47,0x8d,0x85,0x9e,0x06,0xa6,0x27,0xa6,0x47,0xae,0x46,0xa6,0x26,0x9e,0x06,0xa6,0x27,0x95,0xc6,0x9e,0x06,0x85,0x45,0x7d,0x25,0x8d,0xa6,0x95,0xe6,0x95,0xe7,0x95,0xe6,0x8d,0xa6,0x85,0x86,0x85,0x66,0x85,0x66,0x9e,0x28,0x6c,0xc4,0x7d,0x87,0x96,0x07,0xa6,0x48,0xa6,0x69,0xa6,0x6a,0x5c,0xc9,0x1b,0x09,0x01,0xc9,0x01,0xc9,0x02,0x09,0x01,0xea,0x01,0xca,
0x5e,0xbf,0x5e,0x9f,0x5e,0xbf,0x5e,0x3d,0x55,0x5a,0x55,0xdc,0x5e,0x9f,0x3c,0x73,0x85,0x8c,0xcf,0x8f,0xbf,0x4d,0xbf,0x4d,0xbf,0x2c,0xb6,0xec,0xae,0xcb,0xa6,0x8a,0x9e,0x4a,0xa6,0x8a,0xb7,0x0b,0x8d,0xe7,0x6c,0xc4,0x75,0x07,0x7d,0x88,0x8e,0x08,0x96,0x48,0x9e,0x89,0xae,0xaa,0xae,0x8a,0x7d,0x25,0xc7,0x4d,0xcf,0x8d,0xb6,0xea,0x95,0xc7,0x8d,0xa6,0xb6,0xeb,0xb6,0xa9,0xae,0x89,0xae,0x69,0xa6,0x48,0x9e,0x27,0x9d,0xe7,0x9e,0x07,0xae,0x89,0x8d,0x85,0x74,0xe4,0x85,0x87,0x8d,0xa7,0x8d,0xe7,0x96,0x08,0xa6,0x0b,0x2a,0x03,0x00,0x43,0x09,0x4a,0x1a,0x2f,0x1a,0x0e,0x09,0x2a,0x00,0x65,0x00,0x03,0x00,0x03,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x03,0x00,0x03,0x00,0x23,0x00,0x62,0x09,0x21,0x5c,0x06,0x9e,0x0a,0x7d,0x26,0x7d,0x46,0x7d,0x67,0x85,0x67,0x85,0x87,0x95,0xe8,0x8d,0xc8,0x8d,0xc7,0x8d,0xc8,0x8d,0xc8,0x95,0xe8,0x95,0xe8,0x96,0x08,0x9e,0x29,0x9e,0x29,0x9e,0x29,0x9e,0x29,0x9e,0x49,0x9e,0x29,0xa6,0x4a,0xa6,0x4a,0xa6,0x6a,0xae,0x6a,0xae,0x6a,0xae,0x8a,0xae,0x8a,0xae,0x89,0xae,0xa9,0xae,0xa9,0xb6,0xa9,0xb6,0xa9,0xbe,0xca,0xbe,0xca,0xbe,0xca,0xbe,0xeb,0xc7,0x2d,0x7c,0x89,0x08,0x81,0x10,0xe6,0x2a,0x0d,0x2a,0xaf,0x54,0x75,0x8f,0x5f,0x7e,0xfe,0x65,0xba,0x76,0x5c,0x7f,0x3f,0x76,0xff,0x6e,0xff,0x77,0x3f,0x77,0x1f,0x66,0x5c,0x5d,0xfb,0x55,0xba,0x6d,0xf8,0x6d,0x4d,0xae,0xab,0xb6,0xa9,0xb6,0x88,0xae,0x68,0xae,0x67,0xae,0x47,0xa6,0x26,0xa6,0x47,0x8d,0x85,0x8d,0xa5,0x9e,0x27,0xa6,0x27,0xa6,0x46,0xa6,0x26,0xa6,0x26,0x9e,0x06,0x9e,0x06,0xa6,0x27,0x8d,0x86,0x74,0xe4,0x85,0x86,0x8d,0xc6,0x8d,0xc6,0x95,0xe7,0x8d,0xc6,0x85,0x86,0x85,0x87,0x85,0x66,0x9e,0x28,0x6c,0xc4,0x7d,0x66,0x95,0xe7,0xa6,0x48,0xae,0x89,0x96,0x2a,0x4c,0x89,0x12,0xea,0x01,0xc8,0x01,0xc9,0x01,0xc9,0x01,0xe9,0x01,0xc9,
0x56,0x9f,0x56,0x9f,0x56,0x9f,0x56,0x3d,0x4d,0x39,0x55,0xfc,0x5e,0x9f,0x3c,0x95,0x43,0x89,0xc7,0x4f,0xbf,0x4e,0xbf,0x2d,0xb7,0x0c,0xb6,0xcb,0xae,0xab,0xa6,0x6a,0xb6,0xeb,0xb6,0xeb,0x8d,0xc8,0x75,0x46,0x7d,0xa8,0x85,0xe8,0x9e,0x49,0xa6,0x69,0xa6,0x69,0xae,0xc9,0xb7,0x0a,0x8d,0xa6,0x9e,0x09,0xd7,0xcf,0xbf,0x0a,0xae,0xaa,0x7d,0x05,0xae,0xaa,0xae,0xa9,0xae,0x69,0xa6,0x48,0xa6,0x48,0x9e,0x28,0x9e,0x07,0xa6,0x48,0xa6,0x68,0x85,0x45,0x75,0x05,0x8d,0xe7,0x96,0x07,0x96,0x08,0x9e,0x28,0xa6,0x69,0x6c,0x27,0x00,0x61,0x00,0xe9,0x1a,0x2e,0x22,0x4f,0x09,0x4b,0x00,0x65,0x00,0x23,0x00,0x03,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x03,0x00,0x03,0x00,0x23,0x00,0x43,0x00,0x82,0x00,0xa2,0x11,0x81,0x7d,0x28,0x95,0xe9,0x85,0x66,0x7d,0x66,0x85,0x87,0x8d,0xa7,0x85,0x87,0x85,0x67,0x85,0xa7,0x85,0xa7,0x85,0xa7,0x8d,0xa8,0x8d,0xc8,0x96,0x09,0x96,0x08,0x9e,0x09,0x9e,0x29,0x9e,0x29,0x9e,0x29,0x9e,0x29,0x9e,0x4a,0x9e,0x2a,0xa6,0x4a,0xa6,0x4a,0xa6,0x4a,0xae,0x6a,0xae,0x8a,0xae,0x8a,0xae,0x89,0xae,0xa9,0xb6,0xa9,0xb6,0xa9,0xb6,0xa9,0xbe,0xca,0xbe,0xca,0xbe,0xec,0xbe,0xcd,0x42,0xa3,0x08,0x61,0x10,0x63,0x10,0xe7,0x22,0x2d,0x75,0xba,0x9f,0x9f,0x87,0x1e,0x65,0x99,0x7e,0x7c,0x87,0x5f,0x7f,0x1f,0x77,0x1f,0x7f,0x5f,0x7e,0xde,0x5d,0xda,0x5d,0xfb,0x66,0x3b,0x5d,0x31,0x9e,0x2c,0xbe,0xe9,0xae,0xa8,0xb6,0x88,0xb6,0x68,0xae,0x67,0xa6,0x46,0xa6,0x46,0xa6,0x47,0x9e,0x07,0x85,0x44,0x96,0x07,0x9e,0x27,0xa6,0x26,0xa6,0x26,0xa6,0x26,0x9e,0x06,0x95,0xc5,0xa6,0x27,0x95,0xe7,0x6c,0xc4,0x85,0x86,0x8d,0xa6,0x95,0xc6,0x95,0xe6,0x95,0xe6,0x85,0x86,0x85,0x86,0x8d,0xa7,0x9e,0x08,0x6c,0xc4,0x7d,0x66,0x95,0xe7,0x9e,0x48,0xae,0x8a,0x7d,0x89,0x44,0x49,0x12,0xa9,0x01,0xc8,0x01,0xa9,0x01,0xc9,0x01,0xc9,0x02,0x0a,
0x4e,0x5f,0x4e,0x5f,0x56,0x9f,0x56,0x3c,0x4d,0x59,0x56,0x5d,0x5e,0xdf,0x55,0x79,0x22,0x46,0x9e,0x0d,0xc7,0x8f,0xbf,0x2d,0xb7,0x0c,0xae,0xeb,0xa6,0xaa,0xb7,0x0b,0xb6,0xec,0x8d,0xe8,0x8d,0xc8,0x8e,0x09,0x96,0x49,0xa6,0x69,0xa6,0x89,0xae,0xaa,0xb6,0xc9,0xb6,0xe9,0xae,0x89,0x7d,0x25,0xcf,0x8e,0xc7,0x6d,0xb6,0xea,0x8d,0x87,0x95,0xe8,0xb6,0xca,0xae,0x88,0xa6,0x48,0xa6,0x48,0x9e,0x27,0x9e,0x07,0xa6,0x69,0x9e,0x28,0x7d,0x24,0x85,0x65,0x8d,0xe7,0x96,0x27,0x9e,0x48,0x9e,0x48,0xa6,0x68,0xa6,0x4a,0x29,0xc3,0x00,0x63,0x09,0x8b,0x22,0x70,0x11,0xcd,0x00,0xa7,0x00,0x23,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x23,0x00,0x44,0x00,0x64,0x08,0x83,0x08,0xa3,0x00,0xa1,0x32,0x84,0xa6,0x4a,0x9e,0x08,0x8d,0xc8,0x96,0x09,0x9d,0xe8,0x95,0xc8,0x8d,0xc8,0x85,0xa7,0x85,0x87,0x85,0x87,0x8d,0xa8,0x8d,0xc8,0x85,0xc8,0x8d,0xc8,0x8d,0xe8,0x8d,0xe8,0x8d,0xe8,0x95,0xe9,0x96,0x09,0x96,0x09,0x9e,0x29,0x9e,0x2a,0xa6,0x4a,0xa6,0x49,0xa6,0x49,0xa6,0x49,0xae,0x69,0xae,0x69,0xae,0x89,0xae,0x89,0xb6,0xa9,0xb6,0xa9,0xbe,0xca,0xbe,0xea,0xbf,0x0c,0x9d,0xab,0x21,0x40,0x10,0x62,0x08,0x62,0x08,0x64,0x21,0xaa,0x7e,0x5c,0x9f,0xbf,0x8f,0x3e,0x65,0xb9,0x7e,0x7c,0x8f,0x5f,0x87,0x3f,0x7f,0x3f,0x7f,0x1e,0x6d,0xda,0x65,0xd9,0x7e,0xfd,0x65,0xb6,0x75,0x4c,0xb6,0xcc,0xb6,0xa8,0xb6,0x89,0xae,0x88,0xae,0x67,0xae,0x67,0xae,0x47,0xa6,0x26,0xa6,0x47,0xae,0x88,0x7d,0x24,0x8d,0xa7,0x9e,0x26,0xa6,0x27,0xa6,0x27,0xa6,0x26,0x9e,0x06,0x95,0xc6,0x95,0xc6,0x9e,0x07,0x6c,0xc3,0x7d,0x66,0x8d,0xa6,0x95,0xc6,0x8d,0xe6,0x95,0xe7,0x8d,0xa6,0x85,0x66,0x8d,0xa7,0xa6,0x28,0x64,0xc4,0x75,0x46,0x96,0x08,0xa6,0x48,0xa6,0x6a,0x65,0x29,0x44,0x6b,0x0a,0x88,0x02,0x09,0x01,0xea,0x01,0xea,0x02,0x0a,0x02,0x6b,
0x4e,0x3f,0x4e,0x5f,0x5e,0x9f,0x5e,0x5d,0x4d,0x59,0x66,0x9e,0x6f,0x3f,0x5d,0xb9,0x21,0xe6,0x5b,0x87,0xbf,0x70,0xbf,0x4d,0xb7,0x0c,0xb6,0xeb,0xb7,0x0c,0xb6,0xcc,0x96,0x09,0x96,0x08,0x9e,0x69,0xa6,0xaa,0xae,0xaa,0xae,0xca,0xae,0xca,0xb6,0xca,0xb6,0xe9,0xbf,0x0a,0x8d,0x86,0xa6,0x6a,0xd7,0xef,0xb6,0xea,0xa6,0x69,0x85,0x45,0xb6,0xca,0xae,0x89,0xae,0x68,0xa6,0x28,0x9e,0x27,0x9e,0x27,0xae,0x68,0x9e,0x07,0x7d,0x44,0x8d,0xa6,0x96,0x07,0x9e,0x28,0xa6,0x68,0xa6,0x48,0xa6,0x68,0xae,0xa9,0x8d,0x49,0x08,0xa1,0x00,0xa6,0x1a,0x0e,0x22,0x70,0x09,0x6a,0x00,0x65,0x00,0x23,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x23,0x00,0x24,0x00,0x44,0x00,0x65,0x00,0x85,0x08,0xa5,0x08,0xa4,0x08,0xa3,0x09,0x41,0x74,0xc8,0x95,0xa9,0x43,0xa2,0x43,0xe3,0x5c,0x45,0x6c,0xe6,0x7d,0x68,0x8d,0xc9,0x9e,0x2a,0x9e,0x2a,0x95,0xe8,0x8d,0xa7,0x85,0xa8,0x85,0xa8,0x85,0xa8,0x85,0xc8,0x8d,0xc8,0x8d,0xc8,0x8d,0xc8,0x95,0xe8,0x9e,0x29,0x9e,0x4a,0x9e,0x29,0x9e,0x29,0xa6,0x49,0xa6,0x49,0xa6,0x49,0xae,0x69,0xae,0x69,0xae,0x89,0xae,0x89,0xb6,0xa9,0xbe,0xca,0xbe,0xea,0xc7,0x2d,0x63,0xc7,0x10,0xa1,0x10,0x62,0x10,0x42,0x08,0x62,0x32,0x6c,0x86,0x9c,0x97,0x9f,0x8f,0x1e,0x65,0xb9,0x76,0x5c,0x8f,0x5f,0x87,0x5f,0x7e,0xff,0x65,0xfa,0x6d,0xfa,0x8f,0x3f,0x97,0x3c,0x65,0x0e,0x9e,0x6c,0xae,0xa9,0xb6,0x88,0xb6,0x89,0xb6,0x68,0xae,0x67,0xae,0x67,0xae,0x47,0xa6,0x47,0xa6,0x27,0xa6,0x47,0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?