Files
horse/horse/global/character.kk

164 lines
728 KiB
Plaintext

module horse/global/character
// Automatically generated with horsegen; DO NOT EDIT
import std/core/delayed
import std/core/vector
import std/core-extras
import std/data/rb-map
import horse/game-id
pub import horse/character
extern create-id-table(): vector<int>
c inline "int32_t arr[] = {1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1030,1032,1033,1034,1035,1037,1038,1039,1040,1041,1044,1045,1046,1048,1050,1051,1052,1056,1058,1059,1060,1061,1068,1069,1071,};\nkk_vector_from_cint32array(arr, (kk_ssize_t)53, kk_context())"
js inline "[1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1030,1032,1033,1034,1035,1037,1038,1039,1040,1041,1044,1045,1046,1048,1050,1051,1052,1056,1058,1059,1060,1061,1068,1069,1071,]"
// Vector of all character ID values in order for easy iterating.
pub val all = once(create-id-table)
val name2id = once()
var m: rbmap<string, int> := empty()
all().foreach() fn(id) m := m.set(Character-id(id).show, id)
m
// Get the character ID that has the given exact name.
// If no character matches the name, the result is an invalid ID.
pub fun from-name(name: string): character-id
Character-id(name2id().rb-map/lookup(name).default(0))
// Get the name for a character.
// If no character matches the ID, the result is the numeric ID.
pub fun show(c: character-id): string
match c.game-id
1001 -> "Special Week"
1002 -> "Silence Suzuka"
1003 -> "Tokai Teio"
1004 -> "Maruzensky"
1005 -> "Fuji Kiseki"
1006 -> "Oguri Cap"
1007 -> "Gold Ship"
1008 -> "Vodka"
1009 -> "Daiwa Scarlet"
1010 -> "Taiki Shuttle"
1011 -> "Grass Wonder"
1012 -> "Hishi Amazon"
1013 -> "Mejiro McQueen"
1014 -> "El Condor Pasa"
1015 -> "T.M. Opera O"
1016 -> "Narita Brian"
1017 -> "Symboli Rudolf"
1018 -> "Air Groove"
1019 -> "Agnes Digital"
1020 -> "Seiun Sky"
1021 -> "Tamamo Cross"
1022 -> "Fine Motion"
1023 -> "Biwa Hayahide"
1024 -> "Mayano Top Gun"
1025 -> "Manhattan Cafe"
1026 -> "Mihono Bourbon"
1027 -> "Mejiro Ryan"
1028 -> "Hishi Akebono"
1030 -> "Rice Shower"
1032 -> "Agnes Tachyon"
1033 -> "Admire Vega"
1034 -> "Inari One"
1035 -> "Winning Ticket"
1037 -> "Eishin Flash"
1038 -> "Curren Chan"
1039 -> "Kawakami Princess"
1040 -> "Gold City"
1041 -> "Sakura Bakushin O"
1044 -> "Sweep Tosho"
1045 -> "Super Creek"
1046 -> "Smart Falcon"
1048 -> "Tosen Jordan"
1050 -> "Narita Taishin"
1051 -> "Nishino Flower"
1052 -> "Haru Urara"
1056 -> "Matikanefukukitaru"
1058 -> "Meisho Doto"
1059 -> "Mejiro Dober"
1060 -> "Nice Nature"
1061 -> "King Halo"
1068 -> "Kitasan Black"
1069 -> "Sakura Chiyono O"
1071 -> "Mejiro Ardan"
x -> "character " ++ x.show
fun character/index(c: character-id): int
match c.game-id
1001 -> 0
1002 -> 1
1003 -> 2
1004 -> 3
1005 -> 4
1006 -> 5
1007 -> 6
1008 -> 7
1009 -> 8
1010 -> 9
1011 -> 10
1012 -> 11
1013 -> 12
1014 -> 13
1015 -> 14
1016 -> 15
1017 -> 16
1018 -> 17
1019 -> 18
1020 -> 19
1021 -> 20
1022 -> 21
1023 -> 22
1024 -> 23
1025 -> 24
1026 -> 25
1027 -> 26
1028 -> 27
1030 -> 28
1032 -> 29
1033 -> 30
1034 -> 31
1035 -> 32
1037 -> 33
1038 -> 34
1039 -> 35
1040 -> 36
1041 -> 37
1044 -> 38
1045 -> 39
1046 -> 40
1048 -> 41
1050 -> 42
1051 -> 43
1052 -> 44
1056 -> 45
1058 -> 46
1059 -> 47
1060 -> 48
1061 -> 49
1068 -> 50
1069 -> 51
1071 -> 52
_ -> -99999999
// Create the table of all pair affinities.
// The affinity is the value at a.index*count + b.index.
extern global/create-pair-table(): vector<int>
c inline "int32_t arr[] = {0,23,20,11,11,25,26,26,17,9,31,14,27,25,31,33,26,18,19,30,27,17,25,26,24,18,24,12,23,25,0,0,27,26,10,25,11,9,0,29,10,18,17,0,7,28,20,22,35,24,0,17,17,23,0,18,17,11,18,19,16,17,14,18,15,20,17,19,18,16,18,18,22,19,19,18,26,11,26,18,10,17,20,0,0,18,17,10,16,13,13,0,20,17,19,17,0,3,27,19,18,19,11,0,18,17,20,18,0,9,19,18,20,24,30,17,17,14,31,24,27,21,28,26,26,17,18,23,25,20,10,20,17,17,25,21,0,0,19,18,18,17,18,17,0,24,12,25,19,0,3,17,24,14,21,13,0,24,22,11,17,9,0,17,18,9,15,17,24,17,7,8,17,8,11,11,9,17,16,12,7,9,15,9,30,8,16,10,10,0,0,10,9,14,14,15,16,0,11,16,9,9,0,7,10,8,14,8,16,0,18,10,11,11,19,17,0,17,12,17,23,22,16,11,19,22,18,13,16,19,24,9,10,17,19,11,9,19,12,18,15,12,0,0,12,12,17,16,26,16,0,18,13,17,12,0,2,11,18,15,12,11,0,24,16,25,18,18,18,17,0,20,31,24,18,30,15,18,23,20,25,19,16,26,15,24,17,18,20,17,24,25,10,16,24,0,0,26,26,10,30,18,9,0,26,17,17,17,0,3,25,18,29,26,17,0,25,22,26,19,20,9,12,20,0,16,18,9,17,24,31,17,29,29,28,19,18,24,34,16,31,30,19,18,19,11,25,18,0,0,22,21,9,17,10,9,0,28,13,18,27,0,11,19,18,14,26,11,0,16,17,26,16,24,15,17,31,16,0,34,16,29,16,21,23,18,24,17,20,27,15,17,17,16,16,14,25,22,9,15,25,0,0,24,25,12,31,17,8,0,17,18,17,16,0,3,23,16,30,24,18,0,23,14,17,17,30,17,23,24,18,34,0,22,23,16,28,30,24,18,24,27,34,14,18,26,24,17,8,23,14,17,22,17,0,0,17,17,19,26,23,15,0,25,17,25,16,0,4,17,23,24,16,11,0,30,21,9,14,17,24,22,18,9,16,22,0,19,10,16,27,17,8,20,16,24,10,8,17,16,9,13,24,11,23,21,11,0,0,9,9,23,14,25,29,0,16,8,17,8,0,7,15,16,22,9,17,0,28,19,31,18,17,17,16,30,17,29,23,19,0,16,16,35,19,24,19,16,22,24,16,14,16,18,18,23,25,10,18,23,0,0,22,22,7,30,15,10,0,15,15,15,15,0,3,23,18,30,24,23,0,27,17,14,15,14,7,11,15,24,16,16,10,16,0,14,17,15,17,17,17,14,16,21,16,17,15,10,14,18,7,17,14,0,0,17,17,8,15,7,9,0,14,9,14,23,0,8,14,14,19,14,7,0,16,17,27,20,31,8,19,18,31,21,28,16,16,14,0,22,33,26,31,25,26,24,27,25,35,28,18,18,22,17,33,19,0,0,19,17,18,17,18,18,0,34,12,25,18,0,4,19,25,16,27,14,0,22,25,25,17,24,17,22,23,17,23,30,27,35,17,22,0,26,15,27,23,29,24,15,22,23,16,11,22,17,17,26,16,0,0,16,16,14,23,22,17,0,23,16,22,15,0,2,16,24,23,17,15,0,33,25,31,19,27,8,18,20,29,18,24,17,19,15,33,26,0,27,35,24,25,26,27,23,36,29,19,18,16,19,32,19,0,0,18,19,16,18,17,16,0,33,10,25,19,0,5,17,28,14,26,12,0,22,23,33,18,21,11,13,25,29,24,18,8,24,17,26,15,27,0,29,20,18,24,25,17,27,26,24,20,25,10,23,25,0,0,27,27,10,23,11,8,0,27,12,17,20,0,2,27,18,22,32,17,0,18,16,26,16,28,11,16,19,28,17,24,20,19,17,31,27,35,29,0,25,22,26,26,21,33,26,22,17,17,15,36,18,0,0,18,17,14,15,15,17,0,33,9,23,17,0,1,16,22,16,22,10,0,26,27,18,18,26,9,19,16,19,20,27,16,16,17,25,23,24,20,25,0,24,15,17,26,25,16,7,17,17,16,22,18,0,0,19,19,17,18,17,17,0,25,13,25,18,0,3,17,23,16,17,12,0,23,21,19,18,26,17,24,26,18,27,34,24,22,14,26,29,25,18,22,24,0,15,19,24,24,17,8,24,15,17,22,19,0,0,17,18,18,23,24,15,0,27,25,25,17,0,9,18,24,21,17,10,0,30,22,30,22,17,16,9,15,24,15,14,10,24,16,24,24,26,24,26,15,15,0,22,14,23,30,18,24,19,10,25,17,0,0,15,15,8,16,10,11,0,24,16,15,16,0,2,16,18,17,26,15,0,18,18,27,19,18,12,10,24,34,17,18,8,16,21,27,15,27,25,26,17,19,22,0,16,26,26,16,17,16,10,23,17,0,0,17,18,9,16,11,9,0,33,11,18,24,0,9,18,18,14,24,10,0,16,17,17,19,23,7,17,17,16,17,26,17,14,16,25,22,23,17,21,26,24,14,16,0,23,16,10,18,14,18,24,19,1,1,16,17,18,19,18,16,1,23,9,26,16,1,3,18,24,20,16,11,0,23,21,25,18,25,9,19,18,31,16,24,16,16,17,35,23,36,27,33,25,24,23,26,23,0,28,18,17,18,17,32,17,0,0,26,20,16,16,17,16,0,34,13,24,25,0,2,18,25,14,24,10,0,23,23,26,26,20,15,11,20,30,16,17,9,18,15,28,16,29,26,26,16,17,30,26,16,28,0,19,24,17,11,25,17,0,0,20,18,9,16,10,9,0,27,17,17,17,0,3,19,18,14,25,10,0,15,17,24,11,10,9,9,17,19,14,8,13,18,10,18,11,19,24,22,7,8,18,16,10,18,19,0,10,18,8,23,19,0,0,16,16,8,14,11,12,0,18,1,10,8,0,0,19,9,19,23,15,0,13,12,18,26,20,30,19,24,18,25,23,24,23,14,18,22,18,20,17,17,24,24,17,18,17,24,10,0,16,17,18,21,0,0,18,18,16,23,20,19,0,17,25,19,18,0,9,19,17,23,18,18,0,26,15,24,18,17,8,12,25,19,22,14,11,25,18,22,17,16,25,17,17,15,19,16,14,18,17,18,16,0,8,19,24,0,0,25,24,7,21,9,14,0,16,11,15,18,0,1,23,16,25,25,16,0,17,20,12,10,17,16,18,10,11,9,17,23,10,7,17,17,19,10,15,16,17,10,10,18,17,11,8,17,8,0,15,10,1,1,10,10,25,12,17,23,1,18,4,18,10,1,11,10,20,8,12,19,0,18,15,23,17,25,10,15,16,25,15,22,21,18,17,33,26,32,23,36,22,22,25,23,24,32,25,23,18,19,15,0,18,0,0,16,16,15,14,18,21,0,32,8,24,15,0,2,19,23,19,24,9,0,28,26,25,20,21,10,12,24,18,25,17,11,23,14,19,16,19,25,18,18,19,17,17,19,17,17,19,21,24,10,18,0,0,0,24,24,10,23,14,11,0,18,11,19,18,0,3,27,18,24,26,19,0,19,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,27,18,19,10,12,26,22,24,17,9,22,17,19,16,18,27,18,19,17,15,17,16,26,20,16,18,25,10,16,24,0,0,0,28,9,23,10,10,0,19,13,19,25,0,3,25,17,21,25,17,0,17,17,26,17,18,9,12,26,21,25,17,9,22,17,17,16,19,27,17,19,18,15,18,17,20,18,16,18,24,10,16,24,0,0,28,0,10,23,10,8,0,19,15,18,19,0,2,24,17,21,24,17,0,17,16,10,10,18,14,17,10,9,12,19,23,7,8,18,14,16,10,14,17,18,8,9,18,16,9,8,16,7,25,15,10,1,1,9,10,0,11,16,23,1,16,2,17,10,1,10,9,17,9,9,17,0,14,14,25,16,17,14,16,30,17,31,26,14,30,15,17,23,18,23,15,18,23,16,16,19,16,16,14,23,21,12,14,23,1,1,23,23,11,0,16,7,1,16,17,17,17,1,5,23,19,32,25,18,0,21,14,11,13,18,15,26,18,10,17,23,25,15,7,18,22,17,11,15,17,24,10,11,18,17,10,11,20,9,17,18,14,0,0,10,10,16,16,0,19,0,17,11,19,11,0,2,12,17,16,11,11,0,24,15,9,13,17,16,16,9,9,8,15,29,10,9,18,17,16,8,17,17,15,11,9,16,16,9,12,19,14,23,21,11,0,0,10,8,23,7,19,0,0,17,2,19,8,0,10,13,16,12,12,16,0,22,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,29,20,24,11,18,26,28,17,25,16,15,14,34,23,33,27,33,25,27,24,33,23,34,27,18,17,16,18,32,18,0,0,19,19,16,16,17,17,0,0,11,26,20,0,3,21,24,14,25,10,0,24,27,10,17,12,16,13,17,13,18,17,8,15,9,12,16,10,12,9,13,25,16,11,9,13,17,1,25,11,4,8,11,0,0,13,15,2,17,11,2,0,11,0,11,12,0,10,10,10,14,11,5,0,16,8,18,19,25,9,17,17,18,17,25,17,15,14,25,22,25,17,23,25,25,15,18,26,24,17,10,19,15,18,24,19,1,1,19,18,17,17,19,19,1,26,11,0,17,1,2,19,25,17,17,10,0,25,22,17,17,19,9,12,17,27,16,16,8,15,23,18,15,19,20,17,18,17,16,24,16,25,17,8,18,18,10,15,18,0,0,25,19,10,17,11,8,0,20,12,17,0,0,10,17,18,15,18,11,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,7,3,3,7,2,3,11,3,4,7,3,8,4,2,5,2,1,3,9,2,9,3,2,3,0,9,1,11,2,3,0,0,3,2,10,5,2,10,0,3,10,2,10,0,0,3,5,1,5,13,0,1,1,28,27,17,10,11,25,19,23,17,15,23,14,19,16,17,27,16,17,18,16,18,18,18,19,19,19,23,10,19,27,0,0,25,24,9,23,12,13,0,21,10,19,17,0,3,0,17,24,25,18,0,18,16,20,19,24,8,18,18,18,16,23,16,18,14,25,24,28,18,22,23,24,18,18,24,25,18,9,17,16,20,23,18,1,1,17,17,17,19,17,16,1,24,10,25,18,1,5,17,0,15,19,12,0,22,22,22,18,14,14,15,29,14,30,24,22,30,19,16,23,14,22,16,16,21,17,14,20,14,14,19,23,25,8,19,24,1,1,21,21,9,32,16,12,1,14,14,17,15,1,1,24,15,0,21,14,0,25,18,35,19,21,8,12,26,26,24,16,9,24,14,27,17,26,32,22,17,17,26,24,16,24,25,23,18,25,12,24,26,0,0,25,24,9,25,11,12,0,25,11,17,18,0,5,25,19,21,0,20,0,15,16,24,11,13,16,11,17,11,18,11,17,23,7,14,15,12,17,10,12,10,15,10,11,10,10,15,18,16,19,9,19,0,0,17,17,17,18,11,16,0,10,5,10,11,0,13,18,12,14,20,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,18,24,18,24,25,16,23,30,28,27,16,22,33,22,18,26,23,30,18,16,23,23,15,13,26,17,18,28,19,0,0,17,17,14,21,24,22,0,24,16,25,16,0,1,18,22,25,15,9,0,0,29,17,17,22,10,16,22,17,14,21,19,17,17,25,25,23,16,27,21,22,18,17,21,23,17,12,15,20,15,26,16,0,0,17,16,14,14,15,19,0,27,8,22,16,0,1,16,22,18,16,8,0,29,0,};\nkk_vector_from_cint32array(arr, (kk_ssize_t)53 * (kk_ssize_t)53, kk_context())"
js inline "[0,23,20,11,11,25,26,26,17,9,31,14,27,25,31,33,26,18,19,30,27,17,25,26,24,18,24,12,23,25,0,0,27,26,10,25,11,9,0,29,10,18,17,0,7,28,20,22,35,24,0,17,17,23,0,18,17,11,18,19,16,17,14,18,15,20,17,19,18,16,18,18,22,19,19,18,26,11,26,18,10,17,20,0,0,18,17,10,16,13,13,0,20,17,19,17,0,3,27,19,18,19,11,0,18,17,20,18,0,9,19,18,20,24,30,17,17,14,31,24,27,21,28,26,26,17,18,23,25,20,10,20,17,17,25,21,0,0,19,18,18,17,18,17,0,24,12,25,19,0,3,17,24,14,21,13,0,24,22,11,17,9,0,17,18,9,15,17,24,17,7,8,17,8,11,11,9,17,16,12,7,9,15,9,30,8,16,10,10,0,0,10,9,14,14,15,16,0,11,16,9,9,0,7,10,8,14,8,16,0,18,10,11,11,19,17,0,17,12,17,23,22,16,11,19,22,18,13,16,19,24,9,10,17,19,11,9,19,12,18,15,12,0,0,12,12,17,16,26,16,0,18,13,17,12,0,2,11,18,15,12,11,0,24,16,25,18,18,18,17,0,20,31,24,18,30,15,18,23,20,25,19,16,26,15,24,17,18,20,17,24,25,10,16,24,0,0,26,26,10,30,18,9,0,26,17,17,17,0,3,25,18,29,26,17,0,25,22,26,19,20,9,12,20,0,16,18,9,17,24,31,17,29,29,28,19,18,24,34,16,31,30,19,18,19,11,25,18,0,0,22,21,9,17,10,9,0,28,13,18,27,0,11,19,18,14,26,11,0,16,17,26,16,24,15,17,31,16,0,34,16,29,16,21,23,18,24,17,20,27,15,17,17,16,16,14,25,22,9,15,25,0,0,24,25,12,31,17,8,0,17,18,17,16,0,3,23,16,30,24,18,0,23,14,17,17,30,17,23,24,18,34,0,22,23,16,28,30,24,18,24,27,34,14,18,26,24,17,8,23,14,17,22,17,0,0,17,17,19,26,23,15,0,25,17,25,16,0,4,17,23,24,16,11,0,30,21,9,14,17,24,22,18,9,16,22,0,19,10,16,27,17,8,20,16,24,10,8,17,16,9,13,24,11,23,21,11,0,0,9,9,23,14,25,29,0,16,8,17,8,0,7,15,16,22,9,17,0,28,19,31,18,17,17,16,30,17,29,23,19,0,16,16,35,19,24,19,16,22,24,16,14,16,18,18,23,25,10,18,23,0,0,22,22,7,30,15,10,0,15,15,15,15,0,3,23,18,30,24,23,0,27,17,14,15,14,7,11,15,24,16,16,10,16,0,14,17,15,17,17,17,14,16,21,16,17,15,10,14,18,7,17,14,0,0,17,17,8,15,7,9,0,14,9,14,23,0,8,14,14,19,14,7,0,16,17,27,20,31,8,19,18,31,21,28,16,16,14,0,22,33,26,31,25,26,24,27,25,35,28,18,18,22,17,33,19,0,0,19,17,18,17,18,18,0,34,12,25,18,0,4,19,25,16,27,14,0,22,25,25,17,24,17,22,23,17,23,30,27,35,17,22,0,26,15,27,23,29,24,15,22,23,16,11,22,17,17,26,16,0,0,16,16,14,23,22,17,0,23,16,22,15,0,2,16,24,23,17,15,0,33,25,31,19,27,8,18,20,29,18,24,17,19,15,33,26,0,27,35,24,25,26,27,23,36,29,19,18,16,19,32,19,0,0,18,19,16,18,17,16,0,33,10,25,19,0,5,17,28,14,26,12,0,22,23,33,18,21,11,13,25,29,24,18,8,24,17,26,15,27,0,29,20,18,24,25,17,27,26,24,20,25,10,23,25,0,0,27,27,10,23,11,8,0,27,12,17,20,0,2,27,18,22,32,17,0,18,16,26,16,28,11,16,19,28,17,24,20,19,17,31,27,35,29,0,25,22,26,26,21,33,26,22,17,17,15,36,18,0,0,18,17,14,15,15,17,0,33,9,23,17,0,1,16,22,16,22,10,0,26,27,18,18,26,9,19,16,19,20,27,16,16,17,25,23,24,20,25,0,24,15,17,26,25,16,7,17,17,16,22,18,0,0,19,19,17,18,17,17,0,25,13,25,18,0,3,17,23,16,17,12,0,23,21,19,18,26,17,24,26,18,27,34,24,22,14,26,29,25,18,22,24,0,15,19,24,24,17,8,24,15,17,22,19,0,0,17,18,18,23,24,15,0,27,25,25,17,0,9,18,24,21,17,10,0,30,22,30,22,17,16,9,15,24,15,14,10,24,16,24,24,26,24,26,15,15,0,22,14,23,30,18,24,19,10,25,17,0,0,15,15,8,16,10,11,0,24,16,15,16,0,2,16,18,17,26,15,0,18,18,27,19,18,12,10,24,34,17,18,8,16,21,27,15,27,25,26,17,19,22,0,16,26,26,16,17,16,10,23,17,0,0,17,18,9,16,11,9,0,33,11,18,24,0,9,18,18,14,24,10,0,16,17,17,19,23,7,17,17,16,17,26,17,14,16,25,22,23,17,21,26,24,14,16,0,23,16,10,18,14,18,24,19,1,1,16,17,18,19,18,16,1,23,9,26,16,1,3,18,24,20,16,11,0,23,21,25,18,25,9,19,18,31,16,24,16,16,17,35,23,36,27,33,25,24,23,26,23,0,28,18,17,18,17,32,17,0,0,26,20,16,16,17,16,0,34,13,24,25,0,2,18,25,14,24,10,0,23,23,26,26,20,15,11,20,30,16,17,9,18,15,28,16,29,26,26,16,17,30,26,16,28,0,19,24,17,11,25,17,0,0,20,18,9,16,10,9,0,27,17,17,17,0,3,19,18,14,25,10,0,15,17,24,11,10,9,9,17,19,14,8,13,18,10,18,11,19,24,22,7,8,18,16,10,18,19,0,10,18,8,23,19,0,0,16,16,8,14,11,12,0,18,1,10,8,0,0,19,9,19,23,15,0,13,12,18,26,20,30,19,24,18,25,23,24,23,14,18,22,18,20,17,17,24,24,17,18,17,24,10,0,16,17,18,21,0,0,18,18,16,23,20,19,0,17,25,19,18,0,9,19,17,23,18,18,0,26,15,24,18,17,8,12,25,19,22,14,11,25,18,22,17,16,25,17,17,15,19,16,14,18,17,18,16,0,8,19,24,0,0,25,24,7,21,9,14,0,16,11,15,18,0,1,23,16,25,25,16,0,17,20,12,10,17,16,18,10,11,9,17,23,10,7,17,17,19,10,15,16,17,10,10,18,17,11,8,17,8,0,15,10,1,1,10,10,25,12,17,23,1,18,4,18,10,1,11,10,20,8,12,19,0,18,15,23,17,25,10,15,16,25,15,22,21,18,17,33,26,32,23,36,22,22,25,23,24,32,25,23,18,19,15,0,18,0,0,16,16,15,14,18,21,0,32,8,24,15,0,2,19,23,19,24,9,0,28,26,25,20,21,10,12,24,18,25,17,11,23,14,19,16,19,25,18,18,19,17,17,19,17,17,19,21,24,10,18,0,0,0,24,24,10,23,14,11,0,18,11,19,18,0,3,27,18,24,26,19,0,19,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,27,18,19,10,12,26,22,24,17,9,22,17,19,16,18,27,18,19,17,15,17,16,26,20,16,18,25,10,16,24,0,0,0,28,9,23,10,10,0,19,13,19,25,0,3,25,17,21,25,17,0,17,17,26,17,18,9,12,26,21,25,17,9,22,17,17,16,19,27,17,19,18,15,18,17,20,18,16,18,24,10,16,24,0,0,28,0,10,23,10,8,0,19,15,18,19,0,2,24,17,21,24,17,0,17,16,10,10,18,14,17,10,9,12,19,23,7,8,18,14,16,10,14,17,18,8,9,18,16,9,8,16,7,25,15,10,1,1,9,10,0,11,16,23,1,16,2,17,10,1,10,9,17,9,9,17,0,14,14,25,16,17,14,16,30,17,31,26,14,30,15,17,23,18,23,15,18,23,16,16,19,16,16,14,23,21,12,14,23,1,1,23,23,11,0,16,7,1,16,17,17,17,1,5,23,19,32,25,18,0,21,14,11,13,18,15,26,18,10,17,23,25,15,7,18,22,17,11,15,17,24,10,11,18,17,10,11,20,9,17,18,14,0,0,10,10,16,16,0,19,0,17,11,19,11,0,2,12,17,16,11,11,0,24,15,9,13,17,16,16,9,9,8,15,29,10,9,18,17,16,8,17,17,15,11,9,16,16,9,12,19,14,23,21,11,0,0,10,8,23,7,19,0,0,17,2,19,8,0,10,13,16,12,12,16,0,22,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,29,20,24,11,18,26,28,17,25,16,15,14,34,23,33,27,33,25,27,24,33,23,34,27,18,17,16,18,32,18,0,0,19,19,16,16,17,17,0,0,11,26,20,0,3,21,24,14,25,10,0,24,27,10,17,12,16,13,17,13,18,17,8,15,9,12,16,10,12,9,13,25,16,11,9,13,17,1,25,11,4,8,11,0,0,13,15,2,17,11,2,0,11,0,11,12,0,10,10,10,14,11,5,0,16,8,18,19,25,9,17,17,18,17,25,17,15,14,25,22,25,17,23,25,25,15,18,26,24,17,10,19,15,18,24,19,1,1,19,18,17,17,19,19,1,26,11,0,17,1,2,19,25,17,17,10,0,25,22,17,17,19,9,12,17,27,16,16,8,15,23,18,15,19,20,17,18,17,16,24,16,25,17,8,18,18,10,15,18,0,0,25,19,10,17,11,8,0,20,12,17,0,0,10,17,18,15,18,11,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,7,3,3,7,2,3,11,3,4,7,3,8,4,2,5,2,1,3,9,2,9,3,2,3,0,9,1,11,2,3,0,0,3,2,10,5,2,10,0,3,10,2,10,0,0,3,5,1,5,13,0,1,1,28,27,17,10,11,25,19,23,17,15,23,14,19,16,17,27,16,17,18,16,18,18,18,19,19,19,23,10,19,27,0,0,25,24,9,23,12,13,0,21,10,19,17,0,3,0,17,24,25,18,0,18,16,20,19,24,8,18,18,18,16,23,16,18,14,25,24,28,18,22,23,24,18,18,24,25,18,9,17,16,20,23,18,1,1,17,17,17,19,17,16,1,24,10,25,18,1,5,17,0,15,19,12,0,22,22,22,18,14,14,15,29,14,30,24,22,30,19,16,23,14,22,16,16,21,17,14,20,14,14,19,23,25,8,19,24,1,1,21,21,9,32,16,12,1,14,14,17,15,1,1,24,15,0,21,14,0,25,18,35,19,21,8,12,26,26,24,16,9,24,14,27,17,26,32,22,17,17,26,24,16,24,25,23,18,25,12,24,26,0,0,25,24,9,25,11,12,0,25,11,17,18,0,5,25,19,21,0,20,0,15,16,24,11,13,16,11,17,11,18,11,17,23,7,14,15,12,17,10,12,10,15,10,11,10,10,15,18,16,19,9,19,0,0,17,17,17,18,11,16,0,10,5,10,11,0,13,18,12,14,20,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,18,24,18,24,25,16,23,30,28,27,16,22,33,22,18,26,23,30,18,16,23,23,15,13,26,17,18,28,19,0,0,17,17,14,21,24,22,0,24,16,25,16,0,1,18,22,25,15,9,0,0,29,17,17,22,10,16,22,17,14,21,19,17,17,25,25,23,16,27,21,22,18,17,21,23,17,12,15,20,15,26,16,0,0,17,16,14,14,15,19,0,27,8,22,16,0,1,16,22,18,16,8,0,29,0,]"
val global/pair-table = global/create-pair-table()
// Base affinity between a pair using the global ruleset.
pub fun global/pair-affinity(a: character-id, b: character-id): int
global/pair-table.at(a.index * 53 + b.index).default(0)
// Create the table of all trio affinities.
// The affinity is the value at a.index*count*count + b.index*count + c.index.
extern global/create-trio-table(): vector<int>
c inline "int32_t arr[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,9,11,18,18,16,17,9,16,14,18,16,17,18,15,17,18,15,18,16,17,18,9,17,16,10,15,18,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,20,17,14,18,11,0,15,16,0,17,0,8,10,17,17,18,16,8,15,14,17,16,18,18,17,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,0,9,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,8,9,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,9,8,7,8,8,0,8,8,0,11,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,9,10,8,10,8,11,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,0,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,15,16,0,18,17,8,10,18,0,16,16,8,15,14,26,15,25,24,23,16,17,22,25,16,25,26,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,0,16,18,7,9,23,16,0,16,7,21,14,16,15,18,24,16,17,17,14,17,16,16,16,14,17,21,9,14,23,0,0,24,25,9,23,9,7,0,17,9,17,16,0,2,23,16,21,23,16,0,15,14,0,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,0,9,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,9,8,7,8,9,0,8,8,0,16,15,8,8,22,15,21,14,9,0,14,15,23,17,22,15,15,15,22,15,14,15,15,15,15,22,10,15,22,0,0,22,22,7,23,8,8,0,15,8,15,15,0,2,23,17,21,24,21,0,15,15,0,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,0,18,17,8,10,18,26,16,16,8,15,14,0,15,25,24,23,16,17,22,25,16,25,26,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,0,16,16,8,8,15,15,15,14,9,23,14,15,0,18,15,16,15,15,22,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,16,17,14,17,14,0,15,15,0,17,18,8,10,17,25,18,16,8,17,14,25,18,0,24,24,17,18,24,26,16,25,25,16,17,15,12,23,17,0,0,17,18,9,18,10,8,0,26,10,18,17,0,4,17,19,14,26,12,0,15,15,0,18,18,9,10,24,24,24,17,8,22,14,24,15,24,0,23,16,18,22,25,16,24,24,22,18,22,10,22,24,0,0,25,25,9,23,10,8,0,25,10,17,17,0,2,25,17,21,31,17,0,16,15,0,15,17,8,8,15,23,16,14,8,15,14,23,16,24,23,0,14,15,22,23,14,23,23,16,16,15,8,23,15,0,0,16,16,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,16,15,0,17,16,7,9,16,16,17,16,8,15,14,16,15,17,16,14,0,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,17,16,14,16,10,0,14,14,0,18,17,9,10,17,17,17,17,8,15,14,17,15,18,18,15,17,0,15,19,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,19,10,18,17,0,2,18,17,14,17,10,0,15,15,0,15,15,8,8,15,22,14,14,8,22,14,22,22,24,22,22,14,15,0,22,14,22,22,15,15,15,10,22,15,0,0,15,15,7,16,8,8,0,22,8,15,15,0,2,15,17,14,24,13,0,15,15,0,18,17,9,10,17,25,17,17,8,15,14,25,15,26,25,23,17,19,22,0,16,25,25,16,17,15,10,23,17,0,0,17,18,9,16,10,8,0,27,10,18,17,0,2,18,17,14,24,10,0,15,15,0,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,0,17,17,8,10,17,25,16,16,8,15,14,25,15,25,24,23,16,17,22,25,16,0,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,17,14,24,10,0,15,15,0,18,17,8,10,18,26,16,16,8,15,14,26,15,25,24,23,16,17,22,25,16,25,0,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,0,9,8,8,9,15,16,14,7,8,15,7,16,8,16,22,16,7,8,15,16,7,16,16,0,8,15,8,16,16,0,0,15,15,7,14,8,8,0,16,1,8,8,0,0,15,8,14,22,15,0,8,8,0,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,0,16,15,8,8,23,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,23,15,21,23,15,0,15,16,0,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,12,12,0,8,8,0,15,15,8,8,15,23,14,14,8,15,14,23,15,23,22,23,14,15,22,23,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,15,15,0,18,17,8,11,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,16,17,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,8,10,25,18,24,16,8,22,14,18,15,17,25,16,16,17,15,17,16,17,18,15,18,23,10,15,24,0,0,0,25,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,16,16,0,17,18,8,10,24,17,25,16,8,22,14,17,15,18,25,16,17,18,15,18,16,17,17,15,18,22,10,15,24,0,0,25,0,9,23,10,8,0,18,10,18,17,0,2,24,17,21,24,17,0,16,15,0,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,0,16,16,7,9,23,16,23,16,7,23,14,16,16,18,23,14,16,16,16,16,16,16,16,14,16,21,11,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,4,23,18,21,25,18,0,14,14,0,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,0,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,17,9,10,18,26,17,17,8,15,14,26,15,26,25,23,17,19,22,27,16,25,26,16,17,16,10,23,17,0,0,18,18,9,16,10,9,0,0,10,18,17,0,3,19,17,14,25,10,0,15,16,0,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,0,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,0,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,2,3,3,2,2,0,2,0,3,2,4,2,0,2,2,2,2,2,2,3,0,2,1,4,0,2,0,0,3,2,2,4,2,1,0,3,2,2,2,0,0,3,4,0,5,4,0,0,1,0,20,17,9,10,25,18,23,17,9,23,14,18,16,17,25,15,17,18,15,18,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,19,10,17,17,0,3,0,17,21,25,18,0,15,16,0,17,17,8,10,17,17,16,16,8,17,14,17,17,19,17,15,16,17,17,17,16,17,17,8,17,15,12,15,17,0,0,17,17,9,18,10,8,0,17,10,17,17,0,4,17,0,14,19,12,0,15,15,0,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,0,18,17,8,10,25,25,23,16,8,24,14,25,17,26,31,22,16,17,24,24,16,24,25,22,17,23,12,22,24,0,0,25,24,9,25,10,9,0,25,10,17,17,0,5,25,19,21,0,19,0,15,16,0,11,10,8,10,17,10,16,9,9,21,7,10,14,12,17,8,10,10,13,10,9,10,10,15,10,15,12,8,17,0,0,17,17,9,18,10,8,0,10,3,10,10,0,4,18,12,14,19,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,0,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,0,17,9,11,18,18,16,17,9,16,14,18,16,17,18,15,17,18,15,18,16,17,18,9,17,16,10,15,18,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,20,17,14,18,11,0,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,9,0,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,15,9,7,8,15,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,9,8,8,8,0,0,9,8,7,8,8,0,8,8,11,0,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,9,10,8,10,8,11,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,18,0,17,8,10,0,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,18,0,17,8,10,18,0,16,16,8,16,14,19,15,18,17,15,16,17,15,18,16,18,19,8,17,17,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,18,14,18,10,0,15,16,16,0,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,0,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,9,0,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,9,8,8,10,10,8,8,10,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,14,8,10,8,9,0,10,8,16,0,15,8,8,15,16,14,14,9,0,14,16,16,16,15,15,15,15,15,16,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,16,16,14,15,9,0,15,15,14,0,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,18,0,17,8,10,18,19,16,16,8,16,14,0,15,18,17,15,16,17,15,18,16,18,19,8,17,17,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,18,14,18,10,0,15,16,16,0,15,8,8,15,15,14,14,9,16,14,15,0,15,15,15,15,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,16,15,14,15,9,0,15,15,17,0,17,8,10,17,18,16,16,8,16,14,18,15,0,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,18,14,17,10,0,15,15,18,0,17,9,10,17,17,16,17,8,15,14,17,15,17,0,15,16,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,15,0,15,8,8,15,15,14,14,8,15,14,15,15,15,15,0,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,17,0,16,7,9,16,16,16,16,8,15,14,16,15,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,17,16,14,16,10,0,14,14,18,0,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,15,0,15,15,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,22,8,22,15,8,15,15,0,0,15,15,7,14,8,8,0,15,15,15,15,0,0,15,15,14,15,8,0,15,15,18,0,17,9,10,17,18,16,17,8,16,14,18,15,18,18,15,16,18,15,0,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,18,14,17,10,0,15,15,16,0,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,17,0,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,0,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,18,14,17,10,0,15,15,18,0,17,15,10,18,19,16,16,8,16,14,19,15,18,17,15,16,17,22,18,16,18,0,8,24,17,10,15,17,0,0,18,17,9,16,10,9,0,18,17,17,17,0,3,18,18,14,18,10,0,15,16,9,0,8,8,9,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,11,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,17,0,17,15,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,22,17,18,17,24,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,17,19,17,0,2,19,17,16,17,10,0,17,15,16,0,15,8,8,16,17,14,14,8,16,14,17,15,16,15,15,14,15,15,16,14,16,17,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,16,14,16,8,0,15,16,10,0,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,0,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,0,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,8,0,17,15,18,0,17,8,11,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,11,19,15,10,17,0,0,0,17,17,9,16,12,10,0,17,10,19,17,0,2,19,17,16,17,10,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,17,0,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,9,0,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,16,0,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,0,10,8,10,10,10,9,9,10,8,7,10,8,10,10,8,9,10,8,10,11,10,10,10,12,8,10,10,12,0,0,10,10,9,9,0,10,0,10,3,12,10,0,2,12,10,9,10,10,0,10,8,9,0,8,8,8,9,9,7,7,12,8,7,9,8,8,8,8,7,8,8,8,9,8,9,10,10,9,8,10,10,0,0,9,8,7,7,10,0,0,9,1,10,8,0,1,13,8,9,9,8,0,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,17,9,10,18,18,16,17,8,15,14,18,15,17,18,15,16,18,15,18,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,18,10,0,15,16,10,0,10,8,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,15,10,9,10,17,1,17,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,17,0,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,17,0,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,20,0,17,9,10,18,18,16,17,14,16,14,18,16,17,18,15,17,18,15,18,18,17,18,10,19,16,10,17,19,0,0,18,17,9,16,12,13,0,19,10,19,17,0,3,0,17,17,18,11,0,17,16,17,0,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,0,14,7,7,14,14,14,14,10,14,14,14,14,14,14,14,14,14,14,14,16,14,14,9,16,14,7,16,16,0,0,14,14,7,14,9,9,0,14,7,16,14,0,0,17,14,0,14,7,0,16,14,18,0,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,0,10,0,15,16,11,0,10,8,10,10,10,9,9,9,9,7,10,9,10,10,8,10,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,11,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,17,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,8,0,0,15,16,0,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,17,0,8,10,17,17,18,16,8,15,14,17,16,18,18,17,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,17,0,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,0,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,10,10,0,8,0,10,10,10,16,15,8,7,18,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,18,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,17,17,0,8,10,0,18,16,17,8,16,14,17,15,18,18,16,16,17,15,17,16,17,18,9,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,17,17,0,8,10,18,0,16,17,8,16,14,17,15,19,19,17,16,17,16,17,16,17,18,9,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,18,16,0,8,10,16,16,0,21,8,15,14,21,16,17,17,17,18,18,15,16,16,16,16,7,18,15,9,15,18,0,0,17,17,11,16,10,8,0,16,10,16,16,0,2,16,16,14,17,11,0,16,14,16,16,0,8,16,17,17,21,0,15,16,14,27,22,24,17,23,24,25,14,16,23,23,17,8,16,14,16,22,17,0,0,16,16,18,16,16,14,0,23,9,23,16,0,2,16,23,14,16,10,0,22,21,8,8,0,9,15,8,8,8,15,0,9,7,15,16,15,8,16,15,15,8,8,14,15,8,8,8,8,15,16,9,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,9,0,16,15,15,15,0,9,8,16,16,15,16,9,0,14,15,16,16,16,17,15,15,15,15,14,15,16,9,15,15,8,16,16,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,9,0,16,15,14,14,0,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,0,8,18,17,17,21,27,15,15,14,0,22,24,17,22,24,26,16,17,23,24,17,8,18,17,17,23,18,0,0,17,17,18,16,18,17,0,24,11,24,17,0,2,17,24,14,19,11,0,22,22,16,15,0,9,15,15,15,16,22,16,16,14,22,0,23,15,24,22,22,15,15,21,22,15,8,15,15,15,23,16,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,9,0,23,22,18,17,0,8,17,18,19,17,24,15,16,14,24,23,0,19,25,23,24,16,17,23,24,18,9,18,15,17,22,18,0,0,17,17,16,16,17,15,0,24,10,24,18,0,2,17,24,14,17,10,0,22,22,18,17,0,8,10,18,19,17,17,8,16,14,17,15,19,0,18,16,17,16,17,16,17,18,9,19,15,10,15,18,0,0,18,18,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,16,15,17,15,0,9,15,16,17,17,23,16,17,14,22,24,25,18,0,22,22,16,15,21,22,16,9,17,15,15,23,17,0,0,16,16,14,14,15,15,0,22,8,22,16,0,0,15,22,14,15,9,0,24,22,16,16,0,8,17,16,16,18,24,15,15,14,24,22,23,16,22,0,23,15,16,23,23,16,7,17,15,16,22,18,0,0,16,16,16,16,17,15,0,23,10,23,16,0,2,16,23,14,17,11,0,22,21,17,17,0,8,17,17,17,18,25,15,15,14,26,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,18,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,15,15,0,8,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,15,8,17,16,8,15,17,0,0,15,15,7,14,9,9,0,15,9,15,16,0,0,15,15,14,16,9,0,15,15,17,17,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,16,0,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,17,17,0,8,10,18,18,16,17,8,16,14,17,15,18,18,16,16,17,15,17,16,17,0,9,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,8,8,0,8,8,9,9,7,8,8,9,7,8,8,9,9,9,7,8,8,8,7,8,9,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,18,17,0,8,11,17,18,18,16,8,15,14,18,15,18,19,17,17,17,17,17,16,17,17,8,0,16,10,15,19,0,0,18,18,9,16,11,9,0,17,11,17,18,0,2,17,17,14,18,11,0,16,15,15,15,0,8,9,15,15,15,14,8,15,14,17,15,15,15,15,15,15,16,15,14,15,15,8,16,0,8,16,16,0,0,15,15,7,14,9,10,0,15,9,15,15,0,0,15,15,14,17,9,0,15,15,10,10,0,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,15,15,0,9,15,15,15,15,22,16,16,14,23,23,22,15,23,22,22,15,15,21,22,15,8,15,16,15,0,16,0,0,15,15,14,14,15,16,0,22,8,22,15,0,0,15,22,14,16,9,0,23,22,17,17,0,9,11,17,18,18,17,9,16,14,18,16,18,18,17,18,17,17,17,16,17,17,8,19,16,10,16,0,0,0,17,17,9,16,11,9,0,17,11,17,18,0,2,17,17,14,18,12,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,17,0,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,18,17,0,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,9,9,0,7,16,9,9,11,18,14,7,7,18,14,16,9,14,16,18,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,0,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,0,8,18,10,10,10,16,15,8,7,18,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,0,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,0,8,16,8,8,8,14,15,8,7,17,15,15,8,15,15,15,9,8,14,15,8,8,9,10,15,16,9,0,0,8,8,14,7,16,0,0,15,2,15,8,0,0,8,15,7,10,9,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,17,24,14,17,10,0,22,22,10,10,0,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,0,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,17,17,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,17,14,17,10,0,15,15,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,0,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,17,17,0,8,11,17,17,17,16,8,15,14,19,15,17,17,15,17,17,16,17,16,17,17,8,18,17,10,16,18,0,0,17,17,9,16,11,10,0,17,11,17,17,0,2,17,17,14,0,11,0,15,15,10,10,0,9,11,10,10,11,10,9,9,7,11,9,10,10,9,11,10,9,10,9,10,10,8,11,9,10,9,12,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,0,9,15,15,15,16,22,16,16,14,22,23,22,16,24,22,22,15,15,21,22,15,8,16,15,15,23,16,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,9,0,0,22,15,15,0,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,0,9,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,8,9,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,9,8,7,8,8,0,8,8,9,0,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,15,9,7,8,15,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,9,8,8,8,0,0,9,8,7,8,8,0,8,8,8,8,0,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,0,0,15,8,14,14,15,16,7,8,15,8,9,8,7,15,8,8,7,8,8,8,16,8,8,8,8,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,16,8,8,8,8,0,15,0,8,14,14,15,15,7,8,15,8,8,10,7,15,8,10,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,15,8,0,10,8,8,8,0,0,8,8,14,8,8,0,15,10,8,8,8,0,8,8,0,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,7,8,0,14,14,7,0,15,15,15,7,7,15,7,7,8,8,14,7,7,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,14,7,8,0,15,7,8,8,8,0,14,14,7,15,0,15,15,7,7,15,7,8,8,8,15,7,8,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,8,7,7,7,0,0,8,7,14,7,8,0,15,7,8,8,9,0,15,15,8,15,15,0,16,7,8,16,8,8,9,8,15,8,8,7,8,8,8,22,8,15,9,9,0,0,8,8,14,14,15,15,0,8,8,8,8,0,7,8,8,14,8,16,0,16,8,8,8,9,0,16,15,8,15,15,16,0,7,8,16,8,9,9,8,15,8,8,7,8,8,8,16,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,17,8,7,7,7,0,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,8,8,0,8,8,8,7,7,8,8,7,0,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,9,0,15,15,8,15,15,16,16,7,8,0,8,8,9,8,15,8,8,7,8,8,8,15,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,16,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,0,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,9,9,8,0,9,8,8,7,8,8,9,7,8,8,8,0,8,7,9,8,9,7,8,8,8,9,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,9,8,7,8,8,0,9,8,8,8,9,0,8,10,8,8,8,9,9,7,8,9,8,8,0,8,8,8,10,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,10,1,8,8,0,0,8,8,7,8,9,0,9,10,7,7,8,0,7,7,7,8,8,8,8,7,7,8,7,7,8,0,7,7,7,7,7,7,7,7,7,7,8,8,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,8,0,8,7,9,9,8,0,15,15,8,14,15,15,15,7,8,15,8,9,8,7,0,8,9,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,15,8,0,9,8,8,8,0,0,9,8,14,8,8,0,15,8,8,15,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,0,8,7,8,15,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,8,8,8,8,0,0,8,8,7,8,8,0,8,8,9,9,8,0,8,10,8,7,8,8,8,7,8,8,8,9,10,7,9,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,11,1,8,8,0,0,9,8,7,8,8,0,8,10,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,0,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,15,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,15,8,7,8,0,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,8,8,8,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,15,8,0,16,15,8,14,14,22,16,7,8,15,8,9,8,7,15,15,8,7,8,15,8,0,8,15,8,8,0,0,8,8,14,14,15,15,0,8,15,8,8,0,7,8,8,14,8,15,0,16,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,0,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,15,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,15,8,0,8,8,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,8,8,7,8,15,0,8,8,8,8,9,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,0,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,8,8,9,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,0,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,0,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,0,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,7,7,0,7,7,7,7,7,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,14,7,14,7,7,0,0,7,7,0,7,7,14,0,7,0,7,7,0,7,7,7,7,7,14,0,7,7,7,7,7,0,14,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,0,14,7,0,7,7,7,7,0,0,7,7,14,7,7,0,14,7,8,8,8,0,15,15,8,14,14,15,15,7,8,15,8,8,8,7,15,8,8,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,0,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,8,8,8,8,0,8,8,8,7,7,15,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,15,8,15,8,8,0,0,8,8,14,7,8,0,0,8,1,8,8,0,7,8,8,7,8,15,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,8,0,8,10,8,7,8,8,8,7,8,8,8,9,10,7,9,8,11,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,0,1,8,8,0,0,9,8,7,8,8,0,8,10,1,8,1,0,8,8,1,7,7,8,8,0,1,8,1,1,1,0,8,8,1,0,1,8,1,15,1,1,1,1,0,0,1,1,0,7,8,1,0,1,0,1,1,0,0,1,1,7,1,1,0,8,1,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,0,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,7,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9,9,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,8,9,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,0,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,0,7,8,8,0,8,8,7,7,7,0,14,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,0,7,7,0,14,7,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,0,8,0,8,8,8,8,9,0,8,8,8,8,8,16,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,15,8,15,9,9,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,8,8,7,8,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,9,0,16,15,8,15,15,16,17,7,8,16,8,9,9,8,15,8,8,7,8,8,8,16,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,0,8,8,8,8,0,8,10,8,7,7,8,8,7,8,8,8,8,10,7,8,8,10,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,10,1,8,8,0,0,8,8,7,8,8,0,8,0,0,11,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,9,10,8,10,8,11,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,11,0,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,9,10,8,10,8,11,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,0,8,0,10,10,10,16,15,8,7,18,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,18,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,8,0,0,15,8,14,14,15,16,7,8,15,8,9,8,7,15,8,8,7,8,8,8,16,8,8,8,8,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,15,0,0,10,16,16,15,15,7,10,15,10,10,8,9,17,8,10,9,10,10,8,17,8,10,8,10,0,0,10,10,9,16,17,8,0,10,10,10,10,0,2,10,10,14,10,10,0,15,8,10,10,10,8,0,10,0,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,9,9,10,14,0,16,9,0,16,14,14,7,10,14,9,9,7,10,16,8,9,9,9,9,7,17,8,9,7,10,0,0,9,9,9,16,17,8,0,9,10,9,9,0,2,9,9,14,10,10,0,14,7,9,9,16,14,0,16,9,16,0,21,14,7,16,21,16,9,14,16,23,7,9,16,16,9,7,16,7,16,14,9,0,0,9,9,16,16,23,14,0,16,9,16,9,0,2,9,16,14,9,9,0,21,14,8,8,15,15,0,15,8,14,21,0,15,7,15,22,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,8,8,8,16,0,15,8,14,14,15,0,7,8,15,8,9,8,7,15,8,8,7,8,8,8,16,8,8,8,8,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,16,8,7,7,7,7,0,7,9,7,7,7,7,0,7,7,7,9,7,9,7,7,7,7,9,7,7,7,9,7,7,7,0,0,9,9,7,7,7,7,0,7,2,7,9,0,0,7,7,7,7,7,0,7,7,10,10,18,8,0,10,10,10,16,15,8,7,0,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,18,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,15,15,0,15,8,14,21,22,15,7,15,0,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,10,10,17,8,0,10,10,9,16,15,8,7,17,15,0,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,9,0,10,12,9,9,8,9,9,10,8,10,0,8,11,10,8,10,9,12,10,8,11,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,9,8,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,17,7,0,9,11,10,16,14,7,9,17,14,16,11,14,0,16,8,9,16,18,9,7,10,10,16,14,10,0,0,11,11,16,9,17,15,0,16,5,16,11,0,2,9,16,7,10,10,0,14,14,10,10,17,15,0,17,10,16,23,22,15,7,17,22,17,10,15,16,0,8,10,16,17,10,8,17,8,17,15,10,0,0,10,10,16,16,24,15,0,17,10,17,10,0,2,10,17,14,10,10,0,22,15,8,8,9,8,0,8,8,8,7,8,8,7,9,8,8,8,8,8,8,0,8,7,8,8,8,9,9,8,8,9,0,0,8,8,7,7,9,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,16,7,0,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,0,16,9,7,9,7,16,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,10,10,17,8,0,10,12,9,16,15,8,9,17,15,17,12,15,18,17,8,10,16,0,10,8,10,10,17,15,10,0,0,12,12,16,9,17,15,0,17,5,17,12,0,2,10,17,7,10,10,0,15,15,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,11,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,8,8,0,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,11,16,0,17,10,17,16,15,16,7,11,15,10,11,8,10,17,9,10,9,10,10,8,0,9,10,8,11,0,0,10,10,9,16,18,9,0,10,11,10,10,0,2,10,10,14,11,11,0,16,8,8,8,9,8,0,8,10,8,7,8,8,9,9,8,8,10,8,10,8,9,8,7,10,8,8,9,0,8,8,9,0,0,10,10,7,7,9,9,0,8,4,8,10,0,0,8,8,7,9,9,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,11,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,0,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,11,11,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,9,11,9,10,8,0,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,11,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,0,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,0,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,9,9,16,7,0,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,14,0,16,9,16,16,14,14,7,9,14,9,9,7,9,16,7,9,9,9,9,7,16,7,9,7,9,0,0,9,9,9,0,16,7,0,9,9,9,9,0,2,9,9,14,9,9,0,14,7,10,10,18,15,0,17,10,17,23,22,15,7,18,22,17,10,15,17,24,9,10,16,17,10,8,18,9,17,15,11,0,0,10,10,16,16,0,16,0,17,11,17,10,0,2,10,17,14,11,11,0,22,15,8,8,16,8,0,8,8,8,14,15,8,7,16,15,15,8,15,15,15,9,8,14,15,8,8,9,9,15,15,9,0,0,8,8,14,7,16,0,0,15,2,15,8,0,0,8,15,7,9,9,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,3,3,4,8,0,10,5,10,9,8,8,2,4,8,3,5,1,5,10,2,3,2,5,3,1,11,4,3,1,4,0,0,5,5,2,9,11,2,0,3,0,3,5,0,2,3,3,7,4,4,0,8,1,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,0,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,0,0,2,10,10,7,10,10,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,0,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,0,10,7,10,10,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,0,7,10,10,0,15,15,7,7,7,14,0,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,0,7,7,0,14,7,10,10,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,0,11,0,8,8,10,10,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,15,16,0,15,8,14,21,22,16,7,15,22,15,9,15,14,22,8,8,14,15,8,8,16,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,0,15,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,0,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,15,16,18,0,17,8,10,0,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,17,17,0,8,10,0,18,16,17,8,16,14,17,15,18,18,16,16,17,15,17,16,17,18,9,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,8,8,8,0,15,0,8,14,14,15,15,7,8,15,8,8,10,7,15,8,10,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,15,8,0,10,8,8,8,0,0,8,8,14,8,8,0,15,10,10,10,10,15,0,0,10,16,16,15,15,7,10,15,10,10,8,9,17,8,10,9,10,10,8,17,8,10,8,10,0,0,10,10,9,16,17,8,0,10,10,10,10,0,2,10,10,14,10,10,0,15,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,18,8,10,0,0,16,17,9,16,15,18,16,19,18,17,16,17,15,17,16,18,20,10,17,16,10,16,17,0,0,19,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,23,16,16,14,16,0,16,0,23,15,28,14,16,21,16,23,14,16,24,14,16,16,16,16,14,23,21,9,14,23,0,0,23,23,9,30,16,7,0,16,16,16,16,0,2,23,16,28,23,16,0,21,14,16,16,17,14,16,0,17,23,0,14,22,14,16,21,17,17,15,16,23,14,16,16,16,17,8,23,14,9,14,16,0,0,16,16,9,23,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,8,8,8,15,15,0,9,15,14,0,15,8,8,16,9,8,9,7,17,8,8,7,9,9,9,15,8,8,9,8,0,0,9,9,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,9,22,15,16,15,15,0,16,28,22,15,0,14,15,22,16,23,16,14,22,15,15,14,15,16,16,22,22,8,15,22,0,0,22,22,7,28,15,8,0,15,15,15,15,0,0,22,15,28,22,15,0,22,15,14,14,14,7,7,0,15,14,14,8,14,0,14,15,15,14,15,14,14,14,14,14,15,15,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,18,18,17,8,10,0,18,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,15,15,15,15,15,0,16,21,21,16,22,15,15,0,16,15,16,14,22,15,15,14,16,16,9,22,15,8,16,15,0,0,16,16,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,16,17,17,18,8,10,0,19,16,17,9,16,15,17,16,0,18,17,16,17,15,17,16,18,19,10,17,15,10,16,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,24,17,18,8,10,0,18,23,17,8,23,14,17,15,18,0,16,16,17,15,17,16,17,18,16,17,22,10,15,24,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,15,15,16,10,8,0,17,14,15,9,16,15,15,16,17,16,0,14,15,15,17,14,16,17,10,15,15,8,16,15,0,0,16,16,7,14,8,8,0,17,8,15,15,0,0,15,15,14,15,8,0,15,18,16,16,16,7,9,0,16,16,16,7,14,14,16,14,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,15,17,0,17,24,23,17,22,14,17,22,17,17,15,16,0,15,17,16,17,17,8,24,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,15,15,15,8,8,0,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,17,17,17,10,10,0,17,16,16,8,15,14,17,15,17,17,17,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,21,10,17,17,0,2,17,17,14,17,10,0,15,17,16,16,16,7,9,0,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,0,18,16,16,9,15,15,17,16,18,17,16,16,17,15,17,16,0,18,9,17,15,10,16,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,18,18,18,8,10,0,20,16,17,9,16,15,18,16,19,18,17,16,17,15,17,16,18,0,10,17,16,10,16,17,0,0,19,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,15,8,9,8,8,0,10,14,8,9,16,8,8,9,10,16,10,7,8,8,8,7,9,10,0,8,15,8,9,15,0,0,16,16,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,17,17,17,15,17,0,17,23,23,15,22,14,17,22,17,17,15,16,24,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,23,16,15,8,8,0,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,23,15,21,23,15,0,15,16,10,10,10,8,10,0,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,15,15,8,8,0,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,24,17,17,8,10,0,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,0,19,23,16,9,22,15,18,16,18,24,16,16,17,15,17,16,18,19,16,17,23,10,16,24,0,0,0,25,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,15,17,24,17,17,8,10,0,18,23,16,9,22,15,17,16,18,24,16,16,17,15,17,16,18,18,16,17,22,10,16,24,0,0,25,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,16,9,9,9,7,9,0,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,14,16,0,16,30,23,14,28,14,16,21,16,23,14,16,23,14,16,16,16,16,14,23,21,9,14,23,0,0,23,23,9,0,16,7,0,16,16,16,16,0,2,23,16,28,23,16,0,21,14,10,10,10,15,17,0,10,16,16,15,15,7,10,15,10,10,8,9,17,8,10,9,10,10,8,17,8,10,8,10,0,0,10,10,9,16,0,8,0,10,10,10,10,0,2,10,10,14,10,10,0,15,8,9,9,8,8,8,0,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,10,10,0,18,16,16,8,15,14,18,15,17,17,17,16,17,15,21,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,18,10,0,17,20,10,10,10,8,10,0,10,16,16,8,15,7,10,15,10,10,8,9,17,8,10,9,10,10,1,17,8,3,8,10,0,0,10,10,2,16,10,1,0,10,0,10,10,0,2,10,10,14,10,3,0,15,8,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,0,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,25,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,25,17,0,15,16,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,14,14,14,14,0,14,28,21,14,28,14,14,21,14,21,14,14,21,14,14,14,14,14,14,21,21,7,14,21,0,0,21,21,7,28,14,7,0,14,14,14,14,0,0,21,14,0,21,14,0,21,14,25,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,0,17,0,15,16,17,10,10,8,10,0,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,15,15,0,15,21,21,15,22,14,15,22,15,15,15,14,22,15,15,14,15,15,8,22,15,8,15,15,0,0,15,15,7,21,15,8,0,17,15,15,15,0,0,15,15,21,15,8,0,0,17,16,16,15,10,8,0,17,14,14,9,15,15,16,16,16,15,18,14,15,15,17,14,16,17,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,20,8,15,15,0,1,16,15,14,16,8,0,17,0,0,18,17,8,10,18,0,16,16,8,15,14,26,15,25,24,23,16,17,22,25,16,25,26,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,18,0,17,8,10,18,0,16,16,8,16,14,19,15,18,17,15,16,17,15,18,16,18,19,8,17,17,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,18,14,18,10,0,15,16,17,17,0,8,10,18,0,16,17,8,16,14,17,15,19,19,17,16,17,16,17,16,17,18,9,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,8,8,8,0,8,8,0,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,0,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,18,18,18,8,10,0,0,16,17,9,16,15,18,16,19,18,17,16,17,15,17,16,18,20,10,17,16,10,16,17,0,0,19,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,16,7,9,16,0,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,17,7,9,17,0,16,0,7,15,14,16,14,17,17,15,16,16,14,16,16,16,17,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,10,16,16,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,9,0,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,9,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,15,16,16,8,8,16,0,14,15,8,0,14,16,15,17,16,16,14,15,15,16,14,16,17,9,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,9,15,0,14,14,8,14,0,14,15,15,16,15,16,14,14,21,14,17,15,8,14,16,7,15,14,0,0,17,17,7,14,7,7,0,14,9,14,23,0,7,14,14,14,14,7,0,14,15,26,19,17,8,10,18,0,16,16,8,16,14,0,15,26,25,24,16,17,23,26,16,27,28,17,17,17,10,24,17,0,0,18,17,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,16,15,15,15,8,8,16,0,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,25,18,19,8,10,19,0,16,17,9,17,15,26,16,0,26,26,16,17,23,26,16,27,28,18,18,16,10,24,18,0,0,18,18,9,16,10,8,0,25,10,17,18,0,2,17,18,14,24,10,0,15,16,24,17,19,8,12,18,0,16,17,8,16,16,25,15,26,0,25,18,17,24,24,16,27,26,17,18,17,10,23,18,0,0,19,19,9,16,10,8,0,25,12,17,20,0,2,18,17,14,24,10,0,15,15,23,15,17,8,8,17,0,14,15,9,16,15,24,16,26,25,0,14,15,24,23,14,25,26,19,16,15,8,25,16,0,0,16,16,7,14,8,8,0,24,8,15,16,0,0,16,15,14,22,8,0,15,16,16,16,16,7,11,16,0,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,17,0,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,22,15,16,8,8,15,0,14,14,8,15,14,23,15,23,24,24,14,15,0,22,14,23,23,16,16,15,8,23,16,0,0,15,15,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,15,15,25,18,17,8,10,17,0,16,16,8,16,21,26,15,26,24,23,16,17,22,0,16,26,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,24,0,9,17,18,14,24,10,0,15,15,16,16,16,7,9,16,0,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,25,18,17,8,12,18,0,16,16,9,16,17,27,16,27,27,25,18,17,23,26,16,0,28,18,17,18,10,25,17,0,0,20,20,9,16,10,8,0,26,12,17,19,0,2,18,18,14,24,10,0,15,16,26,19,18,8,10,20,0,16,17,9,17,15,28,16,28,26,26,16,17,23,26,16,28,0,19,17,17,10,25,17,0,0,19,18,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,17,16,8,9,8,8,10,0,7,8,9,9,8,17,9,18,17,19,7,8,16,16,7,18,19,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,17,17,18,8,10,17,0,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,16,17,15,8,10,16,0,14,14,8,16,16,17,15,16,17,15,16,15,15,16,14,18,17,8,15,0,8,15,15,0,0,18,17,7,14,8,9,0,16,10,15,17,0,1,16,16,14,16,8,0,15,16,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,23,15,15,8,8,16,0,14,14,9,15,15,24,16,24,23,25,14,15,23,23,14,25,25,18,15,15,8,0,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,17,17,18,8,10,17,0,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,12,19,0,16,16,9,15,17,18,16,18,19,16,18,17,15,17,16,20,19,9,17,18,10,16,17,0,0,0,20,9,16,10,9,0,18,12,17,19,0,3,18,17,14,18,10,0,15,17,17,17,17,8,12,18,0,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,20,18,9,17,17,10,16,17,0,0,20,0,9,16,10,8,0,17,12,17,19,0,2,17,17,14,17,10,0,15,16,9,9,9,7,9,9,0,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,16,16,16,7,9,16,0,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,8,8,8,9,0,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,18,17,8,10,18,0,16,16,8,15,14,27,15,25,25,24,16,17,23,25,16,26,27,17,17,16,10,24,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,25,10,0,15,16,10,10,10,1,5,10,0,9,10,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,0,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,18,8,12,17,0,16,16,8,15,23,17,15,18,20,16,18,17,16,24,16,19,17,8,18,17,10,15,18,0,0,19,19,9,16,10,8,0,17,12,17,0,0,9,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,0,2,2,0,0,7,3,0,2,2,0,2,2,0,9,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,9,0,0,3,2,0,3,2,0,0,1,18,18,17,8,10,18,0,16,16,8,15,14,19,15,17,18,16,16,17,16,17,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,17,18,17,8,10,17,0,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,14,14,7,7,14,0,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,25,18,17,8,10,18,0,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,25,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,25,10,17,17,0,3,18,17,14,0,10,0,15,16,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,0,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,16,15,8,8,17,0,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,17,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,16,18,7,9,23,16,0,16,7,21,14,16,15,18,24,16,17,17,14,17,16,16,16,14,17,21,9,14,23,0,0,24,25,9,23,9,7,0,17,9,17,16,0,2,23,16,21,23,16,0,15,14,16,0,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,18,16,0,8,10,16,16,0,21,8,15,14,21,16,17,17,17,18,18,15,16,16,16,16,7,18,15,9,15,18,0,0,17,17,11,16,10,8,0,16,10,16,16,0,2,16,16,14,17,11,0,16,14,7,7,8,0,14,14,7,0,15,15,15,7,7,15,7,7,8,8,14,7,7,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,14,7,8,0,15,7,9,9,10,14,0,16,9,0,16,14,14,7,10,14,9,9,7,10,16,8,9,9,9,9,7,17,8,9,7,10,0,0,9,9,9,16,17,8,0,9,10,9,9,0,2,9,9,14,10,10,0,14,7,23,16,16,14,16,0,16,0,23,15,28,14,16,21,16,23,14,16,24,14,16,16,16,16,14,23,21,9,14,23,0,0,23,23,9,30,16,7,0,16,16,16,16,0,2,23,16,28,23,16,0,21,14,16,16,16,7,9,16,0,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,21,15,16,23,16,0,0,15,22,15,20,22,16,16,15,18,25,14,16,17,16,16,7,23,14,9,15,17,0,0,16,16,12,24,16,7,0,16,16,16,16,0,3,16,16,22,16,10,0,22,14,7,7,8,15,14,15,7,0,15,0,15,7,7,15,7,7,8,8,15,7,7,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,14,7,8,0,15,7,21,14,15,15,14,28,14,0,22,15,0,14,14,22,14,21,15,15,21,14,14,14,14,14,14,21,21,7,15,22,0,0,21,21,7,28,14,7,0,14,14,14,14,0,0,21,14,28,21,15,0,22,14,14,14,14,7,7,14,14,0,15,7,14,0,14,14,14,14,14,15,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,16,16,21,7,10,16,16,0,20,7,14,14,0,14,16,16,14,17,18,15,16,16,16,16,7,17,15,9,14,17,0,0,16,16,11,16,10,8,0,16,10,16,16,0,2,16,16,14,17,10,0,14,14,15,14,16,15,14,21,14,0,22,15,22,14,14,0,15,14,16,15,21,14,14,14,14,14,7,21,14,7,15,15,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,22,14,18,16,17,7,9,16,16,0,16,7,14,14,16,15,0,16,15,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,24,16,17,7,9,23,16,0,16,7,21,14,16,14,16,0,15,16,16,14,16,16,16,16,14,17,21,9,14,23,0,0,24,24,9,23,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,15,14,16,14,17,8,7,14,14,0,15,8,15,14,14,16,15,15,0,15,14,14,14,14,14,14,7,15,14,7,15,15,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,8,0,16,14,17,16,18,8,10,16,16,0,18,8,15,15,17,15,17,16,15,0,17,15,17,17,16,16,7,17,15,9,15,18,0,0,16,17,10,17,10,8,0,17,10,17,16,0,3,16,16,15,17,11,0,15,14,17,16,18,14,16,24,16,0,25,15,21,14,18,21,17,16,14,17,0,14,17,16,16,16,7,23,14,9,14,16,0,0,16,17,11,23,16,7,0,17,16,17,16,0,2,16,16,21,16,9,0,21,14,14,14,15,7,8,14,14,0,14,7,14,14,15,14,14,14,14,15,14,0,14,14,14,14,7,15,15,7,14,15,0,0,14,14,7,14,8,8,0,14,8,14,14,0,0,14,14,14,15,8,0,14,14,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,0,17,7,14,15,16,14,16,16,14,17,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,10,17,9,7,0,16,9,16,16,0,3,16,16,15,16,9,0,14,14,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,0,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,14,7,7,7,7,14,7,0,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,0,7,14,7,7,14,0,0,14,14,7,14,7,7,0,7,0,7,7,0,0,14,7,14,14,14,0,7,7,17,16,18,14,17,23,16,0,23,14,21,14,17,21,16,17,15,17,23,15,16,16,16,16,7,0,15,9,14,17,0,0,17,17,9,23,17,8,0,16,17,16,16,0,2,16,16,21,17,10,0,22,14,21,14,15,7,8,21,14,0,14,7,21,14,15,14,14,21,14,15,14,15,14,14,14,14,14,15,0,7,14,22,0,0,21,21,7,21,8,8,0,14,8,14,14,0,0,21,14,21,22,15,0,14,14,9,9,9,7,9,9,9,0,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,0,7,9,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,14,14,15,8,7,14,14,0,15,8,15,14,14,15,14,14,15,15,14,14,14,14,14,14,7,14,14,7,0,15,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,8,0,15,14,23,16,18,8,10,23,16,0,17,8,22,14,17,15,16,23,15,18,16,15,16,16,16,16,14,17,22,9,15,0,0,0,23,23,9,23,10,8,0,16,10,16,16,0,2,23,16,21,24,18,0,15,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,16,17,7,9,23,16,0,16,7,21,14,16,14,16,24,15,16,16,14,16,16,16,16,14,17,21,9,14,23,0,0,0,24,9,23,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,15,14,25,16,17,7,9,23,16,0,16,7,21,14,16,14,17,24,15,17,17,14,17,16,16,16,14,17,21,9,14,23,0,0,24,0,9,23,9,7,0,17,9,17,16,0,2,23,16,21,23,16,0,15,14,9,9,11,7,9,9,9,0,12,7,7,8,11,7,9,9,7,10,11,7,9,10,9,9,7,9,7,9,7,9,0,0,9,9,0,10,9,7,0,9,2,9,9,0,3,9,9,8,9,9,0,7,7,23,16,16,14,16,30,16,0,24,14,28,15,16,21,16,23,14,17,23,14,16,17,16,16,14,23,21,9,14,23,0,0,23,23,10,0,16,7,0,16,16,16,16,0,3,23,16,29,23,16,0,21,14,9,9,10,14,17,16,9,0,16,14,14,7,10,14,9,9,7,10,16,8,9,9,9,9,7,17,8,9,7,10,0,0,9,9,9,16,0,8,0,9,10,9,9,0,2,9,9,14,10,10,0,14,7,7,7,8,7,8,7,7,0,7,7,7,7,8,7,7,7,7,8,7,8,7,7,7,7,7,8,8,7,7,8,0,0,7,7,7,7,8,0,0,7,1,7,7,0,0,7,7,7,8,8,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,0,9,17,16,0,2,16,16,14,16,9,0,14,14,9,9,10,7,10,16,9,0,16,7,14,7,10,14,9,9,7,10,16,8,9,9,9,9,0,17,8,2,7,10,0,0,9,9,2,16,10,1,0,9,0,9,9,0,2,9,9,14,10,3,0,14,7,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,0,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,0,3,0,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,23,16,16,7,9,23,16,0,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,23,9,7,0,16,9,16,16,0,2,0,16,21,23,16,0,14,14,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,0,14,16,9,0,14,14,21,14,14,14,14,28,14,0,22,14,28,16,14,21,14,21,14,15,21,14,14,15,14,14,14,21,21,7,14,21,0,0,21,21,8,29,14,7,0,14,14,14,14,0,1,21,14,0,21,14,0,21,14,23,16,17,7,10,23,16,0,16,7,21,14,17,14,16,23,14,17,16,15,16,16,16,16,14,17,22,9,14,24,0,0,23,23,9,23,10,8,0,16,10,16,16,0,2,23,16,21,0,17,0,14,14,16,9,11,8,10,16,9,0,10,8,15,7,10,8,9,16,8,11,9,8,9,9,9,9,14,10,15,9,8,18,0,0,16,16,9,16,10,8,0,9,3,9,9,0,2,16,9,14,17,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,14,16,15,14,21,14,0,22,15,22,14,14,22,14,15,16,15,21,14,14,14,14,14,7,22,14,7,15,15,0,0,15,15,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,0,14,14,14,14,7,7,14,14,0,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,0,0,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,17,0,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,16,16,0,8,16,17,17,21,0,15,16,14,27,22,24,17,23,24,25,14,16,23,23,17,8,16,14,16,22,17,0,0,16,16,18,16,16,14,0,23,9,23,16,0,2,16,23,14,16,10,0,22,21,8,8,8,0,14,14,7,15,0,15,15,7,7,15,7,8,8,8,15,7,8,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,8,7,7,7,0,0,8,7,14,7,8,0,15,7,9,9,16,14,0,16,9,16,0,21,14,7,16,21,16,9,14,16,23,7,9,16,16,9,7,16,7,16,14,9,0,0,9,9,16,16,23,14,0,16,9,16,9,0,2,9,16,14,9,9,0,21,14,16,16,17,14,16,0,17,23,0,14,22,14,16,21,17,17,15,16,23,14,16,16,16,17,8,23,14,9,14,16,0,0,16,16,9,23,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,16,16,17,7,9,17,0,16,0,7,15,14,16,14,17,17,15,16,16,14,16,16,16,17,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,10,16,16,0,2,16,16,14,16,9,0,14,14,16,16,21,15,16,23,16,0,0,15,22,15,20,22,16,16,15,18,25,14,16,17,16,16,7,23,14,9,15,17,0,0,16,16,12,24,16,7,0,16,16,16,16,0,3,16,16,22,16,10,0,22,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,15,15,21,14,7,15,0,0,15,7,14,22,14,7,15,15,21,7,7,14,14,7,7,14,7,14,15,8,0,0,7,7,14,14,21,14,0,14,7,14,7,0,0,7,14,14,7,8,0,22,14,14,14,16,15,14,22,15,22,0,15,0,14,14,22,15,15,16,15,21,14,14,14,14,15,8,21,14,7,15,15,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,22,14,14,14,14,7,7,14,14,15,0,7,14,0,14,14,14,14,14,15,14,14,14,16,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,16,16,27,7,16,16,16,20,0,14,14,14,0,21,23,16,21,23,25,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,18,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,14,14,22,15,21,21,14,22,0,22,22,14,21,0,21,14,22,22,28,14,14,21,21,14,7,21,14,14,22,15,0,0,14,14,14,21,21,14,0,21,14,21,14,0,0,14,21,21,14,8,0,29,21,16,16,24,7,16,17,17,16,0,14,15,14,23,21,0,17,22,23,23,14,16,23,23,17,8,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,17,17,17,8,9,17,17,16,0,7,15,14,16,14,17,0,15,16,17,14,17,16,16,17,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,14,14,23,8,14,15,15,15,0,15,16,14,21,22,22,15,0,22,21,14,14,21,21,15,8,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,16,16,24,8,16,16,16,18,0,15,15,15,23,22,23,16,22,0,23,14,16,24,23,16,7,16,14,16,22,17,0,0,16,16,17,17,16,15,0,23,9,24,16,0,3,16,23,15,16,10,0,22,21,17,17,25,15,23,23,16,25,0,21,21,14,25,28,23,17,21,23,0,14,17,23,23,16,7,23,14,16,21,16,0,0,16,16,18,23,23,14,0,24,16,23,16,0,2,17,23,21,16,9,0,28,21,14,14,14,7,7,14,14,14,0,7,14,14,14,14,14,14,14,14,14,0,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,16,16,23,7,16,16,16,17,0,14,14,16,23,21,23,16,21,24,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,17,18,16,14,0,23,9,23,16,0,3,16,23,17,16,9,0,21,21,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,23,23,14,16,23,0,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,16,16,17,7,9,17,17,16,0,7,15,14,16,14,17,17,15,16,16,14,16,16,16,0,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,7,7,8,7,7,8,8,7,0,7,8,7,7,7,8,8,8,7,7,7,7,7,7,8,0,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,16,16,16,14,16,23,16,23,0,14,21,14,16,21,16,16,14,16,23,14,16,16,16,16,7,0,14,9,14,16,0,0,16,16,9,23,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,14,14,14,7,7,14,14,14,0,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,0,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,9,9,16,7,16,9,9,9,0,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,0,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,14,14,22,8,14,14,14,15,0,15,15,14,21,22,21,14,22,22,21,14,14,21,21,14,7,14,14,14,0,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,16,16,17,8,9,16,16,17,0,8,15,14,16,15,16,16,15,17,16,14,16,16,16,16,7,16,14,9,15,0,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,10,0,15,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,0,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,0,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,9,9,18,7,16,9,9,12,0,14,7,8,18,14,16,9,14,17,18,7,9,17,16,9,7,9,7,16,14,9,0,0,9,9,0,10,16,14,0,16,2,16,9,0,3,9,16,8,9,9,0,14,14,16,16,16,14,16,23,16,24,0,14,21,15,16,21,16,16,14,17,23,14,16,18,16,16,7,23,14,9,14,16,0,0,16,16,10,0,16,7,0,16,16,16,16,0,3,16,16,23,16,9,0,21,14,9,9,16,14,23,16,9,16,0,21,14,7,16,21,16,9,14,16,23,7,9,16,16,9,7,16,7,16,14,9,0,0,9,9,16,16,0,14,0,16,9,16,9,0,2,9,16,14,9,9,0,21,14,7,7,14,7,14,7,7,7,0,14,7,7,14,14,14,7,14,15,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,14,7,14,0,0,14,0,15,7,0,0,7,14,7,7,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,23,8,16,16,16,16,0,14,14,14,23,21,23,17,21,23,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,0,9,23,16,0,2,17,23,14,16,9,0,21,21,9,9,9,7,9,16,10,16,0,7,14,7,9,14,9,9,7,9,16,7,9,9,9,9,0,16,7,2,7,9,0,0,9,9,2,16,9,0,0,9,0,9,9,0,2,9,9,14,9,2,0,14,7,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,24,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,15,0,23,9,0,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,3,0,0,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,17,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,0,16,14,16,9,0,14,14,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,23,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,0,14,16,9,0,21,21,14,14,14,14,14,21,14,22,0,14,21,16,14,21,14,14,14,15,21,14,14,17,14,14,7,21,14,7,14,14,0,0,14,14,8,23,14,7,0,14,14,14,14,0,1,14,14,0,14,7,0,21,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,0,9,0,14,14,9,9,10,8,9,9,9,10,0,8,8,7,9,8,9,9,8,10,9,7,9,9,9,9,7,9,7,9,8,10,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,22,15,21,21,14,22,0,22,22,14,21,29,21,14,22,22,28,14,14,21,21,14,7,21,14,14,22,15,0,0,14,14,14,21,21,14,0,21,14,21,14,0,0,14,21,21,14,8,0,0,21,14,14,21,7,14,14,14,14,0,14,14,14,21,21,21,14,21,21,21,14,14,21,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,0,9,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,9,8,7,8,9,0,8,8,9,0,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,9,8,8,10,10,8,8,10,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,14,8,10,8,9,0,10,8,8,8,0,9,15,8,8,8,15,0,9,7,15,16,15,8,16,15,15,8,8,14,15,8,8,8,8,15,16,9,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,9,0,16,15,8,8,9,0,15,15,8,15,15,0,16,7,8,16,8,8,9,8,15,8,8,7,8,8,8,22,8,15,9,9,0,0,8,8,14,14,15,15,0,8,8,8,8,0,7,8,8,14,8,16,0,16,8,8,8,15,15,0,15,8,14,21,0,15,7,15,22,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,8,8,8,15,15,0,9,15,14,0,15,8,8,16,9,8,9,7,17,8,8,7,9,9,9,15,8,8,9,8,0,0,9,9,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,9,8,8,8,8,8,9,0,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,9,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,7,7,8,15,14,15,7,0,15,0,15,7,7,15,7,7,8,8,15,7,7,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,14,7,8,0,15,7,7,7,15,15,21,14,7,15,0,0,15,7,14,22,14,7,15,15,21,7,7,14,14,7,7,14,7,14,15,8,0,0,7,7,14,14,21,14,0,14,7,14,7,0,0,7,14,14,7,8,0,22,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,16,15,15,8,15,15,0,0,9,8,19,8,8,11,9,15,10,8,7,8,8,10,15,10,8,11,9,0,0,8,8,7,14,15,10,0,8,8,8,8,0,0,9,8,16,8,10,0,18,10,7,7,7,7,7,8,8,7,7,0,9,0,7,10,8,7,10,7,7,9,7,7,8,8,10,7,9,7,10,7,0,0,8,8,7,7,7,9,0,7,0,7,7,0,0,7,7,9,7,7,0,9,10,8,8,15,8,15,8,8,7,14,0,8,7,0,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,16,16,22,16,9,15,22,0,19,10,15,0,16,8,19,16,22,10,8,14,16,9,11,15,10,15,19,9,0,0,9,9,14,14,22,17,0,15,8,15,8,0,0,9,15,16,8,10,0,25,18,8,8,15,8,15,9,9,7,14,0,8,8,15,16,0,8,16,14,15,8,8,14,16,9,9,8,8,15,16,8,0,0,9,9,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,16,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,0,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,16,9,15,9,9,8,15,0,11,10,15,19,16,8,0,15,15,10,8,14,16,9,11,8,10,15,19,9,0,0,9,9,14,7,15,17,0,15,1,15,8,0,0,8,15,9,8,9,0,18,18,8,8,15,8,14,7,7,8,15,0,9,7,14,16,14,7,15,0,14,7,7,14,14,7,7,7,7,14,15,8,0,0,7,7,14,7,14,14,0,14,0,14,7,0,0,8,14,7,7,9,0,15,14,8,8,15,15,22,17,8,15,21,0,15,7,15,22,15,8,15,14,0,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,8,8,8,8,8,8,8,7,7,0,10,9,8,10,8,8,10,7,8,0,8,7,8,8,10,8,10,8,10,8,0,0,8,8,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,9,14,7,14,7,7,7,14,0,7,7,14,14,14,7,14,14,14,7,7,0,14,7,9,9,7,14,16,9,0,0,7,7,14,7,16,16,0,14,0,16,7,0,0,9,14,9,7,7,0,16,14,8,8,15,8,15,9,9,7,14,0,8,8,15,16,16,8,16,14,15,8,8,14,0,9,9,8,8,15,16,8,0,0,9,9,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,16,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,0,9,8,8,8,9,8,0,0,9,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,8,10,8,8,8,9,9,7,7,0,10,10,8,11,9,8,11,7,8,10,8,9,9,9,0,10,10,8,13,10,0,0,9,9,7,7,10,12,0,8,1,10,8,0,0,10,8,11,8,8,0,12,11,8,10,8,22,15,15,8,14,14,0,15,7,8,15,8,8,8,7,15,8,8,9,8,8,10,0,8,15,10,10,0,0,8,8,14,14,17,17,0,8,8,10,8,0,7,10,8,16,8,15,0,17,8,8,8,8,8,8,8,8,7,7,0,10,9,8,10,8,8,10,7,8,10,8,7,8,8,10,8,0,8,10,8,0,0,8,8,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,8,8,15,15,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,15,8,0,15,8,0,0,8,8,22,7,15,23,0,15,1,15,8,0,7,8,15,7,8,15,0,15,15,8,10,16,9,15,9,9,8,15,0,11,10,15,19,16,8,19,15,15,10,8,16,16,9,13,10,10,15,0,11,0,0,9,9,14,7,17,19,0,15,1,17,8,0,0,10,15,11,8,9,0,20,18,8,10,9,9,8,8,8,8,8,0,9,7,8,9,8,8,9,8,8,8,8,9,8,8,10,10,8,8,11,0,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,9,0,11,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,0,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,9,0,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,7,7,14,14,14,7,7,7,14,0,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,14,7,22,14,7,0,0,7,7,0,7,14,22,0,14,0,14,7,0,7,7,14,7,7,14,0,14,14,7,7,7,14,14,14,7,14,14,0,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,0,14,7,0,7,7,7,7,0,0,7,7,14,7,7,0,14,7,8,10,15,15,22,15,8,14,21,0,15,7,15,22,15,8,15,14,22,8,8,16,15,8,10,17,8,15,17,10,0,0,8,8,14,14,0,17,0,15,8,17,8,0,0,10,15,16,8,8,0,24,15,8,12,15,15,15,8,8,7,14,0,10,9,15,17,15,8,17,14,15,10,8,16,15,8,12,17,10,23,19,10,0,0,8,8,22,7,17,0,0,15,1,17,8,0,7,12,15,11,8,15,0,19,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,0,1,15,8,0,0,8,15,7,8,8,0,15,15,1,1,1,8,8,8,1,7,7,0,8,0,1,8,1,1,1,0,8,1,1,0,1,1,1,8,1,1,1,1,0,0,1,1,0,7,8,1,0,1,0,1,1,0,0,1,1,7,1,1,0,8,1,8,10,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,16,15,8,10,10,8,15,17,10,0,0,8,8,14,7,17,17,0,15,1,0,8,0,0,10,15,9,8,8,0,17,15,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,7,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9,14,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,9,8,8,10,10,8,8,10,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,0,8,10,8,9,0,10,8,8,8,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,0,7,8,8,0,15,15,7,10,7,14,14,14,7,14,14,0,16,9,7,16,7,7,9,7,14,9,7,9,7,7,11,16,9,7,11,9,0,0,7,7,7,14,16,11,0,7,7,9,7,0,0,10,7,0,7,7,0,18,9,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,0,8,0,8,8,9,9,9,16,8,8,8,8,8,0,10,7,8,10,8,8,9,9,8,8,8,7,8,8,8,15,8,15,9,9,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,9,8,7,8,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,16,16,22,15,8,15,22,0,18,9,15,25,15,8,18,15,22,10,8,16,15,8,12,17,10,15,20,11,0,0,8,8,14,14,24,19,0,15,8,17,8,0,0,10,15,18,8,9,0,0,17,8,8,15,8,15,9,9,7,14,0,10,10,15,18,16,8,18,14,15,10,8,14,16,9,11,8,10,15,18,8,0,0,9,9,14,7,15,17,0,15,1,15,8,0,0,8,15,9,8,8,0,17,0,0,16,15,8,8,22,15,21,14,9,0,14,15,23,17,22,15,15,15,22,15,14,15,15,15,15,22,10,15,22,0,0,22,22,7,23,8,8,0,15,8,15,15,0,2,23,17,21,24,21,0,15,15,16,0,15,8,8,15,16,14,14,9,0,14,16,16,16,15,15,15,15,15,16,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,16,16,14,15,9,0,15,15,15,15,0,9,8,16,16,15,16,9,0,14,15,16,16,16,17,15,15,15,15,14,15,16,9,15,15,8,16,16,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,9,0,16,15,8,8,9,0,16,15,8,15,15,16,0,7,8,16,8,9,9,8,15,8,8,7,8,8,8,16,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,17,8,8,8,8,16,0,15,8,14,14,15,0,7,8,15,8,9,8,7,15,8,8,7,8,8,8,16,8,8,8,8,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,16,8,22,15,16,15,15,0,16,28,22,15,0,14,15,22,16,23,16,14,22,15,15,14,15,16,16,22,22,8,15,22,0,0,22,22,7,28,15,8,0,15,15,15,15,0,0,22,15,28,22,15,0,22,15,15,16,16,8,8,16,0,14,15,8,0,14,16,15,17,16,16,14,15,15,16,14,16,17,9,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,21,14,15,15,14,28,14,0,22,15,0,14,14,22,14,21,15,15,21,14,14,14,14,14,14,21,21,7,15,22,0,0,21,21,7,28,14,7,0,14,14,14,14,0,0,21,14,28,21,15,0,22,14,14,14,16,15,14,22,15,22,0,15,0,14,14,22,15,15,16,15,21,14,14,14,14,15,8,21,14,7,15,15,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,22,14,9,9,9,16,15,15,8,15,15,0,0,9,8,19,8,8,11,9,15,10,8,7,8,8,10,15,10,8,11,9,0,0,8,8,7,14,15,10,0,8,8,8,8,0,0,9,8,16,8,10,0,18,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,9,0,0,14,16,14,14,16,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,16,15,16,15,8,8,15,16,14,14,8,0,14,0,15,16,15,15,14,15,15,16,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,23,16,16,16,15,22,15,22,22,19,0,16,15,0,17,15,18,16,22,24,15,14,15,15,10,22,17,10,18,16,0,0,15,15,7,23,15,10,0,15,15,15,15,0,2,16,17,23,17,15,0,25,17,17,16,16,8,8,16,17,14,15,8,0,14,16,17,0,16,16,14,15,17,16,14,16,17,9,15,16,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,18,14,17,10,0,15,15,22,15,16,9,9,23,16,21,15,8,0,14,15,15,16,0,16,14,15,15,15,14,15,16,16,16,22,8,15,22,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,16,15,15,15,17,9,8,16,16,15,16,11,0,16,15,18,16,16,0,15,15,17,15,14,15,16,11,15,17,8,18,16,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,9,0,18,17,15,15,15,8,7,14,14,15,15,9,0,14,14,16,14,14,15,0,14,14,14,14,14,14,7,14,14,7,15,15,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,15,14,14,14,9,0,15,14,15,15,15,15,15,22,15,21,21,15,0,14,15,22,15,15,15,14,0,15,15,14,15,15,8,22,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,15,22,15,15,8,8,15,15,14,14,10,0,16,15,24,17,15,17,14,15,0,15,14,15,15,10,15,17,10,17,15,0,0,15,15,7,16,8,10,0,15,8,15,15,0,2,15,17,16,17,13,0,17,17,15,16,15,8,8,15,16,14,14,8,0,14,16,15,16,15,15,14,15,15,0,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,0,14,14,14,14,14,14,14,14,14,14,0,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,15,16,15,8,8,15,16,14,14,8,0,14,16,15,16,15,15,14,15,15,16,14,0,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,15,16,16,8,8,16,17,14,15,8,0,14,16,15,17,16,16,14,15,15,16,14,16,0,9,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,15,8,9,8,8,16,9,14,8,10,0,9,8,10,9,16,11,7,8,10,8,7,8,9,0,8,17,8,10,15,0,0,15,15,7,14,8,10,0,8,1,8,8,0,0,15,8,16,15,15,0,10,10,15,15,15,16,16,22,15,21,21,15,0,14,15,22,15,16,15,14,22,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,23,15,22,16,15,8,8,22,16,21,14,10,0,16,16,17,16,22,17,14,15,17,16,14,16,16,17,15,0,8,17,22,0,0,22,22,7,21,8,10,0,15,8,15,15,0,0,22,16,23,22,15,0,17,17,10,8,8,8,8,8,8,7,7,8,0,7,8,10,10,8,8,7,8,10,8,7,8,8,8,8,8,0,8,8,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,8,10,7,10,10,0,8,8,15,15,16,9,8,15,15,15,15,11,0,16,15,18,15,15,18,15,15,17,15,14,15,15,10,15,17,8,0,16,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,9,0,18,17,22,15,16,9,8,22,15,22,15,9,0,14,15,16,15,22,16,15,15,15,15,14,15,15,15,15,22,8,16,0,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,16,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,15,15,8,8,22,15,21,14,8,0,14,15,15,15,22,15,14,15,15,15,14,15,15,15,15,22,8,15,22,0,0,0,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,15,15,22,15,15,8,8,22,15,21,14,8,0,14,15,15,15,22,15,14,15,15,15,14,15,15,15,15,22,8,15,22,0,0,22,0,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,15,15,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,23,14,14,14,14,28,14,28,21,14,0,14,14,23,16,21,14,14,21,16,14,14,14,14,14,21,21,9,14,21,0,0,21,21,7,0,14,7,0,14,14,14,14,0,2,21,16,28,23,16,0,21,14,8,8,8,15,15,15,8,14,14,15,0,7,8,15,8,8,8,7,15,8,8,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,0,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,8,8,8,8,8,8,8,8,7,7,10,0,9,8,10,8,8,10,7,8,10,8,7,8,8,10,8,10,8,10,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,0,8,15,15,0,0,15,15,14,15,8,0,15,15,8,8,8,8,8,15,8,14,14,8,0,7,8,15,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,15,8,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,1,0,23,16,15,8,8,22,15,21,14,9,0,14,15,16,15,22,15,15,15,15,15,14,15,15,15,15,22,8,15,22,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,0,15,21,22,16,0,15,15,17,16,15,8,8,15,16,14,14,8,0,14,16,17,18,15,15,14,15,17,16,14,16,16,8,15,16,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,0,14,17,10,0,15,15,21,14,14,14,14,28,14,28,21,16,0,16,14,23,14,21,16,14,21,16,14,14,14,14,16,21,23,7,16,21,0,0,21,21,7,28,14,9,0,14,14,14,14,0,0,21,14,0,21,14,0,23,16,24,15,15,8,8,22,15,21,14,8,0,14,15,17,17,22,15,14,15,17,15,14,15,15,15,15,22,10,15,22,0,0,22,22,7,23,8,8,0,15,8,15,15,0,2,22,17,21,0,17,0,15,15,21,9,9,9,8,15,8,15,8,10,0,7,8,15,10,15,9,9,8,13,8,7,8,8,15,8,15,10,9,16,0,0,15,15,7,16,8,8,0,8,1,8,8,0,2,16,10,14,17,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,16,17,16,22,15,22,22,18,0,16,15,25,15,16,18,15,22,17,15,14,15,15,10,23,17,8,18,16,0,0,15,15,7,21,15,10,0,15,15,15,15,0,1,15,15,23,15,9,0,0,17,15,15,15,8,8,15,15,14,14,10,0,16,15,17,15,15,17,14,15,17,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,0,0,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,0,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,0,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,7,7,7,0,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,7,7,7,7,0,7,9,7,7,7,7,0,7,7,7,9,7,9,7,7,7,7,9,7,7,7,9,7,7,7,0,0,9,9,7,7,7,7,0,7,2,7,9,0,0,7,7,7,7,7,0,7,7,14,14,14,7,7,0,15,14,14,8,14,0,14,15,15,14,15,14,14,14,14,14,15,15,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,14,14,14,7,9,15,0,14,14,8,14,0,14,15,15,16,15,16,14,14,21,14,17,15,8,14,16,7,15,14,0,0,17,17,7,14,7,7,0,14,9,14,23,0,7,14,14,14,14,7,0,14,15,14,14,14,7,7,14,14,0,15,7,14,0,14,14,14,14,14,15,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,14,14,14,7,7,14,14,15,0,7,14,0,14,14,14,14,14,15,14,14,14,16,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,7,7,7,7,7,8,8,7,7,0,9,0,7,10,8,7,10,7,7,9,7,7,8,8,10,7,9,7,10,7,0,0,8,8,7,7,7,9,0,7,0,7,7,0,0,7,7,9,7,7,0,9,10,14,14,14,7,7,14,14,14,14,9,0,0,14,16,14,14,16,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,0,0,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,7,15,15,14,14,10,16,0,14,0,15,14,17,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,14,14,14,7,7,15,15,14,14,8,14,0,14,15,0,14,15,14,14,14,14,14,15,15,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,14,14,14,7,9,14,16,14,14,7,14,0,14,14,14,0,14,16,14,14,14,14,16,14,7,14,16,7,14,14,0,0,16,16,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,14,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,0,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,14,14,14,7,9,14,16,15,15,7,14,0,14,14,14,16,14,0,14,14,14,15,16,14,7,14,16,7,14,14,0,0,16,16,8,15,7,7,0,14,9,14,16,0,1,14,14,15,14,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,0,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,7,14,14,14,14,9,16,0,14,16,14,14,16,14,14,0,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,16,14,14,14,7,7,14,21,14,14,7,14,0,14,14,14,14,14,14,14,14,0,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,21,0,7,14,14,14,14,7,0,14,14,14,14,14,7,7,14,14,15,16,7,14,0,14,14,14,14,14,15,14,14,14,0,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,0,15,8,14,16,7,15,14,0,0,17,17,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,14,14,14,7,7,15,15,14,14,8,14,0,14,15,15,14,15,14,14,14,14,14,15,0,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,7,7,7,7,7,8,8,7,7,10,9,0,7,10,8,7,10,7,7,9,7,7,8,8,0,7,9,7,10,7,0,0,8,8,7,7,7,9,0,7,0,7,7,0,0,7,7,9,7,7,0,9,10,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,0,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,9,14,16,14,14,9,16,0,14,16,14,16,16,16,14,16,14,14,16,14,9,14,0,7,16,14,0,0,16,16,7,14,7,9,0,14,9,14,16,0,0,14,14,16,14,7,0,16,16,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,17,14,14,16,14,14,15,15,10,14,16,7,0,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,0,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,17,15,8,14,16,7,15,14,0,0,0,17,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,17,15,8,14,16,7,15,14,0,0,17,0,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,7,7,7,7,7,7,7,8,8,7,7,0,7,7,7,7,7,8,7,7,7,8,7,7,7,7,7,7,7,7,0,0,7,7,0,8,7,7,0,7,0,7,7,0,1,7,7,8,7,7,0,7,7,14,14,14,7,7,14,14,15,15,7,14,0,14,14,14,14,14,15,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,0,7,7,0,14,7,14,14,0,1,14,14,15,14,7,0,14,14,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,0,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,9,9,0,7,9,7,7,9,7,7,9,7,7,7,7,9,7,9,7,9,7,0,0,7,7,7,7,7,0,0,7,0,7,7,0,0,7,7,9,7,7,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,0,7,14,14,0,0,14,14,14,14,7,0,14,14,7,7,7,0,2,7,9,7,7,0,7,0,7,7,7,9,7,9,7,7,7,7,9,7,0,7,9,0,7,7,0,0,9,9,0,7,0,0,0,7,0,7,9,0,0,7,7,7,7,0,0,7,7,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,0,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,9,14,23,14,14,7,14,0,14,14,14,16,14,16,14,14,21,14,16,14,7,14,16,7,14,14,0,0,16,16,7,14,7,7,0,14,9,14,0,0,7,14,14,14,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,1,1,0,0,0,0,0,0,0,0,1,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,7,0,0,0,0,1,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,0,14,14,14,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,0,14,14,7,0,14,14,14,14,14,7,7,14,14,16,16,9,16,0,14,16,14,14,16,15,14,16,14,16,14,14,9,14,16,7,16,14,0,0,14,14,8,15,7,9,0,14,7,14,14,0,1,14,14,0,14,7,0,16,16,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,0,7,0,14,14,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,9,16,0,14,16,14,14,16,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,0,16,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,17,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,0,0,18,17,8,10,18,26,16,16,8,15,14,0,15,25,24,23,16,17,22,25,16,25,26,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,18,0,17,8,10,18,19,16,16,8,16,14,0,15,18,17,15,16,17,15,18,16,18,19,8,17,17,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,18,14,18,10,0,15,16,17,17,0,8,18,17,17,21,27,15,15,14,0,22,24,17,22,24,26,16,17,23,24,17,8,18,17,17,23,18,0,0,17,17,18,16,18,17,0,24,11,24,17,0,2,17,24,14,19,11,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,0,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,18,8,0,10,10,10,16,15,8,7,0,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,18,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,18,18,17,8,10,0,18,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,26,19,17,8,10,18,0,16,16,8,16,14,0,15,26,25,24,16,17,23,26,16,27,28,17,17,17,10,24,17,0,0,18,17,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,16,16,16,21,7,10,16,16,0,20,7,14,14,0,14,16,16,14,17,18,15,16,16,16,16,7,17,15,9,14,17,0,0,16,16,11,16,10,8,0,16,10,16,16,0,2,16,16,14,17,10,0,14,14,16,16,27,7,16,16,16,20,0,14,14,14,0,21,23,16,21,23,25,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,18,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,8,8,15,8,15,8,8,7,14,0,8,7,0,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,15,16,15,8,8,15,16,14,14,8,0,14,0,15,16,15,15,14,15,15,16,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,0,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,0,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,25,18,24,8,17,17,26,16,23,15,16,14,0,22,0,24,30,23,24,22,26,23,33,26,16,17,16,17,30,17,0,0,17,17,16,16,17,15,0,32,10,24,17,0,2,17,25,14,24,10,0,22,22,24,17,17,8,10,17,25,16,16,8,15,14,0,15,24,0,23,16,17,23,24,16,25,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,23,15,22,8,15,15,24,14,21,15,15,14,0,22,30,23,0,21,22,23,23,21,31,24,17,15,15,15,31,15,0,0,15,15,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,22,16,16,24,7,17,16,16,17,23,14,14,14,0,21,23,16,21,0,23,15,16,23,23,16,7,17,15,16,21,17,0,0,16,16,16,16,17,15,0,23,10,23,16,0,2,16,23,14,17,10,0,21,21,17,17,26,8,17,17,17,18,25,15,15,14,0,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,18,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,22,15,16,8,9,15,23,15,14,8,15,14,0,15,22,23,23,15,15,0,22,14,23,23,16,16,16,8,23,16,0,0,15,15,7,14,9,9,0,23,9,15,15,0,0,16,15,14,23,9,0,15,15,25,18,17,8,10,17,26,16,16,8,16,14,0,15,26,24,23,16,17,22,0,16,26,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,0,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,11,0,21,21,25,18,24,8,17,17,27,16,23,15,16,14,0,22,33,25,31,23,24,23,26,23,0,27,17,17,16,17,31,17,0,0,17,17,16,16,17,15,0,33,10,24,17,0,2,18,25,14,24,10,0,22,22,26,19,17,8,10,18,28,16,16,8,16,14,0,15,26,25,24,16,17,23,26,16,27,0,17,17,17,10,24,17,0,0,18,17,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,16,16,8,8,8,8,8,17,7,7,8,8,7,0,8,16,16,17,7,8,16,16,7,17,17,0,8,8,8,17,8,0,0,8,8,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,8,17,17,18,8,11,17,17,17,16,8,15,14,0,15,17,17,15,17,17,16,17,16,17,17,8,0,16,10,15,18,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,18,11,0,15,15,16,17,17,8,9,16,17,15,14,8,16,14,0,15,16,15,15,15,15,16,16,14,16,17,8,16,0,8,16,16,0,0,16,15,7,14,9,11,0,16,9,15,15,0,1,16,16,16,18,9,0,15,18,10,10,17,8,17,10,10,9,16,15,8,7,0,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,23,15,23,8,15,15,24,14,21,15,15,14,0,22,30,23,31,21,22,23,23,21,31,24,17,15,16,15,0,15,0,0,15,15,14,14,15,16,0,31,8,22,15,0,0,16,22,14,23,8,0,22,22,17,17,18,8,11,17,17,17,16,8,15,14,0,15,17,17,15,17,17,16,17,16,17,17,8,18,16,10,15,0,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,18,11,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,10,18,18,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,17,17,17,8,10,17,17,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,9,9,18,7,16,9,9,11,18,14,7,7,0,14,16,9,14,16,18,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,0,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,18,8,18,10,10,10,16,15,8,7,0,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,0,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,9,9,17,8,16,9,9,8,14,15,8,7,0,15,15,8,15,15,15,9,8,14,15,9,8,9,11,15,16,9,0,0,9,8,14,7,16,0,0,16,2,15,8,0,1,9,15,7,11,9,0,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,18,24,8,17,18,27,16,23,15,15,14,0,22,32,25,31,23,24,23,25,23,33,27,17,17,16,17,31,17,0,0,18,17,16,16,17,16,0,0,10,24,17,0,3,19,24,14,25,10,0,22,23,10,10,11,1,4,10,10,10,9,1,8,7,0,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,17,17,24,8,17,17,17,16,23,15,15,14,0,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,0,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,18,18,17,8,10,18,19,16,16,8,15,14,0,15,17,18,16,16,17,16,17,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,17,18,24,8,17,17,18,16,23,15,16,14,0,22,25,17,22,23,24,15,18,23,25,18,8,17,16,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,14,7,7,14,14,14,14,7,14,14,0,14,14,14,14,14,14,14,14,14,14,14,7,14,16,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,16,25,18,19,8,11,18,25,17,16,8,15,14,0,15,24,24,22,17,17,23,24,16,24,25,15,18,18,10,23,18,0,0,18,17,9,16,11,11,0,25,11,17,17,0,3,18,17,14,0,11,0,15,16,10,10,11,8,11,10,10,10,9,8,8,7,0,8,10,10,8,10,10,9,10,11,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,0,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,16,16,22,8,15,16,16,14,21,15,15,14,0,22,22,15,22,21,22,15,15,21,22,16,8,15,18,15,22,15,0,0,16,15,14,14,15,16,0,23,8,22,15,0,1,16,22,16,16,8,0,22,0,0,16,16,8,8,15,15,15,14,9,23,14,15,0,18,15,16,15,15,22,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,16,17,14,17,14,0,15,15,16,0,15,8,8,15,15,14,14,9,16,14,15,0,15,15,15,15,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,16,15,14,15,9,0,15,15,16,15,0,9,15,15,15,16,22,16,16,14,22,0,23,15,24,22,22,15,15,21,22,15,8,15,15,15,23,16,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,9,0,23,22,8,8,9,0,15,15,8,15,15,16,16,7,8,0,8,8,9,8,15,8,8,7,8,8,8,15,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,16,8,8,8,15,15,0,15,8,14,21,22,15,7,15,0,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,15,15,15,15,15,0,16,21,21,16,22,15,15,0,16,15,16,14,22,15,15,14,16,16,9,22,15,8,16,15,0,0,16,16,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,16,15,15,15,8,8,16,0,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,15,14,16,15,14,21,14,0,22,15,22,14,14,0,15,14,16,15,21,14,14,14,14,14,7,21,14,7,15,15,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,22,14,14,14,22,15,21,21,14,22,0,22,22,14,21,0,21,14,22,22,28,14,14,21,21,14,7,21,14,14,22,15,0,0,14,14,14,21,21,14,0,21,14,21,14,0,0,14,21,21,14,8,0,29,21,9,9,16,16,22,16,9,15,22,0,19,10,15,0,16,8,19,16,22,10,8,14,16,9,11,15,10,15,19,9,0,0,9,9,14,14,22,17,0,15,8,15,8,0,0,9,15,16,8,10,0,25,18,23,16,16,16,15,22,15,22,22,19,0,16,15,0,17,15,18,16,22,24,15,14,15,15,10,22,17,10,18,16,0,0,15,15,7,23,15,10,0,15,15,15,15,0,2,16,17,23,17,15,0,25,17,14,14,14,7,7,15,15,14,14,10,16,0,14,0,15,14,17,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,15,15,22,8,15,15,15,14,21,15,15,14,0,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,15,23,8,15,16,16,15,21,16,17,15,22,0,0,15,24,21,22,17,15,21,23,16,9,15,15,17,23,15,0,0,16,16,14,16,15,15,0,22,8,22,15,0,2,15,24,14,17,10,0,22,23,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,0,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,16,15,24,9,15,16,16,16,22,19,18,17,22,0,24,15,0,22,22,17,15,21,23,16,11,15,17,15,26,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,25,25,15,15,22,8,14,14,14,15,22,16,16,14,21,0,21,14,22,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,15,21,14,14,9,0,22,21,15,15,22,15,22,22,15,21,28,22,22,14,22,0,22,15,22,21,0,15,15,21,22,15,8,22,15,15,22,15,0,0,15,15,14,21,22,15,0,22,15,22,15,0,0,15,22,21,15,8,0,29,22,22,15,15,8,8,15,15,14,14,10,24,16,15,0,17,15,17,14,15,0,15,14,15,15,10,15,17,10,17,15,0,0,15,15,7,16,8,10,0,15,8,15,15,0,2,15,17,16,17,13,0,17,17,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,15,15,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,14,14,21,7,14,14,14,14,21,14,14,14,21,0,21,14,21,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,21,15,15,22,8,15,16,16,14,21,16,15,15,22,0,23,15,23,21,22,15,15,21,0,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,23,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,0,9,15,15,8,16,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,8,8,8,8,8,9,9,7,7,11,10,10,8,0,9,8,11,7,8,10,8,7,9,9,0,8,10,8,11,8,0,0,9,9,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,11,15,15,15,15,15,22,15,21,21,15,22,14,15,0,15,15,15,14,22,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,15,15,15,15,8,8,15,15,14,14,10,17,16,15,0,15,15,17,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,17,10,8,15,8,15,8,8,7,14,15,10,7,15,0,17,8,15,14,15,10,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,9,15,15,0,15,1,15,8,0,2,8,17,7,10,10,0,15,15,15,15,23,9,15,16,16,15,22,19,18,17,22,0,23,15,26,22,22,17,15,21,23,16,11,15,17,15,0,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,25,25,15,15,16,9,8,15,15,15,15,9,16,14,15,0,15,15,16,15,15,15,15,14,15,15,8,15,15,8,16,0,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,9,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,7,7,14,7,14,7,7,7,14,14,7,7,14,0,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,16,14,14,14,14,21,14,21,21,14,23,14,14,0,16,14,14,14,21,16,14,14,14,14,7,21,14,9,14,14,0,0,14,14,7,0,14,7,0,14,14,14,14,0,2,14,16,21,16,9,0,21,14,8,8,15,15,22,15,8,14,21,22,15,7,15,0,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,0,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,8,8,15,8,15,8,8,7,14,17,10,9,15,0,15,8,17,14,15,10,8,14,15,8,10,8,10,15,17,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,9,8,8,0,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,22,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,15,22,14,15,8,0,22,22,8,8,8,8,8,15,8,14,14,8,15,7,8,0,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,15,8,15,15,22,8,15,15,15,14,21,15,15,14,22,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,22,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,0,0,16,16,15,8,8,15,15,14,14,9,16,14,15,0,15,15,15,15,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,0,15,14,15,9,0,15,15,17,15,22,8,15,15,15,14,21,15,17,14,22,0,24,15,22,21,22,17,15,21,22,15,8,15,15,17,22,15,0,0,15,15,14,16,15,15,0,22,8,22,15,0,2,15,0,14,17,10,0,22,22,14,14,14,14,14,21,14,21,21,16,23,16,14,0,14,14,16,14,21,16,14,14,14,14,9,21,16,7,16,14,0,0,14,14,7,21,14,9,0,14,14,14,14,0,0,14,14,0,14,7,0,23,16,17,15,15,8,8,15,15,14,14,8,17,14,15,0,17,15,15,14,15,17,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,17,14,0,10,0,15,15,14,9,9,9,8,8,8,8,8,10,15,7,8,0,10,8,9,9,8,13,8,7,8,8,8,8,8,10,9,9,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,9,10,7,10,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,23,16,22,22,15,22,29,25,25,16,22,0,22,15,25,22,29,17,15,21,22,15,10,22,17,15,25,16,0,0,15,15,14,21,22,17,0,22,15,22,15,0,0,15,22,23,15,9,0,0,24,15,15,22,8,15,16,16,14,21,18,17,17,22,0,23,15,25,21,22,17,15,21,23,16,11,15,17,15,25,15,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,8,0,24,0,0,17,18,8,10,17,25,18,16,8,17,14,25,18,0,24,24,17,18,24,26,16,25,25,16,17,15,12,23,17,0,0,17,18,9,18,10,8,0,26,10,18,17,0,4,17,19,14,26,12,0,15,15,17,0,17,8,10,17,18,16,16,8,16,14,18,15,0,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,18,14,17,10,0,15,15,18,17,0,8,17,18,19,17,24,15,16,14,24,23,0,19,25,23,24,16,17,23,24,18,9,18,15,17,22,18,0,0,17,17,16,16,17,15,0,24,10,24,18,0,2,17,24,14,17,10,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,8,8,0,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,0,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,17,17,18,8,10,0,19,16,17,9,16,15,17,16,0,18,17,16,17,15,17,16,18,19,10,17,15,10,16,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,25,18,19,8,10,19,0,16,17,9,17,15,26,16,0,26,26,16,17,23,26,16,27,28,18,18,16,10,24,18,0,0,18,18,9,16,10,8,0,25,10,17,18,0,2,17,18,14,24,10,0,15,16,18,16,17,7,9,16,16,0,16,7,14,14,16,15,0,16,15,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,16,16,24,7,16,17,17,16,0,14,15,14,23,21,0,17,22,23,23,14,16,23,23,17,8,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,8,8,15,8,15,9,9,7,14,0,8,8,15,16,0,8,16,14,15,8,8,14,16,9,9,8,8,15,16,8,0,0,9,9,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,16,17,16,16,8,8,16,17,14,15,8,0,14,16,17,0,16,16,14,15,17,16,14,16,17,9,15,16,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,18,14,17,10,0,15,15,14,14,14,7,7,15,15,14,14,8,14,0,14,15,0,14,15,14,14,14,14,14,15,15,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,25,18,24,8,17,17,26,16,23,15,16,14,0,22,0,24,30,23,24,22,26,23,33,26,16,17,16,17,30,17,0,0,17,17,16,16,17,15,0,32,10,24,17,0,2,17,25,14,24,10,0,22,22,18,15,23,8,15,16,16,15,21,16,17,15,22,0,0,15,24,21,22,17,15,21,23,16,9,15,15,17,23,15,0,0,16,16,14,16,15,15,0,22,8,22,15,0,2,15,24,14,17,10,0,22,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,19,8,10,18,26,16,17,8,16,14,24,15,0,0,24,16,17,23,24,16,24,25,16,18,15,10,22,18,0,0,17,17,9,16,10,8,0,24,10,17,18,0,2,17,17,14,24,10,0,15,15,24,15,25,8,15,17,26,15,22,16,16,15,30,24,0,24,0,21,22,23,23,21,31,25,18,16,15,15,31,16,0,0,16,16,14,14,15,15,0,30,8,22,16,0,0,15,22,14,22,8,0,22,23,17,16,23,7,16,16,16,17,23,14,14,14,23,21,0,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,24,9,24,16,0,2,16,23,14,16,9,0,21,21,18,17,24,8,17,17,17,17,23,15,15,14,24,22,0,17,22,24,0,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,25,17,0,2,17,24,14,17,10,0,22,22,24,15,16,8,8,15,23,14,14,8,17,14,22,17,0,23,23,14,15,0,22,14,22,22,15,16,15,10,22,16,0,0,15,15,7,16,8,8,0,22,8,15,16,0,2,15,17,14,24,10,0,15,15,26,18,17,8,10,17,26,17,16,8,16,14,26,15,0,24,23,17,18,22,0,16,26,26,16,17,16,10,23,17,0,0,17,18,9,16,10,8,0,26,10,18,17,0,2,17,18,14,24,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,23,21,0,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,25,18,24,8,17,18,27,16,23,16,16,15,33,23,0,24,31,23,24,22,26,23,0,27,17,17,16,17,31,17,0,0,18,18,16,16,17,15,0,32,10,24,17,0,2,17,25,14,24,10,0,22,23,25,18,18,8,10,19,28,16,17,9,17,15,26,16,0,25,25,16,17,22,26,16,27,0,18,17,16,10,24,17,0,0,18,18,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,16,16,8,9,8,8,10,18,7,8,9,9,8,16,9,0,16,18,7,8,15,16,7,17,18,0,8,8,8,17,8,0,0,9,9,7,7,8,8,0,16,1,8,8,0,0,8,8,7,15,8,0,8,9,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,15,16,15,8,8,15,16,14,14,8,16,14,16,15,0,15,15,14,15,15,16,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,12,10,17,8,17,10,10,9,16,15,10,7,17,17,0,10,15,16,17,10,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,11,17,15,0,17,3,17,10,0,4,10,19,7,12,12,0,15,15,23,15,22,8,15,16,24,14,21,16,15,15,30,23,0,22,31,21,22,22,23,21,31,24,17,15,15,15,0,15,0,0,16,16,14,14,15,15,0,30,8,22,15,0,0,15,22,14,22,8,0,22,23,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,18,18,16,16,9,15,15,17,16,0,17,16,16,17,15,17,16,18,18,9,17,15,10,16,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,18,17,17,8,10,18,18,17,16,9,15,15,17,16,0,17,16,17,18,15,18,16,18,18,9,17,15,10,16,17,0,0,18,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,16,9,9,16,7,16,9,9,9,16,14,7,7,16,14,0,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,18,16,16,7,9,16,16,16,16,7,16,14,16,16,0,16,14,16,16,16,16,16,16,16,7,16,14,11,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,4,16,18,14,18,11,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,0,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,0,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,17,24,8,17,17,25,17,23,15,15,14,32,22,0,24,30,24,25,22,26,23,32,25,16,17,15,17,30,17,0,0,17,18,16,16,17,15,0,0,10,25,17,0,2,17,24,14,24,10,0,22,22,10,10,10,1,3,10,10,9,9,1,8,7,10,8,0,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,18,17,24,8,17,17,17,17,23,15,15,14,24,22,0,17,22,24,25,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,2,0,2,2,2,2,2,0,2,0,2,2,0,2,0,2,2,2,2,2,2,2,0,2,0,4,0,2,0,0,2,2,2,4,2,0,0,2,2,2,2,0,0,2,5,0,4,4,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,0,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,17,14,17,10,0,15,15,19,18,24,8,17,17,18,16,23,15,18,14,25,24,0,17,22,23,24,17,18,23,25,18,8,17,16,19,22,17,0,0,17,17,16,18,17,15,0,24,10,24,17,0,5,17,0,14,19,12,0,22,22,14,14,14,7,7,14,14,14,14,7,14,14,14,14,0,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,26,17,17,8,10,17,24,16,16,8,17,14,24,17,0,24,22,16,17,24,24,16,24,24,15,17,15,12,22,17,0,0,17,17,9,18,10,8,0,24,10,17,17,0,4,17,19,14,0,12,0,15,15,12,10,10,8,10,10,10,9,9,8,10,7,10,10,0,10,8,9,10,10,10,9,10,10,8,10,8,12,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,12,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,0,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,15,15,22,8,15,16,16,14,21,16,15,15,22,23,0,15,23,21,22,15,15,21,23,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,0,18,18,9,10,24,24,24,17,8,22,14,24,15,24,0,23,16,18,22,25,16,24,24,22,18,22,10,22,24,0,0,25,25,9,23,10,8,0,25,10,17,17,0,2,25,17,21,31,17,0,16,15,18,0,17,9,10,17,17,16,17,8,15,14,17,15,17,0,15,16,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,18,17,0,8,10,18,19,17,17,8,16,14,17,15,19,0,18,16,17,16,17,16,17,18,9,19,15,10,15,18,0,0,18,18,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,16,15,9,9,8,0,9,8,8,7,8,8,9,7,8,8,8,0,8,7,9,8,9,7,8,8,8,9,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,9,8,7,8,8,0,9,8,10,10,10,9,0,10,12,9,9,8,9,9,10,8,10,0,8,11,10,8,10,9,12,10,8,11,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,9,8,24,17,18,8,10,0,18,23,17,8,23,14,17,15,18,0,16,16,17,15,17,16,17,18,16,17,22,10,15,24,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,24,17,19,8,12,18,0,16,17,8,16,16,25,15,26,0,25,18,17,24,24,16,27,26,17,18,17,10,23,18,0,0,19,19,9,16,10,8,0,25,12,17,20,0,2,18,17,14,24,10,0,15,15,24,16,17,7,9,23,16,0,16,7,21,14,16,14,16,0,15,16,16,14,16,16,16,16,14,17,21,9,14,23,0,0,24,24,9,23,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,15,14,17,17,17,8,9,17,17,16,0,7,15,14,16,14,17,0,15,16,17,14,17,16,16,17,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,0,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,22,15,16,9,9,23,16,21,15,8,0,14,15,15,16,0,16,14,15,15,15,14,15,16,16,16,22,8,15,22,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,16,15,14,14,14,7,9,14,16,14,14,7,14,0,14,14,14,0,14,16,14,14,14,14,16,14,7,14,16,7,14,14,0,0,16,16,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,14,24,17,17,8,10,17,25,16,16,8,15,14,0,15,24,0,23,16,17,23,24,16,25,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,0,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,24,17,19,8,10,18,26,16,17,8,16,14,24,15,0,0,24,16,17,23,24,16,24,25,16,18,15,10,22,18,0,0,17,17,9,16,10,8,0,24,10,17,18,0,2,17,17,14,24,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,15,18,8,8,16,25,15,15,8,16,14,23,15,24,0,0,16,15,24,22,14,23,24,17,17,15,8,23,16,0,0,16,16,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,16,15,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,0,16,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,0,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,22,15,16,8,8,15,24,14,14,8,15,14,23,15,23,0,24,14,15,0,22,14,23,23,16,16,15,8,23,16,0,0,15,15,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,15,15,25,18,17,9,10,17,24,16,17,8,15,14,24,15,24,0,22,16,18,22,0,16,24,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,0,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,24,17,17,8,12,17,27,16,16,8,15,16,25,15,24,0,23,18,17,23,24,16,0,25,16,17,17,10,23,17,0,0,19,19,9,16,10,8,0,25,12,17,19,0,2,18,17,14,24,10,0,15,15,24,17,18,8,10,18,26,16,17,8,16,14,25,15,25,0,24,16,17,23,24,16,25,0,17,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,22,8,9,8,8,16,17,14,8,8,16,7,16,8,16,0,17,7,8,16,15,7,16,17,0,8,15,8,16,15,0,0,15,15,7,14,8,8,0,16,1,8,8,0,0,16,8,14,22,15,0,8,8,18,17,19,9,11,17,18,17,16,8,16,14,17,15,18,0,17,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,18,18,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,17,15,22,15,15,8,10,22,17,21,14,8,22,16,15,15,15,0,15,16,15,15,15,14,17,15,15,15,0,8,15,22,0,0,24,24,7,21,8,8,0,15,10,15,17,0,0,22,15,21,22,15,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,0,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,0,23,14,15,23,22,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,16,15,14,22,8,0,15,15,24,17,18,8,10,24,18,23,16,8,22,14,17,15,18,0,16,16,17,16,17,16,17,17,15,18,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,18,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,17,18,8,12,24,19,24,16,8,22,16,17,15,17,0,16,18,17,15,17,16,19,17,15,18,24,10,15,24,0,0,0,27,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,15,25,17,18,8,12,24,19,24,16,8,22,16,17,15,17,0,16,18,17,15,17,16,19,17,15,18,24,10,15,24,0,0,27,0,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,0,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,0,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,0,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,0,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,9,10,17,25,16,17,8,15,14,25,15,24,0,23,16,18,23,25,16,25,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,19,17,14,24,10,0,15,15,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,0,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,0,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,18,8,12,17,20,16,16,8,15,16,17,15,18,0,16,18,17,16,17,16,19,17,8,18,17,10,15,18,0,0,19,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,0,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,25,18,17,9,10,24,18,23,17,8,22,14,18,15,17,0,16,16,18,16,18,16,18,18,16,17,22,10,16,24,0,0,24,24,9,23,10,8,0,19,10,17,17,0,2,0,17,21,24,17,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,0,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,0,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,31,17,17,8,10,24,24,23,16,8,22,14,24,15,24,0,22,16,17,22,24,16,24,24,22,17,22,10,22,24,0,0,24,24,9,23,10,8,0,24,10,17,17,0,2,24,17,21,0,17,0,15,15,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,0,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,9,9,15,15,15,14,8,16,14,15,15,15,0,16,14,15,15,15,14,15,15,8,17,15,8,15,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,0,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,15,17,8,8,15,23,16,14,8,15,14,23,16,24,23,0,14,15,22,23,14,23,23,16,16,15,8,23,15,0,0,16,16,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,16,15,15,0,15,8,8,15,15,14,14,8,15,14,15,15,15,15,0,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,17,15,0,9,15,16,17,17,23,16,17,14,22,24,25,18,0,22,22,16,15,21,22,16,9,17,15,15,23,17,0,0,16,16,14,14,15,15,0,22,8,22,16,0,0,15,22,14,15,9,0,24,22,8,8,9,0,8,10,8,8,8,9,9,7,8,9,8,8,0,8,8,8,10,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,10,1,8,8,0,0,8,8,7,8,9,0,9,10,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,15,15,16,10,8,0,17,14,15,9,16,15,15,16,17,16,0,14,15,15,17,14,16,17,10,15,15,8,16,15,0,0,16,16,7,14,8,8,0,17,8,15,15,0,0,15,15,14,15,8,0,15,18,23,15,17,8,8,17,0,14,15,9,16,15,24,16,26,25,0,14,15,24,23,14,25,26,19,16,15,8,25,16,0,0,16,16,7,14,8,8,0,24,8,15,16,0,0,16,15,14,22,8,0,15,16,16,14,17,8,7,14,14,0,15,8,15,14,14,16,15,15,0,15,14,14,14,14,14,14,7,15,14,7,15,15,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,8,0,16,14,14,14,23,8,14,15,15,15,0,15,16,14,21,22,22,15,0,22,21,14,14,21,21,15,8,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,8,8,16,9,15,9,9,8,15,0,11,10,15,19,16,8,0,15,15,10,8,14,16,9,11,8,10,15,19,9,0,0,9,9,14,7,15,17,0,15,1,15,8,0,0,8,15,9,8,9,0,18,18,15,15,17,9,8,16,16,15,16,11,0,16,15,18,16,16,0,15,15,17,15,14,15,16,11,15,17,8,18,16,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,9,0,18,17,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,0,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,23,15,22,8,15,15,24,14,21,15,15,14,0,22,30,23,0,21,22,23,23,21,31,24,17,15,15,15,31,15,0,0,15,15,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,22,16,15,24,9,15,16,16,16,22,19,18,17,22,0,24,15,0,22,22,17,15,21,23,16,11,15,17,15,26,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,25,25,24,15,25,8,15,17,26,15,22,16,16,15,30,24,0,24,0,21,22,23,23,21,31,25,18,16,15,15,31,16,0,0,16,16,14,14,15,15,0,30,8,22,16,0,0,15,22,14,22,8,0,22,23,23,15,18,8,8,16,25,15,15,8,16,14,23,15,24,0,0,16,15,24,22,14,23,24,17,17,15,8,23,16,0,0,16,16,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,16,0,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,0,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,22,15,16,8,8,15,24,14,14,10,17,16,23,17,23,24,0,14,15,0,22,14,23,23,18,16,17,8,25,16,0,0,15,15,7,14,8,10,0,23,8,15,16,0,0,16,15,16,22,8,0,17,17,23,15,15,10,8,17,23,14,14,8,15,14,23,15,23,22,0,14,15,22,0,14,23,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,25,8,15,15,0,0,15,15,14,22,8,0,15,17,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,0,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,21,23,15,22,8,15,16,25,14,21,16,15,15,31,23,31,23,0,21,22,23,23,21,0,25,18,15,15,15,32,15,0,0,16,16,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,23,23,15,16,8,8,17,26,14,15,9,16,15,24,16,25,24,0,14,15,23,23,14,25,0,19,15,15,8,25,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,16,8,9,8,8,10,19,7,8,11,11,10,17,11,18,17,0,7,8,18,16,7,18,19,0,8,10,8,20,8,0,0,9,9,7,7,8,10,0,17,1,8,8,0,0,9,8,9,15,8,0,10,11,16,15,17,8,8,15,16,15,14,8,15,14,15,15,16,17,0,14,15,16,15,14,15,15,8,0,15,8,15,16,0,0,16,16,7,14,8,8,0,15,8,15,16,0,0,15,15,14,15,8,0,16,15,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,0,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,17,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,23,15,23,9,15,16,25,15,22,19,18,17,31,26,31,23,0,22,22,25,23,21,32,25,20,15,17,15,0,16,0,0,16,16,14,14,15,17,0,31,8,22,15,0,0,16,22,16,22,9,0,25,25,15,15,17,9,8,15,16,15,15,9,16,14,15,16,16,16,0,15,15,16,15,14,15,15,8,16,15,8,16,0,0,0,15,15,7,14,8,8,0,15,8,15,16,0,0,15,15,14,15,9,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,8,8,16,16,15,14,9,15,15,15,16,16,16,0,14,15,15,15,14,16,16,9,16,15,8,16,15,0,0,0,17,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,16,16,16,15,16,8,8,16,16,15,14,9,15,15,15,16,16,16,0,14,15,15,15,14,16,16,9,16,15,8,16,15,0,0,17,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,16,16,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,0,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,0,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,0,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,8,8,15,8,15,8,8,7,14,17,10,9,15,17,15,8,0,14,15,10,8,14,15,8,10,8,10,15,17,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,9,8,8,0,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,15,22,10,15,17,24,14,21,15,15,14,31,22,30,23,0,21,22,23,25,21,31,24,17,15,15,15,31,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,16,22,14,22,8,0,22,24,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,0,7,8,8,8,7,8,8,1,8,8,1,8,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,8,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,22,15,15,16,8,8,15,16,14,14,8,15,14,15,15,16,16,0,14,15,16,15,14,15,15,8,16,15,8,15,16,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,16,14,14,8,15,14,16,15,15,16,0,14,15,16,15,14,16,16,9,15,15,8,16,15,0,0,15,15,7,14,8,8,0,16,8,15,15,0,0,0,15,14,15,8,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,22,14,14,14,7,7,14,14,14,14,9,16,16,14,16,14,14,0,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,16,22,15,15,8,8,15,22,14,14,8,15,14,22,15,22,22,0,14,15,22,22,14,22,22,15,15,15,8,22,15,0,0,15,15,7,14,8,8,0,22,8,15,15,0,0,15,15,14,0,8,0,15,15,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,0,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,24,9,15,15,15,16,22,18,18,16,22,25,22,16,0,22,22,17,15,21,22,15,10,16,17,15,25,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,0,24,15,15,22,10,15,18,16,14,21,18,17,17,22,25,23,15,0,21,22,17,17,21,23,16,11,15,17,15,25,15,0,0,16,16,14,14,15,17,0,24,8,22,15,0,0,15,22,16,15,8,0,24,0,0,17,16,7,9,16,16,17,16,8,15,14,16,15,17,16,14,0,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,17,16,14,16,10,0,14,14,17,0,16,7,9,16,16,16,16,8,15,14,16,15,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,17,16,14,16,10,0,14,14,16,16,0,8,17,16,16,18,24,15,15,14,24,22,23,16,22,0,23,15,16,23,23,16,7,17,15,16,22,18,0,0,16,16,16,16,17,15,0,23,10,23,16,0,2,16,23,14,17,11,0,22,21,7,7,8,0,7,7,7,8,8,8,8,7,7,8,7,7,8,0,7,7,7,7,7,7,7,7,7,7,8,8,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,8,0,8,7,9,9,17,7,0,9,11,10,16,14,7,9,17,14,16,11,14,0,16,8,9,16,18,9,7,10,10,16,14,10,0,0,11,11,16,9,17,15,0,16,5,16,11,0,2,9,16,7,10,10,0,14,14,16,16,16,7,9,0,16,16,16,7,14,14,16,14,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,11,16,0,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,17,16,18,8,10,16,16,0,18,8,15,15,17,15,17,16,15,0,17,15,17,17,16,16,7,17,15,9,15,18,0,0,16,17,10,17,10,8,0,17,10,17,16,0,3,16,16,15,17,11,0,15,14,16,16,24,8,16,16,16,18,0,15,15,15,23,22,23,16,22,0,23,14,16,24,23,16,7,16,14,16,22,17,0,0,16,16,17,17,16,15,0,23,9,24,16,0,3,16,23,15,16,10,0,22,21,8,8,15,8,14,7,7,8,15,0,9,7,14,16,14,7,15,0,14,7,7,14,14,7,7,7,7,14,15,8,0,0,7,7,14,7,14,14,0,14,0,14,7,0,0,8,14,7,7,9,0,15,14,15,15,15,8,7,14,14,15,15,9,0,14,14,16,14,14,15,0,14,14,14,14,14,14,7,14,14,7,15,15,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,15,14,14,14,9,0,15,14,14,14,14,7,9,14,16,15,15,7,14,0,14,14,14,16,14,0,14,14,14,15,16,14,7,14,16,7,14,14,0,0,16,16,8,15,7,7,0,14,9,14,16,0,1,14,14,15,14,7,0,14,14,16,16,24,7,17,16,16,17,23,14,14,14,0,21,23,16,21,0,23,15,16,23,23,16,7,17,15,16,21,17,0,0,16,16,16,16,17,15,0,23,10,23,16,0,2,16,23,14,17,10,0,21,21,15,15,22,8,14,14,14,15,22,16,16,14,21,0,21,14,22,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,15,21,14,14,9,0,22,21,17,16,23,7,16,16,16,17,23,14,14,14,23,21,0,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,24,9,24,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,0,16,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,16,0,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,16,23,7,16,16,16,17,23,14,14,14,23,21,24,16,21,0,0,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,24,9,24,16,0,2,16,23,14,16,9,0,21,21,14,14,15,7,8,14,14,15,14,7,14,14,15,14,14,14,14,0,14,0,14,14,14,14,7,15,15,7,14,15,0,0,14,14,7,14,8,8,0,14,8,14,14,0,0,14,14,14,15,8,0,14,14,17,16,16,7,9,16,16,17,16,7,14,14,16,14,17,16,14,0,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,16,16,23,7,16,16,16,17,24,14,14,15,23,21,23,16,21,0,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,17,17,16,14,0,23,9,23,16,0,3,16,23,15,16,9,0,21,21,16,16,23,7,18,16,18,16,23,14,14,16,23,21,23,18,21,0,23,14,16,23,0,16,7,16,16,16,21,16,0,0,18,18,16,16,16,14,0,23,11,23,18,0,2,16,23,14,16,9,0,21,21,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,0,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,0,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,16,16,17,7,10,16,16,17,16,7,14,14,17,14,16,16,14,0,16,15,16,16,16,16,7,0,15,9,14,17,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,17,10,0,14,14,14,14,15,7,10,14,16,15,14,7,14,16,15,14,14,16,14,0,14,15,14,14,16,14,7,15,0,7,14,15,0,0,16,16,7,14,8,8,0,14,10,14,16,0,0,14,14,14,15,8,0,14,14,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,0,16,7,9,16,16,9,7,9,7,0,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,14,22,0,21,14,14,21,21,14,7,14,14,14,0,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,16,16,18,8,10,16,16,18,17,8,15,14,17,15,16,16,15,0,16,15,16,16,16,16,7,17,15,9,15,0,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,17,11,0,15,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,0,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,17,16,16,7,11,16,18,17,16,7,14,16,16,14,17,18,14,0,17,14,17,16,18,16,7,16,16,9,14,16,0,0,18,0,9,16,9,7,0,17,11,17,18,0,2,16,16,14,16,9,0,14,14,9,9,16,7,16,9,9,10,17,14,7,8,16,14,16,9,14,0,16,7,9,17,16,9,7,9,7,16,14,9,0,0,9,9,0,10,16,14,0,16,2,16,9,0,3,9,16,8,9,9,0,14,14,16,16,16,7,9,16,16,17,17,7,14,15,16,14,16,16,14,0,16,14,16,17,16,16,7,16,14,9,14,16,0,0,16,16,10,0,9,7,0,16,9,16,16,0,3,16,16,16,16,9,0,14,14,9,9,17,7,17,9,9,10,16,14,7,7,17,14,16,9,14,0,16,8,9,16,16,9,7,10,8,16,14,10,0,0,9,9,16,9,0,15,0,16,3,16,9,0,2,9,16,7,10,10,0,14,14,7,7,15,7,15,7,7,8,15,14,7,7,15,14,14,7,14,0,14,8,7,14,14,7,7,8,8,14,14,8,0,0,7,7,14,7,15,0,0,14,1,15,7,0,0,7,14,7,8,8,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,16,23,7,16,16,16,17,23,14,14,14,23,21,24,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,0,9,24,16,0,2,16,23,14,16,9,0,21,21,9,9,10,0,5,9,11,10,9,0,7,9,10,7,9,11,7,0,9,8,9,9,11,9,0,10,10,2,7,10,0,0,11,11,2,9,3,1,0,9,0,9,11,0,2,9,9,7,10,3,0,7,7,17,16,23,7,16,16,16,17,24,14,14,14,23,21,24,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,15,0,24,9,0,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,3,3,0,0,1,2,0,2,2,0,0,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,17,17,16,7,9,16,16,16,16,8,15,14,16,15,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,0,16,14,16,10,0,14,14,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,0,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,0,14,16,9,0,21,21,14,14,14,7,7,14,14,15,15,7,14,15,14,14,14,14,14,0,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,16,7,7,0,14,7,14,14,0,1,14,14,0,14,7,0,14,14,16,16,17,7,10,16,16,17,16,7,14,14,17,14,16,16,14,0,16,15,16,16,16,16,7,17,15,9,14,17,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,0,10,0,14,14,10,10,11,8,10,9,9,11,10,9,9,7,10,9,9,9,8,0,9,8,9,9,9,9,7,10,8,9,8,11,0,0,9,9,9,9,10,8,0,9,3,9,9,0,2,10,9,7,10,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,14,22,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,0,21,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,21,0,21,14,14,21,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,0,18,17,9,10,17,17,17,17,8,15,14,17,15,18,18,15,17,0,15,19,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,19,10,18,17,0,2,18,17,14,17,10,0,15,15,18,0,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,17,17,0,8,17,17,17,18,25,15,15,14,26,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,18,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,9,9,8,0,15,15,8,14,15,15,15,7,8,15,8,9,8,7,0,8,9,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,15,8,0,9,8,8,8,0,0,9,8,14,8,8,0,15,8,10,10,17,15,0,17,10,16,23,22,15,7,17,22,17,10,15,16,0,8,10,16,17,10,8,17,8,17,15,10,0,0,10,10,16,16,24,15,0,17,10,17,10,0,2,10,17,14,10,10,0,22,15,17,17,17,15,17,0,17,24,23,17,22,14,17,22,17,17,15,16,0,15,17,16,17,17,8,24,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,17,17,17,8,10,17,0,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,17,16,18,14,16,24,16,0,25,15,21,14,18,21,17,16,14,17,0,14,17,16,16,16,7,23,14,9,14,16,0,0,16,17,11,23,16,7,0,17,16,17,16,0,2,16,16,21,16,9,0,21,14,17,17,25,15,23,23,16,25,0,21,21,14,25,28,23,17,21,23,0,14,17,23,23,16,7,23,14,16,21,16,0,0,16,16,18,23,23,14,0,24,16,23,16,0,2,17,23,21,16,9,0,28,21,8,8,15,15,22,17,8,15,21,0,15,7,15,22,15,8,15,14,0,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,15,15,15,15,15,22,15,21,21,15,0,14,15,22,15,15,15,14,0,15,15,14,15,15,8,22,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,0,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,26,8,17,17,17,18,25,15,15,14,0,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,18,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,15,15,22,15,22,22,15,21,28,22,22,14,22,0,22,15,22,21,0,15,15,21,22,15,8,22,15,15,22,15,0,0,15,15,14,21,22,15,0,22,15,22,15,0,0,15,22,21,15,8,0,29,22,18,17,24,8,17,17,17,17,23,15,15,14,24,22,0,17,22,24,0,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,25,17,0,2,17,24,14,17,10,0,22,22,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,0,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,0,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,17,16,23,7,16,16,16,17,23,14,14,14,23,21,24,16,21,0,0,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,24,9,24,16,0,2,16,23,14,16,9,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,0,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,19,18,17,9,10,17,17,17,17,8,15,14,17,15,18,18,15,17,0,15,0,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,19,10,18,17,0,2,18,17,14,17,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,0,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,0,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,0,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,17,17,17,15,17,24,17,23,23,15,22,14,17,22,17,17,15,16,0,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,0,15,15,14,15,15,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,0,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,0,15,15,21,22,15,8,15,15,15,0,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,15,9,9,18,7,16,9,9,11,18,14,7,7,18,14,16,9,14,16,0,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,14,16,23,16,23,23,14,21,14,16,21,16,16,14,16,0,14,16,16,16,16,7,23,14,9,14,16,0,0,16,16,9,0,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,10,10,17,15,24,17,10,16,23,22,15,7,17,22,17,10,15,16,0,8,10,16,17,10,8,17,8,17,15,10,0,0,10,10,16,16,0,15,0,17,10,17,10,0,2,10,17,14,10,10,0,22,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,0,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,18,24,9,17,17,17,17,24,15,15,14,24,22,25,18,22,24,0,15,19,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,0,10,25,17,0,2,18,24,14,17,10,0,22,22,10,10,10,8,10,17,10,16,16,8,15,7,10,15,10,10,8,9,0,8,10,9,10,10,1,17,8,3,8,10,0,0,10,10,2,16,10,1,0,10,0,10,10,0,9,10,10,14,10,3,0,15,8,18,17,24,8,17,17,17,17,23,15,15,14,24,22,25,17,22,24,0,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,0,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,9,2,2,0,0,2,2,0,2,2,0,0,0,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,14,14,14,21,14,21,21,14,21,14,14,21,14,14,14,14,0,14,14,14,14,14,7,21,14,7,14,14,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,0,14,7,0,21,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,0,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,15,22,22,15,21,28,22,22,14,22,29,22,15,22,21,0,15,15,21,22,15,8,22,15,15,22,15,0,0,15,15,14,21,22,15,0,22,15,22,15,0,0,15,22,21,15,8,0,0,22,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,0,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,0,15,15,8,8,15,22,14,14,8,22,14,22,22,24,22,22,14,15,0,22,14,22,22,15,15,15,10,22,15,0,0,15,15,7,16,8,8,0,22,8,15,15,0,2,15,17,14,24,13,0,15,15,15,0,15,15,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,22,8,22,15,8,15,15,0,0,15,15,7,14,8,8,0,15,15,15,15,0,0,15,15,14,15,8,0,15,15,15,15,0,8,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,15,8,17,16,8,15,17,0,0,15,15,7,14,9,9,0,15,9,15,16,0,0,15,15,14,16,9,0,15,15,8,15,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,0,8,7,8,15,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,8,8,8,8,0,0,8,8,7,8,8,0,8,8,8,8,9,8,0,8,8,8,7,8,8,7,9,8,8,8,8,8,8,0,8,7,8,8,8,9,9,8,8,9,0,0,8,8,7,7,9,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,15,15,15,8,8,0,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,22,15,16,8,8,15,0,14,14,8,15,14,23,15,23,24,24,14,15,0,22,14,23,23,16,16,15,8,23,16,0,0,15,15,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,15,15,14,14,15,7,8,14,14,0,14,7,14,14,15,14,14,14,14,15,14,0,14,14,14,14,7,15,15,7,14,15,0,0,14,14,7,14,8,8,0,14,8,14,14,0,0,14,14,14,15,8,0,14,14,14,14,14,7,7,14,14,14,0,7,14,14,14,14,14,14,14,14,14,0,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,8,8,8,8,8,8,8,7,7,0,10,9,8,10,8,8,10,7,8,0,8,7,8,8,10,8,10,8,10,8,0,0,8,8,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,22,15,15,8,8,15,15,14,14,10,0,16,15,24,17,15,17,14,15,0,15,14,15,15,10,15,17,10,17,15,0,0,15,15,7,16,8,10,0,15,8,15,15,0,2,15,17,16,17,13,0,17,17,14,14,14,7,7,14,14,14,14,9,16,0,14,16,14,14,16,14,14,0,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,16,22,15,16,8,9,15,23,15,14,8,15,14,0,15,22,23,23,15,15,0,22,14,23,23,16,16,16,8,23,16,0,0,15,15,7,14,9,9,0,23,9,15,15,0,0,16,15,14,23,9,0,15,15,22,15,15,8,8,15,15,14,14,10,24,16,15,0,17,15,17,14,15,0,15,14,15,15,10,15,17,10,17,15,0,0,15,15,7,16,8,10,0,15,8,15,15,0,2,15,17,16,17,13,0,17,17,24,15,16,8,8,15,23,14,14,8,17,14,22,17,0,23,23,14,15,0,22,14,22,22,15,16,15,10,22,16,0,0,15,15,7,16,8,8,0,22,8,15,16,0,2,15,17,14,24,10,0,15,15,22,15,16,8,8,15,24,14,14,8,15,14,23,15,23,0,24,14,15,0,22,14,23,23,16,16,15,8,23,16,0,0,15,15,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,15,15,22,15,16,8,8,15,24,14,14,10,17,16,23,17,23,24,0,14,15,0,22,14,23,23,18,16,17,8,25,16,0,0,15,15,7,14,8,10,0,23,8,15,16,0,0,16,15,16,22,8,0,17,17,14,14,15,7,8,14,14,15,14,7,14,14,15,14,14,14,14,0,14,0,14,14,14,14,7,15,15,7,14,15,0,0,14,14,7,14,8,8,0,14,8,14,14,0,0,14,14,14,15,8,0,14,14,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,0,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,15,15,8,8,15,22,14,14,8,15,14,22,15,22,22,22,14,15,0,0,14,22,22,15,15,15,8,22,15,0,0,15,15,7,14,8,8,0,22,8,15,15,0,0,15,15,14,22,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,0,14,0,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,0,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,16,15,14,22,8,0,15,15,22,22,15,15,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,23,0,16,22,15,8,23,15,0,0,15,15,7,14,8,8,0,23,15,15,15,0,0,16,15,14,22,8,0,15,15,15,8,8,8,8,8,16,7,7,10,10,9,16,10,15,16,18,7,8,0,15,7,16,16,0,8,10,8,18,8,0,0,8,8,7,7,8,10,0,16,1,8,8,0,0,9,8,9,15,8,0,10,10,15,22,17,15,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,22,8,0,16,8,15,17,0,0,15,15,7,14,9,9,0,15,16,15,16,0,0,15,15,14,16,9,0,15,15,15,15,16,8,9,15,15,15,14,10,17,16,16,17,15,15,17,15,15,0,15,14,15,15,10,16,0,8,17,16,0,0,15,15,7,14,9,11,0,15,9,15,15,0,0,15,15,16,16,9,0,17,17,10,8,8,8,8,8,8,7,7,8,10,7,8,10,10,8,8,7,8,0,8,7,8,8,8,8,8,0,8,8,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,8,10,7,10,10,0,8,8,22,15,15,8,8,15,23,14,14,10,17,16,23,17,22,23,25,14,15,0,22,14,23,23,18,15,17,8,0,15,0,0,15,15,7,14,8,10,0,23,8,15,15,0,0,16,15,16,22,8,0,17,17,15,15,17,8,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,15,8,17,16,8,15,0,0,0,15,15,7,14,9,9,0,15,9,15,16,0,0,15,15,14,16,9,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,0,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,16,14,14,7,7,14,14,14,14,7,16,14,14,16,16,14,14,14,14,0,14,14,14,14,7,14,14,9,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,2,14,16,14,16,9,0,14,14,8,8,9,8,9,8,8,8,7,8,8,7,9,8,8,8,8,8,8,0,8,7,8,8,8,9,9,8,8,9,0,0,8,8,7,7,0,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,8,8,9,8,9,8,8,8,7,10,10,9,9,10,8,8,10,8,8,0,8,7,8,8,10,9,11,8,10,9,0,0,8,8,7,7,9,0,0,8,2,8,8,0,0,8,8,9,9,9,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,23,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,0,8,15,15,0,0,16,15,14,22,8,0,15,15,8,15,9,8,2,8,8,8,7,1,8,7,9,8,8,8,8,8,8,0,8,7,8,15,1,16,9,1,8,9,0,0,8,8,0,7,2,2,0,8,0,8,8,0,0,8,8,7,9,2,0,8,8,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,15,15,16,8,8,15,16,14,14,8,15,14,15,15,16,16,16,14,15,0,15,14,15,15,8,16,15,8,15,16,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,0,0,15,15,15,8,8,15,16,14,14,8,15,14,16,15,15,16,16,14,15,0,15,14,16,16,9,15,15,8,16,15,0,0,15,15,7,14,8,8,0,16,8,15,15,0,0,0,15,14,15,8,0,15,15,17,15,15,8,8,15,15,14,14,8,17,14,15,17,17,15,15,14,15,0,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,9,16,16,14,16,14,14,16,14,14,0,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,16,24,15,16,8,9,15,22,15,14,8,17,14,23,17,24,22,22,15,15,0,22,14,22,22,15,16,16,10,22,16,0,0,15,15,7,16,9,9,0,22,9,15,15,0,2,15,17,14,0,11,0,15,15,13,8,9,8,9,8,8,8,7,8,13,7,9,13,10,8,8,8,8,0,8,7,8,8,8,9,9,10,8,9,0,0,8,8,7,9,9,9,0,8,2,8,8,0,2,8,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,0,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,0,17,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,0,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,0,0,18,17,9,10,17,25,17,17,8,15,14,25,15,26,25,23,17,19,22,0,16,25,25,16,17,15,10,23,17,0,0,17,18,9,16,10,8,0,27,10,18,17,0,2,18,17,14,24,10,0,15,15,18,0,17,9,10,17,18,16,17,8,16,14,18,15,18,18,15,16,18,15,0,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,18,14,17,10,0,15,15,17,17,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,9,9,8,0,8,10,8,7,8,8,8,7,8,8,8,9,10,7,9,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,11,1,8,8,0,0,9,8,7,8,8,0,8,10,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,17,17,17,10,10,0,17,16,16,8,15,14,17,15,17,17,17,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,21,10,17,17,0,2,17,17,14,17,10,0,15,17,25,18,17,8,10,17,0,16,16,8,16,21,26,15,26,24,23,16,17,22,0,16,26,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,24,0,9,17,18,14,24,10,0,15,15,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,17,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,15,16,15,8,8,15,16,14,14,8,0,14,16,15,16,15,15,14,15,15,0,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,14,21,14,14,7,14,0,14,14,14,14,14,14,14,14,0,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,21,0,7,14,14,14,14,7,0,14,14,25,18,17,8,10,17,26,16,16,8,16,14,0,15,26,24,23,16,17,22,0,16,26,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,15,15,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,26,18,17,8,10,17,26,17,16,8,16,14,26,15,0,24,23,17,18,22,0,16,26,26,16,17,16,10,23,17,0,0,17,18,9,16,10,8,0,26,10,18,17,0,2,17,18,14,24,10,0,15,15,25,18,17,9,10,17,24,16,17,8,15,14,24,15,24,0,22,16,18,22,0,16,24,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,23,15,15,10,8,17,23,14,14,8,15,14,23,15,23,22,0,14,15,22,0,14,23,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,25,8,15,15,0,0,15,15,14,22,8,0,15,17,17,16,16,7,9,16,16,17,16,7,14,14,16,14,17,16,14,0,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,19,18,17,9,10,17,17,17,17,8,15,14,17,15,18,18,15,17,0,15,0,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,19,10,18,17,0,2,18,17,14,17,10,0,15,15,22,15,15,8,8,15,22,14,14,8,15,14,22,15,22,22,22,14,15,0,0,14,22,22,15,15,15,8,22,15,0,0,15,15,7,14,8,8,0,22,8,15,15,0,0,15,15,14,22,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,0,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,25,18,17,8,10,17,26,16,16,8,16,14,26,15,26,24,23,16,17,22,0,16,0,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,25,18,17,8,10,17,26,16,16,8,16,14,26,15,26,24,23,16,17,22,0,16,26,0,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,16,8,8,8,8,8,16,7,7,8,8,7,16,8,16,15,16,7,8,15,0,7,16,16,0,8,8,8,16,8,0,0,8,8,7,7,8,8,0,16,1,8,8,0,0,8,8,7,15,8,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,16,15,8,8,15,16,14,14,8,16,14,16,15,16,15,15,14,15,15,0,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,23,15,15,8,8,15,23,14,14,8,15,14,23,15,23,22,23,14,15,22,0,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,0,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,0,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,18,17,11,10,21,25,17,17,8,15,14,25,15,26,25,25,17,19,22,0,16,25,25,16,17,15,10,23,17,0,0,17,18,9,16,10,8,0,0,10,18,17,0,2,18,17,14,24,10,0,15,17,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,0,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,24,16,16,8,15,21,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,9,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,9,2,2,0,0,7,2,0,2,2,0,2,2,0,0,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,9,0,0,2,2,0,2,2,0,0,0,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,17,18,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,0,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,0,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,24,17,17,8,10,17,24,16,16,8,15,14,24,15,24,24,22,16,17,22,0,16,24,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,24,10,17,17,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,15,15,10,8,17,15,14,14,8,15,14,15,15,15,15,17,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,17,8,15,15,0,0,15,15,14,15,8,0,15,0,0,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,0,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,16,16,0,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,9,9,16,7,0,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,0,16,9,7,9,7,16,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,7,9,0,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,0,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,0,17,7,14,15,16,14,16,16,14,17,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,10,17,9,7,0,16,9,16,16,0,3,16,16,15,16,9,0,14,14,16,16,23,7,16,16,16,17,0,14,14,16,23,21,23,16,21,24,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,17,18,16,14,0,23,9,23,16,0,3,16,23,17,16,9,0,21,21,7,9,14,7,14,7,7,7,14,0,7,7,14,14,14,7,14,14,14,7,7,0,14,7,9,9,7,14,16,9,0,0,7,7,14,7,16,16,0,14,0,16,7,0,0,9,14,9,7,7,0,16,14,14,14,14,7,7,14,14,14,14,7,0,14,14,14,14,14,14,14,14,14,14,0,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,7,14,14,15,16,7,14,0,14,14,14,14,14,15,14,14,14,0,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,16,16,23,7,16,16,16,16,23,14,14,14,0,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,11,0,21,21,14,14,21,7,14,14,14,14,21,14,14,14,21,0,21,14,21,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,21,16,16,23,7,16,16,16,16,23,14,14,14,23,21,0,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,0,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,0,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,21,16,16,23,7,16,16,16,17,24,14,14,15,23,21,23,16,21,0,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,17,17,16,14,0,23,9,23,16,0,3,16,23,15,16,9,0,21,21,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,0,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,0,14,0,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,0,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,0,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,7,9,7,7,7,7,7,7,7,9,7,7,7,7,7,7,7,7,7,7,7,0,7,7,0,9,7,7,9,9,0,0,7,7,7,7,9,9,0,7,0,9,7,0,0,9,7,9,7,7,0,9,7,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,0,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,0,14,14,7,14,0,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,0,16,9,7,9,7,0,14,9,1,1,9,9,17,10,16,14,1,16,2,17,9,1,2,9,17,8,9,9,0,14,14,14,16,21,7,14,14,14,14,21,16,14,14,21,21,21,14,21,21,21,14,14,0,21,14,9,16,14,14,0,16,0,0,14,14,14,14,16,16,0,21,7,23,14,0,0,16,21,16,14,7,0,23,21,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,0,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,0,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,0,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,9,9,16,7,16,9,9,10,17,14,7,8,16,14,16,9,14,17,16,7,9,0,16,9,7,9,7,17,14,9,1,1,9,9,0,11,16,14,1,16,2,17,9,1,3,9,17,9,9,9,0,14,14,16,16,16,7,9,16,16,17,18,7,14,15,16,14,16,16,14,17,16,14,16,0,16,16,7,16,14,10,14,16,1,1,16,16,11,0,9,7,1,16,9,17,16,1,3,16,17,17,16,9,0,14,14,9,11,16,7,16,9,9,9,16,16,7,7,16,14,16,9,14,16,16,7,9,0,16,9,9,11,7,16,16,11,0,0,9,9,16,9,0,16,0,16,2,18,9,0,2,11,16,9,9,9,0,16,14,7,9,14,7,14,7,7,7,14,16,7,7,14,14,14,7,14,14,14,7,7,0,14,7,9,9,7,14,16,9,0,0,7,7,14,7,16,0,0,14,0,16,7,0,0,9,14,9,7,7,0,16,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,0,9,23,16,0,2,16,23,14,16,9,0,21,21,9,9,9,0,2,9,9,9,9,0,7,7,9,7,9,9,7,9,9,7,9,0,9,9,0,9,7,2,7,9,0,0,9,9,2,9,2,0,0,9,0,9,9,0,2,9,9,7,9,2,0,7,7,16,18,23,7,16,16,16,16,23,16,14,14,23,21,23,16,21,23,23,14,16,0,23,16,9,18,14,17,23,18,1,1,16,16,17,17,18,16,1,23,9,0,16,1,2,18,24,17,16,9,0,23,21,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,2,2,2,0,2,2,2,3,3,0,0,1,2,0,2,2,0,3,2,0,2,0,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,0,16,16,16,9,0,16,14,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,17,21,16,1,1,16,16,17,17,16,14,1,23,9,24,16,1,2,16,0,15,16,9,0,21,21,14,16,14,7,7,14,14,15,17,9,14,16,14,14,14,14,14,15,14,14,14,0,14,14,9,16,14,8,16,16,1,1,14,14,9,17,9,9,1,14,7,17,14,1,1,16,15,0,14,7,0,16,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,0,9,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,11,7,9,9,7,9,9,7,9,0,9,9,7,9,7,9,7,9,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,16,21,7,14,14,14,14,21,16,14,14,21,21,21,14,21,21,21,14,14,0,21,14,9,16,14,14,23,16,0,0,14,14,14,14,16,16,0,21,7,23,14,0,0,16,21,16,14,7,0,0,21,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,21,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,0,17,17,8,10,17,25,16,16,8,15,14,25,15,25,24,23,16,17,22,25,16,0,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,17,14,24,10,0,15,15,17,0,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,0,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,18,14,17,10,0,15,15,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,0,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,17,8,0,10,12,9,16,15,8,9,17,15,17,12,15,18,17,8,10,16,0,10,8,10,10,17,15,10,0,0,12,12,16,9,17,15,0,17,5,17,12,0,2,10,17,7,10,10,0,15,15,17,17,17,8,10,0,18,16,16,9,15,15,17,16,18,17,16,16,17,15,17,16,0,18,9,17,15,10,16,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,25,18,17,8,12,18,0,16,16,9,16,17,27,16,27,27,25,18,17,23,26,16,0,28,18,17,18,10,25,17,0,0,20,20,9,16,10,8,0,26,12,17,19,0,2,18,18,14,24,10,0,15,16,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,0,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,23,23,14,16,23,0,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,8,8,15,8,15,9,9,7,14,0,8,8,15,16,16,8,16,14,15,8,8,14,0,9,9,8,8,15,16,8,0,0,9,9,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,16,15,16,15,8,8,15,16,14,14,8,0,14,16,15,16,15,15,14,15,15,16,14,0,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,0,15,8,14,16,7,15,14,0,0,17,17,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,25,18,24,8,17,17,27,16,23,15,16,14,0,22,33,25,31,23,24,23,26,23,0,27,17,17,16,17,31,17,0,0,17,17,16,16,17,15,0,33,10,24,17,0,2,18,25,14,24,10,0,22,22,15,15,22,8,15,16,16,14,21,16,15,15,22,0,23,15,23,21,22,15,15,21,0,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,23,25,18,24,8,17,18,27,16,23,16,16,15,33,23,0,24,31,23,24,22,26,23,0,27,17,17,16,17,31,17,0,0,18,18,16,16,17,15,0,32,10,24,17,0,2,17,25,14,24,10,0,22,23,24,17,17,8,12,17,27,16,16,8,15,16,25,15,24,0,23,18,17,23,24,16,0,25,16,17,17,10,23,17,0,0,19,19,9,16,10,8,0,25,12,17,19,0,2,18,17,14,24,10,0,15,15,23,15,22,8,15,16,25,14,21,16,15,15,31,23,31,23,0,21,22,23,23,21,0,25,18,15,15,15,32,15,0,0,16,16,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,23,16,16,23,7,18,16,18,16,23,14,14,16,23,21,23,18,21,0,23,14,16,23,0,16,7,16,16,16,21,16,0,0,18,18,16,16,16,14,0,23,11,23,18,0,2,16,23,14,16,9,0,21,21,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,0,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,0,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,16,15,14,22,8,0,15,15,25,18,17,8,10,17,26,16,16,8,16,14,26,15,26,24,23,16,17,22,0,16,0,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,0,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,18,28,16,16,9,16,15,27,16,27,25,25,16,17,23,26,16,0,0,18,17,16,10,25,17,0,0,18,18,9,16,10,8,0,26,10,17,17,0,2,18,18,14,24,10,0,15,16,16,8,8,8,8,9,18,7,7,9,8,8,17,9,17,16,18,7,8,16,16,7,0,18,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,0,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,16,15,8,10,15,18,14,14,8,16,16,16,15,16,17,15,16,15,15,16,14,0,16,8,15,0,8,15,15,0,0,17,17,7,14,8,8,0,15,10,15,17,0,0,15,16,14,15,8,0,15,15,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,0,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,23,15,22,8,15,16,25,14,21,16,15,15,31,23,31,23,32,21,22,23,23,21,0,25,18,15,15,15,0,15,0,0,16,16,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,23,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,0,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,12,18,20,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,0,18,9,17,17,10,16,17,0,0,0,20,9,16,10,8,0,17,12,17,24,0,2,17,17,14,17,10,0,15,16,17,17,17,8,12,18,20,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,0,18,9,17,17,10,16,17,0,0,20,0,9,16,10,8,0,17,12,17,19,0,2,17,17,14,17,10,0,15,16,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,0,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,0,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,0,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,0,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,17,24,8,17,17,26,16,23,15,15,14,33,22,32,25,31,23,24,23,25,23,0,26,17,17,15,17,31,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,18,24,14,24,10,0,22,22,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,0,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,0,17,8,17,17,10,15,17,0,0,24,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,0,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,17,17,17,8,10,17,18,16,16,8,15,14,18,15,17,18,16,16,17,16,17,16,0,18,9,17,15,10,16,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,17,18,24,8,17,17,18,16,23,15,16,14,25,22,25,17,22,23,24,15,18,23,0,18,8,17,16,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,0,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,24,17,17,8,10,17,24,16,16,8,15,14,24,15,24,24,22,16,17,22,24,16,0,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,24,10,17,17,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,0,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,0,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,15,15,22,8,15,16,16,14,21,16,15,15,22,23,23,15,23,21,22,15,15,21,0,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,0,18,17,8,10,18,26,16,16,8,15,14,26,15,25,24,23,16,17,22,25,16,25,0,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,18,0,17,15,10,18,19,16,16,8,16,14,19,15,18,17,15,16,17,22,18,16,18,0,8,24,17,10,15,17,0,0,18,17,9,16,10,9,0,18,17,17,17,0,3,18,18,14,18,10,0,15,16,17,17,0,8,10,18,18,16,17,8,16,14,17,15,18,18,16,16,17,15,17,16,17,0,9,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,8,15,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,15,8,7,8,0,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,8,8,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,11,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,18,18,18,8,10,0,20,16,17,9,16,15,18,16,19,18,17,16,17,15,17,16,18,0,10,17,16,10,16,17,0,0,19,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,26,19,18,8,10,20,0,16,17,9,17,15,28,16,28,26,26,16,17,23,26,16,28,0,19,17,17,10,25,17,0,0,19,18,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,17,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,17,7,9,17,17,16,0,7,15,14,16,14,17,17,15,16,16,14,16,16,16,0,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,0,9,8,8,8,9,8,0,0,9,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,15,16,16,8,8,16,17,14,15,8,0,14,16,15,17,16,16,14,15,15,16,14,16,0,9,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,15,15,14,14,8,14,0,14,15,15,14,15,14,14,14,14,14,15,0,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,26,19,17,8,10,18,28,16,16,8,16,14,0,15,26,25,24,16,17,23,26,16,27,0,17,17,17,10,24,17,0,0,18,17,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,16,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,0,9,15,15,8,16,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,25,18,18,8,10,19,28,16,17,9,17,15,26,16,0,25,25,16,17,22,26,16,27,0,18,17,16,10,24,17,0,0,18,18,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,16,24,17,18,8,10,18,26,16,17,8,16,14,25,15,25,0,24,16,17,23,24,16,25,0,17,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,23,15,16,8,8,17,26,14,15,9,16,15,24,16,25,24,0,14,15,23,23,14,25,0,19,15,15,8,25,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,0,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,22,22,15,15,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,23,0,16,22,15,8,23,15,0,0,15,15,7,14,8,8,0,23,15,15,15,0,0,16,15,14,22,8,0,15,15,25,18,17,8,10,17,26,16,16,8,16,14,26,15,26,24,23,16,17,22,0,16,26,0,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,25,18,17,8,10,18,28,16,16,9,16,15,27,16,27,25,25,16,17,23,26,16,0,0,18,17,16,10,25,17,0,0,18,18,9,16,10,8,0,26,10,17,17,0,2,18,18,14,24,10,0,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,8,9,8,8,10,19,7,8,9,9,8,17,9,18,17,19,7,8,16,16,7,18,0,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,17,24,17,15,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,22,17,16,17,0,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,17,17,17,0,2,17,17,14,17,10,0,15,15,16,17,15,8,8,16,17,14,14,8,16,14,17,15,16,15,15,14,15,15,16,14,16,0,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,16,14,16,8,0,15,16,10,10,10,8,11,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,23,15,15,8,8,16,25,14,14,9,15,15,24,16,24,23,25,14,15,23,23,14,25,0,18,15,15,8,0,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,10,19,19,16,16,9,15,15,18,16,18,17,16,16,17,15,17,16,18,0,9,17,16,10,16,17,0,0,0,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,17,17,17,8,10,18,18,16,16,9,15,15,17,16,18,17,16,16,17,15,17,16,18,0,9,17,15,10,16,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,0,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,0,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,18,17,8,10,18,27,16,16,8,15,14,27,15,25,25,24,16,17,23,25,16,26,0,17,17,16,10,24,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,25,10,0,15,16,10,17,10,8,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,15,10,9,10,0,1,17,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,0,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,18,18,17,8,10,18,19,16,16,8,15,14,19,15,17,18,16,16,17,16,17,16,18,0,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,17,18,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,0,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,0,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,25,18,17,8,10,18,25,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,0,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,25,10,17,17,0,3,18,17,14,0,10,0,15,16,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,0,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,16,15,8,8,17,17,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,0,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,9,8,8,9,15,16,14,7,8,15,7,16,8,16,22,16,7,8,15,16,7,16,16,0,8,15,8,16,16,0,0,15,15,7,14,8,8,0,16,1,8,8,0,0,15,8,14,22,15,0,8,8,9,0,8,8,9,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,11,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,8,8,0,8,8,9,9,7,8,8,9,7,8,8,9,9,9,7,8,8,8,7,8,9,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,9,9,8,8,0,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,15,8,9,8,8,0,10,14,8,9,16,8,8,9,10,16,10,7,8,8,8,7,9,10,0,8,15,8,9,15,0,0,16,16,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,16,8,9,8,8,10,0,7,8,9,9,8,17,9,18,17,19,7,8,16,16,7,18,19,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,14,7,7,7,7,14,7,0,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,0,7,14,7,7,14,0,0,14,14,7,14,7,7,0,7,0,7,7,0,0,14,7,14,14,14,0,7,7,7,7,8,7,7,8,8,7,0,7,8,7,7,7,8,8,8,7,7,7,7,7,7,8,0,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,10,8,8,8,9,9,7,7,0,10,10,8,11,9,8,11,7,8,10,8,9,9,9,0,10,10,8,13,10,0,0,9,9,7,7,10,12,0,8,1,10,8,0,0,10,8,11,8,8,0,12,11,15,8,9,8,8,16,9,14,8,10,0,9,8,10,9,16,11,7,8,10,8,7,8,9,0,8,17,8,10,15,0,0,15,15,7,14,8,10,0,8,1,8,8,0,0,15,8,16,15,15,0,10,10,7,7,7,7,7,8,8,7,7,10,9,0,7,10,8,7,10,7,7,9,7,7,8,8,0,7,9,7,10,7,0,0,8,8,7,7,7,9,0,7,0,7,7,0,0,7,7,9,7,7,0,9,10,16,8,8,8,8,8,17,7,7,8,8,7,0,8,16,16,17,7,8,16,16,7,17,17,0,8,8,8,17,8,0,0,8,8,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,8,8,8,8,8,8,9,9,7,7,11,10,10,8,0,9,8,11,7,8,10,8,7,9,9,0,8,10,8,11,8,0,0,9,9,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,11,16,8,9,8,8,10,18,7,8,9,9,8,16,9,0,16,18,7,8,15,16,7,17,18,0,8,8,8,17,8,0,0,9,9,7,7,8,8,0,16,1,8,8,0,0,8,8,7,15,8,0,8,9,22,8,9,8,8,16,17,14,8,8,16,7,16,8,16,0,17,7,8,16,15,7,16,17,0,8,15,8,16,15,0,0,15,15,7,14,8,8,0,16,1,8,8,0,0,16,8,14,22,15,0,8,8,16,8,9,8,8,10,19,7,8,11,11,10,17,11,18,17,0,7,8,18,16,7,18,19,0,8,10,8,20,8,0,0,9,9,7,7,8,10,0,17,1,8,8,0,0,9,8,9,15,8,0,10,11,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,0,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,0,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,15,8,8,8,8,8,16,7,7,10,10,9,16,10,15,16,18,7,8,0,15,7,16,16,0,8,10,8,18,8,0,0,8,8,7,7,8,10,0,16,1,8,8,0,0,9,8,9,15,8,0,10,10,16,8,8,8,8,8,16,7,7,8,8,7,16,8,16,15,16,7,8,15,0,7,16,16,0,8,8,8,16,8,0,0,8,8,7,7,8,8,0,16,1,8,8,0,0,8,8,7,15,8,0,8,8,7,9,7,7,7,7,7,7,7,9,7,7,7,7,7,7,7,7,7,7,7,0,7,7,0,9,7,7,9,9,0,0,7,7,7,7,9,9,0,7,0,9,7,0,0,9,7,9,7,7,0,9,7,16,8,8,8,8,9,18,7,7,9,8,8,17,9,17,16,18,7,8,16,16,7,0,18,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,16,8,9,8,8,10,19,7,8,9,9,8,17,9,18,17,19,7,8,16,16,7,18,0,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,0,8,8,10,10,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,15,8,8,8,8,15,8,14,7,10,17,9,8,10,8,15,10,7,8,10,8,7,8,8,0,8,0,8,10,15,0,0,15,15,7,14,8,10,0,8,1,8,8,0,0,15,8,16,15,15,0,10,10,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,0,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,16,10,8,8,8,9,18,7,7,13,10,10,17,11,17,16,20,7,8,18,16,9,18,18,0,10,10,8,0,10,0,0,9,9,7,7,10,12,0,17,1,10,8,0,0,11,8,11,15,8,0,12,11,16,11,8,8,9,15,8,14,7,10,15,7,8,8,8,15,8,7,8,8,8,9,8,8,0,10,15,8,10,0,0,0,15,15,7,14,10,10,0,8,1,10,8,0,0,17,8,16,15,15,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,8,8,8,8,16,9,14,7,9,15,8,8,9,9,15,9,7,8,8,8,7,9,9,0,8,15,8,9,15,0,0,0,16,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,15,8,8,8,8,16,9,14,7,9,15,8,8,9,9,15,9,7,8,8,8,7,9,9,0,8,15,8,9,15,0,0,16,0,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,14,7,7,7,7,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,0,7,14,7,7,14,0,0,14,14,7,0,7,7,0,7,0,7,7,0,0,14,7,14,14,14,0,7,7,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,10,0,0,8,8,7,7,0,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,8,10,8,8,8,8,8,7,7,12,10,9,8,10,8,8,10,7,8,10,8,9,8,8,0,10,10,8,12,10,0,0,8,8,7,7,10,0,0,8,1,10,8,0,0,10,8,11,8,8,0,12,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,8,8,8,8,8,17,7,7,8,8,7,17,8,16,16,17,7,8,16,16,7,17,17,0,8,8,8,17,8,0,0,8,8,7,7,8,8,0,0,1,8,8,0,0,9,8,7,15,8,0,8,8,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,1,0,0,1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,1,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,10,0,0,8,8,7,7,10,10,0,8,1,0,8,0,0,10,8,9,8,8,0,10,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,10,8,8,8,15,9,14,7,10,15,7,9,8,8,16,9,7,8,9,8,9,9,9,0,10,15,8,11,17,0,0,15,15,7,14,10,10,0,9,1,10,8,0,0,0,8,16,15,15,0,10,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,0,7,8,8,0,8,8,14,9,7,7,7,14,7,14,7,11,16,9,7,9,7,14,9,7,7,9,7,9,7,7,0,9,16,7,11,16,0,0,14,14,7,14,9,11,0,7,0,9,7,0,0,16,7,0,14,14,0,11,9,22,8,8,8,8,15,15,14,7,8,15,7,15,8,15,22,15,7,8,15,15,7,15,15,0,8,15,8,15,15,0,0,15,15,7,14,8,8,0,15,1,8,8,0,0,15,8,14,0,15,0,8,8,15,8,8,8,8,15,8,14,7,8,15,7,8,8,8,15,8,7,8,8,8,7,8,8,0,8,15,8,8,15,0,0,15,15,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,8,8,8,8,8,7,7,12,10,9,8,10,8,8,10,7,8,10,8,9,8,8,0,10,10,8,12,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,10,8,11,8,8,0,0,10,8,8,8,8,8,9,9,7,7,11,10,10,8,11,9,8,11,7,8,10,8,7,9,9,0,8,10,8,11,8,0,0,9,9,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,0,0,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,17,0,17,15,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,22,17,18,17,24,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,17,19,17,0,2,19,17,16,17,10,0,17,15,18,17,0,8,11,17,18,18,16,8,15,14,18,15,18,19,17,17,17,17,17,16,17,17,8,0,16,10,15,19,0,0,18,18,9,16,11,9,0,17,11,17,18,0,2,17,17,14,18,11,0,16,15,8,15,8,0,16,15,8,14,14,22,16,7,8,15,8,9,8,7,15,15,8,7,8,15,8,0,8,15,8,8,0,0,8,8,14,14,15,15,0,8,15,8,8,0,7,8,8,14,8,15,0,16,8,10,10,11,16,0,17,10,17,16,15,16,7,11,15,10,11,8,10,17,9,10,9,10,10,8,0,9,10,8,11,0,0,10,10,9,16,18,9,0,10,11,10,10,0,2,10,10,14,11,11,0,16,8,17,17,17,15,17,0,17,23,23,15,22,14,17,22,17,17,15,16,24,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,17,17,18,8,10,17,0,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,17,16,18,14,17,23,16,0,23,14,21,14,17,21,16,17,15,17,23,15,16,16,16,16,7,0,15,9,14,17,0,0,17,17,9,23,17,8,0,16,17,16,16,0,2,16,16,21,17,10,0,22,14,16,16,16,14,16,23,16,23,0,14,21,14,16,21,16,16,14,16,23,14,16,16,16,16,7,0,14,9,14,16,0,0,16,16,9,23,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,8,10,8,22,15,15,8,14,14,0,15,7,8,15,8,8,8,7,15,8,8,9,8,8,10,0,8,15,10,10,0,0,8,8,14,14,17,17,0,8,8,10,8,0,7,10,8,16,8,15,0,17,8,15,15,15,16,16,22,15,21,21,15,0,14,15,22,15,16,15,14,22,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,23,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,0,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,18,8,11,17,17,17,16,8,15,14,0,15,17,17,15,17,17,16,17,16,17,17,8,0,16,10,15,18,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,18,11,0,15,15,15,15,15,15,15,22,15,21,21,15,22,14,15,0,15,15,15,14,22,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,18,17,19,9,11,17,18,17,16,8,16,14,17,15,18,0,17,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,18,18,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,17,15,16,15,17,8,8,15,16,15,14,8,15,14,15,15,16,17,0,14,15,16,15,14,15,15,8,0,15,8,15,16,0,0,16,16,7,14,8,8,0,15,8,15,16,0,0,15,15,14,15,8,0,16,15,16,16,17,7,10,16,16,17,16,7,14,14,17,14,16,16,14,0,16,15,16,16,16,16,7,0,15,9,14,17,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,17,10,0,14,14,17,17,17,15,17,24,17,23,23,15,22,14,17,22,17,17,15,16,0,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,15,22,17,15,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,22,8,0,16,8,15,17,0,0,15,15,7,14,9,9,0,15,16,15,16,0,0,15,15,14,16,9,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,0,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,0,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,17,24,17,15,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,22,17,16,17,0,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,17,17,17,0,2,17,17,14,17,10,0,15,15,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,0,8,8,10,10,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,16,8,9,15,15,15,14,8,15,14,16,15,15,15,15,15,15,16,15,14,15,15,8,0,0,8,15,16,0,0,15,15,7,14,9,9,0,15,9,15,15,0,0,15,15,14,16,9,0,15,15,10,10,10,15,10,10,10,9,9,15,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,0,8,0,8,10,0,0,10,10,16,9,10,15,0,10,3,10,10,0,9,10,10,7,10,17,0,8,8,15,17,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,0,15,8,0,17,0,0,15,15,7,14,10,11,0,15,8,17,15,0,0,17,15,16,15,8,0,17,15,17,19,19,8,11,17,18,17,16,10,15,14,18,15,18,18,16,17,17,17,17,18,17,17,10,0,16,10,17,0,0,0,17,17,9,16,13,11,0,17,11,19,18,0,2,19,17,16,18,11,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,18,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,9,9,9,14,9,9,9,9,9,14,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,0,7,16,7,9,0,0,9,9,0,9,9,14,0,9,2,9,9,0,9,9,9,7,9,16,0,7,7,16,16,16,14,16,23,16,23,23,14,21,14,16,21,16,16,14,16,23,14,16,16,16,16,7,0,14,9,14,16,0,0,16,16,9,0,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,10,12,11,15,18,17,10,17,16,17,15,7,11,15,10,10,8,10,17,9,10,11,10,10,10,0,9,10,10,13,0,0,10,10,9,16,0,11,0,10,11,12,10,0,2,12,10,16,11,11,0,17,8,8,10,9,15,9,8,8,8,7,17,8,7,9,8,8,8,8,8,8,9,8,9,8,8,10,0,9,15,11,11,0,0,8,8,14,7,11,0,0,8,2,10,8,0,7,10,8,9,9,16,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,17,17,14,17,10,0,15,15,10,17,11,15,11,17,10,17,16,8,15,7,11,15,10,10,8,10,17,16,10,9,10,17,1,0,9,3,8,11,0,0,10,10,2,16,11,2,0,10,0,10,10,0,2,10,10,14,11,4,0,15,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,7,2,2,2,2,2,7,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,0,0,9,0,2,0,0,2,2,9,2,2,7,0,2,2,2,2,0,0,2,2,0,2,9,0,0,0,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,19,17,0,2,0,17,16,17,10,0,17,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,16,14,14,14,21,14,21,21,16,21,14,14,21,14,14,14,14,21,14,14,16,14,14,9,0,14,7,16,16,0,0,14,14,7,21,16,9,0,14,14,16,14,0,0,16,14,0,14,7,0,23,14,17,17,18,8,11,17,17,17,16,8,15,14,18,15,17,17,15,17,17,16,17,16,17,17,8,0,16,10,15,18,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,0,11,0,15,15,10,10,11,15,11,10,10,10,9,15,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,0,9,17,8,11,0,0,10,10,16,9,11,16,0,10,4,10,10,0,9,10,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,17,16,16,16,22,15,22,21,17,23,14,15,22,15,17,16,14,22,15,15,16,15,15,10,0,15,8,17,17,0,0,16,16,7,21,17,10,0,15,15,17,15,0,0,17,15,23,15,8,0,0,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,16,15,8,8,23,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,23,15,21,23,15,0,15,16,16,0,15,8,8,16,17,14,14,8,16,14,17,15,16,15,15,14,15,15,16,14,16,17,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,16,14,16,8,0,15,16,15,15,0,8,9,15,15,15,14,8,15,14,17,15,15,15,15,15,15,16,15,14,15,15,8,16,0,8,16,16,0,0,15,15,7,14,9,10,0,15,9,15,15,0,0,15,15,14,17,9,0,15,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,0,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,9,8,0,8,10,8,7,8,8,9,9,8,8,10,8,10,8,9,8,7,10,8,8,9,0,8,8,9,0,0,10,10,7,7,9,9,0,8,4,8,10,0,0,8,8,7,9,9,0,8,8,23,16,15,8,8,0,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,23,15,21,23,15,0,15,16,16,17,15,8,10,16,0,14,14,8,16,16,17,15,16,17,15,16,15,15,16,14,18,17,8,15,0,8,15,15,0,0,18,17,7,14,8,9,0,16,10,15,17,0,1,16,16,14,16,8,0,15,16,21,14,15,7,8,21,14,0,14,7,21,14,15,14,14,21,14,15,14,15,14,14,14,14,14,15,0,7,14,22,0,0,21,21,7,21,8,8,0,14,8,14,14,0,0,21,14,21,22,15,0,14,14,14,14,14,7,7,14,14,14,0,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,0,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,8,8,8,8,8,8,8,7,7,0,10,9,8,10,8,8,10,7,8,10,8,7,8,8,10,8,0,8,10,8,0,0,8,8,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,22,16,15,8,8,22,16,21,14,10,0,16,16,17,16,22,17,14,15,17,16,14,16,16,17,15,0,8,17,22,0,0,22,22,7,21,8,10,0,15,8,15,15,0,0,22,16,23,22,15,0,17,17,14,14,14,7,9,14,16,14,14,9,16,0,14,16,14,16,16,16,14,16,14,14,16,14,9,14,0,7,16,14,0,0,16,16,7,14,7,9,0,14,9,14,16,0,0,14,14,16,14,7,0,16,16,16,17,17,8,9,16,17,15,14,8,16,14,0,15,16,15,15,15,15,16,16,14,16,17,8,16,0,8,16,16,0,0,16,15,7,14,9,11,0,16,9,15,15,0,1,16,16,16,18,9,0,15,18,15,15,15,8,8,15,15,14,14,10,17,16,15,0,15,15,17,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,17,15,16,15,8,8,15,16,14,14,8,16,14,16,15,0,15,15,14,15,15,16,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,22,15,15,8,10,22,17,21,14,8,22,16,15,15,15,0,15,16,15,15,15,14,17,15,15,15,0,8,15,22,0,0,24,24,7,21,8,8,0,15,10,15,17,0,0,22,15,21,22,15,0,15,15,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,0,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,17,14,14,15,7,10,14,16,15,14,7,14,16,15,14,14,16,14,0,14,15,14,14,16,14,7,15,0,7,14,15,0,0,16,16,7,14,8,8,0,14,10,14,16,0,0,14,14,14,15,8,0,14,14,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,0,15,15,14,15,15,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,15,15,16,8,9,15,15,15,14,10,17,16,16,17,15,15,17,15,15,0,15,14,15,15,10,16,0,8,17,16,0,0,15,15,7,14,9,11,0,15,9,15,15,0,0,15,15,16,16,9,0,17,17,15,16,15,8,8,15,16,14,14,8,16,14,16,15,16,15,15,14,15,15,0,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,0,14,14,7,14,0,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,15,16,15,8,10,15,18,14,14,8,16,16,16,15,16,17,15,16,15,15,16,14,0,16,8,15,0,8,15,15,0,0,17,17,7,14,8,8,0,15,10,15,17,0,0,15,16,14,15,8,0,15,15,16,17,15,8,8,16,17,14,14,8,16,14,17,15,16,15,15,14,15,15,16,14,16,0,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,16,14,16,8,0,15,16,15,8,8,8,8,15,8,14,7,10,17,9,8,10,8,15,10,7,8,10,8,7,8,8,0,8,0,8,10,15,0,0,15,15,7,14,8,10,0,8,1,8,8,0,0,15,8,16,15,15,0,10,10,15,15,16,8,9,15,15,15,14,8,15,14,16,15,15,15,15,15,15,16,15,14,15,15,8,0,0,8,15,16,0,0,15,15,7,14,9,9,0,15,9,15,15,0,0,15,15,14,16,9,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,0,0,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,15,15,16,8,8,15,15,14,14,10,17,16,16,17,15,15,17,14,15,17,15,14,15,15,10,15,0,8,0,15,0,0,15,15,7,14,8,11,0,15,8,15,15,0,0,15,15,16,16,8,0,17,17,22,15,16,8,9,22,15,22,14,8,22,14,16,15,15,22,15,15,15,16,15,14,15,15,15,16,0,8,15,0,0,0,22,22,7,21,9,9,0,15,9,15,15,0,0,22,15,21,23,16,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,16,15,8,10,23,18,21,14,8,22,16,16,15,15,24,15,16,15,15,15,14,17,16,15,15,0,8,15,22,0,0,0,24,7,21,8,9,0,16,10,15,17,0,1,23,15,21,23,15,0,15,16,22,15,15,8,10,22,17,21,14,8,22,16,15,15,15,24,15,16,15,15,15,14,17,15,15,15,0,8,15,22,0,0,24,0,7,21,8,8,0,15,10,15,17,0,0,22,15,21,22,15,0,15,15,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,0,7,14,21,0,0,21,21,7,0,7,7,0,14,7,14,14,0,0,21,14,21,21,14,0,14,14,8,8,9,8,9,8,8,8,7,8,8,7,9,8,8,8,8,8,8,9,8,7,8,8,8,9,0,8,8,9,0,0,8,8,7,7,0,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,9,9,10,8,9,9,9,8,7,10,10,9,11,10,8,8,10,8,8,11,8,7,8,9,10,9,0,8,11,9,0,0,9,8,7,7,9,0,0,9,2,8,8,0,1,9,8,9,11,9,0,10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,0,8,15,15,0,1,16,15,14,16,8,0,15,16,8,8,9,1,4,8,10,8,7,1,8,9,9,8,8,10,8,10,8,9,8,7,10,8,1,9,0,1,8,9,0,0,10,10,0,7,2,2,0,8,0,8,10,0,0,8,8,7,9,2,0,8,8,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,15,15,15,8,10,15,17,14,14,8,15,16,15,15,15,17,15,16,15,15,15,14,17,15,8,15,0,8,15,15,0,0,17,17,7,14,8,8,0,15,10,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,23,16,15,8,8,23,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,0,15,21,23,15,0,15,16,15,16,15,8,8,15,16,14,14,8,16,14,16,15,16,15,15,14,15,15,16,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,0,14,15,8,0,15,15,21,14,14,7,7,21,14,21,14,9,23,16,16,16,14,21,16,14,14,16,14,14,14,14,16,14,0,7,16,21,0,0,21,21,7,21,7,9,0,14,7,14,14,0,0,21,14,0,21,14,0,16,18,23,16,17,8,9,23,16,22,14,8,22,14,18,15,15,22,15,15,15,16,15,14,15,16,15,16,0,8,16,23,0,0,23,22,7,21,9,11,0,16,9,15,15,0,1,23,15,21,0,16,0,15,16,15,8,9,8,9,15,8,15,7,8,15,7,9,8,8,15,8,8,8,9,8,7,8,8,15,9,0,8,8,16,0,0,15,15,7,14,9,9,0,8,2,8,8,0,0,15,8,14,16,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,0,17,16,16,15,8,8,16,16,14,14,10,17,16,18,17,15,15,17,14,15,17,15,14,15,16,10,15,0,8,17,15,0,0,16,15,7,14,8,11,0,16,8,15,15,0,1,16,15,18,16,8,0,17,0,0,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,12,12,0,8,8,10,0,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,0,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,8,0,8,8,8,7,7,15,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,15,8,0,8,8,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,8,8,7,8,15,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,11,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,10,0,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,9,7,9,9,9,0,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,0,7,9,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,16,7,16,9,9,9,0,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,0,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,8,8,15,15,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,15,8,0,15,8,0,0,8,8,22,7,15,23,0,15,1,15,8,0,7,8,15,7,8,15,0,15,15,10,8,8,8,8,8,8,7,7,8,0,7,8,10,10,8,8,7,8,10,8,7,8,8,8,8,8,0,8,8,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,8,10,7,10,10,0,8,8,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,10,10,17,8,17,10,10,9,16,15,8,7,0,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,8,15,8,15,8,8,7,14,15,10,7,15,0,17,8,15,14,15,10,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,9,15,15,0,15,1,15,8,0,2,8,17,7,10,10,0,15,15,12,10,17,8,17,10,10,9,16,15,10,7,17,17,0,10,15,16,17,10,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,11,17,15,0,17,3,17,10,0,4,10,19,7,12,12,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,0,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,0,16,7,9,16,16,9,7,9,7,0,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,0,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,8,8,8,8,8,8,7,7,8,10,7,8,10,10,8,8,7,8,0,8,7,8,8,8,8,8,0,8,8,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,8,10,7,10,10,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,0,16,9,7,9,7,0,14,9,1,1,9,9,17,10,16,14,1,16,2,17,9,1,2,9,17,8,9,9,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,0,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,11,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,0,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,15,10,10,10,9,9,15,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,0,8,0,8,10,0,0,10,10,16,9,10,15,0,10,3,10,10,0,9,10,10,7,10,17,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,0,0,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,0,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,0,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,0,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,0,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,16,14,16,9,9,9,16,22,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,16,7,0,14,9,1,1,9,9,0,10,16,22,1,16,2,17,9,1,9,9,17,8,9,16,0,14,14,11,9,9,7,9,9,9,9,9,7,9,7,9,9,11,9,7,9,9,9,9,10,9,9,7,9,7,0,7,9,1,1,9,9,10,0,9,7,1,9,2,10,9,1,4,9,12,8,11,11,0,7,7,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,15,15,15,8,8,7,14,23,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,15,8,0,15,8,0,0,8,8,22,7,15,0,0,15,1,15,8,0,7,8,15,7,8,15,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,3,3,3,1,3,3,3,2,2,1,1,0,3,1,3,3,1,2,3,1,3,2,3,3,1,3,1,0,1,3,0,0,3,3,2,2,3,1,0,3,0,3,3,0,2,3,3,0,3,3,0,1,1,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,17,17,10,8,10,8,0,15,10,1,1,10,10,17,10,17,15,1,17,3,0,10,1,2,10,18,8,10,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,0,0,2,10,10,7,10,10,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,4,2,2,7,2,2,2,2,2,7,2,0,2,2,4,2,0,2,2,2,2,2,2,2,0,9,0,0,0,2,0,0,2,2,9,4,2,7,0,2,2,2,2,0,0,2,4,0,4,11,0,0,0,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,0,10,7,10,10,0,8,8,12,10,17,8,17,10,10,9,16,15,10,7,17,17,19,10,15,16,17,10,10,17,17,10,8,10,8,0,15,10,1,1,10,10,17,12,17,15,1,17,3,18,10,1,4,10,0,8,12,12,0,15,15,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,7,7,7,7,7,0,7,7,1,1,7,7,8,8,7,7,1,7,0,8,7,1,0,7,8,0,7,7,0,7,7,12,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,0,12,0,8,8,12,10,10,15,10,10,10,9,9,15,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,17,8,0,8,10,0,0,10,10,16,11,10,15,0,10,3,10,10,0,11,10,12,7,12,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,0,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,0,15,15,8,8,15,23,14,14,8,15,14,23,15,23,22,23,14,15,22,23,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,15,15,15,0,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,0,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,8,0,17,15,15,15,0,9,15,15,15,15,22,16,16,14,23,23,22,15,23,22,22,15,15,21,22,15,8,15,16,15,0,16,0,0,15,15,14,14,15,16,0,22,8,22,15,0,0,15,22,14,16,9,0,23,22,8,8,9,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,0,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,0,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,15,15,15,8,8,0,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,23,15,15,8,8,16,0,14,14,9,15,15,24,16,24,23,25,14,15,23,23,14,25,25,18,15,15,8,0,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,14,14,15,8,7,14,14,0,15,8,15,14,14,15,14,14,15,15,14,14,14,14,14,14,7,14,14,7,0,15,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,8,0,15,14,14,14,22,8,14,14,14,15,0,15,15,14,21,22,21,14,22,22,21,14,14,21,21,14,7,14,14,14,0,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,8,10,16,9,15,9,9,8,15,0,11,10,15,19,16,8,19,15,15,10,8,16,16,9,13,10,10,15,0,11,0,0,9,9,14,7,17,19,0,15,1,17,8,0,0,10,15,11,8,9,0,20,18,15,15,16,9,8,15,15,15,15,11,0,16,15,18,15,15,18,15,15,17,15,14,15,15,10,15,17,8,0,16,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,9,0,18,17,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,17,14,14,16,14,14,15,15,10,14,16,7,0,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,23,15,23,8,15,15,24,14,21,15,15,14,0,22,30,23,31,21,22,23,23,21,31,24,17,15,16,15,0,15,0,0,15,15,14,14,15,16,0,31,8,22,15,0,0,16,22,14,23,8,0,22,22,15,15,23,9,15,16,16,15,22,19,18,17,22,0,23,15,26,22,22,17,15,21,23,16,11,15,17,15,0,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,25,25,23,15,22,8,15,16,24,14,21,16,15,15,30,23,0,22,31,21,22,22,23,21,31,24,17,15,15,15,0,15,0,0,16,16,14,14,15,15,0,30,8,22,15,0,0,15,22,14,22,8,0,22,23,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,0,23,14,15,23,22,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,16,15,14,22,8,0,15,15,23,15,23,9,15,16,25,15,22,19,18,17,31,26,31,23,0,22,22,25,23,21,32,25,20,15,17,15,0,16,0,0,16,16,14,14,15,17,0,31,8,22,15,0,0,16,22,16,22,9,0,25,25,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,14,22,0,21,14,14,21,21,14,7,14,14,14,0,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,0,15,15,21,22,15,8,15,15,15,0,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,22,15,15,8,8,15,23,14,14,10,17,16,23,17,22,23,25,14,15,0,22,14,23,23,18,15,17,8,0,15,0,0,15,15,7,14,8,10,0,23,8,15,15,0,0,16,15,16,22,8,0,17,17,23,15,15,8,8,15,23,14,14,8,15,14,23,15,23,22,23,14,15,22,0,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,15,15,14,16,21,7,14,14,14,14,21,16,14,14,21,21,21,14,21,21,21,14,14,0,21,14,9,16,14,14,0,16,0,0,14,14,14,14,16,16,0,21,7,23,14,0,0,16,21,16,14,7,0,23,21,23,15,22,8,15,16,25,14,21,16,15,15,31,23,31,23,32,21,22,23,23,21,0,25,18,15,15,15,0,15,0,0,16,16,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,23,23,15,15,8,8,16,25,14,14,9,15,15,24,16,24,23,25,14,15,23,23,14,25,0,18,15,15,8,0,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,16,10,8,8,8,9,18,7,7,13,10,10,17,11,17,16,20,7,8,18,16,9,18,18,0,10,10,8,0,10,0,0,9,9,7,7,10,12,0,17,1,10,8,0,0,11,8,11,15,8,0,12,11,15,17,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,0,15,8,0,17,0,0,15,15,7,14,10,11,0,15,8,17,15,0,0,17,15,16,15,8,0,17,15,15,15,16,8,8,15,15,14,14,10,17,16,16,17,15,15,17,14,15,17,15,14,15,15,10,15,0,8,0,15,0,0,15,15,7,14,8,11,0,15,8,15,15,0,0,15,15,16,16,8,0,17,17,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,0,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,16,9,8,15,15,15,15,11,16,14,15,16,15,15,16,15,15,15,15,16,15,15,10,17,15,8,0,0,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,9,0,18,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,0,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,0,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,8,10,15,8,15,8,8,7,14,17,8,7,15,15,15,8,15,14,15,8,8,16,15,8,10,10,8,15,0,10,0,0,8,8,14,7,0,17,0,15,1,17,8,0,0,10,15,9,8,8,0,17,15,8,10,16,8,15,8,8,7,14,19,10,9,16,17,15,8,17,14,15,10,8,16,15,8,12,11,11,15,0,10,0,0,8,8,14,7,17,0,0,15,1,17,8,0,0,10,15,11,9,8,0,19,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,15,22,8,15,15,24,14,21,15,15,14,31,22,30,23,31,21,22,23,23,21,31,24,17,15,15,15,0,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,16,22,14,22,8,0,22,22,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,8,7,8,8,8,7,8,8,1,8,8,1,0,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,8,15,17,22,8,15,15,15,14,21,17,15,14,22,22,22,15,22,21,22,15,15,23,22,15,10,17,15,15,0,17,0,0,15,15,14,14,17,17,0,22,8,0,15,0,0,17,22,16,15,8,0,24,22,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,0,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,15,8,8,15,16,14,14,10,15,14,16,15,15,16,16,14,15,16,15,16,16,16,11,17,15,8,0,17,0,0,15,15,7,14,10,10,0,16,8,17,15,0,0,0,15,16,15,8,0,17,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,0,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,22,14,16,14,7,7,14,14,14,14,11,16,16,14,16,14,14,16,14,14,16,14,16,14,14,11,16,16,7,0,16,0,0,14,14,7,14,9,11,0,14,7,16,14,0,0,16,14,0,14,7,0,18,16,22,15,16,8,8,15,22,14,14,8,15,14,23,15,22,22,22,14,15,22,22,14,22,22,15,15,16,8,0,15,0,0,15,15,7,14,8,9,0,22,8,15,15,0,0,15,15,14,0,8,0,15,15,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,0,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,23,9,15,15,15,15,22,20,18,16,22,25,22,15,25,22,22,17,15,23,22,15,12,17,17,15,0,18,0,0,15,15,14,14,17,19,0,22,8,24,15,0,0,17,22,18,15,9,0,0,24,15,15,22,8,15,16,16,14,21,18,17,17,22,25,23,15,25,21,22,17,15,21,23,16,11,15,17,15,0,15,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,8,0,24,0,0,18,17,8,11,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,16,17,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,18,0,17,8,11,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,11,19,15,10,17,0,0,0,17,17,9,16,12,10,0,17,10,19,17,0,2,19,17,16,17,10,0,17,15,17,17,0,9,11,17,18,18,17,9,16,14,18,16,18,18,17,18,17,17,17,16,17,17,8,19,16,10,16,0,0,0,17,17,9,16,11,9,0,17,11,17,18,0,2,17,17,14,18,12,0,16,15,8,8,9,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,0,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,11,11,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,9,11,9,10,8,0,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,11,0,8,8,24,17,17,8,10,0,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,17,17,18,8,10,17,0,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,23,16,18,8,10,23,16,0,17,8,22,14,17,15,16,23,15,18,16,15,16,16,16,16,14,17,22,9,15,0,0,0,23,23,9,23,10,8,0,16,10,16,16,0,2,23,16,21,24,18,0,15,14,16,16,17,8,9,16,16,17,0,8,15,14,16,15,16,16,15,17,16,14,16,16,16,16,7,16,14,9,15,0,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,10,0,15,14,8,10,9,9,8,8,8,8,8,0,9,7,8,9,8,8,9,8,8,8,8,9,8,8,10,10,8,8,11,0,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,9,0,11,8,22,15,16,9,8,22,15,22,15,9,0,14,15,16,15,22,16,15,15,15,15,14,15,15,15,15,22,8,16,0,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,16,0,16,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,0,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,18,8,11,17,17,17,16,8,15,14,0,15,17,17,15,17,17,16,17,16,17,17,8,18,16,10,15,0,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,18,11,0,15,15,15,15,16,9,8,15,15,15,15,9,16,14,15,0,15,15,16,15,15,15,15,14,15,15,8,15,15,8,16,0,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,9,0,16,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,24,17,18,8,10,24,18,23,16,8,22,14,17,15,18,0,16,16,17,16,17,16,17,17,15,18,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,18,0,2,24,17,21,24,17,0,15,15,15,15,17,9,8,15,16,15,15,9,16,14,15,16,16,16,0,15,15,16,15,14,15,15,8,16,15,8,16,0,0,0,15,15,7,14,8,8,0,15,8,15,16,0,0,15,15,14,15,9,0,16,15,16,16,18,8,10,16,16,18,17,8,15,14,17,15,16,16,15,0,16,15,16,16,16,16,7,17,15,9,15,0,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,17,11,0,15,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,15,17,8,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,15,8,17,16,8,15,0,0,0,15,15,7,14,9,9,0,15,9,15,16,0,0,15,15,14,16,9,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,0,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,0,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,11,8,8,9,15,8,14,7,10,15,7,8,8,8,15,8,7,8,8,8,9,8,8,0,10,15,8,10,0,0,0,15,15,7,14,10,10,0,8,1,10,8,0,0,17,8,16,15,15,0,10,8,17,19,19,8,11,17,18,17,16,10,15,14,18,15,18,18,16,17,17,17,17,18,17,17,10,0,16,10,17,0,0,0,17,17,9,16,13,11,0,17,11,19,18,0,2,19,17,16,18,11,0,17,15,22,15,16,8,9,22,15,22,14,8,22,14,16,15,15,22,15,15,15,16,15,14,15,15,15,16,0,8,15,0,0,0,22,22,7,21,9,9,0,15,9,15,15,0,0,22,15,21,23,16,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,0,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,17,16,9,8,15,15,15,15,11,16,14,15,16,15,15,16,15,15,15,15,16,15,15,10,17,15,8,0,0,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,9,0,18,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,0,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,0,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,0,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,10,12,11,8,11,10,10,10,9,10,8,7,11,8,10,10,8,10,10,9,10,11,10,10,10,13,9,10,10,0,0,0,10,10,9,9,0,11,0,10,4,12,10,0,2,12,10,9,11,11,0,10,8,8,10,9,8,9,8,8,8,7,10,8,7,9,8,8,8,8,8,8,9,8,9,8,8,10,11,9,8,10,0,0,0,8,8,7,7,11,0,0,8,2,10,8,0,0,10,8,9,9,9,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,17,17,14,17,10,0,15,15,10,10,11,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,0,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,0,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,0,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,24,19,17,8,10,24,17,23,16,10,22,14,17,15,17,24,15,16,17,15,17,18,17,17,17,19,22,10,17,0,0,0,24,24,9,23,12,10,0,17,10,19,17,0,2,0,17,23,24,17,0,17,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,16,14,7,7,21,14,21,14,9,21,14,14,14,14,21,14,14,14,14,14,16,14,14,16,16,21,7,16,0,0,0,21,21,7,21,9,9,0,14,7,16,14,0,0,23,14,0,21,14,0,16,14,24,17,18,8,11,24,17,24,16,8,22,14,18,15,17,24,15,17,17,16,17,16,17,17,15,18,23,10,15,0,0,0,24,24,9,23,11,9,0,17,11,17,17,0,2,24,17,21,0,18,0,15,15,17,10,12,9,11,17,10,18,10,9,16,7,11,9,10,17,9,11,10,9,10,9,10,10,15,11,16,10,9,0,0,0,17,17,9,16,11,9,0,10,4,10,10,0,2,17,10,14,18,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,16,9,8,15,15,15,15,11,16,14,15,16,15,15,16,15,15,15,15,16,15,15,10,17,15,8,18,0,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,9,0,0,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,0,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,8,10,25,18,24,16,8,22,14,18,15,17,25,16,16,17,15,17,16,17,18,15,18,23,10,15,24,0,0,0,25,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,16,16,18,0,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,18,17,0,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,0,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,0,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,25,18,17,8,10,0,19,23,16,9,22,15,18,16,18,24,16,16,17,15,17,16,18,19,16,17,23,10,16,24,0,0,0,25,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,15,17,18,18,17,8,12,19,0,16,16,9,15,17,18,16,18,19,16,18,17,15,17,16,20,19,9,17,18,10,16,17,0,0,0,20,9,16,10,9,0,18,12,17,19,0,3,18,17,14,18,10,0,15,17,24,16,17,7,9,23,16,0,16,7,21,14,16,14,16,24,15,16,16,14,16,16,16,16,14,17,21,9,14,23,0,0,0,24,9,23,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,15,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,0,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,0,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,22,15,15,8,8,22,15,21,14,8,0,14,15,15,15,22,15,14,15,15,15,14,15,15,15,15,22,8,15,22,0,0,0,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,15,15,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,17,15,8,14,16,7,15,14,0,0,0,17,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,18,18,17,8,10,18,18,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,17,17,17,8,10,18,18,16,16,9,15,15,17,16,0,17,16,16,17,15,17,16,18,18,9,17,15,10,16,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,25,17,18,8,12,24,19,24,16,8,22,16,17,15,17,0,16,18,17,15,17,16,19,17,15,18,24,10,15,24,0,0,0,27,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,15,16,15,16,8,8,16,16,15,14,9,15,15,15,16,16,16,0,14,15,15,15,14,16,16,9,16,15,8,16,15,0,0,0,17,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,16,16,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,0,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,0,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,0,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,8,12,18,20,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,0,18,9,17,17,10,16,17,0,0,0,20,9,16,10,8,0,17,12,17,24,0,2,17,17,14,17,10,0,15,16,18,18,17,8,10,19,19,16,16,9,15,15,18,16,18,17,16,16,17,15,17,16,18,0,9,17,16,10,16,17,0,0,0,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,15,8,8,8,8,16,9,14,7,9,15,8,8,9,9,15,9,7,8,8,8,7,9,9,0,8,15,8,9,15,0,0,0,16,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,18,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,23,16,15,8,10,23,18,21,14,8,22,16,16,15,15,24,15,16,15,15,15,14,17,16,15,15,0,8,15,22,0,0,0,24,7,21,8,9,0,16,10,15,17,0,1,23,15,21,23,15,0,15,16,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,0,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,0,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,17,18,8,12,25,20,24,16,9,22,17,17,16,18,27,17,18,17,15,17,16,20,18,16,18,24,10,16,24,0,0,0,0,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,16,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,0,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,0,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,0,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,0,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,18,10,0,15,16,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,0,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,24,17,8,17,17,10,15,17,0,0,0,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,0,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,0,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,25,17,0,15,16,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,0,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,0,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,0,17,0,15,16,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,0,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,16,15,8,8,17,17,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,17,9,15,16,8,16,15,0,0,0,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,17,18,8,10,24,17,25,16,8,22,14,17,15,18,25,16,17,18,15,18,16,17,17,15,18,22,10,15,24,0,0,25,0,9,23,10,8,0,18,10,18,17,0,2,24,17,21,24,17,0,16,15,17,0,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,18,17,0,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,0,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,0,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,24,17,17,8,10,0,18,23,16,9,22,15,17,16,18,24,16,16,17,15,17,16,18,18,16,17,22,10,16,24,0,0,25,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,16,17,17,17,8,12,18,0,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,20,18,9,17,17,10,16,17,0,0,20,0,9,16,10,8,0,17,12,17,19,0,2,17,17,14,17,10,0,15,16,25,16,17,7,9,23,16,0,16,7,21,14,16,14,17,24,15,17,17,14,17,16,16,16,14,17,21,9,14,23,0,0,24,0,9,23,9,7,0,17,9,17,16,0,2,23,16,21,23,16,0,15,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,0,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,9,0,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,22,15,15,8,8,22,15,21,14,8,0,14,15,15,15,22,15,14,15,15,15,14,15,15,15,15,22,8,15,22,0,0,22,0,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,15,15,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,17,15,8,14,16,7,15,14,0,0,17,0,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,17,17,17,8,10,17,17,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,18,17,17,8,10,18,18,17,16,9,15,15,17,16,0,17,16,17,18,15,18,16,18,18,9,17,15,10,16,17,0,0,18,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,16,25,17,18,8,12,24,19,24,16,8,22,16,17,15,17,0,16,18,17,15,17,16,19,17,15,18,24,10,15,24,0,0,27,0,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,15,16,15,16,8,8,16,16,15,14,9,15,15,15,16,16,16,0,14,15,15,15,14,16,16,9,16,15,8,16,15,0,0,17,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,16,16,17,16,16,7,11,16,18,17,16,7,14,16,16,14,17,18,14,0,17,14,17,16,18,16,7,16,16,9,14,16,0,0,18,0,9,16,9,7,0,17,11,17,18,0,2,16,16,14,16,9,0,14,14,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,0,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,8,12,18,20,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,0,18,9,17,17,10,16,17,0,0,20,0,9,16,10,8,0,17,12,17,19,0,2,17,17,14,17,10,0,15,16,17,17,17,8,10,18,18,16,16,9,15,15,17,16,18,17,16,16,17,15,17,16,18,0,9,17,15,10,16,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,15,8,8,8,8,16,9,14,7,9,15,8,8,9,9,15,9,7,8,8,8,7,9,9,0,8,15,8,9,15,0,0,16,0,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,18,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,22,15,15,8,10,22,17,21,14,8,22,16,15,15,15,24,15,16,15,15,15,14,17,15,15,15,0,8,15,22,0,0,24,0,7,21,8,8,0,15,10,15,17,0,0,22,15,21,22,15,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,0,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,17,18,8,12,25,20,24,16,9,22,17,17,16,18,27,17,18,17,15,17,16,20,18,16,18,24,10,16,24,0,0,0,0,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,0,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,0,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,0,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,0,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,0,10,18,17,0,2,17,17,14,17,10,0,15,15,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,0,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,19,17,8,17,17,10,15,17,0,0,19,0,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,0,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,24,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,0,17,21,24,17,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,0,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,24,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,0,17,0,15,15,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,0,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,0,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,0,7,16,9,9,11,18,14,7,7,18,14,16,9,14,16,18,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,7,7,7,0,7,7,7,7,7,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,14,7,14,7,7,0,0,7,7,0,7,7,14,0,7,0,7,7,0,7,7,7,7,7,14,0,7,7,9,9,16,7,0,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,7,9,0,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,9,7,9,9,0,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,11,7,9,9,9,0,12,7,7,8,11,7,9,9,7,10,11,7,9,10,9,9,7,9,7,9,7,9,0,0,9,9,0,10,9,7,0,9,2,9,9,0,3,9,9,8,9,9,0,7,7,9,9,18,7,16,9,9,12,0,14,7,8,18,14,16,9,14,17,18,7,9,17,16,9,7,9,7,16,14,9,0,0,9,9,0,10,16,14,0,16,2,16,9,0,3,9,16,8,9,9,0,14,14,7,7,14,14,14,7,7,7,14,0,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,14,7,22,14,7,0,0,7,7,0,7,14,22,0,14,0,14,7,0,7,7,14,7,7,14,0,14,14,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,8,8,7,7,0,7,7,7,7,7,8,7,7,7,8,7,7,7,7,7,7,7,7,0,0,7,7,0,8,7,7,0,7,0,7,7,0,1,7,7,8,7,7,0,7,7,9,9,18,7,16,9,9,11,18,14,7,7,0,14,16,9,14,16,18,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,7,7,14,7,14,7,7,7,14,14,7,7,14,0,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,9,9,16,7,16,9,9,9,16,14,7,7,16,14,0,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,0,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,0,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,9,9,16,7,16,9,9,10,17,14,7,8,16,14,16,9,14,0,16,7,9,17,16,9,7,9,7,16,14,9,0,0,9,9,0,10,16,14,0,16,2,16,9,0,3,9,16,8,9,9,0,14,14,9,9,18,7,16,9,9,11,18,14,7,7,18,14,16,9,14,16,0,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,0,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,16,7,16,9,9,10,17,14,7,8,16,14,16,9,14,17,16,7,9,0,16,9,7,9,7,17,14,9,1,1,9,9,0,11,16,14,1,16,2,17,9,1,3,9,17,9,9,9,0,14,14,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,0,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,0,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,9,9,9,14,9,9,9,9,9,14,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,0,7,16,7,9,0,0,9,9,0,9,9,14,0,9,2,9,9,0,9,9,9,7,9,16,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,9,9,16,14,16,9,9,9,16,22,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,16,7,0,14,9,1,1,9,9,0,10,16,22,1,16,2,17,9,1,9,9,17,8,9,16,0,14,14,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,0,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,0,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,0,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,0,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,7,9,9,9,10,10,7,7,8,9,7,9,9,7,10,9,7,9,11,9,9,7,9,7,10,7,9,1,1,9,9,0,0,9,7,1,9,2,10,9,1,3,9,10,9,9,9,0,7,7,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,0,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,7,7,14,14,14,7,7,7,14,22,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,14,7,22,14,7,0,0,7,7,0,7,14,0,0,14,0,14,7,0,7,7,14,7,7,14,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,0,2,16,9,0,2,9,16,7,9,9,0,14,14,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,0,2,2,0,0,2,0,2,2,0,2,2,2,0,2,2,0,0,0,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,9,7,17,14,9,1,1,9,9,0,10,16,14,1,16,2,0,9,1,2,9,17,8,9,9,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,0,0,2,9,9,7,9,9,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,2,2,2,7,2,2,2,3,3,7,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,9,0,9,0,2,0,0,2,2,0,3,2,7,0,2,2,2,2,0,0,2,2,1,2,9,0,0,0,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,0,9,7,9,9,0,7,7,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,9,7,17,14,9,1,1,9,9,0,10,16,14,1,16,2,17,9,1,2,9,0,8,9,9,0,14,14,7,7,7,7,7,7,7,8,8,7,7,8,7,7,7,7,7,8,7,7,7,9,7,7,7,7,7,8,7,7,1,1,7,7,0,9,7,7,1,7,0,8,7,1,1,7,8,0,7,7,0,7,7,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,0,9,0,7,7,9,9,9,14,9,9,9,9,9,14,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,16,7,16,7,9,0,0,9,9,0,9,9,14,0,9,2,9,9,0,9,9,9,7,9,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,0,14,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,0,0,16,16,7,9,23,16,23,16,7,23,14,16,16,18,23,14,16,16,16,16,16,16,16,14,16,21,11,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,4,23,18,21,25,18,0,14,14,16,0,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,0,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,7,7,7,0,14,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,0,14,7,0,7,7,7,7,0,0,7,7,14,7,7,0,14,7,9,9,9,14,0,16,9,16,16,14,14,7,9,14,9,9,7,9,16,7,9,9,9,9,7,16,7,9,7,9,0,0,9,9,9,0,16,7,0,9,9,9,9,0,2,9,9,14,9,9,0,14,7,23,16,16,14,16,0,16,30,23,14,28,14,16,21,16,23,14,16,23,14,16,16,16,16,14,23,21,9,14,23,0,0,23,23,9,0,16,7,0,16,16,16,16,0,2,23,16,28,23,16,0,21,14,16,16,16,7,9,16,0,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,23,16,16,14,16,30,16,0,24,14,28,15,16,21,16,23,14,17,23,14,16,17,16,16,14,23,21,9,14,23,0,0,23,23,10,0,16,7,0,16,16,16,16,0,3,23,16,29,23,16,0,21,14,16,16,16,14,16,23,16,24,0,14,21,15,16,21,16,16,14,17,23,14,16,18,16,16,7,23,14,9,14,16,0,0,16,16,10,0,16,7,0,16,16,16,16,0,3,16,16,23,16,9,0,21,14,7,7,7,14,14,14,7,14,14,0,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,0,14,7,0,7,7,7,7,0,0,7,7,14,7,7,0,14,7,23,14,14,14,14,28,14,28,21,14,0,14,14,23,16,21,14,14,21,16,14,14,14,14,14,21,21,9,14,21,0,0,21,21,7,0,14,7,0,14,14,14,14,0,2,21,16,28,23,16,0,21,14,14,14,14,7,7,14,14,15,15,7,14,0,14,14,14,14,14,15,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,0,7,7,0,14,7,14,14,0,1,14,14,15,14,7,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,0,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,14,14,14,14,21,14,21,21,14,23,14,14,0,16,14,14,14,21,16,14,14,14,14,7,21,14,9,14,14,0,0,14,14,7,0,14,7,0,14,14,14,14,0,2,14,16,21,16,9,0,21,14,18,16,16,7,9,16,16,16,16,7,16,14,16,16,0,16,14,16,16,16,16,16,16,16,7,16,14,11,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,4,16,18,14,18,11,0,14,14,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,0,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,0,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,16,16,16,7,9,16,16,17,17,7,14,15,16,14,16,16,14,0,16,14,16,17,16,16,7,16,14,9,14,16,0,0,16,16,10,0,9,7,0,16,9,16,16,0,3,16,16,16,16,9,0,14,14,16,16,16,14,16,23,16,23,23,14,21,14,16,21,16,16,14,16,0,14,16,16,16,16,7,23,14,9,14,16,0,0,16,16,9,0,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,16,14,14,7,7,14,14,14,14,7,16,14,14,16,16,14,14,14,14,0,14,14,14,14,7,14,14,9,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,2,14,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,0,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,17,18,7,14,15,16,14,16,16,14,17,16,14,16,0,16,16,7,16,14,10,14,16,1,1,16,16,11,0,9,7,1,16,9,17,16,1,3,16,17,17,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,0,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,14,7,7,7,7,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,0,7,14,7,7,14,0,0,14,14,7,0,7,7,0,7,0,7,7,0,0,14,7,14,14,14,0,7,7,16,16,16,14,16,23,16,23,23,14,21,14,16,21,16,16,14,16,23,14,16,16,16,16,7,0,14,9,14,16,0,0,16,16,9,0,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,0,7,14,21,0,0,21,21,7,0,7,7,0,14,7,14,14,0,0,21,14,21,21,14,0,14,14,11,9,9,7,9,9,9,9,9,7,9,7,9,9,11,9,7,9,9,9,9,10,9,9,7,9,7,0,7,9,1,1,9,9,10,0,9,7,1,9,2,10,9,1,4,9,12,8,11,11,0,7,7,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,0,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,0,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,0,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,0,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,9,9,9,7,9,9,9,10,10,7,7,8,9,7,9,9,7,10,9,7,9,11,9,9,7,9,7,10,7,9,1,1,9,9,0,0,9,7,1,9,2,10,9,1,3,9,10,9,9,9,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,14,16,16,9,16,16,14,14,7,9,14,9,9,7,9,16,7,9,9,9,9,7,16,7,9,7,9,0,0,9,9,9,0,0,7,0,9,9,9,9,0,2,9,9,14,9,9,0,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,0,7,0,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,0,9,16,16,0,2,16,16,14,16,9,0,14,14,9,9,9,7,9,16,9,16,16,7,14,7,9,14,9,9,7,9,16,7,9,9,9,9,0,16,7,2,7,9,0,0,9,9,2,0,9,0,0,9,0,9,9,0,2,9,9,14,9,2,0,14,7,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,17,16,16,7,16,14,10,14,16,1,1,16,16,10,0,9,7,1,16,9,0,16,1,2,16,17,15,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,4,2,2,0,2,2,2,3,3,0,2,1,2,2,4,2,0,3,2,2,2,3,2,2,0,2,0,4,0,2,0,0,2,2,3,0,2,0,0,2,2,2,2,0,0,2,4,1,4,4,0,0,0,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,0,16,21,23,16,0,14,14,18,16,16,7,9,16,16,16,16,7,16,14,16,16,18,16,14,16,16,16,16,17,16,16,7,16,14,12,14,16,1,1,16,16,10,0,9,7,1,16,9,17,16,1,4,16,0,15,18,11,0,14,14,21,14,14,14,14,28,14,29,23,14,28,15,14,21,14,21,14,16,21,14,14,17,14,14,14,21,21,8,14,21,1,1,21,21,9,0,14,7,1,14,14,15,14,1,1,21,15,0,21,14,0,21,14,25,16,16,7,9,23,16,23,16,7,23,14,16,16,18,23,14,16,16,16,16,16,16,16,14,16,21,11,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,4,23,18,21,0,18,0,14,14,18,9,9,7,9,16,9,16,9,7,16,7,9,9,11,16,7,9,9,9,9,9,9,9,14,9,14,11,7,16,0,0,16,16,9,0,9,7,0,9,2,9,9,0,4,16,11,14,18,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,14,14,21,14,21,21,14,21,14,14,21,14,14,14,14,21,14,14,14,14,14,7,21,14,7,14,14,0,0,14,14,7,0,14,7,0,14,14,14,14,0,0,14,14,21,14,7,0,0,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,0,0,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,0,10,8,10,10,10,9,9,10,8,7,10,8,10,10,8,9,10,8,10,11,10,10,10,12,8,10,10,12,0,0,10,10,9,9,0,10,0,10,3,12,10,0,2,12,10,9,10,10,0,10,8,10,10,0,8,18,10,10,10,16,15,8,7,18,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,0,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,8,0,15,15,8,14,14,15,15,7,8,15,8,8,8,7,15,8,8,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,0,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,8,10,10,18,15,0,17,10,17,23,22,15,7,18,22,17,10,15,17,24,9,10,16,17,10,8,18,9,17,15,11,0,0,10,10,16,16,0,16,0,17,11,17,10,0,2,10,17,14,11,11,0,22,15,10,10,10,15,17,0,10,16,16,15,15,7,10,15,10,10,8,9,17,8,10,9,10,10,8,17,8,10,8,10,0,0,10,10,9,16,0,8,0,10,10,10,10,0,2,10,10,14,10,10,0,15,8,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,10,14,17,16,9,0,16,14,14,7,10,14,9,9,7,10,16,8,9,9,9,9,7,17,8,9,7,10,0,0,9,9,9,16,0,8,0,9,10,9,9,0,2,9,9,14,10,10,0,14,7,9,9,16,14,23,16,9,16,0,21,14,7,16,21,16,9,14,16,23,7,9,16,16,9,7,16,7,16,14,9,0,0,9,9,16,16,0,14,0,16,9,16,9,0,2,9,16,14,9,9,0,21,14,8,10,15,15,22,15,8,14,21,0,15,7,15,22,15,8,15,14,22,8,8,16,15,8,10,17,8,15,17,10,0,0,8,8,14,14,0,17,0,15,8,17,8,0,0,10,15,16,8,8,0,24,15,8,8,8,15,15,15,8,14,14,15,0,7,8,15,8,8,8,7,15,8,8,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,0,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,8,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,0,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,10,10,18,8,18,10,10,10,16,15,8,7,0,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,0,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,15,15,22,15,8,14,21,22,15,7,15,0,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,0,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,10,10,17,8,17,10,10,9,16,15,8,7,17,15,0,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,0,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,0,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,17,7,17,9,9,10,16,14,7,7,17,14,16,9,14,0,16,8,9,16,16,9,7,10,8,16,14,10,0,0,9,9,16,9,0,15,0,16,3,16,9,0,2,9,16,7,10,10,0,14,14,10,10,17,15,24,17,10,16,23,22,15,7,17,22,17,10,15,16,0,8,10,16,17,10,8,17,8,17,15,10,0,0,10,10,16,16,0,15,0,17,10,17,10,0,2,10,17,14,10,10,0,22,15,8,8,9,8,9,8,8,8,7,8,8,7,9,8,8,8,8,8,8,0,8,7,8,8,8,9,9,8,8,9,0,0,8,8,7,7,0,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,11,16,7,16,9,9,9,16,16,7,7,16,14,16,9,14,16,16,7,9,0,16,9,9,11,7,16,16,11,0,0,9,9,16,9,0,16,0,16,2,18,9,0,2,11,16,9,9,9,0,16,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,0,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,10,0,0,8,8,7,7,0,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,10,12,11,15,18,17,10,17,16,17,15,7,11,15,10,10,8,10,17,9,10,11,10,10,10,0,9,10,10,13,0,0,10,10,9,16,0,11,0,10,11,12,10,0,2,12,10,16,11,11,0,17,8,8,8,9,8,9,8,8,8,7,8,8,7,9,8,8,8,8,8,8,9,8,7,8,8,8,9,0,8,8,9,0,0,8,8,7,7,0,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,10,15,8,15,8,8,7,14,17,8,7,15,15,15,8,15,14,15,8,8,16,15,8,10,10,8,15,0,10,0,0,8,8,14,7,0,17,0,15,1,17,8,0,0,10,15,9,8,8,0,17,15,10,12,11,8,11,10,10,10,9,10,8,7,11,8,10,10,8,10,10,9,10,11,10,10,10,13,9,10,10,0,0,0,10,10,9,9,0,11,0,10,4,12,10,0,2,12,10,9,11,11,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,0,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,0,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,0,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,14,16,16,9,16,16,14,14,7,9,14,9,9,7,9,16,7,9,9,9,9,7,16,7,9,7,9,0,0,9,9,9,0,0,7,0,9,9,9,9,0,2,9,9,14,9,9,0,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,16,8,16,8,8,8,14,17,8,7,16,15,15,8,15,15,15,9,8,16,15,8,10,11,9,15,17,11,0,0,8,8,14,7,0,0,0,15,2,17,8,0,0,10,15,9,9,9,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,3,3,4,8,11,10,3,10,9,8,8,0,4,8,3,3,1,3,10,2,3,2,3,3,1,11,2,3,1,4,0,0,3,3,2,9,0,2,0,3,0,3,3,0,2,3,3,7,4,4,0,8,1,10,12,17,8,17,10,10,9,16,17,8,7,17,15,17,10,15,16,17,8,10,18,17,10,10,12,8,17,17,12,0,0,10,10,16,9,0,17,0,17,3,0,10,0,2,12,17,9,10,10,0,17,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,0,0,2,10,10,7,10,10,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,0,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,10,12,10,8,10,10,10,9,9,10,8,7,10,8,10,10,8,9,10,8,10,11,10,10,10,12,8,10,10,12,0,0,10,10,9,9,0,10,0,10,3,12,10,0,2,0,10,9,10,10,0,10,8,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,0,7,10,10,0,15,15,7,9,7,14,14,14,7,14,14,16,14,7,7,14,7,7,7,7,14,7,7,9,7,7,9,16,7,7,9,9,0,0,7,7,7,14,0,9,0,7,7,9,7,0,0,9,7,0,7,7,0,16,7,10,10,11,8,11,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,0,9,0,10,4,10,10,0,2,10,10,7,0,11,0,8,8,10,10,11,8,11,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,0,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,15,15,22,15,8,14,21,24,15,7,15,22,15,8,15,14,22,8,8,16,15,8,10,17,8,15,17,10,0,0,8,8,14,14,0,17,0,15,8,17,8,0,0,10,15,16,8,8,0,0,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,0,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,0,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,9,0,8,8,8,9,9,7,7,12,8,7,9,8,8,8,8,7,8,8,8,9,8,9,10,10,9,8,10,10,0,0,9,8,7,7,10,0,0,9,1,10,8,0,1,13,8,9,9,8,0,10,9,8,8,0,8,16,8,8,8,14,15,8,7,17,15,15,8,15,15,15,9,8,14,15,8,8,9,10,15,16,9,0,0,8,8,14,7,16,0,0,15,2,15,8,0,0,8,15,7,10,9,0,15,15,8,8,8,0,8,8,8,7,7,15,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,15,8,15,8,8,0,0,8,8,14,7,8,0,0,8,1,8,8,0,7,8,8,7,8,15,0,8,8,8,8,16,8,0,8,8,8,14,15,8,7,16,15,15,8,15,15,15,9,8,14,15,8,8,9,9,15,15,9,0,0,8,8,14,7,16,0,0,15,2,15,8,0,0,8,15,7,9,9,0,15,15,9,9,8,8,8,0,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,9,9,8,8,8,9,0,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,7,7,8,7,8,7,7,0,7,7,7,7,8,7,7,7,7,8,7,8,7,7,7,7,7,8,8,7,7,8,0,0,7,7,7,7,8,0,0,7,1,7,7,0,0,7,7,7,8,8,0,7,7,7,7,14,7,14,7,7,7,0,14,7,7,14,14,14,7,14,15,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,14,7,14,0,0,14,0,15,7,0,0,7,14,7,7,7,0,14,14,8,12,15,15,15,8,8,7,14,0,10,9,15,17,15,8,17,14,15,10,8,16,15,8,12,17,10,23,19,10,0,0,8,8,22,7,17,0,0,15,1,17,8,0,7,12,15,11,8,15,0,19,17,8,8,8,8,8,8,8,7,7,10,0,9,8,10,8,8,10,7,8,10,8,7,8,8,10,8,10,8,10,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,7,7,7,7,7,7,7,7,7,9,9,0,7,9,7,7,9,7,7,9,7,7,7,7,9,7,9,7,9,7,0,0,7,7,7,7,7,0,0,7,0,7,7,0,0,7,7,9,7,7,0,9,9,9,9,17,8,16,9,9,8,14,15,8,7,0,15,15,8,15,15,15,9,8,14,15,9,8,9,11,15,16,9,0,0,9,8,14,7,16,0,0,16,2,15,8,0,1,9,15,7,11,9,0,15,16,8,8,15,8,15,8,8,7,14,17,10,9,15,0,15,8,17,14,15,10,8,14,15,8,10,8,10,15,17,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,9,8,8,0,17,17,8,8,15,8,15,8,8,7,14,15,8,7,15,15,0,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,0,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,15,8,15,8,8,7,14,17,10,9,15,17,15,8,0,14,15,10,8,14,15,8,10,8,10,15,17,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,9,8,8,0,17,17,7,7,15,7,15,7,7,8,15,14,7,7,15,14,14,7,14,0,14,8,7,14,14,7,7,8,8,14,14,8,0,0,7,7,14,7,15,0,0,14,1,15,7,0,0,7,14,7,8,8,0,14,14,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,0,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,8,8,9,8,9,8,8,8,7,10,10,9,9,10,8,8,10,8,8,0,8,7,8,8,10,9,11,8,10,9,0,0,8,8,7,7,9,0,0,8,2,8,8,0,0,8,8,9,9,9,0,10,10,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,9,14,7,14,7,7,7,14,16,7,7,14,14,14,7,14,14,14,7,7,0,14,7,9,9,7,14,16,9,0,0,7,7,14,7,16,0,0,14,0,16,7,0,0,9,14,9,7,7,0,16,14,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,0,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,0,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,8,10,8,8,8,8,8,7,7,12,10,9,8,10,8,8,10,7,8,10,8,9,8,8,0,10,10,8,12,10,0,0,8,8,7,7,10,0,0,8,1,10,8,0,0,10,8,11,8,8,0,12,10,8,10,9,15,9,8,8,8,7,17,8,7,9,8,8,8,8,8,8,9,8,9,8,8,10,0,9,15,11,11,0,0,8,8,14,7,11,0,0,8,2,10,8,0,7,10,8,9,9,16,0,10,8,9,9,10,8,9,9,9,8,7,10,10,9,11,10,8,8,10,8,8,11,8,7,8,9,10,9,0,8,11,9,0,0,9,8,7,7,9,0,0,9,2,8,8,0,1,9,8,9,11,9,0,10,11,8,8,15,15,15,8,8,7,14,23,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,15,8,0,15,8,0,0,8,8,22,7,15,0,0,15,1,15,8,0,7,8,15,7,8,15,0,15,15,8,10,16,8,15,8,8,7,14,19,10,9,16,17,15,8,17,14,15,10,8,16,15,8,12,11,11,15,0,10,0,0,8,8,14,7,17,0,0,15,1,17,8,0,0,10,15,11,9,8,0,19,17,8,10,9,8,9,8,8,8,7,10,8,7,9,8,8,8,8,8,8,9,8,9,8,8,10,11,9,8,10,0,0,0,8,8,7,7,11,0,0,8,2,10,8,0,0,10,8,9,9,9,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,0,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,0,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,7,14,14,14,7,7,7,14,22,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,14,7,22,14,7,0,0,7,7,0,7,14,0,0,14,0,14,7,0,7,7,14,7,7,14,0,14,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,0,7,0,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,10,16,8,16,8,8,8,14,17,8,7,16,15,15,8,15,15,15,9,8,16,15,8,10,11,9,15,17,11,0,0,8,8,14,7,0,0,0,15,2,17,8,0,0,10,15,9,9,9,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,15,8,15,9,9,7,14,15,8,7,16,15,15,8,15,14,15,8,8,14,15,9,8,8,9,15,15,8,0,0,9,8,14,7,15,0,0,0,1,15,8,0,1,9,15,7,9,8,0,15,16,1,1,2,1,2,1,1,1,0,1,1,0,2,1,1,1,1,1,1,2,1,0,1,1,1,2,2,1,1,2,0,0,1,1,0,0,2,0,0,1,0,1,1,0,0,1,1,0,2,2,0,1,1,8,10,15,8,15,8,8,7,15,17,8,7,15,15,15,8,15,15,15,8,8,16,15,8,10,10,8,15,17,10,0,0,8,8,14,7,17,0,0,15,1,0,8,0,0,10,15,9,8,8,0,17,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,7,0,1,1,0,0,7,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,1,7,0,0,0,0,1,0,7,0,0,0,0,1,0,0,0,0,0,1,0,0,1,7,0,0,1,9,13,8,8,8,9,9,7,7,12,8,7,9,8,8,8,8,7,8,8,8,9,8,9,10,10,9,8,10,10,0,0,9,8,7,7,10,0,0,9,1,10,8,0,1,0,8,9,9,8,0,10,9,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,0,7,8,8,0,15,15,7,9,7,7,7,7,7,7,7,11,9,9,7,9,7,7,9,7,7,9,7,9,7,7,11,9,9,7,11,9,0,0,7,7,7,7,9,0,0,7,0,9,7,0,0,9,7,0,7,7,0,11,9,9,9,10,8,9,9,9,8,7,8,8,7,11,8,8,8,8,8,8,9,8,7,8,9,8,9,11,8,9,9,0,0,9,8,7,7,9,0,0,9,2,8,8,0,1,9,8,7,0,9,0,8,9,8,8,9,15,9,8,8,8,7,15,8,7,9,8,8,8,8,8,8,9,8,7,8,8,8,16,9,15,8,9,0,0,8,8,14,7,9,0,0,8,2,8,8,0,7,8,8,7,9,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,15,8,15,8,8,7,14,19,10,9,15,17,15,8,17,14,15,10,8,16,15,8,12,10,10,15,19,10,0,0,8,8,14,7,17,0,0,15,1,17,8,0,0,10,15,11,8,8,0,0,17,9,9,15,8,15,9,9,7,14,17,10,9,16,17,15,8,17,14,15,10,8,14,15,9,10,8,11,15,17,8,0,0,9,8,14,7,15,0,0,16,1,15,8,0,1,9,15,9,9,8,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,17,9,10,18,26,17,17,8,15,14,26,15,26,25,23,17,19,22,27,16,25,26,16,17,16,10,23,17,0,0,18,18,9,16,10,9,0,0,10,18,17,0,3,19,17,14,25,10,0,15,16,19,0,17,9,10,18,18,16,17,8,15,14,18,15,17,18,15,16,18,15,18,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,18,10,0,15,16,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,17,24,14,17,10,0,22,22,9,9,8,0,8,10,8,7,8,8,8,7,8,8,8,9,10,7,9,8,11,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,0,1,8,8,0,0,9,8,7,8,8,0,8,10,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,18,18,17,10,10,0,18,16,16,8,15,14,18,15,17,17,17,16,17,15,21,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,18,10,0,17,20,26,18,17,8,10,18,0,16,16,8,15,14,27,15,25,25,24,16,17,23,25,16,26,27,17,17,16,10,24,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,25,10,0,15,16,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,0,9,17,16,0,2,16,16,14,16,9,0,14,14,17,17,23,8,16,16,16,16,0,14,14,14,23,21,23,17,21,23,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,0,9,23,16,0,2,17,23,14,16,9,0,21,21,8,8,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,0,1,15,8,0,0,8,15,7,8,8,0,15,15,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,0,8,15,15,0,0,15,15,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,0,7,14,14,0,0,14,14,14,14,7,0,14,14,26,18,24,8,17,18,27,16,23,15,15,14,0,22,32,25,31,23,24,23,25,23,33,27,17,17,16,17,31,17,0,0,18,17,16,16,17,16,0,0,10,24,17,0,3,19,24,14,25,10,0,22,23,15,15,22,8,15,15,15,14,21,15,15,14,22,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,15,22,14,15,8,0,22,22,26,17,24,8,17,17,25,17,23,15,15,14,32,22,0,24,30,24,25,22,26,23,32,25,16,17,15,17,30,17,0,0,17,18,16,16,17,15,0,0,10,25,17,0,2,17,24,14,24,10,0,22,22,25,18,17,9,10,17,25,16,17,8,15,14,25,15,24,0,23,16,18,23,25,16,25,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,19,17,14,24,10,0,15,15,23,15,22,10,15,17,24,14,21,15,15,14,31,22,30,23,0,21,22,23,25,21,31,24,17,15,15,15,31,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,16,22,14,22,8,0,22,24,17,16,23,7,16,16,16,17,23,14,14,14,23,21,24,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,0,9,24,16,0,2,16,23,14,16,9,0,21,21,19,18,24,9,17,17,17,17,24,15,15,14,24,22,25,18,22,24,0,15,19,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,0,10,25,17,0,2,18,24,14,17,10,0,22,22,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,23,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,0,8,15,15,0,0,16,15,14,22,8,0,15,15,27,18,17,11,10,21,25,17,17,8,15,14,25,15,26,25,25,17,19,22,0,16,25,25,16,17,15,10,23,17,0,0,17,18,9,16,10,8,0,0,10,18,17,0,2,18,17,14,24,10,0,15,17,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,0,9,23,16,0,2,16,23,14,16,9,0,21,21,25,17,24,8,17,17,26,16,23,15,15,14,33,22,32,25,31,23,24,23,25,23,0,26,17,17,15,17,31,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,18,24,14,24,10,0,22,22,26,18,17,8,10,18,27,16,16,8,15,14,27,15,25,25,24,16,17,23,25,16,26,0,17,17,16,10,24,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,25,10,0,15,16,16,8,8,8,8,8,17,7,7,8,8,7,17,8,16,16,17,7,8,16,16,7,17,17,0,8,8,8,17,8,0,0,8,8,7,7,8,8,0,0,1,8,8,0,0,9,8,7,15,8,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,17,17,14,17,10,0,15,15,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,0,8,15,15,0,1,16,15,14,16,8,0,15,16,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,23,15,22,8,15,15,24,14,21,15,15,14,31,22,30,23,31,21,22,23,23,21,31,24,17,15,15,15,0,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,16,22,14,22,8,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,18,10,0,15,16,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,0,10,18,17,0,2,17,17,14,17,10,0,15,15,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,0,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,0,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,9,9,15,8,15,9,9,7,14,15,8,7,16,15,15,8,15,14,15,8,8,14,15,9,8,8,9,15,15,8,0,0,9,8,14,7,15,0,0,0,1,15,8,0,1,9,15,7,9,8,0,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,0,0,10,10,0,2,10,10,7,10,3,0,8,8,18,17,24,8,17,17,17,17,23,15,15,14,24,22,25,17,22,24,25,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,0,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,0,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,0,2,2,2,0,0,3,2,0,3,2,0,0,1,19,19,17,9,10,18,19,16,17,8,15,14,19,15,17,19,16,16,18,16,18,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,0,17,14,18,10,0,15,16,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,0,7,14,14,0,0,14,14,0,14,7,0,14,14,25,18,17,8,10,18,25,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,25,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,0,10,0,15,16,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,0,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,17,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,15,22,14,15,8,0,0,24,16,16,22,10,15,20,16,14,21,15,15,14,23,22,22,15,24,21,22,15,17,21,22,16,8,15,16,15,22,15,0,0,16,15,14,14,15,16,0,0,8,22,15,0,1,16,22,14,16,8,0,24,0,0,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,10,0,10,8,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,15,10,9,10,17,1,17,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,10,10,0,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,1,8,1,0,8,8,1,7,7,8,8,0,1,8,1,1,1,0,8,8,1,0,1,8,1,15,1,1,1,1,0,0,1,1,0,7,8,1,0,1,0,1,1,0,0,1,1,7,1,1,0,8,1,3,3,4,8,0,10,5,10,9,8,8,2,4,8,3,5,1,5,10,2,3,2,5,3,1,11,4,3,1,4,0,0,5,5,2,9,11,2,0,3,0,3,5,0,2,3,3,7,4,4,0,8,1,10,10,10,8,10,0,10,16,16,8,15,7,10,15,10,10,8,9,17,8,10,9,10,10,1,17,8,3,8,10,0,0,10,10,2,16,10,1,0,10,0,10,10,0,2,10,10,14,10,3,0,15,8,10,10,10,1,5,10,0,9,10,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,9,9,10,7,10,16,9,0,16,7,14,7,10,14,9,9,7,10,16,8,9,9,9,9,0,17,8,2,7,10,0,0,9,9,2,16,10,1,0,9,0,9,9,0,2,9,9,14,10,3,0,14,7,9,9,9,7,9,16,10,16,0,7,14,7,9,14,9,9,7,9,16,7,9,9,9,9,0,16,7,2,7,9,0,0,9,9,2,16,9,0,0,9,0,9,9,0,2,9,9,14,9,2,0,14,7,1,1,1,8,8,8,1,7,7,0,8,0,1,8,1,1,1,0,8,1,1,0,1,1,1,8,1,1,1,1,0,0,1,1,0,7,8,1,0,1,0,1,1,0,0,1,1,7,1,1,0,8,1,8,8,8,8,8,15,8,14,14,8,0,7,8,15,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,15,8,7,7,7,0,2,7,9,7,7,0,7,0,7,7,7,9,7,9,7,7,7,7,9,7,0,7,9,0,7,7,0,0,9,9,0,7,0,0,0,7,0,7,9,0,0,7,7,7,7,0,0,7,7,10,10,11,1,4,10,10,10,9,1,8,7,0,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,8,8,8,8,8,15,8,14,14,8,15,7,8,0,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,15,8,10,10,10,1,3,10,10,9,9,1,8,7,10,8,0,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,0,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,0,7,8,8,8,7,8,8,1,8,8,1,8,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,8,9,9,10,0,5,9,11,10,9,0,7,9,10,7,9,11,7,0,9,8,9,9,11,9,0,10,10,2,7,10,0,0,11,11,2,9,3,1,0,9,0,9,11,0,2,9,9,7,10,3,0,7,7,10,10,10,8,10,17,10,16,16,8,15,7,10,15,10,10,8,9,0,8,10,9,10,10,1,17,8,3,8,10,0,0,10,10,2,16,10,1,0,10,0,10,10,0,9,10,10,14,10,3,0,15,8,8,15,9,8,2,8,8,8,7,1,8,7,9,8,8,8,8,8,8,0,8,7,8,15,1,16,9,1,8,9,0,0,8,8,0,7,2,2,0,8,0,8,8,0,0,8,8,7,9,2,0,8,8,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,0,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,9,9,9,0,2,9,9,9,9,0,7,7,9,7,9,9,7,9,9,7,9,0,9,9,0,9,7,2,7,9,0,0,9,9,2,9,2,0,0,9,0,9,9,0,2,9,9,7,9,2,0,7,7,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,0,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,10,17,10,8,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,15,10,9,10,0,1,17,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,1,0,0,1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,1,10,17,11,15,11,17,10,17,16,8,15,7,11,15,10,10,8,10,17,16,10,9,10,17,1,0,9,3,8,11,0,0,10,10,2,16,11,2,0,10,0,10,10,0,2,10,10,14,11,4,0,15,8,8,8,9,1,4,8,10,8,7,1,8,9,9,8,8,10,8,10,8,9,8,7,10,8,1,9,0,1,8,9,0,0,10,10,0,7,2,2,0,8,0,8,10,0,0,8,8,7,9,2,0,8,8,3,3,3,1,3,3,3,2,2,1,1,0,3,1,3,3,1,2,3,1,3,2,3,3,1,3,1,0,1,3,0,0,3,3,2,2,3,1,0,3,0,3,3,0,2,3,3,0,3,3,0,1,1,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,8,7,8,8,8,7,8,8,1,8,8,1,0,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,8,10,10,11,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,0,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,0,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,0,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,0,2,2,0,0,2,0,2,2,0,2,2,2,0,2,2,0,0,0,9,9,9,7,9,16,9,16,16,7,14,7,9,14,9,9,7,9,16,7,9,9,9,9,0,16,7,2,7,9,0,0,9,9,2,0,9,0,0,9,0,9,9,0,2,9,9,14,9,2,0,14,7,3,3,4,8,11,10,3,10,9,8,8,0,4,8,3,3,1,3,10,2,3,2,3,3,1,11,2,3,1,4,0,0,3,3,2,9,0,2,0,3,0,3,3,0,2,3,3,7,4,4,0,8,1,1,1,2,1,2,1,1,1,0,1,1,0,2,1,1,1,1,1,1,2,1,0,1,1,1,2,2,1,1,2,0,0,1,1,0,0,2,0,0,1,0,1,1,0,0,1,1,0,2,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,0,0,10,10,0,2,10,10,7,10,3,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,0,10,0,2,10,10,7,10,3,0,8,8,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,0,0,2,10,10,7,10,3,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,9,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,0,2,2,0,0,2,2,0,2,2,0,0,0,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,0,10,7,10,3,0,8,8,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,0,7,10,3,0,8,8,7,7,7,7,7,14,7,14,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,0,14,7,0,7,7,0,0,7,7,0,14,7,0,0,7,0,7,7,0,0,7,7,0,7,0,0,14,7,10,10,11,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,0,4,0,8,8,3,3,4,1,4,3,3,3,2,1,1,0,4,1,3,3,1,3,3,2,3,2,3,3,1,4,2,3,1,4,0,0,3,3,2,2,4,2,0,3,0,3,3,0,2,3,3,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,8,8,15,8,14,14,8,15,7,8,15,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,0,8,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,8,7,8,8,8,7,8,8,1,8,8,1,8,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,0,0,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,17,0,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,0,8,0,0,8,8,7,8,8,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,0,10,0,2,10,17,7,10,10,0,15,15,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,0,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,0,16,0,2,16,16,14,16,9,0,14,14,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,24,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,15,0,23,9,0,16,0,2,16,23,14,16,9,0,21,21,8,10,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,16,15,8,10,10,8,15,17,10,0,0,8,8,14,7,17,17,0,15,1,0,8,0,0,10,15,9,8,8,0,17,15,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,0,14,0,0,14,14,14,14,7,0,14,14,17,17,24,8,17,17,17,16,23,15,15,14,0,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,15,15,22,8,15,15,15,14,21,15,15,14,22,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,22,18,17,24,8,17,17,17,17,23,15,15,14,24,22,0,17,22,24,25,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,0,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,22,17,16,23,7,16,16,16,17,24,14,14,14,23,21,24,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,15,0,24,9,0,16,0,2,16,23,14,16,9,0,21,21,18,17,24,8,17,17,17,17,23,15,15,14,24,22,25,17,22,24,0,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,0,17,0,2,17,24,14,17,10,0,22,22,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,16,18,23,7,16,16,16,16,23,16,14,14,23,21,23,16,21,23,23,14,16,0,23,16,9,18,14,17,23,18,1,1,16,16,17,17,18,16,1,23,9,0,16,1,2,18,24,17,16,9,0,23,21,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,10,0,0,8,8,7,7,10,10,0,8,1,0,8,0,0,10,8,9,8,8,0,10,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,17,17,10,8,10,8,0,15,10,1,1,10,10,17,10,17,15,1,17,3,0,10,1,2,10,18,8,10,10,0,15,15,15,17,22,8,15,15,15,14,21,17,15,14,22,22,22,15,22,21,22,15,15,23,22,15,10,17,15,15,0,17,0,0,15,15,14,14,17,17,0,22,8,0,15,0,0,17,22,16,15,8,0,24,22,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,0,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,9,7,17,14,9,1,1,9,9,0,10,16,14,1,16,2,0,9,1,2,9,17,8,9,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,17,16,16,7,16,14,10,14,16,1,1,16,16,10,0,9,7,1,16,9,0,16,1,2,16,17,15,16,9,0,14,14,10,12,17,8,17,10,10,9,16,17,8,7,17,15,17,10,15,16,17,8,10,18,17,10,10,12,8,17,17,12,0,0,10,10,16,9,0,17,0,17,3,0,10,0,2,12,17,9,10,10,0,17,15,8,10,15,8,15,8,8,7,15,17,8,7,15,15,15,8,15,15,15,8,8,16,15,8,10,10,8,15,17,10,0,0,8,8,14,7,17,0,0,15,1,0,8,0,0,10,15,9,8,8,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,18,17,24,8,17,17,17,17,23,15,15,14,24,22,25,17,22,24,25,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,0,10,0,17,0,2,17,24,14,17,10,0,22,22,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,0,10,0,2,10,10,7,10,3,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,0,2,0,0,2,2,0,2,2,0,0,0,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,0,17,16,17,10,0,17,15,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,24,24,17,8,17,15,18,22,17,1,1,17,17,17,17,17,15,1,24,10,0,17,1,2,17,0,15,17,10,0,22,22,14,16,14,7,7,14,14,14,14,9,14,14,14,14,14,14,14,14,14,14,14,17,14,14,9,16,14,8,16,16,1,1,14,14,8,15,9,9,1,14,7,0,14,1,0,16,15,0,14,7,0,16,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,0,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,22,8,15,15,15,14,21,17,15,14,22,22,22,15,22,21,22,15,15,23,22,15,10,17,15,15,24,17,0,0,15,15,14,14,17,17,0,22,8,0,15,0,0,17,22,16,15,8,0,0,22,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,0,0,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,17,0,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,17,17,0,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,0,0,2,10,10,7,10,10,0,8,8,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,17,17,18,8,12,17,0,16,16,8,15,23,17,15,18,20,16,18,17,16,24,16,19,17,8,18,17,10,15,18,0,0,19,19,9,16,10,8,0,17,12,17,0,0,9,17,17,14,17,10,0,15,15,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,14,14,14,7,9,14,23,14,14,7,14,0,14,14,14,16,14,16,14,14,21,14,16,14,7,14,16,7,14,14,0,0,16,16,7,14,7,7,0,14,9,14,0,0,7,14,14,14,14,7,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,17,17,18,8,12,17,20,16,16,8,15,16,17,15,18,0,16,18,17,16,17,16,19,17,8,18,17,10,15,18,0,0,19,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,15,15,16,8,8,15,16,14,14,8,15,14,15,15,16,16,0,14,15,16,15,14,15,15,8,16,15,8,15,16,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,0,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,15,15,16,8,8,15,16,14,14,8,15,14,15,15,16,16,16,14,15,0,15,14,15,15,8,16,15,8,15,16,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,17,17,17,8,10,17,24,16,16,8,15,21,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,9,17,17,14,17,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,0,17,8,17,17,10,15,17,0,0,24,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,17,17,18,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,15,15,15,8,10,15,17,14,14,8,15,16,15,15,15,17,15,16,15,15,15,14,17,15,8,15,0,8,15,15,0,0,17,17,7,14,8,8,0,15,10,15,0,0,0,15,15,14,15,8,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,0,0,2,10,10,7,10,10,0,8,8,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,0,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,24,17,8,17,17,10,15,17,0,0,0,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,19,17,8,17,17,10,15,17,0,0,19,0,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,0,0,2,9,9,7,9,9,0,7,7,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,0,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,0,10,17,0,0,2,17,17,14,17,10,0,15,15,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,0,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,9,2,2,0,0,7,2,0,2,2,0,2,2,0,9,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,0,0,0,2,2,0,2,2,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,0,17,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,0,0,0,14,14,0,14,7,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,0,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,0,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,2,3,3,2,2,0,2,0,3,2,4,2,0,2,2,2,2,2,2,3,0,2,1,4,0,2,0,0,3,2,2,4,2,1,0,3,2,2,2,0,0,3,4,0,5,4,0,0,1,3,0,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,2,2,0,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,7,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,2,2,2,0,0,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,3,3,2,0,2,0,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,3,3,2,0,2,3,0,2,2,0,0,7,3,0,2,2,0,2,2,0,9,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,9,0,0,3,2,0,3,2,0,0,1,2,2,2,0,2,2,2,0,3,0,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,2,2,2,0,2,2,2,3,0,0,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,7,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,1,0,0,0,0,0,0,0,7,1,1,0,0,0,0,0,0,0,0,1,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,7,0,0,0,0,1,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,0,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,2,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,0,0,4,2,2,0,2,2,2,2,2,0,2,0,2,2,0,2,0,2,2,2,2,2,2,2,0,2,0,4,0,2,0,0,2,2,2,4,2,0,0,2,2,2,2,0,0,2,5,0,4,4,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,0,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,3,3,0,0,1,2,0,2,2,0,0,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,0,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,9,2,2,0,0,2,2,0,2,2,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,0,0,2,2,2,0,2,2,9,2,2,0,0,7,2,0,2,2,0,2,2,0,0,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,9,0,0,2,2,0,2,2,0,0,0,2,2,2,0,2,2,2,3,3,0,0,1,2,0,2,2,0,3,2,0,2,0,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,0,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,0,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,7,2,2,2,2,2,7,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,0,0,9,0,2,0,0,2,2,9,2,2,7,0,2,2,2,2,0,0,2,2,0,2,9,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,4,2,2,7,2,2,2,2,2,7,2,0,2,2,4,2,0,2,2,2,2,2,2,2,0,9,0,0,0,2,0,0,2,2,9,4,2,7,0,2,2,2,2,0,0,2,4,0,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,0,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,0,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,0,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,2,2,2,7,2,2,2,3,3,7,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,9,0,9,0,2,0,0,2,2,0,3,2,7,0,2,2,2,2,0,0,2,2,1,2,9,0,0,0,4,2,2,0,2,2,2,3,3,0,2,1,2,2,4,2,0,3,2,2,2,3,2,2,0,2,0,4,0,2,0,0,2,2,3,0,2,0,0,2,2,2,2,0,0,2,4,1,4,4,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,0,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,1,1,0,7,0,1,1,0,0,7,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,1,7,0,0,0,0,1,0,7,0,0,0,0,1,0,0,0,0,0,1,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,0,2,2,2,0,0,3,2,0,3,2,0,0,1,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,9,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,0,2,2,0,0,2,2,0,2,2,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,0,2,0,0,2,2,0,2,2,0,0,0,2,2,2,0,2,2,9,2,2,0,0,7,2,0,2,2,0,2,2,0,9,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,0,0,0,2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,0,2,0,3,2,0,0,1,4,2,2,0,2,2,2,2,2,0,2,0,2,2,5,2,0,2,2,2,2,2,2,2,0,2,0,4,0,2,0,0,2,2,2,4,2,0,0,2,2,2,2,0,0,2,0,0,4,4,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,2,0,2,3,3,2,2,0,2,0,3,2,4,2,0,2,2,2,2,2,2,3,0,2,1,4,0,2,0,0,3,2,2,4,2,1,0,3,2,2,2,0,0,3,4,0,0,4,0,0,1,4,2,2,7,2,2,2,2,2,7,2,0,2,2,4,2,0,2,2,2,2,2,2,2,0,9,0,11,0,2,0,0,2,2,9,4,2,7,0,2,2,2,2,0,0,2,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,20,17,9,10,25,18,23,17,9,23,14,18,16,17,25,15,17,18,15,18,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,19,10,17,17,0,3,0,17,21,25,18,0,15,16,20,0,17,9,10,18,18,16,17,14,16,14,18,16,17,18,15,17,18,15,18,18,17,18,10,19,16,10,17,19,0,0,18,17,9,16,12,13,0,19,10,19,17,0,3,0,17,17,18,11,0,17,16,17,17,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,17,14,17,10,0,15,15,9,9,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,8,9,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,0,8,7,8,8,0,8,8,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,0,10,7,10,10,0,8,8,25,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,25,17,0,15,16,18,18,17,8,10,18,0,16,16,8,15,14,19,15,17,18,16,16,17,16,17,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,23,16,16,7,9,23,16,0,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,23,9,7,0,16,9,16,16,0,2,0,16,21,23,16,0,14,14,17,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,0,16,14,16,9,0,14,14,9,14,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,9,8,8,10,10,8,8,10,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,0,8,10,8,9,0,10,8,23,16,15,8,8,22,15,21,14,9,0,14,15,16,15,22,15,15,15,15,15,14,15,15,15,15,22,8,15,22,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,0,15,21,22,16,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,0,14,14,14,7,0,14,14,18,18,17,8,10,18,19,16,16,8,15,14,0,15,17,18,16,16,17,16,17,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,16,16,15,8,8,15,15,14,14,9,16,14,15,0,15,15,15,15,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,0,15,14,15,9,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,0,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,17,14,17,10,0,15,15,25,18,17,9,10,24,18,23,17,8,22,14,18,15,17,0,16,16,18,16,18,16,18,18,16,17,22,10,16,24,0,0,24,24,9,23,10,8,0,19,10,17,17,0,2,0,17,21,24,17,0,15,15,15,15,15,8,8,15,16,14,14,8,15,14,16,15,15,16,0,14,15,16,15,14,16,16,9,15,15,8,16,15,0,0,15,15,7,14,8,8,0,16,8,15,15,0,0,0,15,14,15,8,0,15,15,17,17,16,7,9,16,16,16,16,8,15,14,16,15,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,0,16,14,16,10,0,14,14,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,15,15,15,8,8,15,16,14,14,8,15,14,16,15,15,16,16,14,15,0,15,14,16,16,9,15,15,8,16,15,0,0,15,15,7,14,8,8,0,16,8,15,15,0,0,0,15,14,15,8,0,15,15,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,0,16,16,16,9,0,16,14,17,17,17,8,10,17,18,16,16,8,15,14,18,15,17,18,16,16,17,16,17,16,0,18,9,17,15,10,16,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,18,18,17,8,10,18,19,16,16,8,15,14,19,15,17,18,16,16,17,16,17,16,18,0,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,15,10,8,8,8,15,9,14,7,10,15,7,9,8,8,16,9,7,8,9,8,9,9,9,0,10,15,8,11,17,0,0,15,15,7,14,10,10,0,9,1,10,8,0,0,0,8,16,15,15,0,10,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,19,17,0,2,0,17,16,17,10,0,17,15,23,16,15,8,8,23,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,0,15,21,23,15,0,15,16,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,0,10,7,10,10,0,8,8,15,17,15,8,8,15,16,14,14,10,15,14,16,15,15,16,16,14,15,16,15,16,16,16,11,17,15,8,0,17,0,0,15,15,7,14,10,10,0,16,8,17,15,0,0,0,15,16,15,8,0,17,15,24,19,17,8,10,24,17,23,16,10,22,14,17,15,17,24,15,16,17,15,17,18,17,17,17,19,22,10,17,0,0,0,24,24,9,23,12,10,0,17,10,19,17,0,2,0,17,23,24,17,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,0,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,25,17,0,15,16,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,24,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,0,17,21,24,17,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,0,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,0,16,21,23,16,0,14,14,10,12,10,8,10,10,10,9,9,10,8,7,10,8,10,10,8,9,10,8,10,11,10,10,10,12,8,10,10,12,0,0,10,10,9,9,0,10,0,10,3,12,10,0,2,0,10,9,10,10,0,10,8,9,13,8,8,8,9,9,7,7,12,8,7,9,8,8,8,8,7,8,8,8,9,8,9,10,10,9,8,10,10,0,0,9,8,7,7,10,0,0,9,1,10,8,0,1,0,8,9,9,8,0,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,19,17,9,10,18,19,16,17,8,15,14,19,15,17,19,16,16,18,16,18,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,0,17,14,18,10,0,15,16,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,0,10,7,10,3,0,8,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,0,17,16,17,10,0,17,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,0,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,0,2,0,3,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,0,14,17,10,0,15,15,21,17,14,7,7,21,14,21,14,10,21,14,14,14,14,21,14,14,14,14,14,16,14,14,16,16,21,7,16,23,0,0,21,21,7,21,9,9,0,14,7,16,14,0,0,0,14,0,21,14,0,16,14,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,0,17,0,15,16,18,11,10,8,10,17,10,16,9,9,16,7,10,9,10,17,8,10,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,0,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,17,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,0,15,16,15,8,0,0,15,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,0,15,14,16,8,0,15,0,0,17,17,8,10,17,17,16,16,8,17,14,17,17,19,17,15,16,17,17,17,16,17,17,8,17,15,12,15,17,0,0,17,17,9,18,10,8,0,17,10,17,17,0,4,17,0,14,19,12,0,15,15,17,0,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,0,7,8,8,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,0,7,10,10,0,15,15,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,17,18,17,8,10,17,0,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,0,14,16,9,0,14,14,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,23,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,0,14,16,9,0,21,21,8,8,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,0,7,8,8,0,15,15,17,16,15,8,8,15,16,14,14,8,0,14,16,17,18,15,15,14,15,17,16,14,16,16,8,15,16,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,0,14,14,7,0,14,14,17,18,24,8,17,17,18,16,23,15,16,14,0,22,25,17,22,23,24,15,18,23,25,18,8,17,16,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,17,15,22,8,15,15,15,14,21,15,17,14,22,0,24,15,22,21,22,17,15,21,22,15,8,15,15,17,22,15,0,0,15,15,14,16,15,15,0,22,8,22,15,0,2,15,0,14,17,10,0,22,22,19,18,24,8,17,17,18,16,23,15,18,14,25,24,0,17,22,23,24,17,18,23,25,18,8,17,16,19,22,17,0,0,17,17,16,18,17,15,0,24,10,24,17,0,5,17,0,14,19,12,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,0,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,22,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,0,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,0,14,16,9,0,21,21,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,17,15,15,8,8,15,15,14,14,8,17,14,15,17,17,15,15,14,15,0,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,0,14,17,10,0,15,15,17,18,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,0,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,17,21,16,1,1,16,16,17,17,16,14,1,23,9,24,16,1,2,16,0,15,16,9,0,21,21,17,18,24,8,17,17,18,16,23,15,16,14,25,22,25,17,22,23,24,15,18,23,0,18,8,17,16,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,17,18,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,0,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,0,7,8,8,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,15,16,15,8,8,15,16,14,14,8,16,14,16,15,16,15,15,14,15,15,16,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,0,14,15,8,0,15,15,12,10,17,8,17,10,10,9,16,15,10,7,17,17,19,10,15,16,17,10,10,17,17,10,8,10,8,0,15,10,1,1,10,10,17,12,17,15,1,17,3,18,10,1,4,10,0,8,12,12,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,0,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,9,7,17,14,9,1,1,9,9,0,10,16,14,1,16,2,17,9,1,2,9,0,8,9,9,0,14,14,18,16,16,7,9,16,16,16,16,7,16,14,16,16,18,16,14,16,16,16,16,17,16,16,7,16,14,12,14,16,1,1,16,16,10,0,9,7,1,16,9,17,16,1,4,16,0,15,18,11,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,0,7,10,10,0,15,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,0,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,17,0,14,17,10,0,22,22,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,0,7,10,3,0,8,8,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,24,24,17,8,17,15,18,22,17,1,1,17,17,17,17,17,15,1,24,10,0,17,1,2,17,0,15,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,0,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,4,2,2,0,2,2,2,2,2,0,2,0,2,2,5,2,0,2,2,2,2,2,2,2,0,2,0,4,0,2,0,0,2,2,2,4,2,0,0,2,2,2,2,0,0,2,0,0,4,4,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,0,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,15,14,14,7,14,14,8,14,14,1,1,14,14,8,15,7,7,1,14,7,15,14,1,0,14,0,0,14,7,0,14,14,19,17,17,8,10,17,17,16,16,8,17,14,17,17,19,17,15,16,17,17,17,16,17,17,8,17,15,12,15,17,0,0,17,17,9,18,10,8,0,17,10,17,17,0,4,17,0,14,0,12,0,15,15,12,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,12,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,0,7,12,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,0,22,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,0,0,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,14,0,14,7,7,14,14,14,14,10,14,14,14,14,14,14,14,14,14,14,14,16,14,14,9,16,14,7,16,16,0,0,14,14,7,14,9,9,0,14,7,16,14,0,0,17,14,0,14,7,0,16,14,14,14,0,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,7,7,7,0,14,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,0,7,7,0,14,7,7,7,7,14,0,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,0,7,7,0,14,7,21,14,14,14,14,0,14,28,21,14,28,14,14,21,14,21,14,14,21,14,14,14,14,14,14,21,21,7,14,21,0,0,21,21,7,28,14,7,0,14,14,14,14,0,0,21,14,0,21,14,0,21,14,14,14,14,7,7,14,0,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,21,14,14,14,14,28,14,0,22,14,28,16,14,21,14,21,14,15,21,14,14,15,14,14,14,21,21,7,14,21,0,0,21,21,8,29,14,7,0,14,14,14,14,0,1,21,14,0,21,14,0,21,14,14,14,14,14,14,21,14,22,0,14,21,16,14,21,14,14,14,15,21,14,14,17,14,14,7,21,14,7,14,14,0,0,14,14,8,23,14,7,0,14,14,14,14,0,1,14,14,0,14,7,0,21,14,7,10,7,14,14,14,7,14,14,0,16,9,7,16,7,7,9,7,14,9,7,9,7,7,11,16,9,7,11,9,0,0,7,7,7,14,16,11,0,7,7,9,7,0,0,10,7,0,7,7,0,18,9,21,14,14,14,14,28,14,28,21,16,0,16,14,23,14,21,16,14,21,16,14,14,14,14,16,21,23,7,16,21,0,0,21,21,7,28,14,9,0,14,14,14,14,0,0,21,14,0,21,14,0,23,16,14,14,14,7,7,14,14,16,16,9,16,0,14,16,14,14,16,15,14,16,14,16,14,14,9,14,16,7,16,14,0,0,14,14,8,15,7,9,0,14,7,14,14,0,1,14,14,0,14,7,0,16,16,14,14,14,7,7,14,14,14,14,7,14,14,0,14,14,14,14,14,14,14,14,14,14,14,7,14,16,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,16,14,14,14,14,14,21,14,21,21,16,23,16,14,0,14,14,16,14,21,16,14,14,14,14,9,21,16,7,16,14,0,0,14,14,7,21,14,9,0,14,14,14,14,0,0,14,14,0,14,7,0,23,16,14,14,14,7,7,14,14,14,14,7,14,14,14,14,0,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,0,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,14,14,14,7,7,14,14,14,14,9,16,16,14,16,14,14,0,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,16,14,14,14,7,7,14,14,15,15,7,14,15,14,14,14,14,14,0,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,16,7,7,0,14,7,14,14,0,1,14,14,0,14,7,0,14,14,14,14,14,14,14,21,14,21,21,14,21,14,14,21,14,14,14,14,0,14,14,14,14,14,7,21,14,7,14,14,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,0,14,7,0,21,14,14,14,14,7,7,14,14,14,14,9,16,16,14,16,14,14,16,14,14,0,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,16,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,0,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,14,16,14,7,7,14,14,15,17,9,14,16,14,14,14,14,14,15,14,14,14,0,14,14,9,16,14,8,16,16,1,1,14,14,9,17,9,9,1,14,7,17,14,1,1,16,15,0,14,7,0,16,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,0,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,0,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,14,9,7,7,7,14,7,14,7,11,16,9,7,9,7,14,9,7,7,9,7,9,7,7,0,9,16,7,11,16,0,0,14,14,7,14,9,11,0,7,0,9,7,0,0,16,7,0,14,14,0,11,9,14,16,14,14,14,21,14,21,21,16,21,14,14,21,14,14,14,14,21,14,14,16,14,14,9,0,14,7,16,16,0,0,14,14,7,21,16,9,0,14,14,16,14,0,0,16,14,0,14,7,0,23,14,21,14,14,7,7,21,14,21,14,9,23,16,16,16,14,21,16,14,14,16,14,14,14,14,16,14,0,7,16,21,0,0,21,21,7,21,7,9,0,14,7,14,14,0,0,21,14,0,21,14,0,16,18,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,7,7,7,7,7,0,7,7,1,1,7,7,8,8,7,7,1,7,0,8,7,1,0,7,8,0,7,7,0,7,7,14,16,14,7,7,14,14,14,14,11,16,16,14,16,14,14,16,14,14,16,14,16,14,14,11,16,16,7,0,16,0,0,14,14,7,14,9,11,0,14,7,16,14,0,0,16,14,0,14,7,0,18,16,21,16,14,7,7,21,14,21,14,9,21,14,14,14,14,21,14,14,14,14,14,16,14,14,16,16,21,7,16,0,0,0,21,21,7,21,9,9,0,14,7,16,14,0,0,23,14,0,21,14,0,16,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,0,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,0,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,7,7,7,7,7,7,7,8,8,7,7,8,7,7,7,7,7,8,7,7,7,9,7,7,7,7,7,8,7,7,1,1,7,7,0,9,7,7,1,7,0,8,7,1,1,7,8,0,7,7,0,7,7,21,14,14,14,14,28,14,29,23,14,28,15,14,21,14,21,14,16,21,14,14,17,14,14,14,21,21,8,14,21,1,1,21,21,9,0,14,7,1,14,14,15,14,1,1,21,15,0,21,14,0,21,14,7,9,7,14,14,14,7,14,14,16,14,7,7,14,7,7,7,7,14,7,7,9,7,7,9,16,7,7,9,9,0,0,7,7,7,14,0,9,0,7,7,9,7,0,0,9,7,0,7,7,0,16,7,7,9,7,7,7,7,7,7,7,11,9,9,7,9,7,7,9,7,7,9,7,9,7,7,11,9,9,7,11,9,0,0,7,7,7,7,9,0,0,7,0,9,7,0,0,9,7,0,7,7,0,11,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,0,7,14,14,0,0,14,14,0,14,7,0,14,14,7,7,7,7,7,14,7,14,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,0,14,7,0,7,7,0,0,7,7,0,14,7,0,0,7,0,7,7,0,0,7,7,0,7,0,0,14,7,14,16,14,7,7,14,14,14,14,9,14,14,14,14,14,14,14,14,14,14,14,17,14,14,9,16,14,8,16,16,1,1,14,14,8,15,9,9,1,14,7,0,14,1,0,16,15,0,14,7,0,16,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,0,0,0,14,14,0,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,17,14,7,7,21,14,21,14,10,21,14,14,14,14,21,14,14,14,14,14,16,14,14,16,16,21,7,16,23,0,0,21,21,7,21,9,9,0,14,7,16,14,0,0,0,14,0,21,14,0,16,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,15,14,14,7,14,14,8,14,14,1,1,14,14,8,15,7,7,1,14,7,15,14,1,0,14,0,0,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,0,14,0,14,14,14,7,7,7,7,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,14,7,14,7,7,14,0,0,14,14,7,14,7,7,0,7,0,7,7,0,0,14,7,0,14,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,16,14,14,14,21,14,21,21,18,23,16,14,23,14,14,16,14,21,16,14,16,14,14,11,23,16,7,18,16,0,0,14,14,7,21,16,11,0,14,14,16,14,0,0,16,14,0,14,7,0,0,16,14,14,14,7,7,14,14,14,14,9,16,16,16,16,14,14,16,14,14,16,14,14,14,14,9,14,18,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,0,0,18,17,8,10,25,25,23,16,8,24,14,25,17,26,31,22,16,17,24,24,16,24,25,22,17,23,12,22,24,0,0,25,24,9,25,10,9,0,25,10,17,17,0,5,25,19,21,0,19,0,15,16,18,0,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,0,10,0,15,16,17,17,0,8,11,17,17,17,16,8,15,14,19,15,17,17,15,17,17,16,17,16,17,17,8,18,17,10,16,18,0,0,17,17,9,16,11,10,0,17,11,17,17,0,2,17,17,14,0,11,0,15,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,0,8,0,8,8,10,10,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,0,11,0,8,8,25,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,0,17,0,15,16,25,18,17,8,10,18,0,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,25,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,25,10,17,17,0,3,18,17,14,0,10,0,15,16,23,16,17,7,10,23,16,0,16,7,21,14,17,14,16,23,14,17,16,15,16,16,16,16,14,17,22,9,14,24,0,0,23,23,9,23,10,8,0,16,10,16,16,0,2,23,16,21,0,17,0,14,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,0,9,0,14,14,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,0,8,0,8,8,24,15,15,8,8,22,15,21,14,8,0,14,15,17,17,22,15,14,15,17,15,14,15,15,15,15,22,10,15,22,0,0,22,22,7,23,8,8,0,15,8,15,15,0,2,22,17,21,0,17,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,0,7,0,14,14,25,18,19,8,11,18,25,17,16,8,15,14,0,15,24,24,22,17,17,23,24,16,24,25,15,18,18,10,23,18,0,0,18,17,9,16,11,11,0,25,11,17,17,0,3,18,17,14,0,11,0,15,16,17,15,15,8,8,15,15,14,14,8,17,14,15,0,17,15,15,14,15,17,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,17,14,0,10,0,15,15,26,17,17,8,10,17,24,16,16,8,17,14,24,17,0,24,22,16,17,24,24,16,24,24,15,17,15,12,22,17,0,0,17,17,9,18,10,8,0,24,10,17,17,0,4,17,19,14,0,12,0,15,15,31,17,17,8,10,24,24,23,16,8,22,14,24,15,24,0,22,16,17,22,24,16,24,24,22,17,22,10,22,24,0,0,24,24,9,23,10,8,0,24,10,17,17,0,2,24,17,21,0,17,0,15,15,22,15,15,8,8,15,22,14,14,8,15,14,22,15,22,22,0,14,15,22,22,14,22,22,15,15,15,8,22,15,0,0,15,15,7,14,8,8,0,22,8,15,15,0,0,15,15,14,0,8,0,15,15,16,16,17,7,10,16,16,17,16,7,14,14,17,14,16,16,14,0,16,15,16,16,16,16,7,17,15,9,14,17,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,0,10,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,0,10,0,15,15,24,15,16,8,9,15,22,15,14,8,17,14,23,17,24,22,22,15,15,0,22,14,22,22,15,16,16,10,22,16,0,0,15,15,7,16,9,9,0,22,9,15,15,0,2,15,17,14,0,11,0,15,15,24,17,17,8,10,17,24,16,16,8,15,14,24,15,24,24,22,16,17,22,0,16,24,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,24,10,17,17,0,2,17,17,14,0,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,0,9,0,14,14,24,17,17,8,10,17,24,16,16,8,15,14,24,15,24,24,22,16,17,22,24,16,0,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,24,10,17,17,0,2,17,17,14,0,10,0,15,15,25,18,17,8,10,18,25,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,0,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,25,10,17,17,0,3,18,17,14,0,10,0,15,16,22,8,8,8,8,15,15,14,7,8,15,7,15,8,15,22,15,7,8,15,15,7,15,15,0,8,15,8,15,15,0,0,15,15,7,14,8,8,0,15,1,8,8,0,0,15,8,14,0,15,0,8,8,17,17,18,8,11,17,17,17,16,8,15,14,18,15,17,17,15,17,17,16,17,16,17,17,8,0,16,10,15,18,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,0,11,0,15,15,23,16,17,8,9,23,16,22,14,8,22,14,18,15,15,22,15,15,15,16,15,14,15,16,15,16,0,8,16,23,0,0,23,22,7,21,9,11,0,16,9,15,15,0,1,23,15,21,0,16,0,15,16,12,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,0,12,0,8,8,22,15,16,8,8,15,22,14,14,8,15,14,23,15,22,22,22,14,15,22,22,14,22,22,15,15,16,8,0,15,0,0,15,15,7,14,8,9,0,22,8,15,15,0,0,15,15,14,0,8,0,15,15,24,17,18,8,11,24,17,24,16,8,22,14,18,15,17,24,15,17,17,16,17,16,17,17,15,18,23,10,15,0,0,0,24,24,9,23,11,9,0,17,11,17,17,0,2,24,17,21,0,18,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,0,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,0,17,0,15,16,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,24,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,0,17,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,0,9,0,7,7,25,16,16,7,9,23,16,23,16,7,23,14,16,16,18,23,14,16,16,16,16,16,16,16,14,16,21,11,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,4,23,18,21,0,18,0,14,14,10,10,11,8,11,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,0,9,0,10,4,10,10,0,2,10,10,7,0,11,0,8,8,9,9,10,8,9,9,9,8,7,8,8,7,11,8,8,8,8,8,8,9,8,7,8,9,8,9,11,8,9,9,0,0,9,8,7,7,9,0,0,9,2,8,8,0,1,9,8,7,0,9,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,18,25,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,25,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,0,10,0,15,16,10,10,11,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,0,4,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,0,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,0,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,2,0,2,3,3,2,2,0,2,0,3,2,4,2,0,2,2,2,2,2,2,3,0,2,1,4,0,2,0,0,3,2,2,4,2,1,0,3,2,2,2,0,0,3,4,0,0,4,0,0,1,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,0,17,0,15,16,19,17,17,8,10,17,17,16,16,8,17,14,17,17,19,17,15,16,17,17,17,16,17,17,8,17,15,12,15,17,0,0,17,17,9,18,10,8,0,17,10,17,17,0,4,17,0,14,0,12,0,15,15,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,0,14,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,10,11,8,11,17,10,17,9,8,17,7,11,10,12,17,8,10,10,11,10,9,10,10,15,11,16,12,8,18,0,0,17,17,9,18,11,9,0,10,4,10,10,0,4,17,12,14,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,0,8,0,0,15,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,0,8,0,15,0,0,11,10,8,10,17,10,16,9,9,21,7,10,14,12,17,8,10,10,13,10,9,10,10,15,10,15,12,8,17,0,0,17,17,9,18,10,8,0,10,3,10,10,0,4,18,12,14,19,0,0,8,8,11,0,10,8,10,10,10,9,9,9,9,7,10,9,10,10,8,10,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,11,10,7,10,0,0,8,8,10,10,0,9,11,10,10,11,10,9,9,7,11,9,10,10,9,11,10,9,10,9,10,10,8,11,9,10,9,12,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,9,8,8,8,9,0,8,8,8,8,8,16,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,15,8,15,9,9,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,8,8,7,8,0,0,9,8,10,10,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,17,10,10,8,10,0,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,16,9,11,8,10,16,9,0,10,8,15,7,10,8,9,16,8,11,9,8,9,9,9,9,14,10,15,9,8,18,0,0,16,16,9,16,10,8,0,9,3,9,9,0,2,16,9,14,17,0,0,8,7,9,9,10,8,9,9,9,10,0,8,8,7,9,8,9,9,8,10,9,7,9,9,9,9,7,9,7,9,8,10,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,0,0,8,7,9,9,9,16,8,8,8,8,8,0,10,7,8,10,8,8,9,9,8,8,8,7,8,8,8,15,8,15,9,9,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,9,8,7,8,0,0,9,8,21,9,9,9,8,15,8,15,8,10,0,7,8,15,10,15,9,9,8,13,8,7,8,8,15,8,15,10,9,16,0,0,15,15,7,16,8,8,0,8,1,8,8,0,2,16,10,14,17,0,0,9,8,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,0,0,7,7,10,10,11,8,11,10,10,10,9,8,8,7,0,8,10,10,8,10,10,9,10,11,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,14,9,9,9,8,8,8,8,8,10,15,7,8,0,10,8,9,9,8,13,8,7,8,8,8,8,8,10,9,9,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,9,10,7,10,0,0,9,8,12,10,10,8,10,10,10,9,9,8,10,7,10,10,0,10,8,9,10,10,10,9,10,10,8,10,8,12,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,12,0,0,8,8,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,0,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,0,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,9,8,10,10,11,8,10,9,9,11,10,9,9,7,10,9,9,9,8,0,9,8,9,9,9,9,7,10,8,9,8,11,0,0,9,9,9,9,10,8,0,9,3,9,9,0,2,10,9,7,10,0,0,8,7,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,0,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,13,8,9,8,9,8,8,8,7,8,13,7,9,13,10,8,8,8,8,0,8,7,8,8,8,9,9,10,8,9,0,0,8,8,7,9,9,9,0,8,2,8,8,0,2,8,10,7,11,0,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,9,9,9,7,9,9,9,9,9,7,7,7,11,7,9,9,7,9,9,7,9,0,9,9,7,9,7,9,7,9,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,0,0,7,7,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,0,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,15,8,8,8,8,15,8,14,7,8,15,7,8,8,8,15,8,7,8,8,8,7,8,8,0,8,15,8,8,15,0,0,15,15,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,0,0,8,8,10,10,11,15,11,10,10,10,9,15,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,0,9,17,8,11,0,0,10,10,16,9,11,16,0,10,4,10,10,0,9,10,10,7,11,0,0,8,8,15,8,9,8,9,15,8,15,7,8,15,7,9,8,8,15,8,8,8,9,8,7,8,8,15,9,0,8,8,16,0,0,15,15,7,14,9,9,0,8,2,8,8,0,0,15,8,14,16,0,0,8,8,12,10,10,15,10,10,10,9,9,15,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,17,8,0,8,10,0,0,10,10,16,11,10,15,0,10,3,10,10,0,11,10,12,7,12,0,0,8,8,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,0,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,9,8,17,10,12,9,11,17,10,18,10,9,16,7,11,9,10,17,9,11,10,9,10,9,10,10,15,11,16,10,9,0,0,0,17,17,9,16,11,9,0,10,4,10,10,0,2,17,10,14,18,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,0,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,0,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,9,9,9,14,9,9,9,9,9,14,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,16,7,16,7,9,0,0,9,9,0,9,9,14,0,9,2,9,9,0,9,9,9,7,9,0,0,7,7,18,9,9,7,9,16,9,16,9,7,16,7,9,9,11,16,7,9,9,9,9,9,9,9,14,9,14,11,7,16,0,0,16,16,9,0,9,7,0,9,2,9,9,0,4,16,11,14,18,0,0,7,7,10,10,11,8,11,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,0,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,8,8,9,15,9,8,8,8,7,15,8,7,9,8,8,8,8,8,8,9,8,7,8,8,8,16,9,15,8,9,0,0,8,8,14,7,9,0,0,8,2,8,8,0,7,8,8,7,9,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,0,3,10,10,0,2,10,10,7,10,0,0,8,8,3,3,4,1,4,3,3,3,2,1,1,0,4,1,3,3,1,3,3,2,3,2,3,3,1,4,2,3,1,4,0,0,3,3,2,2,4,2,0,3,0,3,3,0,2,3,3,0,4,0,0,1,1,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,0,10,0,2,10,10,7,10,0,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,0,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,2,7,2,2,2,2,2,7,2,0,2,2,4,2,0,2,2,2,2,2,2,2,0,9,0,11,0,2,0,0,2,2,9,4,2,7,0,2,2,2,2,0,0,2,4,0,4,0,0,0,0,18,11,10,8,10,17,10,16,9,9,16,7,10,9,10,17,8,10,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,0,10,14,17,0,0,8,8,12,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,12,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,0,7,12,0,0,8,8,14,7,7,7,7,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,14,7,14,7,7,14,0,0,14,14,7,14,7,7,0,7,0,7,7,0,0,14,7,0,14,0,0,7,7,19,10,11,8,11,17,10,17,9,8,17,7,11,10,12,17,8,10,10,11,10,9,10,10,15,11,16,12,8,18,0,0,17,17,9,18,11,9,0,10,4,10,10,0,4,17,12,14,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,0,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,0,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,17,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,8,0,0,15,16,15,0,9,15,15,15,16,22,16,16,14,22,23,22,16,24,22,22,15,15,21,22,15,8,16,15,15,23,16,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,9,0,0,22,8,8,9,0,16,15,8,15,15,16,17,7,8,16,8,9,9,8,15,8,8,7,8,8,8,16,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,0,8,8,8,15,16,0,15,8,14,21,22,16,7,15,22,15,9,15,14,22,8,8,14,15,8,8,16,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,0,15,15,15,15,15,15,0,15,21,21,15,22,14,15,22,15,15,15,14,22,15,15,14,15,15,8,22,15,8,15,15,0,0,15,15,7,21,15,8,0,17,15,15,15,0,0,15,15,21,15,8,0,0,17,15,15,15,8,8,15,0,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,14,16,15,14,21,14,0,22,15,22,14,14,22,14,15,16,15,21,14,14,14,14,14,7,22,14,7,15,15,0,0,15,15,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,0,14,14,14,22,15,21,21,14,22,0,22,22,14,21,29,21,14,22,22,28,14,14,21,21,14,7,21,14,14,22,15,0,0,14,14,14,21,21,14,0,21,14,21,14,0,0,14,21,21,14,8,0,0,21,8,10,16,16,22,15,8,15,22,0,18,9,15,25,15,8,18,15,22,10,8,16,15,8,12,17,10,15,20,11,0,0,8,8,14,14,24,19,0,15,8,17,8,0,0,10,15,18,8,9,0,0,17,15,15,16,17,16,22,15,22,22,18,0,16,15,25,15,16,18,15,22,17,15,14,15,15,10,23,17,8,18,16,0,0,15,15,7,21,15,10,0,15,15,15,15,0,1,15,15,23,15,9,0,0,17,14,14,14,7,7,14,14,14,14,9,16,0,14,16,14,14,16,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,0,16,15,15,22,8,15,15,15,14,21,15,15,14,0,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,15,15,23,16,22,22,15,22,29,25,25,16,22,0,22,15,25,22,29,17,15,21,22,15,10,22,17,15,25,16,0,0,15,15,14,21,22,17,0,22,15,22,15,0,0,15,22,23,15,9,0,0,24,15,15,22,8,15,15,15,14,21,15,15,14,22,22,0,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,16,15,16,9,9,15,15,15,14,8,16,14,15,15,15,0,16,14,15,15,15,14,15,15,8,17,15,8,15,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,15,24,9,15,15,15,16,22,18,18,16,22,25,22,16,0,22,22,17,15,21,22,15,10,16,17,15,25,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,0,24,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,14,22,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,0,21,15,15,22,15,22,22,15,21,28,22,22,14,22,29,22,15,22,21,0,15,15,21,22,15,8,22,15,15,22,15,0,0,15,15,14,21,22,15,0,22,15,22,15,0,0,15,22,21,15,8,0,0,22,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,0,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,0,17,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,14,16,21,7,14,14,14,14,21,16,14,14,21,21,21,14,21,21,21,14,14,0,21,14,9,16,14,14,23,16,0,0,14,14,14,14,16,16,0,21,7,23,14,0,0,16,21,16,14,7,0,0,21,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,0,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,0,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,8,10,8,8,8,8,8,7,7,12,10,9,8,10,8,8,10,7,8,10,8,9,8,8,0,10,10,8,12,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,10,8,11,8,8,0,0,10,16,17,16,16,16,22,15,22,21,17,23,14,15,22,15,17,16,14,22,15,15,16,15,15,10,0,15,8,17,17,0,0,16,16,7,21,17,10,0,15,15,17,15,0,0,17,15,23,15,8,0,0,15,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,0,17,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,0,15,15,17,23,9,15,15,15,15,22,20,18,16,22,25,22,15,25,22,22,17,15,23,22,15,12,17,17,15,0,18,0,0,15,15,14,14,17,19,0,22,8,24,15,0,0,17,22,18,15,9,0,0,24,15,17,16,9,8,15,15,15,15,11,16,14,15,16,15,15,16,15,15,15,15,16,15,15,10,17,15,8,18,0,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,9,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,0,14,14,14,14,14,14,21,14,21,21,14,21,14,14,21,14,14,14,14,21,14,14,14,14,14,7,21,14,7,14,14,0,0,14,14,7,0,14,7,0,14,14,14,14,0,0,14,14,21,14,7,0,0,14,8,10,15,15,22,15,8,14,21,24,15,7,15,22,15,8,15,14,22,8,8,16,15,8,10,17,8,15,17,10,0,0,8,8,14,14,0,17,0,15,8,17,8,0,0,10,15,16,8,8,0,0,15,8,10,15,8,15,8,8,7,14,19,10,9,15,17,15,8,17,14,15,10,8,16,15,8,12,10,10,15,19,10,0,0,8,8,14,7,17,0,0,15,1,17,8,0,0,10,15,11,8,8,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,17,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,15,22,14,15,8,0,0,24,8,8,8,8,8,15,8,14,14,8,15,7,8,15,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,0,8,15,17,22,8,15,15,15,14,21,17,15,14,22,22,22,15,22,21,22,15,15,23,22,15,10,17,15,15,24,17,0,0,15,15,14,14,17,17,0,22,8,0,15,0,0,17,22,16,15,8,0,0,22,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,17,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,0,15,16,15,8,0,0,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,0,22,14,16,14,14,14,21,14,21,21,18,23,16,14,23,14,14,16,14,21,16,14,16,14,14,11,23,16,7,18,16,0,0,14,14,7,21,16,11,0,14,14,16,14,0,0,16,14,0,14,7,0,0,16,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,0,8,0,0,15,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,17,15,14,21,17,17,16,22,24,22,15,24,21,22,17,15,21,22,15,10,15,17,15,24,15,0,0,15,15,14,14,15,17,0,24,8,22,15,0,0,15,22,16,15,8,0,0,0,0,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,16,0,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,15,15,0,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,8,8,8,0,8,10,8,7,7,8,8,7,8,8,8,8,10,7,8,8,10,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,10,1,8,8,0,0,8,8,7,8,8,0,8,0,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,16,16,15,10,8,0,17,14,14,9,15,15,16,16,16,15,18,14,15,15,17,14,16,17,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,20,8,15,15,0,1,16,15,14,16,8,0,17,0,16,16,15,8,8,17,0,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,17,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,14,14,14,7,7,14,14,0,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,0,14,14,21,7,14,14,14,14,0,14,14,14,21,21,21,14,21,21,21,14,14,21,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,8,8,15,8,15,9,9,7,14,0,10,10,15,18,16,8,18,14,15,10,8,14,16,9,11,8,10,15,18,8,0,0,9,9,14,7,15,17,0,15,1,15,8,0,0,8,15,9,8,8,0,17,0,15,15,15,8,8,15,15,14,14,10,0,16,15,17,15,15,17,14,15,17,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,0,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,17,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,0,16,16,22,8,15,16,16,14,21,15,15,14,0,22,22,15,22,21,22,15,15,21,22,16,8,15,18,15,22,15,0,0,16,15,14,14,15,16,0,23,8,22,15,0,1,16,22,16,16,8,0,22,0,15,15,22,8,15,16,16,14,21,18,17,17,22,0,23,15,25,21,22,17,15,21,23,16,11,15,17,15,25,15,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,8,0,24,0,15,15,22,8,15,16,16,14,21,16,15,15,22,23,0,15,23,21,22,15,15,21,23,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,0,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,15,15,22,10,15,18,16,14,21,18,17,17,22,25,23,15,0,21,22,17,17,21,23,16,11,15,17,15,25,15,0,0,16,16,14,14,15,17,0,24,8,22,15,0,0,15,22,16,15,8,0,24,0,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,21,0,21,14,14,21,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,0,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,0,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,0,15,15,15,10,8,17,15,14,14,8,15,14,15,15,15,15,17,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,17,8,15,15,0,0,15,15,14,15,8,0,15,0,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,21,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,15,15,22,8,15,16,16,14,21,16,15,15,22,23,23,15,23,21,22,15,15,21,0,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,16,16,15,8,8,17,17,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,0,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,8,8,8,8,8,9,9,7,7,11,10,10,8,11,9,8,11,7,8,10,8,7,9,9,0,8,10,8,11,8,0,0,9,9,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,16,16,15,8,8,16,16,14,14,10,17,16,18,17,15,15,17,14,15,17,15,14,15,16,10,15,0,8,17,15,0,0,16,15,7,14,8,11,0,16,8,15,15,0,1,16,15,18,16,8,0,17,0,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,15,15,22,8,15,16,16,14,21,18,17,17,22,25,23,15,25,21,22,17,15,21,23,16,11,15,17,15,0,15,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,8,0,24,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,0,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,15,8,8,17,17,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,17,9,15,16,8,16,15,0,0,0,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,0,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,0,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,0,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,9,9,15,8,15,9,9,7,14,17,10,9,16,17,15,8,17,14,15,10,8,14,15,9,10,8,11,15,17,8,0,0,9,8,14,7,15,0,0,16,1,15,8,0,1,9,15,9,9,8,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,22,10,15,20,16,14,21,15,15,14,23,22,22,15,24,21,22,15,17,21,22,16,8,15,16,15,22,15,0,0,16,15,14,14,15,16,0,0,8,22,15,0,1,16,22,14,16,8,0,24,0,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,8,7,8,8,8,7,8,8,1,8,8,1,8,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,0,15,14,16,8,0,15,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,0,14,14,14,7,7,14,14,14,14,9,16,16,16,16,14,14,16,14,14,16,14,14,14,14,9,14,18,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,0,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,0,8,0,15,0,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,17,15,14,21,17,17,16,22,24,22,15,24,21,22,17,15,21,22,15,10,15,17,15,24,15,0,0,15,15,14,14,15,17,0,24,8,22,15,0,0,15,22,16,15,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,};\nkk_vector_from_cint32array(arr, (kk_ssize_t)53 * (kk_ssize_t)53 * (kk_ssize_t)53, kk_context())"
js inline "[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,9,11,18,18,16,17,9,16,14,18,16,17,18,15,17,18,15,18,16,17,18,9,17,16,10,15,18,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,20,17,14,18,11,0,15,16,0,17,0,8,10,17,17,18,16,8,15,14,17,16,18,18,17,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,0,9,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,8,9,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,9,8,7,8,8,0,8,8,0,11,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,9,10,8,10,8,11,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,0,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,15,16,0,18,17,8,10,18,0,16,16,8,15,14,26,15,25,24,23,16,17,22,25,16,25,26,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,0,16,18,7,9,23,16,0,16,7,21,14,16,15,18,24,16,17,17,14,17,16,16,16,14,17,21,9,14,23,0,0,24,25,9,23,9,7,0,17,9,17,16,0,2,23,16,21,23,16,0,15,14,0,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,0,9,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,9,8,7,8,9,0,8,8,0,16,15,8,8,22,15,21,14,9,0,14,15,23,17,22,15,15,15,22,15,14,15,15,15,15,22,10,15,22,0,0,22,22,7,23,8,8,0,15,8,15,15,0,2,23,17,21,24,21,0,15,15,0,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,0,18,17,8,10,18,26,16,16,8,15,14,0,15,25,24,23,16,17,22,25,16,25,26,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,0,16,16,8,8,15,15,15,14,9,23,14,15,0,18,15,16,15,15,22,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,16,17,14,17,14,0,15,15,0,17,18,8,10,17,25,18,16,8,17,14,25,18,0,24,24,17,18,24,26,16,25,25,16,17,15,12,23,17,0,0,17,18,9,18,10,8,0,26,10,18,17,0,4,17,19,14,26,12,0,15,15,0,18,18,9,10,24,24,24,17,8,22,14,24,15,24,0,23,16,18,22,25,16,24,24,22,18,22,10,22,24,0,0,25,25,9,23,10,8,0,25,10,17,17,0,2,25,17,21,31,17,0,16,15,0,15,17,8,8,15,23,16,14,8,15,14,23,16,24,23,0,14,15,22,23,14,23,23,16,16,15,8,23,15,0,0,16,16,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,16,15,0,17,16,7,9,16,16,17,16,8,15,14,16,15,17,16,14,0,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,17,16,14,16,10,0,14,14,0,18,17,9,10,17,17,17,17,8,15,14,17,15,18,18,15,17,0,15,19,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,19,10,18,17,0,2,18,17,14,17,10,0,15,15,0,15,15,8,8,15,22,14,14,8,22,14,22,22,24,22,22,14,15,0,22,14,22,22,15,15,15,10,22,15,0,0,15,15,7,16,8,8,0,22,8,15,15,0,2,15,17,14,24,13,0,15,15,0,18,17,9,10,17,25,17,17,8,15,14,25,15,26,25,23,17,19,22,0,16,25,25,16,17,15,10,23,17,0,0,17,18,9,16,10,8,0,27,10,18,17,0,2,18,17,14,24,10,0,15,15,0,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,0,17,17,8,10,17,25,16,16,8,15,14,25,15,25,24,23,16,17,22,25,16,0,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,17,14,24,10,0,15,15,0,18,17,8,10,18,26,16,16,8,15,14,26,15,25,24,23,16,17,22,25,16,25,0,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,0,9,8,8,9,15,16,14,7,8,15,7,16,8,16,22,16,7,8,15,16,7,16,16,0,8,15,8,16,16,0,0,15,15,7,14,8,8,0,16,1,8,8,0,0,15,8,14,22,15,0,8,8,0,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,0,16,15,8,8,23,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,23,15,21,23,15,0,15,16,0,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,12,12,0,8,8,0,15,15,8,8,15,23,14,14,8,15,14,23,15,23,22,23,14,15,22,23,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,15,15,0,18,17,8,11,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,16,17,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,8,10,25,18,24,16,8,22,14,18,15,17,25,16,16,17,15,17,16,17,18,15,18,23,10,15,24,0,0,0,25,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,16,16,0,17,18,8,10,24,17,25,16,8,22,14,17,15,18,25,16,17,18,15,18,16,17,17,15,18,22,10,15,24,0,0,25,0,9,23,10,8,0,18,10,18,17,0,2,24,17,21,24,17,0,16,15,0,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,0,16,16,7,9,23,16,23,16,7,23,14,16,16,18,23,14,16,16,16,16,16,16,16,14,16,21,11,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,4,23,18,21,25,18,0,14,14,0,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,0,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,17,9,10,18,26,17,17,8,15,14,26,15,26,25,23,17,19,22,27,16,25,26,16,17,16,10,23,17,0,0,18,18,9,16,10,9,0,0,10,18,17,0,3,19,17,14,25,10,0,15,16,0,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,0,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,0,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,2,3,3,2,2,0,2,0,3,2,4,2,0,2,2,2,2,2,2,3,0,2,1,4,0,2,0,0,3,2,2,4,2,1,0,3,2,2,2,0,0,3,4,0,5,4,0,0,1,0,20,17,9,10,25,18,23,17,9,23,14,18,16,17,25,15,17,18,15,18,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,19,10,17,17,0,3,0,17,21,25,18,0,15,16,0,17,17,8,10,17,17,16,16,8,17,14,17,17,19,17,15,16,17,17,17,16,17,17,8,17,15,12,15,17,0,0,17,17,9,18,10,8,0,17,10,17,17,0,4,17,0,14,19,12,0,15,15,0,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,0,18,17,8,10,25,25,23,16,8,24,14,25,17,26,31,22,16,17,24,24,16,24,25,22,17,23,12,22,24,0,0,25,24,9,25,10,9,0,25,10,17,17,0,5,25,19,21,0,19,0,15,16,0,11,10,8,10,17,10,16,9,9,21,7,10,14,12,17,8,10,10,13,10,9,10,10,15,10,15,12,8,17,0,0,17,17,9,18,10,8,0,10,3,10,10,0,4,18,12,14,19,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,0,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,0,17,9,11,18,18,16,17,9,16,14,18,16,17,18,15,17,18,15,18,16,17,18,9,17,16,10,15,18,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,20,17,14,18,11,0,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,9,0,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,15,9,7,8,15,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,9,8,8,8,0,0,9,8,7,8,8,0,8,8,11,0,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,9,10,8,10,8,11,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,18,0,17,8,10,0,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,18,0,17,8,10,18,0,16,16,8,16,14,19,15,18,17,15,16,17,15,18,16,18,19,8,17,17,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,18,14,18,10,0,15,16,16,0,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,0,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,9,0,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,9,8,8,10,10,8,8,10,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,14,8,10,8,9,0,10,8,16,0,15,8,8,15,16,14,14,9,0,14,16,16,16,15,15,15,15,15,16,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,16,16,14,15,9,0,15,15,14,0,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,18,0,17,8,10,18,19,16,16,8,16,14,0,15,18,17,15,16,17,15,18,16,18,19,8,17,17,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,18,14,18,10,0,15,16,16,0,15,8,8,15,15,14,14,9,16,14,15,0,15,15,15,15,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,16,15,14,15,9,0,15,15,17,0,17,8,10,17,18,16,16,8,16,14,18,15,0,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,18,14,17,10,0,15,15,18,0,17,9,10,17,17,16,17,8,15,14,17,15,17,0,15,16,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,15,0,15,8,8,15,15,14,14,8,15,14,15,15,15,15,0,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,17,0,16,7,9,16,16,16,16,8,15,14,16,15,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,17,16,14,16,10,0,14,14,18,0,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,15,0,15,15,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,22,8,22,15,8,15,15,0,0,15,15,7,14,8,8,0,15,15,15,15,0,0,15,15,14,15,8,0,15,15,18,0,17,9,10,17,18,16,17,8,16,14,18,15,18,18,15,16,18,15,0,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,18,14,17,10,0,15,15,16,0,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,17,0,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,0,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,18,14,17,10,0,15,15,18,0,17,15,10,18,19,16,16,8,16,14,19,15,18,17,15,16,17,22,18,16,18,0,8,24,17,10,15,17,0,0,18,17,9,16,10,9,0,18,17,17,17,0,3,18,18,14,18,10,0,15,16,9,0,8,8,9,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,11,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,17,0,17,15,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,22,17,18,17,24,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,17,19,17,0,2,19,17,16,17,10,0,17,15,16,0,15,8,8,16,17,14,14,8,16,14,17,15,16,15,15,14,15,15,16,14,16,17,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,16,14,16,8,0,15,16,10,0,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,0,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,0,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,8,0,17,15,18,0,17,8,11,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,11,19,15,10,17,0,0,0,17,17,9,16,12,10,0,17,10,19,17,0,2,19,17,16,17,10,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,17,0,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,9,0,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,16,0,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,0,10,8,10,10,10,9,9,10,8,7,10,8,10,10,8,9,10,8,10,11,10,10,10,12,8,10,10,12,0,0,10,10,9,9,0,10,0,10,3,12,10,0,2,12,10,9,10,10,0,10,8,9,0,8,8,8,9,9,7,7,12,8,7,9,8,8,8,8,7,8,8,8,9,8,9,10,10,9,8,10,10,0,0,9,8,7,7,10,0,0,9,1,10,8,0,1,13,8,9,9,8,0,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,17,9,10,18,18,16,17,8,15,14,18,15,17,18,15,16,18,15,18,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,18,10,0,15,16,10,0,10,8,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,15,10,9,10,17,1,17,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,17,0,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,17,0,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,20,0,17,9,10,18,18,16,17,14,16,14,18,16,17,18,15,17,18,15,18,18,17,18,10,19,16,10,17,19,0,0,18,17,9,16,12,13,0,19,10,19,17,0,3,0,17,17,18,11,0,17,16,17,0,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,0,14,7,7,14,14,14,14,10,14,14,14,14,14,14,14,14,14,14,14,16,14,14,9,16,14,7,16,16,0,0,14,14,7,14,9,9,0,14,7,16,14,0,0,17,14,0,14,7,0,16,14,18,0,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,0,10,0,15,16,11,0,10,8,10,10,10,9,9,9,9,7,10,9,10,10,8,10,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,11,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,17,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,8,0,0,15,16,0,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,17,0,8,10,17,17,18,16,8,15,14,17,16,18,18,17,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,17,0,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,0,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,10,10,0,8,0,10,10,10,16,15,8,7,18,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,18,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,17,17,0,8,10,0,18,16,17,8,16,14,17,15,18,18,16,16,17,15,17,16,17,18,9,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,17,17,0,8,10,18,0,16,17,8,16,14,17,15,19,19,17,16,17,16,17,16,17,18,9,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,18,16,0,8,10,16,16,0,21,8,15,14,21,16,17,17,17,18,18,15,16,16,16,16,7,18,15,9,15,18,0,0,17,17,11,16,10,8,0,16,10,16,16,0,2,16,16,14,17,11,0,16,14,16,16,0,8,16,17,17,21,0,15,16,14,27,22,24,17,23,24,25,14,16,23,23,17,8,16,14,16,22,17,0,0,16,16,18,16,16,14,0,23,9,23,16,0,2,16,23,14,16,10,0,22,21,8,8,0,9,15,8,8,8,15,0,9,7,15,16,15,8,16,15,15,8,8,14,15,8,8,8,8,15,16,9,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,9,0,16,15,15,15,0,9,8,16,16,15,16,9,0,14,15,16,16,16,17,15,15,15,15,14,15,16,9,15,15,8,16,16,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,9,0,16,15,14,14,0,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,0,8,18,17,17,21,27,15,15,14,0,22,24,17,22,24,26,16,17,23,24,17,8,18,17,17,23,18,0,0,17,17,18,16,18,17,0,24,11,24,17,0,2,17,24,14,19,11,0,22,22,16,15,0,9,15,15,15,16,22,16,16,14,22,0,23,15,24,22,22,15,15,21,22,15,8,15,15,15,23,16,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,9,0,23,22,18,17,0,8,17,18,19,17,24,15,16,14,24,23,0,19,25,23,24,16,17,23,24,18,9,18,15,17,22,18,0,0,17,17,16,16,17,15,0,24,10,24,18,0,2,17,24,14,17,10,0,22,22,18,17,0,8,10,18,19,17,17,8,16,14,17,15,19,0,18,16,17,16,17,16,17,18,9,19,15,10,15,18,0,0,18,18,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,16,15,17,15,0,9,15,16,17,17,23,16,17,14,22,24,25,18,0,22,22,16,15,21,22,16,9,17,15,15,23,17,0,0,16,16,14,14,15,15,0,22,8,22,16,0,0,15,22,14,15,9,0,24,22,16,16,0,8,17,16,16,18,24,15,15,14,24,22,23,16,22,0,23,15,16,23,23,16,7,17,15,16,22,18,0,0,16,16,16,16,17,15,0,23,10,23,16,0,2,16,23,14,17,11,0,22,21,17,17,0,8,17,17,17,18,25,15,15,14,26,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,18,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,15,15,0,8,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,15,8,17,16,8,15,17,0,0,15,15,7,14,9,9,0,15,9,15,16,0,0,15,15,14,16,9,0,15,15,17,17,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,16,0,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,17,17,0,8,10,18,18,16,17,8,16,14,17,15,18,18,16,16,17,15,17,16,17,0,9,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,8,8,0,8,8,9,9,7,8,8,9,7,8,8,9,9,9,7,8,8,8,7,8,9,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,18,17,0,8,11,17,18,18,16,8,15,14,18,15,18,19,17,17,17,17,17,16,17,17,8,0,16,10,15,19,0,0,18,18,9,16,11,9,0,17,11,17,18,0,2,17,17,14,18,11,0,16,15,15,15,0,8,9,15,15,15,14,8,15,14,17,15,15,15,15,15,15,16,15,14,15,15,8,16,0,8,16,16,0,0,15,15,7,14,9,10,0,15,9,15,15,0,0,15,15,14,17,9,0,15,15,10,10,0,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,15,15,0,9,15,15,15,15,22,16,16,14,23,23,22,15,23,22,22,15,15,21,22,15,8,15,16,15,0,16,0,0,15,15,14,14,15,16,0,22,8,22,15,0,0,15,22,14,16,9,0,23,22,17,17,0,9,11,17,18,18,17,9,16,14,18,16,18,18,17,18,17,17,17,16,17,17,8,19,16,10,16,0,0,0,17,17,9,16,11,9,0,17,11,17,18,0,2,17,17,14,18,12,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,17,0,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,18,17,0,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,9,9,0,7,16,9,9,11,18,14,7,7,18,14,16,9,14,16,18,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,0,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,0,8,18,10,10,10,16,15,8,7,18,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,0,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,0,8,16,8,8,8,14,15,8,7,17,15,15,8,15,15,15,9,8,14,15,8,8,9,10,15,16,9,0,0,8,8,14,7,16,0,0,15,2,15,8,0,0,8,15,7,10,9,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,17,24,14,17,10,0,22,22,10,10,0,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,0,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,17,17,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,17,14,17,10,0,15,15,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,0,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,17,17,0,8,11,17,17,17,16,8,15,14,19,15,17,17,15,17,17,16,17,16,17,17,8,18,17,10,16,18,0,0,17,17,9,16,11,10,0,17,11,17,17,0,2,17,17,14,0,11,0,15,15,10,10,0,9,11,10,10,11,10,9,9,7,11,9,10,10,9,11,10,9,10,9,10,10,8,11,9,10,9,12,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,0,9,15,15,15,16,22,16,16,14,22,23,22,16,24,22,22,15,15,21,22,15,8,16,15,15,23,16,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,9,0,0,22,15,15,0,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,0,9,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,8,9,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,9,8,7,8,8,0,8,8,9,0,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,15,9,7,8,15,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,9,8,8,8,0,0,9,8,7,8,8,0,8,8,8,8,0,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,0,0,15,8,14,14,15,16,7,8,15,8,9,8,7,15,8,8,7,8,8,8,16,8,8,8,8,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,16,8,8,8,8,0,15,0,8,14,14,15,15,7,8,15,8,8,10,7,15,8,10,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,15,8,0,10,8,8,8,0,0,8,8,14,8,8,0,15,10,8,8,8,0,8,8,0,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,7,8,0,14,14,7,0,15,15,15,7,7,15,7,7,8,8,14,7,7,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,14,7,8,0,15,7,8,8,8,0,14,14,7,15,0,15,15,7,7,15,7,8,8,8,15,7,8,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,8,7,7,7,0,0,8,7,14,7,8,0,15,7,8,8,9,0,15,15,8,15,15,0,16,7,8,16,8,8,9,8,15,8,8,7,8,8,8,22,8,15,9,9,0,0,8,8,14,14,15,15,0,8,8,8,8,0,7,8,8,14,8,16,0,16,8,8,8,9,0,16,15,8,15,15,16,0,7,8,16,8,9,9,8,15,8,8,7,8,8,8,16,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,17,8,7,7,7,0,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,8,8,0,8,8,8,7,7,8,8,7,0,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,9,0,15,15,8,15,15,16,16,7,8,0,8,8,9,8,15,8,8,7,8,8,8,15,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,16,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,0,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,9,9,8,0,9,8,8,7,8,8,9,7,8,8,8,0,8,7,9,8,9,7,8,8,8,9,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,9,8,7,8,8,0,9,8,8,8,9,0,8,10,8,8,8,9,9,7,8,9,8,8,0,8,8,8,10,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,10,1,8,8,0,0,8,8,7,8,9,0,9,10,7,7,8,0,7,7,7,8,8,8,8,7,7,8,7,7,8,0,7,7,7,7,7,7,7,7,7,7,8,8,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,8,0,8,7,9,9,8,0,15,15,8,14,15,15,15,7,8,15,8,9,8,7,0,8,9,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,15,8,0,9,8,8,8,0,0,9,8,14,8,8,0,15,8,8,15,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,0,8,7,8,15,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,8,8,8,8,0,0,8,8,7,8,8,0,8,8,9,9,8,0,8,10,8,7,8,8,8,7,8,8,8,9,10,7,9,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,11,1,8,8,0,0,9,8,7,8,8,0,8,10,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,0,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,15,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,15,8,7,8,0,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,8,8,8,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,15,8,0,16,15,8,14,14,22,16,7,8,15,8,9,8,7,15,15,8,7,8,15,8,0,8,15,8,8,0,0,8,8,14,14,15,15,0,8,15,8,8,0,7,8,8,14,8,15,0,16,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,0,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,15,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,15,8,0,8,8,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,8,8,7,8,15,0,8,8,8,8,9,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,0,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,8,8,9,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,0,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,0,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,0,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,7,7,0,7,7,7,7,7,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,14,7,14,7,7,0,0,7,7,0,7,7,14,0,7,0,7,7,0,7,7,7,7,7,14,0,7,7,7,7,7,0,14,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,0,14,7,0,7,7,7,7,0,0,7,7,14,7,7,0,14,7,8,8,8,0,15,15,8,14,14,15,15,7,8,15,8,8,8,7,15,8,8,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,0,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,8,8,8,8,0,8,8,8,7,7,15,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,15,8,15,8,8,0,0,8,8,14,7,8,0,0,8,1,8,8,0,7,8,8,7,8,15,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,8,0,8,10,8,7,8,8,8,7,8,8,8,9,10,7,9,8,11,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,0,1,8,8,0,0,9,8,7,8,8,0,8,10,1,8,1,0,8,8,1,7,7,8,8,0,1,8,1,1,1,0,8,8,1,0,1,8,1,15,1,1,1,1,0,0,1,1,0,7,8,1,0,1,0,1,1,0,0,1,1,7,1,1,0,8,1,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,0,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,7,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9,9,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,8,9,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,0,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,0,7,8,8,0,8,8,7,7,7,0,14,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,0,7,7,0,14,7,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,0,8,0,8,8,8,8,9,0,8,8,8,8,8,16,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,15,8,15,9,9,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,8,8,7,8,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,9,0,16,15,8,15,15,16,17,7,8,16,8,9,9,8,15,8,8,7,8,8,8,16,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,0,8,8,8,8,0,8,10,8,7,7,8,8,7,8,8,8,8,10,7,8,8,10,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,10,1,8,8,0,0,8,8,7,8,8,0,8,0,0,11,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,9,10,8,10,8,11,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,11,0,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,9,10,8,10,8,11,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,0,8,0,10,10,10,16,15,8,7,18,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,18,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,8,0,0,15,8,14,14,15,16,7,8,15,8,9,8,7,15,8,8,7,8,8,8,16,8,8,8,8,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,15,0,0,10,16,16,15,15,7,10,15,10,10,8,9,17,8,10,9,10,10,8,17,8,10,8,10,0,0,10,10,9,16,17,8,0,10,10,10,10,0,2,10,10,14,10,10,0,15,8,10,10,10,8,0,10,0,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,9,9,10,14,0,16,9,0,16,14,14,7,10,14,9,9,7,10,16,8,9,9,9,9,7,17,8,9,7,10,0,0,9,9,9,16,17,8,0,9,10,9,9,0,2,9,9,14,10,10,0,14,7,9,9,16,14,0,16,9,16,0,21,14,7,16,21,16,9,14,16,23,7,9,16,16,9,7,16,7,16,14,9,0,0,9,9,16,16,23,14,0,16,9,16,9,0,2,9,16,14,9,9,0,21,14,8,8,15,15,0,15,8,14,21,0,15,7,15,22,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,8,8,8,16,0,15,8,14,14,15,0,7,8,15,8,9,8,7,15,8,8,7,8,8,8,16,8,8,8,8,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,16,8,7,7,7,7,0,7,9,7,7,7,7,0,7,7,7,9,7,9,7,7,7,7,9,7,7,7,9,7,7,7,0,0,9,9,7,7,7,7,0,7,2,7,9,0,0,7,7,7,7,7,0,7,7,10,10,18,8,0,10,10,10,16,15,8,7,0,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,18,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,15,15,0,15,8,14,21,22,15,7,15,0,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,10,10,17,8,0,10,10,9,16,15,8,7,17,15,0,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,9,0,10,12,9,9,8,9,9,10,8,10,0,8,11,10,8,10,9,12,10,8,11,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,9,8,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,17,7,0,9,11,10,16,14,7,9,17,14,16,11,14,0,16,8,9,16,18,9,7,10,10,16,14,10,0,0,11,11,16,9,17,15,0,16,5,16,11,0,2,9,16,7,10,10,0,14,14,10,10,17,15,0,17,10,16,23,22,15,7,17,22,17,10,15,16,0,8,10,16,17,10,8,17,8,17,15,10,0,0,10,10,16,16,24,15,0,17,10,17,10,0,2,10,17,14,10,10,0,22,15,8,8,9,8,0,8,8,8,7,8,8,7,9,8,8,8,8,8,8,0,8,7,8,8,8,9,9,8,8,9,0,0,8,8,7,7,9,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,16,7,0,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,0,16,9,7,9,7,16,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,10,10,17,8,0,10,12,9,16,15,8,9,17,15,17,12,15,18,17,8,10,16,0,10,8,10,10,17,15,10,0,0,12,12,16,9,17,15,0,17,5,17,12,0,2,10,17,7,10,10,0,15,15,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,11,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,8,8,0,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,11,16,0,17,10,17,16,15,16,7,11,15,10,11,8,10,17,9,10,9,10,10,8,0,9,10,8,11,0,0,10,10,9,16,18,9,0,10,11,10,10,0,2,10,10,14,11,11,0,16,8,8,8,9,8,0,8,10,8,7,8,8,9,9,8,8,10,8,10,8,9,8,7,10,8,8,9,0,8,8,9,0,0,10,10,7,7,9,9,0,8,4,8,10,0,0,8,8,7,9,9,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,11,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,0,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,11,11,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,9,11,9,10,8,0,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,11,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,0,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,0,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,9,9,16,7,0,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,14,0,16,9,16,16,14,14,7,9,14,9,9,7,9,16,7,9,9,9,9,7,16,7,9,7,9,0,0,9,9,9,0,16,7,0,9,9,9,9,0,2,9,9,14,9,9,0,14,7,10,10,18,15,0,17,10,17,23,22,15,7,18,22,17,10,15,17,24,9,10,16,17,10,8,18,9,17,15,11,0,0,10,10,16,16,0,16,0,17,11,17,10,0,2,10,17,14,11,11,0,22,15,8,8,16,8,0,8,8,8,14,15,8,7,16,15,15,8,15,15,15,9,8,14,15,8,8,9,9,15,15,9,0,0,8,8,14,7,16,0,0,15,2,15,8,0,0,8,15,7,9,9,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,3,3,4,8,0,10,5,10,9,8,8,2,4,8,3,5,1,5,10,2,3,2,5,3,1,11,4,3,1,4,0,0,5,5,2,9,11,2,0,3,0,3,5,0,2,3,3,7,4,4,0,8,1,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,0,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,0,0,2,10,10,7,10,10,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,0,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,0,10,7,10,10,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,0,7,10,10,0,15,15,7,7,7,14,0,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,0,7,7,0,14,7,10,10,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,0,11,0,8,8,10,10,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,15,16,0,15,8,14,21,22,16,7,15,22,15,9,15,14,22,8,8,14,15,8,8,16,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,0,15,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,0,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,15,16,18,0,17,8,10,0,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,17,17,0,8,10,0,18,16,17,8,16,14,17,15,18,18,16,16,17,15,17,16,17,18,9,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,8,8,8,0,15,0,8,14,14,15,15,7,8,15,8,8,10,7,15,8,10,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,15,8,0,10,8,8,8,0,0,8,8,14,8,8,0,15,10,10,10,10,15,0,0,10,16,16,15,15,7,10,15,10,10,8,9,17,8,10,9,10,10,8,17,8,10,8,10,0,0,10,10,9,16,17,8,0,10,10,10,10,0,2,10,10,14,10,10,0,15,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,18,8,10,0,0,16,17,9,16,15,18,16,19,18,17,16,17,15,17,16,18,20,10,17,16,10,16,17,0,0,19,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,23,16,16,14,16,0,16,0,23,15,28,14,16,21,16,23,14,16,24,14,16,16,16,16,14,23,21,9,14,23,0,0,23,23,9,30,16,7,0,16,16,16,16,0,2,23,16,28,23,16,0,21,14,16,16,17,14,16,0,17,23,0,14,22,14,16,21,17,17,15,16,23,14,16,16,16,17,8,23,14,9,14,16,0,0,16,16,9,23,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,8,8,8,15,15,0,9,15,14,0,15,8,8,16,9,8,9,7,17,8,8,7,9,9,9,15,8,8,9,8,0,0,9,9,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,9,22,15,16,15,15,0,16,28,22,15,0,14,15,22,16,23,16,14,22,15,15,14,15,16,16,22,22,8,15,22,0,0,22,22,7,28,15,8,0,15,15,15,15,0,0,22,15,28,22,15,0,22,15,14,14,14,7,7,0,15,14,14,8,14,0,14,15,15,14,15,14,14,14,14,14,15,15,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,18,18,17,8,10,0,18,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,15,15,15,15,15,0,16,21,21,16,22,15,15,0,16,15,16,14,22,15,15,14,16,16,9,22,15,8,16,15,0,0,16,16,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,16,17,17,18,8,10,0,19,16,17,9,16,15,17,16,0,18,17,16,17,15,17,16,18,19,10,17,15,10,16,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,24,17,18,8,10,0,18,23,17,8,23,14,17,15,18,0,16,16,17,15,17,16,17,18,16,17,22,10,15,24,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,15,15,16,10,8,0,17,14,15,9,16,15,15,16,17,16,0,14,15,15,17,14,16,17,10,15,15,8,16,15,0,0,16,16,7,14,8,8,0,17,8,15,15,0,0,15,15,14,15,8,0,15,18,16,16,16,7,9,0,16,16,16,7,14,14,16,14,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,15,17,0,17,24,23,17,22,14,17,22,17,17,15,16,0,15,17,16,17,17,8,24,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,15,15,15,8,8,0,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,17,17,17,10,10,0,17,16,16,8,15,14,17,15,17,17,17,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,21,10,17,17,0,2,17,17,14,17,10,0,15,17,16,16,16,7,9,0,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,0,18,16,16,9,15,15,17,16,18,17,16,16,17,15,17,16,0,18,9,17,15,10,16,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,18,18,18,8,10,0,20,16,17,9,16,15,18,16,19,18,17,16,17,15,17,16,18,0,10,17,16,10,16,17,0,0,19,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,15,8,9,8,8,0,10,14,8,9,16,8,8,9,10,16,10,7,8,8,8,7,9,10,0,8,15,8,9,15,0,0,16,16,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,17,17,17,15,17,0,17,23,23,15,22,14,17,22,17,17,15,16,24,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,23,16,15,8,8,0,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,23,15,21,23,15,0,15,16,10,10,10,8,10,0,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,15,15,8,8,0,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,24,17,17,8,10,0,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,0,19,23,16,9,22,15,18,16,18,24,16,16,17,15,17,16,18,19,16,17,23,10,16,24,0,0,0,25,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,15,17,24,17,17,8,10,0,18,23,16,9,22,15,17,16,18,24,16,16,17,15,17,16,18,18,16,17,22,10,16,24,0,0,25,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,16,9,9,9,7,9,0,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,14,16,0,16,30,23,14,28,14,16,21,16,23,14,16,23,14,16,16,16,16,14,23,21,9,14,23,0,0,23,23,9,0,16,7,0,16,16,16,16,0,2,23,16,28,23,16,0,21,14,10,10,10,15,17,0,10,16,16,15,15,7,10,15,10,10,8,9,17,8,10,9,10,10,8,17,8,10,8,10,0,0,10,10,9,16,0,8,0,10,10,10,10,0,2,10,10,14,10,10,0,15,8,9,9,8,8,8,0,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,10,10,0,18,16,16,8,15,14,18,15,17,17,17,16,17,15,21,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,18,10,0,17,20,10,10,10,8,10,0,10,16,16,8,15,7,10,15,10,10,8,9,17,8,10,9,10,10,1,17,8,3,8,10,0,0,10,10,2,16,10,1,0,10,0,10,10,0,2,10,10,14,10,3,0,15,8,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,0,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,25,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,25,17,0,15,16,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,14,14,14,14,0,14,28,21,14,28,14,14,21,14,21,14,14,21,14,14,14,14,14,14,21,21,7,14,21,0,0,21,21,7,28,14,7,0,14,14,14,14,0,0,21,14,0,21,14,0,21,14,25,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,0,17,0,15,16,17,10,10,8,10,0,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,15,15,0,15,21,21,15,22,14,15,22,15,15,15,14,22,15,15,14,15,15,8,22,15,8,15,15,0,0,15,15,7,21,15,8,0,17,15,15,15,0,0,15,15,21,15,8,0,0,17,16,16,15,10,8,0,17,14,14,9,15,15,16,16,16,15,18,14,15,15,17,14,16,17,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,20,8,15,15,0,1,16,15,14,16,8,0,17,0,0,18,17,8,10,18,0,16,16,8,15,14,26,15,25,24,23,16,17,22,25,16,25,26,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,18,0,17,8,10,18,0,16,16,8,16,14,19,15,18,17,15,16,17,15,18,16,18,19,8,17,17,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,18,14,18,10,0,15,16,17,17,0,8,10,18,0,16,17,8,16,14,17,15,19,19,17,16,17,16,17,16,17,18,9,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,8,8,8,0,8,8,0,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,0,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,18,18,18,8,10,0,0,16,17,9,16,15,18,16,19,18,17,16,17,15,17,16,18,20,10,17,16,10,16,17,0,0,19,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,16,7,9,16,0,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,17,7,9,17,0,16,0,7,15,14,16,14,17,17,15,16,16,14,16,16,16,17,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,10,16,16,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,9,0,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,9,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,15,16,16,8,8,16,0,14,15,8,0,14,16,15,17,16,16,14,15,15,16,14,16,17,9,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,9,15,0,14,14,8,14,0,14,15,15,16,15,16,14,14,21,14,17,15,8,14,16,7,15,14,0,0,17,17,7,14,7,7,0,14,9,14,23,0,7,14,14,14,14,7,0,14,15,26,19,17,8,10,18,0,16,16,8,16,14,0,15,26,25,24,16,17,23,26,16,27,28,17,17,17,10,24,17,0,0,18,17,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,16,15,15,15,8,8,16,0,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,25,18,19,8,10,19,0,16,17,9,17,15,26,16,0,26,26,16,17,23,26,16,27,28,18,18,16,10,24,18,0,0,18,18,9,16,10,8,0,25,10,17,18,0,2,17,18,14,24,10,0,15,16,24,17,19,8,12,18,0,16,17,8,16,16,25,15,26,0,25,18,17,24,24,16,27,26,17,18,17,10,23,18,0,0,19,19,9,16,10,8,0,25,12,17,20,0,2,18,17,14,24,10,0,15,15,23,15,17,8,8,17,0,14,15,9,16,15,24,16,26,25,0,14,15,24,23,14,25,26,19,16,15,8,25,16,0,0,16,16,7,14,8,8,0,24,8,15,16,0,0,16,15,14,22,8,0,15,16,16,16,16,7,11,16,0,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,17,0,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,22,15,16,8,8,15,0,14,14,8,15,14,23,15,23,24,24,14,15,0,22,14,23,23,16,16,15,8,23,16,0,0,15,15,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,15,15,25,18,17,8,10,17,0,16,16,8,16,21,26,15,26,24,23,16,17,22,0,16,26,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,24,0,9,17,18,14,24,10,0,15,15,16,16,16,7,9,16,0,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,25,18,17,8,12,18,0,16,16,9,16,17,27,16,27,27,25,18,17,23,26,16,0,28,18,17,18,10,25,17,0,0,20,20,9,16,10,8,0,26,12,17,19,0,2,18,18,14,24,10,0,15,16,26,19,18,8,10,20,0,16,17,9,17,15,28,16,28,26,26,16,17,23,26,16,28,0,19,17,17,10,25,17,0,0,19,18,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,17,16,8,9,8,8,10,0,7,8,9,9,8,17,9,18,17,19,7,8,16,16,7,18,19,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,17,17,18,8,10,17,0,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,16,17,15,8,10,16,0,14,14,8,16,16,17,15,16,17,15,16,15,15,16,14,18,17,8,15,0,8,15,15,0,0,18,17,7,14,8,9,0,16,10,15,17,0,1,16,16,14,16,8,0,15,16,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,23,15,15,8,8,16,0,14,14,9,15,15,24,16,24,23,25,14,15,23,23,14,25,25,18,15,15,8,0,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,17,17,18,8,10,17,0,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,12,19,0,16,16,9,15,17,18,16,18,19,16,18,17,15,17,16,20,19,9,17,18,10,16,17,0,0,0,20,9,16,10,9,0,18,12,17,19,0,3,18,17,14,18,10,0,15,17,17,17,17,8,12,18,0,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,20,18,9,17,17,10,16,17,0,0,20,0,9,16,10,8,0,17,12,17,19,0,2,17,17,14,17,10,0,15,16,9,9,9,7,9,9,0,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,16,16,16,7,9,16,0,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,8,8,8,9,0,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,18,17,8,10,18,0,16,16,8,15,14,27,15,25,25,24,16,17,23,25,16,26,27,17,17,16,10,24,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,25,10,0,15,16,10,10,10,1,5,10,0,9,10,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,0,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,18,8,12,17,0,16,16,8,15,23,17,15,18,20,16,18,17,16,24,16,19,17,8,18,17,10,15,18,0,0,19,19,9,16,10,8,0,17,12,17,0,0,9,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,0,2,2,0,0,7,3,0,2,2,0,2,2,0,9,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,9,0,0,3,2,0,3,2,0,0,1,18,18,17,8,10,18,0,16,16,8,15,14,19,15,17,18,16,16,17,16,17,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,17,18,17,8,10,17,0,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,14,14,7,7,14,0,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,25,18,17,8,10,18,0,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,25,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,25,10,17,17,0,3,18,17,14,0,10,0,15,16,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,0,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,16,15,8,8,17,0,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,17,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,16,18,7,9,23,16,0,16,7,21,14,16,15,18,24,16,17,17,14,17,16,16,16,14,17,21,9,14,23,0,0,24,25,9,23,9,7,0,17,9,17,16,0,2,23,16,21,23,16,0,15,14,16,0,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,18,16,0,8,10,16,16,0,21,8,15,14,21,16,17,17,17,18,18,15,16,16,16,16,7,18,15,9,15,18,0,0,17,17,11,16,10,8,0,16,10,16,16,0,2,16,16,14,17,11,0,16,14,7,7,8,0,14,14,7,0,15,15,15,7,7,15,7,7,8,8,14,7,7,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,14,7,8,0,15,7,9,9,10,14,0,16,9,0,16,14,14,7,10,14,9,9,7,10,16,8,9,9,9,9,7,17,8,9,7,10,0,0,9,9,9,16,17,8,0,9,10,9,9,0,2,9,9,14,10,10,0,14,7,23,16,16,14,16,0,16,0,23,15,28,14,16,21,16,23,14,16,24,14,16,16,16,16,14,23,21,9,14,23,0,0,23,23,9,30,16,7,0,16,16,16,16,0,2,23,16,28,23,16,0,21,14,16,16,16,7,9,16,0,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,21,15,16,23,16,0,0,15,22,15,20,22,16,16,15,18,25,14,16,17,16,16,7,23,14,9,15,17,0,0,16,16,12,24,16,7,0,16,16,16,16,0,3,16,16,22,16,10,0,22,14,7,7,8,15,14,15,7,0,15,0,15,7,7,15,7,7,8,8,15,7,7,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,14,7,8,0,15,7,21,14,15,15,14,28,14,0,22,15,0,14,14,22,14,21,15,15,21,14,14,14,14,14,14,21,21,7,15,22,0,0,21,21,7,28,14,7,0,14,14,14,14,0,0,21,14,28,21,15,0,22,14,14,14,14,7,7,14,14,0,15,7,14,0,14,14,14,14,14,15,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,16,16,21,7,10,16,16,0,20,7,14,14,0,14,16,16,14,17,18,15,16,16,16,16,7,17,15,9,14,17,0,0,16,16,11,16,10,8,0,16,10,16,16,0,2,16,16,14,17,10,0,14,14,15,14,16,15,14,21,14,0,22,15,22,14,14,0,15,14,16,15,21,14,14,14,14,14,7,21,14,7,15,15,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,22,14,18,16,17,7,9,16,16,0,16,7,14,14,16,15,0,16,15,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,24,16,17,7,9,23,16,0,16,7,21,14,16,14,16,0,15,16,16,14,16,16,16,16,14,17,21,9,14,23,0,0,24,24,9,23,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,15,14,16,14,17,8,7,14,14,0,15,8,15,14,14,16,15,15,0,15,14,14,14,14,14,14,7,15,14,7,15,15,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,8,0,16,14,17,16,18,8,10,16,16,0,18,8,15,15,17,15,17,16,15,0,17,15,17,17,16,16,7,17,15,9,15,18,0,0,16,17,10,17,10,8,0,17,10,17,16,0,3,16,16,15,17,11,0,15,14,17,16,18,14,16,24,16,0,25,15,21,14,18,21,17,16,14,17,0,14,17,16,16,16,7,23,14,9,14,16,0,0,16,17,11,23,16,7,0,17,16,17,16,0,2,16,16,21,16,9,0,21,14,14,14,15,7,8,14,14,0,14,7,14,14,15,14,14,14,14,15,14,0,14,14,14,14,7,15,15,7,14,15,0,0,14,14,7,14,8,8,0,14,8,14,14,0,0,14,14,14,15,8,0,14,14,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,0,17,7,14,15,16,14,16,16,14,17,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,10,17,9,7,0,16,9,16,16,0,3,16,16,15,16,9,0,14,14,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,0,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,14,7,7,7,7,14,7,0,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,0,7,14,7,7,14,0,0,14,14,7,14,7,7,0,7,0,7,7,0,0,14,7,14,14,14,0,7,7,17,16,18,14,17,23,16,0,23,14,21,14,17,21,16,17,15,17,23,15,16,16,16,16,7,0,15,9,14,17,0,0,17,17,9,23,17,8,0,16,17,16,16,0,2,16,16,21,17,10,0,22,14,21,14,15,7,8,21,14,0,14,7,21,14,15,14,14,21,14,15,14,15,14,14,14,14,14,15,0,7,14,22,0,0,21,21,7,21,8,8,0,14,8,14,14,0,0,21,14,21,22,15,0,14,14,9,9,9,7,9,9,9,0,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,0,7,9,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,14,14,15,8,7,14,14,0,15,8,15,14,14,15,14,14,15,15,14,14,14,14,14,14,7,14,14,7,0,15,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,8,0,15,14,23,16,18,8,10,23,16,0,17,8,22,14,17,15,16,23,15,18,16,15,16,16,16,16,14,17,22,9,15,0,0,0,23,23,9,23,10,8,0,16,10,16,16,0,2,23,16,21,24,18,0,15,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,16,17,7,9,23,16,0,16,7,21,14,16,14,16,24,15,16,16,14,16,16,16,16,14,17,21,9,14,23,0,0,0,24,9,23,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,15,14,25,16,17,7,9,23,16,0,16,7,21,14,16,14,17,24,15,17,17,14,17,16,16,16,14,17,21,9,14,23,0,0,24,0,9,23,9,7,0,17,9,17,16,0,2,23,16,21,23,16,0,15,14,9,9,11,7,9,9,9,0,12,7,7,8,11,7,9,9,7,10,11,7,9,10,9,9,7,9,7,9,7,9,0,0,9,9,0,10,9,7,0,9,2,9,9,0,3,9,9,8,9,9,0,7,7,23,16,16,14,16,30,16,0,24,14,28,15,16,21,16,23,14,17,23,14,16,17,16,16,14,23,21,9,14,23,0,0,23,23,10,0,16,7,0,16,16,16,16,0,3,23,16,29,23,16,0,21,14,9,9,10,14,17,16,9,0,16,14,14,7,10,14,9,9,7,10,16,8,9,9,9,9,7,17,8,9,7,10,0,0,9,9,9,16,0,8,0,9,10,9,9,0,2,9,9,14,10,10,0,14,7,7,7,8,7,8,7,7,0,7,7,7,7,8,7,7,7,7,8,7,8,7,7,7,7,7,8,8,7,7,8,0,0,7,7,7,7,8,0,0,7,1,7,7,0,0,7,7,7,8,8,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,0,9,17,16,0,2,16,16,14,16,9,0,14,14,9,9,10,7,10,16,9,0,16,7,14,7,10,14,9,9,7,10,16,8,9,9,9,9,0,17,8,2,7,10,0,0,9,9,2,16,10,1,0,9,0,9,9,0,2,9,9,14,10,3,0,14,7,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,0,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,0,3,0,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,23,16,16,7,9,23,16,0,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,23,9,7,0,16,9,16,16,0,2,0,16,21,23,16,0,14,14,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,0,14,16,9,0,14,14,21,14,14,14,14,28,14,0,22,14,28,16,14,21,14,21,14,15,21,14,14,15,14,14,14,21,21,7,14,21,0,0,21,21,8,29,14,7,0,14,14,14,14,0,1,21,14,0,21,14,0,21,14,23,16,17,7,10,23,16,0,16,7,21,14,17,14,16,23,14,17,16,15,16,16,16,16,14,17,22,9,14,24,0,0,23,23,9,23,10,8,0,16,10,16,16,0,2,23,16,21,0,17,0,14,14,16,9,11,8,10,16,9,0,10,8,15,7,10,8,9,16,8,11,9,8,9,9,9,9,14,10,15,9,8,18,0,0,16,16,9,16,10,8,0,9,3,9,9,0,2,16,9,14,17,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,14,16,15,14,21,14,0,22,15,22,14,14,22,14,15,16,15,21,14,14,14,14,14,7,22,14,7,15,15,0,0,15,15,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,0,14,14,14,14,7,7,14,14,0,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,0,0,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,17,0,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,16,16,0,8,16,17,17,21,0,15,16,14,27,22,24,17,23,24,25,14,16,23,23,17,8,16,14,16,22,17,0,0,16,16,18,16,16,14,0,23,9,23,16,0,2,16,23,14,16,10,0,22,21,8,8,8,0,14,14,7,15,0,15,15,7,7,15,7,8,8,8,15,7,8,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,8,7,7,7,0,0,8,7,14,7,8,0,15,7,9,9,16,14,0,16,9,16,0,21,14,7,16,21,16,9,14,16,23,7,9,16,16,9,7,16,7,16,14,9,0,0,9,9,16,16,23,14,0,16,9,16,9,0,2,9,16,14,9,9,0,21,14,16,16,17,14,16,0,17,23,0,14,22,14,16,21,17,17,15,16,23,14,16,16,16,17,8,23,14,9,14,16,0,0,16,16,9,23,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,16,16,17,7,9,17,0,16,0,7,15,14,16,14,17,17,15,16,16,14,16,16,16,17,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,10,16,16,0,2,16,16,14,16,9,0,14,14,16,16,21,15,16,23,16,0,0,15,22,15,20,22,16,16,15,18,25,14,16,17,16,16,7,23,14,9,15,17,0,0,16,16,12,24,16,7,0,16,16,16,16,0,3,16,16,22,16,10,0,22,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,15,15,21,14,7,15,0,0,15,7,14,22,14,7,15,15,21,7,7,14,14,7,7,14,7,14,15,8,0,0,7,7,14,14,21,14,0,14,7,14,7,0,0,7,14,14,7,8,0,22,14,14,14,16,15,14,22,15,22,0,15,0,14,14,22,15,15,16,15,21,14,14,14,14,15,8,21,14,7,15,15,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,22,14,14,14,14,7,7,14,14,15,0,7,14,0,14,14,14,14,14,15,14,14,14,16,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,16,16,27,7,16,16,16,20,0,14,14,14,0,21,23,16,21,23,25,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,18,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,14,14,22,15,21,21,14,22,0,22,22,14,21,0,21,14,22,22,28,14,14,21,21,14,7,21,14,14,22,15,0,0,14,14,14,21,21,14,0,21,14,21,14,0,0,14,21,21,14,8,0,29,21,16,16,24,7,16,17,17,16,0,14,15,14,23,21,0,17,22,23,23,14,16,23,23,17,8,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,17,17,17,8,9,17,17,16,0,7,15,14,16,14,17,0,15,16,17,14,17,16,16,17,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,14,14,23,8,14,15,15,15,0,15,16,14,21,22,22,15,0,22,21,14,14,21,21,15,8,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,16,16,24,8,16,16,16,18,0,15,15,15,23,22,23,16,22,0,23,14,16,24,23,16,7,16,14,16,22,17,0,0,16,16,17,17,16,15,0,23,9,24,16,0,3,16,23,15,16,10,0,22,21,17,17,25,15,23,23,16,25,0,21,21,14,25,28,23,17,21,23,0,14,17,23,23,16,7,23,14,16,21,16,0,0,16,16,18,23,23,14,0,24,16,23,16,0,2,17,23,21,16,9,0,28,21,14,14,14,7,7,14,14,14,0,7,14,14,14,14,14,14,14,14,14,0,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,16,16,23,7,16,16,16,17,0,14,14,16,23,21,23,16,21,24,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,17,18,16,14,0,23,9,23,16,0,3,16,23,17,16,9,0,21,21,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,23,23,14,16,23,0,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,16,16,17,7,9,17,17,16,0,7,15,14,16,14,17,17,15,16,16,14,16,16,16,0,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,7,7,8,7,7,8,8,7,0,7,8,7,7,7,8,8,8,7,7,7,7,7,7,8,0,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,16,16,16,14,16,23,16,23,0,14,21,14,16,21,16,16,14,16,23,14,16,16,16,16,7,0,14,9,14,16,0,0,16,16,9,23,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,14,14,14,7,7,14,14,14,0,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,0,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,9,9,16,7,16,9,9,9,0,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,0,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,14,14,22,8,14,14,14,15,0,15,15,14,21,22,21,14,22,22,21,14,14,21,21,14,7,14,14,14,0,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,16,16,17,8,9,16,16,17,0,8,15,14,16,15,16,16,15,17,16,14,16,16,16,16,7,16,14,9,15,0,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,10,0,15,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,0,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,0,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,9,9,18,7,16,9,9,12,0,14,7,8,18,14,16,9,14,17,18,7,9,17,16,9,7,9,7,16,14,9,0,0,9,9,0,10,16,14,0,16,2,16,9,0,3,9,16,8,9,9,0,14,14,16,16,16,14,16,23,16,24,0,14,21,15,16,21,16,16,14,17,23,14,16,18,16,16,7,23,14,9,14,16,0,0,16,16,10,0,16,7,0,16,16,16,16,0,3,16,16,23,16,9,0,21,14,9,9,16,14,23,16,9,16,0,21,14,7,16,21,16,9,14,16,23,7,9,16,16,9,7,16,7,16,14,9,0,0,9,9,16,16,0,14,0,16,9,16,9,0,2,9,16,14,9,9,0,21,14,7,7,14,7,14,7,7,7,0,14,7,7,14,14,14,7,14,15,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,14,7,14,0,0,14,0,15,7,0,0,7,14,7,7,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,23,8,16,16,16,16,0,14,14,14,23,21,23,17,21,23,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,0,9,23,16,0,2,17,23,14,16,9,0,21,21,9,9,9,7,9,16,10,16,0,7,14,7,9,14,9,9,7,9,16,7,9,9,9,9,0,16,7,2,7,9,0,0,9,9,2,16,9,0,0,9,0,9,9,0,2,9,9,14,9,2,0,14,7,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,24,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,15,0,23,9,0,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,3,0,0,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,17,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,0,16,14,16,9,0,14,14,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,23,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,0,14,16,9,0,21,21,14,14,14,14,14,21,14,22,0,14,21,16,14,21,14,14,14,15,21,14,14,17,14,14,7,21,14,7,14,14,0,0,14,14,8,23,14,7,0,14,14,14,14,0,1,14,14,0,14,7,0,21,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,0,9,0,14,14,9,9,10,8,9,9,9,10,0,8,8,7,9,8,9,9,8,10,9,7,9,9,9,9,7,9,7,9,8,10,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,22,15,21,21,14,22,0,22,22,14,21,29,21,14,22,22,28,14,14,21,21,14,7,21,14,14,22,15,0,0,14,14,14,21,21,14,0,21,14,21,14,0,0,14,21,21,14,8,0,0,21,14,14,21,7,14,14,14,14,0,14,14,14,21,21,21,14,21,21,21,14,14,21,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,0,9,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,9,8,7,8,9,0,8,8,9,0,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,9,8,8,10,10,8,8,10,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,14,8,10,8,9,0,10,8,8,8,0,9,15,8,8,8,15,0,9,7,15,16,15,8,16,15,15,8,8,14,15,8,8,8,8,15,16,9,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,9,0,16,15,8,8,9,0,15,15,8,15,15,0,16,7,8,16,8,8,9,8,15,8,8,7,8,8,8,22,8,15,9,9,0,0,8,8,14,14,15,15,0,8,8,8,8,0,7,8,8,14,8,16,0,16,8,8,8,15,15,0,15,8,14,21,0,15,7,15,22,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,8,8,8,15,15,0,9,15,14,0,15,8,8,16,9,8,9,7,17,8,8,7,9,9,9,15,8,8,9,8,0,0,9,9,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,9,8,8,8,8,8,9,0,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,9,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,7,7,8,15,14,15,7,0,15,0,15,7,7,15,7,7,8,8,15,7,7,7,7,7,7,14,7,7,8,8,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,14,7,8,0,15,7,7,7,15,15,21,14,7,15,0,0,15,7,14,22,14,7,15,15,21,7,7,14,14,7,7,14,7,14,15,8,0,0,7,7,14,14,21,14,0,14,7,14,7,0,0,7,14,14,7,8,0,22,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,16,15,15,8,15,15,0,0,9,8,19,8,8,11,9,15,10,8,7,8,8,10,15,10,8,11,9,0,0,8,8,7,14,15,10,0,8,8,8,8,0,0,9,8,16,8,10,0,18,10,7,7,7,7,7,8,8,7,7,0,9,0,7,10,8,7,10,7,7,9,7,7,8,8,10,7,9,7,10,7,0,0,8,8,7,7,7,9,0,7,0,7,7,0,0,7,7,9,7,7,0,9,10,8,8,15,8,15,8,8,7,14,0,8,7,0,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,16,16,22,16,9,15,22,0,19,10,15,0,16,8,19,16,22,10,8,14,16,9,11,15,10,15,19,9,0,0,9,9,14,14,22,17,0,15,8,15,8,0,0,9,15,16,8,10,0,25,18,8,8,15,8,15,9,9,7,14,0,8,8,15,16,0,8,16,14,15,8,8,14,16,9,9,8,8,15,16,8,0,0,9,9,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,16,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,0,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,16,9,15,9,9,8,15,0,11,10,15,19,16,8,0,15,15,10,8,14,16,9,11,8,10,15,19,9,0,0,9,9,14,7,15,17,0,15,1,15,8,0,0,8,15,9,8,9,0,18,18,8,8,15,8,14,7,7,8,15,0,9,7,14,16,14,7,15,0,14,7,7,14,14,7,7,7,7,14,15,8,0,0,7,7,14,7,14,14,0,14,0,14,7,0,0,8,14,7,7,9,0,15,14,8,8,15,15,22,17,8,15,21,0,15,7,15,22,15,8,15,14,0,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,8,8,8,8,8,8,8,7,7,0,10,9,8,10,8,8,10,7,8,0,8,7,8,8,10,8,10,8,10,8,0,0,8,8,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,9,14,7,14,7,7,7,14,0,7,7,14,14,14,7,14,14,14,7,7,0,14,7,9,9,7,14,16,9,0,0,7,7,14,7,16,16,0,14,0,16,7,0,0,9,14,9,7,7,0,16,14,8,8,15,8,15,9,9,7,14,0,8,8,15,16,16,8,16,14,15,8,8,14,0,9,9,8,8,15,16,8,0,0,9,9,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,16,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,0,9,8,8,8,9,8,0,0,9,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,8,10,8,8,8,9,9,7,7,0,10,10,8,11,9,8,11,7,8,10,8,9,9,9,0,10,10,8,13,10,0,0,9,9,7,7,10,12,0,8,1,10,8,0,0,10,8,11,8,8,0,12,11,8,10,8,22,15,15,8,14,14,0,15,7,8,15,8,8,8,7,15,8,8,9,8,8,10,0,8,15,10,10,0,0,8,8,14,14,17,17,0,8,8,10,8,0,7,10,8,16,8,15,0,17,8,8,8,8,8,8,8,8,7,7,0,10,9,8,10,8,8,10,7,8,10,8,7,8,8,10,8,0,8,10,8,0,0,8,8,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,8,8,15,15,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,15,8,0,15,8,0,0,8,8,22,7,15,23,0,15,1,15,8,0,7,8,15,7,8,15,0,15,15,8,10,16,9,15,9,9,8,15,0,11,10,15,19,16,8,19,15,15,10,8,16,16,9,13,10,10,15,0,11,0,0,9,9,14,7,17,19,0,15,1,17,8,0,0,10,15,11,8,9,0,20,18,8,10,9,9,8,8,8,8,8,0,9,7,8,9,8,8,9,8,8,8,8,9,8,8,10,10,8,8,11,0,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,9,0,11,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,0,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,9,0,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,7,7,14,14,14,7,7,7,14,0,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,14,7,22,14,7,0,0,7,7,0,7,14,22,0,14,0,14,7,0,7,7,14,7,7,14,0,14,14,7,7,7,14,14,14,7,14,14,0,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,0,14,7,0,7,7,7,7,0,0,7,7,14,7,7,0,14,7,8,10,15,15,22,15,8,14,21,0,15,7,15,22,15,8,15,14,22,8,8,16,15,8,10,17,8,15,17,10,0,0,8,8,14,14,0,17,0,15,8,17,8,0,0,10,15,16,8,8,0,24,15,8,12,15,15,15,8,8,7,14,0,10,9,15,17,15,8,17,14,15,10,8,16,15,8,12,17,10,23,19,10,0,0,8,8,22,7,17,0,0,15,1,17,8,0,7,12,15,11,8,15,0,19,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,0,1,15,8,0,0,8,15,7,8,8,0,15,15,1,1,1,8,8,8,1,7,7,0,8,0,1,8,1,1,1,0,8,1,1,0,1,1,1,8,1,1,1,1,0,0,1,1,0,7,8,1,0,1,0,1,1,0,0,1,1,7,1,1,0,8,1,8,10,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,16,15,8,10,10,8,15,17,10,0,0,8,8,14,7,17,17,0,15,1,0,8,0,0,10,15,9,8,8,0,17,15,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,7,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9,14,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,9,8,8,10,10,8,8,10,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,0,8,10,8,9,0,10,8,8,8,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,0,7,8,8,0,15,15,7,10,7,14,14,14,7,14,14,0,16,9,7,16,7,7,9,7,14,9,7,9,7,7,11,16,9,7,11,9,0,0,7,7,7,14,16,11,0,7,7,9,7,0,0,10,7,0,7,7,0,18,9,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,0,8,0,8,8,9,9,9,16,8,8,8,8,8,0,10,7,8,10,8,8,9,9,8,8,8,7,8,8,8,15,8,15,9,9,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,9,8,7,8,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,16,16,22,15,8,15,22,0,18,9,15,25,15,8,18,15,22,10,8,16,15,8,12,17,10,15,20,11,0,0,8,8,14,14,24,19,0,15,8,17,8,0,0,10,15,18,8,9,0,0,17,8,8,15,8,15,9,9,7,14,0,10,10,15,18,16,8,18,14,15,10,8,14,16,9,11,8,10,15,18,8,0,0,9,9,14,7,15,17,0,15,1,15,8,0,0,8,15,9,8,8,0,17,0,0,16,15,8,8,22,15,21,14,9,0,14,15,23,17,22,15,15,15,22,15,14,15,15,15,15,22,10,15,22,0,0,22,22,7,23,8,8,0,15,8,15,15,0,2,23,17,21,24,21,0,15,15,16,0,15,8,8,15,16,14,14,9,0,14,16,16,16,15,15,15,15,15,16,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,16,16,14,15,9,0,15,15,15,15,0,9,8,16,16,15,16,9,0,14,15,16,16,16,17,15,15,15,15,14,15,16,9,15,15,8,16,16,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,9,0,16,15,8,8,9,0,16,15,8,15,15,16,0,7,8,16,8,9,9,8,15,8,8,7,8,8,8,16,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,17,8,8,8,8,16,0,15,8,14,14,15,0,7,8,15,8,9,8,7,15,8,8,7,8,8,8,16,8,8,8,8,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,8,0,16,8,22,15,16,15,15,0,16,28,22,15,0,14,15,22,16,23,16,14,22,15,15,14,15,16,16,22,22,8,15,22,0,0,22,22,7,28,15,8,0,15,15,15,15,0,0,22,15,28,22,15,0,22,15,15,16,16,8,8,16,0,14,15,8,0,14,16,15,17,16,16,14,15,15,16,14,16,17,9,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,21,14,15,15,14,28,14,0,22,15,0,14,14,22,14,21,15,15,21,14,14,14,14,14,14,21,21,7,15,22,0,0,21,21,7,28,14,7,0,14,14,14,14,0,0,21,14,28,21,15,0,22,14,14,14,16,15,14,22,15,22,0,15,0,14,14,22,15,15,16,15,21,14,14,14,14,15,8,21,14,7,15,15,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,22,14,9,9,9,16,15,15,8,15,15,0,0,9,8,19,8,8,11,9,15,10,8,7,8,8,10,15,10,8,11,9,0,0,8,8,7,14,15,10,0,8,8,8,8,0,0,9,8,16,8,10,0,18,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,9,0,0,14,16,14,14,16,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,16,15,16,15,8,8,15,16,14,14,8,0,14,0,15,16,15,15,14,15,15,16,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,23,16,16,16,15,22,15,22,22,19,0,16,15,0,17,15,18,16,22,24,15,14,15,15,10,22,17,10,18,16,0,0,15,15,7,23,15,10,0,15,15,15,15,0,2,16,17,23,17,15,0,25,17,17,16,16,8,8,16,17,14,15,8,0,14,16,17,0,16,16,14,15,17,16,14,16,17,9,15,16,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,18,14,17,10,0,15,15,22,15,16,9,9,23,16,21,15,8,0,14,15,15,16,0,16,14,15,15,15,14,15,16,16,16,22,8,15,22,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,16,15,15,15,17,9,8,16,16,15,16,11,0,16,15,18,16,16,0,15,15,17,15,14,15,16,11,15,17,8,18,16,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,9,0,18,17,15,15,15,8,7,14,14,15,15,9,0,14,14,16,14,14,15,0,14,14,14,14,14,14,7,14,14,7,15,15,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,15,14,14,14,9,0,15,14,15,15,15,15,15,22,15,21,21,15,0,14,15,22,15,15,15,14,0,15,15,14,15,15,8,22,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,15,22,15,15,8,8,15,15,14,14,10,0,16,15,24,17,15,17,14,15,0,15,14,15,15,10,15,17,10,17,15,0,0,15,15,7,16,8,10,0,15,8,15,15,0,2,15,17,16,17,13,0,17,17,15,16,15,8,8,15,16,14,14,8,0,14,16,15,16,15,15,14,15,15,0,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,0,14,14,14,14,14,14,14,14,14,14,0,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,15,16,15,8,8,15,16,14,14,8,0,14,16,15,16,15,15,14,15,15,16,14,0,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,15,16,16,8,8,16,17,14,15,8,0,14,16,15,17,16,16,14,15,15,16,14,16,0,9,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,15,8,9,8,8,16,9,14,8,10,0,9,8,10,9,16,11,7,8,10,8,7,8,9,0,8,17,8,10,15,0,0,15,15,7,14,8,10,0,8,1,8,8,0,0,15,8,16,15,15,0,10,10,15,15,15,16,16,22,15,21,21,15,0,14,15,22,15,16,15,14,22,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,23,15,22,16,15,8,8,22,16,21,14,10,0,16,16,17,16,22,17,14,15,17,16,14,16,16,17,15,0,8,17,22,0,0,22,22,7,21,8,10,0,15,8,15,15,0,0,22,16,23,22,15,0,17,17,10,8,8,8,8,8,8,7,7,8,0,7,8,10,10,8,8,7,8,10,8,7,8,8,8,8,8,0,8,8,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,8,10,7,10,10,0,8,8,15,15,16,9,8,15,15,15,15,11,0,16,15,18,15,15,18,15,15,17,15,14,15,15,10,15,17,8,0,16,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,9,0,18,17,22,15,16,9,8,22,15,22,15,9,0,14,15,16,15,22,16,15,15,15,15,14,15,15,15,15,22,8,16,0,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,16,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,15,15,8,8,22,15,21,14,8,0,14,15,15,15,22,15,14,15,15,15,14,15,15,15,15,22,8,15,22,0,0,0,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,15,15,22,15,15,8,8,22,15,21,14,8,0,14,15,15,15,22,15,14,15,15,15,14,15,15,15,15,22,8,15,22,0,0,22,0,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,15,15,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,23,14,14,14,14,28,14,28,21,14,0,14,14,23,16,21,14,14,21,16,14,14,14,14,14,21,21,9,14,21,0,0,21,21,7,0,14,7,0,14,14,14,14,0,2,21,16,28,23,16,0,21,14,8,8,8,15,15,15,8,14,14,15,0,7,8,15,8,8,8,7,15,8,8,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,0,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,8,8,8,8,8,8,8,8,7,7,10,0,9,8,10,8,8,10,7,8,10,8,7,8,8,10,8,10,8,10,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,0,8,15,15,0,0,15,15,14,15,8,0,15,15,8,8,8,8,8,15,8,14,14,8,0,7,8,15,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,15,8,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,1,0,23,16,15,8,8,22,15,21,14,9,0,14,15,16,15,22,15,15,15,15,15,14,15,15,15,15,22,8,15,22,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,0,15,21,22,16,0,15,15,17,16,15,8,8,15,16,14,14,8,0,14,16,17,18,15,15,14,15,17,16,14,16,16,8,15,16,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,0,14,17,10,0,15,15,21,14,14,14,14,28,14,28,21,16,0,16,14,23,14,21,16,14,21,16,14,14,14,14,16,21,23,7,16,21,0,0,21,21,7,28,14,9,0,14,14,14,14,0,0,21,14,0,21,14,0,23,16,24,15,15,8,8,22,15,21,14,8,0,14,15,17,17,22,15,14,15,17,15,14,15,15,15,15,22,10,15,22,0,0,22,22,7,23,8,8,0,15,8,15,15,0,2,22,17,21,0,17,0,15,15,21,9,9,9,8,15,8,15,8,10,0,7,8,15,10,15,9,9,8,13,8,7,8,8,15,8,15,10,9,16,0,0,15,15,7,16,8,8,0,8,1,8,8,0,2,16,10,14,17,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,16,17,16,22,15,22,22,18,0,16,15,25,15,16,18,15,22,17,15,14,15,15,10,23,17,8,18,16,0,0,15,15,7,21,15,10,0,15,15,15,15,0,1,15,15,23,15,9,0,0,17,15,15,15,8,8,15,15,14,14,10,0,16,15,17,15,15,17,14,15,17,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,0,0,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,0,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,0,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,7,7,7,0,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,7,7,7,7,0,7,9,7,7,7,7,0,7,7,7,9,7,9,7,7,7,7,9,7,7,7,9,7,7,7,0,0,9,9,7,7,7,7,0,7,2,7,9,0,0,7,7,7,7,7,0,7,7,14,14,14,7,7,0,15,14,14,8,14,0,14,15,15,14,15,14,14,14,14,14,15,15,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,14,14,14,7,9,15,0,14,14,8,14,0,14,15,15,16,15,16,14,14,21,14,17,15,8,14,16,7,15,14,0,0,17,17,7,14,7,7,0,14,9,14,23,0,7,14,14,14,14,7,0,14,15,14,14,14,7,7,14,14,0,15,7,14,0,14,14,14,14,14,15,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,14,14,14,7,7,14,14,15,0,7,14,0,14,14,14,14,14,15,14,14,14,16,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,7,7,7,7,7,8,8,7,7,0,9,0,7,10,8,7,10,7,7,9,7,7,8,8,10,7,9,7,10,7,0,0,8,8,7,7,7,9,0,7,0,7,7,0,0,7,7,9,7,7,0,9,10,14,14,14,7,7,14,14,14,14,9,0,0,14,16,14,14,16,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,0,0,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,7,15,15,14,14,10,16,0,14,0,15,14,17,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,14,14,14,7,7,15,15,14,14,8,14,0,14,15,0,14,15,14,14,14,14,14,15,15,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,14,14,14,7,9,14,16,14,14,7,14,0,14,14,14,0,14,16,14,14,14,14,16,14,7,14,16,7,14,14,0,0,16,16,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,14,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,0,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,14,14,14,7,9,14,16,15,15,7,14,0,14,14,14,16,14,0,14,14,14,15,16,14,7,14,16,7,14,14,0,0,16,16,8,15,7,7,0,14,9,14,16,0,1,14,14,15,14,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,0,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,7,14,14,14,14,9,16,0,14,16,14,14,16,14,14,0,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,16,14,14,14,7,7,14,21,14,14,7,14,0,14,14,14,14,14,14,14,14,0,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,21,0,7,14,14,14,14,7,0,14,14,14,14,14,7,7,14,14,15,16,7,14,0,14,14,14,14,14,15,14,14,14,0,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,0,15,8,14,16,7,15,14,0,0,17,17,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,14,14,14,7,7,15,15,14,14,8,14,0,14,15,15,14,15,14,14,14,14,14,15,0,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,7,7,7,7,7,8,8,7,7,10,9,0,7,10,8,7,10,7,7,9,7,7,8,8,0,7,9,7,10,7,0,0,8,8,7,7,7,9,0,7,0,7,7,0,0,7,7,9,7,7,0,9,10,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,0,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,9,14,16,14,14,9,16,0,14,16,14,16,16,16,14,16,14,14,16,14,9,14,0,7,16,14,0,0,16,16,7,14,7,9,0,14,9,14,16,0,0,14,14,16,14,7,0,16,16,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,17,14,14,16,14,14,15,15,10,14,16,7,0,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,0,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,17,15,8,14,16,7,15,14,0,0,0,17,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,17,15,8,14,16,7,15,14,0,0,17,0,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,7,7,7,7,7,7,7,8,8,7,7,0,7,7,7,7,7,8,7,7,7,8,7,7,7,7,7,7,7,7,0,0,7,7,0,8,7,7,0,7,0,7,7,0,1,7,7,8,7,7,0,7,7,14,14,14,7,7,14,14,15,15,7,14,0,14,14,14,14,14,15,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,0,7,7,0,14,7,14,14,0,1,14,14,15,14,7,0,14,14,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,0,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,9,9,0,7,9,7,7,9,7,7,9,7,7,7,7,9,7,9,7,9,7,0,0,7,7,7,7,7,0,0,7,0,7,7,0,0,7,7,9,7,7,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,0,7,14,14,0,0,14,14,14,14,7,0,14,14,7,7,7,0,2,7,9,7,7,0,7,0,7,7,7,9,7,9,7,7,7,7,9,7,0,7,9,0,7,7,0,0,9,9,0,7,0,0,0,7,0,7,9,0,0,7,7,7,7,0,0,7,7,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,0,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,9,14,23,14,14,7,14,0,14,14,14,16,14,16,14,14,21,14,16,14,7,14,16,7,14,14,0,0,16,16,7,14,7,7,0,14,9,14,0,0,7,14,14,14,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,1,1,0,0,0,0,0,0,0,0,1,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,7,0,0,0,0,1,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,0,14,14,14,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,0,14,14,7,0,14,14,14,14,14,7,7,14,14,16,16,9,16,0,14,16,14,14,16,15,14,16,14,16,14,14,9,14,16,7,16,14,0,0,14,14,8,15,7,9,0,14,7,14,14,0,1,14,14,0,14,7,0,16,16,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,0,7,0,14,14,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,9,16,0,14,16,14,14,16,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,0,16,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,17,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,0,0,18,17,8,10,18,26,16,16,8,15,14,0,15,25,24,23,16,17,22,25,16,25,26,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,18,0,17,8,10,18,19,16,16,8,16,14,0,15,18,17,15,16,17,15,18,16,18,19,8,17,17,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,18,14,18,10,0,15,16,17,17,0,8,18,17,17,21,27,15,15,14,0,22,24,17,22,24,26,16,17,23,24,17,8,18,17,17,23,18,0,0,17,17,18,16,18,17,0,24,11,24,17,0,2,17,24,14,19,11,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,0,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,18,8,0,10,10,10,16,15,8,7,0,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,18,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,18,18,17,8,10,0,18,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,26,19,17,8,10,18,0,16,16,8,16,14,0,15,26,25,24,16,17,23,26,16,27,28,17,17,17,10,24,17,0,0,18,17,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,16,16,16,21,7,10,16,16,0,20,7,14,14,0,14,16,16,14,17,18,15,16,16,16,16,7,17,15,9,14,17,0,0,16,16,11,16,10,8,0,16,10,16,16,0,2,16,16,14,17,10,0,14,14,16,16,27,7,16,16,16,20,0,14,14,14,0,21,23,16,21,23,25,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,18,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,8,8,15,8,15,8,8,7,14,0,8,7,0,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,15,16,15,8,8,15,16,14,14,8,0,14,0,15,16,15,15,14,15,15,16,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,0,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,0,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,25,18,24,8,17,17,26,16,23,15,16,14,0,22,0,24,30,23,24,22,26,23,33,26,16,17,16,17,30,17,0,0,17,17,16,16,17,15,0,32,10,24,17,0,2,17,25,14,24,10,0,22,22,24,17,17,8,10,17,25,16,16,8,15,14,0,15,24,0,23,16,17,23,24,16,25,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,23,15,22,8,15,15,24,14,21,15,15,14,0,22,30,23,0,21,22,23,23,21,31,24,17,15,15,15,31,15,0,0,15,15,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,22,16,16,24,7,17,16,16,17,23,14,14,14,0,21,23,16,21,0,23,15,16,23,23,16,7,17,15,16,21,17,0,0,16,16,16,16,17,15,0,23,10,23,16,0,2,16,23,14,17,10,0,21,21,17,17,26,8,17,17,17,18,25,15,15,14,0,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,18,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,22,15,16,8,9,15,23,15,14,8,15,14,0,15,22,23,23,15,15,0,22,14,23,23,16,16,16,8,23,16,0,0,15,15,7,14,9,9,0,23,9,15,15,0,0,16,15,14,23,9,0,15,15,25,18,17,8,10,17,26,16,16,8,16,14,0,15,26,24,23,16,17,22,0,16,26,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,0,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,11,0,21,21,25,18,24,8,17,17,27,16,23,15,16,14,0,22,33,25,31,23,24,23,26,23,0,27,17,17,16,17,31,17,0,0,17,17,16,16,17,15,0,33,10,24,17,0,2,18,25,14,24,10,0,22,22,26,19,17,8,10,18,28,16,16,8,16,14,0,15,26,25,24,16,17,23,26,16,27,0,17,17,17,10,24,17,0,0,18,17,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,16,16,8,8,8,8,8,17,7,7,8,8,7,0,8,16,16,17,7,8,16,16,7,17,17,0,8,8,8,17,8,0,0,8,8,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,8,17,17,18,8,11,17,17,17,16,8,15,14,0,15,17,17,15,17,17,16,17,16,17,17,8,0,16,10,15,18,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,18,11,0,15,15,16,17,17,8,9,16,17,15,14,8,16,14,0,15,16,15,15,15,15,16,16,14,16,17,8,16,0,8,16,16,0,0,16,15,7,14,9,11,0,16,9,15,15,0,1,16,16,16,18,9,0,15,18,10,10,17,8,17,10,10,9,16,15,8,7,0,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,23,15,23,8,15,15,24,14,21,15,15,14,0,22,30,23,31,21,22,23,23,21,31,24,17,15,16,15,0,15,0,0,15,15,14,14,15,16,0,31,8,22,15,0,0,16,22,14,23,8,0,22,22,17,17,18,8,11,17,17,17,16,8,15,14,0,15,17,17,15,17,17,16,17,16,17,17,8,18,16,10,15,0,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,18,11,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,10,18,18,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,17,17,17,8,10,17,17,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,9,9,18,7,16,9,9,11,18,14,7,7,0,14,16,9,14,16,18,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,0,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,18,8,18,10,10,10,16,15,8,7,0,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,0,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,9,9,17,8,16,9,9,8,14,15,8,7,0,15,15,8,15,15,15,9,8,14,15,9,8,9,11,15,16,9,0,0,9,8,14,7,16,0,0,16,2,15,8,0,1,9,15,7,11,9,0,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,18,24,8,17,18,27,16,23,15,15,14,0,22,32,25,31,23,24,23,25,23,33,27,17,17,16,17,31,17,0,0,18,17,16,16,17,16,0,0,10,24,17,0,3,19,24,14,25,10,0,22,23,10,10,11,1,4,10,10,10,9,1,8,7,0,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,17,17,24,8,17,17,17,16,23,15,15,14,0,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,0,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,18,18,17,8,10,18,19,16,16,8,15,14,0,15,17,18,16,16,17,16,17,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,17,18,24,8,17,17,18,16,23,15,16,14,0,22,25,17,22,23,24,15,18,23,25,18,8,17,16,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,14,7,7,14,14,14,14,7,14,14,0,14,14,14,14,14,14,14,14,14,14,14,7,14,16,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,16,25,18,19,8,11,18,25,17,16,8,15,14,0,15,24,24,22,17,17,23,24,16,24,25,15,18,18,10,23,18,0,0,18,17,9,16,11,11,0,25,11,17,17,0,3,18,17,14,0,11,0,15,16,10,10,11,8,11,10,10,10,9,8,8,7,0,8,10,10,8,10,10,9,10,11,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,0,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,16,16,22,8,15,16,16,14,21,15,15,14,0,22,22,15,22,21,22,15,15,21,22,16,8,15,18,15,22,15,0,0,16,15,14,14,15,16,0,23,8,22,15,0,1,16,22,16,16,8,0,22,0,0,16,16,8,8,15,15,15,14,9,23,14,15,0,18,15,16,15,15,22,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,16,17,14,17,14,0,15,15,16,0,15,8,8,15,15,14,14,9,16,14,15,0,15,15,15,15,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,16,15,14,15,9,0,15,15,16,15,0,9,15,15,15,16,22,16,16,14,22,0,23,15,24,22,22,15,15,21,22,15,8,15,15,15,23,16,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,9,0,23,22,8,8,9,0,15,15,8,15,15,16,16,7,8,0,8,8,9,8,15,8,8,7,8,8,8,15,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,16,8,8,8,15,15,0,15,8,14,21,22,15,7,15,0,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,15,15,15,15,15,0,16,21,21,16,22,15,15,0,16,15,16,14,22,15,15,14,16,16,9,22,15,8,16,15,0,0,16,16,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,16,15,15,15,8,8,16,0,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,15,14,16,15,14,21,14,0,22,15,22,14,14,0,15,14,16,15,21,14,14,14,14,14,7,21,14,7,15,15,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,22,14,14,14,22,15,21,21,14,22,0,22,22,14,21,0,21,14,22,22,28,14,14,21,21,14,7,21,14,14,22,15,0,0,14,14,14,21,21,14,0,21,14,21,14,0,0,14,21,21,14,8,0,29,21,9,9,16,16,22,16,9,15,22,0,19,10,15,0,16,8,19,16,22,10,8,14,16,9,11,15,10,15,19,9,0,0,9,9,14,14,22,17,0,15,8,15,8,0,0,9,15,16,8,10,0,25,18,23,16,16,16,15,22,15,22,22,19,0,16,15,0,17,15,18,16,22,24,15,14,15,15,10,22,17,10,18,16,0,0,15,15,7,23,15,10,0,15,15,15,15,0,2,16,17,23,17,15,0,25,17,14,14,14,7,7,15,15,14,14,10,16,0,14,0,15,14,17,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,15,15,22,8,15,15,15,14,21,15,15,14,0,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,15,23,8,15,16,16,15,21,16,17,15,22,0,0,15,24,21,22,17,15,21,23,16,9,15,15,17,23,15,0,0,16,16,14,16,15,15,0,22,8,22,15,0,2,15,24,14,17,10,0,22,23,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,0,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,16,15,24,9,15,16,16,16,22,19,18,17,22,0,24,15,0,22,22,17,15,21,23,16,11,15,17,15,26,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,25,25,15,15,22,8,14,14,14,15,22,16,16,14,21,0,21,14,22,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,15,21,14,14,9,0,22,21,15,15,22,15,22,22,15,21,28,22,22,14,22,0,22,15,22,21,0,15,15,21,22,15,8,22,15,15,22,15,0,0,15,15,14,21,22,15,0,22,15,22,15,0,0,15,22,21,15,8,0,29,22,22,15,15,8,8,15,15,14,14,10,24,16,15,0,17,15,17,14,15,0,15,14,15,15,10,15,17,10,17,15,0,0,15,15,7,16,8,10,0,15,8,15,15,0,2,15,17,16,17,13,0,17,17,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,15,15,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,14,14,21,7,14,14,14,14,21,14,14,14,21,0,21,14,21,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,21,15,15,22,8,15,16,16,14,21,16,15,15,22,0,23,15,23,21,22,15,15,21,0,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,23,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,0,9,15,15,8,16,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,8,8,8,8,8,9,9,7,7,11,10,10,8,0,9,8,11,7,8,10,8,7,9,9,0,8,10,8,11,8,0,0,9,9,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,11,15,15,15,15,15,22,15,21,21,15,22,14,15,0,15,15,15,14,22,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,15,15,15,15,8,8,15,15,14,14,10,17,16,15,0,15,15,17,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,17,10,8,15,8,15,8,8,7,14,15,10,7,15,0,17,8,15,14,15,10,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,9,15,15,0,15,1,15,8,0,2,8,17,7,10,10,0,15,15,15,15,23,9,15,16,16,15,22,19,18,17,22,0,23,15,26,22,22,17,15,21,23,16,11,15,17,15,0,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,25,25,15,15,16,9,8,15,15,15,15,9,16,14,15,0,15,15,16,15,15,15,15,14,15,15,8,15,15,8,16,0,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,9,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,7,7,14,7,14,7,7,7,14,14,7,7,14,0,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,16,14,14,14,14,21,14,21,21,14,23,14,14,0,16,14,14,14,21,16,14,14,14,14,7,21,14,9,14,14,0,0,14,14,7,0,14,7,0,14,14,14,14,0,2,14,16,21,16,9,0,21,14,8,8,15,15,22,15,8,14,21,22,15,7,15,0,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,0,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,8,8,15,8,15,8,8,7,14,17,10,9,15,0,15,8,17,14,15,10,8,14,15,8,10,8,10,15,17,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,9,8,8,0,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,22,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,15,22,14,15,8,0,22,22,8,8,8,8,8,15,8,14,14,8,15,7,8,0,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,15,8,15,15,22,8,15,15,15,14,21,15,15,14,22,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,22,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,0,0,16,16,15,8,8,15,15,14,14,9,16,14,15,0,15,15,15,15,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,0,15,14,15,9,0,15,15,17,15,22,8,15,15,15,14,21,15,17,14,22,0,24,15,22,21,22,17,15,21,22,15,8,15,15,17,22,15,0,0,15,15,14,16,15,15,0,22,8,22,15,0,2,15,0,14,17,10,0,22,22,14,14,14,14,14,21,14,21,21,16,23,16,14,0,14,14,16,14,21,16,14,14,14,14,9,21,16,7,16,14,0,0,14,14,7,21,14,9,0,14,14,14,14,0,0,14,14,0,14,7,0,23,16,17,15,15,8,8,15,15,14,14,8,17,14,15,0,17,15,15,14,15,17,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,17,14,0,10,0,15,15,14,9,9,9,8,8,8,8,8,10,15,7,8,0,10,8,9,9,8,13,8,7,8,8,8,8,8,10,9,9,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,9,10,7,10,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,23,16,22,22,15,22,29,25,25,16,22,0,22,15,25,22,29,17,15,21,22,15,10,22,17,15,25,16,0,0,15,15,14,21,22,17,0,22,15,22,15,0,0,15,22,23,15,9,0,0,24,15,15,22,8,15,16,16,14,21,18,17,17,22,0,23,15,25,21,22,17,15,21,23,16,11,15,17,15,25,15,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,8,0,24,0,0,17,18,8,10,17,25,18,16,8,17,14,25,18,0,24,24,17,18,24,26,16,25,25,16,17,15,12,23,17,0,0,17,18,9,18,10,8,0,26,10,18,17,0,4,17,19,14,26,12,0,15,15,17,0,17,8,10,17,18,16,16,8,16,14,18,15,0,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,18,14,17,10,0,15,15,18,17,0,8,17,18,19,17,24,15,16,14,24,23,0,19,25,23,24,16,17,23,24,18,9,18,15,17,22,18,0,0,17,17,16,16,17,15,0,24,10,24,18,0,2,17,24,14,17,10,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,8,8,0,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,0,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,17,17,18,8,10,0,19,16,17,9,16,15,17,16,0,18,17,16,17,15,17,16,18,19,10,17,15,10,16,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,25,18,19,8,10,19,0,16,17,9,17,15,26,16,0,26,26,16,17,23,26,16,27,28,18,18,16,10,24,18,0,0,18,18,9,16,10,8,0,25,10,17,18,0,2,17,18,14,24,10,0,15,16,18,16,17,7,9,16,16,0,16,7,14,14,16,15,0,16,15,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,16,16,24,7,16,17,17,16,0,14,15,14,23,21,0,17,22,23,23,14,16,23,23,17,8,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,8,8,15,8,15,9,9,7,14,0,8,8,15,16,0,8,16,14,15,8,8,14,16,9,9,8,8,15,16,8,0,0,9,9,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,16,17,16,16,8,8,16,17,14,15,8,0,14,16,17,0,16,16,14,15,17,16,14,16,17,9,15,16,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,18,14,17,10,0,15,15,14,14,14,7,7,15,15,14,14,8,14,0,14,15,0,14,15,14,14,14,14,14,15,15,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,25,18,24,8,17,17,26,16,23,15,16,14,0,22,0,24,30,23,24,22,26,23,33,26,16,17,16,17,30,17,0,0,17,17,16,16,17,15,0,32,10,24,17,0,2,17,25,14,24,10,0,22,22,18,15,23,8,15,16,16,15,21,16,17,15,22,0,0,15,24,21,22,17,15,21,23,16,9,15,15,17,23,15,0,0,16,16,14,16,15,15,0,22,8,22,15,0,2,15,24,14,17,10,0,22,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,19,8,10,18,26,16,17,8,16,14,24,15,0,0,24,16,17,23,24,16,24,25,16,18,15,10,22,18,0,0,17,17,9,16,10,8,0,24,10,17,18,0,2,17,17,14,24,10,0,15,15,24,15,25,8,15,17,26,15,22,16,16,15,30,24,0,24,0,21,22,23,23,21,31,25,18,16,15,15,31,16,0,0,16,16,14,14,15,15,0,30,8,22,16,0,0,15,22,14,22,8,0,22,23,17,16,23,7,16,16,16,17,23,14,14,14,23,21,0,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,24,9,24,16,0,2,16,23,14,16,9,0,21,21,18,17,24,8,17,17,17,17,23,15,15,14,24,22,0,17,22,24,0,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,25,17,0,2,17,24,14,17,10,0,22,22,24,15,16,8,8,15,23,14,14,8,17,14,22,17,0,23,23,14,15,0,22,14,22,22,15,16,15,10,22,16,0,0,15,15,7,16,8,8,0,22,8,15,16,0,2,15,17,14,24,10,0,15,15,26,18,17,8,10,17,26,17,16,8,16,14,26,15,0,24,23,17,18,22,0,16,26,26,16,17,16,10,23,17,0,0,17,18,9,16,10,8,0,26,10,18,17,0,2,17,18,14,24,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,23,21,0,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,25,18,24,8,17,18,27,16,23,16,16,15,33,23,0,24,31,23,24,22,26,23,0,27,17,17,16,17,31,17,0,0,18,18,16,16,17,15,0,32,10,24,17,0,2,17,25,14,24,10,0,22,23,25,18,18,8,10,19,28,16,17,9,17,15,26,16,0,25,25,16,17,22,26,16,27,0,18,17,16,10,24,17,0,0,18,18,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,16,16,8,9,8,8,10,18,7,8,9,9,8,16,9,0,16,18,7,8,15,16,7,17,18,0,8,8,8,17,8,0,0,9,9,7,7,8,8,0,16,1,8,8,0,0,8,8,7,15,8,0,8,9,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,15,16,15,8,8,15,16,14,14,8,16,14,16,15,0,15,15,14,15,15,16,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,12,10,17,8,17,10,10,9,16,15,10,7,17,17,0,10,15,16,17,10,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,11,17,15,0,17,3,17,10,0,4,10,19,7,12,12,0,15,15,23,15,22,8,15,16,24,14,21,16,15,15,30,23,0,22,31,21,22,22,23,21,31,24,17,15,15,15,0,15,0,0,16,16,14,14,15,15,0,30,8,22,15,0,0,15,22,14,22,8,0,22,23,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,18,18,16,16,9,15,15,17,16,0,17,16,16,17,15,17,16,18,18,9,17,15,10,16,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,18,17,17,8,10,18,18,17,16,9,15,15,17,16,0,17,16,17,18,15,18,16,18,18,9,17,15,10,16,17,0,0,18,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,16,9,9,16,7,16,9,9,9,16,14,7,7,16,14,0,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,18,16,16,7,9,16,16,16,16,7,16,14,16,16,0,16,14,16,16,16,16,16,16,16,7,16,14,11,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,4,16,18,14,18,11,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,0,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,0,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,17,24,8,17,17,25,17,23,15,15,14,32,22,0,24,30,24,25,22,26,23,32,25,16,17,15,17,30,17,0,0,17,18,16,16,17,15,0,0,10,25,17,0,2,17,24,14,24,10,0,22,22,10,10,10,1,3,10,10,9,9,1,8,7,10,8,0,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,18,17,24,8,17,17,17,17,23,15,15,14,24,22,0,17,22,24,25,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,2,0,2,2,2,2,2,0,2,0,2,2,0,2,0,2,2,2,2,2,2,2,0,2,0,4,0,2,0,0,2,2,2,4,2,0,0,2,2,2,2,0,0,2,5,0,4,4,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,0,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,17,14,17,10,0,15,15,19,18,24,8,17,17,18,16,23,15,18,14,25,24,0,17,22,23,24,17,18,23,25,18,8,17,16,19,22,17,0,0,17,17,16,18,17,15,0,24,10,24,17,0,5,17,0,14,19,12,0,22,22,14,14,14,7,7,14,14,14,14,7,14,14,14,14,0,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,26,17,17,8,10,17,24,16,16,8,17,14,24,17,0,24,22,16,17,24,24,16,24,24,15,17,15,12,22,17,0,0,17,17,9,18,10,8,0,24,10,17,17,0,4,17,19,14,0,12,0,15,15,12,10,10,8,10,10,10,9,9,8,10,7,10,10,0,10,8,9,10,10,10,9,10,10,8,10,8,12,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,12,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,0,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,15,15,22,8,15,16,16,14,21,16,15,15,22,23,0,15,23,21,22,15,15,21,23,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,0,18,18,9,10,24,24,24,17,8,22,14,24,15,24,0,23,16,18,22,25,16,24,24,22,18,22,10,22,24,0,0,25,25,9,23,10,8,0,25,10,17,17,0,2,25,17,21,31,17,0,16,15,18,0,17,9,10,17,17,16,17,8,15,14,17,15,17,0,15,16,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,18,17,0,8,10,18,19,17,17,8,16,14,17,15,19,0,18,16,17,16,17,16,17,18,9,19,15,10,15,18,0,0,18,18,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,16,15,9,9,8,0,9,8,8,7,8,8,9,7,8,8,8,0,8,7,9,8,9,7,8,8,8,9,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,9,8,7,8,8,0,9,8,10,10,10,9,0,10,12,9,9,8,9,9,10,8,10,0,8,11,10,8,10,9,12,10,8,11,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,9,8,24,17,18,8,10,0,18,23,17,8,23,14,17,15,18,0,16,16,17,15,17,16,17,18,16,17,22,10,15,24,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,24,17,19,8,12,18,0,16,17,8,16,16,25,15,26,0,25,18,17,24,24,16,27,26,17,18,17,10,23,18,0,0,19,19,9,16,10,8,0,25,12,17,20,0,2,18,17,14,24,10,0,15,15,24,16,17,7,9,23,16,0,16,7,21,14,16,14,16,0,15,16,16,14,16,16,16,16,14,17,21,9,14,23,0,0,24,24,9,23,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,15,14,17,17,17,8,9,17,17,16,0,7,15,14,16,14,17,0,15,16,17,14,17,16,16,17,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,0,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,22,15,16,9,9,23,16,21,15,8,0,14,15,15,16,0,16,14,15,15,15,14,15,16,16,16,22,8,15,22,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,16,15,14,14,14,7,9,14,16,14,14,7,14,0,14,14,14,0,14,16,14,14,14,14,16,14,7,14,16,7,14,14,0,0,16,16,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,14,24,17,17,8,10,17,25,16,16,8,15,14,0,15,24,0,23,16,17,23,24,16,25,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,0,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,24,17,19,8,10,18,26,16,17,8,16,14,24,15,0,0,24,16,17,23,24,16,24,25,16,18,15,10,22,18,0,0,17,17,9,16,10,8,0,24,10,17,18,0,2,17,17,14,24,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,15,18,8,8,16,25,15,15,8,16,14,23,15,24,0,0,16,15,24,22,14,23,24,17,17,15,8,23,16,0,0,16,16,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,16,15,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,0,16,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,0,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,22,15,16,8,8,15,24,14,14,8,15,14,23,15,23,0,24,14,15,0,22,14,23,23,16,16,15,8,23,16,0,0,15,15,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,15,15,25,18,17,9,10,17,24,16,17,8,15,14,24,15,24,0,22,16,18,22,0,16,24,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,0,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,24,17,17,8,12,17,27,16,16,8,15,16,25,15,24,0,23,18,17,23,24,16,0,25,16,17,17,10,23,17,0,0,19,19,9,16,10,8,0,25,12,17,19,0,2,18,17,14,24,10,0,15,15,24,17,18,8,10,18,26,16,17,8,16,14,25,15,25,0,24,16,17,23,24,16,25,0,17,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,22,8,9,8,8,16,17,14,8,8,16,7,16,8,16,0,17,7,8,16,15,7,16,17,0,8,15,8,16,15,0,0,15,15,7,14,8,8,0,16,1,8,8,0,0,16,8,14,22,15,0,8,8,18,17,19,9,11,17,18,17,16,8,16,14,17,15,18,0,17,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,18,18,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,17,15,22,15,15,8,10,22,17,21,14,8,22,16,15,15,15,0,15,16,15,15,15,14,17,15,15,15,0,8,15,22,0,0,24,24,7,21,8,8,0,15,10,15,17,0,0,22,15,21,22,15,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,0,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,0,23,14,15,23,22,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,16,15,14,22,8,0,15,15,24,17,18,8,10,24,18,23,16,8,22,14,17,15,18,0,16,16,17,16,17,16,17,17,15,18,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,18,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,17,18,8,12,24,19,24,16,8,22,16,17,15,17,0,16,18,17,15,17,16,19,17,15,18,24,10,15,24,0,0,0,27,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,15,25,17,18,8,12,24,19,24,16,8,22,16,17,15,17,0,16,18,17,15,17,16,19,17,15,18,24,10,15,24,0,0,27,0,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,0,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,0,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,0,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,0,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,9,10,17,25,16,17,8,15,14,25,15,24,0,23,16,18,23,25,16,25,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,19,17,14,24,10,0,15,15,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,0,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,0,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,18,8,12,17,20,16,16,8,15,16,17,15,18,0,16,18,17,16,17,16,19,17,8,18,17,10,15,18,0,0,19,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,0,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,25,18,17,9,10,24,18,23,17,8,22,14,18,15,17,0,16,16,18,16,18,16,18,18,16,17,22,10,16,24,0,0,24,24,9,23,10,8,0,19,10,17,17,0,2,0,17,21,24,17,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,0,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,0,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,31,17,17,8,10,24,24,23,16,8,22,14,24,15,24,0,22,16,17,22,24,16,24,24,22,17,22,10,22,24,0,0,24,24,9,23,10,8,0,24,10,17,17,0,2,24,17,21,0,17,0,15,15,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,0,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,9,9,15,15,15,14,8,16,14,15,15,15,0,16,14,15,15,15,14,15,15,8,17,15,8,15,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,0,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,15,17,8,8,15,23,16,14,8,15,14,23,16,24,23,0,14,15,22,23,14,23,23,16,16,15,8,23,15,0,0,16,16,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,16,15,15,0,15,8,8,15,15,14,14,8,15,14,15,15,15,15,0,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,17,15,0,9,15,16,17,17,23,16,17,14,22,24,25,18,0,22,22,16,15,21,22,16,9,17,15,15,23,17,0,0,16,16,14,14,15,15,0,22,8,22,16,0,0,15,22,14,15,9,0,24,22,8,8,9,0,8,10,8,8,8,9,9,7,8,9,8,8,0,8,8,8,10,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,10,1,8,8,0,0,8,8,7,8,9,0,9,10,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,15,15,16,10,8,0,17,14,15,9,16,15,15,16,17,16,0,14,15,15,17,14,16,17,10,15,15,8,16,15,0,0,16,16,7,14,8,8,0,17,8,15,15,0,0,15,15,14,15,8,0,15,18,23,15,17,8,8,17,0,14,15,9,16,15,24,16,26,25,0,14,15,24,23,14,25,26,19,16,15,8,25,16,0,0,16,16,7,14,8,8,0,24,8,15,16,0,0,16,15,14,22,8,0,15,16,16,14,17,8,7,14,14,0,15,8,15,14,14,16,15,15,0,15,14,14,14,14,14,14,7,15,14,7,15,15,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,8,0,16,14,14,14,23,8,14,15,15,15,0,15,16,14,21,22,22,15,0,22,21,14,14,21,21,15,8,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,8,8,16,9,15,9,9,8,15,0,11,10,15,19,16,8,0,15,15,10,8,14,16,9,11,8,10,15,19,9,0,0,9,9,14,7,15,17,0,15,1,15,8,0,0,8,15,9,8,9,0,18,18,15,15,17,9,8,16,16,15,16,11,0,16,15,18,16,16,0,15,15,17,15,14,15,16,11,15,17,8,18,16,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,9,0,18,17,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,0,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,23,15,22,8,15,15,24,14,21,15,15,14,0,22,30,23,0,21,22,23,23,21,31,24,17,15,15,15,31,15,0,0,15,15,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,22,16,15,24,9,15,16,16,16,22,19,18,17,22,0,24,15,0,22,22,17,15,21,23,16,11,15,17,15,26,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,25,25,24,15,25,8,15,17,26,15,22,16,16,15,30,24,0,24,0,21,22,23,23,21,31,25,18,16,15,15,31,16,0,0,16,16,14,14,15,15,0,30,8,22,16,0,0,15,22,14,22,8,0,22,23,23,15,18,8,8,16,25,15,15,8,16,14,23,15,24,0,0,16,15,24,22,14,23,24,17,17,15,8,23,16,0,0,16,16,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,16,0,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,0,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,22,15,16,8,8,15,24,14,14,10,17,16,23,17,23,24,0,14,15,0,22,14,23,23,18,16,17,8,25,16,0,0,15,15,7,14,8,10,0,23,8,15,16,0,0,16,15,16,22,8,0,17,17,23,15,15,10,8,17,23,14,14,8,15,14,23,15,23,22,0,14,15,22,0,14,23,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,25,8,15,15,0,0,15,15,14,22,8,0,15,17,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,0,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,21,23,15,22,8,15,16,25,14,21,16,15,15,31,23,31,23,0,21,22,23,23,21,0,25,18,15,15,15,32,15,0,0,16,16,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,23,23,15,16,8,8,17,26,14,15,9,16,15,24,16,25,24,0,14,15,23,23,14,25,0,19,15,15,8,25,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,16,8,9,8,8,10,19,7,8,11,11,10,17,11,18,17,0,7,8,18,16,7,18,19,0,8,10,8,20,8,0,0,9,9,7,7,8,10,0,17,1,8,8,0,0,9,8,9,15,8,0,10,11,16,15,17,8,8,15,16,15,14,8,15,14,15,15,16,17,0,14,15,16,15,14,15,15,8,0,15,8,15,16,0,0,16,16,7,14,8,8,0,15,8,15,16,0,0,15,15,14,15,8,0,16,15,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,0,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,17,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,23,15,23,9,15,16,25,15,22,19,18,17,31,26,31,23,0,22,22,25,23,21,32,25,20,15,17,15,0,16,0,0,16,16,14,14,15,17,0,31,8,22,15,0,0,16,22,16,22,9,0,25,25,15,15,17,9,8,15,16,15,15,9,16,14,15,16,16,16,0,15,15,16,15,14,15,15,8,16,15,8,16,0,0,0,15,15,7,14,8,8,0,15,8,15,16,0,0,15,15,14,15,9,0,16,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,8,8,16,16,15,14,9,15,15,15,16,16,16,0,14,15,15,15,14,16,16,9,16,15,8,16,15,0,0,0,17,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,16,16,16,15,16,8,8,16,16,15,14,9,15,15,15,16,16,16,0,14,15,15,15,14,16,16,9,16,15,8,16,15,0,0,17,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,16,16,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,0,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,0,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,0,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,8,8,15,8,15,8,8,7,14,17,10,9,15,17,15,8,0,14,15,10,8,14,15,8,10,8,10,15,17,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,9,8,8,0,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,15,22,10,15,17,24,14,21,15,15,14,31,22,30,23,0,21,22,23,25,21,31,24,17,15,15,15,31,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,16,22,14,22,8,0,22,24,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,0,7,8,8,8,7,8,8,1,8,8,1,8,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,8,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,22,15,15,16,8,8,15,16,14,14,8,15,14,15,15,16,16,0,14,15,16,15,14,15,15,8,16,15,8,15,16,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,16,14,14,8,15,14,16,15,15,16,0,14,15,16,15,14,16,16,9,15,15,8,16,15,0,0,15,15,7,14,8,8,0,16,8,15,15,0,0,0,15,14,15,8,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,22,14,14,14,7,7,14,14,14,14,9,16,16,14,16,14,14,0,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,16,22,15,15,8,8,15,22,14,14,8,15,14,22,15,22,22,0,14,15,22,22,14,22,22,15,15,15,8,22,15,0,0,15,15,7,14,8,8,0,22,8,15,15,0,0,15,15,14,0,8,0,15,15,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,0,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,24,9,15,15,15,16,22,18,18,16,22,25,22,16,0,22,22,17,15,21,22,15,10,16,17,15,25,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,0,24,15,15,22,10,15,18,16,14,21,18,17,17,22,25,23,15,0,21,22,17,17,21,23,16,11,15,17,15,25,15,0,0,16,16,14,14,15,17,0,24,8,22,15,0,0,15,22,16,15,8,0,24,0,0,17,16,7,9,16,16,17,16,8,15,14,16,15,17,16,14,0,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,17,16,14,16,10,0,14,14,17,0,16,7,9,16,16,16,16,8,15,14,16,15,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,17,16,14,16,10,0,14,14,16,16,0,8,17,16,16,18,24,15,15,14,24,22,23,16,22,0,23,15,16,23,23,16,7,17,15,16,22,18,0,0,16,16,16,16,17,15,0,23,10,23,16,0,2,16,23,14,17,11,0,22,21,7,7,8,0,7,7,7,8,8,8,8,7,7,8,7,7,8,0,7,7,7,7,7,7,7,7,7,7,8,8,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,8,0,8,7,9,9,17,7,0,9,11,10,16,14,7,9,17,14,16,11,14,0,16,8,9,16,18,9,7,10,10,16,14,10,0,0,11,11,16,9,17,15,0,16,5,16,11,0,2,9,16,7,10,10,0,14,14,16,16,16,7,9,0,16,16,16,7,14,14,16,14,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,11,16,0,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,17,16,18,8,10,16,16,0,18,8,15,15,17,15,17,16,15,0,17,15,17,17,16,16,7,17,15,9,15,18,0,0,16,17,10,17,10,8,0,17,10,17,16,0,3,16,16,15,17,11,0,15,14,16,16,24,8,16,16,16,18,0,15,15,15,23,22,23,16,22,0,23,14,16,24,23,16,7,16,14,16,22,17,0,0,16,16,17,17,16,15,0,23,9,24,16,0,3,16,23,15,16,10,0,22,21,8,8,15,8,14,7,7,8,15,0,9,7,14,16,14,7,15,0,14,7,7,14,14,7,7,7,7,14,15,8,0,0,7,7,14,7,14,14,0,14,0,14,7,0,0,8,14,7,7,9,0,15,14,15,15,15,8,7,14,14,15,15,9,0,14,14,16,14,14,15,0,14,14,14,14,14,14,7,14,14,7,15,15,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,15,14,14,14,9,0,15,14,14,14,14,7,9,14,16,15,15,7,14,0,14,14,14,16,14,0,14,14,14,15,16,14,7,14,16,7,14,14,0,0,16,16,8,15,7,7,0,14,9,14,16,0,1,14,14,15,14,7,0,14,14,16,16,24,7,17,16,16,17,23,14,14,14,0,21,23,16,21,0,23,15,16,23,23,16,7,17,15,16,21,17,0,0,16,16,16,16,17,15,0,23,10,23,16,0,2,16,23,14,17,10,0,21,21,15,15,22,8,14,14,14,15,22,16,16,14,21,0,21,14,22,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,15,21,14,14,9,0,22,21,17,16,23,7,16,16,16,17,23,14,14,14,23,21,0,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,24,9,24,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,0,16,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,16,0,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,16,23,7,16,16,16,17,23,14,14,14,23,21,24,16,21,0,0,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,24,9,24,16,0,2,16,23,14,16,9,0,21,21,14,14,15,7,8,14,14,15,14,7,14,14,15,14,14,14,14,0,14,0,14,14,14,14,7,15,15,7,14,15,0,0,14,14,7,14,8,8,0,14,8,14,14,0,0,14,14,14,15,8,0,14,14,17,16,16,7,9,16,16,17,16,7,14,14,16,14,17,16,14,0,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,16,16,23,7,16,16,16,17,24,14,14,15,23,21,23,16,21,0,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,17,17,16,14,0,23,9,23,16,0,3,16,23,15,16,9,0,21,21,16,16,23,7,18,16,18,16,23,14,14,16,23,21,23,18,21,0,23,14,16,23,0,16,7,16,16,16,21,16,0,0,18,18,16,16,16,14,0,23,11,23,18,0,2,16,23,14,16,9,0,21,21,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,0,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,0,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,16,16,17,7,10,16,16,17,16,7,14,14,17,14,16,16,14,0,16,15,16,16,16,16,7,0,15,9,14,17,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,17,10,0,14,14,14,14,15,7,10,14,16,15,14,7,14,16,15,14,14,16,14,0,14,15,14,14,16,14,7,15,0,7,14,15,0,0,16,16,7,14,8,8,0,14,10,14,16,0,0,14,14,14,15,8,0,14,14,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,0,16,7,9,16,16,9,7,9,7,0,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,14,22,0,21,14,14,21,21,14,7,14,14,14,0,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,16,16,18,8,10,16,16,18,17,8,15,14,17,15,16,16,15,0,16,15,16,16,16,16,7,17,15,9,15,0,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,17,11,0,15,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,0,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,17,16,16,7,11,16,18,17,16,7,14,16,16,14,17,18,14,0,17,14,17,16,18,16,7,16,16,9,14,16,0,0,18,0,9,16,9,7,0,17,11,17,18,0,2,16,16,14,16,9,0,14,14,9,9,16,7,16,9,9,10,17,14,7,8,16,14,16,9,14,0,16,7,9,17,16,9,7,9,7,16,14,9,0,0,9,9,0,10,16,14,0,16,2,16,9,0,3,9,16,8,9,9,0,14,14,16,16,16,7,9,16,16,17,17,7,14,15,16,14,16,16,14,0,16,14,16,17,16,16,7,16,14,9,14,16,0,0,16,16,10,0,9,7,0,16,9,16,16,0,3,16,16,16,16,9,0,14,14,9,9,17,7,17,9,9,10,16,14,7,7,17,14,16,9,14,0,16,8,9,16,16,9,7,10,8,16,14,10,0,0,9,9,16,9,0,15,0,16,3,16,9,0,2,9,16,7,10,10,0,14,14,7,7,15,7,15,7,7,8,15,14,7,7,15,14,14,7,14,0,14,8,7,14,14,7,7,8,8,14,14,8,0,0,7,7,14,7,15,0,0,14,1,15,7,0,0,7,14,7,8,8,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,16,23,7,16,16,16,17,23,14,14,14,23,21,24,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,0,9,24,16,0,2,16,23,14,16,9,0,21,21,9,9,10,0,5,9,11,10,9,0,7,9,10,7,9,11,7,0,9,8,9,9,11,9,0,10,10,2,7,10,0,0,11,11,2,9,3,1,0,9,0,9,11,0,2,9,9,7,10,3,0,7,7,17,16,23,7,16,16,16,17,24,14,14,14,23,21,24,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,15,0,24,9,0,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,3,3,0,0,1,2,0,2,2,0,0,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,17,17,16,7,9,16,16,16,16,8,15,14,16,15,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,0,16,14,16,10,0,14,14,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,0,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,0,14,16,9,0,21,21,14,14,14,7,7,14,14,15,15,7,14,15,14,14,14,14,14,0,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,16,7,7,0,14,7,14,14,0,1,14,14,0,14,7,0,14,14,16,16,17,7,10,16,16,17,16,7,14,14,17,14,16,16,14,0,16,15,16,16,16,16,7,17,15,9,14,17,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,0,10,0,14,14,10,10,11,8,10,9,9,11,10,9,9,7,10,9,9,9,8,0,9,8,9,9,9,9,7,10,8,9,8,11,0,0,9,9,9,9,10,8,0,9,3,9,9,0,2,10,9,7,10,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,14,22,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,0,21,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,21,0,21,14,14,21,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,0,18,17,9,10,17,17,17,17,8,15,14,17,15,18,18,15,17,0,15,19,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,19,10,18,17,0,2,18,17,14,17,10,0,15,15,18,0,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,17,17,0,8,17,17,17,18,25,15,15,14,26,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,18,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,9,9,8,0,15,15,8,14,15,15,15,7,8,15,8,9,8,7,0,8,9,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,15,8,0,9,8,8,8,0,0,9,8,14,8,8,0,15,8,10,10,17,15,0,17,10,16,23,22,15,7,17,22,17,10,15,16,0,8,10,16,17,10,8,17,8,17,15,10,0,0,10,10,16,16,24,15,0,17,10,17,10,0,2,10,17,14,10,10,0,22,15,17,17,17,15,17,0,17,24,23,17,22,14,17,22,17,17,15,16,0,15,17,16,17,17,8,24,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,17,17,17,8,10,17,0,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,17,16,18,14,16,24,16,0,25,15,21,14,18,21,17,16,14,17,0,14,17,16,16,16,7,23,14,9,14,16,0,0,16,17,11,23,16,7,0,17,16,17,16,0,2,16,16,21,16,9,0,21,14,17,17,25,15,23,23,16,25,0,21,21,14,25,28,23,17,21,23,0,14,17,23,23,16,7,23,14,16,21,16,0,0,16,16,18,23,23,14,0,24,16,23,16,0,2,17,23,21,16,9,0,28,21,8,8,15,15,22,17,8,15,21,0,15,7,15,22,15,8,15,14,0,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,15,15,15,15,15,22,15,21,21,15,0,14,15,22,15,15,15,14,0,15,15,14,15,15,8,22,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,0,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,26,8,17,17,17,18,25,15,15,14,0,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,18,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,15,15,22,15,22,22,15,21,28,22,22,14,22,0,22,15,22,21,0,15,15,21,22,15,8,22,15,15,22,15,0,0,15,15,14,21,22,15,0,22,15,22,15,0,0,15,22,21,15,8,0,29,22,18,17,24,8,17,17,17,17,23,15,15,14,24,22,0,17,22,24,0,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,25,17,0,2,17,24,14,17,10,0,22,22,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,0,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,17,14,17,10,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,0,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,17,16,23,7,16,16,16,17,23,14,14,14,23,21,24,16,21,0,0,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,24,9,24,16,0,2,16,23,14,16,9,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,0,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,19,18,17,9,10,17,17,17,17,8,15,14,17,15,18,18,15,17,0,15,0,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,19,10,18,17,0,2,18,17,14,17,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,0,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,0,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,0,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,17,17,17,15,17,24,17,23,23,15,22,14,17,22,17,17,15,16,0,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,0,15,15,14,15,15,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,0,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,0,15,15,21,22,15,8,15,15,15,0,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,15,9,9,18,7,16,9,9,11,18,14,7,7,18,14,16,9,14,16,0,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,14,16,23,16,23,23,14,21,14,16,21,16,16,14,16,0,14,16,16,16,16,7,23,14,9,14,16,0,0,16,16,9,0,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,10,10,17,15,24,17,10,16,23,22,15,7,17,22,17,10,15,16,0,8,10,16,17,10,8,17,8,17,15,10,0,0,10,10,16,16,0,15,0,17,10,17,10,0,2,10,17,14,10,10,0,22,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,0,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,18,24,9,17,17,17,17,24,15,15,14,24,22,25,18,22,24,0,15,19,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,0,10,25,17,0,2,18,24,14,17,10,0,22,22,10,10,10,8,10,17,10,16,16,8,15,7,10,15,10,10,8,9,0,8,10,9,10,10,1,17,8,3,8,10,0,0,10,10,2,16,10,1,0,10,0,10,10,0,9,10,10,14,10,3,0,15,8,18,17,24,8,17,17,17,17,23,15,15,14,24,22,25,17,22,24,0,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,0,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,9,2,2,0,0,2,2,0,2,2,0,0,0,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,14,14,14,21,14,21,21,14,21,14,14,21,14,14,14,14,0,14,14,14,14,14,7,21,14,7,14,14,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,0,14,7,0,21,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,0,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,15,22,22,15,21,28,22,22,14,22,29,22,15,22,21,0,15,15,21,22,15,8,22,15,15,22,15,0,0,15,15,14,21,22,15,0,22,15,22,15,0,0,15,22,21,15,8,0,0,22,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,0,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,0,15,15,8,8,15,22,14,14,8,22,14,22,22,24,22,22,14,15,0,22,14,22,22,15,15,15,10,22,15,0,0,15,15,7,16,8,8,0,22,8,15,15,0,2,15,17,14,24,13,0,15,15,15,0,15,15,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,22,8,22,15,8,15,15,0,0,15,15,7,14,8,8,0,15,15,15,15,0,0,15,15,14,15,8,0,15,15,15,15,0,8,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,15,8,17,16,8,15,17,0,0,15,15,7,14,9,9,0,15,9,15,16,0,0,15,15,14,16,9,0,15,15,8,15,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,0,8,7,8,15,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,8,8,8,8,0,0,8,8,7,8,8,0,8,8,8,8,9,8,0,8,8,8,7,8,8,7,9,8,8,8,8,8,8,0,8,7,8,8,8,9,9,8,8,9,0,0,8,8,7,7,9,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,15,15,15,8,8,0,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,22,15,16,8,8,15,0,14,14,8,15,14,23,15,23,24,24,14,15,0,22,14,23,23,16,16,15,8,23,16,0,0,15,15,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,15,15,14,14,15,7,8,14,14,0,14,7,14,14,15,14,14,14,14,15,14,0,14,14,14,14,7,15,15,7,14,15,0,0,14,14,7,14,8,8,0,14,8,14,14,0,0,14,14,14,15,8,0,14,14,14,14,14,7,7,14,14,14,0,7,14,14,14,14,14,14,14,14,14,0,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,8,8,8,8,8,8,8,7,7,0,10,9,8,10,8,8,10,7,8,0,8,7,8,8,10,8,10,8,10,8,0,0,8,8,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,22,15,15,8,8,15,15,14,14,10,0,16,15,24,17,15,17,14,15,0,15,14,15,15,10,15,17,10,17,15,0,0,15,15,7,16,8,10,0,15,8,15,15,0,2,15,17,16,17,13,0,17,17,14,14,14,7,7,14,14,14,14,9,16,0,14,16,14,14,16,14,14,0,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,16,22,15,16,8,9,15,23,15,14,8,15,14,0,15,22,23,23,15,15,0,22,14,23,23,16,16,16,8,23,16,0,0,15,15,7,14,9,9,0,23,9,15,15,0,0,16,15,14,23,9,0,15,15,22,15,15,8,8,15,15,14,14,10,24,16,15,0,17,15,17,14,15,0,15,14,15,15,10,15,17,10,17,15,0,0,15,15,7,16,8,10,0,15,8,15,15,0,2,15,17,16,17,13,0,17,17,24,15,16,8,8,15,23,14,14,8,17,14,22,17,0,23,23,14,15,0,22,14,22,22,15,16,15,10,22,16,0,0,15,15,7,16,8,8,0,22,8,15,16,0,2,15,17,14,24,10,0,15,15,22,15,16,8,8,15,24,14,14,8,15,14,23,15,23,0,24,14,15,0,22,14,23,23,16,16,15,8,23,16,0,0,15,15,7,14,8,8,0,23,8,15,16,0,0,16,15,14,22,8,0,15,15,22,15,16,8,8,15,24,14,14,10,17,16,23,17,23,24,0,14,15,0,22,14,23,23,18,16,17,8,25,16,0,0,15,15,7,14,8,10,0,23,8,15,16,0,0,16,15,16,22,8,0,17,17,14,14,15,7,8,14,14,15,14,7,14,14,15,14,14,14,14,0,14,0,14,14,14,14,7,15,15,7,14,15,0,0,14,14,7,14,8,8,0,14,8,14,14,0,0,14,14,14,15,8,0,14,14,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,0,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,15,15,8,8,15,22,14,14,8,15,14,22,15,22,22,22,14,15,0,0,14,22,22,15,15,15,8,22,15,0,0,15,15,7,14,8,8,0,22,8,15,15,0,0,15,15,14,22,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,0,14,0,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,0,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,16,15,14,22,8,0,15,15,22,22,15,15,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,23,0,16,22,15,8,23,15,0,0,15,15,7,14,8,8,0,23,15,15,15,0,0,16,15,14,22,8,0,15,15,15,8,8,8,8,8,16,7,7,10,10,9,16,10,15,16,18,7,8,0,15,7,16,16,0,8,10,8,18,8,0,0,8,8,7,7,8,10,0,16,1,8,8,0,0,9,8,9,15,8,0,10,10,15,22,17,15,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,22,8,0,16,8,15,17,0,0,15,15,7,14,9,9,0,15,16,15,16,0,0,15,15,14,16,9,0,15,15,15,15,16,8,9,15,15,15,14,10,17,16,16,17,15,15,17,15,15,0,15,14,15,15,10,16,0,8,17,16,0,0,15,15,7,14,9,11,0,15,9,15,15,0,0,15,15,16,16,9,0,17,17,10,8,8,8,8,8,8,7,7,8,10,7,8,10,10,8,8,7,8,0,8,7,8,8,8,8,8,0,8,8,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,8,10,7,10,10,0,8,8,22,15,15,8,8,15,23,14,14,10,17,16,23,17,22,23,25,14,15,0,22,14,23,23,18,15,17,8,0,15,0,0,15,15,7,14,8,10,0,23,8,15,15,0,0,16,15,16,22,8,0,17,17,15,15,17,8,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,15,8,17,16,8,15,0,0,0,15,15,7,14,9,9,0,15,9,15,16,0,0,15,15,14,16,9,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,0,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,16,14,14,7,7,14,14,14,14,7,16,14,14,16,16,14,14,14,14,0,14,14,14,14,7,14,14,9,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,2,14,16,14,16,9,0,14,14,8,8,9,8,9,8,8,8,7,8,8,7,9,8,8,8,8,8,8,0,8,7,8,8,8,9,9,8,8,9,0,0,8,8,7,7,0,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,8,8,9,8,9,8,8,8,7,10,10,9,9,10,8,8,10,8,8,0,8,7,8,8,10,9,11,8,10,9,0,0,8,8,7,7,9,0,0,8,2,8,8,0,0,8,8,9,9,9,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,23,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,0,8,15,15,0,0,16,15,14,22,8,0,15,15,8,15,9,8,2,8,8,8,7,1,8,7,9,8,8,8,8,8,8,0,8,7,8,15,1,16,9,1,8,9,0,0,8,8,0,7,2,2,0,8,0,8,8,0,0,8,8,7,9,2,0,8,8,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,15,15,16,8,8,15,16,14,14,8,15,14,15,15,16,16,16,14,15,0,15,14,15,15,8,16,15,8,15,16,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,0,0,15,15,15,8,8,15,16,14,14,8,15,14,16,15,15,16,16,14,15,0,15,14,16,16,9,15,15,8,16,15,0,0,15,15,7,14,8,8,0,16,8,15,15,0,0,0,15,14,15,8,0,15,15,17,15,15,8,8,15,15,14,14,8,17,14,15,17,17,15,15,14,15,0,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,9,16,16,14,16,14,14,16,14,14,0,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,16,24,15,16,8,9,15,22,15,14,8,17,14,23,17,24,22,22,15,15,0,22,14,22,22,15,16,16,10,22,16,0,0,15,15,7,16,9,9,0,22,9,15,15,0,2,15,17,14,0,11,0,15,15,13,8,9,8,9,8,8,8,7,8,13,7,9,13,10,8,8,8,8,0,8,7,8,8,8,9,9,10,8,9,0,0,8,8,7,9,9,9,0,8,2,8,8,0,2,8,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,0,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,0,17,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,0,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,0,0,18,17,9,10,17,25,17,17,8,15,14,25,15,26,25,23,17,19,22,0,16,25,25,16,17,15,10,23,17,0,0,17,18,9,16,10,8,0,27,10,18,17,0,2,18,17,14,24,10,0,15,15,18,0,17,9,10,17,18,16,17,8,16,14,18,15,18,18,15,16,18,15,0,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,18,18,14,17,10,0,15,15,17,17,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,9,9,8,0,8,10,8,7,8,8,8,7,8,8,8,9,10,7,9,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,11,1,8,8,0,0,9,8,7,8,8,0,8,10,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,17,17,17,10,10,0,17,16,16,8,15,14,17,15,17,17,17,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,21,10,17,17,0,2,17,17,14,17,10,0,15,17,25,18,17,8,10,17,0,16,16,8,16,21,26,15,26,24,23,16,17,22,0,16,26,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,24,0,9,17,18,14,24,10,0,15,15,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,17,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,17,16,14,16,9,0,14,14,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,15,16,15,8,8,15,16,14,14,8,0,14,16,15,16,15,15,14,15,15,0,14,16,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,14,21,14,14,7,14,0,14,14,14,14,14,14,14,14,0,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,21,0,7,14,14,14,14,7,0,14,14,25,18,17,8,10,17,26,16,16,8,16,14,0,15,26,24,23,16,17,22,0,16,26,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,15,15,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,26,18,17,8,10,17,26,17,16,8,16,14,26,15,0,24,23,17,18,22,0,16,26,26,16,17,16,10,23,17,0,0,17,18,9,16,10,8,0,26,10,18,17,0,2,17,18,14,24,10,0,15,15,25,18,17,9,10,17,24,16,17,8,15,14,24,15,24,0,22,16,18,22,0,16,24,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,23,15,15,10,8,17,23,14,14,8,15,14,23,15,23,22,0,14,15,22,0,14,23,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,25,8,15,15,0,0,15,15,14,22,8,0,15,17,17,16,16,7,9,16,16,17,16,7,14,14,16,14,17,16,14,0,17,14,0,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,17,16,0,2,16,16,14,16,9,0,14,14,19,18,17,9,10,17,17,17,17,8,15,14,17,15,18,18,15,17,0,15,0,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,19,10,18,17,0,2,18,17,14,17,10,0,15,15,22,15,15,8,8,15,22,14,14,8,15,14,22,15,22,22,22,14,15,0,0,14,22,22,15,15,15,8,22,15,0,0,15,15,7,14,8,8,0,22,8,15,15,0,0,15,15,14,22,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,0,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,25,18,17,8,10,17,26,16,16,8,16,14,26,15,26,24,23,16,17,22,0,16,0,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,25,18,17,8,10,17,26,16,16,8,16,14,26,15,26,24,23,16,17,22,0,16,26,0,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,16,8,8,8,8,8,16,7,7,8,8,7,16,8,16,15,16,7,8,15,0,7,16,16,0,8,8,8,16,8,0,0,8,8,7,7,8,8,0,16,1,8,8,0,0,8,8,7,15,8,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,16,15,8,8,15,16,14,14,8,16,14,16,15,16,15,15,14,15,15,0,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,23,15,15,8,8,15,23,14,14,8,15,14,23,15,23,22,23,14,15,22,0,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,0,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,0,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,18,17,11,10,21,25,17,17,8,15,14,25,15,26,25,25,17,19,22,0,16,25,25,16,17,15,10,23,17,0,0,17,18,9,16,10,8,0,0,10,18,17,0,2,18,17,14,24,10,0,15,17,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,0,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,24,16,16,8,15,21,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,9,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,9,2,2,0,0,7,2,0,2,2,0,2,2,0,0,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,9,0,0,2,2,0,2,2,0,0,0,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,17,18,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,0,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,0,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,24,17,17,8,10,17,24,16,16,8,15,14,24,15,24,24,22,16,17,22,0,16,24,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,24,10,17,17,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,15,15,10,8,17,15,14,14,8,15,14,15,15,15,15,17,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,17,8,15,15,0,0,15,15,14,15,8,0,15,0,0,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,0,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,16,16,0,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,9,9,16,7,0,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,0,16,9,7,9,7,16,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,7,9,0,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,0,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,0,17,7,14,15,16,14,16,16,14,17,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,10,17,9,7,0,16,9,16,16,0,3,16,16,15,16,9,0,14,14,16,16,23,7,16,16,16,17,0,14,14,16,23,21,23,16,21,24,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,17,18,16,14,0,23,9,23,16,0,3,16,23,17,16,9,0,21,21,7,9,14,7,14,7,7,7,14,0,7,7,14,14,14,7,14,14,14,7,7,0,14,7,9,9,7,14,16,9,0,0,7,7,14,7,16,16,0,14,0,16,7,0,0,9,14,9,7,7,0,16,14,14,14,14,7,7,14,14,14,14,7,0,14,14,14,14,14,14,14,14,14,14,0,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,14,14,14,7,7,14,14,15,16,7,14,0,14,14,14,14,14,15,14,14,14,0,14,14,7,14,14,7,14,14,0,0,14,14,8,15,7,7,0,14,7,14,14,0,1,14,14,16,14,7,0,14,14,16,16,23,7,16,16,16,16,23,14,14,14,0,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,11,0,21,21,14,14,21,7,14,14,14,14,21,14,14,14,21,0,21,14,21,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,21,16,16,23,7,16,16,16,16,23,14,14,14,23,21,0,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,0,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,0,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,21,16,16,23,7,16,16,16,17,24,14,14,15,23,21,23,16,21,0,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,17,17,16,14,0,23,9,23,16,0,3,16,23,15,16,9,0,21,21,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,0,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,0,14,0,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,0,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,0,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,7,9,7,7,7,7,7,7,7,9,7,7,7,7,7,7,7,7,7,7,7,0,7,7,0,9,7,7,9,9,0,0,7,7,7,7,9,9,0,7,0,9,7,0,0,9,7,9,7,7,0,9,7,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,0,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,0,14,14,7,14,0,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,0,16,9,7,9,7,0,14,9,1,1,9,9,17,10,16,14,1,16,2,17,9,1,2,9,17,8,9,9,0,14,14,14,16,21,7,14,14,14,14,21,16,14,14,21,21,21,14,21,21,21,14,14,0,21,14,9,16,14,14,0,16,0,0,14,14,14,14,16,16,0,21,7,23,14,0,0,16,21,16,14,7,0,23,21,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,0,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,0,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,0,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,9,9,16,7,16,9,9,10,17,14,7,8,16,14,16,9,14,17,16,7,9,0,16,9,7,9,7,17,14,9,1,1,9,9,0,11,16,14,1,16,2,17,9,1,3,9,17,9,9,9,0,14,14,16,16,16,7,9,16,16,17,18,7,14,15,16,14,16,16,14,17,16,14,16,0,16,16,7,16,14,10,14,16,1,1,16,16,11,0,9,7,1,16,9,17,16,1,3,16,17,17,16,9,0,14,14,9,11,16,7,16,9,9,9,16,16,7,7,16,14,16,9,14,16,16,7,9,0,16,9,9,11,7,16,16,11,0,0,9,9,16,9,0,16,0,16,2,18,9,0,2,11,16,9,9,9,0,16,14,7,9,14,7,14,7,7,7,14,16,7,7,14,14,14,7,14,14,14,7,7,0,14,7,9,9,7,14,16,9,0,0,7,7,14,7,16,0,0,14,0,16,7,0,0,9,14,9,7,7,0,16,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,0,9,23,16,0,2,16,23,14,16,9,0,21,21,9,9,9,0,2,9,9,9,9,0,7,7,9,7,9,9,7,9,9,7,9,0,9,9,0,9,7,2,7,9,0,0,9,9,2,9,2,0,0,9,0,9,9,0,2,9,9,7,9,2,0,7,7,16,18,23,7,16,16,16,16,23,16,14,14,23,21,23,16,21,23,23,14,16,0,23,16,9,18,14,17,23,18,1,1,16,16,17,17,18,16,1,23,9,0,16,1,2,18,24,17,16,9,0,23,21,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,2,2,2,0,2,2,2,3,3,0,0,1,2,0,2,2,0,3,2,0,2,0,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,0,16,16,16,9,0,16,14,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,17,21,16,1,1,16,16,17,17,16,14,1,23,9,24,16,1,2,16,0,15,16,9,0,21,21,14,16,14,7,7,14,14,15,17,9,14,16,14,14,14,14,14,15,14,14,14,0,14,14,9,16,14,8,16,16,1,1,14,14,9,17,9,9,1,14,7,17,14,1,1,16,15,0,14,7,0,16,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,0,9,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,11,7,9,9,7,9,9,7,9,0,9,9,7,9,7,9,7,9,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,16,21,7,14,14,14,14,21,16,14,14,21,21,21,14,21,21,21,14,14,0,21,14,9,16,14,14,23,16,0,0,14,14,14,14,16,16,0,21,7,23,14,0,0,16,21,16,14,7,0,0,21,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,21,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,0,17,17,8,10,17,25,16,16,8,15,14,25,15,25,24,23,16,17,22,25,16,0,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,17,14,24,10,0,15,15,17,0,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,0,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,18,14,17,10,0,15,15,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,0,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,17,8,0,10,12,9,16,15,8,9,17,15,17,12,15,18,17,8,10,16,0,10,8,10,10,17,15,10,0,0,12,12,16,9,17,15,0,17,5,17,12,0,2,10,17,7,10,10,0,15,15,17,17,17,8,10,0,18,16,16,9,15,15,17,16,18,17,16,16,17,15,17,16,0,18,9,17,15,10,16,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,25,18,17,8,12,18,0,16,16,9,16,17,27,16,27,27,25,18,17,23,26,16,0,28,18,17,18,10,25,17,0,0,20,20,9,16,10,8,0,26,12,17,19,0,2,18,18,14,24,10,0,15,16,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,0,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,23,23,14,16,23,0,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,8,8,15,8,15,9,9,7,14,0,8,8,15,16,16,8,16,14,15,8,8,14,0,9,9,8,8,15,16,8,0,0,9,9,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,16,15,16,15,8,8,15,16,14,14,8,0,14,16,15,16,15,15,14,15,15,16,14,0,16,8,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,0,15,8,14,16,7,15,14,0,0,17,17,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,25,18,24,8,17,17,27,16,23,15,16,14,0,22,33,25,31,23,24,23,26,23,0,27,17,17,16,17,31,17,0,0,17,17,16,16,17,15,0,33,10,24,17,0,2,18,25,14,24,10,0,22,22,15,15,22,8,15,16,16,14,21,16,15,15,22,0,23,15,23,21,22,15,15,21,0,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,23,25,18,24,8,17,18,27,16,23,16,16,15,33,23,0,24,31,23,24,22,26,23,0,27,17,17,16,17,31,17,0,0,18,18,16,16,17,15,0,32,10,24,17,0,2,17,25,14,24,10,0,22,23,24,17,17,8,12,17,27,16,16,8,15,16,25,15,24,0,23,18,17,23,24,16,0,25,16,17,17,10,23,17,0,0,19,19,9,16,10,8,0,25,12,17,19,0,2,18,17,14,24,10,0,15,15,23,15,22,8,15,16,25,14,21,16,15,15,31,23,31,23,0,21,22,23,23,21,0,25,18,15,15,15,32,15,0,0,16,16,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,23,16,16,23,7,18,16,18,16,23,14,14,16,23,21,23,18,21,0,23,14,16,23,0,16,7,16,16,16,21,16,0,0,18,18,16,16,16,14,0,23,11,23,18,0,2,16,23,14,16,9,0,21,21,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,0,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,24,14,17,10,0,22,22,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,0,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,16,15,14,22,8,0,15,15,25,18,17,8,10,17,26,16,16,8,16,14,26,15,26,24,23,16,17,22,0,16,0,26,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,0,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,23,14,16,9,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,18,28,16,16,9,16,15,27,16,27,25,25,16,17,23,26,16,0,0,18,17,16,10,25,17,0,0,18,18,9,16,10,8,0,26,10,17,17,0,2,18,18,14,24,10,0,15,16,16,8,8,8,8,9,18,7,7,9,8,8,17,9,17,16,18,7,8,16,16,7,0,18,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,0,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,16,15,8,10,15,18,14,14,8,16,16,16,15,16,17,15,16,15,15,16,14,0,16,8,15,0,8,15,15,0,0,17,17,7,14,8,8,0,15,10,15,17,0,0,15,16,14,15,8,0,15,15,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,0,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,23,15,22,8,15,16,25,14,21,16,15,15,31,23,31,23,32,21,22,23,23,21,0,25,18,15,15,15,0,15,0,0,16,16,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,23,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,0,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,12,18,20,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,0,18,9,17,17,10,16,17,0,0,0,20,9,16,10,8,0,17,12,17,24,0,2,17,17,14,17,10,0,15,16,17,17,17,8,12,18,20,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,0,18,9,17,17,10,16,17,0,0,20,0,9,16,10,8,0,17,12,17,19,0,2,17,17,14,17,10,0,15,16,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,0,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,0,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,0,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,0,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,17,24,8,17,17,26,16,23,15,15,14,33,22,32,25,31,23,24,23,25,23,0,26,17,17,15,17,31,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,18,24,14,24,10,0,22,22,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,0,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,0,17,8,17,17,10,15,17,0,0,24,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,0,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,17,17,17,8,10,17,18,16,16,8,15,14,18,15,17,18,16,16,17,16,17,16,0,18,9,17,15,10,16,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,17,18,24,8,17,17,18,16,23,15,16,14,25,22,25,17,22,23,24,15,18,23,0,18,8,17,16,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,0,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,24,17,17,8,10,17,24,16,16,8,15,14,24,15,24,24,22,16,17,22,24,16,0,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,24,10,17,17,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,0,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,0,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,15,15,22,8,15,16,16,14,21,16,15,15,22,23,23,15,23,21,22,15,15,21,0,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,0,18,17,8,10,18,26,16,16,8,15,14,26,15,25,24,23,16,17,22,25,16,25,0,16,17,16,10,23,17,0,0,18,17,9,16,10,9,0,26,10,17,17,0,3,18,17,14,25,10,0,15,16,18,0,17,15,10,18,19,16,16,8,16,14,19,15,18,17,15,16,17,22,18,16,18,0,8,24,17,10,15,17,0,0,18,17,9,16,10,9,0,18,17,17,17,0,3,18,18,14,18,10,0,15,16,17,17,0,8,10,18,18,16,17,8,16,14,17,15,18,18,16,16,17,15,17,16,17,0,9,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,8,15,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,15,8,7,8,0,8,15,8,8,8,8,0,0,8,8,7,7,8,8,0,8,8,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,11,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,18,18,18,8,10,0,20,16,17,9,16,15,18,16,19,18,17,16,17,15,17,16,18,0,10,17,16,10,16,17,0,0,19,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,26,19,18,8,10,20,0,16,17,9,17,15,28,16,28,26,26,16,17,23,26,16,28,0,19,17,17,10,25,17,0,0,19,18,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,17,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,17,7,9,17,17,16,0,7,15,14,16,14,17,17,15,16,16,14,16,16,16,0,8,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,0,9,8,8,8,9,8,0,0,9,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,15,16,16,8,8,16,17,14,15,8,0,14,16,15,17,16,16,14,15,15,16,14,16,0,9,15,16,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,15,15,14,14,8,14,0,14,15,15,14,15,14,14,14,14,14,15,0,8,14,14,7,15,14,0,0,15,15,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,15,26,19,17,8,10,18,28,16,16,8,16,14,0,15,26,25,24,16,17,23,26,16,27,0,17,17,17,10,24,17,0,0,18,17,9,16,10,9,0,27,10,17,17,0,3,19,18,14,25,10,0,15,16,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,0,9,15,15,8,16,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,25,18,18,8,10,19,28,16,17,9,17,15,26,16,0,25,25,16,17,22,26,16,27,0,18,17,16,10,24,17,0,0,18,18,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,16,24,17,18,8,10,18,26,16,17,8,16,14,25,15,25,0,24,16,17,23,24,16,25,0,17,17,15,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,18,17,14,24,10,0,15,15,23,15,16,8,8,17,26,14,15,9,16,15,24,16,25,24,0,14,15,23,23,14,25,0,19,15,15,8,25,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,0,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,22,22,15,15,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,23,0,16,22,15,8,23,15,0,0,15,15,7,14,8,8,0,23,15,15,15,0,0,16,15,14,22,8,0,15,15,25,18,17,8,10,17,26,16,16,8,16,14,26,15,26,24,23,16,17,22,0,16,26,0,16,17,16,10,23,17,0,0,17,17,9,16,10,8,0,25,10,17,17,0,2,17,18,14,24,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,0,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,25,18,17,8,10,18,28,16,16,9,16,15,27,16,27,25,25,16,17,23,26,16,0,0,18,17,16,10,25,17,0,0,18,18,9,16,10,8,0,26,10,17,17,0,2,18,18,14,24,10,0,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,8,9,8,8,10,19,7,8,9,9,8,17,9,18,17,19,7,8,16,16,7,18,0,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,17,24,17,15,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,22,17,16,17,0,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,17,17,17,0,2,17,17,14,17,10,0,15,15,16,17,15,8,8,16,17,14,14,8,16,14,17,15,16,15,15,14,15,15,16,14,16,0,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,16,14,16,8,0,15,16,10,10,10,8,11,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,23,15,15,8,8,16,25,14,14,9,15,15,24,16,24,23,25,14,15,23,23,14,25,0,18,15,15,8,0,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,10,19,19,16,16,9,15,15,18,16,18,17,16,16,17,15,17,16,18,0,9,17,16,10,16,17,0,0,0,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,17,17,17,8,10,18,18,16,16,9,15,15,17,16,18,17,16,16,17,15,17,16,18,0,9,17,15,10,16,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,0,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,0,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,18,17,8,10,18,27,16,16,8,15,14,27,15,25,25,24,16,17,23,25,16,26,0,17,17,16,10,24,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,25,10,0,15,16,10,17,10,8,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,15,10,9,10,0,1,17,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,0,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,18,18,17,8,10,18,19,16,16,8,15,14,19,15,17,18,16,16,17,16,17,16,18,0,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,17,18,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,0,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,0,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,25,18,17,8,10,18,25,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,0,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,25,10,17,17,0,3,18,17,14,0,10,0,15,16,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,0,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,16,15,8,8,17,17,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,0,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,9,8,8,9,15,16,14,7,8,15,7,16,8,16,22,16,7,8,15,16,7,16,16,0,8,15,8,16,16,0,0,15,15,7,14,8,8,0,16,1,8,8,0,0,15,8,14,22,15,0,8,8,9,0,8,8,9,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,11,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,8,8,0,8,8,9,9,7,8,8,9,7,8,8,9,9,9,7,8,8,8,7,8,9,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,9,9,8,8,0,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,15,8,9,8,8,0,10,14,8,9,16,8,8,9,10,16,10,7,8,8,8,7,9,10,0,8,15,8,9,15,0,0,16,16,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,16,8,9,8,8,10,0,7,8,9,9,8,17,9,18,17,19,7,8,16,16,7,18,19,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,14,7,7,7,7,14,7,0,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,0,7,14,7,7,14,0,0,14,14,7,14,7,7,0,7,0,7,7,0,0,14,7,14,14,14,0,7,7,7,7,8,7,7,8,8,7,0,7,8,7,7,7,8,8,8,7,7,7,7,7,7,8,0,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,10,8,8,8,9,9,7,7,0,10,10,8,11,9,8,11,7,8,10,8,9,9,9,0,10,10,8,13,10,0,0,9,9,7,7,10,12,0,8,1,10,8,0,0,10,8,11,8,8,0,12,11,15,8,9,8,8,16,9,14,8,10,0,9,8,10,9,16,11,7,8,10,8,7,8,9,0,8,17,8,10,15,0,0,15,15,7,14,8,10,0,8,1,8,8,0,0,15,8,16,15,15,0,10,10,7,7,7,7,7,8,8,7,7,10,9,0,7,10,8,7,10,7,7,9,7,7,8,8,0,7,9,7,10,7,0,0,8,8,7,7,7,9,0,7,0,7,7,0,0,7,7,9,7,7,0,9,10,16,8,8,8,8,8,17,7,7,8,8,7,0,8,16,16,17,7,8,16,16,7,17,17,0,8,8,8,17,8,0,0,8,8,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,8,8,8,8,8,8,9,9,7,7,11,10,10,8,0,9,8,11,7,8,10,8,7,9,9,0,8,10,8,11,8,0,0,9,9,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,11,16,8,9,8,8,10,18,7,8,9,9,8,16,9,0,16,18,7,8,15,16,7,17,18,0,8,8,8,17,8,0,0,9,9,7,7,8,8,0,16,1,8,8,0,0,8,8,7,15,8,0,8,9,22,8,9,8,8,16,17,14,8,8,16,7,16,8,16,0,17,7,8,16,15,7,16,17,0,8,15,8,16,15,0,0,15,15,7,14,8,8,0,16,1,8,8,0,0,16,8,14,22,15,0,8,8,16,8,9,8,8,10,19,7,8,11,11,10,17,11,18,17,0,7,8,18,16,7,18,19,0,8,10,8,20,8,0,0,9,9,7,7,8,10,0,17,1,8,8,0,0,9,8,9,15,8,0,10,11,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,0,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,0,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,15,8,8,8,8,8,16,7,7,10,10,9,16,10,15,16,18,7,8,0,15,7,16,16,0,8,10,8,18,8,0,0,8,8,7,7,8,10,0,16,1,8,8,0,0,9,8,9,15,8,0,10,10,16,8,8,8,8,8,16,7,7,8,8,7,16,8,16,15,16,7,8,15,0,7,16,16,0,8,8,8,16,8,0,0,8,8,7,7,8,8,0,16,1,8,8,0,0,8,8,7,15,8,0,8,8,7,9,7,7,7,7,7,7,7,9,7,7,7,7,7,7,7,7,7,7,7,0,7,7,0,9,7,7,9,9,0,0,7,7,7,7,9,9,0,7,0,9,7,0,0,9,7,9,7,7,0,9,7,16,8,8,8,8,9,18,7,7,9,8,8,17,9,17,16,18,7,8,16,16,7,0,18,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,16,8,9,8,8,10,19,7,8,9,9,8,17,9,18,17,19,7,8,16,16,7,18,0,0,8,8,8,18,8,0,0,9,9,7,7,8,8,0,17,1,8,8,0,0,9,8,7,15,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,0,8,8,10,10,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,15,8,8,8,8,15,8,14,7,10,17,9,8,10,8,15,10,7,8,10,8,7,8,8,0,8,0,8,10,15,0,0,15,15,7,14,8,10,0,8,1,8,8,0,0,15,8,16,15,15,0,10,10,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,0,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,16,10,8,8,8,9,18,7,7,13,10,10,17,11,17,16,20,7,8,18,16,9,18,18,0,10,10,8,0,10,0,0,9,9,7,7,10,12,0,17,1,10,8,0,0,11,8,11,15,8,0,12,11,16,11,8,8,9,15,8,14,7,10,15,7,8,8,8,15,8,7,8,8,8,9,8,8,0,10,15,8,10,0,0,0,15,15,7,14,10,10,0,8,1,10,8,0,0,17,8,16,15,15,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,8,8,8,8,16,9,14,7,9,15,8,8,9,9,15,9,7,8,8,8,7,9,9,0,8,15,8,9,15,0,0,0,16,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,15,8,8,8,8,16,9,14,7,9,15,8,8,9,9,15,9,7,8,8,8,7,9,9,0,8,15,8,9,15,0,0,16,0,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,14,7,7,7,7,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,0,7,14,7,7,14,0,0,14,14,7,0,7,7,0,7,0,7,7,0,0,14,7,14,14,14,0,7,7,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,10,0,0,8,8,7,7,0,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,8,10,8,8,8,8,8,7,7,12,10,9,8,10,8,8,10,7,8,10,8,9,8,8,0,10,10,8,12,10,0,0,8,8,7,7,10,0,0,8,1,10,8,0,0,10,8,11,8,8,0,12,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,8,8,8,8,8,17,7,7,8,8,7,17,8,16,16,17,7,8,16,16,7,17,17,0,8,8,8,17,8,0,0,8,8,7,7,8,8,0,0,1,8,8,0,0,9,8,7,15,8,0,8,8,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,1,0,0,1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,1,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,10,0,0,8,8,7,7,10,10,0,8,1,0,8,0,0,10,8,9,8,8,0,10,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,10,8,8,8,15,9,14,7,10,15,7,9,8,8,16,9,7,8,9,8,9,9,9,0,10,15,8,11,17,0,0,15,15,7,14,10,10,0,9,1,10,8,0,0,0,8,16,15,15,0,10,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,0,7,8,8,0,8,8,14,9,7,7,7,14,7,14,7,11,16,9,7,9,7,14,9,7,7,9,7,9,7,7,0,9,16,7,11,16,0,0,14,14,7,14,9,11,0,7,0,9,7,0,0,16,7,0,14,14,0,11,9,22,8,8,8,8,15,15,14,7,8,15,7,15,8,15,22,15,7,8,15,15,7,15,15,0,8,15,8,15,15,0,0,15,15,7,14,8,8,0,15,1,8,8,0,0,15,8,14,0,15,0,8,8,15,8,8,8,8,15,8,14,7,8,15,7,8,8,8,15,8,7,8,8,8,7,8,8,0,8,15,8,8,15,0,0,15,15,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,8,8,8,8,8,7,7,12,10,9,8,10,8,8,10,7,8,10,8,9,8,8,0,10,10,8,12,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,10,8,11,8,8,0,0,10,8,8,8,8,8,9,9,7,7,11,10,10,8,11,9,8,11,7,8,10,8,7,9,9,0,8,10,8,11,8,0,0,9,9,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,0,0,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,18,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,17,0,17,15,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,22,17,18,17,24,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,17,19,17,0,2,19,17,16,17,10,0,17,15,18,17,0,8,11,17,18,18,16,8,15,14,18,15,18,19,17,17,17,17,17,16,17,17,8,0,16,10,15,19,0,0,18,18,9,16,11,9,0,17,11,17,18,0,2,17,17,14,18,11,0,16,15,8,15,8,0,16,15,8,14,14,22,16,7,8,15,8,9,8,7,15,15,8,7,8,15,8,0,8,15,8,8,0,0,8,8,14,14,15,15,0,8,15,8,8,0,7,8,8,14,8,15,0,16,8,10,10,11,16,0,17,10,17,16,15,16,7,11,15,10,11,8,10,17,9,10,9,10,10,8,0,9,10,8,11,0,0,10,10,9,16,18,9,0,10,11,10,10,0,2,10,10,14,11,11,0,16,8,17,17,17,15,17,0,17,23,23,15,22,14,17,22,17,17,15,16,24,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,17,17,18,8,10,17,0,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,17,16,18,14,17,23,16,0,23,14,21,14,17,21,16,17,15,17,23,15,16,16,16,16,7,0,15,9,14,17,0,0,17,17,9,23,17,8,0,16,17,16,16,0,2,16,16,21,17,10,0,22,14,16,16,16,14,16,23,16,23,0,14,21,14,16,21,16,16,14,16,23,14,16,16,16,16,7,0,14,9,14,16,0,0,16,16,9,23,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,8,10,8,22,15,15,8,14,14,0,15,7,8,15,8,8,8,7,15,8,8,9,8,8,10,0,8,15,10,10,0,0,8,8,14,14,17,17,0,8,8,10,8,0,7,10,8,16,8,15,0,17,8,15,15,15,16,16,22,15,21,21,15,0,14,15,22,15,16,15,14,22,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,23,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,0,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,18,8,11,17,17,17,16,8,15,14,0,15,17,17,15,17,17,16,17,16,17,17,8,0,16,10,15,18,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,18,11,0,15,15,15,15,15,15,15,22,15,21,21,15,22,14,15,0,15,15,15,14,22,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,21,15,8,0,15,15,15,15,0,0,15,15,21,15,8,0,22,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,18,17,19,9,11,17,18,17,16,8,16,14,17,15,18,0,17,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,18,18,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,17,15,16,15,17,8,8,15,16,15,14,8,15,14,15,15,16,17,0,14,15,16,15,14,15,15,8,0,15,8,15,16,0,0,16,16,7,14,8,8,0,15,8,15,16,0,0,15,15,14,15,8,0,16,15,16,16,17,7,10,16,16,17,16,7,14,14,17,14,16,16,14,0,16,15,16,16,16,16,7,0,15,9,14,17,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,17,10,0,14,14,17,17,17,15,17,24,17,23,23,15,22,14,17,22,17,17,15,16,0,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,23,17,8,0,17,17,17,17,0,2,17,17,21,17,10,0,22,15,15,22,17,15,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,22,8,0,16,8,15,17,0,0,15,15,7,14,9,9,0,15,16,15,16,0,0,15,15,14,16,9,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,0,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,0,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,17,24,17,15,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,22,17,16,17,0,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,17,17,17,0,2,17,17,14,17,10,0,15,15,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,0,8,8,10,10,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,16,8,9,15,15,15,14,8,15,14,16,15,15,15,15,15,15,16,15,14,15,15,8,0,0,8,15,16,0,0,15,15,7,14,9,9,0,15,9,15,15,0,0,15,15,14,16,9,0,15,15,10,10,10,15,10,10,10,9,9,15,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,0,8,0,8,10,0,0,10,10,16,9,10,15,0,10,3,10,10,0,9,10,10,7,10,17,0,8,8,15,17,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,0,15,8,0,17,0,0,15,15,7,14,10,11,0,15,8,17,15,0,0,17,15,16,15,8,0,17,15,17,19,19,8,11,17,18,17,16,10,15,14,18,15,18,18,16,17,17,17,17,18,17,17,10,0,16,10,17,0,0,0,17,17,9,16,13,11,0,17,11,19,18,0,2,19,17,16,18,11,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,18,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,9,9,9,14,9,9,9,9,9,14,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,0,7,16,7,9,0,0,9,9,0,9,9,14,0,9,2,9,9,0,9,9,9,7,9,16,0,7,7,16,16,16,14,16,23,16,23,23,14,21,14,16,21,16,16,14,16,23,14,16,16,16,16,7,0,14,9,14,16,0,0,16,16,9,0,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,10,12,11,15,18,17,10,17,16,17,15,7,11,15,10,10,8,10,17,9,10,11,10,10,10,0,9,10,10,13,0,0,10,10,9,16,0,11,0,10,11,12,10,0,2,12,10,16,11,11,0,17,8,8,10,9,15,9,8,8,8,7,17,8,7,9,8,8,8,8,8,8,9,8,9,8,8,10,0,9,15,11,11,0,0,8,8,14,7,11,0,0,8,2,10,8,0,7,10,8,9,9,16,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,17,17,14,17,10,0,15,15,10,17,11,15,11,17,10,17,16,8,15,7,11,15,10,10,8,10,17,16,10,9,10,17,1,0,9,3,8,11,0,0,10,10,2,16,11,2,0,10,0,10,10,0,2,10,10,14,11,4,0,15,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,7,2,2,2,2,2,7,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,0,0,9,0,2,0,0,2,2,9,2,2,7,0,2,2,2,2,0,0,2,2,0,2,9,0,0,0,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,19,17,0,2,0,17,16,17,10,0,17,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,14,16,14,14,14,21,14,21,21,16,21,14,14,21,14,14,14,14,21,14,14,16,14,14,9,0,14,7,16,16,0,0,14,14,7,21,16,9,0,14,14,16,14,0,0,16,14,0,14,7,0,23,14,17,17,18,8,11,17,17,17,16,8,15,14,18,15,17,17,15,17,17,16,17,16,17,17,8,0,16,10,15,18,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,0,11,0,15,15,10,10,11,15,11,10,10,10,9,15,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,0,9,17,8,11,0,0,10,10,16,9,11,16,0,10,4,10,10,0,9,10,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,17,16,16,16,22,15,22,21,17,23,14,15,22,15,17,16,14,22,15,15,16,15,15,10,0,15,8,17,17,0,0,16,16,7,21,17,10,0,15,15,17,15,0,0,17,15,23,15,8,0,0,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,16,15,8,8,23,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,23,15,21,23,15,0,15,16,16,0,15,8,8,16,17,14,14,8,16,14,17,15,16,15,15,14,15,15,16,14,16,17,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,16,14,16,8,0,15,16,15,15,0,8,9,15,15,15,14,8,15,14,17,15,15,15,15,15,15,16,15,14,15,15,8,16,0,8,16,16,0,0,15,15,7,14,9,10,0,15,9,15,15,0,0,15,15,14,17,9,0,15,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,0,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,9,8,0,8,10,8,7,8,8,9,9,8,8,10,8,10,8,9,8,7,10,8,8,9,0,8,8,9,0,0,10,10,7,7,9,9,0,8,4,8,10,0,0,8,8,7,9,9,0,8,8,23,16,15,8,8,0,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,23,15,21,23,15,0,15,16,16,17,15,8,10,16,0,14,14,8,16,16,17,15,16,17,15,16,15,15,16,14,18,17,8,15,0,8,15,15,0,0,18,17,7,14,8,9,0,16,10,15,17,0,1,16,16,14,16,8,0,15,16,21,14,15,7,8,21,14,0,14,7,21,14,15,14,14,21,14,15,14,15,14,14,14,14,14,15,0,7,14,22,0,0,21,21,7,21,8,8,0,14,8,14,14,0,0,21,14,21,22,15,0,14,14,14,14,14,7,7,14,14,14,0,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,0,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,8,8,8,8,8,8,8,7,7,0,10,9,8,10,8,8,10,7,8,10,8,7,8,8,10,8,0,8,10,8,0,0,8,8,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,22,16,15,8,8,22,16,21,14,10,0,16,16,17,16,22,17,14,15,17,16,14,16,16,17,15,0,8,17,22,0,0,22,22,7,21,8,10,0,15,8,15,15,0,0,22,16,23,22,15,0,17,17,14,14,14,7,9,14,16,14,14,9,16,0,14,16,14,16,16,16,14,16,14,14,16,14,9,14,0,7,16,14,0,0,16,16,7,14,7,9,0,14,9,14,16,0,0,14,14,16,14,7,0,16,16,16,17,17,8,9,16,17,15,14,8,16,14,0,15,16,15,15,15,15,16,16,14,16,17,8,16,0,8,16,16,0,0,16,15,7,14,9,11,0,16,9,15,15,0,1,16,16,16,18,9,0,15,18,15,15,15,8,8,15,15,14,14,10,17,16,15,0,15,15,17,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,17,15,16,15,8,8,15,16,14,14,8,16,14,16,15,0,15,15,14,15,15,16,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,22,15,15,8,10,22,17,21,14,8,22,16,15,15,15,0,15,16,15,15,15,14,17,15,15,15,0,8,15,22,0,0,24,24,7,21,8,8,0,15,10,15,17,0,0,22,15,21,22,15,0,15,15,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,0,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,17,14,14,15,7,10,14,16,15,14,7,14,16,15,14,14,16,14,0,14,15,14,14,16,14,7,15,0,7,14,15,0,0,16,16,7,14,8,8,0,14,10,14,16,0,0,14,14,14,15,8,0,14,14,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,0,15,15,14,15,15,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,15,15,16,8,9,15,15,15,14,10,17,16,16,17,15,15,17,15,15,0,15,14,15,15,10,16,0,8,17,16,0,0,15,15,7,14,9,11,0,15,9,15,15,0,0,15,15,16,16,9,0,17,17,15,16,15,8,8,15,16,14,14,8,16,14,16,15,16,15,15,14,15,15,0,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,16,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,0,14,14,7,14,0,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,15,16,15,8,10,15,18,14,14,8,16,16,16,15,16,17,15,16,15,15,16,14,0,16,8,15,0,8,15,15,0,0,17,17,7,14,8,8,0,15,10,15,17,0,0,15,16,14,15,8,0,15,15,16,17,15,8,8,16,17,14,14,8,16,14,17,15,16,15,15,14,15,15,16,14,16,0,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,16,14,16,8,0,15,16,15,8,8,8,8,15,8,14,7,10,17,9,8,10,8,15,10,7,8,10,8,7,8,8,0,8,0,8,10,15,0,0,15,15,7,14,8,10,0,8,1,8,8,0,0,15,8,16,15,15,0,10,10,15,15,16,8,9,15,15,15,14,8,15,14,16,15,15,15,15,15,15,16,15,14,15,15,8,0,0,8,15,16,0,0,15,15,7,14,9,9,0,15,9,15,15,0,0,15,15,14,16,9,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,0,0,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,15,15,16,8,8,15,15,14,14,10,17,16,16,17,15,15,17,14,15,17,15,14,15,15,10,15,0,8,0,15,0,0,15,15,7,14,8,11,0,15,8,15,15,0,0,15,15,16,16,8,0,17,17,22,15,16,8,9,22,15,22,14,8,22,14,16,15,15,22,15,15,15,16,15,14,15,15,15,16,0,8,15,0,0,0,22,22,7,21,9,9,0,15,9,15,15,0,0,22,15,21,23,16,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,16,15,8,10,23,18,21,14,8,22,16,16,15,15,24,15,16,15,15,15,14,17,16,15,15,0,8,15,22,0,0,0,24,7,21,8,9,0,16,10,15,17,0,1,23,15,21,23,15,0,15,16,22,15,15,8,10,22,17,21,14,8,22,16,15,15,15,24,15,16,15,15,15,14,17,15,15,15,0,8,15,22,0,0,24,0,7,21,8,8,0,15,10,15,17,0,0,22,15,21,22,15,0,15,15,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,0,7,14,21,0,0,21,21,7,0,7,7,0,14,7,14,14,0,0,21,14,21,21,14,0,14,14,8,8,9,8,9,8,8,8,7,8,8,7,9,8,8,8,8,8,8,9,8,7,8,8,8,9,0,8,8,9,0,0,8,8,7,7,0,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,9,9,10,8,9,9,9,8,7,10,10,9,11,10,8,8,10,8,8,11,8,7,8,9,10,9,0,8,11,9,0,0,9,8,7,7,9,0,0,9,2,8,8,0,1,9,8,9,11,9,0,10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,0,8,15,15,0,1,16,15,14,16,8,0,15,16,8,8,9,1,4,8,10,8,7,1,8,9,9,8,8,10,8,10,8,9,8,7,10,8,1,9,0,1,8,9,0,0,10,10,0,7,2,2,0,8,0,8,10,0,0,8,8,7,9,2,0,8,8,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,15,15,15,8,10,15,17,14,14,8,15,16,15,15,15,17,15,16,15,15,15,14,17,15,8,15,0,8,15,15,0,0,17,17,7,14,8,8,0,15,10,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,23,16,15,8,8,23,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,0,15,21,23,15,0,15,16,15,16,15,8,8,15,16,14,14,8,16,14,16,15,16,15,15,14,15,15,16,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,0,14,15,8,0,15,15,21,14,14,7,7,21,14,21,14,9,23,16,16,16,14,21,16,14,14,16,14,14,14,14,16,14,0,7,16,21,0,0,21,21,7,21,7,9,0,14,7,14,14,0,0,21,14,0,21,14,0,16,18,23,16,17,8,9,23,16,22,14,8,22,14,18,15,15,22,15,15,15,16,15,14,15,16,15,16,0,8,16,23,0,0,23,22,7,21,9,11,0,16,9,15,15,0,1,23,15,21,0,16,0,15,16,15,8,9,8,9,15,8,15,7,8,15,7,9,8,8,15,8,8,8,9,8,7,8,8,15,9,0,8,8,16,0,0,15,15,7,14,9,9,0,8,2,8,8,0,0,15,8,14,16,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,0,17,16,16,15,8,8,16,16,14,14,10,17,16,18,17,15,15,17,14,15,17,15,14,15,16,10,15,0,8,17,15,0,0,16,15,7,14,8,11,0,16,8,15,15,0,1,16,15,18,16,8,0,17,0,0,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,12,12,0,8,8,10,0,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,0,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,8,0,8,8,8,7,7,15,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,15,8,0,8,8,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,8,8,7,8,15,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,11,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,10,0,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,9,7,9,9,9,0,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,0,7,9,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,16,7,16,9,9,9,0,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,0,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,8,8,15,15,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,15,8,0,15,8,0,0,8,8,22,7,15,23,0,15,1,15,8,0,7,8,15,7,8,15,0,15,15,10,8,8,8,8,8,8,7,7,8,0,7,8,10,10,8,8,7,8,10,8,7,8,8,8,8,8,0,8,8,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,8,10,7,10,10,0,8,8,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,10,10,17,8,17,10,10,9,16,15,8,7,0,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,8,15,8,15,8,8,7,14,15,10,7,15,0,17,8,15,14,15,10,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,9,15,15,0,15,1,15,8,0,2,8,17,7,10,10,0,15,15,12,10,17,8,17,10,10,9,16,15,10,7,17,17,0,10,15,16,17,10,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,11,17,15,0,17,3,17,10,0,4,10,19,7,12,12,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,0,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,0,16,7,9,16,16,9,7,9,7,0,14,9,0,0,9,9,16,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,0,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,8,8,8,8,8,8,7,7,8,10,7,8,10,10,8,8,7,8,0,8,7,8,8,8,8,8,0,8,8,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,8,10,7,10,10,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,0,16,9,7,9,7,0,14,9,1,1,9,9,17,10,16,14,1,16,2,17,9,1,2,9,17,8,9,9,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,0,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,11,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,0,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,15,10,10,10,9,9,15,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,0,8,0,8,10,0,0,10,10,16,9,10,15,0,10,3,10,10,0,9,10,10,7,10,17,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,0,0,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,0,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,0,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,0,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,0,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,16,14,16,9,9,9,16,22,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,16,7,0,14,9,1,1,9,9,0,10,16,22,1,16,2,17,9,1,9,9,17,8,9,16,0,14,14,11,9,9,7,9,9,9,9,9,7,9,7,9,9,11,9,7,9,9,9,9,10,9,9,7,9,7,0,7,9,1,1,9,9,10,0,9,7,1,9,2,10,9,1,4,9,12,8,11,11,0,7,7,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,8,15,15,15,8,8,7,14,23,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,15,8,0,15,8,0,0,8,8,22,7,15,0,0,15,1,15,8,0,7,8,15,7,8,15,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,3,3,3,1,3,3,3,2,2,1,1,0,3,1,3,3,1,2,3,1,3,2,3,3,1,3,1,0,1,3,0,0,3,3,2,2,3,1,0,3,0,3,3,0,2,3,3,0,3,3,0,1,1,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,17,17,10,8,10,8,0,15,10,1,1,10,10,17,10,17,15,1,17,3,0,10,1,2,10,18,8,10,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,0,0,2,10,10,7,10,10,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,4,2,2,7,2,2,2,2,2,7,2,0,2,2,4,2,0,2,2,2,2,2,2,2,0,9,0,0,0,2,0,0,2,2,9,4,2,7,0,2,2,2,2,0,0,2,4,0,4,11,0,0,0,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,0,10,7,10,10,0,8,8,12,10,17,8,17,10,10,9,16,15,10,7,17,17,19,10,15,16,17,10,10,17,17,10,8,10,8,0,15,10,1,1,10,10,17,12,17,15,1,17,3,18,10,1,4,10,0,8,12,12,0,15,15,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,7,7,7,7,7,0,7,7,1,1,7,7,8,8,7,7,1,7,0,8,7,1,0,7,8,0,7,7,0,7,7,12,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,0,12,0,8,8,12,10,10,15,10,10,10,9,9,15,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,17,8,0,8,10,0,0,10,10,16,11,10,15,0,10,3,10,10,0,11,10,12,7,12,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,0,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,0,15,15,8,8,15,23,14,14,8,15,14,23,15,23,22,23,14,15,22,23,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,15,15,15,0,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,0,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,8,0,17,15,15,15,0,9,15,15,15,15,22,16,16,14,23,23,22,15,23,22,22,15,15,21,22,15,8,15,16,15,0,16,0,0,15,15,14,14,15,16,0,22,8,22,15,0,0,15,22,14,16,9,0,23,22,8,8,9,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,0,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,0,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,15,15,15,8,8,0,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,23,15,15,8,8,16,0,14,14,9,15,15,24,16,24,23,25,14,15,23,23,14,25,25,18,15,15,8,0,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,14,14,15,8,7,14,14,0,15,8,15,14,14,15,14,14,15,15,14,14,14,14,14,14,7,14,14,7,0,15,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,8,0,15,14,14,14,22,8,14,14,14,15,0,15,15,14,21,22,21,14,22,22,21,14,14,21,21,14,7,14,14,14,0,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,8,10,16,9,15,9,9,8,15,0,11,10,15,19,16,8,19,15,15,10,8,16,16,9,13,10,10,15,0,11,0,0,9,9,14,7,17,19,0,15,1,17,8,0,0,10,15,11,8,9,0,20,18,15,15,16,9,8,15,15,15,15,11,0,16,15,18,15,15,18,15,15,17,15,14,15,15,10,15,17,8,0,16,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,9,0,18,17,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,17,14,14,16,14,14,15,15,10,14,16,7,0,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,17,23,15,23,8,15,15,24,14,21,15,15,14,0,22,30,23,31,21,22,23,23,21,31,24,17,15,16,15,0,15,0,0,15,15,14,14,15,16,0,31,8,22,15,0,0,16,22,14,23,8,0,22,22,15,15,23,9,15,16,16,15,22,19,18,17,22,0,23,15,26,22,22,17,15,21,23,16,11,15,17,15,0,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,25,25,23,15,22,8,15,16,24,14,21,16,15,15,30,23,0,22,31,21,22,22,23,21,31,24,17,15,15,15,0,15,0,0,16,16,14,14,15,15,0,30,8,22,15,0,0,15,22,14,22,8,0,22,23,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,0,23,14,15,23,22,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,16,15,14,22,8,0,15,15,23,15,23,9,15,16,25,15,22,19,18,17,31,26,31,23,0,22,22,25,23,21,32,25,20,15,17,15,0,16,0,0,16,16,14,14,15,17,0,31,8,22,15,0,0,16,22,16,22,9,0,25,25,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,14,22,0,21,14,14,21,21,14,7,14,14,14,0,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,22,21,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,0,15,15,21,22,15,8,15,15,15,0,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,22,22,15,15,8,8,15,23,14,14,10,17,16,23,17,22,23,25,14,15,0,22,14,23,23,18,15,17,8,0,15,0,0,15,15,7,14,8,10,0,23,8,15,15,0,0,16,15,16,22,8,0,17,17,23,15,15,8,8,15,23,14,14,8,15,14,23,15,23,22,23,14,15,22,0,14,23,23,16,15,15,8,0,15,0,0,15,15,7,14,8,8,0,23,8,15,15,0,0,15,15,14,22,8,0,15,15,14,16,21,7,14,14,14,14,21,16,14,14,21,21,21,14,21,21,21,14,14,0,21,14,9,16,14,14,0,16,0,0,14,14,14,14,16,16,0,21,7,23,14,0,0,16,21,16,14,7,0,23,21,23,15,22,8,15,16,25,14,21,16,15,15,31,23,31,23,32,21,22,23,23,21,0,25,18,15,15,15,0,15,0,0,16,16,14,14,15,15,0,31,8,22,15,0,0,16,22,14,22,8,0,22,23,23,15,15,8,8,16,25,14,14,9,15,15,24,16,24,23,25,14,15,23,23,14,25,0,18,15,15,8,0,15,0,0,16,16,7,14,8,8,0,24,8,15,15,0,0,16,15,14,22,8,0,15,16,16,10,8,8,8,9,18,7,7,13,10,10,17,11,17,16,20,7,8,18,16,9,18,18,0,10,10,8,0,10,0,0,9,9,7,7,10,12,0,17,1,10,8,0,0,11,8,11,15,8,0,12,11,15,17,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,0,15,8,0,17,0,0,15,15,7,14,10,11,0,15,8,17,15,0,0,17,15,16,15,8,0,17,15,15,15,16,8,8,15,15,14,14,10,17,16,16,17,15,15,17,14,15,17,15,14,15,15,10,15,0,8,0,15,0,0,15,15,7,14,8,11,0,15,8,15,15,0,0,15,15,16,16,8,0,17,17,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,0,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,16,9,8,15,15,15,15,11,16,14,15,16,15,15,16,15,15,15,15,16,15,15,10,17,15,8,0,0,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,9,0,18,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,0,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,0,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,8,10,15,8,15,8,8,7,14,17,8,7,15,15,15,8,15,14,15,8,8,16,15,8,10,10,8,15,0,10,0,0,8,8,14,7,0,17,0,15,1,17,8,0,0,10,15,9,8,8,0,17,15,8,10,16,8,15,8,8,7,14,19,10,9,16,17,15,8,17,14,15,10,8,16,15,8,12,11,11,15,0,10,0,0,8,8,14,7,17,0,0,15,1,17,8,0,0,10,15,11,9,8,0,19,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,15,22,8,15,15,24,14,21,15,15,14,31,22,30,23,31,21,22,23,23,21,31,24,17,15,15,15,0,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,16,22,14,22,8,0,22,22,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,8,7,8,8,8,7,8,8,1,8,8,1,0,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,8,15,17,22,8,15,15,15,14,21,17,15,14,22,22,22,15,22,21,22,15,15,23,22,15,10,17,15,15,0,17,0,0,15,15,14,14,17,17,0,22,8,0,15,0,0,17,22,16,15,8,0,24,22,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,0,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,15,8,8,15,16,14,14,10,15,14,16,15,15,16,16,14,15,16,15,16,16,16,11,17,15,8,0,17,0,0,15,15,7,14,10,10,0,16,8,17,15,0,0,0,15,16,15,8,0,17,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,0,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,22,14,16,14,7,7,14,14,14,14,11,16,16,14,16,14,14,16,14,14,16,14,16,14,14,11,16,16,7,0,16,0,0,14,14,7,14,9,11,0,14,7,16,14,0,0,16,14,0,14,7,0,18,16,22,15,16,8,8,15,22,14,14,8,15,14,23,15,22,22,22,14,15,22,22,14,22,22,15,15,16,8,0,15,0,0,15,15,7,14,8,9,0,22,8,15,15,0,0,15,15,14,0,8,0,15,15,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,0,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,23,9,15,15,15,15,22,20,18,16,22,25,22,15,25,22,22,17,15,23,22,15,12,17,17,15,0,18,0,0,15,15,14,14,17,19,0,22,8,24,15,0,0,17,22,18,15,9,0,0,24,15,15,22,8,15,16,16,14,21,18,17,17,22,25,23,15,25,21,22,17,15,21,23,16,11,15,17,15,0,15,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,8,0,24,0,0,18,17,8,11,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,16,17,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,18,0,17,8,11,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,11,19,15,10,17,0,0,0,17,17,9,16,12,10,0,17,10,19,17,0,2,19,17,16,17,10,0,17,15,17,17,0,9,11,17,18,18,17,9,16,14,18,16,18,18,17,18,17,17,17,16,17,17,8,19,16,10,16,0,0,0,17,17,9,16,11,9,0,17,11,17,18,0,2,17,17,14,18,12,0,16,15,8,8,9,0,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,0,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,9,0,9,8,11,11,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,9,11,9,10,8,0,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,11,0,8,8,24,17,17,8,10,0,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,17,17,18,8,10,17,0,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,23,16,18,8,10,23,16,0,17,8,22,14,17,15,16,23,15,18,16,15,16,16,16,16,14,17,22,9,15,0,0,0,23,23,9,23,10,8,0,16,10,16,16,0,2,23,16,21,24,18,0,15,14,16,16,17,8,9,16,16,17,0,8,15,14,16,15,16,16,15,17,16,14,16,16,16,16,7,16,14,9,15,0,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,10,0,15,14,8,10,9,9,8,8,8,8,8,0,9,7,8,9,8,8,9,8,8,8,8,9,8,8,10,10,8,8,11,0,0,0,8,8,7,7,10,10,0,8,1,10,8,0,0,10,8,9,8,9,0,11,8,22,15,16,9,8,22,15,22,15,9,0,14,15,16,15,22,16,15,15,15,15,14,15,15,15,15,22,8,16,0,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,16,0,16,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,0,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,17,17,18,8,11,17,17,17,16,8,15,14,0,15,17,17,15,17,17,16,17,16,17,17,8,18,16,10,15,0,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,18,11,0,15,15,15,15,16,9,8,15,15,15,15,9,16,14,15,0,15,15,16,15,15,15,15,14,15,15,8,15,15,8,16,0,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,9,0,16,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,18,0,2,17,17,14,17,10,0,15,15,24,17,18,8,10,24,18,23,16,8,22,14,17,15,18,0,16,16,17,16,17,16,17,17,15,18,22,10,15,0,0,0,24,24,9,23,10,8,0,17,10,17,18,0,2,24,17,21,24,17,0,15,15,15,15,17,9,8,15,16,15,15,9,16,14,15,16,16,16,0,15,15,16,15,14,15,15,8,16,15,8,16,0,0,0,15,15,7,14,8,8,0,15,8,15,16,0,0,15,15,14,15,9,0,16,15,16,16,18,8,10,16,16,18,17,8,15,14,17,15,16,16,15,0,16,15,16,16,16,16,7,17,15,9,15,0,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,17,11,0,15,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,15,17,8,9,15,16,15,14,8,15,14,16,15,16,16,16,15,15,0,15,14,15,15,8,17,16,8,15,0,0,0,15,15,7,14,9,9,0,15,9,15,16,0,0,15,15,14,16,9,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,0,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,18,16,16,16,9,0,16,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,0,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,11,8,8,9,15,8,14,7,10,15,7,8,8,8,15,8,7,8,8,8,9,8,8,0,10,15,8,10,0,0,0,15,15,7,14,10,10,0,8,1,10,8,0,0,17,8,16,15,15,0,10,8,17,19,19,8,11,17,18,17,16,10,15,14,18,15,18,18,16,17,17,17,17,18,17,17,10,0,16,10,17,0,0,0,17,17,9,16,13,11,0,17,11,19,18,0,2,19,17,16,18,11,0,17,15,22,15,16,8,9,22,15,22,14,8,22,14,16,15,15,22,15,15,15,16,15,14,15,15,15,16,0,8,15,0,0,0,22,22,7,21,9,9,0,15,9,15,15,0,0,22,15,21,23,16,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,0,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,17,16,9,8,15,15,15,15,11,16,14,15,16,15,15,16,15,15,15,15,16,15,15,10,17,15,8,0,0,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,9,0,18,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,0,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,0,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,0,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,10,12,11,8,11,10,10,10,9,10,8,7,11,8,10,10,8,10,10,9,10,11,10,10,10,13,9,10,10,0,0,0,10,10,9,9,0,11,0,10,4,12,10,0,2,12,10,9,11,11,0,10,8,8,10,9,8,9,8,8,8,7,10,8,7,9,8,8,8,8,8,8,9,8,9,8,8,10,11,9,8,10,0,0,0,8,8,7,7,11,0,0,8,2,10,8,0,0,10,8,9,9,9,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,17,17,14,17,10,0,15,15,10,10,11,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,0,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,0,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,0,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,24,19,17,8,10,24,17,23,16,10,22,14,17,15,17,24,15,16,17,15,17,18,17,17,17,19,22,10,17,0,0,0,24,24,9,23,12,10,0,17,10,19,17,0,2,0,17,23,24,17,0,17,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,16,14,7,7,21,14,21,14,9,21,14,14,14,14,21,14,14,14,14,14,16,14,14,16,16,21,7,16,0,0,0,21,21,7,21,9,9,0,14,7,16,14,0,0,23,14,0,21,14,0,16,14,24,17,18,8,11,24,17,24,16,8,22,14,18,15,17,24,15,17,17,16,17,16,17,17,15,18,23,10,15,0,0,0,24,24,9,23,11,9,0,17,11,17,17,0,2,24,17,21,0,18,0,15,15,17,10,12,9,11,17,10,18,10,9,16,7,11,9,10,17,9,11,10,9,10,9,10,10,15,11,16,10,9,0,0,0,17,17,9,16,11,9,0,10,4,10,10,0,2,17,10,14,18,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,16,9,8,15,15,15,15,11,16,14,15,16,15,15,16,15,15,15,15,16,15,15,10,17,15,8,18,0,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,9,0,0,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,0,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,8,10,25,18,24,16,8,22,14,18,15,17,25,16,16,17,15,17,16,17,18,15,18,23,10,15,24,0,0,0,25,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,16,16,18,0,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,18,17,0,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,0,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,0,12,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,25,18,17,8,10,0,19,23,16,9,22,15,18,16,18,24,16,16,17,15,17,16,18,19,16,17,23,10,16,24,0,0,0,25,9,23,10,9,0,18,10,17,17,0,3,25,17,21,25,17,0,15,17,18,18,17,8,12,19,0,16,16,9,15,17,18,16,18,19,16,18,17,15,17,16,20,19,9,17,18,10,16,17,0,0,0,20,9,16,10,9,0,18,12,17,19,0,3,18,17,14,18,10,0,15,17,24,16,17,7,9,23,16,0,16,7,21,14,16,14,16,24,15,16,16,14,16,16,16,16,14,17,21,9,14,23,0,0,0,24,9,23,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,15,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,0,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,0,9,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,22,15,15,8,8,22,15,21,14,8,0,14,15,15,15,22,15,14,15,15,15,14,15,15,15,15,22,8,15,22,0,0,0,22,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,15,15,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,17,15,8,14,16,7,15,14,0,0,0,17,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,18,18,17,8,10,18,18,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,16,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,17,17,17,8,10,18,18,16,16,9,15,15,17,16,0,17,16,16,17,15,17,16,18,18,9,17,15,10,16,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,25,17,18,8,12,24,19,24,16,8,22,16,17,15,17,0,16,18,17,15,17,16,19,17,15,18,24,10,15,24,0,0,0,27,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,15,16,15,16,8,8,16,16,15,14,9,15,15,15,16,16,16,0,14,15,15,15,14,16,16,9,16,15,8,16,15,0,0,0,17,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,16,16,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,0,18,9,16,9,7,0,16,11,16,18,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,0,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,0,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,8,12,18,20,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,0,18,9,17,17,10,16,17,0,0,0,20,9,16,10,8,0,17,12,17,24,0,2,17,17,14,17,10,0,15,16,18,18,17,8,10,19,19,16,16,9,15,15,18,16,18,17,16,16,17,15,17,16,18,0,9,17,16,10,16,17,0,0,0,18,9,16,10,9,0,18,10,17,17,0,3,18,17,14,18,10,0,15,17,15,8,8,8,8,16,9,14,7,9,15,8,8,9,9,15,9,7,8,8,8,7,9,9,0,8,15,8,9,15,0,0,0,16,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,18,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,0,18,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,23,16,15,8,10,23,18,21,14,8,22,16,16,15,15,24,15,16,15,15,15,14,17,16,15,15,0,8,15,22,0,0,0,24,7,21,8,9,0,16,10,15,17,0,1,23,15,21,23,15,0,15,16,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,0,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,0,24,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,17,18,8,12,25,20,24,16,9,22,17,17,16,18,27,17,18,17,15,17,16,20,18,16,18,24,10,16,24,0,0,0,0,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,16,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,0,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,0,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,0,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,0,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,18,10,0,15,16,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,0,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,24,17,8,17,17,10,15,17,0,0,0,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,0,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,0,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,25,17,0,15,16,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,0,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,0,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,0,17,0,15,16,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,0,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,16,15,8,8,17,17,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,17,9,15,16,8,16,15,0,0,0,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,0,17,18,8,10,24,17,25,16,8,22,14,17,15,18,25,16,17,18,15,18,16,17,17,15,18,22,10,15,24,0,0,25,0,9,23,10,8,0,18,10,18,17,0,2,24,17,21,24,17,0,16,15,17,0,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,18,17,0,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,18,15,10,15,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,0,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,0,9,9,10,8,0,10,5,10,12,0,2,10,10,7,10,10,0,8,8,24,17,17,8,10,0,18,23,16,9,22,15,17,16,18,24,16,16,17,15,17,16,18,18,16,17,22,10,16,24,0,0,25,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,16,17,17,17,8,12,18,0,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,20,18,9,17,17,10,16,17,0,0,20,0,9,16,10,8,0,17,12,17,19,0,2,17,17,14,17,10,0,15,16,25,16,17,7,9,23,16,0,16,7,21,14,16,14,17,24,15,17,17,14,17,16,16,16,14,17,21,9,14,23,0,0,24,0,9,23,9,7,0,17,9,17,16,0,2,23,16,21,23,16,0,15,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,0,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,9,9,7,7,0,8,8,8,9,9,8,9,7,8,8,8,7,9,9,9,8,8,8,9,8,0,0,9,0,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,8,0,8,9,22,15,15,8,8,22,15,21,14,8,0,14,15,15,15,22,15,14,15,15,15,14,15,15,15,15,22,8,15,22,0,0,22,0,7,21,8,8,0,15,8,15,15,0,0,22,15,21,22,15,0,15,15,14,14,14,7,9,15,17,14,14,8,14,0,14,15,15,16,15,16,14,14,14,14,17,15,8,14,16,7,15,14,0,0,17,0,7,14,7,7,0,14,9,14,16,0,0,14,14,14,14,7,0,14,15,17,17,17,8,10,17,17,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,15,15,15,15,8,8,16,16,14,14,9,15,15,15,0,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,18,17,17,8,10,18,18,17,16,9,15,15,17,16,0,17,16,17,18,15,18,16,18,18,9,17,15,10,16,17,0,0,18,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,16,25,17,18,8,12,24,19,24,16,8,22,16,17,15,17,0,16,18,17,15,17,16,19,17,15,18,24,10,15,24,0,0,27,0,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,15,16,15,16,8,8,16,16,15,14,9,15,15,15,16,16,16,0,14,15,15,15,14,16,16,9,16,15,8,16,15,0,0,17,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,16,16,17,16,16,7,11,16,18,17,16,7,14,16,16,14,17,18,14,0,17,14,17,16,18,16,7,16,16,9,14,16,0,0,18,0,9,16,9,7,0,17,11,17,18,0,2,16,16,14,16,9,0,14,14,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,18,17,0,2,17,17,14,17,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,0,9,16,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,17,17,17,8,12,18,20,16,16,9,15,17,17,16,18,19,16,18,17,15,17,16,0,18,9,17,17,10,16,17,0,0,20,0,9,16,10,8,0,17,12,17,19,0,2,17,17,14,17,10,0,15,16,17,17,17,8,10,18,18,16,16,9,15,15,17,16,18,17,16,16,17,15,17,16,18,0,9,17,15,10,16,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,15,16,15,8,8,8,8,16,9,14,7,9,15,8,8,9,9,15,9,7,8,8,8,7,9,9,0,8,15,8,9,15,0,0,16,0,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,15,0,8,9,18,17,18,8,10,17,17,17,16,8,15,14,17,15,17,18,16,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,18,0,9,16,10,8,0,17,10,17,17,0,2,17,17,14,17,10,0,16,15,22,15,15,8,10,22,17,21,14,8,22,16,15,15,15,24,15,16,15,15,15,14,17,15,15,15,0,8,15,22,0,0,24,0,7,21,8,8,0,15,10,15,17,0,0,22,15,21,22,15,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,0,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,0,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,16,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,0,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,24,17,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,17,18,8,12,25,20,24,16,9,22,17,17,16,18,27,17,18,17,15,17,16,20,18,16,18,24,10,16,24,0,0,0,0,9,23,10,8,0,17,12,17,19,0,2,24,17,21,24,17,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,0,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,0,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,0,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,0,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,0,10,18,17,0,2,17,17,14,17,10,0,15,15,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,0,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,19,17,8,17,17,10,15,17,0,0,19,0,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,0,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,24,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,0,17,21,24,17,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,0,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,24,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,0,17,0,15,15,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,0,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,0,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,0,7,16,9,9,11,18,14,7,7,18,14,16,9,14,16,18,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,7,7,7,0,7,7,7,7,7,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,14,7,14,7,7,0,0,7,7,0,7,7,14,0,7,0,7,7,0,7,7,7,7,7,14,0,7,7,9,9,16,7,0,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,7,9,0,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,9,7,9,9,0,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,11,7,9,9,9,0,12,7,7,8,11,7,9,9,7,10,11,7,9,10,9,9,7,9,7,9,7,9,0,0,9,9,0,10,9,7,0,9,2,9,9,0,3,9,9,8,9,9,0,7,7,9,9,18,7,16,9,9,12,0,14,7,8,18,14,16,9,14,17,18,7,9,17,16,9,7,9,7,16,14,9,0,0,9,9,0,10,16,14,0,16,2,16,9,0,3,9,16,8,9,9,0,14,14,7,7,14,14,14,7,7,7,14,0,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,14,7,22,14,7,0,0,7,7,0,7,14,22,0,14,0,14,7,0,7,7,14,7,7,14,0,14,14,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,8,8,7,7,0,7,7,7,7,7,8,7,7,7,8,7,7,7,7,7,7,7,7,0,0,7,7,0,8,7,7,0,7,0,7,7,0,1,7,7,8,7,7,0,7,7,9,9,18,7,16,9,9,11,18,14,7,7,0,14,16,9,14,16,18,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,7,7,14,7,14,7,7,7,14,14,7,7,14,0,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,9,9,16,7,16,9,9,9,16,14,7,7,16,14,0,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,0,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,0,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,9,9,16,7,16,9,9,10,17,14,7,8,16,14,16,9,14,0,16,7,9,17,16,9,7,9,7,16,14,9,0,0,9,9,0,10,16,14,0,16,2,16,9,0,3,9,16,8,9,9,0,14,14,9,9,18,7,16,9,9,11,18,14,7,7,18,14,16,9,14,16,0,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,0,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,16,7,16,9,9,10,17,14,7,8,16,14,16,9,14,17,16,7,9,0,16,9,7,9,7,17,14,9,1,1,9,9,0,11,16,14,1,16,2,17,9,1,3,9,17,9,9,9,0,14,14,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,0,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,0,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,9,9,9,14,9,9,9,9,9,14,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,0,7,16,7,9,0,0,9,9,0,9,9,14,0,9,2,9,9,0,9,9,9,7,9,16,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,0,0,7,7,0,7,7,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,9,9,16,14,16,9,9,9,16,22,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,16,7,0,14,9,1,1,9,9,0,10,16,22,1,16,2,17,9,1,9,9,17,8,9,16,0,14,14,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,0,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,0,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,0,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,0,0,9,9,7,0,9,2,9,9,0,2,9,9,7,9,9,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,7,9,9,9,10,10,7,7,8,9,7,9,9,7,10,9,7,9,11,9,9,7,9,7,10,7,9,1,1,9,9,0,0,9,7,1,9,2,10,9,1,3,9,10,9,9,9,0,7,7,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,0,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,7,7,14,14,14,7,7,7,14,22,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,14,7,22,14,7,0,0,7,7,0,7,14,0,0,14,0,14,7,0,7,7,14,7,7,14,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,0,2,16,9,0,2,9,16,7,9,9,0,14,14,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,0,2,2,0,0,2,0,2,2,0,2,2,2,0,2,2,0,0,0,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,9,7,17,14,9,1,1,9,9,0,10,16,14,1,16,2,0,9,1,2,9,17,8,9,9,0,14,14,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,0,0,2,9,9,7,9,9,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,2,2,2,7,2,2,2,3,3,7,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,9,0,9,0,2,0,0,2,2,0,3,2,7,0,2,2,2,2,0,0,2,2,1,2,9,0,0,0,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,0,9,7,9,9,0,7,7,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,9,7,17,14,9,1,1,9,9,0,10,16,14,1,16,2,17,9,1,2,9,0,8,9,9,0,14,14,7,7,7,7,7,7,7,8,8,7,7,8,7,7,7,7,7,8,7,7,7,9,7,7,7,7,7,8,7,7,1,1,7,7,0,9,7,7,1,7,0,8,7,1,1,7,8,0,7,7,0,7,7,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,0,9,0,7,7,9,9,9,14,9,9,9,9,9,14,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,16,7,16,7,9,0,0,9,9,0,9,9,14,0,9,2,9,9,0,9,9,9,7,9,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,0,14,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,0,0,16,16,7,9,23,16,23,16,7,23,14,16,16,18,23,14,16,16,16,16,16,16,16,14,16,21,11,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,4,23,18,21,25,18,0,14,14,16,0,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,0,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,7,7,7,0,14,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,0,14,7,0,7,7,7,7,0,0,7,7,14,7,7,0,14,7,9,9,9,14,0,16,9,16,16,14,14,7,9,14,9,9,7,9,16,7,9,9,9,9,7,16,7,9,7,9,0,0,9,9,9,0,16,7,0,9,9,9,9,0,2,9,9,14,9,9,0,14,7,23,16,16,14,16,0,16,30,23,14,28,14,16,21,16,23,14,16,23,14,16,16,16,16,14,23,21,9,14,23,0,0,23,23,9,0,16,7,0,16,16,16,16,0,2,23,16,28,23,16,0,21,14,16,16,16,7,9,16,0,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,23,16,16,14,16,30,16,0,24,14,28,15,16,21,16,23,14,17,23,14,16,17,16,16,14,23,21,9,14,23,0,0,23,23,10,0,16,7,0,16,16,16,16,0,3,23,16,29,23,16,0,21,14,16,16,16,14,16,23,16,24,0,14,21,15,16,21,16,16,14,17,23,14,16,18,16,16,7,23,14,9,14,16,0,0,16,16,10,0,16,7,0,16,16,16,16,0,3,16,16,23,16,9,0,21,14,7,7,7,14,14,14,7,14,14,0,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,0,14,7,0,7,7,7,7,0,0,7,7,14,7,7,0,14,7,23,14,14,14,14,28,14,28,21,14,0,14,14,23,16,21,14,14,21,16,14,14,14,14,14,21,21,9,14,21,0,0,21,21,7,0,14,7,0,14,14,14,14,0,2,21,16,28,23,16,0,21,14,14,14,14,7,7,14,14,15,15,7,14,0,14,14,14,14,14,15,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,0,7,7,0,14,7,14,14,0,1,14,14,15,14,7,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,0,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,14,14,14,14,21,14,21,21,14,23,14,14,0,16,14,14,14,21,16,14,14,14,14,7,21,14,9,14,14,0,0,14,14,7,0,14,7,0,14,14,14,14,0,2,14,16,21,16,9,0,21,14,18,16,16,7,9,16,16,16,16,7,16,14,16,16,0,16,14,16,16,16,16,16,16,16,7,16,14,11,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,4,16,18,14,18,11,0,14,14,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,0,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,0,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,16,16,16,7,9,16,16,17,17,7,14,15,16,14,16,16,14,0,16,14,16,17,16,16,7,16,14,9,14,16,0,0,16,16,10,0,9,7,0,16,9,16,16,0,3,16,16,16,16,9,0,14,14,16,16,16,14,16,23,16,23,23,14,21,14,16,21,16,16,14,16,0,14,16,16,16,16,7,23,14,9,14,16,0,0,16,16,9,0,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,16,14,14,7,7,14,14,14,14,7,16,14,14,16,16,14,14,14,14,0,14,14,14,14,7,14,14,9,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,2,14,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,0,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,17,18,7,14,15,16,14,16,16,14,17,16,14,16,0,16,16,7,16,14,10,14,16,1,1,16,16,11,0,9,7,1,16,9,17,16,1,3,16,17,17,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,0,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,0,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,16,0,2,16,16,14,16,9,0,14,14,14,7,7,7,7,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,0,7,14,7,7,14,0,0,14,14,7,0,7,7,0,7,0,7,7,0,0,14,7,14,14,14,0,7,7,16,16,16,14,16,23,16,23,23,14,21,14,16,21,16,16,14,16,23,14,16,16,16,16,7,0,14,9,14,16,0,0,16,16,9,0,16,7,0,16,16,16,16,0,2,16,16,21,16,9,0,21,14,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,0,7,14,21,0,0,21,21,7,0,7,7,0,14,7,14,14,0,0,21,14,21,21,14,0,14,14,11,9,9,7,9,9,9,9,9,7,9,7,9,9,11,9,7,9,9,9,9,10,9,9,7,9,7,0,7,9,1,1,9,9,10,0,9,7,1,9,2,10,9,1,4,9,12,8,11,11,0,7,7,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,0,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,14,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,0,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,0,23,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,0,9,0,9,7,0,16,9,16,16,0,2,23,16,21,23,16,0,14,14,9,9,9,7,9,9,9,10,10,7,7,8,9,7,9,9,7,10,9,7,9,11,9,9,7,9,7,10,7,9,1,1,9,9,0,0,9,7,1,9,2,10,9,1,3,9,10,9,9,9,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,14,16,16,9,16,16,14,14,7,9,14,9,9,7,9,16,7,9,9,9,9,7,16,7,9,7,9,0,0,9,9,9,0,0,7,0,9,9,9,9,0,2,9,9,14,9,9,0,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,0,7,0,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,0,9,16,16,0,2,16,16,14,16,9,0,14,14,9,9,9,7,9,16,9,16,16,7,14,7,9,14,9,9,7,9,16,7,9,9,9,9,0,16,7,2,7,9,0,0,9,9,2,0,9,0,0,9,0,9,9,0,2,9,9,14,9,2,0,14,7,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,17,16,16,7,16,14,10,14,16,1,1,16,16,10,0,9,7,1,16,9,0,16,1,2,16,17,15,16,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,4,2,2,0,2,2,2,3,3,0,2,1,2,2,4,2,0,3,2,2,2,3,2,2,0,2,0,4,0,2,0,0,2,2,3,0,2,0,0,2,2,2,2,0,0,2,4,1,4,4,0,0,0,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,0,16,21,23,16,0,14,14,18,16,16,7,9,16,16,16,16,7,16,14,16,16,18,16,14,16,16,16,16,17,16,16,7,16,14,12,14,16,1,1,16,16,10,0,9,7,1,16,9,17,16,1,4,16,0,15,18,11,0,14,14,21,14,14,14,14,28,14,29,23,14,28,15,14,21,14,21,14,16,21,14,14,17,14,14,14,21,21,8,14,21,1,1,21,21,9,0,14,7,1,14,14,15,14,1,1,21,15,0,21,14,0,21,14,25,16,16,7,9,23,16,23,16,7,23,14,16,16,18,23,14,16,16,16,16,16,16,16,14,16,21,11,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,4,23,18,21,0,18,0,14,14,18,9,9,7,9,16,9,16,9,7,16,7,9,9,11,16,7,9,9,9,9,9,9,9,14,9,14,11,7,16,0,0,16,16,9,0,9,7,0,9,2,9,9,0,4,16,11,14,18,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,14,14,21,14,21,21,14,21,14,14,21,14,14,14,14,21,14,14,14,14,14,7,21,14,7,14,14,0,0,14,14,7,0,14,7,0,14,14,14,14,0,0,14,14,21,14,7,0,0,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,0,0,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,0,10,8,10,10,10,9,9,10,8,7,10,8,10,10,8,9,10,8,10,11,10,10,10,12,8,10,10,12,0,0,10,10,9,9,0,10,0,10,3,12,10,0,2,12,10,9,10,10,0,10,8,10,10,0,8,18,10,10,10,16,15,8,7,18,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,0,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,8,0,15,15,8,14,14,15,15,7,8,15,8,8,8,7,15,8,8,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,0,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,8,10,10,18,15,0,17,10,17,23,22,15,7,18,22,17,10,15,17,24,9,10,16,17,10,8,18,9,17,15,11,0,0,10,10,16,16,0,16,0,17,11,17,10,0,2,10,17,14,11,11,0,22,15,10,10,10,15,17,0,10,16,16,15,15,7,10,15,10,10,8,9,17,8,10,9,10,10,8,17,8,10,8,10,0,0,10,10,9,16,0,8,0,10,10,10,10,0,2,10,10,14,10,10,0,15,8,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,10,14,17,16,9,0,16,14,14,7,10,14,9,9,7,10,16,8,9,9,9,9,7,17,8,9,7,10,0,0,9,9,9,16,0,8,0,9,10,9,9,0,2,9,9,14,10,10,0,14,7,9,9,16,14,23,16,9,16,0,21,14,7,16,21,16,9,14,16,23,7,9,16,16,9,7,16,7,16,14,9,0,0,9,9,16,16,0,14,0,16,9,16,9,0,2,9,16,14,9,9,0,21,14,8,10,15,15,22,15,8,14,21,0,15,7,15,22,15,8,15,14,22,8,8,16,15,8,10,17,8,15,17,10,0,0,8,8,14,14,0,17,0,15,8,17,8,0,0,10,15,16,8,8,0,24,15,8,8,8,15,15,15,8,14,14,15,0,7,8,15,8,8,8,7,15,8,8,7,8,8,8,15,8,8,8,8,0,0,8,8,7,14,0,8,0,8,8,8,8,0,0,8,8,14,8,8,0,15,8,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,0,7,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,10,10,18,8,18,10,10,10,16,15,8,7,0,15,17,10,15,17,17,9,10,16,17,10,8,11,9,17,15,11,0,0,10,10,16,9,0,16,0,17,4,17,10,0,2,10,17,7,11,11,0,15,15,8,8,15,15,22,15,8,14,21,22,15,7,15,0,15,8,15,14,22,8,8,14,15,8,8,15,8,15,15,8,0,0,8,8,14,14,0,15,0,15,8,15,8,0,0,8,15,14,8,8,0,22,15,10,10,17,8,17,10,10,9,16,15,8,7,17,15,0,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,0,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,0,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,0,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,17,7,17,9,9,10,16,14,7,7,17,14,16,9,14,0,16,8,9,16,16,9,7,10,8,16,14,10,0,0,9,9,16,9,0,15,0,16,3,16,9,0,2,9,16,7,10,10,0,14,14,10,10,17,15,24,17,10,16,23,22,15,7,17,22,17,10,15,16,0,8,10,16,17,10,8,17,8,17,15,10,0,0,10,10,16,16,0,15,0,17,10,17,10,0,2,10,17,14,10,10,0,22,15,8,8,9,8,9,8,8,8,7,8,8,7,9,8,8,8,8,8,8,0,8,7,8,8,8,9,9,8,8,9,0,0,8,8,7,7,0,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,11,16,7,16,9,9,9,16,16,7,7,16,14,16,9,14,16,16,7,9,0,16,9,9,11,7,16,16,11,0,0,9,9,16,9,0,16,0,16,2,18,9,0,2,11,16,9,9,9,0,16,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,0,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,10,0,0,8,8,7,7,0,10,0,8,1,10,8,0,0,10,8,9,8,8,0,10,8,10,12,11,15,18,17,10,17,16,17,15,7,11,15,10,10,8,10,17,9,10,11,10,10,10,0,9,10,10,13,0,0,10,10,9,16,0,11,0,10,11,12,10,0,2,12,10,16,11,11,0,17,8,8,8,9,8,9,8,8,8,7,8,8,7,9,8,8,8,8,8,8,9,8,7,8,8,8,9,0,8,8,9,0,0,8,8,7,7,0,9,0,8,2,8,8,0,0,8,8,7,9,9,0,8,8,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,17,7,10,10,0,15,15,8,10,15,8,15,8,8,7,14,17,8,7,15,15,15,8,15,14,15,8,8,16,15,8,10,10,8,15,0,10,0,0,8,8,14,7,0,17,0,15,1,17,8,0,0,10,15,9,8,8,0,17,15,10,12,11,8,11,10,10,10,9,10,8,7,11,8,10,10,8,10,10,9,10,11,10,10,10,13,9,10,10,0,0,0,10,10,9,9,0,11,0,10,4,12,10,0,2,12,10,9,11,11,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,0,10,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,0,9,9,0,8,0,10,3,10,10,0,2,10,10,7,10,10,0,8,8,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,0,14,0,16,2,16,9,0,2,9,16,7,9,9,0,14,14,9,9,9,14,16,16,9,16,16,14,14,7,9,14,9,9,7,9,16,7,9,9,9,9,7,16,7,9,7,9,0,0,9,9,9,0,0,7,0,9,9,9,9,0,2,9,9,14,9,9,0,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,16,8,16,8,8,8,14,17,8,7,16,15,15,8,15,15,15,9,8,16,15,8,10,11,9,15,17,11,0,0,8,8,14,7,0,0,0,15,2,17,8,0,0,10,15,9,9,9,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,3,3,4,8,11,10,3,10,9,8,8,0,4,8,3,3,1,3,10,2,3,2,3,3,1,11,2,3,1,4,0,0,3,3,2,9,0,2,0,3,0,3,3,0,2,3,3,7,4,4,0,8,1,10,12,17,8,17,10,10,9,16,17,8,7,17,15,17,10,15,16,17,8,10,18,17,10,10,12,8,17,17,12,0,0,10,10,16,9,0,17,0,17,3,0,10,0,2,12,17,9,10,10,0,17,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,0,0,2,10,10,7,10,10,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,0,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,10,12,10,8,10,10,10,9,9,10,8,7,10,8,10,10,8,9,10,8,10,11,10,10,10,12,8,10,10,12,0,0,10,10,9,9,0,10,0,10,3,12,10,0,2,0,10,9,10,10,0,10,8,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,0,7,10,10,0,15,15,7,9,7,14,14,14,7,14,14,16,14,7,7,14,7,7,7,7,14,7,7,9,7,7,9,16,7,7,9,9,0,0,7,7,7,14,0,9,0,7,7,9,7,0,0,9,7,0,7,7,0,16,7,10,10,11,8,11,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,0,9,0,10,4,10,10,0,2,10,10,7,0,11,0,8,8,10,10,11,8,11,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,0,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,15,15,22,15,8,14,21,24,15,7,15,22,15,8,15,14,22,8,8,16,15,8,10,17,8,15,17,10,0,0,8,8,14,14,0,17,0,15,8,17,8,0,0,10,15,16,8,8,0,0,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,0,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,0,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,9,0,8,8,8,9,9,7,7,12,8,7,9,8,8,8,8,7,8,8,8,9,8,9,10,10,9,8,10,10,0,0,9,8,7,7,10,0,0,9,1,10,8,0,1,13,8,9,9,8,0,10,9,8,8,0,8,16,8,8,8,14,15,8,7,17,15,15,8,15,15,15,9,8,14,15,8,8,9,10,15,16,9,0,0,8,8,14,7,16,0,0,15,2,15,8,0,0,8,15,7,10,9,0,15,15,8,8,8,0,8,8,8,7,7,15,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,15,8,15,8,8,0,0,8,8,14,7,8,0,0,8,1,8,8,0,7,8,8,7,8,15,0,8,8,8,8,16,8,0,8,8,8,14,15,8,7,16,15,15,8,15,15,15,9,8,14,15,8,8,9,9,15,15,9,0,0,8,8,14,7,16,0,0,15,2,15,8,0,0,8,15,7,9,9,0,15,15,9,9,8,8,8,0,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,9,9,8,8,8,9,0,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,7,7,8,7,8,7,7,0,7,7,7,7,8,7,7,7,7,8,7,8,7,7,7,7,7,8,8,7,7,8,0,0,7,7,7,7,8,0,0,7,1,7,7,0,0,7,7,7,8,8,0,7,7,7,7,14,7,14,7,7,7,0,14,7,7,14,14,14,7,14,15,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,14,7,14,0,0,14,0,15,7,0,0,7,14,7,7,7,0,14,14,8,12,15,15,15,8,8,7,14,0,10,9,15,17,15,8,17,14,15,10,8,16,15,8,12,17,10,23,19,10,0,0,8,8,22,7,17,0,0,15,1,17,8,0,7,12,15,11,8,15,0,19,17,8,8,8,8,8,8,8,7,7,10,0,9,8,10,8,8,10,7,8,10,8,7,8,8,10,8,10,8,10,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,9,8,8,0,10,10,7,7,7,7,7,7,7,7,7,9,9,0,7,9,7,7,9,7,7,9,7,7,7,7,9,7,9,7,9,7,0,0,7,7,7,7,7,0,0,7,0,7,7,0,0,7,7,9,7,7,0,9,9,9,9,17,8,16,9,9,8,14,15,8,7,0,15,15,8,15,15,15,9,8,14,15,9,8,9,11,15,16,9,0,0,9,8,14,7,16,0,0,16,2,15,8,0,1,9,15,7,11,9,0,15,16,8,8,15,8,15,8,8,7,14,17,10,9,15,0,15,8,17,14,15,10,8,14,15,8,10,8,10,15,17,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,9,8,8,0,17,17,8,8,15,8,15,8,8,7,14,15,8,7,15,15,0,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,0,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,8,8,15,8,15,8,8,7,14,17,10,9,15,17,15,8,0,14,15,10,8,14,15,8,10,8,10,15,17,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,9,8,8,0,17,17,7,7,15,7,15,7,7,8,15,14,7,7,15,14,14,7,14,0,14,8,7,14,14,7,7,8,8,14,14,8,0,0,7,7,14,7,15,0,0,14,1,15,7,0,0,7,14,7,8,8,0,14,14,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,0,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,8,8,9,8,9,8,8,8,7,10,10,9,9,10,8,8,10,8,8,0,8,7,8,8,10,9,11,8,10,9,0,0,8,8,7,7,9,0,0,8,2,8,8,0,0,8,8,9,9,9,0,10,10,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,0,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,9,14,7,14,7,7,7,14,16,7,7,14,14,14,7,14,14,14,7,7,0,14,7,9,9,7,14,16,9,0,0,7,7,14,7,16,0,0,14,0,16,7,0,0,9,14,9,7,7,0,16,14,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,0,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,15,7,8,8,0,15,15,9,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,0,8,8,9,8,8,8,0,0,9,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,8,10,8,8,8,8,8,7,7,12,10,9,8,10,8,8,10,7,8,10,8,9,8,8,0,10,10,8,12,10,0,0,8,8,7,7,10,0,0,8,1,10,8,0,0,10,8,11,8,8,0,12,10,8,10,9,15,9,8,8,8,7,17,8,7,9,8,8,8,8,8,8,9,8,9,8,8,10,0,9,15,11,11,0,0,8,8,14,7,11,0,0,8,2,10,8,0,7,10,8,9,9,16,0,10,8,9,9,10,8,9,9,9,8,7,10,10,9,11,10,8,8,10,8,8,11,8,7,8,9,10,9,0,8,11,9,0,0,9,8,7,7,9,0,0,9,2,8,8,0,1,9,8,9,11,9,0,10,11,8,8,15,15,15,8,8,7,14,23,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,15,8,0,15,8,0,0,8,8,22,7,15,0,0,15,1,15,8,0,7,8,15,7,8,15,0,15,15,8,10,16,8,15,8,8,7,14,19,10,9,16,17,15,8,17,14,15,10,8,16,15,8,12,11,11,15,0,10,0,0,8,8,14,7,17,0,0,15,1,17,8,0,0,10,15,11,9,8,0,19,17,8,10,9,8,9,8,8,8,7,10,8,7,9,8,8,8,8,8,8,9,8,9,8,8,10,11,9,8,10,0,0,0,8,8,7,7,11,0,0,8,2,10,8,0,0,10,8,9,9,9,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,8,8,8,9,9,7,7,8,8,7,9,8,8,8,8,7,8,8,8,7,8,9,8,8,9,8,8,8,0,0,0,8,7,7,8,0,0,9,1,8,8,0,1,9,8,7,9,8,0,8,9,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,0,7,7,8,0,0,8,1,8,8,0,0,8,8,7,8,8,0,8,8,7,7,14,14,14,7,7,7,14,22,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,14,7,22,14,7,0,0,7,7,0,7,14,0,0,14,0,14,7,0,7,7,14,7,7,14,0,14,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,0,7,0,0,7,0,7,7,0,0,7,7,7,7,7,0,7,7,8,10,16,8,16,8,8,8,14,17,8,7,16,15,15,8,15,15,15,9,8,16,15,8,10,11,9,15,17,11,0,0,8,8,14,7,0,0,0,15,2,17,8,0,0,10,15,9,9,9,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,15,8,15,9,9,7,14,15,8,7,16,15,15,8,15,14,15,8,8,14,15,9,8,8,9,15,15,8,0,0,9,8,14,7,15,0,0,0,1,15,8,0,1,9,15,7,9,8,0,15,16,1,1,2,1,2,1,1,1,0,1,1,0,2,1,1,1,1,1,1,2,1,0,1,1,1,2,2,1,1,2,0,0,1,1,0,0,2,0,0,1,0,1,1,0,0,1,1,0,2,2,0,1,1,8,10,15,8,15,8,8,7,15,17,8,7,15,15,15,8,15,15,15,8,8,16,15,8,10,10,8,15,17,10,0,0,8,8,14,7,17,0,0,15,1,0,8,0,0,10,15,9,8,8,0,17,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,7,0,1,1,0,0,7,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,1,7,0,0,0,0,1,0,7,0,0,0,0,1,0,0,0,0,0,1,0,0,1,7,0,0,1,9,13,8,8,8,9,9,7,7,12,8,7,9,8,8,8,8,7,8,8,8,9,8,9,10,10,9,8,10,10,0,0,9,8,7,7,10,0,0,9,1,10,8,0,1,0,8,9,9,8,0,10,9,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,0,7,8,8,0,15,15,7,9,7,7,7,7,7,7,7,11,9,9,7,9,7,7,9,7,7,9,7,9,7,7,11,9,9,7,11,9,0,0,7,7,7,7,9,0,0,7,0,9,7,0,0,9,7,0,7,7,0,11,9,9,9,10,8,9,9,9,8,7,8,8,7,11,8,8,8,8,8,8,9,8,7,8,9,8,9,11,8,9,9,0,0,9,8,7,7,9,0,0,9,2,8,8,0,1,9,8,7,0,9,0,8,9,8,8,9,15,9,8,8,8,7,15,8,7,9,8,8,8,8,8,8,9,8,7,8,8,8,16,9,15,8,9,0,0,8,8,14,7,9,0,0,8,2,8,8,0,7,8,8,7,9,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,15,8,15,8,8,7,14,19,10,9,15,17,15,8,17,14,15,10,8,16,15,8,12,10,10,15,19,10,0,0,8,8,14,7,17,0,0,15,1,17,8,0,0,10,15,11,8,8,0,0,17,9,9,15,8,15,9,9,7,14,17,10,9,16,17,15,8,17,14,15,10,8,14,15,9,10,8,11,15,17,8,0,0,9,8,14,7,15,0,0,16,1,15,8,0,1,9,15,9,9,8,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,17,9,10,18,26,17,17,8,15,14,26,15,26,25,23,17,19,22,27,16,25,26,16,17,16,10,23,17,0,0,18,18,9,16,10,9,0,0,10,18,17,0,3,19,17,14,25,10,0,15,16,19,0,17,9,10,18,18,16,17,8,15,14,18,15,17,18,15,16,18,15,18,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,18,10,0,15,16,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,17,24,14,17,10,0,22,22,9,9,8,0,8,10,8,7,8,8,8,7,8,8,8,9,10,7,9,8,11,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,0,1,8,8,0,0,9,8,7,8,8,0,8,10,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,18,18,17,10,10,0,18,16,16,8,15,14,18,15,17,17,17,16,17,15,21,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,18,10,0,17,20,26,18,17,8,10,18,0,16,16,8,15,14,27,15,25,25,24,16,17,23,25,16,26,27,17,17,16,10,24,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,25,10,0,15,16,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,0,9,17,16,0,2,16,16,14,16,9,0,14,14,17,17,23,8,16,16,16,16,0,14,14,14,23,21,23,17,21,23,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,0,9,23,16,0,2,17,23,14,16,9,0,21,21,8,8,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,0,1,15,8,0,0,8,15,7,8,8,0,15,15,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,0,8,15,15,0,0,15,15,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,0,7,14,14,0,0,14,14,14,14,7,0,14,14,26,18,24,8,17,18,27,16,23,15,15,14,0,22,32,25,31,23,24,23,25,23,33,27,17,17,16,17,31,17,0,0,18,17,16,16,17,16,0,0,10,24,17,0,3,19,24,14,25,10,0,22,23,15,15,22,8,15,15,15,14,21,15,15,14,22,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,15,22,14,15,8,0,22,22,26,17,24,8,17,17,25,17,23,15,15,14,32,22,0,24,30,24,25,22,26,23,32,25,16,17,15,17,30,17,0,0,17,18,16,16,17,15,0,0,10,25,17,0,2,17,24,14,24,10,0,22,22,25,18,17,9,10,17,25,16,17,8,15,14,25,15,24,0,23,16,18,23,25,16,25,25,16,17,15,10,23,17,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,19,17,14,24,10,0,15,15,23,15,22,10,15,17,24,14,21,15,15,14,31,22,30,23,0,21,22,23,25,21,31,24,17,15,15,15,31,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,16,22,14,22,8,0,22,24,17,16,23,7,16,16,16,17,23,14,14,14,23,21,24,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,14,0,0,9,24,16,0,2,16,23,14,16,9,0,21,21,19,18,24,9,17,17,17,17,24,15,15,14,24,22,25,18,22,24,0,15,19,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,0,10,25,17,0,2,18,24,14,17,10,0,22,22,22,15,15,8,8,15,23,14,14,8,15,14,23,15,22,23,23,14,15,0,22,14,23,23,16,15,15,8,23,15,0,0,15,15,7,14,8,8,0,0,8,15,15,0,0,16,15,14,22,8,0,15,15,27,18,17,11,10,21,25,17,17,8,15,14,25,15,26,25,25,17,19,22,0,16,25,25,16,17,15,10,23,17,0,0,17,18,9,16,10,8,0,0,10,18,17,0,2,18,17,14,24,10,0,15,17,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,0,9,23,16,0,2,16,23,14,16,9,0,21,21,25,17,24,8,17,17,26,16,23,15,15,14,33,22,32,25,31,23,24,23,25,23,0,26,17,17,15,17,31,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,18,24,14,24,10,0,22,22,26,18,17,8,10,18,27,16,16,8,15,14,27,15,25,25,24,16,17,23,25,16,26,0,17,17,16,10,24,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,19,17,14,25,10,0,15,16,16,8,8,8,8,8,17,7,7,8,8,7,17,8,16,16,17,7,8,16,16,7,17,17,0,8,8,8,17,8,0,0,8,8,7,7,8,8,0,0,1,8,8,0,0,9,8,7,15,8,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,17,17,14,17,10,0,15,15,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,0,8,15,15,0,0,16,15,7,14,8,9,0,0,8,15,15,0,1,16,15,14,16,8,0,15,16,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,0,15,10,0,0,10,10,16,9,17,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,23,15,22,8,15,15,24,14,21,15,15,14,31,22,30,23,31,21,22,23,23,21,31,24,17,15,15,15,0,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,16,22,14,22,8,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,0,10,17,17,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,0,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,18,10,0,15,16,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,0,10,18,17,0,2,17,17,14,17,10,0,15,15,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,16,16,9,7,9,7,16,14,9,0,0,9,9,0,9,16,14,0,0,2,16,9,0,2,9,16,7,9,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,0,9,16,16,0,2,16,16,14,16,9,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,0,3,17,10,0,2,10,17,7,10,10,0,15,15,9,9,15,8,15,9,9,7,14,15,8,7,16,15,15,8,15,14,15,8,8,14,15,9,8,8,9,15,15,8,0,0,9,8,14,7,15,0,0,0,1,15,8,0,1,9,15,7,9,8,0,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,0,0,10,10,0,2,10,10,7,10,3,0,8,8,18,17,24,8,17,17,17,17,23,15,15,14,24,22,25,17,22,24,25,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,0,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,0,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,0,2,2,2,0,0,3,2,0,3,2,0,0,1,19,19,17,9,10,18,19,16,17,8,15,14,19,15,17,19,16,16,18,16,18,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,0,17,14,18,10,0,15,16,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,17,0,14,17,10,0,22,22,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,0,7,14,14,0,0,14,14,0,14,7,0,14,14,25,18,17,8,10,18,25,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,25,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,0,10,0,15,16,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,0,3,10,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,17,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,15,22,14,15,8,0,0,24,16,16,22,10,15,20,16,14,21,15,15,14,23,22,22,15,24,21,22,15,17,21,22,16,8,15,16,15,22,15,0,0,16,15,14,14,15,16,0,0,8,22,15,0,1,16,22,14,16,8,0,24,0,0,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,10,0,10,8,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,15,10,9,10,17,1,17,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,10,10,0,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,1,8,1,0,8,8,1,7,7,8,8,0,1,8,1,1,1,0,8,8,1,0,1,8,1,15,1,1,1,1,0,0,1,1,0,7,8,1,0,1,0,1,1,0,0,1,1,7,1,1,0,8,1,3,3,4,8,0,10,5,10,9,8,8,2,4,8,3,5,1,5,10,2,3,2,5,3,1,11,4,3,1,4,0,0,5,5,2,9,11,2,0,3,0,3,5,0,2,3,3,7,4,4,0,8,1,10,10,10,8,10,0,10,16,16,8,15,7,10,15,10,10,8,9,17,8,10,9,10,10,1,17,8,3,8,10,0,0,10,10,2,16,10,1,0,10,0,10,10,0,2,10,10,14,10,3,0,15,8,10,10,10,1,5,10,0,9,10,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,9,9,10,7,10,16,9,0,16,7,14,7,10,14,9,9,7,10,16,8,9,9,9,9,0,17,8,2,7,10,0,0,9,9,2,16,10,1,0,9,0,9,9,0,2,9,9,14,10,3,0,14,7,9,9,9,7,9,16,10,16,0,7,14,7,9,14,9,9,7,9,16,7,9,9,9,9,0,16,7,2,7,9,0,0,9,9,2,16,9,0,0,9,0,9,9,0,2,9,9,14,9,2,0,14,7,1,1,1,8,8,8,1,7,7,0,8,0,1,8,1,1,1,0,8,1,1,0,1,1,1,8,1,1,1,1,0,0,1,1,0,7,8,1,0,1,0,1,1,0,0,1,1,7,1,1,0,8,1,8,8,8,8,8,15,8,14,14,8,0,7,8,15,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,15,8,7,7,7,0,2,7,9,7,7,0,7,0,7,7,7,9,7,9,7,7,7,7,9,7,0,7,9,0,7,7,0,0,9,9,0,7,0,0,0,7,0,7,9,0,0,7,7,7,7,0,0,7,7,10,10,11,1,4,10,10,10,9,1,8,7,0,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,8,8,8,8,8,15,8,14,14,8,15,7,8,0,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,15,8,10,10,10,1,3,10,10,9,9,1,8,7,10,8,0,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,0,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,0,7,8,8,8,7,8,8,1,8,8,1,8,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,8,9,9,10,0,5,9,11,10,9,0,7,9,10,7,9,11,7,0,9,8,9,9,11,9,0,10,10,2,7,10,0,0,11,11,2,9,3,1,0,9,0,9,11,0,2,9,9,7,10,3,0,7,7,10,10,10,8,10,17,10,16,16,8,15,7,10,15,10,10,8,9,0,8,10,9,10,10,1,17,8,3,8,10,0,0,10,10,2,16,10,1,0,10,0,10,10,0,9,10,10,14,10,3,0,15,8,8,15,9,8,2,8,8,8,7,1,8,7,9,8,8,8,8,8,8,0,8,7,8,15,1,16,9,1,8,9,0,0,8,8,0,7,2,2,0,8,0,8,8,0,0,8,8,7,9,2,0,8,8,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,0,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,9,9,9,0,2,9,9,9,9,0,7,7,9,7,9,9,7,9,9,7,9,0,9,9,0,9,7,2,7,9,0,0,9,9,2,9,2,0,0,9,0,9,9,0,2,9,9,7,9,2,0,7,7,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,0,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,10,17,10,8,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,15,10,9,10,0,1,17,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,10,7,10,3,0,8,8,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,1,0,0,1,1,0,0,1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,1,10,17,11,15,11,17,10,17,16,8,15,7,11,15,10,10,8,10,17,16,10,9,10,17,1,0,9,3,8,11,0,0,10,10,2,16,11,2,0,10,0,10,10,0,2,10,10,14,11,4,0,15,8,8,8,9,1,4,8,10,8,7,1,8,9,9,8,8,10,8,10,8,9,8,7,10,8,1,9,0,1,8,9,0,0,10,10,0,7,2,2,0,8,0,8,10,0,0,8,8,7,9,2,0,8,8,3,3,3,1,3,3,3,2,2,1,1,0,3,1,3,3,1,2,3,1,3,2,3,3,1,3,1,0,1,3,0,0,3,3,2,2,3,1,0,3,0,3,3,0,2,3,3,0,3,3,0,1,1,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,8,7,8,8,8,7,8,8,1,8,8,1,0,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,8,10,10,11,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,0,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,11,4,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,0,12,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,0,2,9,3,1,0,10,0,10,12,0,2,10,10,7,10,3,0,8,8,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,0,2,2,0,0,2,0,2,2,0,2,2,2,0,2,2,0,0,0,9,9,9,7,9,16,9,16,16,7,14,7,9,14,9,9,7,9,16,7,9,9,9,9,0,16,7,2,7,9,0,0,9,9,2,0,9,0,0,9,0,9,9,0,2,9,9,14,9,2,0,14,7,3,3,4,8,11,10,3,10,9,8,8,0,4,8,3,3,1,3,10,2,3,2,3,3,1,11,2,3,1,4,0,0,3,3,2,9,0,2,0,3,0,3,3,0,2,3,3,7,4,4,0,8,1,1,1,2,1,2,1,1,1,0,1,1,0,2,1,1,1,1,1,1,2,1,0,1,1,1,2,2,1,1,2,0,0,1,1,0,0,2,0,0,1,0,1,1,0,0,1,1,0,2,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,0,0,10,10,0,2,10,10,7,10,3,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,0,10,0,2,10,10,7,10,3,0,8,8,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,0,0,2,10,10,7,10,3,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,9,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,0,2,2,0,0,2,2,0,2,2,0,0,0,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,0,10,7,10,3,0,8,8,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,0,7,10,3,0,8,8,7,7,7,7,7,14,7,14,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,0,14,7,0,7,7,0,0,7,7,0,14,7,0,0,7,0,7,7,0,0,7,7,0,7,0,0,14,7,10,10,11,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,0,4,0,8,8,3,3,4,1,4,3,3,3,2,1,1,0,4,1,3,3,1,3,3,2,3,2,3,3,1,4,2,3,1,4,0,0,3,3,2,2,4,2,0,3,0,3,3,0,2,3,3,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,8,8,15,8,14,14,8,15,7,8,15,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,0,8,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,8,7,8,8,8,7,8,8,1,8,8,1,8,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,0,0,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,17,0,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,0,8,0,0,8,8,7,8,8,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,0,10,0,2,10,17,7,10,10,0,15,15,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,0,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,17,16,16,7,9,16,16,0,16,7,14,14,16,14,17,16,14,17,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,17,9,16,9,7,0,17,9,0,16,0,2,16,16,14,16,9,0,14,14,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,24,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,15,0,23,9,0,16,0,2,16,23,14,16,9,0,21,21,8,10,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,16,15,8,10,10,8,15,17,10,0,0,8,8,14,7,17,17,0,15,1,0,8,0,0,10,15,9,8,8,0,17,15,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,0,14,0,0,14,14,14,14,7,0,14,14,17,17,24,8,17,17,17,16,23,15,15,14,0,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,15,15,22,8,15,15,15,14,21,15,15,14,22,0,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,22,18,17,24,8,17,17,17,17,23,15,15,14,24,22,0,17,22,24,25,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,0,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,22,17,16,23,7,16,16,16,17,24,14,14,14,23,21,24,16,21,0,24,14,17,23,23,16,7,16,14,16,21,16,0,0,16,17,16,16,16,15,0,24,9,0,16,0,2,16,23,14,16,9,0,21,21,18,17,24,8,17,17,17,17,23,15,15,14,24,22,25,17,22,24,0,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,25,10,0,17,0,2,17,24,14,17,10,0,22,22,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,0,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,18,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,16,18,23,7,16,16,16,16,23,16,14,14,23,21,23,16,21,23,23,14,16,0,23,16,9,18,14,17,23,18,1,1,16,16,17,17,18,16,1,23,9,0,16,1,2,18,24,17,16,9,0,23,21,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,0,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,0,17,0,2,17,24,14,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,8,10,8,8,8,8,8,7,7,10,8,7,8,8,8,8,8,7,8,8,8,9,8,8,0,10,8,8,10,10,0,0,8,8,7,7,10,10,0,8,1,0,8,0,0,10,8,9,8,8,0,10,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,0,15,0,0,15,15,14,15,8,0,15,15,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,17,17,10,8,10,8,0,15,10,1,1,10,10,17,10,17,15,1,17,3,0,10,1,2,10,18,8,10,10,0,15,15,15,17,22,8,15,15,15,14,21,17,15,14,22,22,22,15,22,21,22,15,15,23,22,15,10,17,15,15,0,17,0,0,15,15,14,14,17,17,0,22,8,0,15,0,0,17,22,16,15,8,0,24,22,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,0,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,19,17,16,17,10,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,17,10,0,15,15,18,17,17,8,10,17,17,17,16,8,15,14,17,15,18,17,15,17,18,15,18,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,18,10,0,17,0,2,17,17,14,17,10,0,15,15,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,9,7,17,14,9,1,1,9,9,0,10,16,14,1,16,2,0,9,1,2,9,17,8,9,9,0,14,14,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,17,16,16,7,16,14,10,14,16,1,1,16,16,10,0,9,7,1,16,9,0,16,1,2,16,17,15,16,9,0,14,14,10,12,17,8,17,10,10,9,16,17,8,7,17,15,17,10,15,16,17,8,10,18,17,10,10,12,8,17,17,12,0,0,10,10,16,9,0,17,0,17,3,0,10,0,2,12,17,9,10,10,0,17,15,8,10,15,8,15,8,8,7,15,17,8,7,15,15,15,8,15,15,15,8,8,16,15,8,10,10,8,15,17,10,0,0,8,8,14,7,17,0,0,15,1,0,8,0,0,10,15,9,8,8,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,18,17,24,8,17,17,17,17,23,15,15,14,24,22,25,17,22,24,25,15,18,23,24,17,8,17,15,17,22,17,0,0,17,18,16,16,17,15,0,0,10,0,17,0,2,17,24,14,17,10,0,22,22,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,0,10,0,2,10,10,7,10,3,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,0,2,0,0,2,2,0,2,2,0,0,0,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,0,17,16,17,10,0,17,15,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,24,24,17,8,17,15,18,22,17,1,1,17,17,17,17,17,15,1,24,10,0,17,1,2,17,0,15,17,10,0,22,22,14,16,14,7,7,14,14,14,14,9,14,14,14,14,14,14,14,14,14,14,14,17,14,14,9,16,14,8,16,16,1,1,14,14,8,15,9,9,1,14,7,0,14,1,0,16,15,0,14,7,0,16,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,0,10,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,22,8,15,15,15,14,21,17,15,14,22,22,22,15,22,21,22,15,15,23,22,15,10,17,15,15,24,17,0,0,15,15,14,14,17,17,0,22,8,0,15,0,0,17,22,16,15,8,0,0,22,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,0,0,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,17,0,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,17,17,0,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,10,10,10,8,0,10,12,9,9,8,8,9,10,8,10,12,8,11,10,8,10,9,12,10,8,10,10,10,8,10,0,0,12,12,9,9,10,8,0,10,5,10,0,0,2,10,10,7,10,10,0,8,8,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,17,17,18,8,12,17,0,16,16,8,15,23,17,15,18,20,16,18,17,16,24,16,19,17,8,18,17,10,15,18,0,0,19,19,9,16,10,8,0,17,12,17,0,0,9,17,17,14,17,10,0,15,15,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,15,15,15,8,8,15,15,14,14,8,0,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,14,14,14,7,9,14,23,14,14,7,14,0,14,14,14,16,14,16,14,14,21,14,16,14,7,14,16,7,14,14,0,0,16,16,7,14,7,7,0,14,9,14,0,0,7,14,14,14,14,7,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,0,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,15,15,15,8,8,15,15,14,14,8,15,14,15,0,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,0,18,16,16,17,16,17,16,17,17,8,18,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,17,17,18,8,12,17,20,16,16,8,15,16,17,15,18,0,16,18,17,16,17,16,19,17,8,18,17,10,15,18,0,0,19,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,15,15,16,8,8,15,16,14,14,8,15,14,15,15,16,16,0,14,15,16,15,14,15,15,8,16,15,8,15,16,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,16,16,16,7,11,16,18,16,16,7,14,16,16,14,16,18,14,0,16,14,16,16,18,16,7,16,16,9,14,16,0,0,18,18,9,16,9,7,0,16,11,16,0,0,2,16,16,14,16,9,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,15,15,16,8,8,15,16,14,14,8,15,14,15,15,16,16,16,14,15,0,15,14,15,15,8,16,15,8,15,16,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,17,17,17,8,10,17,24,16,16,8,15,21,17,15,17,17,15,16,17,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,9,17,17,14,17,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,0,17,8,17,17,10,15,17,0,0,24,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,0,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,17,17,18,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,0,15,10,15,18,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,15,15,15,8,10,15,17,14,14,8,15,16,15,15,15,17,15,16,15,15,15,14,17,15,8,15,0,8,15,15,0,0,17,17,7,14,8,8,0,15,10,15,0,0,0,15,15,14,15,8,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,0,0,2,10,10,7,10,10,0,8,8,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,0,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,15,17,17,18,8,10,17,18,16,16,8,15,14,17,15,18,18,16,16,17,16,17,16,17,17,8,18,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,24,17,8,17,17,10,15,17,0,0,0,19,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,17,17,17,8,12,17,19,16,16,8,15,16,17,15,17,19,15,18,17,15,17,16,19,17,8,17,17,10,15,17,0,0,19,0,9,16,10,8,0,17,12,17,0,0,2,17,17,14,17,10,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,0,0,2,9,9,7,9,9,0,7,7,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,0,9,7,0,16,9,16,0,0,2,16,16,14,16,9,0,14,14,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,0,8,0,10,3,10,0,0,2,10,10,7,10,10,0,8,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,0,0,8,1,8,0,0,0,8,8,7,8,8,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,0,10,17,0,0,2,17,17,14,17,10,0,15,15,10,10,10,1,5,10,12,9,9,1,8,9,10,8,10,12,8,11,10,8,10,9,12,10,1,10,10,3,8,10,0,0,12,12,2,9,3,1,0,10,0,10,0,0,2,10,10,7,10,3,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,0,0,2,17,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,9,2,2,0,0,7,2,0,2,2,0,2,2,0,9,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,0,0,0,2,2,0,2,2,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,0,17,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,0,0,0,14,14,0,14,7,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,0,10,0,15,15,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,0,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,0,15,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,2,3,3,2,2,0,2,0,3,2,4,2,0,2,2,2,2,2,2,3,0,2,1,4,0,2,0,0,3,2,2,4,2,1,0,3,2,2,2,0,0,3,4,0,5,4,0,0,1,3,0,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,2,2,0,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,7,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,2,2,2,0,0,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,3,3,2,0,2,0,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,3,3,2,0,2,3,0,2,2,0,0,7,3,0,2,2,0,2,2,0,9,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,9,0,0,3,2,0,3,2,0,0,1,2,2,2,0,2,2,2,0,3,0,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,2,2,2,0,2,2,2,3,0,0,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,7,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,1,0,0,0,0,0,0,0,7,1,1,0,0,0,0,0,0,0,0,1,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,7,0,0,0,0,1,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,0,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,2,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,0,0,4,2,2,0,2,2,2,2,2,0,2,0,2,2,0,2,0,2,2,2,2,2,2,2,0,2,0,4,0,2,0,0,2,2,2,4,2,0,0,2,2,2,2,0,0,2,5,0,4,4,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,0,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,3,3,0,0,1,2,0,2,2,0,0,2,0,2,3,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,0,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,9,2,2,0,0,2,2,0,2,2,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2,2,0,0,0,2,2,2,0,2,2,9,2,2,0,0,7,2,0,2,2,0,2,2,0,0,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,9,0,0,2,2,0,2,2,0,0,0,2,2,2,0,2,2,2,3,3,0,0,1,2,0,2,2,0,3,2,0,2,0,2,2,0,2,0,2,0,2,0,0,2,2,3,3,2,0,0,2,2,2,2,0,0,2,2,1,2,2,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,0,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,0,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,7,2,2,2,2,2,7,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,0,0,9,0,2,0,0,2,2,9,2,2,7,0,2,2,2,2,0,0,2,2,0,2,9,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,4,2,2,7,2,2,2,2,2,7,2,0,2,2,4,2,0,2,2,2,2,2,2,2,0,9,0,0,0,2,0,0,2,2,9,4,2,7,0,2,2,2,2,0,0,2,4,0,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,0,0,0,2,2,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,0,2,2,2,2,1,0,3,2,2,2,0,0,3,2,0,3,2,0,0,1,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,0,2,2,2,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,2,2,2,7,2,2,2,3,3,7,0,1,2,0,2,2,0,3,2,0,2,3,2,2,0,9,0,9,0,2,0,0,2,2,0,3,2,7,0,2,2,2,2,0,0,2,2,1,2,9,0,0,0,4,2,2,0,2,2,2,3,3,0,2,1,2,2,4,2,0,3,2,2,2,3,2,2,0,2,0,4,0,2,0,0,2,2,3,0,2,0,0,2,2,2,2,0,0,2,4,1,4,4,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,0,0,0,2,2,2,2,0,0,2,2,0,2,2,0,0,0,1,1,0,7,0,1,1,0,0,7,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,1,7,0,0,0,0,1,0,7,0,0,0,0,1,0,0,0,0,0,1,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,0,2,2,2,0,0,3,2,0,3,2,0,0,1,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,9,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,0,2,2,0,0,2,2,0,2,2,0,0,0,2,2,2,0,2,2,2,2,2,0,0,0,2,0,2,2,0,2,2,0,2,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,0,2,0,0,2,2,0,2,2,0,0,0,2,2,2,0,2,2,9,2,2,0,0,7,2,0,2,2,0,2,2,0,9,2,2,2,0,2,0,2,0,2,0,0,2,2,2,2,2,0,0,2,2,2,0,0,0,2,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,0,2,0,3,2,0,0,1,4,2,2,0,2,2,2,2,2,0,2,0,2,2,5,2,0,2,2,2,2,2,2,2,0,2,0,4,0,2,0,0,2,2,2,4,2,0,0,2,2,2,2,0,0,2,0,0,4,4,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,2,0,2,3,3,2,2,0,2,0,3,2,4,2,0,2,2,2,2,2,2,3,0,2,1,4,0,2,0,0,3,2,2,4,2,1,0,3,2,2,2,0,0,3,4,0,0,4,0,0,1,4,2,2,7,2,2,2,2,2,7,2,0,2,2,4,2,0,2,2,2,2,2,2,2,0,9,0,11,0,2,0,0,2,2,9,4,2,7,0,2,2,2,2,0,0,2,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,20,17,9,10,25,18,23,17,9,23,14,18,16,17,25,15,17,18,15,18,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,19,10,17,17,0,3,0,17,21,25,18,0,15,16,20,0,17,9,10,18,18,16,17,14,16,14,18,16,17,18,15,17,18,15,18,18,17,18,10,19,16,10,17,19,0,0,18,17,9,16,12,13,0,19,10,19,17,0,3,0,17,17,18,11,0,17,16,17,17,0,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,17,14,17,10,0,15,15,9,9,8,0,8,8,8,7,8,8,8,7,8,8,8,9,8,7,9,8,9,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,9,1,8,8,0,0,0,8,7,8,8,0,8,8,10,10,10,8,0,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,0,10,7,10,10,0,8,8,25,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,25,17,0,15,16,18,18,17,8,10,18,0,16,16,8,15,14,19,15,17,18,16,16,17,16,17,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,23,16,16,7,9,23,16,0,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,23,9,7,0,16,9,16,16,0,2,0,16,21,23,16,0,14,14,17,17,16,8,9,16,16,16,0,7,14,14,16,14,16,17,14,16,17,14,17,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,17,9,16,16,0,2,0,16,14,16,9,0,14,14,9,14,8,8,8,8,8,7,7,0,9,7,8,9,8,8,8,8,8,8,8,9,8,8,10,10,8,8,10,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,0,8,10,8,9,0,10,8,23,16,15,8,8,22,15,21,14,9,0,14,15,16,15,22,15,15,15,15,15,14,15,15,15,15,22,8,15,22,0,0,22,22,7,21,8,8,0,15,8,15,15,0,0,0,15,21,22,16,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,0,14,14,14,7,0,14,14,18,18,17,8,10,18,19,16,16,8,15,14,0,15,17,18,16,16,17,16,17,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,16,16,15,8,8,15,15,14,14,9,16,14,15,0,15,15,15,15,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,0,15,14,15,9,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,0,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,17,14,17,10,0,15,15,25,18,17,9,10,24,18,23,17,8,22,14,18,15,17,0,16,16,18,16,18,16,18,18,16,17,22,10,16,24,0,0,24,24,9,23,10,8,0,19,10,17,17,0,2,0,17,21,24,17,0,15,15,15,15,15,8,8,15,16,14,14,8,15,14,16,15,15,16,0,14,15,16,15,14,16,16,9,15,15,8,16,15,0,0,15,15,7,14,8,8,0,16,8,15,15,0,0,0,15,14,15,8,0,15,15,17,17,16,7,9,16,16,16,16,8,15,14,16,15,16,16,14,0,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,0,16,14,16,10,0,14,14,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,0,15,18,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,15,15,15,8,8,15,16,14,14,8,15,14,16,15,15,16,16,14,15,0,15,14,16,16,9,15,15,8,16,15,0,0,15,15,7,14,8,8,0,16,8,15,15,0,0,0,15,14,15,8,0,15,15,18,18,17,9,10,17,17,16,17,8,15,14,17,15,17,18,15,16,18,15,0,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,16,18,16,7,9,16,16,16,16,9,14,14,16,14,16,16,14,16,16,14,16,0,16,16,9,18,14,9,16,18,0,0,16,16,9,16,11,9,0,16,9,18,16,0,2,0,16,16,16,9,0,16,14,17,17,17,8,10,17,18,16,16,8,15,14,18,15,17,18,16,16,17,16,17,16,0,18,9,17,15,10,16,17,0,0,17,17,9,16,10,8,0,18,10,17,17,0,2,0,17,14,17,10,0,15,15,18,18,17,8,10,18,19,16,16,8,15,14,19,15,17,18,16,16,17,16,17,16,18,0,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,19,10,17,17,0,3,0,17,14,18,10,0,15,16,15,10,8,8,8,15,9,14,7,10,15,7,9,8,8,16,9,7,8,9,8,9,9,9,0,10,15,8,11,17,0,0,15,15,7,14,10,10,0,9,1,10,8,0,0,0,8,16,15,15,0,10,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,0,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,19,17,0,2,0,17,16,17,10,0,17,15,23,16,15,8,8,23,16,21,14,8,22,14,16,15,15,22,15,14,15,15,15,14,15,16,15,15,0,8,15,22,0,0,23,22,7,21,8,9,0,16,8,15,15,0,1,0,15,21,23,15,0,15,16,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,0,10,7,10,10,0,8,8,15,17,15,8,8,15,16,14,14,10,15,14,16,15,15,16,16,14,15,16,15,16,16,16,11,17,15,8,0,17,0,0,15,15,7,14,10,10,0,16,8,17,15,0,0,0,15,16,15,8,0,17,15,24,19,17,8,10,24,17,23,16,10,22,14,17,15,17,24,15,16,17,15,17,18,17,17,17,19,22,10,17,0,0,0,24,24,9,23,12,10,0,17,10,19,17,0,2,0,17,23,24,17,0,17,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,0,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,25,17,0,15,16,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,24,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,0,17,21,24,17,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,0,9,7,9,9,0,7,7,23,16,16,7,9,23,16,23,16,7,21,14,16,14,16,23,14,16,16,14,16,16,16,16,14,16,21,9,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,2,0,16,21,23,16,0,14,14,10,12,10,8,10,10,10,9,9,10,8,7,10,8,10,10,8,9,10,8,10,11,10,10,10,12,8,10,10,12,0,0,10,10,9,9,0,10,0,10,3,12,10,0,2,0,10,9,10,10,0,10,8,9,13,8,8,8,9,9,7,7,12,8,7,9,8,8,8,8,7,8,8,8,9,8,9,10,10,9,8,10,10,0,0,9,8,7,7,10,0,0,9,1,10,8,0,1,0,8,9,9,8,0,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,19,17,9,10,18,19,16,17,8,15,14,19,15,17,19,16,16,18,16,18,16,18,19,9,17,16,10,16,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,0,17,14,18,10,0,15,16,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,0,10,7,10,3,0,8,8,17,19,17,8,10,17,17,16,16,10,15,14,17,15,17,17,15,16,17,15,17,18,17,17,10,19,15,10,17,19,0,0,17,17,9,16,12,10,0,17,10,0,17,0,2,0,17,16,17,10,0,17,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,0,17,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,2,3,3,2,2,0,0,0,3,0,2,2,0,2,2,0,2,2,2,3,0,2,1,2,0,2,0,0,3,2,2,2,2,1,0,3,2,2,2,0,0,0,2,0,3,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,0,14,17,10,0,15,15,21,17,14,7,7,21,14,21,14,10,21,14,14,14,14,21,14,14,14,14,14,16,14,14,16,16,21,7,16,23,0,0,21,21,7,21,9,9,0,14,7,16,14,0,0,0,14,0,21,14,0,16,14,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,0,17,0,15,16,18,11,10,8,10,17,10,16,9,9,16,7,10,9,10,17,8,10,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,0,10,14,17,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,17,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,0,15,16,15,8,0,0,15,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,0,15,14,16,8,0,15,0,0,17,17,8,10,17,17,16,16,8,17,14,17,17,19,17,15,16,17,17,17,16,17,17,8,17,15,12,15,17,0,0,17,17,9,18,10,8,0,17,10,17,17,0,4,17,0,14,19,12,0,15,15,17,0,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,17,17,0,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,0,7,8,8,0,8,8,10,10,17,8,0,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,17,15,0,17,3,17,10,0,2,10,0,7,10,10,0,15,15,17,17,17,8,10,0,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,17,18,17,8,10,17,0,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,16,16,16,7,9,16,16,0,16,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,0,14,16,9,0,14,14,16,16,23,7,16,16,16,16,0,14,14,14,23,21,23,16,21,23,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,0,14,16,9,0,21,21,8,8,15,8,15,8,8,7,14,0,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,0,7,8,8,0,15,15,17,16,15,8,8,15,16,14,14,8,0,14,16,17,18,15,15,14,15,17,16,14,16,16,8,15,16,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,0,14,17,10,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,0,14,14,7,0,14,14,17,18,24,8,17,17,18,16,23,15,16,14,0,22,25,17,22,23,24,15,18,23,25,18,8,17,16,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,17,15,22,8,15,15,15,14,21,15,17,14,22,0,24,15,22,21,22,17,15,21,22,15,8,15,15,17,22,15,0,0,15,15,14,16,15,15,0,22,8,22,15,0,2,15,0,14,17,10,0,22,22,19,18,24,8,17,17,18,16,23,15,18,14,25,24,0,17,22,23,24,17,18,23,25,18,8,17,16,19,22,17,0,0,17,17,16,18,17,15,0,24,10,24,17,0,5,17,0,14,19,12,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,0,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,0,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,22,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,0,23,14,16,23,23,16,7,16,14,16,21,16,0,0,16,16,16,16,16,14,0,23,9,23,16,0,2,16,0,14,16,9,0,21,21,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,0,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,17,15,15,8,8,15,15,14,14,8,17,14,15,17,17,15,15,14,15,0,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,0,14,17,10,0,15,15,17,18,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,0,16,18,18,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,16,16,23,7,16,16,16,16,23,14,14,14,23,21,23,16,21,23,23,14,16,0,23,16,7,16,14,17,21,16,1,1,16,16,17,17,16,14,1,23,9,24,16,1,2,16,0,15,16,9,0,21,21,17,18,24,8,17,17,18,16,23,15,16,14,25,22,25,17,22,23,24,15,18,23,0,18,8,17,16,17,22,17,0,0,17,17,16,16,17,15,0,24,10,24,17,0,2,17,0,14,17,10,0,22,22,17,18,17,8,10,17,18,16,16,8,16,14,18,15,18,17,15,16,17,15,18,16,18,0,8,17,16,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,0,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,0,7,8,8,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,0,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,15,16,15,8,8,15,16,14,14,8,16,14,16,15,16,15,15,14,15,15,16,14,16,16,8,15,0,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,0,14,15,8,0,15,15,12,10,17,8,17,10,10,9,16,15,10,7,17,17,19,10,15,16,17,10,10,17,17,10,8,10,8,0,15,10,1,1,10,10,17,12,17,15,1,17,3,18,10,1,4,10,0,8,12,12,0,15,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,0,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,0,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,0,17,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,0,9,16,10,8,0,17,10,17,17,0,2,17,0,14,17,10,0,15,15,9,9,16,7,16,9,9,9,16,14,7,7,16,14,16,9,14,16,16,7,9,17,16,9,7,9,7,17,14,9,1,1,9,9,0,10,16,14,1,16,2,17,9,1,2,9,0,8,9,9,0,14,14,18,16,16,7,9,16,16,16,16,7,16,14,16,16,18,16,14,16,16,16,16,17,16,16,7,16,14,12,14,16,1,1,16,16,10,0,9,7,1,16,9,17,16,1,4,16,0,15,18,11,0,14,14,10,10,17,8,17,10,10,9,16,15,8,7,17,15,17,10,15,16,17,8,10,16,17,10,8,10,8,17,15,10,0,0,10,10,16,9,0,15,0,17,3,17,10,0,2,10,0,7,10,10,0,15,15,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,0,0,15,1,15,8,0,0,8,0,7,8,8,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,23,24,17,8,17,15,17,22,17,0,0,17,17,16,16,17,15,0,0,10,24,17,0,2,17,0,14,17,10,0,22,22,10,10,10,1,3,10,10,9,9,1,8,7,10,8,10,10,8,9,10,8,10,9,10,10,1,10,8,3,8,10,0,0,10,10,2,9,3,1,0,10,0,10,10,0,2,10,0,7,10,3,0,8,8,17,17,24,8,17,17,17,16,23,15,15,14,24,22,24,17,22,23,24,15,17,24,24,17,8,17,15,18,22,17,1,1,17,17,17,17,17,15,1,24,10,0,17,1,2,17,0,15,17,10,0,22,22,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,0,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,4,2,2,0,2,2,2,2,2,0,2,0,2,2,5,2,0,2,2,2,2,2,2,2,0,2,0,4,0,2,0,0,2,2,2,4,2,0,0,2,2,2,2,0,0,2,0,0,4,4,0,0,0,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,0,0,14,17,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,15,14,14,7,14,14,8,14,14,1,1,14,14,8,15,7,7,1,14,7,15,14,1,0,14,0,0,14,7,0,14,14,19,17,17,8,10,17,17,16,16,8,17,14,17,17,19,17,15,16,17,17,17,16,17,17,8,17,15,12,15,17,0,0,17,17,9,18,10,8,0,17,10,17,17,0,4,17,0,14,0,12,0,15,15,12,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,12,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,0,7,12,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,0,22,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,0,0,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,14,0,14,7,7,14,14,14,14,10,14,14,14,14,14,14,14,14,14,14,14,16,14,14,9,16,14,7,16,16,0,0,14,14,7,14,9,9,0,14,7,16,14,0,0,17,14,0,14,7,0,16,14,14,14,0,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,7,7,7,0,14,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,0,7,7,0,14,7,7,7,7,14,0,14,7,14,14,14,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,14,7,7,7,7,0,0,7,7,7,14,14,7,0,7,7,7,7,0,0,7,7,0,7,7,0,14,7,21,14,14,14,14,0,14,28,21,14,28,14,14,21,14,21,14,14,21,14,14,14,14,14,14,21,21,7,14,21,0,0,21,21,7,28,14,7,0,14,14,14,14,0,0,21,14,0,21,14,0,21,14,14,14,14,7,7,14,0,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,21,14,14,14,14,28,14,0,22,14,28,16,14,21,14,21,14,15,21,14,14,15,14,14,14,21,21,7,14,21,0,0,21,21,8,29,14,7,0,14,14,14,14,0,1,21,14,0,21,14,0,21,14,14,14,14,14,14,21,14,22,0,14,21,16,14,21,14,14,14,15,21,14,14,17,14,14,7,21,14,7,14,14,0,0,14,14,8,23,14,7,0,14,14,14,14,0,1,14,14,0,14,7,0,21,14,7,10,7,14,14,14,7,14,14,0,16,9,7,16,7,7,9,7,14,9,7,9,7,7,11,16,9,7,11,9,0,0,7,7,7,14,16,11,0,7,7,9,7,0,0,10,7,0,7,7,0,18,9,21,14,14,14,14,28,14,28,21,16,0,16,14,23,14,21,16,14,21,16,14,14,14,14,16,21,23,7,16,21,0,0,21,21,7,28,14,9,0,14,14,14,14,0,0,21,14,0,21,14,0,23,16,14,14,14,7,7,14,14,16,16,9,16,0,14,16,14,14,16,15,14,16,14,16,14,14,9,14,16,7,16,14,0,0,14,14,8,15,7,9,0,14,7,14,14,0,1,14,14,0,14,7,0,16,16,14,14,14,7,7,14,14,14,14,7,14,14,0,14,14,14,14,14,14,14,14,14,14,14,7,14,16,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,16,14,14,14,14,14,21,14,21,21,16,23,16,14,0,14,14,16,14,21,16,14,14,14,14,9,21,16,7,16,14,0,0,14,14,7,21,14,9,0,14,14,14,14,0,0,14,14,0,14,7,0,23,16,14,14,14,7,7,14,14,14,14,7,14,14,14,14,0,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,0,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,14,14,14,7,7,14,14,14,14,9,16,16,14,16,14,14,0,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,16,14,14,14,7,7,14,14,15,15,7,14,15,14,14,14,14,14,0,14,14,14,15,14,14,7,14,14,7,14,14,0,0,14,14,8,16,7,7,0,14,7,14,14,0,1,14,14,0,14,7,0,14,14,14,14,14,14,14,21,14,21,21,14,21,14,14,21,14,14,14,14,0,14,14,14,14,14,7,21,14,7,14,14,0,0,14,14,7,21,14,7,0,14,14,14,14,0,0,14,14,0,14,7,0,21,14,14,14,14,7,7,14,14,14,14,9,16,16,14,16,14,14,16,14,14,0,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,16,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,0,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,14,16,14,7,7,14,14,15,17,9,14,16,14,14,14,14,14,15,14,14,14,0,14,14,9,16,14,8,16,16,1,1,14,14,9,17,9,9,1,14,7,17,14,1,1,16,15,0,14,7,0,16,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,0,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,0,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,0,14,7,0,14,14,14,9,7,7,7,14,7,14,7,11,16,9,7,9,7,14,9,7,7,9,7,9,7,7,0,9,16,7,11,16,0,0,14,14,7,14,9,11,0,7,0,9,7,0,0,16,7,0,14,14,0,11,9,14,16,14,14,14,21,14,21,21,16,21,14,14,21,14,14,14,14,21,14,14,16,14,14,9,0,14,7,16,16,0,0,14,14,7,21,16,9,0,14,14,16,14,0,0,16,14,0,14,7,0,23,14,21,14,14,7,7,21,14,21,14,9,23,16,16,16,14,21,16,14,14,16,14,14,14,14,16,14,0,7,16,21,0,0,21,21,7,21,7,9,0,14,7,14,14,0,0,21,14,0,21,14,0,16,18,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,7,7,7,7,7,0,7,7,1,1,7,7,8,8,7,7,1,7,0,8,7,1,0,7,8,0,7,7,0,7,7,14,16,14,7,7,14,14,14,14,11,16,16,14,16,14,14,16,14,14,16,14,16,14,14,11,16,16,7,0,16,0,0,14,14,7,14,9,11,0,14,7,16,14,0,0,16,14,0,14,7,0,18,16,21,16,14,7,7,21,14,21,14,9,21,14,14,14,14,21,14,14,14,14,14,16,14,14,16,16,21,7,16,0,0,0,21,21,7,21,9,9,0,14,7,16,14,0,0,23,14,0,21,14,0,16,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,0,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,0,7,21,7,7,0,14,7,14,14,0,0,21,14,0,21,14,0,14,14,7,7,7,7,7,7,7,8,8,7,7,8,7,7,7,7,7,8,7,7,7,9,7,7,7,7,7,8,7,7,1,1,7,7,0,9,7,7,1,7,0,8,7,1,1,7,8,0,7,7,0,7,7,21,14,14,14,14,28,14,29,23,14,28,15,14,21,14,21,14,16,21,14,14,17,14,14,14,21,21,8,14,21,1,1,21,21,9,0,14,7,1,14,14,15,14,1,1,21,15,0,21,14,0,21,14,7,9,7,14,14,14,7,14,14,16,14,7,7,14,7,7,7,7,14,7,7,9,7,7,9,16,7,7,9,9,0,0,7,7,7,14,0,9,0,7,7,9,7,0,0,9,7,0,7,7,0,16,7,7,9,7,7,7,7,7,7,7,11,9,9,7,9,7,7,9,7,7,9,7,9,7,7,11,9,9,7,11,9,0,0,7,7,7,7,9,0,0,7,0,9,7,0,0,9,7,0,7,7,0,11,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,0,7,14,14,0,0,14,14,0,14,7,0,14,14,7,7,7,7,7,14,7,14,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,0,14,7,0,7,7,0,0,7,7,0,14,7,0,0,7,0,7,7,0,0,7,7,0,7,0,0,14,7,14,16,14,7,7,14,14,14,14,9,14,14,14,14,14,14,14,14,14,14,14,17,14,14,9,16,14,8,16,16,1,1,14,14,8,15,9,9,1,14,7,0,14,1,0,16,15,0,14,7,0,16,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,0,0,0,14,14,0,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,17,14,7,7,21,14,21,14,10,21,14,14,14,14,21,14,14,14,14,14,16,14,14,16,16,21,7,16,23,0,0,21,21,7,21,9,9,0,14,7,16,14,0,0,0,14,0,21,14,0,16,14,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,15,14,14,7,14,14,8,14,14,1,1,14,14,8,15,7,7,1,14,7,15,14,1,0,14,0,0,14,7,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,0,14,0,14,14,14,7,7,7,7,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,14,7,14,7,7,14,0,0,14,14,7,14,7,7,0,7,0,7,7,0,0,14,7,0,14,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,16,14,14,14,21,14,21,21,18,23,16,14,23,14,14,16,14,21,16,14,16,14,14,11,23,16,7,18,16,0,0,14,14,7,21,16,11,0,14,14,16,14,0,0,16,14,0,14,7,0,0,16,14,14,14,7,7,14,14,14,14,9,16,16,16,16,14,14,16,14,14,16,14,14,14,14,9,14,18,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,0,0,18,17,8,10,25,25,23,16,8,24,14,25,17,26,31,22,16,17,24,24,16,24,25,22,17,23,12,22,24,0,0,25,24,9,25,10,9,0,25,10,17,17,0,5,25,19,21,0,19,0,15,16,18,0,17,8,10,18,18,16,16,8,15,14,18,15,17,17,15,16,17,15,17,16,17,18,8,17,16,10,15,17,0,0,18,17,9,16,10,9,0,18,10,17,17,0,3,18,17,14,0,10,0,15,16,17,17,0,8,11,17,17,17,16,8,15,14,19,15,17,17,15,17,17,16,17,16,17,17,8,18,17,10,16,18,0,0,17,17,9,16,11,10,0,17,11,17,17,0,2,17,17,14,0,11,0,15,15,8,8,8,0,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,0,8,0,8,8,10,10,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,0,11,0,8,8,25,18,17,8,10,0,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,0,17,0,15,16,25,18,17,8,10,18,0,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,25,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,25,10,17,17,0,3,18,17,14,0,10,0,15,16,23,16,17,7,10,23,16,0,16,7,21,14,17,14,16,23,14,17,16,15,16,16,16,16,14,17,22,9,14,24,0,0,23,23,9,23,10,8,0,16,10,16,16,0,2,23,16,21,0,17,0,14,14,16,16,16,7,9,16,16,16,0,7,14,14,16,14,16,16,14,16,16,14,16,16,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,0,9,0,14,14,8,8,8,8,8,8,8,7,7,0,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,0,8,0,8,8,24,15,15,8,8,22,15,21,14,8,0,14,15,17,17,22,15,14,15,17,15,14,15,15,15,15,22,10,15,22,0,0,22,22,7,23,8,8,0,15,8,15,15,0,2,22,17,21,0,17,0,15,15,14,14,14,7,7,14,14,14,14,7,14,0,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,0,7,0,14,14,25,18,19,8,11,18,25,17,16,8,15,14,0,15,24,24,22,17,17,23,24,16,24,25,15,18,18,10,23,18,0,0,18,17,9,16,11,11,0,25,11,17,17,0,3,18,17,14,0,11,0,15,16,17,15,15,8,8,15,15,14,14,8,17,14,15,0,17,15,15,14,15,17,15,14,15,15,8,15,15,10,15,15,0,0,15,15,7,16,8,8,0,15,8,15,15,0,2,15,17,14,0,10,0,15,15,26,17,17,8,10,17,24,16,16,8,17,14,24,17,0,24,22,16,17,24,24,16,24,24,15,17,15,12,22,17,0,0,17,17,9,18,10,8,0,24,10,17,17,0,4,17,19,14,0,12,0,15,15,31,17,17,8,10,24,24,23,16,8,22,14,24,15,24,0,22,16,17,22,24,16,24,24,22,17,22,10,22,24,0,0,24,24,9,23,10,8,0,24,10,17,17,0,2,24,17,21,0,17,0,15,15,22,15,15,8,8,15,22,14,14,8,15,14,22,15,22,22,0,14,15,22,22,14,22,22,15,15,15,8,22,15,0,0,15,15,7,14,8,8,0,22,8,15,15,0,0,15,15,14,0,8,0,15,15,16,16,17,7,10,16,16,17,16,7,14,14,17,14,16,16,14,0,16,15,16,16,16,16,7,17,15,9,14,17,0,0,16,16,9,16,10,8,0,16,10,16,16,0,2,16,16,14,0,10,0,14,14,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,0,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,17,0,2,17,17,14,0,10,0,15,15,24,15,16,8,9,15,22,15,14,8,17,14,23,17,24,22,22,15,15,0,22,14,22,22,15,16,16,10,22,16,0,0,15,15,7,16,9,9,0,22,9,15,15,0,2,15,17,14,0,11,0,15,15,24,17,17,8,10,17,24,16,16,8,15,14,24,15,24,24,22,16,17,22,0,16,24,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,24,10,17,17,0,2,17,17,14,0,10,0,15,15,16,16,16,7,9,16,16,16,16,7,14,14,16,14,16,16,14,16,16,14,16,0,16,16,7,16,14,9,14,16,0,0,16,16,9,16,9,7,0,16,9,16,16,0,2,16,16,14,0,9,0,14,14,24,17,17,8,10,17,24,16,16,8,15,14,24,15,24,24,22,16,17,22,24,16,0,24,15,17,15,10,22,17,0,0,17,17,9,16,10,8,0,24,10,17,17,0,2,17,17,14,0,10,0,15,15,25,18,17,8,10,18,25,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,0,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,25,10,17,17,0,3,18,17,14,0,10,0,15,16,22,8,8,8,8,15,15,14,7,8,15,7,15,8,15,22,15,7,8,15,15,7,15,15,0,8,15,8,15,15,0,0,15,15,7,14,8,8,0,15,1,8,8,0,0,15,8,14,0,15,0,8,8,17,17,18,8,11,17,17,17,16,8,15,14,18,15,17,17,15,17,17,16,17,16,17,17,8,0,16,10,15,18,0,0,17,17,9,16,11,9,0,17,11,17,17,0,2,17,17,14,0,11,0,15,15,23,16,17,8,9,23,16,22,14,8,22,14,18,15,15,22,15,15,15,16,15,14,15,16,15,16,0,8,16,23,0,0,23,22,7,21,9,11,0,16,9,15,15,0,1,23,15,21,0,16,0,15,16,12,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,0,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,0,12,0,8,8,22,15,16,8,8,15,22,14,14,8,15,14,23,15,22,22,22,14,15,22,22,14,22,22,15,15,16,8,0,15,0,0,15,15,7,14,8,9,0,22,8,15,15,0,0,15,15,14,0,8,0,15,15,24,17,18,8,11,24,17,24,16,8,22,14,18,15,17,24,15,17,17,16,17,16,17,17,15,18,23,10,15,0,0,0,24,24,9,23,11,9,0,17,11,17,17,0,2,24,17,21,0,18,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,0,24,9,23,10,9,0,18,10,17,17,0,3,25,17,21,0,17,0,15,16,24,17,17,8,10,24,17,23,16,8,22,14,17,15,17,24,15,16,17,15,17,16,17,17,15,17,22,10,15,24,0,0,24,0,9,23,10,8,0,17,10,17,17,0,2,24,17,21,0,17,0,15,15,9,9,9,7,9,9,9,9,9,7,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,9,7,9,7,9,0,0,9,9,0,9,9,7,0,9,2,9,9,0,2,9,9,7,0,9,0,7,7,25,16,16,7,9,23,16,23,16,7,23,14,16,16,18,23,14,16,16,16,16,16,16,16,14,16,21,11,14,23,0,0,23,23,9,0,9,7,0,16,9,16,16,0,4,23,18,21,0,18,0,14,14,10,10,11,8,11,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,0,9,0,10,4,10,10,0,2,10,10,7,0,11,0,8,8,9,9,10,8,9,9,9,8,7,8,8,7,11,8,8,8,8,8,8,9,8,7,8,9,8,9,11,8,9,9,0,0,9,8,7,7,9,0,0,9,2,8,8,0,1,9,8,7,0,9,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,17,8,10,18,25,16,16,8,15,14,25,15,24,24,22,16,17,22,24,16,24,25,15,17,16,10,22,17,0,0,18,17,9,16,10,9,0,0,10,17,17,0,3,18,17,14,0,10,0,15,16,10,10,11,1,4,10,10,10,9,1,8,7,11,8,10,10,8,10,10,9,10,9,10,10,1,11,9,3,8,11,0,0,10,10,2,9,4,2,0,10,0,10,10,0,2,10,10,7,0,4,0,8,8,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,0,17,0,2,17,17,14,0,10,0,15,15,17,17,17,8,10,17,17,16,16,8,15,14,17,15,17,17,15,16,17,15,17,16,17,17,8,17,15,10,15,17,0,0,17,17,9,16,10,8,0,17,10,17,0,0,2,17,17,14,0,10,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,2,0,2,3,3,2,2,0,2,0,3,2,4,2,0,2,2,2,2,2,2,3,0,2,1,4,0,2,0,0,3,2,2,4,2,1,0,3,2,2,2,0,0,3,4,0,0,4,0,0,1,25,18,17,8,10,25,18,23,16,8,22,14,18,15,17,24,15,16,17,15,17,16,17,18,15,17,23,10,15,24,0,0,25,24,9,23,10,9,0,18,10,17,17,0,3,0,17,21,0,17,0,15,16,19,17,17,8,10,17,17,16,16,8,17,14,17,17,19,17,15,16,17,17,17,16,17,17,8,17,15,12,15,17,0,0,17,17,9,18,10,8,0,17,10,17,17,0,4,17,0,14,0,12,0,15,15,21,14,14,7,7,21,14,21,14,7,21,14,14,14,14,21,14,14,14,14,14,14,14,14,14,14,21,7,14,21,0,0,21,21,7,21,7,7,0,14,7,14,14,0,0,21,14,0,0,14,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,10,11,8,11,17,10,17,9,8,17,7,11,10,12,17,8,10,10,11,10,9,10,10,15,11,16,12,8,18,0,0,17,17,9,18,11,9,0,10,4,10,10,0,4,17,12,14,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,0,8,0,0,15,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,0,8,0,15,0,0,11,10,8,10,17,10,16,9,9,21,7,10,14,12,17,8,10,10,13,10,9,10,10,15,10,15,12,8,17,0,0,17,17,9,18,10,8,0,10,3,10,10,0,4,18,12,14,19,0,0,8,8,11,0,10,8,10,10,10,9,9,9,9,7,10,9,10,10,8,10,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,11,10,7,10,0,0,8,8,10,10,0,9,11,10,10,11,10,9,9,7,11,9,10,10,9,11,10,9,10,9,10,10,8,11,9,10,9,12,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,9,8,8,8,9,0,8,8,8,8,8,16,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,15,8,15,9,9,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,8,8,7,8,0,0,9,8,10,10,11,8,0,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,17,10,10,8,10,0,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,10,10,10,8,10,10,0,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,16,9,11,8,10,16,9,0,10,8,15,7,10,8,9,16,8,11,9,8,9,9,9,9,14,10,15,9,8,18,0,0,16,16,9,16,10,8,0,9,3,9,9,0,2,16,9,14,17,0,0,8,7,9,9,10,8,9,9,9,10,0,8,8,7,9,8,9,9,8,10,9,7,9,9,9,9,7,9,7,9,8,10,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,0,0,8,7,9,9,9,16,8,8,8,8,8,0,10,7,8,10,8,8,9,9,8,8,8,7,8,8,8,15,8,15,9,9,0,0,8,8,14,7,8,15,0,8,1,8,8,0,7,9,8,7,8,0,0,9,8,21,9,9,9,8,15,8,15,8,10,0,7,8,15,10,15,9,9,8,13,8,7,8,8,15,8,15,10,9,16,0,0,15,15,7,16,8,8,0,8,1,8,8,0,2,16,10,14,17,0,0,9,8,7,7,7,7,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,7,7,7,7,7,7,0,7,0,7,7,0,0,7,7,7,7,0,0,7,7,10,10,11,8,11,10,10,10,9,8,8,7,0,8,10,10,8,10,10,9,10,11,10,10,8,11,9,10,8,11,0,0,10,10,9,9,11,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,14,9,9,9,8,8,8,8,8,10,15,7,8,0,10,8,9,9,8,13,8,7,8,8,8,8,8,10,9,9,0,0,8,8,7,9,8,8,0,8,1,8,8,0,2,9,10,7,10,0,0,9,8,12,10,10,8,10,10,10,9,9,8,10,7,10,10,0,10,8,9,10,10,10,9,10,10,8,10,8,12,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,12,7,12,0,0,8,8,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,0,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,0,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,9,8,10,10,11,8,10,9,9,11,10,9,9,7,10,9,9,9,8,0,9,8,9,9,9,9,7,10,8,9,8,11,0,0,9,9,9,9,10,8,0,9,3,9,9,0,2,10,9,7,10,0,0,8,7,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,0,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,13,8,9,8,9,8,8,8,7,8,13,7,9,13,10,8,8,8,8,0,8,7,8,8,8,9,9,10,8,9,0,0,8,8,7,9,9,9,0,8,2,8,8,0,2,8,10,7,11,0,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,0,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,9,9,9,7,9,9,9,9,9,7,7,7,11,7,9,9,7,9,9,7,9,0,9,9,7,9,7,9,7,9,0,0,9,9,9,9,9,7,0,9,2,9,9,0,2,9,9,7,9,0,0,7,7,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,0,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,0,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,10,0,2,10,10,7,10,0,0,8,8,15,8,8,8,8,15,8,14,7,8,15,7,8,8,8,15,8,7,8,8,8,7,8,8,0,8,15,8,8,15,0,0,15,15,7,14,8,8,0,8,1,8,8,0,0,15,8,14,15,0,0,8,8,10,10,11,15,11,10,10,10,9,15,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,0,9,17,8,11,0,0,10,10,16,9,11,16,0,10,4,10,10,0,9,10,10,7,11,0,0,8,8,15,8,9,8,9,15,8,15,7,8,15,7,9,8,8,15,8,8,8,9,8,7,8,8,15,9,0,8,8,16,0,0,15,15,7,14,9,9,0,8,2,8,8,0,0,15,8,14,16,0,0,8,8,12,10,10,15,10,10,10,9,9,15,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,17,8,0,8,10,0,0,10,10,16,11,10,15,0,10,3,10,10,0,11,10,12,7,12,0,0,8,8,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,0,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,9,8,17,10,12,9,11,17,10,18,10,9,16,7,11,9,10,17,9,11,10,9,10,9,10,10,15,11,16,10,9,0,0,0,17,17,9,16,11,9,0,10,4,10,10,0,2,17,10,14,18,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,0,17,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,17,10,10,8,10,17,10,16,9,8,15,7,10,8,10,17,8,9,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,0,9,16,10,8,0,10,3,10,10,0,2,17,10,14,17,0,0,8,8,9,9,9,14,9,9,9,9,9,14,7,7,9,7,9,9,7,9,9,7,9,9,9,9,7,16,7,16,7,9,0,0,9,9,0,9,9,14,0,9,2,9,9,0,9,9,9,7,9,0,0,7,7,18,9,9,7,9,16,9,16,9,7,16,7,9,9,11,16,7,9,9,9,9,9,9,9,14,9,14,11,7,16,0,0,16,16,9,0,9,7,0,9,2,9,9,0,4,16,11,14,18,0,0,7,7,10,10,11,8,11,10,10,10,9,8,8,7,11,8,10,10,8,10,10,9,10,9,10,10,8,11,9,10,8,11,0,0,10,10,9,9,0,9,0,10,4,10,10,0,2,10,10,7,11,0,0,8,8,8,8,9,15,9,8,8,8,7,15,8,7,9,8,8,8,8,8,8,9,8,7,8,8,8,16,9,15,8,9,0,0,8,8,14,7,9,0,0,8,2,8,8,0,7,8,8,7,9,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,0,3,10,10,0,2,10,10,7,10,0,0,8,8,3,3,4,1,4,3,3,3,2,1,1,0,4,1,3,3,1,3,3,2,3,2,3,3,1,4,2,3,1,4,0,0,3,3,2,2,4,2,0,3,0,3,3,0,2,3,3,0,4,0,0,1,1,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,0,10,0,2,10,10,7,10,0,0,8,8,10,10,10,8,10,10,10,9,9,8,8,7,10,8,10,10,8,9,10,8,10,9,10,10,8,10,8,10,8,10,0,0,10,10,9,9,10,8,0,10,3,10,0,0,2,10,10,7,10,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,2,7,2,2,2,2,2,7,2,0,2,2,4,2,0,2,2,2,2,2,2,2,0,9,0,11,0,2,0,0,2,2,9,4,2,7,0,2,2,2,2,0,0,2,4,0,4,0,0,0,0,18,11,10,8,10,17,10,16,9,9,16,7,10,9,10,17,8,10,10,8,10,9,10,10,15,10,15,10,8,17,0,0,17,17,9,16,10,8,0,10,3,10,10,0,2,0,10,14,17,0,0,8,8,12,10,10,8,10,10,10,9,9,8,10,7,10,10,12,10,8,9,10,10,10,9,10,10,8,10,8,12,8,10,0,0,10,10,9,11,10,8,0,10,3,10,10,0,4,10,0,7,12,0,0,8,8,14,7,7,7,7,14,7,14,7,7,14,7,7,7,7,14,7,7,7,7,7,7,7,7,14,7,14,7,7,14,0,0,14,14,7,14,7,7,0,7,0,7,7,0,0,14,7,0,14,0,0,7,7,19,10,11,8,11,17,10,17,9,8,17,7,11,10,12,17,8,10,10,11,10,9,10,10,15,11,16,12,8,18,0,0,17,17,9,18,11,9,0,10,4,10,10,0,4,17,12,14,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,0,8,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,0,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,17,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,8,0,0,15,16,15,0,9,15,15,15,16,22,16,16,14,22,23,22,16,24,22,22,15,15,21,22,15,8,16,15,15,23,16,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,9,0,0,22,8,8,9,0,16,15,8,15,15,16,17,7,8,16,8,9,9,8,15,8,8,7,8,8,8,16,8,8,9,9,0,0,8,8,7,14,15,8,0,8,8,8,8,0,0,8,8,14,8,9,0,0,8,8,8,15,16,0,15,8,14,21,22,16,7,15,22,15,9,15,14,22,8,8,14,15,8,8,16,8,15,15,8,0,0,8,8,14,14,22,15,0,15,8,15,8,0,0,8,15,14,8,8,0,0,15,15,15,15,15,15,0,15,21,21,15,22,14,15,22,15,15,15,14,22,15,15,14,15,15,8,22,15,8,15,15,0,0,15,15,7,21,15,8,0,17,15,15,15,0,0,15,15,21,15,8,0,0,17,15,15,15,8,8,15,0,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,15,14,16,15,14,21,14,0,22,15,22,14,14,22,14,15,16,15,21,14,14,14,14,14,7,22,14,7,15,15,0,0,15,15,7,21,14,7,0,14,14,14,14,0,0,14,14,21,14,8,0,0,14,14,14,22,15,21,21,14,22,0,22,22,14,21,29,21,14,22,22,28,14,14,21,21,14,7,21,14,14,22,15,0,0,14,14,14,21,21,14,0,21,14,21,14,0,0,14,21,21,14,8,0,0,21,8,10,16,16,22,15,8,15,22,0,18,9,15,25,15,8,18,15,22,10,8,16,15,8,12,17,10,15,20,11,0,0,8,8,14,14,24,19,0,15,8,17,8,0,0,10,15,18,8,9,0,0,17,15,15,16,17,16,22,15,22,22,18,0,16,15,25,15,16,18,15,22,17,15,14,15,15,10,23,17,8,18,16,0,0,15,15,7,21,15,10,0,15,15,15,15,0,1,15,15,23,15,9,0,0,17,14,14,14,7,7,14,14,14,14,9,16,0,14,16,14,14,16,14,14,16,14,14,14,14,9,14,16,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,0,16,15,15,22,8,15,15,15,14,21,15,15,14,0,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,15,15,23,16,22,22,15,22,29,25,25,16,22,0,22,15,25,22,29,17,15,21,22,15,10,22,17,15,25,16,0,0,15,15,14,21,22,17,0,22,15,22,15,0,0,15,22,23,15,9,0,0,24,15,15,22,8,15,15,15,14,21,15,15,14,22,22,0,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,16,15,16,9,9,15,15,15,14,8,16,14,15,15,15,0,16,14,15,15,15,14,15,15,8,17,15,8,15,15,0,0,16,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,15,24,9,15,15,15,16,22,18,18,16,22,25,22,16,0,22,22,17,15,21,22,15,10,16,17,15,25,16,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,9,0,0,24,14,14,22,8,14,14,14,15,22,15,15,14,21,22,21,14,22,0,21,14,14,21,21,14,7,14,14,14,22,15,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,8,0,0,21,15,15,22,15,22,22,15,21,28,22,22,14,22,29,22,15,22,21,0,15,15,21,22,15,8,22,15,15,22,15,0,0,15,15,14,21,22,15,0,22,15,22,15,0,0,15,22,21,15,8,0,0,22,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,0,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,0,17,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,14,16,21,7,14,14,14,14,21,16,14,14,21,21,21,14,21,21,21,14,14,0,21,14,9,16,14,14,23,16,0,0,14,14,14,14,16,16,0,21,7,23,14,0,0,16,21,16,14,7,0,0,21,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,0,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,0,22,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,0,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,8,10,8,8,8,8,8,7,7,12,10,9,8,10,8,8,10,7,8,10,8,9,8,8,0,10,10,8,12,10,0,0,8,8,7,7,10,12,0,8,1,10,8,0,0,10,8,11,8,8,0,0,10,16,17,16,16,16,22,15,22,21,17,23,14,15,22,15,17,16,14,22,15,15,16,15,15,10,0,15,8,17,17,0,0,16,16,7,21,17,10,0,15,15,17,15,0,0,17,15,23,15,8,0,0,15,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,17,15,14,15,15,10,15,0,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,0,17,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,0,15,15,17,23,9,15,15,15,15,22,20,18,16,22,25,22,15,25,22,22,17,15,23,22,15,12,17,17,15,0,18,0,0,15,15,14,14,17,19,0,22,8,24,15,0,0,17,22,18,15,9,0,0,24,15,17,16,9,8,15,15,15,15,11,16,14,15,16,15,15,16,15,15,15,15,16,15,15,10,17,15,8,18,0,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,17,15,16,15,9,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,0,16,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,16,15,16,8,8,15,15,15,14,8,15,14,15,15,15,16,16,14,15,15,15,14,15,15,8,16,15,8,15,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,0,15,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,0,14,14,14,14,14,14,21,14,21,21,14,21,14,14,21,14,14,14,14,21,14,14,14,14,14,7,21,14,7,14,14,0,0,14,14,7,0,14,7,0,14,14,14,14,0,0,14,14,21,14,7,0,0,14,8,10,15,15,22,15,8,14,21,24,15,7,15,22,15,8,15,14,22,8,8,16,15,8,10,17,8,15,17,10,0,0,8,8,14,14,0,17,0,15,8,17,8,0,0,10,15,16,8,8,0,0,15,8,10,15,8,15,8,8,7,14,19,10,9,15,17,15,8,17,14,15,10,8,16,15,8,12,10,10,15,19,10,0,0,8,8,14,7,17,0,0,15,1,17,8,0,0,10,15,11,8,8,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,17,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,0,8,22,15,0,0,15,22,14,15,8,0,0,24,8,8,8,8,8,15,8,14,14,8,15,7,8,15,8,8,8,7,15,8,8,7,8,8,1,15,8,1,8,8,0,0,8,8,0,14,8,1,0,8,0,8,8,0,0,8,8,14,8,1,0,0,8,15,17,22,8,15,15,15,14,21,17,15,14,22,22,22,15,22,21,22,15,15,23,22,15,10,17,15,15,24,17,0,0,15,15,14,14,17,17,0,22,8,0,15,0,0,17,22,16,15,8,0,0,22,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,17,15,8,8,15,15,14,14,10,15,14,15,15,15,15,15,14,15,15,15,16,15,15,10,17,15,8,17,17,0,0,15,15,7,14,10,10,0,15,8,17,15,0,0,0,15,16,15,8,0,0,15,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,0,22,14,16,14,14,14,21,14,21,21,18,23,16,14,23,14,14,16,14,21,16,14,16,14,14,11,23,16,7,18,16,0,0,14,14,7,21,16,11,0,14,14,16,14,0,0,16,14,0,14,7,0,0,16,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,0,8,0,0,15,8,8,9,9,8,8,8,8,8,9,9,7,8,9,8,8,9,8,8,8,8,7,8,8,8,8,8,8,9,9,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,17,15,14,21,17,17,16,22,24,22,15,24,21,22,17,15,21,22,15,10,15,17,15,24,15,0,0,15,15,14,14,15,17,0,24,8,22,15,0,0,15,22,16,15,8,0,0,0,0,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,16,0,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,15,15,0,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,8,8,8,0,8,10,8,7,7,8,8,7,8,8,8,8,10,7,8,8,10,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,10,1,8,8,0,0,8,8,7,8,8,0,8,0,8,8,15,8,0,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,16,16,15,10,8,0,17,14,14,9,15,15,16,16,16,15,18,14,15,15,17,14,16,17,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,20,8,15,15,0,1,16,15,14,16,8,0,17,0,16,16,15,8,8,17,0,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,17,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,14,14,14,7,7,14,14,0,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,14,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,0,14,14,21,7,14,14,14,14,0,14,14,14,21,21,21,14,21,21,21,14,14,21,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,8,8,15,8,15,9,9,7,14,0,10,10,15,18,16,8,18,14,15,10,8,14,16,9,11,8,10,15,18,8,0,0,9,9,14,7,15,17,0,15,1,15,8,0,0,8,15,9,8,8,0,17,0,15,15,15,8,8,15,15,14,14,10,0,16,15,17,15,15,17,14,15,17,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,0,14,14,14,7,7,15,15,14,14,10,16,0,14,17,15,14,17,14,14,16,14,14,15,15,10,14,16,7,17,14,0,0,15,15,7,14,7,9,0,14,7,14,14,0,0,14,14,16,14,7,0,16,0,16,16,22,8,15,16,16,14,21,15,15,14,0,22,22,15,22,21,22,15,15,21,22,16,8,15,18,15,22,15,0,0,16,15,14,14,15,16,0,23,8,22,15,0,1,16,22,16,16,8,0,22,0,15,15,22,8,15,16,16,14,21,18,17,17,22,0,23,15,25,21,22,17,15,21,23,16,11,15,17,15,25,15,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,8,0,24,0,15,15,22,8,15,16,16,14,21,16,15,15,22,23,0,15,23,21,22,15,15,21,23,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,0,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,15,15,22,10,15,18,16,14,21,18,17,17,22,25,23,15,0,21,22,17,17,21,23,16,11,15,17,15,25,15,0,0,16,16,14,14,15,17,0,24,8,22,15,0,0,15,22,16,15,8,0,24,0,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,21,0,21,14,14,21,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,0,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,15,15,15,8,8,15,15,14,14,10,17,16,15,17,15,15,17,14,15,0,15,14,15,15,10,15,17,8,17,15,0,0,15,15,7,14,8,10,0,15,8,15,15,0,0,15,15,16,15,8,0,17,0,15,15,15,10,8,17,15,14,14,8,15,14,15,15,15,15,17,14,15,15,0,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,17,8,15,15,0,0,15,15,14,15,8,0,15,0,14,14,21,7,14,14,14,14,21,14,14,14,21,21,21,14,21,21,21,14,14,0,21,14,7,14,14,14,21,14,0,0,14,14,14,14,14,14,0,21,7,21,14,0,0,14,21,14,14,7,0,21,0,15,15,22,8,15,16,16,14,21,16,15,15,22,23,23,15,23,21,22,15,15,21,0,16,9,15,15,15,23,15,0,0,16,16,14,14,15,15,0,22,8,22,15,0,0,15,22,14,15,8,0,22,0,16,16,15,8,8,17,17,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,0,9,15,16,8,16,15,0,0,17,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,8,8,8,8,8,9,9,7,7,11,10,10,8,11,9,8,11,7,8,10,8,7,9,9,0,8,10,8,11,8,0,0,9,9,7,7,8,10,0,8,1,8,8,0,0,8,8,9,8,8,0,10,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,0,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,16,16,15,8,8,16,16,14,14,10,17,16,18,17,15,15,17,14,15,17,15,14,15,16,10,15,0,8,17,15,0,0,16,15,7,14,8,11,0,16,8,15,15,0,1,16,15,18,16,8,0,17,0,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,0,15,8,0,0,8,8,14,7,15,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,15,15,22,8,15,16,16,14,21,18,17,17,22,25,23,15,25,21,22,17,15,21,23,16,11,15,17,15,0,15,0,0,16,16,14,14,15,17,0,22,8,22,15,0,0,15,22,16,15,8,0,24,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,0,0,0,15,15,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,15,8,8,17,17,14,14,9,15,15,16,16,16,15,16,14,15,15,15,14,16,17,9,15,16,8,16,15,0,0,0,16,7,14,8,9,0,16,8,15,15,0,1,16,15,14,16,8,0,15,0,15,15,15,8,8,16,16,14,14,9,15,15,15,16,16,15,16,14,15,15,15,14,16,16,9,15,15,8,16,15,0,0,16,0,7,14,8,8,0,15,8,15,15,0,0,15,15,14,15,8,0,15,0,7,7,14,7,14,7,7,7,14,14,7,7,14,14,14,7,14,14,14,7,7,14,14,7,7,7,7,14,14,7,0,0,7,7,0,7,14,14,0,14,0,14,7,0,0,7,14,7,7,7,0,14,0,14,14,14,7,7,14,14,14,14,7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,7,14,14,7,14,14,0,0,14,14,7,0,7,7,0,14,7,14,14,0,0,14,14,14,14,7,0,14,0,8,8,15,8,15,8,8,7,14,15,8,7,15,15,15,8,15,14,15,8,8,14,15,8,8,8,8,15,15,8,0,0,8,8,14,7,0,15,0,15,1,15,8,0,0,8,15,7,8,8,0,15,0,9,9,15,8,15,9,9,7,14,17,10,9,16,17,15,8,17,14,15,10,8,14,15,9,10,8,11,15,17,8,0,0,9,8,14,7,15,0,0,16,1,15,8,0,1,9,15,9,9,8,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,22,10,15,20,16,14,21,15,15,14,23,22,22,15,24,21,22,15,17,21,22,16,8,15,16,15,22,15,0,0,16,15,14,14,15,16,0,0,8,22,15,0,1,16,22,14,16,8,0,24,0,8,8,8,1,1,8,8,7,7,1,8,7,8,8,8,8,8,7,8,8,8,7,8,8,1,8,8,1,8,8,0,0,8,8,0,7,1,1,0,8,0,8,8,0,0,8,8,7,8,1,0,8,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,0,15,0,0,15,22,14,15,8,0,22,0,15,15,15,8,8,15,15,14,14,8,15,14,15,15,15,15,15,14,15,15,15,14,15,15,8,15,15,8,15,15,0,0,15,15,7,14,8,8,0,15,8,15,0,0,0,15,15,14,15,8,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,0,15,14,16,8,0,15,0,15,15,22,8,15,15,15,14,21,15,15,14,22,22,22,15,22,21,22,15,15,21,22,15,8,15,15,15,22,15,0,0,15,15,14,14,15,15,0,22,8,22,15,0,0,15,0,14,15,8,0,22,0,14,14,14,7,7,14,14,14,14,9,16,16,16,16,14,14,16,14,14,16,14,14,14,14,9,14,18,7,16,14,0,0,14,14,7,14,7,9,0,14,7,14,14,0,0,14,14,0,14,7,0,16,0,16,16,15,8,8,16,16,14,14,8,15,14,16,15,15,15,15,14,15,15,15,14,15,16,8,15,16,8,15,15,0,0,16,15,7,14,8,9,0,16,8,15,15,0,1,16,15,14,0,8,0,15,0,8,8,8,8,8,8,8,7,7,8,8,7,8,8,8,8,8,7,8,8,8,7,8,8,8,8,8,8,8,8,0,0,8,8,7,7,8,8,0,8,1,8,8,0,0,8,8,7,8,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,22,8,15,17,15,14,21,17,17,16,22,24,22,15,24,21,22,17,15,21,22,15,10,15,17,15,24,15,0,0,15,15,14,14,15,17,0,24,8,22,15,0,0,15,22,16,15,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,]"
val global/trio-table = global/create-trio-table()
// Base affinity for a trio using the global ruleset.
pub fun global/trio-affinity(a: character-id, b: character-id, c: character-id): int
global/trio-table.at(a.index * 53 * 53 + b.index * 53 + c.index).default(0)