Ticket Name: CCS/TDA2: Memory exception Query Text: Part Number: TDA2 Tool/software: Code Composer Studio i am using ccs load program and run on C66 , when i run the program the Memory exception. Memory is sometimes right and sometimes wrong, if cpu restart or relaunch Memory is Different. here is the cmd file -stack 0x3000 -heap 0x2000000 MEMORY { L1P_SRAM : origin = 0x00E00000, len = 0x8000 L1D_CACHE : origin = 0x00F00000, len = 0x8000 /* 16 KB cache */ L2_SRAM : origin = 0x00800000, len = 0x48000 /* SARAM in L2, = 256 + 32 - 128 = 160 KB*/ DSP2_L2_SRAM : origin = 0x40800000, len = 0x48000 SL2_SRAM : origin = 0x5B000000, len = 0x40000 EXT_MEM_CACHE : origin = 0x80000000, len = 0x08000000 /* DSP Used cachable area */ } SECTIONS { vectors :> EXT_MEM_CACHE .cinit :> EXT_MEM_CACHE .cio :> EXT_MEM_CACHE .bss :> EXT_MEM_CACHE ////usually reserves space for uninitialized variables .text :> EXT_MEM_CACHE //////contains executable code .const :> EXT_MEM_CACHE .far :> EXT_MEM_CACHE .fardata :> EXT_MEM_CACHE /////usually contains initialized data .neardata :> EXT_MEM_CACHE ///////usually contains initialized data .rodata :> EXT_MEM_CACHE .sysmem :> EXT_MEM_CACHE .switch :> EXT_MEM_CACHE .L2SramSect :> L2_SRAM .stack :> L2_SRAM } here is some code #define IMG_WIDTH 768 #define IMG_HEIGHT 72 #ifdef TI_DSP #define L2SRAM_SIZE (32*1024) #pragma DATA_SECTION (L2SRAM,".L2SramSect"); unsigned char L2SRAM[L2SRAM_SIZE]; #define L2TMP_SIZE (160*1024) #pragma DATA_SECTION (L2TMP,".L2SramSect"); unsigned char L2TMP[L2TMP_SIZE]; #endif void iFreeDetBuffer(unsigned char * g_pBuffer) { if (g_pBuffer) { free(g_pBuffer); g_pBuffer = NULL; } } #ifdef TI_DSP #pragma DATA_SECTION (input_img,".L2SramSect"); unsigned char input_img[55296] = { 108,108,108,108,108,108,108,108,109,107,110,110,109,108,106,109,108,108,107,107,107,107,107,107,106,106,106,107,107,106,104,102,109,104,107,96,104,98,106,104,101,98,105,98,106,97,102,98,102,100,104,98,104,98,103,101,101,101,101,101,101,100,101,101,101,102,102,101,101,102,102,101,102,102,102,102,102,102,102,102,102,103,102,101,101,103,102,100,102,102,102,102,102,102,102,102,103,100,105,97,107,98,103,101,107,101,104,98,109,103,107,101,102,104,105,103,99,99,103,107,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,101,106,98,108,100,105,102,104,104,105,105,105,105,105,105,103,103,103,103,103,103,103,103,104,105,104,104,104,104,105,104,108,108,108,108,107,107,108,109,107,105,103,103,106,107,106,104,105,104,104,104,104,104,105,105,105,105,105,105,105,105,105,105,104,107,109,108,104,103,105,108,103,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,103,104,106,108,108,107,105,103,105,107,105,105,105,105,107,106,107,107,107,107,107,107,107,107,109,106,103,103,106,108,107,106,108,109,109,109,107,105,104,103,108,107,107,109,109,108,104,101,109,108,108,107,106,104,103,102,104,105,108,110,111,110,109,109,110,104,109,110,108,109,114,108,116,110,115,107,116,112,121,118,131,119,121,119,130,121,129,132,128,125,132,125,132,125,133,130,133,124,127,121,132,123,127,123,132,130,130,129,122,124,129,123,128,128,126,122,121,122,123,123,120,122,123,120,115,114,118,122,120,119,118,118,118,117,116,115,118,117,116,115,114,112,110,109,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,110,110,109,109,108,111,112,112,111,111,111,112,112,105,108,110,109,107,106,108,110,106,108,110,109,106,105,108,111,110,110,111,110,110,109,108,107,108,108,108,108,108,108,107,107,107,107,107,107,107,108,108,108,110,110,109,109,108,109,110,111,109,109,108,108,108,109,109,109,108,108,107,107,107,107,107,107,107,107,107,107,107,107,106,105,105,104,103,103,105,105,105,104,108,108,108,108,108,108,108,108,105,105,105,105,105,105,105,105,105,102,108,100,109,101,107,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,103,103,104,104,103,103,104,105,104,103,104,104,104,103,104,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,102,103,101,102,102,101,103,102,103,98,102,104,99,101,105,100,100,99,98,98,97,96,96,96,101,101,101,101,101,101,101,101,100,101,103,103,101,100,100,100,97,97,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,95,95,95,95,95,95,93,93,93,91,90,90,90,90,93,93,93,93,93,93,93,93,90,90,90,90,90,90,90,89,88,88,88,88,88,88,88,89,89,89,89,89,89,89,89,89,88,88,88,88,87,87,86,85,86,86,86,86,86,86,86,85,83,83,83,83,83,83,84,85,85,85,84,82,82,82,82,81,85,82,82,80,83,82,82,80,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,79,79,79,79,79,79,80,80,80,80,80,80,80,80,80,79,78,78,78,78,78,78,76,76,75,75,75,75,75,75,76,77,78,78,77,76,75,75, 108,108,108,108,108,108,108,108,108,107,109,109,108,107,106,109,108,108,107,107,107,107,107,107,104,104,104,104,103,102,102,102,106,102,105,94,102,96,104,102,101,98,104,97,105,97,102,98,102,100,104,98,104,98,103,101,101,101,101,101,101,101,101,101,101,101,101,101,101,101,101,101,102,102,102,102,102,102,102,102,102,103,102,101,102,103,102,100,102,102,102,102,102,102,102,102,103,100,105,97,107,98,103,101,105,100,104,97,108,102,106,100,100,103,105,105,102,101,102,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,101,106,98,108,100,105,102,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,105,104,104,104,104,105,104,103,103,103,103,103,103,103,103,106,104,102,103,105,107,105,103,104,104,104,104,104,104,105,105,104,104,104,104,104,104,104,104,103,106,108,107,104,103,104,107,107,107,107,107,107,107,107,107,104,104,104,104,104,104,104,104,102,102,103,104,104,104,103,102,103,105,103,104,103,103,105,104,109,109,109,109,109,109,109,109,111,108,106,107,109,110,109,107,108,107,106,104,103,103,103,103,105,104,104,106,109,109,108,107,108,108,108,108,108,107,107,107,109,108,106,105,104,103,102,103,111,107,114,116,115,116,122,118,116,113,121,115,124,118,124,119,128,120,123,118,129,121,126,124,129,124,131,123,130,123,130,126,131,122,125,120,132,126,132,128,129,125,125,124,117,119,125,120,126,125,123,122,123,125,125,124,123,124,125,124,122,121,122,123,114,114,114,114,113,112,111,110,112,112,112,112,111,111,110,109,110,110,109,109,109,109,108,108,109,109,109,109,109,109,109,109,109,109,110,110,109,108,107,106,110,110,111,110,109,110,110,110,106,108,110,109,107,106,108,110,105,108,109,109,107,106,107,109,109,109,110,109,109,109,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,107,109,109,109,108,107,107,108,109,108,109,109,109,108,107,107,107,108,107,107,107,107,107,107,107,107,107,108,108,107,107,107,106,105,104,103,103,105,105,105,104,107,107,107,107,107,107,107,107,105,105,105,105,105,105,105,105,105,102,108,100,109,101,107,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,104,104,103,103,104,104,103,103,103,104,103,103,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,103,101,102,102,101,103,101,102,97,101,103,97,100,104,98,100,99,98,98,97,96,96,97,100,100,100,100,100,100,100,100,99,100,101,101,100,99,99,99,97,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,96,96,96,96,96,95,95,94,93,93,93,91,90,90,90,90,91,91,91,91,91,91,91,91,89,90,90,90,90,90,89,89,88,88,88,88,88,88,88,88,89,89,89,89,89,89,89,88,86,87,87,87,87,86,86,85,86,86,86,86,86,86,86,85,83,83,83,83,83,83,83,83,83,83,83,83,83,84,83,82,85,83,82,80,84,82,82,80,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,79,79,79,79,79,79,80,80,80,80,80,80,80,80,80,79,78,78,78,78,78,78,76,76,75,75,75,75,75,75,76,76,77,77,76,75,74,74, 107,107,107,107,107,107,107,107,105,104,107,106,105,104,103,106,108,107,107,107,107,107,107,107,105,105,104,103,101,101,101,102,105,101,104,94,102,96,104,101,101,98,104,96,104,96,101,98,101,99,103,97,103,97,102,100,101,101,101,101,101,101,101,101,101,101,101,101,101,101,101,101,102,102,102,102,102,102,102,102,102,102,102,101,102,103,103,101,102,102,102,102,102,102,102,102,103,100,105,97,107,98,103,101,103,98,103,97,107,100,104,99,99,102,105,106,104,102,102,102,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,101,106,98,108,100,105,102,102,102,102,102,102,102,102,102,103,103,103,103,103,103,103,103,104,105,104,104,104,104,105,104,102,102,102,102,102,101,101,100,105,102,100,102,105,106,104,102,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,102,104,105,105,103,102,103,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,102,102,102,103,104,104,104,106,104,105,105,104,106,104,104,104,104,104,104,104,104,104,105,103,102,102,104,104,103,102,103,102,102,102,102,101,100,99,103,101,100,101,103,104,105,105,97,97,97,98,98,99,100,100,98,97,97,98,101,104,108,111,108,105,113,115,115,116,123,119,119,117,127,121,130,122,127,120,123,120,126,119,131,128,132,125,123,118,123,115,121,113,119,114,124,116,118,110,121,115,118,113,114,112,115,117,112,112,116,109,103,108,112,110,106,103,102,102,104,102,102,103,105,105,103,100,109,109,110,110,109,107,106,106,104,105,107,108,109,109,110,110,110,110,109,109,108,108,108,108,109,109,109,109,109,109,109,109,109,109,109,109,109,108,106,105,108,109,109,108,108,109,109,109,107,108,109,109,107,107,108,109,106,108,109,109,107,106,106,107,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,106,105,105,105,105,104,104,104,104,104,103,105,107,109,108,107,105,105,105,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,105,104,103,103,105,105,105,104,106,106,106,106,106,106,106,106,104,104,104,104,104,104,104,104,105,102,108,100,109,101,107,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,103,103,103,103,104,104,103,102,103,103,103,102,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,102,100,101,101,100,102,101,101,96,100,102,96,98,102,97,100,99,98,98,97,96,96,97,97,97,97,97,97,96,96,96,97,98,98,98,98,97,97,98,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,93,93,93,93,91,90,90,90,90,89,89,89,89,89,89,89,89,89,89,89,90,90,89,89,89,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,86,86,86,87,87,86,86,86,86,86,86,86,86,86,86,85,83,83,82,83,83,83,82,81,82,82,83,83,84,85,84,83,86,83,83,81,84,82,82,80,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,79,79,79,79,79,79,80,80,80,80,80,80,80,80,80,79,78,78,78,78,78,78,76,76,75,75,75,75,75,75,75,76,76,76,75,74,73,73, 105,105,105,105,105,105,105,105,105,104,107,106,105,105,104,107,107,107,107,107,107,107,107,107,108,108,107,106,105,104,104,104,106,102,107,97,105,98,105,102,102,99,105,97,105,97,102,98,100,98,102,96,102,96,101,99,101,101,101,101,101,101,101,101,102,101,101,102,102,101,101,102,102,102,102,102,102,102,102,102,102,102,102,101,102,103,103,101,102,102,102,102,102,102,102,102,103,100,105,97,107,98,103,101,101,98,103,96,105,97,103,99,100,102,104,105,104,103,102,102,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,101,106,98,108,100,105,102,103,102,101,101,101,101,102,102,102,102,103,103,103,103,103,103,104,105,104,104,104,104,105,104,104,104,104,104,104,104,103,102,104,102,101,102,104,105,103,101,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,102,103,103,103,102,102,102,103,102,102,102,102,102,102,102,102,104,104,104,104,104,104,104,104,108,106,104,103,103,105,107,108,102,104,103,103,103,102,104,102,102,102,102,102,102,102,102,102,106,106,106,106,107,107,107,107,106,106,107,107,108,107,105,104,112,110,107,106,105,105,106,108,110,110,110,111,112,113,114,115,110,111,113,117,122,128,133,137,126,122,129,130,129,130,136,132,124,121,128,120,128,121,127,122,125,124,128,115,126,125,129,118,130,125,131,121,126,117,123,118,129,123,125,117,127,119,121,114,115,113,117,122,118,117,120,113,119,117,114,113,114,117,117,117,117,113,111,113,116,117,115,111,107,109,110,110,108,106,107,108,105,106,107,107,108,108,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,109,109,108,106,107,108,108,108,108,108,108,108,108,108,109,109,108,108,108,108,107,108,109,109,108,107,106,106,107,107,106,107,107,107,108,108,108,108,108,108,108,108,107,107,107,107,107,107,106,106,106,105,105,104,104,104,105,106,105,104,104,105,107,107,106,106,106,106,107,107,107,107,107,107,107,107,105,105,105,105,105,105,105,105,105,104,103,103,105,105,105,104,105,105,105,106,106,105,105,105,104,104,104,104,104,104,104,104,105,102,108,100,109,101,107,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,103,103,103,103,104,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,100,102,100,100,100,100,102,100,101,95,99,101,95,97,101,96,100,99,98,98,97,96,96,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,93,93,93,93,93,91,90,90,90,90,88,88,88,88,88,88,88,88,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,86,87,87,87,87,87,86,86,86,86,86,86,86,86,86,86,85,83,83,83,83,83,83,83,82,82,83,83,83,84,84,84,83,86,83,83,81,84,82,82,80,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,79,79,79,79,79,79,80,80,80,80,80,80,80,80,80,79,78,78,78,78,78,78,76,76,75,75,75,75,75,75,75,75,75,75,75,74,73,72, 105,105,105,105,105,105,105,105,105,104,106,105,104,105,104,106,107,107,107,107,107,107,107,107,108,108,108,108,108,107,106,104,108,105,110,100,108,101,107,103,103,101,107,100,108,99,104,100,100,98,103,97,102,96,101,99,100,101,101,101,101,100,101,101,102,101,101,102,102,101,101,102,102,102,102,102,102,102,102,102,102,102,102,102,102,103,102,102,102,102,102,102,102,102,102,102,103,100,105,97,107,98,103,101,101,98,104,96,104,96,103,100,104,103,102,102,102,103,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,101,106,98,108,100,105,102,103,102,101,101,101,102,102,102,102,102,102,103,103,103,103,103,104,105,104,104,104,104,105,104,104,104,104,104,104,104,103,102,103,102,102,102,103,103,102,101,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,102,102,102,103,103,103,102,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,108,106,104,103,103,105,107,108,102,104,103,103,103,102,104,102,105,105,105,105,105,105,105,105,101,101,101,101,101,101,102,103,102,101,100,100,101,102,103,103,100,98,97,95,93,93,95,97,107,107,107,108,109,110,112,112,115,115,116,118,118,118,118,118,124,118,122,122,120,120,124,119,127,121,126,117,124,118,126,122,128,125,126,111,120,119,125,115,118,114,120,110,114,104,110,106,114,110,115,108,118,112,116,111,114,108,107,110,106,108,114,110,106,110,114,112,106,102,102,104,110,107,104,104,106,108,108,107,107,109,111,110,108,107,109,111,111,111,111,110,109,107,107,107,108,108,109,109,110,110,109,109,109,109,109,109,109,109,109,109,109,109,108,108,109,109,109,108,108,109,109,108,108,108,109,109,109,108,108,108,108,108,108,108,108,108,108,108,109,108,108,107,106,106,106,106,106,107,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,108,108,108,105,105,105,106,107,108,107,105,106,106,106,106,106,107,107,108,107,107,107,107,107,107,107,107,104,104,104,104,104,104,104,105,105,104,103,103,105,105,105,104,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,102,108,100,109,101,107,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,103,103,103,103,104,103,102,101,102,102,102,101,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,99,101,99,100,100,99,101,99,101,95,99,101,95,97,101,96,100,99,98,98,97,96,96,97,97,97,97,97,97,97,97,96,96,95,95,95,95,95,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,96,95,94,93,94,94,94,94,94,93,93,93,93,93,93,91,90,90,90,90,87,87,87,87,87,87,87,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,86,86,87,87,87,86,86,86,86,86,86,86,86,86,86,86,86,85,83,83,83,83,83,83,84,84,84,84,84,83,83,83,82,81,86,83,83,81,84,82,82,80,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,79,79,79,79,79,79,80,80,80,80,80,80,80,80,80,79,78,78,78,78,78,78,76,76,75,75,75,75,75,75,75,75,75,75,74,73,73,72, 107,107,107,107,107,107,107,107,106,105,106,105,105,106,105,106,107,107,107,107,107,107,107,107,105,105,106,107,107,107,105,103,109,106,112,103,111,103,108,104,105,103,109,102,111,102,107,103,101,99,104,98,103,97,102,100,101,101,101,101,101,100,101,101,102,101,101,102,102,101,101,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,103,100,105,97,107,98,103,101,101,100,106,98,104,96,103,102,105,103,101,101,102,104,104,105,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,101,106,98,108,100,105,102,104,103,102,102,103,103,103,103,103,103,103,103,103,103,103,103,104,105,104,104,104,104,105,104,102,102,102,102,102,101,101,100,103,103,102,103,103,103,103,102,104,104,104,104,104,104,104,103,104,104,104,104,104,104,104,104,105,103,102,103,105,105,104,102,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,102,102,102,103,104,104,104,106,104,105,105,104,106,104,105,105,105,105,105,105,105,105,109,110,111,110,108,108,109,110,110,110,110,111,112,113,113,114,116,117,118,118,117,117,119,122,123,123,124,124,125,126,126,127,132,132,132,132,130,126,123,121,134,127,130,129,126,126,129,123,125,120,124,115,122,116,123,119,126,120,122,110,120,117,125,120,126,122,129,119,123,114,120,116,125,120,125,117,125,118,124,122,125,116,112,115,111,112,119,115,115,113,112,113,114,115,115,115,114,113,111,109,110,111,113,114,107,108,109,109,108,108,109,111,111,111,111,110,109,109,108,108,108,109,109,110,110,109,109,108,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,108,108,109,109,109,108,109,109,109,110,108,107,107,109,109,108,107,109,107,106,107,109,110,110,108,107,107,107,107,107,107,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,108,109,109,106,106,106,106,107,107,106,105,107,106,105,104,105,106,107,107,107,107,107,107,107,107,107,107,105,104,104,104,104,104,104,105,105,104,103,103,105,105,105,104,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,105,102,108,100,109,101,107,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,103,103,103,103,104,102,101,101,101,101,101,101,101,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,99,100,98,99,99,98,100,99,101,96,100,102,96,98,103,97,101,100,99,98,97,96,96,97,97,97,97,97,97,97,96,96,96,95,95,95,96,96,96,95,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,96,95,94,93,93,93,93,93,92,92,91,91,93,93,93,91,90,90,90,90,87,87,87,87,87,87,87,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,86,86,86,86,86,86,85,85,86,86,86,86,86,86,87,87,86,86,86,86,86,86,86,85,83,83,83,83,82,83,84,85,85,84,84,83,82,82,82,81,85,83,82,80,83,82,82,80,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,79,79,79,79,79,79,80,80,80,80,80,80,80,80,79,79,78,78,78,78,78,78,76,76,75,75,75,75,75,75,75,75,74,74,74,73,73,72, 108,108,108,108,108,108,108,108,110,108,109,107,108,110,109,109,107,107,107,107,107,107,107,107,105,105,106,107,107,106,105,104,107,105,111,103,111,103,108,104,105,103,109,102,111,103,108,104,102,100,105,99,105,99,104,102,101,101,102,101,101,101,101,101,102,100,100,102,102,100,100,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,103,102,102,102,102,102,102,102,102,103,100,105,97,107,98,103,101,102,101,109,100,105,97,104,104,104,102,101,102,104,105,104,102,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,101,106,98,108,100,105,102,105,104,103,104,104,105,104,104,103,103,103,103,103,103,103,103,104,105,104,104,104,104,105,104,103,103,103,103,103,103,103,103,104,103,102,102,104,105,104,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,107,104,103,104,107,108,106,103,102,102,102,102,102,102,102,102,104,104,104,104,104,104,104,104,102,102,103,104,104,104,103,102,103,105,103,104,103,103,105,104,104,104,104,104,104,104,104,104,93,95,97,96,93,92,93,95,96,98,100,101,102,102,102,101,109,111,114,115,113,112,114,116,125,125,125,125,124,124,124,124,123,122,122,123,122,121,121,121,122,116,121,120,117,117,121,116,124,120,126,117,124,116,122,116,123,115,118,111,119,110,117,115,116,112,118,110,115,107,113,108,115,110,115,106,112,102,110,110,113,105,104,110,107,105,109,104,109,112,116,117,114,110,109,111,110,111,112,111,110,110,111,113,110,109,108,108,110,111,110,109,109,109,109,109,110,110,110,110,109,109,109,110,109,109,108,108,109,109,109,109,109,109,109,109,109,109,110,110,110,109,108,107,108,109,109,109,108,108,108,108,110,108,106,107,109,110,108,106,110,107,106,107,109,110,109,107,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,106,106,106,107,107,107,107,107,109,109,108,109,109,109,108,107,105,104,104,103,103,103,104,105,106,107,107,107,107,107,107,107,105,105,105,105,105,105,105,105,105,104,103,103,105,105,105,104,103,103,104,104,104,104,103,103,104,104,104,104,104,104,104,104,105,102,108,100,109,101,107,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,103,103,103,103,104,102,101,100,101,101,100,100,100,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,98,99,98,98,98,98,99,98,103,97,101,103,97,100,105,99,101,100,99,99,98,97,97,97,100,100,100,100,100,100,100,100,97,96,95,96,97,97,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,93,92,91,91,91,91,91,91,90,90,93,93,93,91,90,90,90,90,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,88,88,88,88,88,88,87,87,85,85,85,85,85,85,85,85,87,87,87,87,87,87,87,88,86,86,86,86,86,86,86,85,83,83,83,83,83,83,83,84,83,83,83,83,83,83,82,81,85,82,82,80,83,82,82,80,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,79,79,79,79,79,79,80,80,80,80,80,80,80,80,79,79,78,78,78,78,78,78,76,76,75,75,75,75,75,75,75,74,74,73,73,73,73,72, 108,108,108,108,108,108,108,108,110,108,108,106,107,110,108,108,107,107,107,107,107,107,107,107,109,110,110,110,109,108,107,107,104,102,109,101,109,102,107,102,105,102,108,101,110,102,107,104,104,102,107,101,107,101,106,104,101,102,102,102,101,101,101,102,102,100,100,102,102,100,100,102,102,102,102,102,102,102,102,102,102,102,102,103,102,102,102,103,102,102,102,102,102,102,102,102,103,100,105,97,107,98,103,101,102,102,111,102,107,97,105,105,102,101,102,104,107,107,103,100,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,101,106,98,108,100,105,102,104,103,103,103,104,105,104,104,104,104,104,104,104,104,104,104,104,105,104,104,104,104,105,104,108,108,108,108,107,107,108,109,105,103,101,102,105,107,106,104,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,108,105,103,104,108,109,107,104,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,103,104,106,108,108,107,105,103,105,107,105,105,105,105,107,106,109,109,109,109,109,109,109,109,112,115,118,117,115,113,114,116,125,126,126,126,127,128,130,131,128,131,134,134,131,127,127,128,131,130,130,129,128,126,125,124,125,123,122,121,121,121,122,124,120,116,122,122,120,120,125,121,126,122,128,120,126,118,122,116,122,112,117,114,122,108,112,113,120,115,121,113,120,112,118,113,112,108,116,110,117,107,116,118,114,107,108,115,113,112,114,108,111,110,110,112,112,111,111,113,106,109,113,114,112,110,111,112,114,111,109,111,114,115,113,110,110,110,110,110,110,111,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,109,110,111,110,109,108,107,108,109,109,108,108,108,108,108,110,107,105,106,109,110,108,106,111,108,106,107,109,110,107,105,109,109,109,109,109,109,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,106,106,108,108,107,107,107,107,106,106,103,103,104,103,102,102,103,104,106,106,107,107,107,107,107,107,105,105,105,105,105,105,105,105,105,104,103,103,105,105,105,104,103,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,105,102,108,100,109,101,107,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,103,103,102,103,104,101,100,100,100,100,100,100,100,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,97,99,97,98,98,97,99,97,103,98,102,104,99,101,106,101,102,101,100,99,98,97,97,97,100,100,100,100,100,100,100,100,98,97,96,97,98,98,97,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,93,91,90,90,91,91,91,91,91,91,93,93,93,91,90,90,90,90,89,89,89,89,89,89,89,89,87,87,87,87,87,87,87,87,88,88,88,88,88,88,87,87,86,86,86,86,86,86,86,86,89,89,88,88,88,88,88,88,86,86,86,86,86,86,86,85,83,83,82,83,83,83,83,82,81,82,83,83,84,84,83,82,85,82,82,80,83,82,82,80,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,79,79,79,79,79,79,80,80,80,80,80,80,80,80,79,79,78,78,78,78,78,78,76,76,75,75,75,75,75,75,75,74,73,73,73,73,73,72, 112,106,109,104,111,106,109,103,109,104,110,102,111,105,109,107,107,105,106,105,105,106,105,107,110,103,111,101,113,104,108,104,106,101,105,97,108,104,108,102,109,107,109,108,108,108,107,108,107,102,108,102,110,99,105,104,103,100,106,98,107,99,105,101,101,100,101,103,99,99,100,102,102,102,101,101,100,100,99,100,103,102,103,103,103,103,102,103,103,100,105,97,107,98,103,101,102,101,105,97,107,99,104,101,102,98,104,98,107,98,104,101,105,104,104,104,103,102,102,102,103,99,105,97,106,99,104,101,103,103,104,104,104,104,104,104,103,103,103,103,103,103,103,103,104,103,102,102,103,105,104,102,104,102,108,100,109,101,107,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,102,103,104,103,102,102,105,107,104,105,105,104,104,105,104,102,103,104,103,101,101,102,102,102,105,105,105,105,104,103,103,104,106,104,102,101,102,102,100,98,104,104,103,102,104,108,108,105,105,107,107,104,102,103,106,107,108,101,102,105,102,101,98,89,94,97,98,97,98,103,104,102,104,105,116,111,120,113,119,115,124,120,126,117,122,114,121,116,128,124,129,121,129,121,126,122,130,121,126,119,125,119,126,118,125,119,123,113,120,113,121,118,122,115,120,116,123,110,116,117,113,109,115,107,116,108,114,110,114,111,116,108,117,109,115,111,114,114,113,112,111,111,110,110,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,111,104,108,101,113,106,109,103,108,108,108,108,108,108,108,108,108,108,108,108,108,108,109,109,110,109,108,107,107,107,107,107,109,109,109,109,109,109,108,107,106,108,109,108,107,108,108,107,107,107,107,107,107,107,107,107,104,104,105,107,107,107,107,108,101,102,104,106,106,105,103,101,106,108,107,106,107,106,104,105,105,103,109,101,110,102,108,104,105,105,105,105,105,105,105,105,107,103,101,102,106,107,104,101,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,103,103,103,103,103,103,103,103,103,102,102,102,102,103,103,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,103,103,102,102,102,102,102,102,103,102,100,98,98,100,102,103,102,97,102,104,98,100,104,98,100,100,98,98,100,99,98,100,100,100,98,100,97,98,98,100,98,98,98,98,98,98,99,99,97,97,97,97,97,97,97,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,92,94,94,95,95,94,92,91,91,91,91,91,91,91,91,91,93,93,93,91,90,89,88,88,89,90,90,89,88,88,88,88,87,87,87,87,87,87,87,87,88,88,88,87,87,87,86,86,86,86,86,87,87,86,86,87,87,86,85,85,84,84,83,82,88,87,86,85,84,83,82,81,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,80,80,80,80,80,80,78,78,78,78,78,78,78,77,79,78,76,76,76,76,76,76,78,74,79,71,80,72,78,74,75,74,73,73,73,73,73,73, 110,104,109,105,113,109,114,108,109,104,111,102,111,105,109,107,108,106,107,107,107,108,107,109,110,103,110,100,112,103,108,104,108,104,108,101,112,107,112,106,108,106,108,107,107,108,106,107,106,102,109,101,110,101,107,104,108,104,109,100,107,98,102,98,104,100,103,102,103,98,101,101,103,103,103,104,105,105,106,107,104,104,104,105,105,104,104,104,103,100,105,97,107,98,103,101,103,101,106,97,107,100,104,101,103,98,104,98,107,98,104,101,102,101,102,103,103,104,104,105,105,102,107,100,109,101,107,103,103,103,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,102,102,103,104,104,102,104,102,108,100,109,101,107,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,102,104,104,104,102,103,105,107,103,104,104,103,103,103,102,100,103,104,104,102,101,102,103,104,109,107,106,105,104,103,102,103,107,107,107,108,109,109,107,104,105,105,105,104,106,109,108,106,106,108,109,107,106,106,108,109,119,111,110,110,107,111,117,115,116,121,123,121,120,123,126,126,127,125,131,124,133,127,135,133,136,132,137,128,133,125,131,127,130,126,131,123,131,122,127,123,131,124,132,124,128,121,129,123,122,118,124,117,123,115,121,117,121,113,119,115,122,109,115,117,116,113,119,111,120,112,118,115,114,110,116,108,117,109,115,111,114,113,112,112,111,110,110,110,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,109,109,109,109,109,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,111,111,111,111,111,111,111,111,111,105,109,103,114,107,110,105,108,108,108,108,108,108,108,108,108,108,108,108,108,108,109,109,109,109,108,108,107,107,107,108,108,108,108,108,109,108,107,107,105,107,108,107,106,107,107,106,107,107,107,107,107,107,107,107,107,107,107,107,107,106,105,105,108,108,108,108,108,108,109,109,108,109,107,106,107,106,103,103,107,105,111,103,111,104,110,106,105,105,105,105,105,105,105,105,107,104,102,103,107,108,107,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,104,104,104,104,103,103,102,102,102,102,103,103,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,102,102,102,101,101,101,101,101,102,102,100,99,99,100,102,103,102,97,102,104,98,100,104,98,101,101,100,100,101,101,100,101,100,100,98,100,97,98,97,100,98,98,98,98,98,98,98,98,97,97,97,97,97,97,97,96,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,93,93,93,93,93,94,94,93,91,91,91,91,91,91,91,91,91,93,93,93,91,90,89,88,88,89,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,86,86,86,85,85,86,87,86,85,85,86,87,86,85,85,84,84,83,82,85,85,84,84,85,85,84,84,83,83,83,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,80,80,80,80,80,80,79,79,79,79,79,80,79,78,78,77,76,76,76,76,76,76,78,74,79,71,80,73,78,74,75,74,73,73,73,73,73,73, 109,105,109,106,113,109,114,109,109,105,112,103,111,105,109,107,109,107,109,108,108,109,108,110,111,103,111,100,112,104,109,105,107,103,108,101,111,104,109,104,107,105,107,106,106,107,105,107,106,104,109,101,109,103,108,104,110,105,110,101,108,99,103,99,107,99,105,100,107,97,103,100,103,102,102,103,103,103,103,104,102,101,102,103,103,103,102,102,103,100,105,97,107,98,103,101,103,101,106,98,108,100,105,102,103,99,105,98,107,99,104,101,102,102,102,103,104,104,104,105,105,102,107,100,109,101,107,103,103,103,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,102,103,103,103,102,104,102,108,100,109,101,107,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,102,103,104,103,102,102,104,106,103,104,104,104,104,103,102,100,104,104,104,103,102,103,104,105,107,105,103,103,103,102,101,101,103,102,101,101,103,104,103,101,105,105,104,103,103,103,102,100,97,99,101,101,101,101,103,104,103,98,101,102,98,103,113,114,110,117,120,116,113,115,118,120,124,119,122,113,122,117,125,122,126,122,128,119,124,116,122,117,121,118,123,115,123,114,118,114,120,115,125,117,119,111,120,116,117,114,123,117,123,114,118,112,122,112,118,115,122,108,114,117,115,112,118,110,118,111,117,114,114,110,116,108,117,109,115,111,114,113,113,112,111,110,110,110,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,109,109,109,109,109,109,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,111,106,111,105,115,108,112,107,108,108,108,108,108,108,108,108,108,108,108,108,108,109,109,109,109,109,108,108,107,107,108,108,108,108,108,108,109,109,108,107,105,107,108,107,106,106,106,106,107,107,107,107,107,107,107,107,109,109,108,108,107,105,103,103,109,108,105,104,104,106,108,109,107,107,105,105,107,107,105,103,106,104,109,101,109,102,109,105,105,105,105,105,105,105,105,105,109,107,104,104,106,107,106,105,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,102,102,102,102,102,102,102,102,102,102,101,100,100,101,102,102,102,97,102,104,98,100,104,98,103,103,102,102,103,103,102,103,100,100,98,100,97,98,97,100,100,100,101,101,100,100,99,99,97,97,97,97,97,97,97,96,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,93,92,91,91,93,94,93,91,91,91,91,91,91,91,91,91,93,93,93,91,90,89,88,87,89,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,86,86,86,86,86,86,86,86,86,86,86,87,86,85,85,84,84,83,82,82,82,83,84,85,86,86,86,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,80,80,80,80,80,80,81,81,81,81,81,82,81,80,78,77,76,76,76,76,76,76,78,74,79,71,80,73,78,74,75,74,73,73,73,73,73,73, 112,107,112,106,111,106,110,106,110,106,113,104,112,105,110,108,110,108,109,108,108,109,108,110,111,104,111,101,113,105,110,106,108,104,110,103,111,103,107,101,107,105,107,106,106,107,105,107,107,104,110,101,110,103,108,104,107,103,109,101,110,102,108,104,108,99,106,99,109,97,104,100,103,102,101,101,101,100,99,100,102,102,102,104,104,103,103,103,103,100,105,97,107,98,103,101,103,101,106,98,108,100,105,102,103,100,106,99,107,99,105,101,107,106,104,104,103,102,102,102,103,99,105,97,106,99,104,101,103,103,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,104,103,103,103,103,103,105,102,108,100,109,101,107,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,104,103,103,103,104,105,104,104,104,104,104,104,103,102,105,105,104,103,104,104,105,105,109,109,109,110,111,110,110,110,111,109,107,107,108,108,107,105,113,113,113,112,111,110,109,108,110,112,114,115,117,118,119,120,119,119,129,134,128,128,133,131,127,132,133,130,128,130,131,131,132,128,133,124,132,124,130,126,128,124,131,122,128,121,127,122,129,125,130,122,130,122,127,123,127,121,130,123,125,118,127,121,125,121,129,121,128,119,124,119,121,112,117,114,122,108,113,116,113,110,116,109,117,109,115,113,114,111,116,108,117,109,115,111,114,114,113,112,111,111,110,110,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,109,109,109,109,109,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,111,108,114,107,116,108,112,108,108,108,108,108,108,108,108,108,108,108,108,108,108,109,109,109,109,109,108,108,107,107,107,107,108,108,108,109,109,108,108,107,106,107,108,107,107,106,107,107,107,107,107,107,107,107,107,107,108,108,107,108,107,105,105,105,106,106,104,103,103,104,106,106,106,107,105,105,107,107,105,103,104,101,107,99,107,100,106,103,105,105,105,105,105,105,105,105,107,106,105,104,105,105,105,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,102,102,102,102,102,102,103,102,102,102,101,101,101,101,101,102,97,102,104,98,100,104,98,102,102,101,101,103,102,101,102,100,99,98,100,98,99,98,100,100,100,100,100,100,100,99,99,97,97,97,97,97,97,97,96,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,93,92,91,92,93,93,92,92,92,91,91,91,91,91,91,93,93,93,91,90,89,88,87,89,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,86,86,85,86,87,87,87,87,87,87,86,86,86,85,85,84,84,83,82,83,83,84,84,85,86,85,85,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,80,80,80,80,80,80,80,80,80,80,80,81,80,79,78,77,77,76,76,76,76,76,78,74,79,71,80,72,78,74,75,74,73,73,73,73,73,73, 111,108,113,107,111,105,110,107,110,107,115,105,113,106,111,109,110,109,110,109,109,109,108,110,111,104,111,101,113,105,110,106,111,107,114,107,116,107,110,105,108,106,108,107,107,108,106,108,109,104,110,103,111,103,108,105,108,105,110,103,111,104,109,106,109,101,106,101,109,100,105,101,103,102,102,103,103,102,103,103,104,104,105,106,106,105,105,105,103,100,105,97,107,98,103,101,103,101,106,98,108,100,105,102,104,101,107,99,108,100,105,102,107,106,104,104,103,102,102,102,103,99,105,97,106,99,104,101,103,103,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,103,104,104,103,102,102,103,105,102,108,100,109,101,107,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,105,105,104,104,105,105,105,104,104,104,104,104,104,104,104,105,107,105,103,104,106,106,105,103,100,101,102,103,103,102,103,105,103,103,103,103,103,102,98,94,98,99,101,101,101,101,102,103,110,111,113,115,117,118,120,120,118,117,126,130,124,123,125,121,123,124,122,120,121,124,122,118,119,117,124,116,123,113,116,111,120,116,122,114,121,114,120,115,118,114,119,111,119,111,116,112,117,109,116,109,115,108,116,108,113,108,113,104,111,103,111,107,119,111,116,112,120,107,113,114,114,112,118,110,118,111,117,114,114,111,116,108,117,109,115,111,114,114,113,112,111,110,110,110,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,109,109,109,109,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,110,110,110,110,110,110,110,111,109,115,107,115,106,112,108,108,108,108,108,108,108,108,108,108,108,108,108,108,109,109,109,109,109,108,108,107,107,107,107,108,108,108,108,108,107,107,106,107,107,108,108,107,107,107,107,107,107,107,107,107,107,107,107,105,105,105,107,107,107,107,108,107,107,109,110,110,109,107,106,108,109,107,105,106,105,103,102,104,102,108,100,108,101,107,103,105,105,105,105,105,105,105,105,102,102,103,103,103,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,100,101,101,101,101,101,101,102,102,101,101,102,102,102,102,102,101,101,101,101,101,102,97,102,104,98,100,104,98,99,99,98,98,100,99,98,99,100,100,98,100,98,98,97,100,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,96,95,95,95,95,95,95,95,95,94,94,94,94,94,93,93,93,94,94,93,92,91,92,93,93,92,92,91,91,91,91,91,91,93,93,93,91,90,89,88,88,89,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,86,86,85,87,87,87,86,86,87,87,86,86,86,85,85,85,84,83,82,86,86,85,85,85,84,83,82,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,80,80,80,80,80,80,77,77,77,77,77,78,77,76,78,78,77,76,76,76,76,76,78,74,79,71,80,73,78,74,75,74,73,73,73,73,73,73, 107,106,112,107,111,106,113,111,111,107,115,106,114,107,112,110,111,109,111,110,110,110,109,110,112,104,112,102,114,106,111,107,108,104,111,106,116,107,111,106,110,108,109,108,108,109,107,109,109,104,110,103,112,104,109,107,114,110,114,105,112,103,108,104,109,105,109,103,109,104,108,103,101,100,101,101,101,101,102,102,102,102,102,102,102,102,102,102,103,100,105,97,107,98,103,101,103,101,106,98,108,100,105,102,104,102,108,100,108,101,106,102,104,102,101,102,103,104,104,105,105,102,107,100,109,101,107,103,103,103,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,102,103,104,103,102,102,103,105,102,108,100,108,101,107,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,107,105,104,105,106,107,105,103,104,104,104,104,104,104,105,107,109,105,103,105,108,108,105,102,111,111,111,110,108,108,110,113,116,116,115,116,117,117,115,112,118,120,122,123,122,123,125,126,128,127,128,130,131,132,132,133,131,125,126,126,120,123,128,126,128,127,123,121,124,127,124,117,128,127,133,125,132,122,127,122,128,124,130,122,129,122,128,123,127,123,128,119,127,119,124,120,125,116,122,116,122,117,123,114,120,114,118,109,115,109,118,115,117,112,117,110,118,108,114,111,113,110,116,109,117,109,115,112,115,111,116,109,117,109,115,111,113,113,112,111,110,110,110,109,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,111,111,111,110,110,110,110,110,110,110,109,109,109,109,109,109,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,108,115,107,113,104,111,109,108,108,108,108,108,108,108,108,108,108,108,108,108,109,109,109,109,109,108,108,107,107,107,107,108,108,109,108,108,107,107,107,108,107,106,107,107,107,107,107,107,107,107,107,107,107,107,107,104,104,105,106,107,108,108,109,104,106,108,109,109,108,106,104,107,108,107,105,106,105,103,102,105,103,109,101,109,102,108,104,105,105,105,105,105,105,105,105,101,102,104,104,102,102,103,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,102,102,102,101,102,103,102,102,102,102,101,101,101,100,102,97,102,104,98,100,104,98,98,98,97,97,99,98,97,98,101,100,98,101,98,98,97,99,97,97,97,96,97,97,97,97,97,97,97,97,97,97,97,96,95,95,95,95,95,95,95,95,94,94,94,94,94,94,93,93,93,94,94,93,92,92,92,92,91,91,91,91,91,91,91,91,93,93,93,91,90,89,88,88,89,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,86,86,86,86,87,87,86,86,87,86,85,87,86,86,85,85,84,83,82,87,87,86,85,85,83,82,81,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,80,80,80,80,80,80,76,76,76,76,77,77,77,76,78,77,77,76,76,76,76,76,78,74,79,72,80,73,78,74,74,74,73,73,73,73,73,73, 107,106,113,107,110,105,112,111,111,107,115,107,115,108,112,110,111,109,111,110,110,111,109,111,113,105,113,103,115,107,112,109,106,102,108,103,113,105,109,105,112,110,111,110,109,110,108,110,108,106,112,104,112,105,111,108,115,110,115,106,113,104,109,105,109,107,112,104,109,105,110,103,103,102,102,102,101,101,101,101,102,102,101,101,101,101,101,102,104,101,105,98,108,99,104,102,103,101,106,98,108,100,105,102,105,102,108,100,109,102,107,102,104,102,101,102,104,104,105,105,105,102,107,100,109,101,107,103,103,103,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,102,103,104,104,102,102,104,105,102,108,100,108,101,107,103,104,104,104,104,104,104,104,104,104,104,104,104,104,105,105,105,108,106,104,105,107,108,105,102,104,104,104,104,104,104,105,106,110,106,104,106,109,109,106,104,95,96,96,96,96,97,99,101,103,102,101,102,105,108,109,109,116,118,121,121,119,117,118,120,123,121,121,123,124,124,123,123,134,126,125,126,122,125,130,127,124,123,120,118,120,123,119,113,120,116,121,113,121,113,119,115,116,112,118,110,118,111,117,112,119,115,120,111,119,111,115,111,115,108,116,109,114,107,114,107,115,111,117,109,115,108,114,110,116,114,119,108,116,110,115,109,112,109,115,107,116,108,114,111,115,111,117,109,117,109,115,111,113,113,112,111,110,110,110,110,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,109,109,109,109,109,109,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,107,107,107,107,107,107,107,107,107,107,114,105,111,102,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,109,109,109,108,107,107,108,109,106,105,107,108,107,107,106,107,107,107,107,107,107,107,107,107,106,106,107,107,106,106,107,104,104,105,105,105,104,104,104,106,107,105,105,107,107,105,104,106,103,109,101,109,102,108,104,105,105,105,105,105,105,105,105,103,106,107,106,103,101,102,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,103,103,102,102,102,102,102,102,101,102,103,102,102,102,102,103,101,102,103,103,102,102,100,99,102,97,102,104,98,100,104,98,100,100,99,99,101,100,99,100,99,99,98,100,97,98,97,99,98,98,98,98,98,98,98,98,97,97,97,96,97,97,97,96,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,92,93,94,94,93,93,92,91,91,91,91,91,91,91,91,91,92,93,92,91,90,89,88,88,89,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,86,86,86,86,87,87,85,86,87,87,85,87,87,86,86,86,85,83,82,85,85,85,85,85,85,84,83,83,83,83,83,83,83,82,82,82,82,82,82,82,82,81,81,82,82,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,80,80,80,80,80,80,78,78,78,78,79,79,79,78,78,77,76,76,76,76,76,75,77,73,78,71,80,72,77,73,74,73,73,73,73,73,73,73, 110,109,116,108,110,102,109,108,111,107,115,107,115,108,112,110,110,108,110,110,110,111,110,112,113,105,112,102,114,106,112,109,111,106,110,104,114,106,110,107,112,110,111,110,110,110,109,111,108,108,114,103,111,106,112,107,110,106,112,105,114,106,112,109,109,108,114,103,109,104,110,103,109,108,108,108,108,107,107,108,109,108,107,107,107,107,107,108,104,101,106,98,108,99,104,102,103,102,106,98,108,100,105,102,105,103,109,101,109,103,108,103,108,106,104,104,104,103,103,103,103,99,105,97,106,99,104,101,103,103,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,104,105,105,103,103,104,104,102,107,99,107,100,106,103,104,104,104,104,104,104,104,104,104,104,104,104,104,105,105,105,109,106,104,106,109,109,106,102,103,103,103,104,103,102,103,105,110,107,105,107,109,109,108,106,110,111,113,117,119,120,122,123,125,125,126,129,134,137,138,137,132,134,137,137,134,131,131,133,125,123,123,125,126,126,124,124,129,124,128,132,129,130,129,122,124,125,123,120,120,122,119,115,124,120,124,115,124,118,124,120,118,114,121,114,122,116,122,117,119,116,121,113,121,113,118,113,115,111,121,113,115,107,116,111,114,111,119,112,119,109,113,107,114,114,119,106,114,110,115,107,117,113,119,111,120,112,118,114,115,111,117,109,117,109,115,111,113,113,112,112,111,111,111,111,111,111,111,111,111,111,111,111,112,112,112,112,112,112,112,112,112,112,111,111,110,110,110,110,110,110,110,110,109,109,109,109,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,110,110,110,110,110,110,110,106,105,113,104,110,101,109,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,107,108,108,108,107,107,107,108,109,107,105,107,108,108,107,107,107,107,107,107,107,107,107,107,110,109,108,108,107,105,104,104,110,109,107,105,105,106,108,110,108,107,105,104,107,108,104,102,107,104,110,101,110,103,109,106,105,105,105,105,105,105,105,105,104,107,109,107,104,103,105,108,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,104,103,103,103,103,103,103,103,100,101,102,102,101,101,101,102,100,102,103,104,103,102,100,98,102,97,102,104,98,100,104,98,101,101,100,101,102,101,100,101,98,98,97,100,97,99,98,100,98,98,98,98,98,98,97,97,97,97,96,96,96,97,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,93,93,93,91,92,93,94,94,94,92,90,91,91,91,91,91,91,91,91,92,92,92,91,89,89,88,88,89,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,86,86,87,88,87,85,86,87,87,85,88,87,87,87,86,85,84,83,82,82,83,84,86,87,87,86,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,81,82,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,80,80,80,80,80,80,79,80,80,80,80,81,80,79,77,77,76,76,76,76,75,75,76,72,77,70,78,71,76,72,74,73,73,73,73,73,73,73, 109,106,112,104,111,103,109,106,111,105,115,104,115,105,111,107,109,103,112,107,112,106,115,109,109,110,111,110,109,108,110,111,111,108,112,106,113,108,111,108,109,106,111,104,112,104,110,107,110,106,115,107,116,108,111,108,110,108,112,104,114,106,111,109,107,106,115,105,111,104,113,108,109,106,111,105,112,106,111,109,108,99,106,101,106,101,109,100,103,100,106,98,106,98,104,101,104,101,103,99,100,98,104,104,105,102,107,99,106,98,105,102,102,100,105,98,106,97,105,101,102,100,105,98,106,97,104,100,102,101,101,102,102,102,103,103,106,104,104,104,103,103,105,105,105,104,105,105,104,104,105,104,105,101,107,99,108,100,106,102,105,104,102,102,105,105,103,102,104,102,102,103,105,106,105,104,109,106,104,102,100,102,104,105,105,106,107,106,105,102,99,98,93,91,93,98,97,94,99,107,111,111,112,115,113,115,114,114,125,122,129,121,130,122,129,126,123,125,132,119,122,115,125,124,129,121,130,124,128,120,127,120,124,121,125,118,123,116,120,118,121,115,126,118,119,111,122,117,121,115,119,112,123,117,121,116,117,110,116,109,119,111,117,110,116,114,116,113,113,111,113,111,115,113,119,110,117,108,114,112,110,110,110,110,110,110,110,110,114,114,114,114,114,114,114,114,117,114,111,112,115,116,114,111,112,112,111,111,111,112,111,110,111,112,112,111,111,111,111,111,111,111,112,110,112,113,111,112,112,111,114,115,115,114,110,110,111,111,111,111,111,111,111,111,110,110,109,109,109,109,109,109,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,110,108,112,104,114,106,111,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,109,110,109,109,109,109,110,109,109,109,109,109,109,109,109,109,111,104,105,109,107,110,111,104,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,109,108,108,107,107,107,106,106,110,109,108,107,106,106,105,105,105,105,105,105,105,105,105,105,104,104,104,105,105,104,104,105,104,105,105,103,101,101,105,108,102,102,102,102,102,102,102,102,101,103,105,104,102,101,103,105,103,103,103,104,104,102,102,104,104,100,104,96,105,98,103,100,102,102,102,102,102,102,102,102,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,100,100,100,100,100,101,100,99,99,98,97,97,97,97,97,97,97,97,97,97,96,96,96,96,97,96,96,96,95,95,94,94,94,94,94,94,94,94,94,94,95,94,94,94,94,94,93,92,93,92,91,91,92,93,92,91,91,91,91,91,90,90,90,90,90,90,90,90,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,89,87,84,83,83,84,86,87,86,86,86,85,86,86,86,85,85,85,85,84,85,85,85,84,85,84,83,83,83,83,82,81,85,83,82,82,82,81,81,81,84,83,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,82,79,77,78,80,81,78,75,79,79,79,78,77,77,77,76,74,74,74,74,74,74,74,73,75,74,74,73,73,72,72,71, 111,108,114,106,113,105,111,108,112,108,117,108,117,109,113,109,115,108,116,109,114,107,115,109,112,113,114,113,112,112,113,114,111,108,112,106,113,108,111,108,113,110,115,108,116,108,114,111,110,107,115,108,116,108,111,108,107,105,109,102,111,104,108,106,114,112,119,108,113,105,113,108,109,107,111,105,112,106,111,109,111,103,111,105,109,104,113,105,108,105,110,103,111,103,109,106,108,104,106,102,105,102,107,106,104,102,108,101,108,99,103,100,105,104,108,102,110,101,109,105,105,103,108,102,110,101,108,104,107,107,107,108,107,106,105,104,104,102,103,105,104,104,104,104,103,102,103,103,102,102,103,102,105,101,107,99,108,100,106,102,109,108,105,105,108,108,105,104,111,108,105,104,106,107,108,107,111,109,109,110,109,109,107,104,106,107,109,111,111,110,109,108,117,116,119,123,123,121,124,131,130,130,129,132,129,131,131,131,134,131,135,128,134,127,132,128,128,125,129,119,128,123,128,121,131,122,128,121,125,119,127,121,123,120,124,118,124,118,123,121,120,115,124,118,118,112,121,116,119,114,118,111,122,116,120,115,117,110,116,109,118,112,117,111,111,111,114,112,114,114,117,115,116,113,118,110,117,109,115,111,111,111,111,111,111,111,111,111,114,114,114,114,114,114,114,114,116,113,111,112,114,115,114,111,112,112,112,111,112,112,112,111,112,114,114,112,112,112,112,112,111,112,112,110,112,114,111,112,111,110,112,113,113,112,109,109,111,111,111,111,111,111,111,111,110,110,109,109,109,110,109,109,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,110,107,112,104,113,106,110,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,109,110,109,109,109,109,110,109,109,109,109,109,109,109,109,109,111,104,106,109,107,109,111,104,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,108,108,107,107,107,107,107,106,108,107,106,105,105,104,103,103,105,105,105,105,105,105,105,105,103,103,103,105,105,104,104,105,102,104,105,105,103,102,104,106,103,103,103,103,103,103,103,103,101,103,105,104,102,102,103,104,103,103,103,104,103,102,102,104,104,99,104,96,105,97,103,99,102,102,102,102,102,102,102,102,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,100,100,100,100,100,100,100,99,98,98,97,97,97,97,97,97,97,97,97,97,96,96,96,96,97,97,96,96,95,95,94,94,94,94,94,94,94,94,94,94,95,94,94,94,93,93,91,91,92,92,91,91,91,92,92,90,91,91,91,90,90,90,89,89,90,90,90,90,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,88,87,86,85,85,86,86,86,86,86,86,86,86,86,86,85,85,85,85,85,85,85,84,83,83,83,82,83,83,83,83,83,85,83,82,82,82,81,81,81,85,83,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,81,79,77,77,79,78,76,73,78,78,78,76,76,76,76,75,74,74,74,74,74,74,74,73,75,74,74,73,73,72,72,71, 112,109,115,107,114,106,112,109,109,106,114,108,114,108,110,108,114,107,114,107,111,105,113,107,110,110,110,110,110,110,111,111,111,108,113,107,113,108,112,109,111,108,114,106,114,107,113,110,111,107,116,108,116,109,112,109,109,108,111,105,112,107,110,109,112,110,116,107,112,105,111,107,110,107,112,106,112,107,111,109,111,105,115,108,111,105,115,109,105,102,108,100,108,101,106,103,109,105,107,104,108,104,109,107,110,108,115,108,115,105,109,104,103,102,106,100,108,99,107,103,104,103,108,101,109,100,108,104,105,105,105,106,106,104,103,103,104,103,104,105,104,104,104,103,104,103,104,104,103,103,104,103,105,102,107,100,108,101,106,103,107,106,104,104,106,106,103,102,106,103,100,100,101,102,102,101,103,102,104,106,106,105,102,97,96,98,101,105,107,108,108,108,114,113,115,118,118,116,118,122,127,126,125,127,123,126,126,126,129,125,129,124,127,122,126,123,130,125,128,119,131,126,128,118,126,118,124,116,121,114,124,118,124,121,125,118,123,116,121,118,119,113,122,117,116,111,120,114,118,113,117,111,122,115,120,115,116,110,116,109,118,112,117,111,112,111,114,113,114,113,116,115,116,112,117,109,118,110,115,111,113,113,113,113,113,113,113,113,114,114,114,114,114,114,114,114,115,114,112,113,114,115,114,112,112,112,112,112,112,112,112,111,113,114,114,112,112,112,112,112,112,112,113,111,112,114,111,113,112,110,112,111,112,112,109,110,111,111,111,111,111,111,111,111,111,111,110,110,111,111,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,110,107,112,104,114,106,111,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,109,110,109,109,109,109,110,109,109,109,109,109,109,109,109,109,110,104,107,109,106,108,111,105,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,108,107,107,107,107,107,107,107,108,107,106,105,105,104,103,103,105,105,105,105,105,105,105,105,103,103,103,105,105,104,103,104,101,104,107,108,106,104,103,103,105,105,105,105,105,105,105,105,102,103,104,104,103,102,103,104,102,103,103,104,103,102,102,104,104,100,105,97,106,98,104,101,103,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,100,100,100,100,100,100,100,99,98,97,97,97,97,97,97,97,96,97,97,97,96,96,96,96,97,97,96,96,95,95,94,94,94,94,94,94,94,94,94,94,95,94,94,93,93,92,91,90,91,92,91,91,91,91,91,90,91,91,91,90,90,89,89,88,90,90,90,90,90,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,86,85,86,86,86,86,86,87,86,85,85,85,85,85,85,85,84,82,82,82,82,82,83,84,84,84,85,83,82,82,82,81,81,81,85,84,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,81,79,78,78,78,78,76,74,78,78,77,76,75,75,75,74,74,74,74,74,74,74,74,73,75,74,74,73,73,72,72,71, 113,110,115,107,114,106,112,109,109,107,112,108,112,108,109,108,111,104,113,106,111,105,114,108,110,109,109,109,110,110,110,110,111,109,114,108,114,108,113,110,110,107,113,105,114,106,112,109,112,108,117,109,117,110,113,110,112,111,113,108,115,110,112,111,109,106,113,106,112,107,114,110,110,108,112,107,113,107,111,109,110,104,115,108,110,103,114,109,107,104,110,102,110,102,108,105,107,103,107,103,108,103,108,105,106,103,109,101,108,99,104,100,103,101,106,99,107,99,107,103,104,102,107,100,108,99,107,103,103,102,102,103,103,103,104,105,108,106,105,105,104,104,105,105,107,106,107,107,106,106,107,106,106,103,108,101,109,102,107,104,106,106,103,103,106,106,103,102,106,105,105,107,108,108,105,102,109,110,113,115,114,115,116,115,114,116,119,123,126,127,128,127,133,133,134,136,136,135,135,137,127,126,125,127,123,126,126,126,122,120,124,121,123,121,125,123,127,123,128,119,128,122,125,117,123,116,125,119,124,117,124,117,123,120,123,116,120,112,116,113,118,111,120,114,116,110,119,112,117,112,117,110,121,114,119,114,115,111,116,110,117,111,116,112,116,115,117,114,113,110,112,110,116,112,117,109,118,110,115,111,115,115,115,115,115,115,115,115,114,114,114,114,114,114,114,114,115,114,114,114,114,115,114,114,112,112,112,112,112,112,112,111,112,114,114,112,112,112,112,111,112,112,113,111,112,114,111,113,113,111,112,112,112,112,110,111,111,111,111,111,111,111,111,111,112,111,111,111,111,111,111,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,110,107,112,104,114,106,111,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,109,110,109,109,109,109,110,109,109,109,109,109,109,109,109,109,109,105,108,110,105,107,110,106,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,108,107,107,107,107,107,107,107,108,108,106,106,105,105,104,103,105,105,105,105,105,105,105,105,104,103,104,105,105,103,103,103,103,105,107,108,107,105,102,101,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,103,103,103,103,102,103,103,105,101,106,98,107,100,105,102,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,100,100,100,100,100,100,99,98,98,97,97,97,97,97,97,97,96,97,97,97,96,96,96,96,97,97,97,96,95,95,94,94,94,94,94,94,94,94,94,94,95,94,94,94,93,93,92,91,91,92,92,91,90,91,91,91,91,91,91,90,90,89,89,88,90,90,90,90,90,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,86,85,86,87,88,88,87,85,83,86,86,86,86,86,87,86,85,85,85,85,85,85,85,84,83,83,83,82,83,83,84,84,83,85,83,82,82,82,81,81,81,85,84,83,82,82,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,79,78,78,78,76,76,78,78,78,76,76,75,75,74,74,74,74,74,74,74,74,73,75,74,74,73,73,72,72,71, 114,111,116,108,115,107,112,109,113,111,116,112,114,112,113,113,114,108,116,110,116,109,118,111,114,112,111,112,114,115,114,112,112,110,115,109,115,109,113,111,114,111,117,109,118,110,116,112,113,109,118,110,118,110,113,111,113,111,115,109,117,111,114,112,112,110,115,110,115,111,117,114,111,109,113,107,113,107,112,109,110,104,115,108,110,104,114,109,113,110,115,108,116,108,114,111,106,102,109,103,109,102,107,104,108,104,109,100,107,99,106,104,107,105,110,103,111,103,111,107,107,105,110,103,111,102,109,105,107,106,106,107,107,107,108,108,109,107,106,106,105,105,106,106,108,107,108,108,107,107,108,107,107,104,109,102,110,103,108,105,111,110,108,108,111,110,108,107,101,101,102,103,104,103,102,100,99,101,105,106,105,108,114,118,113,114,116,119,121,122,121,120,123,123,124,124,125,127,126,124,131,131,130,133,129,132,131,130,129,125,130,128,127,125,130,127,122,121,127,117,124,116,122,117,121,115,125,120,125,117,123,115,117,115,120,113,118,111,114,112,119,110,120,112,118,110,120,111,117,112,117,110,120,113,117,112,114,111,116,111,116,111,116,113,116,115,117,114,113,110,112,110,115,112,118,110,117,109,115,112,116,116,116,116,116,116,116,116,114,114,114,114,114,114,114,114,113,114,114,114,114,113,114,114,112,112,112,112,112,112,112,111,112,114,114,112,112,112,112,112,112,112,113,111,112,114,111,112,112,110,112,112,112,112,109,110,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,109,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,110,107,112,104,114,106,111,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,109,110,109,109,109,109,110,109,109,109,109,109,109,109,109,109,108,105,109,110,104,106,110,107,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,108,108,107,107,107,107,107,107,108,107,106,105,105,104,103,103,105,105,105,105,105,105,105,105,104,103,104,105,105,104,103,103,105,105,104,104,104,104,104,103,102,102,102,102,102,102,102,102,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,101,106,99,108,100,105,102,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,100,100,100,100,100,100,99,98,98,97,97,97,97,98,97,97,96,96,97,97,96,96,96,96,97,97,97,96,95,95,94,94,94,94,94,94,94,94,94,94,95,95,94,94,94,93,92,91,91,92,92,91,90,90,91,91,91,91,90,90,90,89,89,89,90,90,90,90,90,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,85,86,87,88,88,87,85,83,86,86,86,86,86,87,86,85,85,85,84,84,84,85,85,84,85,84,84,83,83,83,82,82,85,83,82,82,82,81,81,81,85,84,83,82,82,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,79,79,79,78,77,76,76,76,78,79,78,77,76,76,75,74,74,74,74,74,74,74,74,73,75,74,74,73,73,72,72,71, 114,111,117,109,116,107,113,110,114,111,115,110,113,111,113,114,115,109,117,111,115,108,116,109,113,110,109,110,113,114,112,110,113,111,115,109,116,110,114,111,113,110,116,108,117,109,114,111,113,109,118,110,118,111,114,111,112,109,114,106,116,108,113,110,115,112,115,111,113,108,112,109,112,109,114,108,114,108,113,110,113,106,115,109,112,106,116,109,113,110,116,108,116,109,114,111,108,105,113,107,113,105,110,106,110,106,111,101,109,101,109,107,106,105,109,102,110,102,110,106,106,105,109,103,111,102,110,106,107,107,108,108,108,106,105,105,107,106,107,108,107,106,107,106,106,105,106,106,105,105,106,105,108,104,110,103,111,104,109,106,110,109,107,107,110,109,106,105,113,113,113,112,112,113,115,117,114,116,121,122,121,124,131,135,132,133,134,136,137,136,135,133,130,131,130,128,129,132,130,126,125,125,124,127,124,126,125,124,130,124,129,124,123,118,124,118,121,119,125,115,123,115,121,117,119,112,121,115,120,112,119,111,115,113,118,112,118,111,115,112,119,110,118,112,117,111,119,109,116,111,116,109,119,112,116,111,114,112,117,113,115,110,115,114,110,111,114,113,114,113,116,115,115,113,119,110,117,108,115,112,115,115,115,115,115,115,115,115,114,114,114,114,114,114,114,114,112,113,115,114,113,112,113,115,112,112,112,112,112,112,112,111,112,113,113,112,112,112,112,112,112,112,113,111,112,114,111,112,112,110,112,112,112,112,109,110,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,109,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,107,112,104,114,105,110,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,109,110,109,109,109,109,110,109,109,109,109,109,109,109,109,109,108,105,110,111,104,105,110,107,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,108,108,107,107,107,107,107,106,108,107,106,105,105,104,103,103,105,105,105,105,105,105,105,105,104,103,104,105,105,104,104,104,108,105,101,100,102,105,106,106,101,101,101,101,101,101,101,101,104,103,102,102,103,104,103,102,103,103,103,102,103,104,103,102,104,101,108,100,109,101,106,103,103,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,100,100,100,100,100,100,99,98,98,97,97,97,97,97,97,97,96,96,97,97,96,96,96,96,97,97,96,96,95,95,94,94,94,94,94,94,94,94,94,94,95,95,94,94,93,92,91,90,91,92,92,91,90,90,91,91,91,91,91,90,90,89,89,89,90,90,90,89,90,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,86,87,87,88,88,87,86,86,86,87,87,87,86,85,86,86,86,86,86,86,86,84,85,85,85,84,85,86,86,85,85,85,84,83,83,83,82,81,85,83,82,82,82,81,81,81,85,84,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,79,80,80,79,76,75,75,76,78,78,78,77,76,75,75,74,74,74,74,74,74,74,74,73,75,74,74,73,73,72,72,71, 115,112,117,109,116,108,114,111,112,109,114,107,111,109,112,113,114,108,116,109,113,106,114,108,111,108,106,108,111,113,110,107,114,111,115,110,116,111,114,111,112,108,114,107,115,107,112,109,113,109,118,110,118,110,114,111,110,106,114,103,116,105,112,108,114,111,114,110,112,107,110,108,113,110,115,109,115,109,114,111,116,107,116,110,115,110,118,109,114,111,117,109,117,109,115,112,112,108,117,111,118,109,114,108,104,101,107,98,105,97,103,100,105,103,107,100,108,100,108,104,105,104,109,102,110,101,109,105,106,106,106,107,106,105,104,103,108,107,108,109,108,107,108,107,106,105,106,106,105,105,106,105,108,105,110,103,112,104,110,107,108,107,105,105,108,107,104,103,97,99,101,100,99,101,106,111,122,121,123,125,126,128,130,129,124,124,125,127,128,128,126,124,127,128,125,122,123,127,125,119,124,124,124,126,123,125,124,123,126,117,123,117,119,113,120,111,123,120,124,115,123,115,121,116,121,113,121,114,118,111,119,113,117,115,119,113,118,111,114,112,119,111,115,114,114,113,117,109,116,112,116,109,119,112,117,112,113,113,118,114,114,110,115,115,111,111,115,114,114,113,116,115,116,113,120,111,117,109,115,113,115,115,115,115,115,115,115,115,114,114,114,114,114,114,114,114,111,114,116,115,113,112,113,116,112,112,112,112,112,112,112,111,112,113,113,112,112,113,113,112,112,112,113,111,112,114,111,112,112,111,112,112,112,112,110,110,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,110,108,112,104,114,106,110,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,109,110,109,109,109,109,110,109,109,109,109,109,109,109,109,109,108,105,110,111,104,105,110,108,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,108,108,107,107,107,107,107,107,108,107,106,106,105,105,104,103,105,105,105,105,105,105,105,105,104,103,104,105,105,104,104,105,108,104,101,102,105,107,106,104,103,103,103,103,103,103,103,103,105,103,101,102,104,104,103,102,104,103,102,102,103,104,104,102,105,102,109,102,110,102,108,104,103,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,100,100,100,100,100,100,99,98,98,97,97,97,97,97,97,96,96,96,97,96,96,96,96,96,97,97,96,96,95,95,94,94,94,94,94,94,94,94,94,94,95,95,94,94,93,92,91,90,92,92,92,91,91,91,92,92,91,91,91,90,90,89,89,88,90,90,90,89,90,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,86,87,87,87,86,87,86,85,85,85,86,87,87,86,86,86,86,86,86,85,84,85,85,85,84,85,85,85,84,84,84,83,83,83,83,82,82,86,84,83,82,82,81,81,81,85,83,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,79,80,81,79,76,74,75,77,78,78,78,77,76,75,75,74,74,74,74,74,74,74,74,73,75,74,74,73,73,72,72,71, 115,112,118,110,117,109,114,111,115,111,117,109,115,111,115,116,116,109,118,111,116,110,119,113,116,112,110,112,116,117,114,111,115,112,115,110,117,111,114,111,116,112,118,110,119,110,116,113,113,109,117,109,118,110,113,111,115,111,120,107,122,109,118,113,114,112,116,114,116,113,117,116,113,111,115,110,116,110,114,112,119,109,117,112,118,113,120,110,115,112,118,110,118,111,116,113,115,110,118,112,121,111,116,109,116,114,121,114,121,111,115,111,109,107,111,104,112,103,112,108,109,107,112,105,113,103,111,107,108,108,108,109,109,109,109,110,111,108,108,108,107,107,109,109,109,108,109,109,108,108,109,108,108,105,111,103,112,105,110,107,111,111,109,109,112,112,109,108,113,118,123,124,124,126,131,136,139,134,133,135,138,140,137,131,126,126,128,130,131,131,130,129,125,126,124,121,124,129,128,122,126,125,125,127,124,126,124,124,129,118,125,120,127,122,129,118,125,122,126,116,123,115,120,116,122,114,121,114,119,112,121,115,119,116,120,113,118,111,115,113,119,113,113,117,113,116,116,109,117,112,117,109,119,113,118,114,113,114,119,115,114,110,115,116,117,116,119,115,113,110,112,110,116,114,120,111,118,109,115,113,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,111,114,117,116,113,112,114,117,112,112,112,112,112,112,112,111,113,114,115,113,113,114,114,113,112,112,113,111,112,114,111,112,112,110,112,112,112,112,109,110,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,111,108,113,105,115,106,111,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,110,109,110,109,109,109,109,110,109,109,109,109,109,109,109,109,109,108,106,110,111,104,105,110,108,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,108,107,107,107,107,107,107,107,108,107,106,105,105,104,103,103,105,105,105,105,105,105,105,105,105,104,104,105,105,103,103,104,105,103,102,105,109,109,103,98,104,104,104,104,104,104,104,104,105,103,101,102,104,105,103,101,104,104,102,102,103,105,104,102,104,102,109,102,110,102,107,104,103,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,100,100,100,100,100,100,99,98,98,97,97,97,97,97,96,96,96,96,97,96,96,96,96,96,97,96,96,96,95,95,94,94,94,94,94,94,94,94,94,94,95,95,94,94,94,93,92,92,93,93,93,92,92,93,93,93,92,92,91,90,89,89,88,88,90,90,90,89,89,90,90,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,89,88,87,86,86,86,85,85,88,86,84,83,83,85,87,88,86,86,86,86,86,86,85,83,83,83,83,83,83,83,83,82,82,82,82,82,83,83,83,83,86,84,83,83,82,81,81,81,84,83,82,82,82,81,81,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,81,81,80,80,80,80,79,79,77,79,81,79,76,74,76,78,78,78,78,77,76,76,75,74,74,74,74,74,74,74,74,73,75,74,74,73,73,72,72,71, 115,107,119,102,118,104,114,110,114,109,116,108,118,112,115,111,113,113,115,113,115,113,115,113,116,109,117,103,122,108,117,110,114,109,113,109,116,111,115,109,115,112,117,109,117,109,114,111,115,114,116,113,116,114,116,114,116,111,114,118,111,115,117,112,114,110,119,109,118,106,115,114,114,111,117,109,117,109,115,112,114,108,117,111,117,112,121,115,111,110,120,113,118,108,115,113,113,110,115,109,114,109,114,110,112,114,117,114,110,109,109,108,107,101,104,97,108,101,103,96,106,98,108,105,109,103,110,98,106,107,106,103,102,104,107,108,100,101,101,102,105,107,107,105,106,105,107,106,105,104,101,103,104,105,105,103,101,99,97,95,94,95,100,103,105,109,109,111,117,117,119,119,121,124,123,124,129,125,131,124,131,124,130,126,130,126,129,124,130,123,126,123,126,123,130,122,129,122,128,123,125,122,128,120,127,119,125,122,124,118,124,117,123,116,123,117,119,117,116,121,117,118,117,119,117,112,122,117,122,114,121,113,116,115,116,117,115,116,117,116,115,112,118,110,118,110,117,114,117,113,115,115,116,112,114,115,115,115,115,115,115,115,115,115,118,114,119,110,117,110,115,111,111,111,112,112,112,112,112,112,114,112,119,113,120,110,113,108,115,115,115,115,115,115,115,115,115,111,116,111,116,110,116,112,117,111,116,110,118,110,115,111,114,114,114,114,114,114,114,114,112,111,111,112,113,113,112,111,114,113,112,112,112,111,111,110,114,112,112,111,110,110,110,109,110,111,110,111,112,111,110,111,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,109,109,109,109,109,108,109,109,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,109,109,109,109,109,109,109,109,108,108,108,108,108,108,107,107,108,108,103,105,108,108,107,105,108,108,107,107,107,107,107,107,108,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,105,105,105,104,104,105,106,107,108,106,103,103,105,106,106,106,104,104,104,104,104,104,103,103,105,105,105,105,105,104,104,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,102,102,102,102,102,102,102,102,104,104,104,104,104,104,104,104,106,105,104,103,103,102,102,101,102,99,105,107,99,99,105,102,102,103,104,104,102,102,102,103,102,98,104,97,107,100,105,101,103,101,106,97,104,97,103,98,102,100,98,99,100,99,98,97,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,94,94,93,93,94,92,90,90,89,88,89,91,91,90,90,90,89,88,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,89,89,88,87,85,85,84,84,85,85,83,84,87,88,86,85,86,86,86,86,86,86,85,84,81,81,81,81,81,81,81,81,83,83,83,83,83,83,83,83,83,83,83,82,82,83,83,82,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,81,81,79,79,79,78,77,78,81,76,80,81,74,76,79,73,76,76,75,75,75,75,74,74,74,74,74,74,74,74,73,72,75,74,74,73,73,72,72,71, 116,109,118,106,118,108,114,111,114,109,116,108,118,111,114,110,115,114,115,113,114,114,115,115,115,110,115,105,119,110,115,111,117,112,116,111,118,114,118,112,116,112,117,109,117,109,114,110,115,114,115,113,115,113,115,114,115,110,113,117,110,114,116,111,114,110,119,110,119,108,117,115,115,111,117,109,118,110,116,112,117,110,118,111,115,108,116,109,114,111,119,111,115,107,116,114,118,115,120,114,119,114,119,115,116,114,114,115,117,121,123,122,126,120,124,118,130,124,128,122,121,112,122,116,119,114,124,114,111,113,115,117,118,117,114,111,116,116,114,113,114,117,118,117,114,112,114,113,114,115,115,118,113,114,115,116,116,116,116,115,121,122,126,127,128,131,134,138,131,132,135,134,132,134,134,137,129,125,131,124,131,124,130,126,130,126,129,124,130,123,126,123,126,123,130,122,129,122,128,123,128,125,131,123,131,123,129,126,123,118,125,117,122,114,121,117,118,115,115,119,117,117,117,119,120,113,121,114,119,113,122,116,116,115,116,117,115,116,117,116,115,112,118,110,118,111,117,114,117,112,114,115,116,112,114,115,115,115,115,115,115,115,115,115,118,114,119,110,117,110,115,111,112,113,114,114,114,113,113,114,117,114,119,110,118,110,115,112,115,115,115,115,115,115,115,115,119,115,120,115,120,114,119,116,116,110,116,110,118,110,116,112,114,114,114,114,114,114,114,114,113,112,112,112,113,113,112,111,112,112,111,111,111,111,111,111,113,112,112,112,111,110,110,108,110,111,110,110,112,111,110,111,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,109,112,112,112,112,111,112,112,111,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,109,108,108,108,108,108,109,109,108,108,108,108,108,108,107,107,108,108,103,105,108,108,107,105,108,108,107,107,107,107,107,107,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,106,106,107,105,103,103,104,105,106,106,103,103,103,104,104,104,104,103,104,104,105,105,104,104,104,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,105,104,103,103,103,102,102,101,103,99,105,107,99,100,105,102,102,103,104,104,103,102,102,103,102,99,105,98,107,100,105,101,102,100,105,96,104,96,102,97,100,98,96,97,98,98,96,95,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,91,90,90,89,88,89,91,91,90,90,89,89,88,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,86,86,86,86,85,86,86,84,84,88,88,86,85,86,86,86,86,86,86,85,85,82,81,81,81,81,81,81,81,83,83,82,83,83,83,83,83,82,82,82,81,82,82,82,81,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,81,81,80,79,79,78,77,78,81,76,80,81,74,76,79,73,76,76,75,75,75,75,74,74,74,74,74,74,74,74,73,72,75,74,74,73,73,72,72,71, 116,111,116,110,116,112,113,111,115,109,116,108,118,111,113,109,116,116,114,113,112,115,115,116,115,112,114,109,118,112,115,112,116,111,114,110,117,112,116,110,117,113,118,109,117,109,114,110,115,115,116,114,116,114,115,115,116,111,114,118,111,115,117,112,116,112,120,111,119,108,116,114,116,111,116,109,119,112,116,112,117,110,118,111,115,108,116,110,116,111,117,108,114,107,117,116,118,115,120,115,120,114,120,116,122,118,115,115,118,121,121,117,110,104,108,102,114,109,114,109,110,102,111,104,105,100,111,103,104,99,94,93,94,95,95,95,98,97,95,93,93,96,99,99,102,100,101,100,101,104,105,109,109,109,108,108,110,113,116,117,118,118,120,119,119,121,121,124,127,128,131,128,126,127,127,129,129,125,131,124,131,124,130,126,130,126,129,124,130,123,126,123,126,123,130,122,129,122,128,123,125,122,128,120,128,120,126,123,121,118,126,117,122,113,121,118,119,115,116,118,119,116,118,118,122,114,120,112,117,112,122,118,116,115,116,117,115,116,117,116,116,113,118,110,119,111,117,114,117,112,114,115,117,113,115,115,115,115,115,115,115,115,115,115,118,114,119,110,118,110,115,111,113,114,114,114,114,114,114,114,119,114,118,108,115,109,116,114,115,115,115,115,115,115,115,115,116,113,118,112,117,112,117,114,116,110,116,110,118,110,116,112,114,114,114,114,114,114,114,114,115,113,112,112,112,112,112,111,112,112,111,111,111,112,112,112,115,113,113,112,111,111,111,110,112,112,111,111,112,111,110,112,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,109,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,109,108,108,107,108,108,109,109,108,108,108,108,108,108,107,107,108,108,103,105,108,108,107,105,108,108,107,107,107,107,107,107,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,104,105,105,106,106,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,106,105,104,104,103,103,103,102,105,100,105,108,100,101,106,103,103,103,104,104,103,102,103,103,103,99,105,98,107,100,105,101,102,99,104,95,103,95,101,97,100,98,96,97,98,97,96,95,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,95,94,93,93,93,93,93,92,92,93,91,90,90,89,88,89,91,90,90,89,89,88,87,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,86,86,86,87,86,85,87,86,84,85,88,88,86,85,87,86,86,85,86,86,86,86,84,83,83,83,83,83,83,82,84,83,82,82,83,83,83,83,82,82,82,81,82,82,82,81,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,81,81,80,79,79,78,76,78,81,76,79,80,74,76,79,73,75,75,75,75,75,75,75,75,74,74,74,74,74,74,73,72,75,74,74,73,73,72,72,71, 116,111,115,111,116,112,113,112,116,110,117,109,118,112,114,110,116,117,114,115,112,116,115,116,116,113,116,110,118,113,116,114,116,110,114,109,116,112,115,110,118,114,119,110,118,110,115,111,113,113,113,113,113,113,113,113,117,112,115,119,112,116,118,113,116,112,119,111,118,108,115,113,117,111,116,109,120,113,117,112,114,108,117,112,117,112,121,115,116,111,117,110,116,109,117,115,117,113,118,113,118,113,118,115,121,118,118,118,118,117,115,111,125,119,122,116,127,121,125,119,125,118,128,122,123,117,126,117,134,128,123,122,123,125,128,131,123,124,123,122,123,125,127,127,119,117,120,120,121,123,124,127,129,129,129,129,131,134,136,137,136,134,136,135,136,137,133,132,131,130,131,129,129,131,129,129,129,125,131,124,131,124,130,126,130,126,129,124,130,123,126,123,126,123,130,122,129,122,128,123,123,120,126,118,126,118,124,121,120,118,126,117,123,114,122,120,121,116,118,118,120,116,118,117,121,114,121,113,118,112,122,116,116,115,116,117,115,116,117,116,117,113,119,111,120,112,118,114,117,112,114,115,116,113,115,116,115,115,115,115,115,115,115,115,118,115,119,110,118,110,115,111,114,114,115,115,114,114,114,115,118,114,118,109,117,109,116,113,115,115,115,115,115,115,115,115,114,111,116,111,116,110,115,112,116,110,116,110,118,110,116,112,114,114,114,114,114,114,114,114,115,114,113,112,112,112,112,112,112,112,111,110,111,112,112,112,116,113,112,111,109,110,112,111,113,113,112,111,112,111,110,112,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,109,108,109,109,108,108,109,109,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,109,109,108,108,108,108,109,110,108,108,108,108,108,108,107,107,108,108,103,105,108,108,107,105,108,108,107,107,107,107,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,104,104,106,107,107,106,105,105,105,108,107,107,107,107,107,106,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,104,104,104,104,104,104,104,104,107,106,105,104,104,103,102,102,107,101,106,108,102,103,108,103,103,103,103,103,103,102,102,102,103,100,105,98,106,99,104,100,101,98,103,95,102,94,100,96,100,98,97,97,98,98,96,95,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,91,90,90,89,88,89,91,90,89,89,89,88,87,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,88,88,87,86,86,86,85,84,86,86,84,84,88,88,86,85,87,86,86,86,86,86,86,86,85,84,84,84,84,84,84,83,85,83,82,82,83,83,83,83,82,82,82,82,82,82,82,81,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,81,81,80,79,79,78,76,78,81,75,79,80,74,76,79,73,75,75,75,75,75,75,75,75,74,74,74,74,74,74,73,72,75,74,74,73,73,72,72,71, 116,112,117,110,117,111,115,114,117,111,117,109,118,113,116,113,114,116,115,117,114,117,114,114,115,113,119,109,120,111,117,114,120,114,118,113,120,115,119,114,119,115,120,111,119,111,116,112,114,115,114,115,114,115,114,114,117,112,114,119,111,116,118,113,114,110,116,111,119,111,118,116,117,112,116,109,120,113,117,112,115,109,118,112,118,112,121,115,115,111,118,113,121,112,117,112,117,114,119,113,119,113,119,116,113,115,119,120,118,118,120,120,120,115,118,111,121,114,117,111,120,112,123,118,121,115,124,113,108,110,115,119,118,114,109,108,109,112,114,114,113,114,113,112,117,117,122,123,125,126,125,127,120,121,123,125,127,128,127,125,124,124,126,127,127,128,124,124,134,132,133,132,132,133,131,131,129,125,131,124,131,124,130,126,130,126,129,124,130,123,126,123,126,123,130,122,129,122,128,123,125,122,128,120,128,120,126,124,120,118,124,116,123,115,121,119,121,117,118,117,118,115,116,115,118,112,122,116,121,114,121,113,116,115,116,117,115,116,117,116,117,114,119,112,121,113,119,115,116,112,115,116,116,112,115,116,115,115,115,115,115,115,115,115,118,115,120,111,118,110,115,111,115,115,116,115,115,115,115,115,116,114,121,113,121,112,116,112,115,115,115,115,115,115,115,115,117,114,119,114,119,113,118,115,116,110,116,110,118,110,116,112,114,114,114,114,114,114,114,114,114,114,112,112,112,112,112,112,112,111,110,110,110,111,111,111,114,112,111,110,109,109,110,109,112,112,111,111,112,111,110,112,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,109,111,111,111,111,111,111,111,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,109,109,108,108,108,108,109,110,108,108,108,108,108,108,107,107,108,108,103,105,108,108,107,105,108,108,107,107,107,107,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,104,103,105,108,109,107,105,104,103,107,107,107,107,107,106,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,106,105,104,103,103,102,102,101,108,101,105,108,103,104,108,103,103,103,103,103,103,103,103,103,104,100,106,98,106,98,103,100,101,98,103,94,102,94,99,96,100,98,96,97,98,98,96,95,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,94,94,94,93,93,93,91,90,90,89,88,89,91,90,90,89,89,88,88,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,88,89,88,87,85,85,85,84,86,85,83,84,87,88,86,86,86,86,86,86,86,86,86,85,83,83,83,83,83,83,82,82,85,83,82,82,83,83,83,83,82,82,82,82,82,82,82,81,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,81,81,80,79,79,78,76,78,81,75,79,80,74,76,79,73,75,75,75,75,75,75,75,75,74,74,74,74,74,74,73,72,75,74,74,73,73,72,72,71, 116,111,118,109,117,110,115,114,118,111,117,108,118,113,117,114,114,115,116,117,116,117,115,114,116,113,122,110,122,110,118,116,120,114,118,113,119,115,119,114,119,115,120,112,120,112,117,113,117,118,116,118,116,118,116,117,118,113,115,120,112,117,119,114,117,112,117,112,120,114,118,116,117,113,118,110,120,113,118,114,120,113,121,114,118,111,119,112,116,111,119,115,123,115,118,112,115,112,117,111,116,111,117,114,114,115,117,116,112,111,116,119,127,121,125,118,129,122,125,120,125,116,126,121,125,121,130,120,122,126,131,133,131,126,122,121,130,132,134,134,132,131,129,126,126,126,130,131,131,132,130,131,130,130,130,130,130,130,130,129,129,130,134,133,131,132,131,134,126,127,130,128,125,126,126,128,129,125,131,124,131,124,130,126,130,126,129,124,130,123,126,123,126,123,130,122,129,122,128,123,123,120,126,118,125,118,124,121,120,117,122,114,124,115,120,117,120,117,117,117,117,115,116,115,117,112,122,118,122,114,120,112,116,115,116,117,115,116,117,116,118,114,120,113,121,114,120,116,116,112,115,116,116,112,115,116,115,115,115,115,115,115,115,115,118,115,120,111,119,111,116,111,115,116,116,116,115,115,116,116,116,114,122,115,122,113,116,111,115,115,115,115,115,115,115,115,116,112,117,112,117,112,117,113,116,110,116,110,118,110,116,112,114,114,114,114,114,114,114,114,114,113,113,112,112,112,112,112,112,112,111,111,111,111,111,111,112,111,112,112,111,110,109,107,110,110,110,110,111,111,110,112,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,109,109,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,109,108,108,107,108,108,109,109,108,108,108,108,108,108,107,107,108,108,103,105,108,108,107,105,108,108,107,107,107,107,107,107,108,107,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,103,105,107,108,107,105,104,103,104,104,104,104,104,104,104,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,106,105,105,104,104,103,103,102,107,100,103,106,102,104,107,101,104,103,103,103,103,104,103,103,104,101,106,98,106,98,103,99,101,97,102,94,102,93,99,96,100,98,96,97,98,98,96,95,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,94,94,93,93,93,93,91,90,90,89,88,89,91,90,90,89,89,88,88,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,88,88,88,87,86,86,85,85,86,85,83,84,87,88,86,85,86,86,86,86,86,86,85,85,82,82,82,82,82,82,81,81,84,83,82,82,83,83,83,83,82,82,82,81,82,82,82,81,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,81,81,80,79,79,78,77,78,81,76,79,80,74,76,79,73,75,75,75,75,75,75,75,75,74,74,74,74,74,74,73,72,75,74,74,73,73,72,72,71, 116,111,118,110,118,112,115,114,119,112,117,108,118,113,118,115,115,115,117,115,116,116,116,115,116,115,124,112,123,110,119,118,118,112,116,111,118,113,117,112,119,115,120,112,120,112,118,114,116,117,115,117,115,117,115,116,119,114,117,121,114,118,120,115,121,116,118,114,121,115,117,114,118,115,120,112,120,112,119,116,121,114,122,115,119,112,120,113,120,113,119,114,123,116,120,114,116,113,117,112,117,112,118,114,119,117,117,116,112,111,113,114,120,115,119,113,124,117,122,117,123,114,124,118,122,118,128,118,120,120,120,118,118,121,124,126,126,127,127,126,125,124,124,122,126,124,126,125,124,124,123,125,134,133,131,128,128,129,130,131,127,127,129,128,126,127,127,130,129,130,134,132,130,132,132,134,129,125,131,124,131,124,130,126,130,126,129,124,130,123,126,123,126,123,130,122,129,122,128,123,121,117,123,115,123,115,121,118,119,117,121,113,124,115,119,117,120,118,117,119,116,116,116,115,119,113,121,115,120,114,122,115,116,115,116,117,115,116,117,116,118,115,121,114,122,114,120,117,117,112,114,115,117,113,115,115,115,115,115,115,115,115,115,115,118,115,120,112,119,111,116,111,116,116,117,116,116,116,116,117,119,116,121,113,120,112,117,114,115,115,115,115,115,115,115,115,113,110,115,110,115,110,115,112,116,110,116,110,118,110,116,112,114,114,114,114,114,114,114,114,114,114,113,113,112,112,112,112,113,112,112,112,112,112,111,111,113,112,113,113,112,111,110,108,109,110,110,110,112,111,110,112,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,109,107,108,108,108,108,108,108,107,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,109,108,108,108,108,108,109,109,108,108,108,108,108,108,107,107,108,108,103,105,108,108,107,105,108,108,107,107,107,107,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,106,105,105,105,105,105,105,105,105,104,103,103,104,104,104,104,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,108,107,106,105,105,105,104,103,107,98,101,104,101,103,106,99,104,103,102,102,103,104,103,103,104,101,106,98,105,97,102,99,101,96,101,94,101,92,98,96,100,98,97,97,98,98,96,95,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,92,92,92,92,91,89,90,89,88,89,91,90,90,89,89,88,88,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,88,88,87,86,87,87,87,85,87,86,84,84,87,88,86,85,86,86,85,85,85,86,85,85,82,82,82,82,82,82,82,81,83,83,82,83,83,83,83,83,82,82,82,81,82,82,82,81,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,81,79,79,79,78,77,78,81,76,80,81,74,76,79,73,75,75,75,75,75,75,75,75,74,74,74,74,74,74,73,72,75,74,74,73,73,72,72,71, 117,113,118,112,119,115,116,114,121,114,118,108,118,113,118,116,117,116,117,113,116,115,117,116,115,115,124,113,121,110,119,119,121,115,119,114,120,116,120,115,118,115,120,112,120,113,118,115,118,119,117,119,116,119,117,118,118,113,116,121,113,117,120,115,122,116,117,114,122,116,118,114,118,116,122,113,120,112,119,117,117,111,120,115,120,114,123,117,123,115,118,112,121,115,121,116,123,119,124,119,124,119,124,121,119,116,118,122,125,125,124,122,124,118,122,116,127,121,126,122,125,117,126,120,123,118,128,119,125,126,126,125,126,129,130,129,129,129,127,125,125,128,130,130,132,129,129,126,126,128,128,131,128,129,130,130,130,130,130,130,131,128,129,129,131,133,130,130,127,126,128,128,130,133,132,132,129,125,131,124,131,124,130,126,130,126,129,124,130,123,126,123,126,123,130,122,129,122,128,123,124,121,127,118,126,118,124,122,118,117,121,113,124,116,120,118,119,119,117,119,115,116,115,115,121,114,120,113,118,113,123,118,116,115,116,117,115,116,117,116,118,115,122,114,122,115,121,118,119,112,113,114,118,115,115,114,116,116,116,116,116,116,116,116,118,115,120,112,120,112,116,112,118,118,118,118,117,117,118,118,123,118,121,111,118,112,119,117,116,116,116,116,116,116,116,116,117,114,119,114,119,114,119,115,116,110,116,110,118,110,116,112,114,114,114,114,114,114,114,114,115,114,114,113,113,112,112,112,112,112,112,112,112,112,111,111,115,113,113,112,111,111,111,110,111,112,111,111,112,111,110,111,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,109,110,111,111,111,111,111,111,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,109,109,109,109,109,109,109,109,108,108,108,108,108,108,107,107,108,108,103,105,108,108,107,105,108,108,107,107,107,107,107,107,108,107,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,106,106,107,105,104,103,104,106,107,108,106,105,105,105,106,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,107,107,107,107,107,107,107,107,104,104,104,104,104,104,104,104,108,108,106,106,105,104,103,103,106,98,100,103,100,103,105,98,103,102,101,101,102,103,102,102,103,100,105,97,104,96,101,98,100,95,101,93,101,92,97,95,100,98,96,97,98,98,96,95,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,92,92,91,91,91,90,89,90,89,88,90,91,90,89,89,88,88,88,87,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,89,87,85,86,88,89,87,85,88,87,84,84,87,88,86,85,87,86,85,85,85,85,85,85,82,82,82,82,83,83,82,81,83,83,83,83,83,83,83,83,83,83,83,82,82,83,83,82,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,80,79,79,79,78,77,79,81,76,80,81,74,76,79,73,75,75,75,75,75,75,75,75,74,74,74,74,74,74,73,72,75,74,74,73,73,72,72,71, 118,112,116,109,120,114,117,111,116,113,117,111,117,112,117,115,115,115,116,112,117,114,117,117,114,112,117,109,118,110,116,114,115,116,118,119,119,117,115,114,119,112,113,109,120,116,117,110,114,114,120,116,116,112,117,116,118,115,121,113,121,113,119,116,118,114,123,112,122,112,120,117,118,112,116,109,121,114,118,111,115,113,119,116,123,116,117,112,118,114,120,113,120,113,119,114,120,118,123,114,125,116,121,121,119,115,119,115,120,115,118,112,121,117,124,117,125,117,122,117,123,117,128,116,130,116,125,118,126,122,128,120,128,120,126,123,125,121,128,122,129,122,128,123,129,126,133,124,136,125,132,129,131,129,128,127,130,131,128,130,127,128,128,126,129,127,131,128,128,125,132,119,134,121,131,123,130,123,131,123,131,124,129,126,125,124,131,118,128,120,126,118,125,123,121,122,124,125,123,120,122,119,124,119,124,118,123,119,122,116,119,113,124,118,121,116,119,118,116,118,118,121,118,116,117,117,117,117,117,117,117,117,117,116,116,116,115,115,116,117,116,116,116,116,116,116,116,117,116,116,115,116,117,118,117,115,114,115,115,115,115,115,115,115,115,112,118,110,117,109,114,111,116,114,118,113,119,113,117,114,116,116,116,116,116,116,116,116,114,116,117,114,111,111,115,119,116,115,114,115,116,115,115,116,116,111,117,110,119,111,116,113,115,115,115,115,115,115,115,115,115,115,113,113,115,114,113,114,114,115,113,112,113,112,111,112,115,110,116,108,118,110,115,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,109,109,108,109,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,107,107,108,108,108,108,108,108,108,108,105,107,109,110,110,109,107,105,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,104,107,108,107,104,103,105,108,105,105,105,105,105,105,105,105,107,107,107,107,107,107,107,107,105,104,104,103,103,104,104,105,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,103,104,106,105,103,102,104,107,103,103,106,106,106,106,103,103,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,103,104,105,103,103,103,103,103,103,103,103,104,104,103,103,103,103,103,103,101,101,101,101,100,99,98,98,97,97,97,97,97,97,97,96,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,94,93,93,92,91,93,92,90,90,93,92,91,91,90,89,88,88,86,89,92,92,89,87,88,89,89,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,88,87,86,86,82,82,84,85,85,85,85,85,85,85,85,84,83,83,83,83,83,83,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,79,79,79,77,76,76,76,76,76,76,76,76,76,75,75,75,75,75,75,75,74,74,74,73,73,73,73,73,73,74,75,73,69,67,69,73,75, 120,114,118,112,123,116,120,114,117,114,118,112,118,113,117,115,115,115,116,112,117,114,116,116,115,113,118,110,119,111,117,115,117,116,116,116,116,116,116,116,119,112,114,110,120,116,117,110,115,115,120,116,116,112,117,117,118,115,121,113,121,113,119,116,118,116,123,114,123,114,121,118,124,119,123,117,127,121,124,118,120,116,119,114,122,117,120,116,118,114,120,114,119,114,119,115,119,118,122,115,125,117,121,121,122,116,121,116,125,120,126,121,121,116,123,116,124,117,124,119,128,122,129,118,131,121,129,123,128,125,131,123,131,123,129,126,126,123,130,123,130,123,129,125,129,126,133,124,135,124,131,128,130,128,128,128,131,132,129,130,128,130,129,129,130,129,132,130,130,129,133,124,135,125,133,127,129,123,131,123,130,124,128,125,125,124,131,118,128,120,127,119,126,123,121,122,124,124,122,119,121,118,124,119,123,117,123,120,122,116,119,112,124,117,121,115,119,118,116,118,118,121,118,116,117,117,117,117,117,117,117,117,118,118,117,117,117,117,118,119,116,116,116,116,116,116,116,117,115,116,116,116,117,118,117,116,117,117,118,118,118,117,118,118,119,116,122,114,121,112,118,115,118,116,121,115,121,115,119,116,116,116,116,116,116,116,116,116,112,115,117,117,114,113,114,116,117,115,114,115,115,115,116,117,116,112,117,110,119,111,117,113,115,115,115,115,115,115,115,115,115,115,113,113,115,115,113,114,114,115,113,112,113,112,111,112,115,111,116,108,118,110,115,110,110,111,112,112,112,111,109,108,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,109,109,109,109,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,107,108,109,109,109,109,108,107,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,105,107,108,107,104,103,105,108,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,105,104,104,103,103,104,104,105,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,103,104,105,105,103,102,104,107,103,103,106,105,105,106,103,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,106,106,105,105,104,104,104,105,103,103,103,103,103,103,103,103,103,102,102,102,102,102,102,102,101,101,101,101,100,99,98,97,97,97,97,97,97,97,97,96,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,94,94,94,92,92,93,92,91,91,93,92,91,91,90,89,88,88,86,89,92,92,89,88,88,89,89,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,88,87,86,86,82,82,83,85,85,85,85,85,85,85,85,84,83,83,83,83,83,83,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,79,79,79,77,76,76,76,76,76,76,76,76,76,75,75,75,75,75,75,75,74,74,74,73,73,73,73,73,73,73,73,73,71,71,72,72,72, 119,114,119,112,122,115,120,115,117,114,119,113,119,113,117,115,116,115,117,112,118,113,116,116,116,114,119,111,121,113,118,116,118,117,115,114,114,115,117,118,119,113,115,111,120,116,118,112,117,115,121,116,118,113,118,117,118,115,120,113,121,113,119,116,119,117,122,115,122,115,121,119,123,119,122,118,125,121,123,119,122,116,117,111,119,116,121,118,119,116,121,116,120,115,120,116,119,118,122,117,124,118,121,121,119,112,117,109,120,114,122,116,123,117,124,118,125,119,128,123,128,122,125,117,127,121,128,123,127,124,130,122,130,122,128,125,127,123,130,123,131,123,130,125,129,126,133,124,135,124,131,128,130,128,128,128,131,132,129,130,131,133,131,132,130,130,131,130,128,127,130,124,132,125,131,125,129,123,131,123,130,123,128,125,126,125,132,119,129,122,129,121,127,125,123,123,123,124,122,121,121,118,125,119,123,117,123,121,122,115,119,112,123,117,121,115,119,118,116,118,118,121,118,116,117,117,117,117,117,117,117,117,116,116,115,115,114,115,116,117,116,116,116,116,116,116,116,117,114,115,116,116,116,117,117,116,116,116,116,116,116,116,116,116,116,113,119,111,119,110,116,113,118,116,120,115,121,115,119,116,116,116,116,116,116,116,116,116,111,114,117,118,116,114,114,114,117,115,114,115,115,115,116,117,116,112,117,110,119,111,117,114,115,115,115,115,115,115,115,115,115,114,112,112,115,115,113,114,113,113,112,111,111,110,109,110,115,111,116,108,117,110,114,110,109,110,111,112,112,111,110,109,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,109,109,109,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,107,108,108,108,108,108,108,108,108,109,109,108,107,107,108,109,109,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,105,106,107,106,105,104,105,107,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,104,104,105,105,104,103,104,106,103,102,105,105,105,105,102,103,104,103,103,104,104,103,103,104,104,104,104,104,104,104,104,104,108,107,107,106,105,104,104,105,102,102,102,102,102,102,102,102,103,102,101,101,101,102,102,101,101,101,101,100,99,98,97,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,94,94,94,92,92,93,92,91,91,93,92,91,91,90,89,88,88,86,89,91,91,90,88,88,88,89,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,85,88,87,86,85,82,82,83,84,85,85,85,85,85,85,85,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,79,79,79,78,76,76,76,76,76,76,76,76,76,75,75,75,75,75,75,75,74,74,74,73,73,73,73,73,73,72,72,72,73,75,75,72,68, 115,112,117,110,119,111,117,113,117,115,120,114,120,114,118,115,116,115,118,112,119,113,117,116,118,116,121,113,123,115,120,118,118,117,117,116,116,117,118,119,119,114,117,112,121,116,118,114,118,116,121,116,120,114,120,117,118,115,121,113,121,113,119,116,119,118,122,117,122,117,121,119,119,117,119,116,121,118,119,117,122,117,118,112,121,117,121,117,120,117,122,117,121,117,121,117,121,119,122,119,123,119,121,120,133,125,130,120,132,122,129,122,124,117,125,119,125,120,130,124,126,122,124,118,126,122,126,123,124,120,126,119,127,119,125,122,128,124,131,124,131,123,130,125,129,126,133,124,136,125,132,129,132,129,127,126,128,130,128,130,130,134,130,132,128,130,130,129,127,125,129,123,130,123,130,123,129,123,131,123,130,123,128,125,126,125,132,119,129,122,128,121,125,124,123,122,123,123,123,122,121,118,124,119,123,118,123,120,122,115,119,112,123,117,121,115,119,118,116,118,118,121,118,116,117,117,117,117,117,117,117,117,116,115,114,113,113,114,116,116,116,116,117,116,116,116,116,117,115,116,117,116,116,116,116,117,114,115,115,115,115,115,115,115,115,112,118,110,118,109,115,111,117,115,120,114,120,114,118,115,116,116,116,116,116,116,116,116,113,114,116,117,116,115,115,114,118,116,115,115,115,115,115,116,116,112,118,110,119,111,117,114,115,115,115,115,115,115,115,115,115,114,112,112,115,115,114,114,114,115,113,112,112,111,110,111,115,111,116,108,118,110,115,110,111,110,110,110,110,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,109,109,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,110,109,107,105,105,107,109,110,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,106,106,106,106,105,105,105,105,105,105,105,105,105,105,105,105,107,107,107,107,107,107,107,107,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,105,104,104,104,104,104,104,105,103,102,105,105,105,105,102,103,104,103,103,104,104,103,103,104,104,104,104,104,104,104,104,104,107,107,106,106,104,103,103,104,102,102,102,102,102,102,102,102,102,102,101,101,101,102,101,101,101,101,101,100,99,98,97,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,94,94,94,92,91,93,92,90,91,93,92,91,91,90,89,88,88,87,88,90,91,90,89,88,88,89,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,88,87,86,85,82,82,83,84,85,85,85,85,85,85,85,84,83,83,83,83,83,83,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,79,79,79,78,77,76,76,76,76,76,76,76,76,75,75,75,75,75,75,75,74,74,74,73,73,73,73,73,73,74,72,70,71,74,75,72,69, 115,112,118,111,118,111,117,114,118,116,121,115,121,115,119,116,117,116,120,113,121,114,118,116,119,117,122,114,124,115,121,119,116,117,118,119,119,118,118,117,118,115,119,114,121,115,119,115,120,116,121,115,121,115,121,116,119,116,122,114,122,114,120,117,121,119,123,118,123,118,122,120,119,118,121,118,122,118,121,119,122,119,123,118,126,120,122,118,121,118,123,117,122,117,122,118,122,120,122,119,122,119,122,121,122,114,121,112,124,113,119,110,123,115,124,118,124,119,129,122,127,125,128,125,131,126,128,125,125,122,128,120,128,121,127,123,129,125,132,124,131,124,131,126,129,126,133,124,136,125,132,129,132,129,127,126,128,130,128,130,125,130,127,130,127,129,130,130,131,127,132,125,133,125,133,125,129,123,131,123,130,123,128,125,124,123,130,117,126,119,125,118,123,123,122,121,120,120,120,121,122,118,123,118,124,119,124,120,122,115,119,112,123,117,121,115,119,118,116,118,118,121,118,116,117,117,117,117,117,117,117,117,119,118,117,115,116,117,119,119,116,116,117,117,116,116,116,117,116,117,118,117,116,116,116,117,116,117,117,117,117,116,117,117,118,116,122,114,121,113,118,115,118,116,121,115,121,115,119,116,116,116,116,116,116,116,116,116,116,115,114,113,114,115,116,116,118,116,115,116,116,115,114,115,116,112,118,110,119,111,117,114,115,115,115,115,115,115,115,115,115,114,112,112,115,116,114,115,117,118,116,115,115,114,113,114,115,111,116,108,118,110,115,111,112,111,110,110,110,110,111,112,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,109,109,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,110,109,107,105,105,107,109,110,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,106,105,105,106,106,105,104,105,105,105,105,105,105,105,105,107,107,107,107,107,107,107,107,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,106,104,103,104,104,104,104,104,103,103,105,105,105,105,103,103,104,103,103,104,104,103,103,104,104,104,104,104,104,104,104,104,104,104,103,103,102,101,101,102,102,102,102,102,102,102,102,102,102,101,100,100,101,101,101,100,101,101,101,100,99,98,97,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,94,94,94,92,91,93,92,91,91,93,92,91,91,90,89,88,88,88,88,89,90,91,90,88,87,89,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,88,87,86,86,82,82,83,84,85,85,85,85,85,85,85,84,83,83,84,83,83,83,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,79,79,79,78,77,76,76,76,76,76,76,76,76,75,75,75,75,75,75,75,74,74,74,73,73,73,73,73,73,76,72,69,69,71,73,73,71, 118,115,121,114,122,114,120,117,118,116,121,115,121,115,119,117,118,116,121,113,122,115,119,117,118,116,122,114,123,115,120,118,116,117,119,120,120,119,117,116,118,116,121,115,121,115,119,117,122,116,121,115,123,116,122,116,120,117,123,115,123,115,121,118,121,118,123,117,124,117,122,120,118,117,122,117,121,116,120,119,118,117,123,119,125,118,120,116,121,117,124,116,124,116,123,118,123,119,123,119,123,119,125,122,126,120,128,122,133,125,130,122,125,117,126,121,125,121,131,123,126,123,128,125,132,126,127,123,129,126,132,124,133,125,131,128,130,125,132,125,132,124,131,127,129,126,133,124,135,124,131,128,130,128,128,128,131,132,129,130,125,128,127,128,127,128,130,129,130,125,131,124,131,123,132,123,129,123,131,123,130,123,128,125,123,122,129,116,125,118,124,117,122,123,123,121,119,118,119,120,123,118,123,118,124,119,124,119,122,115,119,112,123,117,121,115,119,118,116,118,118,121,118,116,117,117,117,117,117,117,117,117,118,118,116,114,115,117,118,118,116,116,117,116,116,116,116,116,115,117,117,116,115,115,116,116,115,116,116,116,116,116,116,116,117,114,121,113,120,111,117,113,118,116,120,115,121,115,119,116,116,116,116,116,116,116,116,116,118,115,112,112,114,116,116,116,117,116,115,116,116,115,114,115,116,112,118,110,119,111,117,114,115,115,115,115,115,115,115,115,115,114,112,112,115,115,114,115,118,118,117,115,116,114,113,114,115,110,116,108,118,110,115,111,111,111,112,112,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,109,109,109,109,109,109,109,109,109,109,109,109,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,109,109,108,107,107,108,109,109,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,109,106,104,104,106,107,105,103,104,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,107,104,102,103,105,105,104,103,103,103,105,105,105,105,103,103,104,103,103,104,104,103,103,104,104,104,104,104,104,104,104,104,103,103,102,102,101,100,100,101,102,102,102,102,102,102,102,102,101,101,100,100,100,100,100,100,101,101,101,100,100,99,98,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,94,94,94,92,91,93,92,91,91,93,92,91,91,90,89,88,88,88,88,88,90,91,91,89,86,89,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,85,88,87,86,86,82,82,84,85,85,85,85,85,85,85,84,83,83,83,83,83,82,83,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,80,79,79,79,78,77,76,76,76,76,76,76,76,76,75,75,75,75,75,75,75,74,74,74,73,73,73,73,73,73,76,73,70,69,70,71,72,74, 121,117,121,114,124,117,122,117,119,117,121,116,122,116,120,118,119,117,122,114,124,115,120,118,118,116,121,113,123,115,120,117,118,118,118,118,118,118,118,117,118,117,122,116,121,114,120,118,123,116,121,114,124,117,122,116,121,117,123,115,124,116,122,118,121,117,124,115,124,116,122,118,117,116,123,115,121,113,119,118,118,117,123,117,122,115,120,118,122,117,126,115,126,116,125,118,123,118,125,119,125,119,126,122,119,114,120,116,124,119,123,117,127,118,128,123,127,123,133,125,127,122,125,120,130,125,127,122,130,127,133,125,134,126,132,129,131,126,133,125,132,125,132,128,129,126,133,124,135,124,131,128,130,128,128,128,131,132,129,130,129,130,129,128,129,127,130,127,128,124,128,124,127,122,129,121,129,123,131,123,130,123,128,125,125,124,131,117,127,120,127,119,122,124,125,123,120,118,120,122,122,118,123,118,124,118,123,119,122,116,119,112,124,117,121,115,119,118,116,118,118,121,118,116,117,117,117,117,117,117,117,117,117,117,115,112,112,115,116,116,115,116,116,116,116,115,115,115,114,116,116,115,114,114,116,116,115,115,116,116,115,115,115,116,115,112,119,111,118,109,114,111,117,115,120,114,120,114,118,115,116,116,116,116,116,116,116,116,117,114,112,113,116,117,115,113,117,115,115,116,116,115,115,116,116,112,118,110,119,111,117,114,115,115,115,115,115,115,115,115,115,114,112,112,114,115,114,116,115,116,114,113,113,112,111,112,115,111,116,108,117,110,114,110,110,111,112,112,112,112,110,110,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,109,109,110,110,109,109,109,109,108,109,109,110,110,109,109,109,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,108,109,109,109,109,108,107,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,110,106,104,104,107,108,106,103,104,104,105,105,105,105,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,107,104,102,103,105,106,104,102,103,103,105,105,105,105,103,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,105,105,104,104,103,102,102,103,102,102,102,102,102,102,102,102,101,100,99,99,100,100,100,99,101,101,101,100,100,99,98,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,93,93,91,91,92,92,91,91,93,92,91,91,90,89,88,88,89,88,88,89,92,92,89,86,89,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,85,85,88,87,86,86,82,82,84,85,86,85,85,85,85,85,84,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,79,79,78,78,77,76,76,76,76,76,76,76,76,76,75,75,75,75,75,75,75,74,74,74,73,73,73,73,73,73,72,72,73,72,71,70,71,73, 121,115,118,112,123,117,120,114,122,119,123,118,124,118,123,121,119,117,123,114,124,115,121,118,117,115,120,112,122,114,119,117,121,120,118,116,116,117,119,120,118,117,123,116,121,114,120,119,124,117,122,114,125,118,123,116,121,118,124,116,124,116,122,119,122,117,125,115,125,115,123,118,121,120,128,119,126,116,124,123,124,122,126,119,123,117,125,125,124,118,128,115,128,116,126,119,124,118,126,120,127,119,127,121,126,121,124,119,124,119,123,119,126,117,126,121,125,121,132,124,134,126,127,121,133,128,132,125,129,126,132,124,132,124,130,127,132,128,134,127,134,127,134,130,129,126,133,124,136,125,132,129,131,129,128,127,130,131,128,130,130,131,131,129,131,129,132,129,131,128,130,129,128,126,131,124,129,123,131,123,130,123,128,124,126,125,132,119,129,122,129,122,122,124,126,124,121,120,122,124,121,118,123,118,123,117,122,119,122,116,119,113,124,118,121,116,119,118,116,118,118,121,118,116,117,117,117,117,117,117,117,117,119,119,117,114,114,117,118,117,115,115,116,116,115,115,115,115,115,116,117,116,115,116,117,118,118,118,119,119,119,118,119,119,118,116,122,114,121,113,118,114,118,116,120,115,121,115,119,116,116,116,116,116,116,116,116,116,115,113,113,115,118,118,114,110,116,115,114,115,116,116,116,117,116,112,118,110,119,111,117,115,115,115,115,115,115,115,115,115,115,114,112,112,114,114,114,116,115,115,114,112,113,112,110,111,115,111,116,108,117,109,113,109,110,110,111,112,112,112,112,112,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,109,109,110,109,109,109,109,109,108,110,110,110,110,110,109,109,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,107,108,108,108,108,108,108,108,108,108,108,108,108,108,105,107,109,110,110,109,107,105,108,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,110,106,103,104,107,108,106,102,104,104,105,105,106,106,105,105,107,107,107,107,107,107,107,107,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,108,104,102,103,106,106,104,102,103,103,105,105,105,105,103,103,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,107,106,106,105,104,103,103,104,102,102,102,102,102,102,102,102,99,99,98,98,98,98,98,98,101,101,101,100,99,99,98,97,97,97,97,97,97,97,97,96,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,92,92,90,90,91,91,90,90,93,92,91,91,90,89,88,88,89,88,87,89,92,92,89,86,89,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,85,85,87,87,86,86,82,82,84,85,86,85,85,85,85,84,86,85,85,85,85,85,84,84,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,79,78,78,78,77,76,76,76,76,76,76,76,76,76,75,75,75,75,75,75,75,74,74,74,73,73,73,73,73,73,69,72,75,76,73,70,69,71, 118,115,121,114,123,115,121,118,116,113,119,112,121,113,119,116,117,116,124,115,121,113,121,121,117,119,115,122,114,122,115,119,119,114,121,114,121,114,120,115,121,115,123,117,122,116,124,117,121,116,122,115,122,115,122,118,122,118,123,116,124,117,122,118,123,114,124,118,120,115,125,116,122,122,122,122,122,122,122,122,118,119,120,118,121,115,120,119,122,116,126,113,127,114,123,118,120,118,125,121,126,120,123,118,126,121,124,117,128,121,125,119,123,120,125,119,124,121,127,125,127,126,123,126,126,128,125,124,126,126,126,126,126,126,126,126,130,130,131,131,129,129,130,130,131,130,129,126,127,129,129,133,130,130,130,130,129,129,129,129,130,124,131,124,132,125,128,127,130,126,127,130,124,123,128,122,129,124,129,123,130,124,125,123,125,123,123,123,121,119,119,119,123,119,124,119,123,117,122,119,122,119,125,117,123,114,121,117,124,117,121,115,126,117,119,113,124,113,118,111,116,111,119,110,118,114,117,110,121,114,121,114,118,107,114,110,114,108,120,116,116,112,117,109,117,110,117,115,114,115,114,113,115,116,117,118,118,116,121,113,123,115,119,117,117,117,117,117,116,115,114,114,118,117,119,114,121,116,118,117,116,116,116,116,116,116,116,116,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,115,115,116,116,115,115,113,116,116,114,114,116,116,114,115,114,113,114,115,116,115,113,112,113,113,114,114,115,115,115,117,117,116,113,111,110,109,108,111,111,111,111,110,111,111,111,111,111,111,111,111,111,110,110,111,108,114,106,114,107,112,108,109,109,109,109,109,109,109,108,109,110,110,111,110,109,108,108,112,109,106,107,109,109,108,105,111,109,107,107,109,110,110,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,107,107,106,105,104,104,104,106,106,104,104,105,105,108,108,102,106,108,107,104,103,105,108,102,104,106,108,108,106,104,102,109,108,107,105,105,104,103,102,105,105,104,104,105,105,105,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,105,105,105,104,103,103,104,105,104,103,103,103,103,103,103,103,105,104,104,103,103,102,102,102,103,102,102,102,102,102,102,102,100,100,100,100,100,100,100,100,103,99,97,97,100,101,99,96,101,98,94,96,100,100,96,95,97,97,97,97,97,97,97,96,95,96,96,95,95,96,96,95,95,95,95,95,95,95,95,94,94,95,95,94,94,95,95,94,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,90,90,90,90,90,90,91,91,90,90,90,90,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,87,86,86,86,86,86,86,86,88,86,85,85,84,83,82,82,88,84,82,83,86,87,85,82,85,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,83,82,82,81,81,80,80,79,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,79,80,79,77,76,76,77,78,78,76,76,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,72, 121,118,123,115,122,114,119,115,120,117,123,115,124,116,122,119,117,116,124,115,121,113,121,121,120,120,119,120,117,121,117,119,120,116,123,116,123,115,122,117,122,115,123,117,122,116,124,117,121,116,122,115,122,115,122,118,121,117,123,115,124,116,122,118,123,114,125,118,122,116,126,116,122,122,122,122,122,122,122,122,122,122,123,121,124,118,123,121,122,118,125,115,125,116,123,119,121,118,125,120,126,119,124,120,127,122,125,120,129,123,127,122,125,123,126,122,125,123,128,126,127,125,127,124,128,125,127,125,128,128,128,128,128,128,128,128,130,130,131,131,129,129,130,130,128,129,130,129,130,131,129,131,130,130,130,130,130,130,129,129,130,126,129,127,130,128,127,128,134,129,132,132,130,126,132,126,128,123,129,122,129,124,125,122,126,123,124,125,123,121,122,122,123,119,125,119,124,118,123,120,123,118,124,116,123,115,121,116,123,117,122,117,127,118,118,111,125,118,128,121,123,115,124,116,117,116,121,116,126,119,126,122,121,111,119,115,118,110,117,109,111,109,117,110,118,109,115,112,113,115,114,114,116,116,116,117,118,115,120,113,122,114,119,116,117,117,117,117,116,115,115,114,118,116,120,114,121,115,118,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,116,116,116,115,115,114,116,116,114,114,116,116,114,115,114,113,114,115,115,114,113,112,112,113,113,114,114,115,115,116,116,115,113,112,111,110,109,112,112,111,111,111,110,110,110,111,111,111,111,111,111,110,110,114,111,117,109,117,110,115,111,109,109,109,109,109,109,109,108,109,110,110,110,110,109,108,108,115,112,110,110,111,112,109,107,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,108,108,108,108,108,108,108,108,108,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,107,107,106,105,104,104,104,105,106,104,104,104,104,108,108,103,105,108,107,104,103,105,108,105,105,105,105,105,105,105,105,107,107,106,105,105,105,104,104,105,105,104,104,104,105,104,104,103,103,103,103,103,103,103,103,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,104,104,103,103,103,104,103,103,103,103,102,102,102,102,102,102,102,101,101,101,101,101,101,101,100,100,100,100,100,100,100,100,100,99,97,97,98,99,98,97,100,98,95,96,100,100,96,95,97,97,97,97,97,97,97,96,94,95,95,95,95,96,96,96,95,95,95,95,95,95,95,94,94,95,95,94,94,95,95,94,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,90,90,90,90,90,90,91,91,90,90,90,90,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,87,86,86,86,86,86,86,86,88,87,86,85,85,83,82,82,87,85,82,83,86,87,85,82,85,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,83,82,82,81,81,80,80,79,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,78,77,75,76,77,78,78,76,76,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,72, 121,118,123,115,123,114,120,116,119,116,122,114,123,115,121,118,119,117,125,116,122,114,122,121,123,120,123,119,120,119,119,119,120,116,123,116,123,115,122,117,122,115,124,117,122,116,124,117,122,117,123,116,123,116,123,119,122,118,124,116,125,117,123,120,125,115,126,118,123,116,128,117,122,122,122,122,122,122,122,122,125,124,126,123,127,121,126,123,122,119,124,117,124,118,123,120,123,119,127,119,128,119,126,121,126,122,125,121,128,124,127,123,126,125,126,125,124,124,126,125,128,126,132,124,132,124,130,127,129,129,129,129,129,129,129,129,130,130,131,131,129,129,130,130,126,128,131,131,132,132,128,130,130,130,130,130,130,130,130,130,129,127,127,129,127,129,125,128,131,126,130,128,129,123,130,124,128,123,128,122,129,123,124,122,127,125,125,127,125,123,124,125,124,121,126,121,125,120,125,122,123,118,123,116,123,115,121,116,122,117,122,116,126,116,117,110,115,111,124,117,117,108,116,110,110,109,114,108,115,104,112,110,111,100,107,104,111,105,114,106,111,109,116,109,117,109,116,114,112,114,114,114,116,116,116,117,118,115,120,112,122,114,119,116,117,117,117,117,116,116,115,115,118,116,120,113,122,115,118,116,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,114,116,116,114,114,116,116,113,114,114,114,114,114,114,114,114,112,112,113,113,114,114,115,115,114,114,114,113,112,112,112,112,112,112,112,111,111,111,110,110,111,111,111,111,111,111,110,110,112,109,115,107,115,108,113,109,109,109,109,109,109,109,109,108,109,110,110,110,110,109,108,108,112,110,109,108,109,109,107,105,108,109,110,110,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,108,108,108,108,107,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,107,107,106,105,104,104,104,105,106,104,104,103,103,107,108,104,105,107,106,104,104,105,107,108,106,104,103,103,104,106,108,106,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,105,105,105,105,105,105,105,103,103,103,104,105,105,104,103,104,103,103,103,103,103,103,103,101,101,101,101,101,101,101,101,101,100,100,100,100,101,100,100,100,100,100,100,100,100,100,100,97,98,99,98,97,97,98,99,99,97,95,96,100,99,96,96,97,97,97,97,97,97,97,96,96,96,96,95,95,95,94,94,95,95,95,95,95,95,95,94,94,95,95,94,94,95,95,94,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,87,86,86,86,86,86,86,86,88,87,86,86,85,83,82,82,86,85,83,84,86,86,85,83,85,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,83,82,82,81,81,80,80,79,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,79,78,78,77,76,77,78,78,78,76,75,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,72, 117,114,121,114,123,116,122,119,118,115,121,114,122,114,120,117,121,118,124,116,124,116,122,119,123,120,123,118,121,117,118,117,120,116,123,115,122,115,121,117,123,116,124,118,123,116,124,118,121,116,122,115,122,115,122,117,121,117,123,116,124,117,123,119,126,116,127,118,124,116,128,118,122,122,122,122,122,122,122,122,123,122,124,120,126,119,125,121,122,119,124,118,125,118,123,121,126,120,129,119,129,119,127,122,124,122,125,121,127,122,125,123,125,125,125,126,122,125,125,124,129,125,133,123,133,123,131,127,129,129,129,129,129,129,129,129,130,130,131,131,129,129,130,130,128,129,131,130,131,131,128,130,130,130,130,130,130,130,130,130,129,127,127,129,126,128,125,128,129,123,129,124,129,120,129,122,128,123,128,122,128,123,124,122,127,125,125,127,124,123,124,124,124,121,126,121,125,119,125,122,123,118,123,116,123,115,121,116,122,116,120,113,123,115,117,110,125,119,129,123,124,116,125,117,120,117,120,111,114,101,110,110,113,105,117,116,123,115,120,109,110,108,115,107,116,109,117,115,112,114,114,114,116,116,116,117,118,115,120,112,122,114,119,116,117,117,117,117,117,116,115,115,118,116,120,113,122,114,119,116,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,114,116,116,114,114,116,116,113,114,114,114,114,114,114,114,114,113,113,114,114,114,115,115,115,112,112,112,112,113,113,114,113,110,111,111,111,112,112,111,111,111,111,111,111,111,111,110,110,111,108,114,106,114,107,112,108,109,109,109,109,109,109,109,108,109,110,110,110,110,109,108,108,110,109,108,108,107,107,106,105,108,109,110,110,109,109,109,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,108,108,108,108,107,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,107,107,106,105,104,104,104,105,106,104,104,104,103,106,107,105,105,106,105,105,105,105,106,107,106,105,104,104,105,106,107,106,106,105,105,105,105,105,105,105,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,104,104,104,103,103,103,103,103,103,103,103,103,101,101,101,101,101,101,101,101,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,96,98,101,100,97,96,98,101,98,97,95,96,99,98,96,97,97,97,97,97,97,97,97,96,96,96,96,95,94,95,94,93,95,95,95,95,95,95,95,94,94,95,95,94,94,95,95,94,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,90,90,90,90,90,90,90,90,90,90,90,91,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,87,86,86,86,86,86,86,86,88,87,86,85,85,83,82,82,85,85,84,85,85,85,85,84,85,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,83,82,82,81,81,80,80,79,81,81,81,81,81,81,81,80,80,80,80,80,80,81,80,79,78,78,78,77,78,78,78,77,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,72, 117,114,121,114,122,115,121,118,121,118,124,116,125,117,123,119,122,117,122,115,125,117,122,117,121,119,122,119,119,118,116,116,122,117,124,117,124,116,123,118,123,116,124,118,123,117,125,118,122,117,123,116,123,116,123,119,122,119,125,117,126,118,124,121,125,116,127,119,124,117,129,119,122,122,122,122,122,122,122,122,122,119,122,118,125,117,123,119,123,119,126,117,126,118,125,121,127,121,129,119,129,119,128,123,124,123,127,122,127,121,125,123,125,126,124,127,122,126,125,125,127,124,130,122,131,123,129,126,129,129,129,129,129,129,129,129,130,130,131,131,129,129,130,130,131,130,130,128,129,130,129,133,130,130,130,130,130,130,130,130,129,127,129,127,128,127,126,128,131,126,132,126,133,123,132,126,128,123,128,122,128,123,124,122,126,123,124,125,123,122,123,123,122,118,124,118,122,117,122,119,123,118,124,116,123,115,121,116,121,116,120,113,123,115,117,111,113,102,108,102,107,102,110,100,104,100,104,96,100,88,97,96,99,90,98,94,100,94,104,97,105,104,113,107,116,108,114,112,112,114,114,114,115,116,116,117,118,116,120,112,122,114,119,116,116,117,118,118,118,117,115,114,118,115,121,112,123,114,119,116,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,114,116,116,114,114,116,115,112,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,112,112,112,112,112,113,113,113,110,110,111,111,112,112,112,112,111,111,111,111,111,111,110,110,113,111,117,109,117,110,115,111,109,109,109,109,109,109,109,108,109,110,110,110,110,109,109,109,112,112,112,111,110,109,109,110,110,109,108,108,109,109,110,110,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,108,108,108,108,107,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,107,107,106,105,104,104,104,105,106,104,105,105,105,107,106,106,105,105,105,105,106,105,105,104,105,106,107,107,106,105,104,109,108,107,106,105,104,103,102,105,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,104,104,103,103,103,103,104,104,103,103,103,103,103,103,103,102,102,101,101,101,101,101,101,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,95,98,101,100,97,96,98,101,97,97,96,97,98,97,96,98,97,97,97,97,97,97,97,96,94,94,95,95,95,96,97,96,95,95,95,95,95,95,95,94,94,95,95,94,94,95,95,94,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,90,90,90,90,90,90,90,90,90,90,90,91,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,87,86,86,86,86,86,86,86,88,86,85,85,84,83,82,82,84,85,85,85,85,84,85,85,85,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,83,82,82,81,81,80,80,79,81,81,81,81,81,81,81,80,80,80,80,79,80,80,80,79,78,78,78,78,78,78,77,76,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,72, 122,119,124,116,123,114,120,116,121,118,124,116,125,117,123,119,122,117,121,115,126,119,123,117,122,121,122,121,120,120,117,118,122,118,124,117,124,116,123,119,124,117,125,119,124,118,126,119,124,119,126,118,126,119,125,121,124,121,127,119,127,120,126,123,124,116,125,120,123,119,128,119,121,122,122,122,122,122,122,121,124,122,125,120,128,120,126,122,124,120,126,118,127,118,125,122,128,123,129,121,129,121,129,125,124,122,130,121,128,119,126,124,125,126,125,127,123,126,126,125,128,125,129,124,130,125,129,126,130,130,130,130,130,130,130,130,130,130,131,131,129,129,130,130,131,130,129,127,128,130,130,134,130,130,130,130,130,130,129,129,129,125,130,126,129,126,127,128,130,126,131,124,132,122,130,125,128,123,128,122,128,123,125,122,125,123,123,125,123,122,123,123,122,118,123,118,123,117,123,119,123,118,125,116,123,115,121,116,118,114,120,113,123,114,116,109,122,110,115,108,114,110,118,108,106,103,107,102,110,100,107,103,99,93,105,104,110,104,112,104,105,103,111,105,115,108,115,112,112,114,114,114,115,116,116,118,118,116,121,112,122,114,119,116,116,117,118,118,118,117,116,115,118,115,121,112,123,113,119,116,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,114,116,116,114,114,116,115,112,114,114,114,114,114,114,114,114,115,115,114,114,113,113,112,112,113,114,114,113,112,112,112,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,112,110,116,108,116,108,114,110,109,109,109,109,109,109,109,108,109,110,110,110,109,109,109,109,110,111,111,110,108,107,109,110,110,109,108,108,109,110,110,110,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,108,108,108,108,107,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,107,107,106,105,104,104,104,104,105,103,104,105,105,108,107,107,105,104,104,106,107,105,104,103,104,106,108,108,106,104,103,110,109,108,106,105,103,102,101,105,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,105,105,105,105,105,105,105,105,105,105,104,103,103,104,105,104,104,103,103,104,104,103,103,102,102,102,101,101,101,101,101,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,97,98,99,99,98,97,98,99,97,97,97,97,98,96,96,99,97,97,97,97,97,97,97,96,94,95,95,95,95,96,96,96,95,95,95,95,95,95,95,94,94,95,95,94,94,95,95,94,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,90,90,90,90,90,90,90,90,90,90,90,91,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,87,86,86,86,86,86,86,86,88,86,85,85,84,83,82,82,83,85,86,86,84,83,85,86,85,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,83,82,82,81,81,80,80,79,81,81,81,81,81,81,81,80,81,81,80,80,80,81,80,79,78,78,79,79,79,78,77,75,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,72, 124,121,126,117,125,116,121,117,119,116,122,115,123,115,121,118,123,117,122,115,126,119,123,117,123,121,123,121,121,120,118,118,122,118,125,117,124,117,123,119,124,118,126,120,125,119,127,120,123,118,124,117,124,117,124,119,122,119,126,118,126,118,124,121,124,117,124,121,120,119,126,118,122,122,123,123,123,123,122,122,126,123,128,122,131,121,128,124,124,122,126,120,126,121,125,123,129,124,129,121,127,122,129,126,123,121,131,120,129,117,127,124,125,125,125,126,123,125,126,125,129,126,131,124,132,125,130,128,131,131,131,131,131,131,131,131,130,130,131,131,129,129,130,130,129,129,130,128,129,130,128,131,130,130,130,130,130,129,129,129,128,125,129,125,128,125,127,128,127,124,128,122,129,120,127,123,128,123,128,122,129,123,125,123,127,124,125,126,124,122,123,124,123,119,124,118,124,119,123,119,123,118,124,116,123,115,121,115,117,114,119,112,121,113,115,107,106,97,106,99,102,96,104,96,101,96,98,93,105,97,101,93,103,95,103,98,104,101,112,105,107,104,110,103,114,108,116,114,111,114,115,114,116,116,116,118,119,116,121,112,122,114,119,116,117,117,117,117,117,117,116,116,118,115,121,111,123,113,119,116,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,114,116,116,114,114,117,115,112,114,114,114,114,114,114,114,114,116,116,115,114,113,112,111,111,115,115,114,113,112,112,111,110,112,112,111,111,110,110,110,111,111,111,111,111,111,111,110,110,110,107,114,105,114,106,112,108,109,109,109,109,109,109,109,108,109,109,110,110,109,109,109,109,107,109,110,109,106,104,106,108,110,109,108,108,109,110,109,109,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,108,108,108,108,107,106,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,107,107,106,105,104,104,104,105,106,103,104,104,104,108,108,108,105,103,104,107,108,105,103,105,105,105,105,105,105,105,105,108,107,106,106,105,104,103,103,105,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,102,102,102,101,101,101,101,101,101,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,98,97,98,99,99,98,97,96,98,98,98,97,95,96,100,97,97,97,97,97,97,97,96,96,97,96,95,95,95,95,94,95,95,95,95,95,95,95,94,93,94,94,93,93,94,94,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,90,90,90,90,90,90,90,90,90,90,90,91,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,87,86,86,86,86,86,86,86,88,87,86,85,85,84,83,83,82,85,87,86,83,82,85,87,85,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,83,82,82,81,81,80,80,79,81,81,81,81,81,81,81,80,81,81,80,80,80,80,80,79,77,78,79,79,79,79,77,75,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,72, 121,118,124,117,125,117,123,120,121,118,124,117,125,117,123,120,123,118,123,116,125,117,121,116,122,120,123,118,120,118,117,117,124,120,127,119,126,119,126,121,125,118,126,120,126,120,128,121,124,119,126,118,126,119,125,121,124,121,128,120,127,120,126,123,125,118,123,122,119,119,124,117,123,123,124,124,124,124,123,123,124,121,126,119,128,118,126,122,125,123,125,122,125,122,125,124,129,124,127,120,124,120,127,125,123,120,133,119,131,117,128,125,126,125,126,126,124,125,126,125,127,124,131,122,131,123,130,127,130,130,130,130,130,130,130,130,130,130,131,131,129,129,130,130,127,128,131,130,131,130,126,128,130,130,130,130,130,129,129,129,128,126,129,126,128,126,127,129,130,128,130,125,131,123,129,126,128,123,128,121,129,123,125,123,129,127,127,128,125,123,124,124,124,119,123,117,123,117,121,117,124,118,123,115,123,116,120,114,119,115,119,110,120,113,115,108,107,103,116,109,109,99,108,102,110,103,103,97,110,104,107,97,103,95,104,100,107,104,114,106,104,101,109,103,114,108,114,110,111,114,115,115,116,116,116,117,119,116,120,112,122,114,119,116,118,118,117,117,117,117,117,117,118,115,121,111,124,113,119,116,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,114,116,115,113,114,117,115,112,114,114,114,114,114,114,114,114,117,117,116,115,113,112,111,110,115,115,115,114,113,112,111,110,113,112,111,110,110,110,110,111,111,111,111,111,111,111,110,110,113,110,116,108,116,109,114,110,109,109,109,109,109,109,109,108,108,109,109,109,109,109,109,109,110,112,113,112,108,106,108,110,109,109,109,109,109,109,108,107,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,108,107,107,107,107,106,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,107,107,106,105,104,104,104,106,107,104,104,103,102,107,108,108,105,103,104,107,108,106,102,108,106,104,102,102,104,106,108,104,104,104,105,106,106,106,106,105,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,102,103,104,104,103,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,101,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,101,98,96,97,100,101,98,95,96,98,98,98,97,95,96,100,97,97,97,97,97,97,97,96,96,96,96,95,95,95,95,94,95,95,95,95,95,95,95,94,93,94,94,93,93,94,94,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,90,90,90,90,90,90,90,90,90,90,90,91,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,87,86,86,86,86,86,86,86,88,87,86,86,85,84,83,83,82,85,87,86,83,82,84,88,85,83,83,83,83,83,83,82,82,82,82,82,82,82,82,82,83,82,82,81,81,80,80,79,81,81,81,81,81,81,81,80,79,79,79,78,78,78,78,77,75,77,78,79,79,78,76,74,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,72, 123,119,124,116,125,117,122,118,123,119,125,117,125,118,124,121,122,114,125,120,121,114,124,116,119,118,128,121,124,114,121,117,121,118,124,116,125,117,123,119,122,119,124,116,124,116,122,119,121,117,123,117,125,116,121,119,123,121,127,118,126,120,126,122,125,122,121,122,123,124,124,121,122,120,127,119,128,119,124,122,126,123,129,121,130,121,127,123,124,122,127,121,126,120,125,124,128,125,130,122,130,123,128,123,126,121,130,122,133,124,129,121,125,122,129,121,128,121,128,123,129,126,131,124,132,124,130,127,130,127,132,126,131,126,131,128,131,128,133,125,133,126,132,129,130,129,129,129,129,129,129,130,129,129,129,128,128,128,128,128,130,123,134,122,135,122,130,127,128,123,129,124,129,119,128,122,128,123,129,122,128,119,125,121,128,119,126,120,123,117,125,117,123,117,123,115,117,118,123,108,121,117,124,115,121,112,119,116,115,106,102,91,97,96,104,104,107,108,107,104,104,102,101,101,108,108,107,106,104,103,102,102,102,101,100,101,101,101,101,101,103,103,109,102,112,107,116,111,110,109,114,109,116,111,116,114,118,112,120,116,117,113,121,115,123,117,121,116,124,115,122,115,119,115,120,112,120,112,117,113,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,115,114,115,117,117,116,116,116,114,114,117,117,115,114,115,115,115,115,115,115,115,116,111,114,117,115,112,112,114,116,114,114,114,114,114,114,113,112,110,114,117,116,113,112,114,116,111,111,111,111,111,111,111,110,111,111,111,111,110,110,110,110,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,110,109,107,112,112,105,106,111,109,109,109,109,109,109,109,110,110,110,109,109,110,110,109,108,109,108,108,108,108,108,108,108,108,108,108,107,107,107,107,108,108,107,107,106,105,105,106,108,108,108,108,108,108,108,108,108,108,104,104,108,108,108,107,104,103,104,103,104,106,106,104,105,107,106,106,106,105,105,105,105,105,107,106,105,104,104,105,106,107,108,107,106,105,105,105,104,103,106,102,107,100,109,101,106,103,105,105,105,105,104,104,104,104,107,105,105,105,103,103,103,101,104,104,102,102,102,102,104,104,105,104,103,103,103,102,101,101,104,103,103,103,102,101,101,99,101,101,101,101,101,101,100,100,100,100,100,100,100,100,100,100,101,100,99,98,98,98,98,98,97,98,98,98,98,98,97,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,96,96,95,95,94,95,95,95,94,94,94,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,91,91,90,89,89,91,92,91,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,85,85,86,87,87,86,85,85,85,85,85,85,85,85,85,85,83,82,82,82,82,82,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,79,78,77,77,77,76,77,76,75,77,80,79,75,74,77,76,75,75,76,76,75,74,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,74,73,72,72,74,74,72,69, 123,119,125,117,125,117,122,118,123,119,125,117,125,118,124,121,122,114,125,120,122,116,126,118,124,120,128,120,122,115,124,120,123,119,125,117,125,118,124,121,123,120,125,117,125,118,124,120,124,119,125,118,127,119,124,121,123,121,127,118,126,120,126,121,125,122,122,122,123,124,123,120,124,123,128,121,130,121,126,124,125,122,128,121,129,121,126,123,124,122,127,121,127,121,126,124,129,125,131,122,130,123,128,123,128,122,129,120,131,123,130,124,126,123,130,122,129,122,129,125,128,125,131,123,131,124,130,127,130,126,131,126,131,125,131,127,131,128,133,125,133,126,132,129,130,129,129,129,130,130,130,130,129,129,129,129,129,129,129,128,130,123,133,121,134,122,129,126,130,125,130,125,131,121,130,124,127,122,129,123,129,120,125,121,130,121,128,122,126,120,129,120,126,118,124,116,118,117,122,107,126,122,128,118,123,113,120,116,113,107,107,97,106,102,108,105,106,107,106,105,104,103,102,103,106,106,106,105,104,103,103,103,103,102,102,102,102,102,102,102,103,103,108,101,112,107,116,112,114,112,117,112,119,114,119,118,118,111,119,115,117,113,121,115,122,117,120,115,124,115,121,114,122,118,123,115,123,115,120,116,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,117,117,116,115,115,116,116,115,116,116,115,115,117,116,114,114,115,115,115,115,115,115,115,116,112,115,117,115,113,113,114,116,117,116,115,114,113,112,111,110,111,114,116,114,111,110,112,114,111,111,111,111,111,111,111,110,111,111,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,110,109,107,111,112,105,106,111,109,109,109,109,109,109,109,109,110,109,109,109,110,110,109,108,109,109,108,108,108,108,108,108,108,108,108,107,107,107,107,108,108,107,107,106,105,105,106,107,107,106,106,106,107,107,107,107,107,104,104,107,107,107,107,104,104,105,105,106,107,107,105,105,106,106,106,105,105,105,105,105,105,106,105,105,105,105,105,105,106,108,107,106,105,105,105,104,103,107,102,108,100,109,101,107,103,105,105,104,104,104,104,104,104,107,105,105,105,103,103,103,101,104,104,102,102,102,102,104,104,105,104,104,103,103,102,102,101,104,103,103,103,102,101,101,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,98,98,98,98,98,98,97,97,98,98,98,97,97,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,96,95,95,94,94,94,95,94,94,94,94,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,91,91,90,89,89,91,91,91,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,85,85,86,87,87,86,85,85,85,85,85,85,85,85,85,85,83,82,82,82,82,82,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,81,80,80,80,80,80,79,79,78,77,76,76,76,75,77,76,75,76,80,79,76,74,78,76,75,75,76,76,75,73,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,74,73,72,72,74,74,72,69, 124,120,125,117,125,117,122,118,122,118,124,116,124,117,123,120,124,115,126,121,124,118,127,119,125,118,126,117,121,116,127,124,124,121,126,118,127,119,125,122,123,120,125,118,126,118,124,121,128,123,127,120,129,122,127,124,123,121,127,118,126,120,126,122,126,123,123,123,123,123,122,120,128,125,129,121,131,123,129,127,125,122,128,120,129,121,126,122,124,123,128,122,128,122,127,125,129,126,131,123,131,123,128,124,130,122,128,118,129,122,131,125,126,123,130,122,129,122,129,125,130,127,133,125,133,126,132,129,130,126,131,126,131,125,131,127,131,128,133,125,133,126,132,129,130,129,129,129,130,130,130,130,129,129,130,129,129,129,129,128,130,123,132,121,134,123,129,126,130,124,130,125,130,121,130,124,128,123,131,124,130,121,126,121,127,118,125,119,124,119,127,118,126,117,123,117,119,117,123,110,116,111,117,106,110,100,106,101,110,105,110,101,111,103,106,100,106,107,107,105,105,104,104,104,105,105,105,105,104,103,103,103,104,103,103,103,103,103,103,103,104,102,105,98,108,104,114,111,112,110,115,109,116,111,117,116,118,111,119,115,117,114,122,115,122,116,120,115,123,115,121,114,120,116,121,112,120,112,117,113,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,117,117,116,115,115,116,116,115,116,117,116,116,117,116,114,114,115,116,116,116,115,115,115,116,113,115,116,115,114,114,115,116,118,117,116,114,112,111,110,109,111,113,114,112,109,109,110,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,110,109,106,111,112,106,107,112,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,109,109,108,108,108,108,108,108,108,108,108,107,107,107,107,107,108,107,106,105,105,105,105,106,106,107,107,107,107,107,107,107,107,104,104,107,107,107,107,104,104,105,105,106,108,107,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,107,103,108,100,109,102,107,103,104,104,104,104,104,104,104,104,107,105,105,105,103,103,103,101,104,104,102,102,102,102,104,104,105,104,104,103,103,102,102,101,105,103,103,103,101,101,101,100,101,101,100,100,100,100,100,100,101,101,101,101,101,101,101,101,100,99,98,98,98,98,98,98,100,100,100,100,100,99,99,99,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,91,91,90,89,89,90,91,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,85,86,87,87,86,85,85,85,85,85,85,85,85,85,85,83,82,82,82,82,82,82,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,79,78,77,77,76,75,76,75,74,76,80,79,76,75,78,77,75,75,75,75,74,73,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,75,74,72,73,74,74,72,69, 124,121,126,118,125,117,122,118,122,118,124,116,124,117,123,120,126,116,126,122,124,118,127,118,124,117,125,118,122,117,128,122,124,121,126,118,126,119,125,122,123,120,126,118,126,119,125,122,124,121,126,118,127,119,125,122,124,122,127,119,127,120,126,122,126,124,124,124,123,124,123,121,128,124,128,119,129,122,128,127,125,122,128,121,129,121,126,123,125,123,129,123,129,123,128,126,130,126,132,124,132,124,129,126,130,122,128,120,130,122,131,125,126,123,130,122,129,122,129,124,131,128,133,126,134,126,132,129,130,126,131,126,131,126,131,128,131,128,133,125,133,126,132,129,130,129,129,129,130,130,130,131,128,129,129,129,129,129,128,128,131,123,132,121,133,123,129,126,131,125,131,126,131,122,131,125,129,124,130,122,129,120,126,122,126,116,123,118,123,118,125,115,127,117,123,119,121,118,123,112,124,119,124,114,118,109,114,109,108,104,109,101,111,102,105,97,108,108,108,107,105,105,105,104,106,106,106,105,104,103,103,103,104,103,102,103,103,103,103,103,107,104,106,99,108,103,114,111,110,108,113,108,115,110,116,114,119,112,119,115,117,114,121,114,122,116,120,115,123,115,121,114,119,115,120,111,119,111,115,111,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,117,117,117,116,117,116,114,114,115,116,116,116,115,115,115,116,114,115,115,115,115,115,115,115,117,116,115,114,113,112,111,111,110,111,112,110,110,110,110,110,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,110,110,106,110,111,106,108,112,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,107,108,108,107,107,107,107,107,107,107,106,105,105,105,105,105,105,107,107,107,107,107,107,107,107,104,104,107,107,107,107,104,104,104,104,105,106,106,105,105,105,105,105,105,105,105,105,105,105,104,105,105,105,105,105,105,104,108,107,106,105,105,105,104,103,107,103,108,100,109,102,107,103,104,104,104,104,104,104,104,104,107,105,105,105,103,103,103,101,104,104,102,102,102,102,104,104,105,104,103,103,102,102,101,101,105,103,103,103,101,101,102,100,101,100,100,100,100,100,100,100,101,101,100,100,100,99,99,99,100,99,98,98,98,98,98,98,101,101,101,101,101,100,100,100,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,94,94,95,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,91,91,90,90,90,90,90,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,87,87,86,85,85,85,85,85,85,85,85,85,85,83,82,82,82,82,82,82,83,83,82,82,82,82,82,82,83,82,81,81,81,81,81,81,81,81,81,80,80,80,80,80,81,81,80,79,78,77,77,76,77,76,74,76,79,79,76,75,77,76,75,75,75,75,74,73,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,75,74,73,73,74,75,72,69, 125,122,127,119,126,118,123,119,123,120,125,117,126,118,124,121,126,116,126,121,124,117,126,117,126,118,128,123,126,119,127,117,123,120,125,117,125,118,124,121,125,121,127,120,128,120,126,123,123,121,128,119,127,119,125,122,125,122,128,120,128,121,127,123,125,123,123,125,125,126,126,123,124,122,126,118,129,121,126,123,125,122,128,121,129,121,126,123,126,124,130,124,130,124,128,127,130,126,132,125,133,125,131,129,129,122,130,123,134,124,130,124,126,123,130,122,129,122,129,125,129,126,132,124,132,125,131,127,130,126,131,126,131,126,131,128,131,127,133,125,133,126,132,129,130,129,129,129,130,130,130,131,128,129,130,129,129,129,129,128,131,124,131,122,133,124,129,126,128,123,129,123,129,119,128,122,129,123,127,119,125,118,125,122,129,119,125,120,126,120,127,117,127,116,121,118,119,113,119,109,107,102,107,99,105,97,102,97,107,103,107,100,110,104,109,104,109,108,109,108,105,105,106,104,108,108,107,106,105,104,104,104,103,102,101,102,102,102,102,102,106,103,106,99,109,102,111,107,113,111,117,112,118,113,119,117,119,111,118,114,117,114,121,113,122,116,120,115,123,115,122,115,123,119,123,115,123,114,119,115,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,116,117,116,116,116,116,116,117,115,115,116,115,113,113,115,115,116,115,115,115,115,116,115,115,114,114,115,116,115,113,113,114,114,114,114,114,113,113,110,110,110,110,111,112,111,110,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,110,111,106,109,111,107,109,112,107,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,107,108,108,107,107,107,107,107,107,107,106,105,106,106,105,105,105,107,107,107,107,107,107,107,107,104,104,107,107,107,107,104,104,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,107,103,108,100,109,101,107,103,104,104,104,104,104,104,104,104,107,105,105,105,103,103,103,101,104,104,102,102,102,102,104,104,105,104,103,103,103,102,101,101,105,103,103,103,101,101,102,100,101,100,100,100,100,100,100,100,100,99,99,98,98,98,98,98,100,99,98,97,97,98,98,98,98,98,98,98,98,98,97,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,94,94,95,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,91,91,91,91,90,90,90,90,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,85,86,87,87,86,85,85,85,85,85,85,85,85,85,84,83,82,82,82,82,82,82,83,83,83,82,82,82,82,82,83,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,81,81,81,79,78,78,77,76,78,76,74,76,79,79,76,75,76,76,75,75,75,74,74,74,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,75,74,73,73,74,75,72,69, 126,123,128,120,127,118,124,120,124,120,126,118,126,119,125,122,126,117,126,122,125,119,128,119,126,118,129,126,129,122,128,116,124,120,126,118,126,119,125,122,125,122,128,121,129,121,127,124,124,123,131,122,129,120,127,125,126,123,129,121,130,122,127,124,124,122,123,125,126,127,127,125,123,122,129,122,132,123,126,123,125,122,128,121,129,121,126,123,126,125,130,124,130,124,129,127,129,125,131,125,133,124,131,129,128,121,130,124,135,124,130,123,126,123,130,122,129,122,129,124,130,127,133,125,133,126,132,128,130,126,131,126,131,125,131,127,131,128,133,125,133,126,132,129,130,129,129,129,130,130,130,130,129,130,130,129,129,130,129,128,130,124,131,123,132,124,129,127,126,121,126,121,126,117,126,120,128,122,126,118,124,117,125,122,127,117,124,118,124,118,125,115,121,108,115,113,113,107,113,104,115,110,116,109,116,109,116,111,108,104,106,100,108,105,110,107,110,108,109,109,105,106,107,104,108,108,108,107,106,106,105,105,102,101,101,101,101,101,101,101,102,100,105,100,109,101,108,103,112,110,116,111,118,113,118,116,118,111,118,115,118,115,122,115,122,116,120,115,123,115,122,115,121,117,122,114,122,113,118,114,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,117,117,117,115,115,115,116,116,113,113,115,115,113,112,115,115,115,115,115,115,115,116,116,115,113,114,116,117,115,112,112,113,114,114,114,114,114,114,111,111,110,111,113,114,113,110,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,110,111,106,108,111,107,110,112,106,109,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,105,105,106,107,105,105,105,107,107,107,107,107,107,107,107,104,104,107,107,107,107,104,104,107,106,105,104,104,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,106,102,107,100,109,101,107,103,104,104,104,104,104,104,104,104,107,105,105,105,103,103,103,101,104,104,102,102,102,102,104,104,105,105,104,103,103,103,102,101,104,103,103,103,101,101,101,99,101,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,98,98,98,98,98,98,96,96,96,96,96,96,96,96,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,94,94,95,95,95,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,91,91,91,90,89,90,90,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,87,87,86,85,85,85,85,85,85,85,85,84,84,83,82,82,82,82,82,82,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,80,80,80,80,80,80,80,81,81,81,80,79,78,78,77,78,77,74,76,79,79,76,75,76,76,76,75,74,74,74,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,75,74,72,73,74,74,72,69, 127,124,129,121,128,119,124,121,124,120,126,118,126,119,125,122,126,117,127,122,125,119,129,121,128,117,127,123,127,123,131,119,125,122,128,120,128,121,126,123,126,123,129,121,130,122,127,124,124,123,130,121,128,120,127,124,127,124,130,122,131,122,128,125,126,124,124,125,126,127,127,124,126,125,132,124,134,125,129,126,126,123,129,122,130,122,127,124,127,125,130,124,130,124,129,128,128,124,130,124,132,123,130,129,130,122,129,122,133,123,130,125,126,123,130,122,129,122,129,125,131,128,134,126,134,127,133,130,130,127,132,126,131,126,131,128,132,128,134,126,134,126,132,129,130,129,129,129,130,130,130,130,129,129,129,129,129,129,129,128,130,124,131,123,131,125,129,128,129,124,129,124,129,119,128,122,128,122,128,120,126,118,124,120,124,114,122,116,121,115,122,112,118,105,111,111,112,105,111,104,105,100,106,100,108,102,109,104,109,107,108,104,108,107,109,107,109,107,109,109,105,105,107,104,109,109,109,108,107,106,106,106,103,102,101,102,102,102,102,102,105,102,106,100,110,101,108,104,110,108,113,108,115,110,116,114,118,111,118,115,118,115,123,116,122,116,120,114,123,115,122,115,118,114,119,111,119,111,116,112,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,116,117,118,117,115,114,115,117,115,112,112,115,116,113,111,115,115,115,115,115,115,116,116,117,115,113,113,116,117,114,111,114,115,115,114,113,112,112,112,115,113,111,112,115,116,114,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,110,112,105,107,110,108,110,111,105,109,109,109,109,109,109,109,108,109,110,109,108,108,109,109,109,109,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,105,105,106,107,105,104,105,107,107,107,107,107,107,107,107,104,104,107,107,107,107,103,103,107,106,105,104,104,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,106,102,107,100,109,101,107,103,104,104,104,104,104,104,104,104,107,105,105,105,103,103,103,101,104,104,102,102,102,102,104,104,105,104,103,103,103,102,101,101,104,103,103,103,101,101,101,99,101,100,100,99,100,100,100,100,101,101,101,101,101,101,102,102,101,100,99,98,98,98,98,98,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,90,90,91,92,91,89,89,90,90,90,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,87,87,86,85,85,85,85,85,85,85,84,84,84,83,82,82,82,82,82,82,82,82,82,81,81,81,81,81,82,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,81,81,80,79,79,78,77,77,78,76,74,75,79,78,76,75,76,77,78,76,74,73,74,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,74,73,72,72,74,74,72,69, 127,124,130,121,128,119,125,122,124,121,127,119,127,120,126,123,125,116,126,122,124,118,128,120,132,119,126,121,125,122,133,122,125,122,128,121,129,121,126,123,127,124,130,122,131,123,128,125,128,126,132,123,130,123,130,127,128,124,130,123,131,122,128,125,129,126,125,126,126,126,125,121,129,127,132,123,132,125,131,130,127,124,130,123,131,123,128,125,128,126,130,124,129,124,130,128,129,124,131,125,133,124,131,130,134,124,129,121,132,123,132,129,127,124,131,123,130,123,130,126,129,126,132,124,132,124,131,127,131,128,133,127,132,127,132,129,132,129,134,126,134,126,132,129,130,129,129,129,129,129,129,130,128,129,128,128,127,128,128,128,129,124,131,124,131,124,129,128,130,124,129,124,129,119,128,122,127,123,130,122,128,117,121,116,128,118,125,119,123,117,123,113,124,110,116,115,116,107,113,107,110,105,111,105,114,108,114,109,111,111,111,111,112,111,111,110,110,107,109,109,104,105,107,103,109,109,109,108,107,106,106,106,104,103,103,103,103,103,103,103,107,102,103,96,105,97,106,102,112,110,115,110,117,112,118,117,117,110,118,114,117,113,121,114,122,116,120,114,123,115,122,115,121,117,122,114,122,114,119,115,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,115,115,116,118,117,115,115,116,118,115,111,111,116,117,114,112,114,115,115,115,115,115,116,116,117,115,112,113,116,118,114,110,117,117,116,114,112,110,109,109,117,114,112,112,115,117,114,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,110,110,110,110,110,110,110,110,112,105,107,110,108,110,111,104,109,109,109,109,109,109,108,108,109,110,109,108,108,109,109,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,107,107,105,105,107,107,106,104,104,107,107,107,107,107,107,107,107,104,104,107,107,107,107,103,103,106,105,104,103,104,105,106,105,105,105,105,105,105,105,105,104,105,105,105,105,105,105,105,105,108,107,106,105,105,105,104,103,106,102,107,100,109,102,107,103,104,104,104,104,104,104,104,104,107,105,105,105,103,103,103,101,104,104,102,102,102,102,104,104,104,103,103,102,102,101,101,100,104,102,103,103,101,101,100,98,99,98,98,98,98,98,98,98,100,100,100,99,99,100,100,100,100,100,98,98,98,98,98,98,98,98,98,98,98,98,98,99,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,96,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,92,91,91,91,91,91,91,89,89,90,92,91,89,89,90,90,90,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,87,86,86,86,87,87,86,85,85,85,85,85,85,84,84,84,83,82,82,82,82,82,82,82,82,82,81,81,81,81,81,81,82,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,79,78,77,77,76,75,77,76,73,75,78,79,76,76,76,78,79,77,74,73,74,75,74,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,74,73,72,72,74,74,72,69, 125,123,130,120,125,116,122,119,125,118,128,124,128,122,128,118,125,120,127,120,128,122,128,122,126,123,129,124,128,122,127,124,125,124,123,122,122,121,121,120,125,123,128,119,128,122,127,122,125,120,125,120,131,125,130,125,125,122,128,120,129,121,127,124,128,122,128,121,130,123,129,123,126,123,131,125,132,124,129,123,127,122,126,122,128,123,127,122,131,127,132,123,131,122,127,123,128,127,127,129,130,128,129,131,129,124,131,127,130,124,131,129,125,124,127,128,127,126,126,124,129,129,129,129,129,129,129,129,130,128,128,129,129,130,130,128,131,128,132,126,132,127,131,129,130,130,130,129,129,129,129,128,129,125,133,123,129,124,129,125,125,126,129,128,125,124,125,131,127,123,130,120,128,121,124,121,124,111,122,120,121,113,122,114,124,117,120,116,125,120,121,111,108,105,111,103,111,104,110,107,107,106,113,105,111,103,111,110,111,107,115,110,110,107,115,109,110,108,114,107,109,102,108,105,107,105,104,104,105,105,103,101,103,103,103,103,103,103,103,103,104,104,103,103,102,102,103,103,107,104,111,108,114,109,114,110,118,113,115,109,117,113,116,117,117,118,118,118,118,118,119,119,119,117,115,116,118,119,117,115,118,114,120,113,122,114,119,116,118,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,114,114,117,117,116,116,114,116,116,114,114,116,116,114,114,114,114,114,114,114,113,112,115,113,111,112,116,116,113,113,112,113,114,114,112,111,111,111,110,110,110,110,110,110,109,108,110,110,110,110,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,109,109,109,108,108,108,108,108,108,108,107,107,107,107,107,107,103,104,105,106,107,109,109,110,104,104,103,103,103,103,103,103,106,106,106,105,105,105,105,105,104,104,104,104,104,104,104,104,108,107,105,104,104,105,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,104,104,103,103,102,102,101,103,103,103,103,103,103,103,103,102,101,101,101,101,101,101,101,102,102,102,101,100,100,99,98,96,98,100,100,97,96,98,101,98,99,98,97,98,101,100,97,101,98,96,97,99,99,97,94,100,98,98,98,96,96,96,95,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,93,94,95,93,92,94,93,91,89,90,90,90,90,90,90,90,90,90,90,90,90,90,90,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,85,84,85,85,85,85,85,85,85,87,86,85,86,87,86,84,83,85,85,85,85,85,85,84,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,79,79,79,79,81,79,76,74,74,76,78,79,78,78,76,75,77,76,75,76,77,76,75,75,75,74,74,75,75,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,71,71,71,72,73,74,74,73, 125,122,129,121,130,123,130,127,124,117,128,123,128,122,129,119,126,121,127,121,129,122,128,123,126,123,129,123,128,122,127,124,122,122,122,123,124,125,126,126,128,123,127,120,130,124,128,123,128,124,129,121,130,122,126,122,125,122,128,121,129,121,127,124,128,122,128,121,130,123,129,123,126,123,131,125,132,123,129,123,127,122,127,122,128,123,127,122,127,124,130,122,131,123,129,126,127,127,127,129,128,127,128,131,128,123,130,127,130,124,131,129,129,128,132,130,132,129,131,128,129,129,129,129,129,129,129,129,133,131,131,132,132,133,133,130,131,128,132,126,132,127,131,129,129,129,129,129,129,130,130,130,131,127,136,126,133,128,133,130,126,126,129,128,125,125,125,130,127,123,130,121,128,121,124,121,130,117,127,123,124,117,128,120,124,117,118,113,120,115,115,106,108,105,111,103,111,104,110,107,107,106,113,104,111,103,110,109,111,107,114,110,110,107,114,109,111,107,115,107,110,102,109,106,107,105,104,104,105,105,103,101,103,103,103,103,103,103,103,103,104,104,103,103,103,103,103,103,105,102,109,106,113,108,114,111,116,112,118,111,121,115,117,116,117,117,117,118,118,118,118,118,119,117,115,116,118,119,117,115,119,115,121,114,122,115,120,117,118,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,114,114,116,116,115,116,114,116,116,114,114,116,116,114,114,114,114,114,114,114,113,112,114,112,110,111,114,114,112,111,113,113,113,112,112,112,113,113,112,112,112,112,112,112,111,110,109,109,109,109,109,109,109,109,110,110,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,109,108,108,107,106,105,104,104,106,106,107,107,107,107,107,107,106,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,106,105,104,104,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,104,104,103,103,102,102,101,103,103,103,103,103,103,103,103,102,102,101,101,101,101,101,101,98,99,100,100,101,102,102,102,97,99,100,100,98,96,98,101,98,99,98,97,98,100,100,98,100,98,96,97,99,99,97,94,101,99,98,98,96,96,96,94,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,92,93,93,94,94,92,91,92,93,91,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,86,86,85,85,85,85,85,85,85,85,86,85,85,86,86,85,84,83,85,85,85,85,85,85,84,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,79,79,79,79,80,79,77,76,76,77,78,78,78,78,76,76,78,77,76,76,76,76,75,75,75,74,75,75,75,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,71, 124,120,125,118,129,123,129,125,124,118,128,123,127,121,129,120,127,122,128,121,130,123,129,124,126,123,129,123,128,122,128,124,124,124,124,126,127,128,128,128,130,123,127,121,132,125,129,123,128,124,130,122,129,120,126,123,126,123,129,121,130,122,128,124,128,122,128,121,130,123,129,123,127,123,131,124,131,123,129,124,128,123,127,122,129,124,128,123,125,122,129,122,131,124,130,128,127,127,128,129,128,127,128,131,128,124,130,126,131,125,130,128,127,124,130,126,131,125,129,125,129,130,130,130,129,129,130,130,131,129,128,129,130,131,130,127,131,128,132,126,132,127,131,129,128,129,129,129,129,130,131,130,129,125,133,124,131,126,132,128,127,126,128,127,126,125,125,128,130,125,133,123,130,123,126,123,125,114,122,116,117,110,121,114,125,118,120,114,119,112,111,102,109,105,111,104,112,104,110,107,109,107,114,105,113,105,111,109,111,108,113,109,110,108,112,109,112,107,116,108,111,102,112,107,107,105,103,103,104,104,103,101,103,103,103,103,103,103,103,103,104,103,103,103,103,103,103,103,106,103,109,105,111,108,115,113,114,111,120,112,125,116,118,115,117,117,117,117,117,117,117,117,118,117,116,116,118,118,117,116,120,116,122,114,123,115,121,117,118,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,116,115,114,116,115,115,116,114,116,116,114,114,116,116,114,114,114,114,114,114,114,113,111,114,112,110,111,114,114,112,111,114,112,111,111,112,113,113,113,114,114,114,114,114,114,113,112,111,111,111,111,111,111,111,111,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,110,109,109,107,106,105,103,103,108,108,108,108,108,108,108,108,106,105,105,105,105,105,105,105,108,108,108,108,108,108,108,108,105,105,105,105,105,105,105,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,104,104,103,103,102,102,101,103,103,103,103,103,103,103,103,102,102,101,101,101,101,101,101,98,99,100,100,101,102,102,102,98,99,100,99,98,97,98,100,98,99,98,97,98,100,100,98,99,98,96,97,98,98,96,95,101,99,99,99,97,97,97,95,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,92,93,93,93,94,92,90,91,93,91,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,85,85,85,86,86,87,86,86,85,85,85,85,85,85,86,85,85,86,86,85,84,83,85,85,85,85,85,85,84,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,79,79,79,79,78,78,79,79,79,78,77,76,78,78,76,76,78,78,76,76,76,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,75,74,73,72,71,71,70,69, 128,123,127,118,128,121,125,120,126,119,129,123,126,121,130,122,128,123,128,122,131,124,130,124,126,123,129,124,128,123,128,125,129,128,128,128,127,126,125,124,131,123,127,121,133,125,128,124,125,123,129,122,130,123,129,127,127,124,130,122,130,122,128,125,128,123,128,122,130,123,129,123,127,123,130,123,130,123,129,125,128,124,128,123,129,124,128,123,126,123,130,122,131,124,130,127,128,128,129,130,129,128,129,131,129,126,131,127,133,126,131,129,126,123,131,124,131,123,128,123,129,129,130,130,129,129,129,130,131,128,127,128,129,130,129,126,131,128,132,126,132,126,131,129,129,129,129,129,129,130,130,130,128,124,132,123,130,125,130,126,128,126,127,126,126,126,124,126,129,124,131,121,128,120,124,121,133,124,132,125,126,119,129,122,125,118,119,111,116,110,111,104,109,106,112,104,113,105,111,108,111,108,114,106,114,106,112,110,110,108,112,109,110,108,112,110,112,106,116,108,110,102,112,106,107,105,103,103,104,104,103,101,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,101,106,101,107,104,112,110,114,110,119,109,123,114,118,115,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,114,119,112,120,113,118,115,118,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,116,115,114,115,115,114,116,114,116,116,114,114,116,116,114,114,114,114,114,114,114,112,111,114,113,110,111,115,115,112,112,114,113,111,111,112,112,112,111,113,113,113,112,113,113,112,111,111,111,111,111,111,111,111,111,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,106,105,105,106,107,107,107,108,108,109,108,108,108,108,108,108,108,105,105,105,105,105,105,105,105,107,107,107,107,107,107,107,107,105,105,105,105,105,105,105,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,105,104,103,103,102,101,101,103,103,103,103,103,103,103,103,102,101,101,101,101,101,101,101,102,102,102,101,100,100,99,98,99,99,99,99,98,98,98,98,99,98,98,97,98,99,99,98,98,98,97,97,97,97,96,95,100,98,98,98,96,97,97,95,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,92,92,94,93,91,91,92,91,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,85,85,86,86,87,87,86,86,85,85,85,85,85,85,86,85,85,86,86,85,83,83,85,85,85,85,85,85,84,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,79,79,79,79,76,77,79,80,80,79,76,74,78,77,75,76,78,78,76,75,76,75,75,75,75,75,75,76,75,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,75,74,73,72,71,71,71,71, 132,128,132,123,131,124,129,124,129,122,130,123,126,120,131,124,129,123,129,123,132,125,131,125,127,124,130,124,129,124,129,126,128,128,128,127,127,126,125,124,130,124,128,122,133,125,129,124,127,124,130,122,131,124,130,127,128,125,131,123,131,123,129,126,129,123,129,122,131,124,130,124,128,124,130,122,130,122,129,125,129,124,128,123,130,125,129,124,129,125,131,123,131,122,128,124,129,129,130,130,130,129,129,129,130,127,132,126,133,127,131,129,131,127,136,129,137,128,134,128,128,129,129,129,128,128,129,129,134,131,130,131,132,133,132,129,131,128,132,126,132,126,131,129,130,130,130,129,129,129,129,128,131,127,135,126,133,128,133,129,130,126,127,126,127,127,124,125,129,123,130,121,128,120,123,122,120,114,123,115,117,110,118,109,121,113,112,103,108,105,111,107,110,107,113,105,113,106,112,108,112,108,114,106,115,107,112,109,111,107,112,110,111,108,113,110,111,106,115,106,109,101,109,105,107,105,103,103,104,104,103,101,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,104,101,107,103,108,104,111,108,115,109,116,105,119,111,117,115,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,118,115,120,113,121,114,119,116,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,114,116,115,114,115,114,114,116,114,116,116,114,114,116,116,114,114,114,114,114,114,114,112,111,114,112,110,111,114,114,112,111,113,113,113,113,113,112,111,110,110,110,110,109,110,110,109,108,111,111,111,111,111,111,111,111,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,106,104,104,105,106,107,108,109,109,109,108,107,106,106,106,107,107,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,104,104,103,103,102,102,101,103,103,103,103,103,103,103,103,102,101,101,101,101,101,101,101,102,102,102,101,100,100,99,98,100,98,97,98,98,98,97,97,98,98,97,98,98,98,98,98,98,98,99,98,97,96,96,96,98,96,96,96,95,95,95,94,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,94,94,92,91,93,94,93,93,91,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,86,86,86,87,87,87,85,85,85,85,85,85,85,85,86,85,85,86,86,85,84,83,85,85,85,85,85,85,84,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,79,79,79,79,76,77,79,80,80,79,76,74,78,77,75,76,78,78,76,75,76,75,75,75,75,75,75,76,75,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,72,72,71,71,72,73,73,73, 126,123,129,121,130,124,130,127,131,123,131,123,126,121,132,125,129,124,129,123,132,126,131,125,128,125,131,125,130,124,130,127,125,125,125,127,128,129,129,129,131,125,129,123,133,125,130,125,131,127,132,123,132,123,128,124,129,125,131,123,132,124,130,127,130,124,130,123,132,125,131,125,129,124,130,122,129,122,130,126,130,125,129,124,131,126,130,125,129,126,131,123,130,121,127,123,129,129,129,129,129,129,129,128,130,128,131,125,133,127,131,129,130,127,135,128,136,127,133,127,129,129,130,130,129,129,129,130,133,130,129,130,131,132,131,129,131,128,132,126,132,127,131,129,130,130,130,129,128,129,128,128,130,126,134,125,132,128,132,128,130,126,126,126,127,128,124,125,129,124,131,123,130,122,125,123,125,121,130,120,124,117,124,114,112,107,110,103,109,104,109,105,111,108,114,106,114,106,112,109,113,109,114,107,116,109,113,109,113,105,114,110,111,106,115,109,109,108,113,106,108,102,107,106,107,105,103,103,104,104,103,101,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,100,109,105,111,106,111,107,115,110,115,104,116,111,117,115,117,117,117,117,117,117,117,117,116,117,118,118,116,116,117,118,120,116,122,114,123,115,121,117,117,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,116,115,114,115,115,114,116,114,116,116,114,114,116,116,114,114,114,114,114,114,114,112,111,114,112,110,111,114,114,111,111,112,113,114,114,114,112,112,111,109,110,109,109,109,110,109,108,111,111,111,111,111,111,111,111,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,106,107,107,107,107,107,106,106,106,106,106,105,104,104,104,104,104,105,105,105,105,105,105,105,105,103,103,103,103,103,103,103,103,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,105,104,104,103,103,102,102,101,103,103,103,103,103,103,103,103,102,101,101,101,101,101,101,101,98,99,100,100,101,102,102,102,101,98,96,97,99,99,98,96,98,97,97,99,99,98,97,98,98,99,100,99,97,95,96,97,100,98,98,98,96,96,96,94,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,94,94,91,90,93,94,93,93,91,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,88,87,87,87,87,86,86,85,84,84,85,85,85,85,85,85,86,85,85,86,86,85,84,83,85,85,85,85,85,85,84,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,79,79,79,79,78,78,78,79,79,78,77,76,78,78,76,76,78,78,76,76,76,75,75,75,75,75,75,76,75,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,72,71,71,72,73,74,74,74, 123,120,127,119,128,122,128,124,131,124,131,123,126,122,133,126,130,124,130,124,133,127,132,126,129,126,131,126,130,125,130,127,125,125,125,126,128,129,129,130,131,126,130,123,133,127,130,124,131,128,132,124,132,124,129,125,129,126,132,124,132,125,131,128,130,124,130,123,132,126,131,126,130,125,130,121,129,122,130,127,131,126,130,125,131,127,131,126,128,125,130,123,131,123,129,126,129,130,130,129,128,128,129,129,130,129,131,124,133,128,131,129,128,125,133,127,133,126,130,125,130,130,130,130,130,130,130,130,130,127,127,128,128,129,129,127,131,129,133,127,133,127,132,130,130,130,130,129,129,129,129,129,128,123,132,122,130,125,129,124,130,125,125,125,127,127,124,124,126,121,129,122,129,119,121,119,119,116,122,110,114,108,114,104,107,106,113,109,114,107,109,103,112,108,114,107,115,107,113,109,115,111,115,108,118,110,115,109,116,104,115,110,111,104,116,106,107,109,110,106,108,103,105,107,107,105,104,104,105,105,103,101,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,99,97,105,102,107,102,108,106,114,111,116,108,118,114,117,115,117,117,117,117,117,117,117,117,115,117,119,118,116,115,117,119,118,114,119,111,120,112,118,115,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,116,115,114,115,115,115,116,114,116,116,114,114,116,116,114,114,114,114,114,114,114,112,111,114,113,110,111,114,114,112,111,112,112,113,113,113,112,112,112,111,111,111,111,111,111,111,110,108,108,108,108,108,108,108,108,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,109,109,109,109,109,109,108,108,109,109,109,109,109,108,108,108,108,108,108,108,108,108,108,108,107,107,107,107,107,107,107,106,108,108,107,107,106,105,105,104,104,104,104,104,104,104,104,104,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,106,104,103,103,103,103,102,100,103,103,103,103,103,103,103,103,102,102,101,101,101,102,101,101,98,99,100,100,101,102,102,102,102,99,96,97,100,101,99,96,98,97,98,100,100,98,97,98,98,100,101,100,97,95,95,97,102,100,100,99,97,97,97,95,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,94,94,91,90,93,95,93,92,91,90,90,90,90,90,90,91,90,90,90,90,90,90,90,90,90,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,86,85,85,85,85,85,85,85,85,85,85,86,85,85,86,86,85,84,83,85,85,85,85,85,85,84,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,79,79,79,79,80,79,78,77,77,78,78,78,78,78,76,76,78,77,76,76,76,75,75,75,75,75,75,76,75,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,72,72,72,72,72,71, 131,127,132,124,132,124,129,124,131,123,131,124,127,122,133,126,131,125,130,124,133,127,132,126,130,126,132,126,130,125,130,127,128,128,126,126,125,125,125,124,130,126,130,122,133,127,131,123,128,125,131,124,132,125,132,129,129,126,132,124,133,125,131,128,130,124,130,124,133,126,132,126,130,125,130,121,128,122,131,127,131,126,130,125,132,127,131,126,126,123,130,123,132,125,132,129,130,131,131,129,127,127,129,131,131,130,131,123,133,128,131,130,132,130,137,132,137,130,134,129,129,129,129,129,129,129,129,129,132,130,130,131,131,132,132,130,132,129,133,127,133,128,132,130,129,129,129,129,129,130,130,130,131,126,134,124,131,126,130,125,128,124,124,124,126,126,123,123,126,121,130,123,129,118,118,116,127,123,127,113,116,111,117,107,109,108,115,110,115,108,110,105,112,109,115,107,115,107,113,110,116,111,115,108,118,111,115,109,118,103,117,110,111,102,117,105,104,109,107,104,106,103,102,107,107,105,104,104,105,105,103,101,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,99,105,100,105,102,110,108,112,111,118,112,121,118,117,115,117,117,117,117,117,117,117,117,115,117,119,118,116,115,117,119,119,115,120,113,121,114,119,116,117,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,115,116,115,114,116,115,115,116,114,116,116,114,114,116,116,114,113,114,114,114,114,114,112,111,114,112,110,111,114,114,111,111,112,112,111,111,111,111,111,111,112,112,112,112,112,112,112,111,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,108,108,108,109,109,109,109,109,109,108,108,108,108,108,108,108,107,107,107,108,108,108,108,108,107,107,107,107,107,107,107,107,107,106,106,105,105,106,106,106,107,107,107,105,106,106,107,107,107,107,107,105,105,105,105,105,105,105,105,107,107,107,107,107,107,107,107,105,105,105,105,105,105,105,103,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,106,104,103,103,103,103,102,100,103,103,103,103,103,103,103,103,103,102,102,101,102,102,102,101,102,102,102,101,100,100,99,98,103,99,96,98,101,102,99,96,98,97,98,101,101,98,97,98,98,100,102,100,96,94,95,97,100,98,98,98,96,96,96,94,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,93,93,93,94,94,94,94,91,90,93,94,93,91,91,90,90,90,90,90,90,91,90,90,90,90,90,90,90,90,90,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,88,87,87,87,88,88,88,88,88,88,88,88,88,88,86,86,86,86,86,86,86,85,86,86,85,85,85,85,85,85,86,85,85,86,86,85,84,83,85,85,85,85,85,85,84,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,79,79,79,79,79,79,81,79,77,75,75,77,78,79,78,78,76,75,77,76,75,76,76,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,74,74,73,73,73,73,73,73,76,75,74,73,72,71,69,68, 130,126,131,123,131,123,128,124,128,122,131,124,130,124,132,124,127,126,128,127,126,126,124,125,128,126,125,125,129,130,126,126,130,122,133,127,129,123,133,126,128,128,130,123,132,126,128,128,130,124,132,123,134,124,132,125,129,126,131,124,132,124,130,127,129,125,129,125,131,127,131,127,129,125,130,121,130,123,130,128,128,125,130,122,131,123,129,126,130,125,131,124,131,124,131,127,127,126,136,127,132,122,131,129,131,126,129,124,133,128,131,126,131,131,139,129,134,124,131,131,132,129,135,126,133,125,131,128,133,123,132,117,134,121,134,126,131,131,123,132,127,135,128,129,131,129,132,125,132,124,131,126,131,130,130,129,126,125,126,125,124,123,128,122,128,123,129,129,122,118,128,119,127,111,115,110,125,115,121,115,111,104,111,103,110,109,111,106,113,108,110,109,111,111,109,109,111,112,111,111,116,114,112,113,115,115,113,112,114,110,113,106,113,107,110,106,105,102,107,100,109,101,107,103,105,103,104,107,107,105,103,105,105,105,105,104,103,102,101,101,103,101,106,98,108,100,105,102,104,102,102,104,103,102,105,108,112,105,109,103,116,110,114,107,116,109,120,115,118,113,124,116,117,118,118,117,117,118,118,117,117,117,117,117,117,117,117,117,116,116,116,116,116,116,116,115,115,115,115,115,115,115,115,115,116,115,115,115,115,115,115,116,116,115,115,115,115,115,115,114,115,112,117,108,116,108,113,109,112,109,115,107,116,108,114,110,112,112,111,111,111,111,111,110,109,109,109,109,109,109,109,109,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,109,109,109,109,109,108,108,108,108,108,108,108,107,106,106,106,106,107,107,107,107,107,107,107,106,105,105,105,105,105,105,105,105,107,106,106,105,105,105,105,105,104,104,105,106,107,108,109,109,105,105,105,105,105,105,105,104,108,105,103,104,106,108,105,102,105,105,105,105,105,105,105,105,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,105,105,104,103,103,103,103,103,103,103,103,103,103,103,102,103,103,102,101,102,103,102,102,102,102,102,102,102,102,102,104,103,101,100,100,101,102,104,101,101,101,101,101,101,101,101,98,97,97,97,97,97,97,97,100,98,97,98,99,98,98,100,102,100,98,97,98,97,96,95,98,98,97,97,96,96,95,95,96,96,96,96,96,97,96,96,95,94,94,95,96,96,95,94,95,95,95,95,95,95,95,95,95,95,95,94,94,94,95,95,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,94,93,92,91,92,92,92,92,90,91,91,90,89,90,90,90,89,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,88,87,86,85,86,87,87,86,86,86,86,85,85,85,83,82,83,84,85,85,85,85,84,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,79,79,79,79,79,79,79,78,78,78,78,78,78,78,75,76,78,78,76,74,76,78,75,75,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,74,74,73,72,72,71,69, 129,125,130,123,132,125,130,126,128,122,131,124,129,124,132,124,127,126,129,128,127,128,127,128,129,126,125,125,129,130,126,126,130,122,132,126,128,122,133,125,129,128,130,124,132,125,128,126,129,123,132,123,133,123,131,125,130,127,132,124,133,125,131,128,131,126,130,125,132,127,131,126,129,126,131,123,131,124,131,128,128,125,130,123,131,124,129,126,131,126,132,125,132,124,131,128,129,127,135,126,131,123,132,130,133,129,132,127,135,130,133,129,131,130,138,128,133,123,130,129,132,130,135,126,133,125,131,128,134,127,135,126,138,128,135,128,134,133,129,132,131,135,131,130,130,128,132,125,132,124,132,127,131,130,130,129,126,126,126,125,128,124,126,122,131,126,129,125,130,122,128,120,130,115,121,119,119,110,118,112,110,104,112,104,112,110,113,108,115,109,112,110,111,111,110,111,113,113,111,111,116,114,112,112,114,113,112,110,114,108,112,105,112,106,110,105,105,102,108,100,109,101,106,103,104,102,103,105,106,103,103,104,104,104,104,104,104,104,104,103,103,101,106,98,108,100,105,102,104,102,103,103,103,102,104,107,111,105,109,104,119,114,118,112,116,108,120,115,117,112,123,115,117,118,117,117,117,117,118,117,117,117,117,117,117,117,117,117,118,118,117,117,117,117,117,116,119,118,118,118,118,118,118,118,116,115,115,115,115,115,115,116,116,116,115,115,115,115,114,114,118,115,120,111,119,111,116,112,112,109,115,107,116,108,114,110,112,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,106,107,107,107,107,107,107,107,107,107,107,107,107,107,107,105,105,105,105,105,105,105,105,105,106,106,105,105,105,105,105,105,106,106,106,106,106,105,105,105,105,105,105,105,105,105,105,104,106,104,102,103,105,107,104,101,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,104,104,104,103,102,103,103,103,103,103,103,103,103,102,103,103,102,101,102,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,101,99,98,97,98,98,98,97,98,100,98,97,98,99,98,98,100,101,100,99,98,97,97,96,95,98,98,98,97,96,96,95,95,96,96,96,96,96,97,96,96,96,95,95,95,96,97,96,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,94,93,91,91,91,92,92,91,90,91,91,90,90,90,90,90,89,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,88,87,86,85,86,87,87,86,86,86,86,85,85,85,83,82,82,82,83,83,83,83,82,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,79,79,79,79,79,79,79,78,78,78,78,78,78,78,75,76,77,77,75,74,75,78,75,75,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,74,74,73,72,72,71,69, 129,125,130,123,134,127,133,129,129,123,131,124,129,124,132,125,127,127,129,128,128,129,128,129,130,126,125,125,129,130,126,127,131,122,132,127,129,124,134,125,130,128,130,124,132,126,128,126,129,124,132,124,132,123,131,127,133,130,135,127,136,128,134,131,132,127,131,125,133,128,131,127,130,127,132,124,132,125,132,130,129,125,131,123,131,124,130,126,131,126,132,125,132,125,132,128,131,127,133,125,130,123,132,130,133,129,132,127,135,130,133,129,132,130,137,128,134,124,131,129,132,130,135,126,133,125,131,128,130,126,132,128,135,129,131,125,132,129,130,128,131,130,130,128,129,127,131,124,133,125,133,128,131,130,130,129,127,126,127,126,127,122,124,119,129,124,126,120,125,116,120,112,122,111,115,111,116,107,115,111,110,106,114,107,112,110,114,107,116,109,112,110,111,112,111,112,115,114,112,111,116,113,111,111,112,112,111,110,114,106,112,104,112,104,110,103,106,102,108,100,109,101,106,103,103,101,101,103,103,102,101,102,102,103,103,104,104,105,105,105,103,101,106,98,108,100,105,102,103,103,103,103,103,102,104,106,108,103,108,104,119,115,120,114,116,109,120,115,117,112,123,116,117,118,117,117,117,117,118,117,117,117,117,117,117,117,117,117,118,117,117,117,117,117,116,116,116,116,116,116,116,116,116,116,116,115,115,115,115,115,115,116,116,116,115,115,115,115,114,114,115,113,118,109,117,109,114,110,112,109,115,107,116,108,114,110,111,111,111,111,111,111,111,110,112,112,112,112,112,112,112,112,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,109,107,107,107,108,108,108,109,109,105,105,107,107,108,108,108,108,107,107,107,107,107,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,108,107,107,106,105,104,103,102,105,105,105,105,105,105,105,104,105,104,103,103,104,105,104,101,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,103,102,102,103,103,103,102,103,103,103,103,103,103,103,103,102,103,103,102,101,102,103,102,102,102,102,102,102,102,102,102,100,101,103,104,104,103,101,100,101,101,101,101,101,101,101,101,100,99,98,98,99,98,98,98,100,98,97,98,98,98,98,99,101,100,99,98,97,97,96,96,98,98,98,97,96,96,95,95,96,96,96,96,96,96,96,96,95,94,94,95,96,96,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,94,93,91,91,91,91,91,91,91,91,91,90,90,90,90,90,89,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,88,87,86,86,86,87,86,86,87,87,87,86,85,85,83,82,82,82,82,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,79,79,79,79,79,79,79,78,78,78,78,78,78,78,75,75,76,76,75,74,75,76,75,75,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,74,74,73,72,72,71,69, 130,125,130,123,134,128,132,128,130,123,131,124,129,124,133,126,129,128,130,129,128,129,127,129,130,127,126,126,130,131,127,128,133,124,134,129,132,126,136,127,130,127,130,124,132,127,130,127,129,125,133,125,132,124,132,129,131,127,133,125,133,125,131,128,131,128,131,125,134,129,132,129,132,128,132,123,131,125,133,131,129,126,131,123,132,124,130,127,130,125,132,125,132,124,131,128,131,127,132,125,130,125,131,128,131,126,129,124,133,128,131,126,133,130,136,128,135,127,133,130,132,130,135,126,133,125,131,128,129,125,129,127,132,128,130,124,130,128,130,126,130,127,129,127,128,126,131,124,133,125,134,129,131,130,130,130,127,127,127,126,127,125,129,123,129,122,127,124,129,124,128,121,131,122,123,114,115,107,115,111,111,107,116,109,112,109,114,106,115,107,111,109,111,112,111,112,115,114,111,110,114,111,109,109,111,111,110,109,113,105,111,103,111,103,110,102,105,102,107,100,109,101,106,103,103,102,102,103,104,103,102,102,102,102,103,103,103,104,104,104,103,101,106,98,108,100,105,102,103,103,103,103,103,102,103,105,105,101,107,102,114,109,115,111,116,109,120,115,117,112,123,116,117,118,118,117,117,118,118,117,117,117,117,117,117,117,117,117,116,116,116,116,116,117,116,116,115,115,114,114,114,114,114,114,116,115,115,115,115,115,115,116,116,116,116,115,115,114,114,114,114,111,117,108,116,108,113,109,112,109,115,107,116,108,114,110,111,111,110,111,111,111,111,110,111,111,111,111,111,111,111,111,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,105,106,107,107,107,107,107,107,107,107,107,107,107,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,107,107,106,106,105,104,104,104,105,105,105,105,105,105,105,104,105,104,104,103,104,105,104,102,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,104,103,102,101,101,102,103,104,103,103,103,103,103,103,103,103,102,103,103,102,101,102,103,102,102,102,102,102,102,102,102,102,101,102,103,103,104,103,102,101,101,101,101,101,101,101,101,101,101,100,99,99,100,99,99,99,99,98,97,98,98,98,98,98,100,100,100,99,97,96,96,96,98,98,98,97,96,96,95,95,96,96,96,96,96,96,96,95,95,94,94,95,95,95,95,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,94,93,91,91,91,91,91,91,91,91,91,90,90,90,90,90,89,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,86,86,86,86,86,86,86,87,87,87,86,85,85,83,82,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,79,79,79,79,79,79,79,78,78,78,78,78,78,78,75,75,75,75,75,74,75,75,75,75,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,74,74,73,72,72,71,69, 131,125,129,122,132,125,129,124,130,123,131,124,129,124,133,126,130,129,131,130,129,130,128,129,131,128,128,128,131,132,128,129,133,124,134,129,132,127,136,127,130,126,130,125,133,128,132,128,129,126,133,125,131,125,132,130,132,128,134,126,134,126,132,129,131,129,131,125,136,131,133,130,133,128,133,124,133,126,133,131,130,126,132,124,133,125,131,127,130,125,132,125,132,124,131,128,130,126,130,126,131,127,130,125,131,126,129,124,133,128,131,126,133,129,134,126,135,127,132,128,132,129,135,126,133,125,131,128,136,129,132,127,134,130,135,130,131,131,132,131,132,130,132,132,129,128,132,124,133,125,132,128,131,130,130,129,127,126,127,126,128,127,132,125,128,121,126,126,117,110,115,111,120,109,109,103,115,107,115,111,111,107,116,109,112,109,114,106,116,107,112,109,112,113,112,113,116,115,112,111,113,110,108,108,110,110,109,108,111,105,110,103,110,103,109,102,105,101,107,100,109,101,107,103,105,105,105,107,107,106,105,105,104,104,103,103,103,102,102,102,103,101,106,98,108,100,105,102,103,103,103,103,103,103,103,104,107,104,110,104,113,106,113,110,116,108,119,114,116,112,123,115,117,118,118,117,117,118,118,117,117,117,117,117,117,117,117,117,117,116,116,116,117,117,117,117,118,118,117,117,117,117,117,117,116,115,115,115,115,115,115,116,116,116,116,115,115,114,114,114,117,114,120,111,119,111,116,112,112,109,115,107,116,108,114,110,111,111,111,111,111,111,111,110,109,109,109,109,109,109,109,109,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,109,109,109,109,108,108,108,107,107,107,107,107,107,106,106,106,106,107,107,107,107,107,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,104,104,104,105,106,106,107,107,105,105,105,105,105,105,105,104,104,104,105,104,104,104,104,103,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,102,103,104,103,103,103,103,103,103,103,103,102,103,103,102,101,102,103,102,102,102,102,102,102,102,102,102,103,103,102,101,101,102,103,103,101,101,101,101,101,101,101,101,102,101,100,101,101,100,100,100,99,98,98,98,98,98,98,98,99,100,100,99,97,96,96,96,98,98,97,97,96,96,95,95,96,96,96,96,96,96,96,95,95,95,95,95,95,95,96,96,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,94,93,91,91,91,91,91,91,91,91,91,90,90,90,90,90,89,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,86,86,86,86,86,85,86,87,87,87,86,85,84,83,82,82,82,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,79,79,79,79,79,79,79,78,78,78,78,78,78,78,77,75,74,75,75,75,75,74,75,75,75,75,75,75,75,75,75,75,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,74,74,73,72,72,71,69, 131,126,130,122,132,124,128,123,131,125,133,126,131,126,135,128,130,129,131,130,129,130,129,130,131,129,129,129,132,132,128,129,131,122,131,126,129,124,134,125,131,127,132,127,133,129,133,129,130,127,133,127,132,127,133,130,129,126,132,124,132,124,130,127,132,130,131,126,137,131,132,130,131,128,134,128,137,128,132,128,131,127,132,125,133,126,131,128,131,126,132,125,132,125,132,128,130,126,130,127,132,128,130,124,133,129,132,127,135,130,133,129,135,129,133,125,135,127,131,126,132,129,135,126,133,125,131,128,136,128,132,124,133,128,135,130,129,130,131,131,129,129,130,132,132,130,133,125,132,123,130,125,131,130,130,129,127,126,127,126,128,126,129,121,126,119,123,121,130,120,123,120,124,109,112,115,115,107,115,111,111,107,116,109,112,109,115,106,117,108,113,110,114,114,113,114,117,116,113,112,115,112,110,110,111,111,110,109,109,106,108,103,110,104,107,104,105,102,108,100,109,101,107,103,106,106,107,108,108,106,106,106,105,105,104,103,103,102,102,101,103,101,106,98,108,100,105,102,103,103,103,103,103,103,103,103,104,102,110,102,110,103,110,108,117,109,120,114,117,112,124,116,117,118,118,117,117,118,118,117,117,117,117,117,117,117,117,117,118,117,117,117,117,117,116,116,116,116,115,115,115,115,115,115,116,115,115,115,115,115,115,116,116,116,116,115,115,114,114,114,116,113,118,110,118,110,115,111,112,109,115,107,116,108,114,110,111,111,111,111,111,111,111,110,108,108,108,108,108,108,108,108,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,109,109,108,108,108,107,107,107,107,108,108,108,107,106,105,105,106,107,107,107,107,107,107,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,103,103,103,104,105,107,108,108,105,105,105,105,105,105,105,104,103,104,105,104,103,103,103,104,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,101,103,104,105,104,103,102,102,103,103,103,103,103,103,103,103,102,103,103,102,101,102,103,102,102,102,102,102,102,102,102,102,104,103,101,100,100,101,103,104,101,101,101,101,101,101,101,101,102,101,100,101,101,100,100,100,99,99,98,98,99,99,98,98,99,100,101,100,98,96,96,97,98,98,97,97,96,96,96,96,97,96,96,96,96,96,96,95,95,96,96,95,95,95,95,96,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,94,93,91,91,91,91,91,91,91,91,90,90,90,91,90,90,89,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,86,86,87,87,85,85,86,87,87,87,86,84,84,83,82,82,82,83,83,83,83,83,82,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,79,79,79,79,79,79,79,78,78,78,78,78,78,78,78,75,74,74,76,76,75,74,75,74,74,74,74,74,74,74,75,75,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,74,74,73,72,72,71,69, 132,127,132,125,135,128,132,128,132,126,134,128,133,128,136,129,130,129,131,130,130,131,130,132,131,130,130,129,131,131,128,130,132,123,133,128,130,125,135,126,133,128,133,129,134,129,134,130,132,128,133,128,134,129,134,130,133,130,135,127,136,128,134,131,133,131,132,125,137,131,131,130,129,126,134,128,138,129,131,125,131,127,133,125,134,126,132,128,131,126,132,125,132,125,132,128,131,127,129,127,131,129,130,126,133,129,132,127,135,130,133,129,137,130,133,126,136,128,132,126,132,129,135,126,133,125,132,129,131,125,130,124,132,126,131,126,127,129,131,129,127,126,128,130,131,129,132,125,132,124,131,126,131,130,130,130,127,126,127,126,129,125,127,121,126,120,122,119,121,114,117,112,111,97,102,108,116,107,115,111,111,107,116,109,113,110,117,107,119,109,115,112,115,115,114,115,118,117,114,112,117,114,112,112,114,113,111,110,107,108,107,103,109,106,105,106,107,103,109,101,109,101,107,103,104,105,106,106,105,104,104,105,103,103,103,103,103,103,103,103,103,101,106,98,108,100,105,102,103,103,103,103,103,103,103,103,100,98,105,98,107,101,108,106,116,109,119,114,117,112,124,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,117,116,116,116,116,116,115,113,113,113,112,112,112,113,113,116,115,115,115,115,115,115,116,116,116,116,115,115,114,114,114,114,111,117,108,116,108,113,109,112,109,115,107,116,108,114,110,111,111,111,111,111,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,109,108,108,108,108,108,108,108,108,107,107,107,107,107,106,106,107,107,107,107,107,107,108,107,106,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,106,106,105,105,105,105,105,105,105,104,102,104,106,105,103,102,103,105,104,104,104,104,104,104,104,104,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,102,103,104,104,104,103,102,102,103,103,103,103,103,103,103,103,102,103,103,102,101,102,103,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,101,101,101,101,101,101,101,101,102,101,101,101,101,101,101,101,100,100,100,99,100,100,100,99,99,100,101,100,99,97,97,97,98,98,97,97,97,96,96,96,97,97,97,97,97,97,96,96,95,96,96,95,94,94,95,96,95,95,95,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94,93,93,93,93,93,93,93,93,94,93,91,91,91,91,91,91,91,91,90,90,90,91,91,90,89,89,89,89,89,89,89,89,89,89,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,87,87,87,87,87,87,87,87,86,86,87,87,86,85,86,87,87,87,85,84,83,83,83,83,83,83,83,83,83,83,83,82,82,82,82,82,82,82,81,81,81,81,81,81,81,81,80,80,80,80,80,80,80,80,80,80,80,79,79,79,79,79,79,79,78,78,78,78,78,78,78,79,75,73,74,77,77,75,73,75,74,74,74,73,73,74,74,75,75,74,74,74,74,74,74,74,73,73,73,73,73,73,73,73,74,74,73,72,72,71,69 }; #endif int main() { unsigned char * g_pBuffer = NULL; int BUFFER_SIZE = (1024 * 1024 * 20 * sizeof(char)); //3M is OK g_pBuffer = (unsigned char *)malloc(BUFFER_SIZE); memset(g_pBuffer,205,BUFFER_SIZE); TIMemMgr * pMemMgr; pMemMgr->L2.pMem = L2SRAM; pMemMgr->L2.nMemLen = L2SRAM_SIZE; pMemMgr->L2TMP.pMem = L2TMP; pMemMgr->L2TMP.nMemLen = L2TMP_SIZE; pMemMgr->DDR.pMem = g_pBuffer; pMemMgr->DDR.nMemLen = BUFFER_SIZE; //g_hMemMgr = (void*)pMemMgr; printf(" DDR.nMemLen_st=%d,pMemMgr->DDR.pMem=%x\n",pMemMgr->DDR.nMemLen,pMemMgr->DDR.pMem); printf(" L2.nMemLen_st=%d,pMemMgr->L2.pMem=%x\n",pMemMgr->L2.nMemLen,pMemMgr->L2.pMem); printf(" L2TMP.nMemLen_st=%d,pMemMgr->L2TMP.pMem=%x\n",pMemMgr->L2TMP.nMemLen,pMemMgr->L2TMP.pMem); MHandle g_hDetEngine = NULL; /////////////loadnet //if (!g_hDetEngine) { success = AHD_Create( (void*)pMemMgr,MAX_HAND_NUM,&g_hDetEngine); if (success != 0) { fprintf(stderr,"detector initialize err\n"); } } printf(" DDR.nMemLen_ov=%d\n",pMemMgr->DDR.nMemLen); printf(" L2.nMemLen_ov=%d\n",pMemMgr->L2.nMemLen); printf(" L2TMP.nMemLen_st=%d\n",pMemMgr->L2TMP.nMemLen); ///////////// ASVLOFFSCREEN g_sImage = { 0 }; g_sImage.i32Width = IMG_WIDTH; g_sImage.i32Height = IMG_HEIGHT; g_sImage.pi32Pitch[0] = GET_LINE_BYTES(g_sImage.i32Width,8); g_sImage.pi32Pitch[1] = GET_LINE_BYTES(g_sImage.i32Width >> 1,16); g_sImage.u32PixelArrayFormat = ASVL_PAF_NV21; g_sImage.ppu8Plane[0] = input_img; AHD_SIGNS g_sHandObj = { 0 }; success = AHD_Detect(g_hDetEngine,&g_sImage,0,0,0xFFFFFFFF - 1,NULL,&g_sHandObj); if (success != 0) { printf("detector processing err\n"); return; } if (g_sImage.ppu8Plane[0]) { free(g_sImage.ppu8Plane[0]); } iFreeDetBuffer(g_pBuffer); return 0; } console inf normal output DDR.nMemLen_st=20971520,pMemMgr->DDR.pMem=80000118 L2.nMemLen_st=32768,pMemMgr->L2.pMem=800000 L2TMP.nMemLen_st=163840,pMemMgr->L2TMP.pMem=808000 DDR.nMemLen_ov=5395480 L2.nMemLen_ov=3056 L2TMP.nMemLen_st=163840 but more often is like this DDR.nMemLen_st=-2112315241,pMemMgr->DDR.pMem=1 L2.nMemLen_st=-2147483368,pMemMgr->L2.pMem=cc0f1d26 L2TMP.nMemLen_st=2015735056,pMemMgr->L2TMP.pMem=0 detector initialize err DDR.nMemLen_ov=-2147483368 L2.nMemLen_ov=2015735056 L2TMP.nMemLen_st=-2147483368 c_times = 0.000992 ms detector processing err i donot know what may cause this problem! Responses: Can you clarify if you're using any L2 cache? From a comment in your linker configuration file ( /* SARAM in L2, = 256 + 32 - 128 = 160 KB*/) it looks like 128k of L2 cache may be used. TIMemMgr * pMemMgr; is the problem TIMemMgr pMemMgr; is ok !