import math

CONV_KERNELS = [
    # Filter 0
    [
        [-0.18, 0.83, 0.09],
        [0.57, 0.28, -0.1],
        [0.62, 0.26, -0.9],
    ],
    # Filter 1
    [
        [0.27, 1.04, 1.0],
        [0.16, 0.38, 0.51],
        [-2.1, -1.44, -1.54],
    ],
    # Filter 2
    [
        [0.39, 0.56, -0.14],
        [0.15, 0.7, 0.54],
        [-0.09, -0.06, 0.39],
    ],
    # Filter 3
    [
        [-0.52, 0.65, 0.72],
        [-1.5, -0.15, 0.66],
        [-0.87, 0.1, 0.38],
    ],
    # Filter 4
    [
        [1.51, -1.3, -1.35],
        [-1.39, -1.81, -0.45],
        [-1.0, -0.61, 1.36],
    ],
]
CONV_BIAS = [-0.1, -0.03, -0.16, 0.05, 0.33]
DENSE_WEIGHTS = [[0.06,0.07,-0.14,-0.08,0.08,0.01,-0.11,0.03,-0.01,-0.11],[0.07,0.19,-0.13,-0.07,0.07,0.05,0,0.1,-0.1,-0.04],[0.04,0.09,-0.06,-0.05,0.1,-0.04,0.04,0.09,-0.01,-0.04],[0.05,0.21,-0.01,-0.09,-0.05,0.18,0.01,0.17,-0.19,0.01],[-0.05,0.29,0.07,-0.14,0,0.14,-0.03,0.15,-0.34,-0.05],[0.01,0.09,-0.09,-0.09,0.09,0.04,-0.07,0.12,-0.03,-0.02],[-0.03,0.1,-0.05,-0.12,-0.01,-0.05,-0.04,0.05,-0.11,0.07],[-0.04,0.07,0.03,-0.01,0.02,0.02,-0.03,0.09,-0.08,0.07],[-0.05,0.29,-0.03,-0.04,-0.09,0.15,-0.08,0.16,-0.26,-0.03],[-0.0,0.32,-0.04,-0.16,-0.03,0.19,-0.04,0.18,-0.32,-0.05],[-0.06,0.09,-0.08,-0.07,0.05,-0.02,0.04,0.04,-0.05,0.03],[0.0,0.13,-0.02,-0.08,0.04,0,-0.02,0.11,-0.12,-0.08],[-0.16,0.1,0.16,-0.19,-0.19,0,0.16,-0.04,-0.06,-0.07],[-0.02,0.19,0.07,-0.09,-0.04,0.19,-0.07,0.08,-0.2,-0.08],[-0.02,0.33,-0.06,-0.13,-0.08,0.14,-0.03,0.08,-0.35,-0.03],[0.06,-0.04,0.13,-0.21,-0.37,0.03,0.2,-0.07,0,-0.15],[0.09,0.11,-0.04,-0.09,0.07,-0.01,-0.03,-0.01,-0.13,0.03],[0.16,-0.29,0.07,-0.27,-0.45,-0.16,0.36,-0.13,-0.11,-0.04],[0.05,0.19,-0.06,-0.05,-0.23,0.17,0.15,0.07,-0.23,-0.05],[0.02,0.22,0.03,-0.16,-0.16,0.12,0.03,0.2,-0.35,-0.01],[0.1,-0.24,0.27,-0.25,-0.47,-0.2,0.41,-0.04,-0.11,-0.15],[-0.03,0.14,-0.07,-0.02,0.03,-0.03,-0.05,-0.01,-0.03,0.05],[-0.36,-0.35,0.28,-0.39,-0.51,-0.2,0.1,-0.16,-0.29,-0.15],[-0.01,0.13,0.15,-0.05,-0.17,0.15,0.07,0.15,-0.28,-0.14],[0.04,0.18,0.05,-0.16,-0.15,0.16,-0.04,0.18,-0.28,-0.07],[-0.29,-0.44,0.24,-0.15,-0.62,-0.41,0.09,-0.22,-0.34,-0.06],[0.15,0.11,-0.16,-0.04,-0.07,-0.01,-0.06,-0.04,-0.01,0.01],[-0.04,-0.29,0.18,-0.15,-0.39,-0.36,0.29,-0.2,-0.38,-0.21],[-0.08,0.08,0.02,-0.07,-0.17,-0.02,0.17,0.01,-0.37,-0.14],[-0.1,0.25,0.07,-0.16,-0.11,0.12,0.04,0.1,-0.34,-0.14],[-0.14,0.05,0.13,-0.14,-0.31,-0.44,0.06,-0.11,-0.41,-0.3],[-0.1,0.1,0.11,-0.13,-0.16,-0.04,-0.08,0.04,-0.04,-0.03],[-0.3,0.32,-0.2,-0.11,-0.2,-0.59,0.25,-0.07,-0.36,-0.22],[-0.24,0.39,-0.1,-0.03,-0.08,0.03,0.18,0.08,-0.35,-0.21],[-0.13,0.42,-0.08,-0.18,-0.11,0.12,0.18,0.1,-0.33,-0.11],[-0.57,0.34,-0.21,-0.15,-0.11,-0.74,0.14,-0.03,-0.39,-0.2],[0.27,-0.02,0.03,-0.09,-0.19,-0.06,-0.13,0.04,-0.02,-0.09],[-0.26,0,0.11,-0.09,-0.25,-0.15,0.17,-0.19,-0.41,-0.24],[-0.2,0.16,0.01,-0.19,-0.09,-0.01,0.25,0.1,-0.32,-0.07],[-0.16,0.34,-0.13,-0.2,-0.14,0.11,0.14,0.13,-0.31,-0.13],[-0.46,0.03,-0.03,-0.15,-0.14,-0.18,0.33,-0.07,-0.47,-0.25],[0.17,0.12,-0.12,-0.01,-0.13,0.04,-0.04,-0.03,-0.15,-0.12],[-0.14,0.02,-0.02,-0.2,-0.71,0.11,0.15,-0.26,-0.08,-0.23],[-0.12,0.24,-0.04,-0.2,-0.27,0.13,0.14,0.01,-0.31,-0.17],[0.01,0.36,-0.09,-0.08,-0.07,0.14,0.06,0.11,-0.28,-0.14],[-0.55,0.25,-0.19,-0.21,-0.63,0.31,0.21,-0.14,-0.12,-0.07],[0.0,0.11,0.01,-0.04,0.01,0.03,0.04,-0.05,-0.02,0.04],[-0.38,0.15,-0.41,-0.43,-0.53,-0.15,0.35,-0.11,-0.16,-0.15],[0.02,0.19,-0.2,-0.12,-0.13,0.02,0.16,0.13,-0.29,-0.14],[0.04,0.31,-0.18,-0.05,-0.07,0.21,0.05,0.05,-0.28,-0.03],[-0.47,0.16,-0.26,-0.45,-0.57,-0.13,0.3,0.02,-0.31,-0.14],[0.02,0.17,-0.18,-0.05,-0.15,0.07,0.29,0.06,-0.08,-0.05],[-0.51,-0.06,-0.2,-0.34,-0.28,-0.33,0.49,-0.19,-0.34,-0.09],[0.04,0.17,-0.13,-0.03,-0.19,0.09,0.28,0.04,-0.22,-0.1],[0.04,0.36,0.05,-0.13,-0.05,0.19,0.09,0.07,-0.31,-0.03],[-0.51,-0.17,-0.03,-0.3,-0.48,-0.31,0.56,-0.11,-0.28,-0.11],[-0.05,0.12,-0.01,-0.08,-0.02,0.06,-0.1,-0.01,-0.05,-0.0],[-0.19,-0.14,0.1,-0.2,-0.28,-0.18,0.23,0,-0.27,0.01],[0.07,0.24,-0.01,-0.04,-0.13,0.12,-0.04,0.12,-0.22,-0.14],[0.05,0.27,0.04,-0.08,-0.09,0.14,-0.09,0.11,-0.26,-0.06],[-0.16,-0.15,0.27,-0.2,-0.22,-0.24,-0.02,-0.05,-0.31,-0.04],[-0.03,0.18,-0.04,-0.03,0.05,0.05,-0.02,-0.03,-0.08,0.06],[-0.14,-0.03,0.15,-0.01,-0.04,-0.08,-0.1,0.07,-0.04,0.02],[0.04,0.19,-0.04,-0.13,-0.04,0.13,-0.09,0.17,-0.21,-0.06],[-0.0,0.33,-0.01,-0.09,-0.01,0.1,0.02,0.07,-0.33,-0.05],[-0.06,0.09,0.17,-0.11,0.06,-0.19,-0.07,0.09,0,-0.04],[0.01,0.12,-0.1,-0.12,0.03,-0.01,-0.02,0.02,-0.06,0.06],[0.05,0.01,-0.01,-0.13,0.04,-0.04,-0.05,0.07,-0.08,-0.01],[0.03,0.27,-0.01,-0.15,0,0.15,0.01,0.13,-0.34,-0.09],[-0.05,0.35,-0.03,-0.13,0.03,0.17,-0.08,0.14,-0.21,-0.06],[0.0,0.13,-0.15,-0.05,0.04,0.04,-0.07,0,-0.02,-0.02],[-0.02,0.11,-0.12,-0.04,0.01,0.06,-0.01,0.01,-0.13,0.05],[-0.02,0.28,-0.08,-0.02,-0.16,0.01,0,0.02,-0.02,0.02],[-0.03,0.19,-0.02,-0.14,0.04,0.19,-0.11,0.07,-0.26,-0.13],[0.07,0.29,-0.08,-0.07,-0.08,0.21,-0.09,0.14,-0.33,-0.05],[0.07,0.23,-0.06,0.01,-0.09,0.03,-0.06,-0.02,-0.07,-0.11],[-0.02,0.06,-0.02,-0.02,0.06,0.04,0.08,0.1,-0.04,0.05],[-0.25,-0.06,-0.33,0.18,0.11,-0.01,0.13,0.01,-0.05,-0.05],[0.03,0.29,-0.1,-0.13,-0.03,0.15,-0.07,0.16,-0.33,-0.05],[0.05,0.36,-0.03,-0.1,0.05,0.11,0,0.15,-0.22,-0.1],[-0.29,-0.34,-0.05,0.01,0.08,-0.06,0.04,-0.03,-0.16,-0.04],[0.07,0.04,0.14,-0.09,0.08,-0.06,0.02,-0.14,-0.12,-0.02],[-0.48,-0.03,-0.04,0.16,-0.2,-0.29,0.14,-0.47,0.15,-0.19],[-0.16,0.2,0.02,0.13,-0.08,0.03,0.04,-0.01,-0.29,-0.06],[-0.04,0.24,0.04,-0.03,-0.08,0.08,-0.04,0.13,-0.26,-0.03],[-0.31,0.17,0.03,0.19,-0.41,-0.39,0.27,-0.57,0.02,-0.24],[0.42,-0.12,0.15,-0.1,0.03,-0.02,-0.38,-0.11,-0.18,-0.16],[-0.25,-0.06,-0.11,0.23,-0.42,-0.16,0.41,-0.71,0,-0.5],[-0.07,0.19,0.01,0,-0.24,0,0.32,-0.17,-0.1,-0.13],[0.01,0.26,0.11,0.01,-0.12,0.15,0.02,0.09,-0.27,-0.11],[-0.38,0.23,-0.13,0.28,-0.32,-0.38,0.35,-0.69,-0.07,-0.53],[0.22,0.2,0.22,0.3,-0.12,-0.05,-0.31,-0.14,-0.49,-0.18],[-0.17,-0.09,0.1,0,-0.46,0.14,0.28,-0.85,0.02,-0.69],[-0.11,0.1,0.21,-0.02,-0.35,0.12,0.21,-0.31,-0.19,-0.32],[-0.06,0.26,0.09,-0.13,-0.1,0.08,0.15,-0.04,-0.17,-0.23],[-0.08,0.25,0.22,-0.03,-0.44,-0.19,0.29,-0.95,-0.04,-0.65],[0.24,0.35,0.25,0.05,0.12,-0.3,-0.45,-0.12,-0.39,-0.26],[-0.01,-0.16,0.22,0.07,-0.37,-0.02,0.08,-0.46,-0.05,-0.04],[-0.13,0.13,0.14,0.11,-0.22,0.02,0.15,-0.18,-0.28,0.02],[0.01,0.21,0.02,-0.19,-0.13,0,0.07,-0.01,-0.12,0.03],[-0.1,-0.01,0.18,0.15,-0.1,-0.24,0.1,-0.66,-0.06,-0.27],[-0.05,-0.36,0.52,0.21,-0.55,-0.52,-0.15,-0.13,-0.64,-0.43],[-0.04,0.1,-0.05,0.09,-0.19,-0.15,0.3,-0.38,-0.13,-0.44],[-0.31,0.38,0.08,-0.09,0.02,-0.04,0.12,-0.16,0.11,-0.21],[-0.07,0.36,0.09,-0.26,-0.01,0.13,0.11,0,0.01,-0.18],[-0.05,0.14,-0.17,-0.1,-0.09,-0.01,0.3,-0.27,0.02,-0.22],[0.16,-0.59,0.42,0.14,-0.4,-0.62,0.28,-0.14,-0.08,-0.3],[-0.16,-0.16,0.09,0.2,0.03,-0.05,0.13,-0.77,-0.14,-0.47],[0.01,0.11,0.03,0.01,0.01,0.2,-0.01,-0.21,0.02,-0.16],[0.08,0.33,-0.28,-0.16,0.13,0.16,0.1,-0.16,-0.12,-0.22],[-0.18,0.13,-0.04,-0.1,-0.09,0.23,0.03,-0.54,0.12,-0.18],[-0.04,-0.47,-0.2,0.14,-0.13,-0.23,0.2,-0.12,-0.37,-0.08],[-0.28,-0.04,0.13,0.23,-0.23,0.05,0.02,-0.97,-0.01,-0.44],[-0.07,0.08,0,-0.24,-0.21,0.12,0.2,-0.29,0.12,-0.27],[0.09,0.21,-0.12,-0.33,0,0.2,0.12,-0.06,-0.02,-0.24],[-0.23,0.07,-0.14,0,-0.03,0.21,-0.02,-0.98,-0.01,-0.07],[-0.47,0.02,-0.27,-0.57,0.09,0.32,0.08,-0.06,-0.39,0.04],[-0.35,-0.04,-0.32,0.23,-0.09,0.26,0.15,-0.69,-0.34,-0.49],[-0.27,0.3,-0.28,-0.2,0.2,0.01,0.25,-0.06,-0.01,-0.33],[-0.04,0.41,-0.3,-0.34,0.36,0.03,0.22,0.06,-0.05,-0.33],[-0.18,0,-0.15,0.02,-0.24,0.17,0.11,-0.27,0.01,-0.27],[-0.23,-0.25,-0.27,-0.12,-0.35,0.1,0.34,-0.07,-0.51,-0.19],[-0.32,-0.13,-0.43,0.25,-0.11,0.18,0.08,0.08,-0.11,-0.64],[0.03,0.07,-0.11,-0.3,-0.01,-0.04,0.23,-0.08,0.04,-0.25],[0.07,0.11,0,-0.23,-0.0,0,0.18,0.06,-0.2,-0.15],[0.03,-0.22,-0.04,0.01,0.11,-0.08,0.13,0.07,-0.13,-0.55],[-0.37,-0.03,-0.32,-0.29,-0.3,0.05,0.54,0.02,-0.35,-0.06],[0.02,-0.38,0.17,-0.61,-0.39,-0.21,0.29,-0.39,0.1,-0.19],[0.04,0.12,-0.17,-0.17,-0.03,0.17,0.19,0,-0.35,-0.14],[0.0,0.23,-0.12,-0.14,0.1,0.14,0.02,0.12,-0.35,-0.08],[-0.06,-0.32,-0.1,-0.14,0.05,0.04,0.14,-0.34,-0.01,-0.08],[0.25,0.07,-0.15,-0.22,-0.24,-0.01,0.11,-0.05,0.08,-0.0],[0.0,-0.44,-0.06,-0.42,-0.02,-0.16,0.08,-0.1,0.16,-0.05],[-0.03,0.19,0.01,-0.18,0.02,0.2,-0.12,0.05,-0.25,-0.03],[-0.01,0.27,0.02,-0.18,0.04,0.25,-0.11,0.07,-0.17,-0.05],[-0.28,-0.4,-0.11,-0.21,0.09,-0.07,-0.02,-0.11,0.17,-0.11],[-0.04,0.17,-0.08,-0.12,0.07,0.06,-0.1,0.07,-0.03,-0.07],[-0.02,0.05,0.08,-0.05,0.07,-0.07,-0.11,0.03,0,-0.04],[0.08,0.19,0.05,-0.05,-0.07,0.14,-0.07,0.17,-0.21,-0.02],[-0.0,0.24,-0.03,-0.1,-0.08,0.16,-0.01,0.16,-0.22,-0.14],[0.04,0.13,-0.13,-0.03,0.12,0.04,-0.03,0.11,-0.04,-0.09],[0.1,0.34,-0.05,-0.07,-0.1,0.02,-0.11,0.04,-0.16,0.04],[0.02,0.14,-0.35,0.19,-0.02,-0.08,-0.13,0.08,-0.13,-0.07],[-0.0,0.23,-0.02,-0.13,-0.06,0.22,-0.11,0.14,-0.23,-0.08],[-0.03,0.33,-0.03,-0.11,-0.09,0.1,0.02,0.16,-0.34,-0.03],[-0.03,0.15,-0.08,0.09,-0.18,-0.2,-0.03,-0.03,-0.2,0.0],[0.03,0.11,-0.33,0.23,-0.08,-0.08,-0.08,0.14,-0.09,0.01],[-0.14,-0.21,0.13,-0.02,-0.13,-0.16,0.14,-0.08,-0.35,-0.24],[-0.01,0.26,0.07,0,-0.05,0.03,-0.04,-0.01,-0.25,-0.04],[0.03,0.23,0.04,0.04,-0.08,0.2,-0.08,0.1,-0.3,-0.05],[-0.24,0.04,-0.02,0.13,-0.15,-0.38,0.2,0.08,-0.33,-0.49],[-0.22,-0.47,-0.1,0.35,-0.11,-0.59,0.12,-0.03,-0.51,-0.19],[-0.12,0.18,-0.08,0.18,-0.14,-0.12,0.15,0.16,-0.17,-0.53],[-0.08,0.19,-0.06,0.21,-0.05,0,0.11,0.12,-0.24,-0.36],[-0.01,0.32,-0.01,-0.07,-0.06,0.21,-0.03,0.07,-0.24,-0.28],[-0.16,0,-0.05,-0.02,-0.08,-0.17,0.16,-0.08,0.16,-0.67],[-0.25,0.15,0.23,-0.04,0.09,-0.43,-0.43,0.17,-0.26,-0.54],[-0.03,-0.1,-0.02,-0.01,-0.03,-0.2,0.09,0.15,0.11,-0.04],[0.01,-0.22,-0.07,0.05,0.01,0,0.14,-0.08,0.08,-0.0],[0.17,-0.09,0.01,-0.01,0.16,0,-0.06,-0.02,-0.01,0.0],[0.05,-0.14,-0.16,-0.1,0.13,-0.07,0.14,-0.01,0.07,-0.42],[-0.42,-0.16,0.42,0.2,-0.43,-0.47,-0.38,-0.21,-0.08,-0.62],[0.01,-0.06,0.06,-0.08,0.03,0.01,0.22,0.08,-0.09,-0.07],[-0.04,0.08,-0.08,0.12,-0.2,-0.03,0.2,-0.14,-0.12,-0.21],[0.19,-0.12,-0.04,-0.03,0.02,-0.07,0,0.01,-0.05,0.02],[-0.13,-0.14,0.04,-0.1,0.02,0.16,0.39,-0.36,0.08,-0.07],[-0.14,-0.49,0.17,0.37,-0.09,-0.21,-0.61,-0.21,0.28,-0.56],[0.07,0.04,0.04,-0.06,-0.2,-0.01,-0.08,-0.25,0.04,0.07],[-0.22,0.33,-0.11,-0.03,0.19,-0.06,0.08,-0.09,0.05,-0.07],[0.02,-0.08,0.05,0.04,0.06,-0.07,-0.05,-0.03,0.16,-0.17],[-0.01,-0.04,0.06,-0.09,0.06,-0.12,0.06,-0.19,0.15,0.08],[-0.21,-0.42,0.16,0.31,-0.34,0.04,-0.41,-0.18,0.15,-0.45],[0.03,0.01,0.08,0,-0.07,-0.12,-0.05,-0.15,0.03,0.02],[0.06,0.29,-0.18,0.16,0.25,-0.12,0.11,-0.24,-0.02,-0.13],[0.12,0.08,-0.08,-0.23,0.05,-0.04,0.15,-0.07,0.07,-0.02],[0.04,0.09,-0.09,-0.06,0.12,-0.08,0.01,-0.1,0.08,-0.02],[-0.06,-0.35,0.15,0.29,-0.8,0.15,-0.34,0,0.03,0.0],[0.01,0.15,0.07,0.05,0.11,-0.02,0.03,-0.05,0.08,-0.15],[-0.21,0.08,-0.03,0.14,0.27,0.05,-0.2,-0.09,-0.01,-0.09],[-0.03,0.26,-0.37,-0.37,0.4,-0.18,0.22,-0.16,0.07,-0.12],[-0.04,0.02,-0.01,0.05,0.03,-0.08,0.03,0,0.11,-0.17],[0.15,-0.55,0.12,-0.02,-0.27,0.08,-0.09,-0.31,0.22,0.17],[-0.08,0.12,0.06,0.03,-0.01,0.02,0.08,-0.14,0.02,-0.13],[0.11,0.12,-0.01,0.04,0.11,-0.02,-0.27,-0.19,0.02,-0.0],[-0.06,0.31,-0.27,-0.7,0.34,0.06,0.13,-0.14,0.15,-0.15],[0.01,0.07,-0.04,0,-0.02,0.04,0.11,0.01,0.05,-0.11],[-0.05,-0.85,0.24,0.12,-0.42,0.01,-0.1,-0.15,0.31,0.05],[-0.08,-0.05,0.06,0.14,-0.02,-0.02,0.05,-0.44,-0.15,-0.03],[-0.12,0.15,-0.05,0.05,0.35,-0.16,-0.36,-0.17,0.2,-0.18],[-0.18,0.42,-0.42,-0.6,0.39,0.2,0.01,0,0.05,-0.22],[-0.08,0.09,-0.04,0.11,0.04,0,0.23,-0.1,-0.02,-0.11],[-0.06,-0.18,-0.02,-0.24,-0.19,0.13,-0.07,-0.69,0.2,-0.56],[0.11,0.11,0.2,0.18,-0.08,-0.11,0.12,-0.63,-0.12,0.0],[0.02,0.2,-0.04,0.05,0.05,-0.12,-0.3,-0.05,0.08,-0.19],[0.16,0.29,-0.31,-0.5,0.25,0.33,-0.05,0.07,-0.16,-0.25],[0.0,0.06,0.15,0.1,0.09,-0.08,-0.05,-0.06,-0.12,0.01],[0.04,-0.29,-0.47,-0.22,0,0.18,0.02,-0.62,0.14,-0.7],[-0.05,-0.21,0.18,0.28,0.12,-0.16,0.2,-0.6,-0.33,-0.79],[-0.05,0.12,-0.02,-0.23,0.29,0.19,-0.3,-0.02,0.11,-0.29],[-0.27,0.06,-0.24,-0.26,0.08,0.28,-0.05,0.11,0.15,-0.26],[-0.12,-0.09,0.02,0.25,0.02,0.03,0.02,-0.47,-0.03,-0.27],[-0.04,-0.41,-0.38,-0.75,0.24,0.16,-0.05,-0.48,0.08,-0.16],[-0.29,-0.32,-0.08,-0.44,0.04,0.1,0.11,-0.83,0.02,-0.35],[-0.06,0.09,-0.02,-0.22,-0.06,-0.01,-0.04,-0.1,0.14,-0.22],[0.08,0.19,-0.05,-0.2,-0.18,0.14,-0.04,0.12,-0.05,-0.08],[-0.49,-0.58,-0.02,-0.53,-0.15,-0.08,0.13,-0.57,0.16,-0.1],[-0.27,-0.37,0.07,-0.25,0.18,-0.07,-0.08,-0.07,0.15,-0.04],[-0.38,-0.5,-0.13,-0.22,0.14,-0.21,0.08,-0.25,0.22,-0.1],[0.05,0.17,0,-0.1,-0.06,0.12,-0.01,0.1,-0.31,-0.11],[-0.04,0.26,-0.1,-0.16,0.01,0.19,-0.03,0.17,-0.22,-0.12],[-0.04,0,-0.14,0.09,-0.07,-0.06,-0.03,0.19,-0.06,-0.27],[0.06,0.1,-0.41,0.22,0,-0.05,-0.08,0.28,-0.19,-0.16],[-0.11,-0.29,-0.25,0.07,0.17,-0.11,-0.15,0.32,-0.31,-0.28],[-0.0,0.28,-0.05,-0.13,-0.04,0.2,0.01,0.14,-0.26,-0.04],[0.06,0.31,-0.1,-0.17,-0.07,0.11,0,0.11,-0.22,-0.15],[-0.2,-0.12,0.18,-0.04,-0.02,-0.36,-0.18,0.11,0,-0.4],[-0.09,-0.25,0.1,0.08,0.03,-0.45,-0.43,-0.21,0.08,-0.28],[-0.33,0.08,0.09,0.01,-0.04,-0.28,0.18,-0.03,0.08,-0.34],[-0.11,0.33,0.03,0.01,-0.08,-0.01,0.12,-0.04,-0.13,-0.24],[-0.05,0.35,0.05,0.09,0.01,0.02,-0.01,-0.07,-0.16,-0.09],[-0.17,0.18,0.14,-0.08,0.06,-0.14,0.24,-0.07,0.03,-0.54],[-0.16,0.19,0.09,0.25,-0.34,-0.42,-0.46,0.07,-0.32,-0.62],[0.0,0.09,-0.13,-0.01,0.1,0.02,-0.02,0.12,-0.16,-0.13],[0.03,0.13,-0.13,-0.05,0.08,-0.04,-0.04,0.15,-0.08,-0.14],[0.19,0.08,0.13,-0.11,-0.03,0.08,-0.21,-0.08,-0.09,-0.03],[-0.12,-0.15,0.05,-0.14,0.08,0.03,0.08,-0.01,0.05,0.08],[-0.41,-0.18,0.26,0.23,-0.03,-0.31,-0.65,0.21,0.14,-0.7],[-0.0,-0.15,-0.12,0.06,0.07,0.1,-0.07,0.06,-0.03,0.01],[-0.1,-0.14,-0.02,-0.1,-0.02,0,0.1,-0.01,0.03,-0.01],[0.11,-0.06,0.11,0,0.01,-0.17,-0.11,-0.11,-0.08,0.17],[-0.16,-0.38,0.05,-0.03,0.22,0.11,0.04,-0.1,0.11,0.17],[-0.49,-0.02,0.06,0.24,-0.17,-0.19,-0.51,0.29,-0.13,-0.15],[-0.02,-0.16,-0.04,0.09,0.07,-0.05,-0.09,0,0.02,-0.06],[-0.09,0.04,-0.09,-0.05,0.22,-0.08,0.1,0.16,0,-0.24],[0.1,-0.34,0.05,-0.03,0.01,-0.26,-0.01,-0.18,0.08,0.18],[-0.19,-0.07,-0.04,-0.08,0.13,-0.02,0.05,-0.11,0.09,0.06],[-0.25,-0.27,0.07,0.39,-0.54,-0.22,-0.55,0.24,0.02,0.4],[-0.06,0.06,-0.07,0.05,-0.1,0.04,-0.19,-0.01,-0.08,0.06],[-0.2,0.06,-0.1,0,0.42,-0.02,-0.02,0.34,-0.04,-0.12],[-0.09,-0.07,-0.06,-0.11,0.17,-0.24,0.2,-0.26,0.15,0.13],[-0.0,-0.3,0.04,-0.01,0.01,-0.04,0,-0.16,0.09,0.17],[-0.05,-0.43,0.13,0.12,-0.66,-0.02,-0.54,0.21,0.08,0.46],[-0.01,-0.05,-0.02,0.15,-0.15,0.04,-0.14,-0.03,0.02,0.14],[-0.17,0,-0.02,-0.06,0.42,-0.03,0,0.2,0.1,-0.25],[-0.06,-0.05,-0.29,-0.38,0.07,-0.07,0.37,-0.28,0.04,0.35],[-0.12,-0.05,0.1,-0.01,-0.03,-0.02,-0.03,-0.16,0.04,0.16],[0.01,-0.58,0.14,0.15,-1.07,0.27,-0.2,0.12,0.15,0.27],[0.13,-0.09,0.12,0.05,-0.15,0.1,-0.24,-0.05,0.01,0.16],[-0.27,-0.12,-0.07,-0.13,0.63,-0.11,-0.21,-0.04,0.14,-0.03],[0.03,0.06,-0.42,-0.59,0.38,-0.01,0.45,-0.2,0.03,0.05],[0.09,0.05,0.06,0.06,0.05,-0.16,-0.13,-0.08,-0.06,0.18],[-0.0,-0.77,0,-0.07,-1.17,0.3,0.04,0.09,0.21,0.42],[0.03,-0.09,-0.02,-0.05,-0.07,0.09,-0.19,0.09,0.03,0.07],[0.11,0.01,0.04,0.02,0.48,-0.38,-0.33,-0.03,0.13,0.08],[-0.14,0.17,-0.57,-0.45,0.52,0.19,0.23,-0.08,0.02,-0.11],[-0.03,0,-0.02,-0.07,0.06,0.01,-0.16,0.08,-0.08,0.01],[0.03,-0.75,0.11,-0.18,-0.68,0.36,0.1,-0.23,0.03,0.07],[-0.1,-0.02,-0.04,0,-0.13,0.06,-0.12,0.07,0.12,0.06],[0.08,0,0.03,0.14,0.26,-0.65,-0.25,-0.09,0.17,0.16],[-0.31,0.29,-0.87,-0.49,0.51,0.52,0.2,-0.13,-0.06,-0.3],[-0.11,0.03,-0.01,0.1,0.11,0.06,-0.01,0.1,0.03,-0.04],[0.07,-0.41,-0.45,-0.45,-0.44,0.38,0.22,-0.26,0.1,0.05],[0.0,0.09,-0.09,-0.03,-0.03,0.03,-0.1,-0.06,-0.03,0.09],[0.24,-0.09,0.22,0.08,0.2,-0.38,-0.45,-0.16,-0.01,0.03],[-0.31,0.28,-0.67,-0.38,0.5,0.71,0,-0.08,-0.01,-0.57],[0.06,0.02,0.03,0.03,0.19,-0.1,-0.21,0.02,0.05,-0.14],[-0.17,-0.41,-0.51,-0.39,0.06,0.37,0.05,-0.11,0.18,-0.19],[0.09,-0.03,0.05,-0.05,0.01,-0.08,-0.04,-0.11,-0.01,0.03],[-0.21,0.03,0.14,0.08,0.27,-0.25,-0.38,0.14,0.16,-0.39],[-0.4,0.19,-0.29,-0.51,0.22,0.48,-0.12,0.18,0.05,-0.49],[-0.03,0.07,-0.05,0.08,-0.01,0.16,-0.11,0.05,-0.04,-0.16],[-0.37,-0.5,-0.36,-0.06,-0.25,0.36,0.1,-0.3,0.17,-0.72],[-0.16,-0.23,-0.04,0.2,0.06,-0.06,0.11,-0.43,0,-0.1],[-0.1,-0.11,-0.03,-0.25,-0.01,0.22,-0.31,-0.03,0.21,-0.34],[-0.22,0.15,-0.07,-0.18,0.08,0.31,-0.18,0.1,0.02,-0.29],[-0.25,-0.57,-0.09,-0.79,0.16,-0.02,-0.06,-0.42,0.08,-0.04],[-0.3,-0.54,0.08,-0.69,-0.11,-0.07,0.14,-0.6,-0.12,-0.01],[-0.5,-0.49,0.16,-0.67,-0.01,0.11,0.11,-0.6,-0.14,-0.08],[0.01,0.15,-0.06,-0.09,-0.15,0.19,-0.1,0.11,-0.23,-0.07],[-0.04,0.27,0.05,-0.16,0.01,0.17,-0.19,0.11,-0.28,-0.11],[-0.13,-0.03,-0.06,0.19,-0.2,-0.11,-0.13,0.17,-0.21,-0.3],[0.0,-0.13,-0.24,-0.31,-0.08,-0.03,-0.04,0.54,-0.21,-0.38],[0.11,-0.17,-0.23,-0.22,0.17,-0.21,-0.15,0.11,-0.22,-0.27],[0.11,0.2,-0.08,-0.1,0.08,0.14,-0.17,0.24,-0.26,-0.15],[0.08,0.34,0,-0.12,0.1,0.09,-0.08,0.06,-0.29,-0.06],[0.04,-0.38,0.15,0.17,0.19,-0.46,-0.3,-0.15,-0.34,-0.33],[-0.45,-0.63,0.17,0.18,0.03,-0.95,-0.35,0.05,-0.02,-0.07],[-0.1,0.03,-0.05,-0.04,0.07,-0.19,0.13,0.03,-0.07,-0.11],[-0.15,0.3,-0.05,0.07,-0.03,-0.12,0.1,-0.16,-0.06,-0.23],[-0.03,0.19,-0.12,0.04,-0.07,0.05,-0.03,0.03,-0.1,-0.07],[0.06,0.03,-0.1,0.06,-0.04,0.09,0.15,-0.12,0.1,-0.02],[-0.24,-0.18,0.03,0.15,0.27,-0.17,-0.48,0.04,-0.08,-0.3],[0.1,-0.03,-0.11,-0.05,0.09,-0.14,-0.01,0.06,0.06,-0.06],[0.09,0.01,-0.14,-0.07,-0.04,0.06,-0.13,0.05,-0.04,0.08],[0.13,0.1,0.15,0.04,-0.3,-0.16,-0.21,-0.19,-0.1,0.33],[0.05,-0.18,0.04,-0.11,-0.05,-0.13,0.12,-0.2,0.07,0.17],[-0.34,-0.17,0.17,0.18,-0.31,-0.28,-0.58,0.23,-0.02,-0.29],[-0.01,-0.06,-0.16,-0.03,0.03,-0.05,0.09,0.09,-0.03,-0.01],[-0.08,0.07,-0.07,-0.05,0.01,0.05,0.07,0.03,0.06,-0.04],[-0.05,0.14,0.42,0.07,-0.11,-0.2,-0.07,-0.36,-0.04,0.24],[0.02,-0.13,-0.11,-0.23,0.22,0.08,0.03,-0.14,0.22,0.16],[-0.24,0.06,0.06,0.13,-0.66,-0.26,-0.54,0.27,0.01,-0.25],[0.08,-0.12,-0.06,-0.1,-0.01,0.03,-0.01,0.06,-0.06,-0.07],[-0.03,-0.28,-0.04,-0.17,0.29,0.08,0,0.04,0.02,0.06],[-0.08,-0.47,0.11,0.12,0.04,-0.27,0.14,-0.5,-0.01,0.26],[0.04,-0.06,0,-0.19,0.15,-0.04,0.02,-0.05,0.02,0.17],[-0.21,-0.13,0.05,0.29,-0.53,-0.15,-0.49,0.28,0.03,0.04],[0.1,-0.14,0.1,-0.03,-0.05,0.08,-0.07,0.03,-0.07,0.05],[-0.11,-0.01,-0.13,-0.41,0.3,0.13,-0.01,-0.02,0.03,-0.01],[-0.04,-0.15,-0.15,-0.02,0.2,-0.2,0.27,-0.62,-0.09,0.54],[-0.14,-0.27,-0.01,-0.1,0.12,-0.07,-0.02,0.01,0.05,0.27],[-0.2,-0.5,0.22,0.22,-0.75,0.05,-0.37,0.09,0.16,0.24],[0.14,-0.04,0.12,0.08,-0.25,-0.04,-0.24,0.13,0.03,0.2],[0.16,-0.13,-0.05,-0.14,0.29,0.07,-0.03,-0.2,0.05,0.08],[-0.0,-0.05,-0.19,0.03,0.02,-0.2,0.41,-0.47,-0.26,0.41],[0.18,-0.1,-0.11,0.1,-0.05,-0.35,-0.07,-0.03,0.01,0.24],[-0.28,-0.46,0.03,0.14,-0.62,0.32,0.03,-0.01,0.16,0.15],[0.11,0.1,0.04,0.14,-0.09,-0.26,-0.34,0.09,-0.13,0.19],[0.14,-0.27,0.08,-0.16,0.29,-0.27,-0.23,-0.2,0.22,0.22],[-0.18,0.03,-0.08,0.21,0.33,-0.25,0.5,-0.42,-0.12,-0.01],[0.04,-0.04,0.01,0.15,0.03,-0.44,-0.27,0.08,-0.06,0.19],[-0.1,-0.67,-0.15,-0.01,-0.71,0.57,0.14,-0.16,0.17,0.12],[0.28,-0.11,0.02,0.1,-0.07,-0.14,-0.47,0.16,-0.13,0.06],[0.22,-0.08,0.09,-0.05,0.31,-0.41,-0.16,-0.12,0.36,0.03],[-0.55,0.05,-0.1,0.2,0.3,-0.28,0.29,-0.36,0.02,-0.16],[0.08,-0.02,0.18,0.16,0.1,-0.3,-0.36,0.23,-0.04,-0.03],[-0.15,-0.57,-0.14,-0.1,-0.82,0.58,0.29,-0.29,0.09,0.07],[0.23,0.03,-0.06,0.01,0,0.01,-0.21,0.21,0.07,-0.06],[0.3,-0.16,0.15,-0.1,0.27,-0.65,-0.28,-0.1,0.12,0.04],[-0.32,-0.05,-0.18,0.22,0.53,-0.35,0.21,0.11,0.02,-0.18],[0.06,-0.05,0.03,-0.09,0.04,-0.27,-0.16,0.17,0.03,0.0],[-0.14,-0.16,-0.52,-0.47,-0.4,0.59,0.29,-0.46,0.07,0.15],[0.05,-0.05,-0.03,0.03,0.07,0.06,-0.08,0.06,-0.01,-0.06],[0.3,-0.21,0.23,0.01,0.2,-0.49,-0.32,-0.14,0.17,0.1],[-0.47,0.36,-0.18,0.02,0.35,0.16,-0.19,0.01,0.03,-0.27],[0.01,0.07,-0.06,0.05,0.18,-0.19,-0.14,0.13,0.04,-0.11],[-0.13,-0.2,-0.35,-0.4,-0.03,0.43,0.27,-0.38,-0.1,-0.11],[0.02,-0.08,0.04,0.08,-0.08,-0.04,-0.09,0.01,0.03,-0.13],[0.37,-0.33,0.14,-0.12,0.06,-0.32,-0.31,-0.07,0.15,-0.12],[-0.19,0.25,0.06,-0.24,0.11,0.14,0.02,0.26,-0.14,-0.41],[0.08,-0.36,0.06,0.06,-0.05,0.02,-0.16,-0.11,0.07,-0.06],[-0.14,-0.46,-0.19,-0.12,0.18,0.23,0.05,-0.13,-0.19,-0.23],[-0.05,-0.35,-0.29,-0.13,0.07,0.17,-0.25,-0.05,0.02,-0.14],[0.09,-0.29,-0.21,-0.29,-0.12,0.2,0.04,-0.19,-0.1,-0.21],[-0.3,0.26,-0.12,-0.08,-0.09,0.17,-0.03,0.28,0.02,-0.2],[-0.42,-0.55,-0.25,-0.02,0.15,0.23,-0.21,0.04,-0.12,-0.03],[-0.54,-0.65,-0.21,-0.92,0.32,0.08,-0.13,-0.34,-0.07,-0.29],[-0.37,-0.64,-0.2,-0.93,0.24,-0.07,-0.05,0.02,0.03,-0.29],[-0.07,0.16,0,-0.02,-0.17,0.3,-0.02,0.15,-0.31,-0.13],[-0.02,0.21,-0.01,-0.17,0.11,0.19,-0.18,0.13,-0.17,-0.11],[0.04,-0.03,-0.1,-0.1,-0.3,-0.12,-0.14,0.14,-0.21,-0.23],[0.15,0.09,-0.21,-0.23,-0.38,-0.29,-0.16,0.43,-0.33,-0.43],[0.1,-0.16,-0.12,-0.29,0.02,-0.29,-0.17,0.03,-0.26,-0.3],[0.13,0.2,-0.09,-0.16,0.06,0.11,-0.13,0.08,-0.29,-0.13],[0.02,0.36,0.03,-0.15,0.01,0.09,-0.11,0.16,-0.27,-0.11],[0.14,-0.21,0.13,0.07,0.06,-0.35,-0.27,-0.09,-0.1,-0.27],[0.15,-0.6,0.02,0.19,-0.08,0,-0.43,0.12,-0.13,-0.23],[-0.13,0.08,-0.16,-0.04,-0.03,-0.05,0.04,-0.03,0.25,-0.09],[-0.04,0.13,-0.16,0,-0.16,0.01,0.14,0,0.11,-0.12],[-0.03,0.25,0,-0.18,-0.05,0.19,-0.13,0.2,-0.1,-0.1],[-0.07,-0.21,-0.08,0,-0.34,-0.11,0.05,0.1,0.14,0.0],[-0.19,-0.32,0.37,0.21,-0.29,-0.24,-0.64,0.03,-0.07,-0.23],[-0.02,-0.4,-0.02,-0.23,0.06,-0.07,-0.06,0.15,-0.05,0.03],[-0.0,-0.07,-0.13,-0.17,0.05,0.05,0.03,0.08,0.05,0.12],[0.08,0.2,-0.01,0.19,0.05,-0.06,0.1,-0.14,-0.1,0.1],[0.1,-0.09,-0.28,-0.09,0,-0.08,0.08,0.03,0.14,0.11],[-0.38,0.17,0.31,0.26,-0.39,-0.28,-0.37,0.08,-0.05,-0.26],[0.02,0.04,-0.3,-0.14,0.15,-0.02,-0.09,0.12,0.09,0.05],[-0.03,0.17,-0.41,-0.29,0.17,0.09,0.16,-0.09,0.05,0.09],[0.16,-0.04,0.17,0.32,0.05,-0.36,0.11,-0.31,-0.07,0.13],[0.0,-0.17,-0.37,-0.2,0.13,0,-0.0,-0.13,0.08,0.2],[-0.1,-0.05,0.26,0.19,-0.45,-0.24,-0.62,0.22,-0.07,-0.12],[0.01,-0.15,-0.31,-0.15,0.2,0.04,0.01,0.15,-0.01,0.06],[0.08,-0.13,-0.33,-0.4,0.09,0.14,0.05,0.08,0.09,0.09],[0.31,0.03,-0.05,0.49,-0.02,-0.27,0.19,-0.33,-0.33,0.1],[0.19,-0.13,-0.45,-0.11,0.16,0.01,0.05,0.06,0.09,0.17],[-0.24,-0.2,0.38,0.28,-0.35,-0.16,-0.63,0.09,0.15,-0.01],[0.09,-0.1,-0.31,-0.14,-0.04,0.1,-0.04,0.16,0.08,0.11],[0.22,-0.1,-0.25,-0.3,0.36,0.16,-0.17,-0.13,0.16,0.2],[0.29,-0.2,-0.19,0.44,0.08,-0.14,0.25,-0.54,-0.41,0.03],[0.1,-0.22,-0.23,0.02,0.19,-0.03,0.05,-0.05,-0.05,0.13],[-0.15,-0.49,0.32,0.17,-0.27,0.11,-0.46,-0.12,0.14,0.15],[-0.08,0.06,-0.27,0.06,-0.3,-0.06,-0.13,0.16,0.12,0.12],[0.02,-0.04,-0.28,-0.27,0.26,0.11,-0.22,-0.19,0.42,0.13],[-0.13,0.35,-0.09,0.53,0.07,-0.22,0.29,-0.3,-0.39,-0.01],[0.16,0.04,-0.16,0.15,-0.19,-0.31,0.06,0.13,0.04,0.01],[-0.13,-0.34,0.09,0.19,-0.34,0.4,-0.15,-0.22,0.09,0.0],[-0.0,0.14,-0.13,0.16,-0.18,-0.18,-0.33,0.15,0.04,0.14],[0.05,-0.13,0.03,-0.37,0.2,-0.11,-0.41,-0.02,0.32,0.03],[-0.11,-0.04,0.04,0.16,0.23,-0.51,0.38,0.01,-0.33,0.05],[-0.11,-0.08,-0.09,0.12,0.07,-0.41,-0.29,0.26,0.05,0.02],[-0.25,-0.54,-0.06,0.13,-0.49,0.53,0.17,-0.06,0.01,0.02],[0.1,-0.02,-0.02,0.08,-0.08,-0.13,-0.34,0.17,-0.09,0.18],[0.11,-0.05,0.11,-0.25,0.25,-0.39,-0.58,0.15,0.14,-0.09],[-0.46,-0.59,0.04,0.32,0.16,-0.62,0.3,0.15,0.11,0.01],[0.0,-0.09,-0.04,0.13,0.1,-0.29,-0.29,0.15,0.1,0.18],[-0.21,-0.44,-0.32,0.07,-0.43,0.53,0.34,-0.3,0.06,0.13],[0.15,0,-0.07,-0.03,-0.12,-0.13,-0.25,0.14,0.05,0.15],[0.22,-0.12,0.35,-0.28,0.24,-0.39,-0.44,0.04,0.08,0.0],[-0.39,-0.02,-0.18,0.3,0.45,-0.83,-0.06,0.28,0.23,-0.09],[0.06,-0.03,0.09,0.1,0,-0.39,-0.22,0.15,0.15,0.08],[-0.36,-0.1,-0.34,-0.08,-0.33,0.47,0.4,-0.12,0.21,-0.31],[0.23,0.01,-0.17,-0.09,-0.13,-0.17,-0.1,0.06,0.04,0.22],[0.34,-0.3,0.16,-0.42,0.02,-0.24,-0.19,-0.1,0.22,-0.03],[-0.24,0.1,0,0.32,0.31,-0.62,-0.32,0.2,0.12,-0.03],[0.1,-0.01,-0.01,-0.12,-0.02,-0.26,-0.28,0.2,0.08,0.04],[-0.19,-0.11,-0.07,-0.1,-0.18,0.45,-0.15,-0.07,-0.04,-0.18],[0.15,-0.11,-0.16,0.06,-0.22,-0.15,-0.14,0.16,0.08,-0.02],[0.34,-0.09,0.13,-0.47,-0.3,-0.3,-0.21,-0.34,0.38,0.28],[-0.54,0.11,0.14,0.02,-0.02,-0.05,-0.1,0.07,0.17,-0.22],[0.04,-0.16,-0.22,-0.31,-0.36,0.03,0.04,-0.25,0.25,0.09],[-0.3,-0.28,-0.27,-0.56,-0.17,0.47,-0.7,-0.01,-0.01,-0.29],[-0.06,-0.24,-0.12,-0.38,-0.21,0.34,-0.2,-0.16,0.19,-0.13],[0.09,0.03,0.14,-0.06,-0.29,0,-0.06,-0.31,-0.06,-0.19],[0.03,0.27,0.27,-0.05,-0.02,0.31,-0.34,0.08,-0.18,-0.36],[-0.21,-0.27,0.06,0.08,-0.25,0.13,-0.25,0.09,-0.02,-0.09],[-0.71,-0.39,-0.18,-0.69,-0.34,0.17,-0.18,0.12,0.02,-0.16],[-0.37,-0.42,-0.41,0.03,-0.34,0.05,-0.29,-0.1,0.18,-0.11],[0.01,0.26,0.08,-0.07,-0.07,0.25,0.08,0.04,-0.3,-0.12],[-0.1,0.22,-0.1,-0.18,-0.15,0.23,-0.15,0.11,-0.09,-0.22],[-0.1,-0.15,-0.04,-0.35,-0.09,-0.2,-0.06,0.29,-0.13,-0.17],[-0.06,-0.27,-0.33,-0.32,0.01,-0.2,-0.18,0.03,-0.1,-0.17],[-0.1,-0.53,-0.23,-0.43,-0.08,-0.17,-0.15,0.21,-0.14,-0.27],[-0.04,0.28,0.03,-0.08,0.01,0.17,-0.14,0.1,-0.28,-0.24],[0.02,0.37,-0.02,-0.04,-0.11,0.13,-0.07,0.23,-0.31,-0.06],[-0.09,-0.12,-0.14,0.14,-0.15,-0.44,-0.3,0.1,-0.12,-0.06],[-0.42,0.01,0.22,0.19,-0.08,-0.41,-0.2,-0.07,0.14,-0.0],[-0.03,0.17,-0.38,-0.02,0.08,-0.26,-0.09,0.11,-0.07,0.23],[-0.11,0.18,-0.24,-0.12,0.03,-0.06,-0.07,0.15,-0.07,0.15],[-0.11,0.25,-0.06,0,0.14,0.12,-0.27,0.08,-0.38,0.17],[-0.13,-0.04,-0.48,-0.2,-0.02,-0.28,0.22,0.13,0.09,0.4],[-0.31,-0.11,0.41,0.19,-0.29,0.16,-0.25,-0.03,-0.07,-0.05],[0.01,-0.07,-0.13,-0.16,0.11,-0.27,0.14,0.08,0.01,0.05],[0.14,-0.07,-0.32,-0.32,0.1,-0.07,0.09,-0.02,-0.04,0.12],[0.07,0.15,0.33,0.29,-0.2,-0.34,0.03,-0.04,-0.33,-0.24],[0.16,-0.14,-0.35,-0.09,0.1,-0.24,0.27,-0.03,-0.09,0.21],[-0.34,-0.17,0.51,0.15,-0.36,0.04,-0.43,0.06,0.16,-0.24],[0.11,-0.18,-0.2,-0.27,0.2,-0.09,-0.03,0.02,0.02,0.02],[0.21,-0.15,-0.29,-0.22,0.04,-0.02,0.09,0.03,0.11,0.07],[0.12,0.26,0.49,0.35,-0.02,-0.43,-0.01,-0.3,-0.4,-0.21],[0.21,-0.02,-0.4,-0.01,0.18,-0.17,0.1,-0.01,-0.03,0.11],[-0.29,-0.02,0.54,0.17,-0.09,0.08,-0.66,0.15,0.03,-0.09],[0.19,-0.2,-0.15,-0.14,0.15,0.05,0.09,0.01,0.07,-0.03],[-0.02,-0.24,-0.36,-0.19,0.12,0.03,0.1,-0.26,0.14,0.2],[0.28,0.03,0.06,0.52,0.05,-0.2,0.14,-0.05,-0.66,-0.29],[0.26,-0.13,-0.26,-0.14,0.1,0.03,0.08,0,-0.01,0.05],[-0.36,-0.06,0.27,0.05,0.03,-0.05,-0.77,0.08,0.16,0.14],[-0.01,0.02,-0.06,-0.01,0.15,0.1,0.06,-0.07,0.07,0.08],[0.03,-0.07,-0.29,-0.19,0.02,0.01,-0.15,-0.28,0.29,0.23],[-0.09,0.2,0.1,0.58,0.02,-0.23,0.18,-0.01,-0.46,-0.37],[0.06,-0.09,-0.04,-0.06,0.02,0.02,0.18,-0.18,0.13,-0.04],[-0.28,-0.48,0.09,0.21,0.14,0.13,-0.28,-0.19,0,0.12],[-0.13,0.08,-0.07,0.18,-0.03,0.12,-0.11,-0.09,0.02,-0.09],[0.11,0.01,-0.22,-0.35,-0.11,0.01,-0.09,-0.16,0.31,0.17],[-0.11,0.26,0.06,0.51,-0.23,-0.24,0.17,0.33,-0.54,-0.11],[-0.2,0.08,-0.13,0.14,-0.28,0.02,-0.08,0.04,0.04,0.05],[-0.17,-0.72,-0.04,0.31,-0.45,0.34,0.15,-0.32,-0.02,0.19],[-0.18,0.17,-0.27,0.24,-0.23,-0.04,-0.12,0.16,-0.02,0.25],[0.09,0.03,-0.08,-0.28,0.1,-0.03,-0.25,0.27,0.25,0.01],[-0.06,0.26,0.03,0.23,-0.27,-0.42,0.29,0.17,-0.12,-0.08],[-0.17,0,-0.09,0.05,-0.1,-0.21,-0.07,0.1,0.12,0.08],[-0.32,-0.5,-0.26,0.38,-0.63,0.33,0.41,-0.11,0.13,-0.27],[-0.16,-0.1,-0.21,0.17,0.02,-0.16,-0.08,0.02,-0.05,0.28],[0.5,-0.01,0.1,-0.2,0.14,-0.12,-0.09,0.03,-0.12,-0.16],[0.07,-0.23,0.16,0.12,-0.02,-0.54,0.04,0.08,0.41,-0.28],[0.09,-0.07,-0.03,0.07,0.07,-0.29,-0.26,0.12,0.16,0.14],[-0.27,-0.2,-0.31,0.25,-0.17,0.29,0.24,-0.06,0.22,-0.26],[0.05,-0.07,-0.16,-0.02,-0.01,-0.07,-0.08,-0.01,0.07,0.21],[0.1,0.14,0.17,-0.4,0.12,0.08,-0.11,-0.02,-0.17,-0.03],[-0.19,-0.01,0.18,0.1,0.1,-0.91,-0.34,0.02,0.45,-0.03],[0.02,-0.13,0.08,-0.03,0,-0.32,-0.04,0.01,0.03,0.16],[-0.13,-0.12,-0.17,0.13,-0.08,0.1,0.05,-0.08,0.21,-0.17],[0.13,0.05,-0.09,0.01,-0.02,-0.14,-0.05,-0.05,-0.01,0.27],[0.16,0.07,-0.11,-0.55,0.07,-0.11,0.07,0.1,-0.12,0.05],[-0.05,0.05,0.22,0.26,0.14,-0.73,-0.3,0.19,0.3,-0.1],[0.1,-0.18,-0.17,-0.01,-0.01,-0.3,0.08,0.06,0,0.19],[-0.27,-0.16,-0.01,0.21,0.14,0.12,0.05,-0.03,0.03,-0.2],[0.06,-0.22,-0.16,-0.28,-0.01,-0.25,0.16,0,-0.0,0.04],[0.21,0.03,-0.33,-0.51,-0.15,-0.01,0.32,-0.18,0.02,0.12],[-0.2,0.27,0.14,0.05,0.07,-0.41,-0.34,0.17,0.22,-0.09],[0.09,-0.09,-0.05,-0.23,-0.12,-0.23,0.26,-0.2,0.17,0.05],[-0.21,-0.29,0.24,-0.18,-0.06,0.28,0.02,-0.4,0.01,-0.1],[0.2,-0.36,-0.17,-0.06,-0.32,-0.08,0.22,-0.23,0.1,-0.04],[0.23,0.1,-0.12,-0.01,-0.08,0.13,0.08,-0.04,-0.33,-0.08],[-0.11,0.35,0.19,-0.08,-0.08,0.04,-0.13,0.07,-0.02,-0.16],[0.01,-0.38,0.11,0.11,-0.03,0.02,-0.09,-0.21,0.06,-0.81],[-0.41,-0.18,0.03,0.12,-0.48,0.06,-0.27,0.21,0.15,-0.23],[-0.39,-0.19,0.1,0.18,-0.21,0.01,-0.29,0.04,0.06,-0.18],[0.01,0.19,0.04,-0.11,-0.12,0.16,-0.03,0.17,-0.21,-0.1],[-0.11,0.21,0.18,-0.11,-0.27,0.3,-0.12,0.1,-0.34,-0.02],[-0.02,-0.12,-0.1,-0.01,-0.07,-0.08,-0.12,0.17,-0.09,-0.14],[0.06,-0.15,-0.08,-0.24,-0.33,-0.11,-0.08,0.39,-0.04,-0.29],[-0.16,-0.19,-0.24,0.34,0.04,-0.19,-0.1,0.09,-0.12,-0.04],[-0.03,0.26,0.01,0.05,-0.13,0.17,0.02,0.24,-0.31,-0.1],[0.06,0.28,0.05,0,-0.01,0.19,-0.08,0.11,-0.36,-0.13],[-0.1,0.01,0.09,-0.02,-0.38,-0.27,-0.52,0.49,0.21,-0.28],[-0.04,0.28,-0.04,0.14,-0.22,0.29,-0.01,0.16,-0.16,-0.04],[-0.11,-0.14,0,0.05,-0.13,-0.09,-0.42,0.23,-0.07,0.12],[0.03,0.32,-0.1,0.02,0.05,-0.05,-0.21,0.07,-0.27,0.13],[-0.15,0.28,0.24,0,-0.16,0.06,-0.12,0.16,-0.32,-0.28],[0.19,0.17,-0.1,-0.06,0.1,-0.29,0.18,-0.07,0.09,0.13],[-0.01,0.19,0,0.14,-0.09,0.35,-0.1,0.04,0.05,-0.33],[0.1,-0.33,-0.12,-0.24,0.08,-0.25,0.04,0.07,0.06,0.06],[0.04,-0.08,-0.17,-0.03,0.03,-0.22,0.22,-0.09,-0.01,0.15],[0.08,0.31,0.22,-0.11,-0.24,0.06,-0.16,0.15,0.02,-0.35],[0.17,-0.46,0,-0.31,0.02,-0.18,0.17,-0.1,0.06,0.19],[-0.29,0.26,0.03,0.18,0.04,0.51,-0.22,-0.2,-0.11,-0.04],[0.12,-0.11,-0.08,-0.32,0.13,-0.09,0.16,-0.1,0.07,-0.02],[0.16,0.11,-0.27,-0.15,0.05,-0.04,0.06,-0.2,0.03,0.17],[0.32,0.28,0.36,-0.3,-0.06,-0.26,0.16,0.23,-0.01,-0.53],[0.14,-0.09,-0.04,-0.28,0.22,-0.24,0.1,0.03,-0.03,-0.03],[-0.3,0,0.2,0.17,0.08,0.22,-0.62,0,0.01,0.0],[0.15,-0.11,0.08,-0.22,0.1,-0.15,0.07,-0.06,0.04,-0.06],[0.09,-0.17,-0.28,-0.03,-0.04,-0.07,0.17,-0.12,0.11,0.15],[0.22,0.17,0.29,-0.21,-0.18,-0.22,-0.11,0.82,-0.23,-0.66],[0.17,-0.18,0.2,-0.33,0.05,-0.09,0.08,0.07,0.2,-0.17],[-0.35,-0.29,0,-0.01,0.12,0.19,-0.74,0.14,0.01,0.17],[0.04,-0.21,0.03,-0.25,0.06,0.01,0.15,0.02,0.18,-0.14],[0.22,-0.06,-0.12,-0.03,-0.11,0.1,0.11,-0.19,0.19,-0.01],[-0.13,0.32,0.21,-0.11,-0.34,-0.24,0.09,0.63,-0.37,-0.47],[0.19,0.07,0.16,-0.09,-0.07,-0.02,0.18,-0.3,0.12,-0.05],[-0.43,-0.62,-0.1,0.2,0.22,0.08,-0.18,-0.56,-0.21,0.34],[-0.06,0.04,0.1,0.13,0.03,0.01,0,-0.25,0.14,-0.14],[-0.13,-0.03,-0.16,0.04,-0.12,0.16,-0.02,-0.24,0.3,0.03],[0.1,0.33,0.17,-0.02,-0.26,-0.2,0.13,0.21,-0.14,-0.04],[-0.38,0.1,0.07,0.04,-0.17,-0.16,0.18,-0.21,0.1,0.01],[-0.26,-0.52,-0.16,0.29,-0.05,0.19,0.16,-0.56,0.07,0.19],[-0.5,0.15,0.07,0.15,-0.1,0.01,0.02,-0.11,0.12,0.09],[0.08,-0.04,-0.09,-0.09,0.19,0.01,0.12,0.01,-0.16,0.02],[0.19,-0.02,0.21,-0.35,-0.04,-0.21,0.23,0.1,-0.16,-0.03],[-0.2,0.07,0.06,0.07,0.15,-0.15,0.1,0.03,0.1,0.12],[-0.35,-0.48,-0.2,0.28,-0.12,0.09,0.18,-0.05,0.34,-0.28],[-0.17,-0.13,-0.14,0.12,0.12,-0.04,0.01,0.03,-0.03,0.19],[0.3,-0.03,-0.09,-0.18,0.29,0.01,0,0.19,-0.12,-0.07],[0.15,-0.18,0.22,-0.23,-0.16,-0.14,-0.02,0.16,0.03,-0.13],[-0.18,-0.18,0.03,-0.08,0.17,-0.18,-0.01,0.12,-0.01,0.12],[-0.37,-0.24,-0.14,0.24,0.2,0.08,0.17,0.14,0.33,-0.41],[-0.1,-0.26,-0.11,0.07,0.1,-0.14,-0.01,0.1,-0.12,0.09],[0.15,0,-0.2,-0.06,0.04,-0.06,0.17,0.02,-0.12,-0.01],[0.19,0.33,0.4,0.01,-0.01,-0.99,-0.29,0.02,0.01,0.02],[0.06,-0.26,-0.03,0,0.19,-0.12,0.03,0.04,-0.14,0.14],[-0.22,-0.12,0.01,-0.03,0.29,-0.04,0.06,0.06,0.27,-0.25],[0.07,-0.24,-0.14,-0.0,0,-0.03,-0.05,0.17,-0.16,0.16],[0.11,-0.17,-0.15,-0.13,0.16,-0.07,0.28,0.03,-0.36,-0.1],[0.08,0.17,0.29,-0.03,0.06,-0.4,-0.13,-0.05,-0.03,0.01],[0.0,-0.5,-0.06,0.1,0.03,-0.16,0.01,-0.05,-0.18,0.02],[-0.15,0.07,0.33,-0.17,0.04,-0.29,-0.04,-0.03,0.2,-0.33],[0.17,-0.24,-0.26,-0.12,0.05,-0.05,0.08,0.01,0.01,-0.02],[0.22,-0.04,-0.52,0.09,-0.16,0.19,0.38,0.04,-0.08,-0.45],[0.06,0.22,0.43,-0.22,-0.23,-0.25,0.07,0.08,-0.04,-0.08],[0.23,-0.31,-0.11,0.01,-0.26,-0.03,0.03,-0.02,-0.01,-0.08],[-0.05,0.03,0.53,-0.74,-0.04,-0.23,-0.18,0,-0.16,-0.48],[0.14,-0.08,0.08,-0.14,-0.24,-0.1,0.06,-0.14,0.01,-0.24],[-0.04,0.16,-0.11,-0.24,-0.12,-0.03,0.29,0.09,0.03,-0.26],[-0.13,0.36,0.32,-0.28,0.17,0.01,-0.03,0.09,-0.18,-0.13],[-0.1,-0.15,0.15,-0.49,-0.14,-0.35,0.23,-0.73,0.05,-0.43],[0.07,-0.31,0.46,-0.37,0.04,-0.24,-0.11,-0.4,-0.2,-0.39],[0.01,-0.43,0.25,-0.43,0.15,-0.27,-0.05,-0.24,-0.11,-0.49],[-0.08,0.2,0.17,-0.08,0.02,0.18,-0.21,0.07,-0.25,-0.04],[-0.04,0.25,0.26,-0.17,-0.09,0.21,-0.13,0.14,-0.29,-0.09],[-0.14,0,0.04,0,0.2,-0.26,-0.14,-0.1,0.02,-0.2],[-0.04,0.08,-0.01,0.39,0.4,-0.4,-0.01,-0.16,-0.17,-0.24],[-0.14,0.05,0.25,0.14,0.33,-0.47,-0.03,-0.41,-0.14,-0.3],[0.01,0.26,0.03,0,0.01,0.07,-0.07,0.09,-0.23,-0.14],[-0.05,0.3,0,-0.09,0.1,0.03,-0.09,0.1,-0.22,-0.07],[-0.2,-0.16,0.38,-0.12,0.06,-0.39,-0.33,-0.09,0.05,-0.13],[-0.06,-0.14,-0.09,-0.11,0.25,0.24,-0.31,-0.32,0,-0.13],[-0.04,-0.41,0.09,0.12,-0.15,-0.2,-0.08,0.07,0.08,-0.07],[0.0,0.11,0.07,0.05,0.07,-0.02,-0.24,-0.03,-0.12,0.06],[0.26,0.18,-0.09,0.02,-0.09,0.27,-0.03,0.13,-0.21,-0.15],[0.1,-0.14,0.02,-0.07,0.1,-0.23,0.08,0.11,-0.15,0.02],[-0.15,-0.01,-0.16,-0.17,0.16,0.44,-0.08,-0.15,0.11,-0.18],[0.13,-0.22,0.08,-0.03,0.06,-0.06,0.09,-0.22,-0.03,0.15],[0.09,-0.14,-0.06,-0.04,-0.08,-0.03,-0.03,-0.07,0.06,-0.02],[-0.0,-0.07,-0.01,-0.15,0.19,0.1,-0.29,0.06,0.09,-0.35],[0.05,-0.33,0.11,-0.37,0.02,-0.15,0.13,-0.08,0.18,0.07],[-0.23,0.05,-0.11,0.18,-0.03,0.43,-0.31,0.05,-0.2,-0.03],[0.14,-0.13,0.09,-0.23,0.1,-0.04,0.08,-0.09,0.09,-0.01],[0.22,-0.18,0.02,-0.18,0.09,-0.16,0.07,-0.13,0.04,0.15],[-0.16,0.1,0.26,-0.2,0.03,0,-0.08,0.5,0.1,-0.6],[0.14,-0.03,0.2,-0.32,-0.05,-0.46,0.16,0.13,0.3,-0.21],[-0.42,0.13,-0.16,0.16,-0.11,0.43,-0.6,0.06,-0.15,0.04],[0.03,-0.02,0.1,-0.16,0.09,-0.11,-0.04,0.02,0.11,-0.08],[0.24,-0.03,-0.13,-0.19,-0.17,-0.04,0.16,0.01,0.09,0.11],[0.06,0,0.32,-0.48,-0.27,-0.33,-0.07,0.8,0.17,-0.56],[0.03,-0.12,0.31,-0.38,0.01,-0.32,0.15,-0.12,0.45,-0.27],[-0.51,-0.38,-0.2,0.24,0.08,0.38,-0.3,-0.05,-0.28,0.26],[-0.06,-0.2,0.16,-0.22,0.1,-0.27,0.06,-0.12,0.31,0.0],[0.2,-0.26,0.16,-0.14,-0.07,-0.11,0.38,-0.21,0.14,0.07],[0.11,-0.14,0.36,-0.29,-0.12,-0.41,-0.08,0.45,0.33,-0.49],[0.14,-0.24,0.23,-0.22,-0.04,-0.15,0.17,-0.28,0.33,-0.1],[-0.27,-0.49,-0.07,0.33,0.01,0.24,-0.12,-0.42,-0.16,0.43],[-0.18,0.03,0.12,-0.12,0.08,0.02,0.05,-0.21,0.13,-0.06],[0.23,0.12,-0.06,-0.08,-0.08,-0.06,0.15,-0.17,0.15,-0.1],[0.28,-0.11,0.16,-0.39,-0.24,-0.13,0.05,0.09,0.11,-0.01],[-0.16,0.12,0.18,-0.21,-0.09,-0.07,0.13,0.09,0.1,-0.07],[-0.27,-0.3,0,0.41,0.17,0.04,-0.09,-0.39,0.07,-0.05],[-0.38,0.07,0.06,-0.06,0.11,-0.08,0.2,-0.09,0,0.02],[0.15,-0.05,0.03,-0.08,0.05,0.03,0.17,-0.08,0.09,-0.01],[0.31,0.07,0.42,-0.21,-0.32,0.02,-0.23,-0.28,-0.07,0.02],[-0.17,-0.15,0.12,-0.13,0.09,-0.09,0.06,0.02,-0.02,0.16],[-0.27,-0.42,-0.02,0.25,0.06,0,0.28,-0.04,0.3,-0.0],[-0.29,-0.24,-0.06,0.03,0.1,0.01,0.06,0.07,0.02,0.04],[-0.02,-0.15,-0.12,0.15,-0.09,0.05,0.18,-0.1,-0.03,0.05],[0.04,-0.08,0.51,-0.18,-0.03,-0.21,-0.2,-0.02,-0.42,0.25],[0.04,-0.12,-0.1,0.09,0.05,-0.07,0.13,0.19,-0.16,0.04],[-0.04,-0.38,0.03,-0.03,0.2,-0.05,0.04,0.16,0.15,-0.56],[-0.04,-0.21,-0.09,0.04,0.13,-0.01,0.03,0.12,-0.07,-0.02],[-0.11,0.04,-0.3,0.09,-0.05,-0.04,0.15,-0.09,0.12,-0.06],[0.44,-0.05,0.14,-0.21,-0.07,-0.33,-0.03,0.15,-0.35,0.1],[0.06,-0.15,-0.18,0.07,0.02,-0.1,0.08,0.16,-0.16,0.12],[-0.09,-0.08,0.28,-0.32,0.06,-0.22,0.14,0.11,0.08,-0.42],[0.05,-0.29,-0.13,0.06,0.17,0.02,-0.01,0.18,-0.04,-0.07],[0.06,-0.08,-0.23,-0.03,-0.1,0,0.11,0.05,0.1,-0.09],[0.16,0.13,0.03,-0.24,0.12,-0.35,0.28,0.02,-0.35,0.17],[0.04,-0.11,-0.1,0.17,0.02,-0.02,-0.08,0.07,-0.09,0.04],[-0.14,-0.16,0.52,-0.55,0.07,-0.06,0.03,-0.01,-0.19,-0.26],[0.06,-0.16,-0.03,0.1,0.1,0.13,0.07,-0.02,-0.06,-0.04],[0.05,0.18,-0.4,0.07,-0.12,0.28,-0.02,-0.42,0.26,-0.05],[-0.08,0.27,0.21,-0.28,-0.01,-0.1,0.11,0.09,-0.35,0.1],[0.15,-0.07,-0.02,0.1,-0.27,0.06,0,-0.21,-0.03,-0.22],[0.07,-0.39,0.45,-0.01,-0.15,0,-0.03,-0.19,-0.2,-0.67],[0.17,-0.28,0,0.21,-0.2,0.1,-0.03,-0.14,-0.01,-0.36],[-0.08,0.29,0.28,-0.25,-0.25,-0.09,0.09,-0.27,-0.04,-0.3],[0.12,0.18,0.31,-0.05,-0.08,0.06,-0.05,0.05,-0.32,-0.27],[-0.26,-0.08,0.28,-0.53,-0.19,-0.43,0.08,-0.51,0.07,-0.12],[-0.25,-0.39,0.38,-0.49,-0.11,-0.37,-0.17,-0.72,0.27,-0.25],[-0.09,-0.18,0.38,-0.44,-0.17,-0.43,-0.03,-0.83,0.19,-0.38],[0.02,0.3,0.25,-0.1,-0.06,0.12,-0.19,0.07,-0.2,-0.06],[0.08,0.21,0.1,-0.05,-0.05,0.11,0.06,0.02,-0.25,-0.12],[0.13,0.02,-0.23,0.01,-0.02,-0.01,-0.1,0.02,-0.08,-0.11],[-0.13,0.19,0.08,0.37,0.33,-0.4,-0.13,-0.33,-0.11,-0.34],[-0.02,-0.2,0,-0.17,0.18,0.16,-0.13,-0.28,-0.06,-0.5],[0.07,0.24,0.02,-0.1,0.06,0.05,-0.04,0.05,-0.31,-0.12],[0.04,0.29,-0.06,-0.02,-0.06,0.28,-0.07,0.13,-0.27,-0.1],[-0.04,-0.29,0.24,0.14,-0.13,0.05,-0.12,-0.45,-0.56,-0.2],[-0.01,-0.47,0.15,0.08,0.01,0.08,-0.18,-0.08,-0.07,-0.33],[-0.04,-0.32,0.14,-0.03,-0.07,-0.18,0.09,-0.14,0.08,-0.19],[0.08,-0.09,0.07,-0.02,-0.07,-0.09,0,-0.07,-0.08,-0.2],[0.03,0.29,0.03,-0.07,0,0.09,0.01,0.14,-0.15,-0.23],[0.1,-0.53,0.13,-0.09,-0.04,-0.01,-0.03,0.02,0,0.01],[-0.02,-0.21,-0.02,0.25,-0.01,0.39,-0.05,0.04,-0.26,-0.24],[0.12,-0.22,0.13,0,-0.1,0.13,-0.06,-0.15,-0.14,-0.09],[0.06,-0.03,0.09,0.03,-0.21,0.05,-0.03,-0.13,-0.06,-0.05],[-0.03,0.38,-0.08,-0.16,0.17,0.17,-0.43,0.07,-0.05,-0.26],[0.04,-0.13,0.14,-0.09,-0.1,-0.11,0.06,-0.08,0.13,-0.01],[-0.25,-0.03,-0.13,0.19,0.02,0.34,-0.09,0.05,-0.31,0.17],[0.02,-0.16,0.2,-0.11,-0.12,0.07,0.04,-0.07,0.02,0.04],[0.14,-0.25,0.05,-0.01,-0.07,-0.08,0.14,-0.04,-0.01,-0.12],[-0.32,0.38,0.08,-0.12,-0.09,0.13,-0.44,0.27,0.02,-0.3],[0.1,-0.09,0.2,-0.25,-0.03,-0.19,0.09,0.06,0.3,-0.3],[-0.04,-0.19,-0.18,0.21,0.09,0.21,-0.13,-0.07,-0.33,0.32],[0.23,-0.16,0.09,-0.16,-0.08,-0.08,0.04,-0.17,0.01,0.0],[0.2,-0.22,0.02,-0.18,-0.17,-0.03,0.13,-0.07,0.14,-0.06],[-0.51,0.14,0.08,-0.16,0.07,0.07,-0.13,0.12,0.28,-0.38],[0.17,-0.39,0.28,-0.41,-0.01,-0.24,0.14,-0.02,0.29,-0.2],[-0.17,-0.52,-0.14,0.48,-0.1,0.21,-0.22,-0.24,-0.31,0.38],[-0.05,-0.12,0.17,-0.1,0.01,0.06,0.17,-0.16,-0.03,-0.14],[0.36,-0.19,0.08,-0.22,-0.14,-0.09,0.35,-0.02,0.2,-0.27],[0.21,-0.21,0.27,-0.36,-0.19,-0.09,-0.23,0.36,0.34,-0.25],[0.12,-0.28,0.14,-0.15,-0.03,-0.02,0.19,-0.11,0.16,-0.12],[-0.33,-0.26,0.04,0.48,-0.22,0.15,-0.11,-0.42,0.03,0.21],[-0.18,-0.05,0.14,0.04,0.09,-0.12,0,-0.1,0.02,-0.1],[-0.02,0.09,0.05,-0.19,-0.12,-0.19,0.13,0.08,0.21,-0.08],[0.28,0.11,0.32,-0.23,-0.2,-0.01,-0.27,0,-0.05,-0.12],[-0.2,-0.06,0.18,-0.09,-0.01,-0.1,0.05,0,-0.0,0.0],[0.05,-0.2,0.08,0.25,-0.04,0.01,-0.05,-0.16,0.09,-0.04],[-0.2,0.05,0.1,0.16,0.14,0.04,-0.01,-0.07,-0.06,-0.09],[0.23,-0.02,-0.23,-0.06,0.07,-0.05,0.01,0.04,0.1,0.05],[0.24,0.16,0.26,-0.36,-0.28,-0.02,-0.13,0.11,-0.11,0.11],[-0.07,-0.16,0.04,0.12,0,0.02,0.16,0.04,-0.18,-0.05],[0.12,-0.32,0.17,0.15,-0.04,-0.02,0.15,-0.2,0.19,-0.33],[-0.05,-0.08,-0.02,0.13,-0.07,-0.02,0.14,-0.06,0.04,-0.04],[0.1,-0.25,-0.06,-0.08,-0.05,-0.04,0.08,0.01,0.3,-0.01],[0.32,-0.26,-0.04,0.04,-0.31,0.19,0.21,-0.06,-0.09,0.16],[0.07,0.09,-0.03,0.04,-0.07,-0.01,0.06,0.01,-0.11,-0.05],[-0.03,0.03,0.26,-0.23,0.07,-0.16,0.12,0.13,-0.14,-0.4],[-0.09,-0.05,-0.1,0.09,0.02,0,-0.01,0.05,0.01,-0.11],[-0.2,0.1,-0.26,0.08,0.02,0.08,0.14,-0.17,0.11,-0.04],[0.25,-0.14,-0.04,-0.02,0,-0.16,0.28,0.11,-0.29,0.04],[-0.04,-0.04,-0.18,0,-0.05,-0.05,0.09,0.1,0.04,0.04],[-0.12,0.11,0.47,-0.29,0.07,-0.09,0.02,0.09,-0.29,-0.19],[-0.08,-0.02,-0.04,0.07,0.07,-0.03,-0.02,0.1,0.02,-0.09],[0.18,0.11,-0.15,-0.17,-0.07,0.09,0.07,-0.32,0.15,0.11],[0.08,0.09,-0.01,-0.11,-0.09,-0.26,0.04,0.17,-0.16,-0.08],[0.07,0.12,-0.14,0.27,-0.02,-0.01,-0.08,-0.01,-0.04,-0.1],[-0.09,-0.1,0.37,-0.29,0.06,-0.22,0.05,0.01,-0.29,-0.38],[-0.09,0.01,-0.03,0.06,-0.07,0.03,-0.06,-0.07,0.09,-0.14],[-0.09,0.2,-0.12,0.08,-0.02,0.18,-0.19,-0.29,0.13,-0.02],[0.08,0.14,0.15,-0.09,0.1,0.04,-0.11,0.02,-0.46,-0.06],[-0.08,0.06,-0.07,0.05,-0.29,-0.03,-0.02,-0.07,0.19,-0.09],[0.07,-0.09,0.25,-0.34,-0.04,-0.22,-0.06,0.09,0.08,-0.7],[0.09,0.11,-0.09,-0.13,-0.21,0.15,0.05,-0.05,-0.13,-0.27],[-0.23,0.31,0.19,-0.31,-0.15,-0.04,0,-0.02,-0.34,-0.17],[0.1,0.2,0.17,-0.18,0.1,0.1,-0.07,0.04,-0.26,-0.29],[-0.24,0.02,0.3,-0.54,-0.61,0.17,0.18,-0.46,-0.61,-0.14],[-0.04,-0.15,0.33,-0.63,-0.33,-0.51,0.16,-0.24,-0.32,-0.27],[-0.02,-0.15,0.42,-0.53,-0.42,-0.51,0.1,-0.29,-0.15,-0.07],[-0.04,0.22,0.12,-0.14,-0.04,0.13,-0.04,0.02,-0.23,-0.06],[0.09,0.19,0.2,-0.12,-0.13,0.06,-0.02,0.07,-0.23,-0.09],[0.02,-0.07,0.03,-0.07,-0.04,-0.05,-0.1,-0.09,-0.02,-0.22],[-0.13,-0.15,0.1,-0.2,0.22,0.09,-0.05,-0.21,-0.09,-0.43],[-0.2,-0.43,0.24,-0.11,0.1,-0.04,-0.08,-0.3,-0.18,-0.57],[0.05,0.24,0.14,-0.1,0,0.21,-0.04,0.05,-0.24,-0.09],[-0.01,0.32,0.04,-0.15,-0.01,0.19,-0.08,0.05,-0.24,-0.1],[-0.13,-0.07,0.13,0.06,0.24,-0.23,-0.19,-0.33,-0.44,-0.16],[-0.1,-0.06,0.02,0.03,-0.03,-0.14,0.13,-0.04,-0.08,-0.17],[0.02,0.29,-0.1,0.14,0.12,-0.08,0.09,-0.33,-0.09,-0.13],[-0.02,0.18,0.08,0.03,-0.14,0.01,0.06,-0.14,-0.04,-0.12],[-0.01,0.39,0.02,0.13,-0.1,0.11,-0.07,0.18,-0.38,-0.13],[0.01,0.12,0.06,0.12,0.09,-0.12,-0.19,-0.14,-0.1,-0.11],[-0.09,-0.06,-0.13,0.2,0.02,0.17,0.05,-0.02,-0.09,-0.21],[-0.0,0.07,0.02,0.04,-0.08,0.11,-0.13,-0.25,-0.02,0.07],[0.11,0.1,0.04,0.03,-0.1,0.01,-0.01,-0.04,0.1,-0.19],[-0.29,0.46,-0.03,-0.13,0.1,0.13,-0.23,0,-0.25,-0.32],[0.09,0.13,0.17,-0.1,-0.14,-0.12,-0.15,-0.18,0.22,-0.13],[-0.29,0.01,-0.16,0.24,0.1,0.21,-0.11,0,-0.34,0.12],[0.01,0.09,0.04,0,-0.03,-0.03,0.03,-0.13,0.04,-0.0],[0.1,0.03,0.08,0.02,0.05,-0.1,-0.06,-0.12,0.05,-0.18],[-0.28,0.2,-0.02,-0.21,0.3,0.25,-0.58,0.25,-0.26,0.15],[0.08,-0.09,0.04,-0.05,0.08,-0.07,0.01,0.04,0.16,-0.26],[-0.28,0.09,-0.23,0.2,-0.06,0.21,-0.12,-0.11,-0.07,0.14],[-0.01,0.07,0.12,-0.05,0,0.05,0,-0.13,-0.05,0.06],[0.1,0.05,0.13,-0.08,-0.13,-0.1,0.2,0,0.07,-0.02],[-0.27,0.09,-0.09,-0.37,0.34,-0.06,-0.47,0.43,-0.24,0.16],[0.11,0.02,0.03,-0.1,0.1,0.01,0.05,0.12,0.12,-0.02],[0.16,-0.18,-0.05,0.15,-0.3,0.18,0.01,-0.47,-0.26,0.32],[0.09,-0.05,0.05,-0.06,-0.06,0,0.09,-0.09,-0.12,-0.05],[0.34,-0.13,-0.07,-0.21,-0.06,-0.23,0.23,0.03,0.17,-0.14],[-0.31,-0.19,-0.07,-0.02,0.06,0.04,-0.29,0.2,0.07,0.03],[0.02,-0.08,0,-0.16,-0.06,-0.02,0.09,0.14,0,-0.14],[0.17,-0.21,0,0.18,-0.2,0,0.09,-0.31,0.06,-0.05],[-0.05,0,-0.03,-0.03,-0.1,0.01,0.1,-0.03,-0.29,-0.1],[-0.04,-0.21,-0.25,-0.3,0.05,-0.16,0.18,0.11,0.33,-0.09],[-0.11,0.03,0.1,-0.05,0.04,0.04,-0.34,0.15,-0.14,0.12],[-0.09,-0.06,0.09,0.05,-0.04,-0.03,0.09,0.06,0.05,0.04],[0.1,-0.28,0.11,0.14,-0.14,0.12,0.15,-0.41,0.18,-0.3],[-0.15,0.03,0.05,0.12,0.02,-0.05,0.11,0,-0.08,-0.1],[-0.21,-0.26,-0.09,-0.26,0.13,-0.15,0.09,0.2,0.22,0.05],[0.36,-0.24,0.04,-0.06,-0.02,-0.04,-0.24,-0.1,-0.13,0.29],[0.04,-0.11,0.04,0.13,-0.03,0.01,0.03,-0.16,0.14,0.02],[0.04,0.12,0.23,0.02,-0.11,0,0.24,-0.46,0.05,-0.46],[-0.08,-0.01,0.14,0.08,-0.09,0,0.03,-0.1,-0.13,-0.17],[-0.35,-0.38,0.1,-0.04,0.12,-0.15,0.01,0.07,0.12,0.05],[0.18,-0.58,-0.12,0.32,-0.27,0.22,0.15,-0.2,-0.03,0.02],[-0.08,-0.03,-0.12,0.1,-0.09,0.03,0.1,0,0.08,-0.11],[-0.04,0.23,0.3,-0.12,0.12,-0.12,0.06,-0.19,-0.14,-0.16],[0.01,0.2,0.06,-0.06,0,0.03,-0.01,0.01,-0.13,-0.17],[-0.22,-0.17,-0.06,-0.14,0,-0.0,0.16,0.06,0.12,0.07],[0.15,-0.33,-0.15,0.28,-0.23,0.14,0.2,-0.31,0.07,-0.15],[-0.08,-0.06,0.04,0.03,-0.2,0.11,0.02,0,0.04,-0.17],[0.01,0.11,0.53,-0.22,-0.09,-0.17,-0.02,-0.04,-0.12,-0.11],[-0.04,0.03,0.13,0,-0.1,0.03,-0.08,0.06,-0.09,-0.12],[0.1,0.19,0.19,-0.18,-0.04,0.01,-0.06,-0.12,0.06,-0.33],[0.32,-0.25,-0.09,0.04,-0.03,0.1,0.1,0.1,-0.13,-0.07],[0.04,-0.11,-0.08,0.08,0,0.06,-0.02,-0.31,0.06,-0.17],[-0.05,0.1,0.27,-0.16,-0.24,-0.17,0.05,-0.26,-0.04,-0.17],[-0.12,0,-0.03,0.11,-0.19,0.04,-0.06,-0.26,0.08,-0.11],[-0.53,0.38,0.15,-0.21,-0.05,0.1,-0.34,-0.25,0.28,-0.08],[0.1,0.08,0.04,0.03,-0.14,-0.04,-0.03,0.05,-0.1,-0.08],[0.0,0.13,-0.23,-0.03,-0.12,0.04,0.02,-0.19,-0.07,0.02],[-0.01,0.13,0.08,-0.17,-0.35,-0.26,0.19,0.03,-0.14,0.09],[-0.08,0.25,-0.14,0.01,-0.4,0.07,0.08,0.01,-0.27,0.05],[-0.08,0.4,-0.03,-0.29,-0.17,0.07,-0.18,0.09,-0.33,-0.02],[0.04,0.25,0.06,-0.04,-0.2,0.07,0,0.06,-0.13,-0.07],[-0.5,0.23,0.08,-0.35,-0.28,0.09,-0.07,-0.34,-0.48,0.02],[-0.46,0.14,0.14,-0.35,-0.01,-0.54,-0.02,-0.14,-0.56,0.3],[-0.43,0.12,0.03,-0.53,-0.31,0.13,0.09,-0.18,-0.41,0.17],[-0.05,0.29,0.04,-0.04,-0.11,0.12,0,0.18,-0.26,-0.15],[0.04,0.38,-0.01,-0.16,-0.12,0.15,0.01,0.1,-0.38,-0.06],[-0.05,-0.03,0.03,-0.01,0.02,-0.19,-0.11,-0.06,-0.01,-0.07],[-0.27,-0.26,0.24,-0.04,0.07,-0.36,-0.13,-0.31,-0.17,-0.34],[-0.11,-0.28,0.18,-0.04,-0.01,-0.45,-0.04,-0.08,-0.23,-0.29],[-0.09,0.17,0.09,0,-0.02,0.17,-0.11,0.09,-0.24,-0.13],[0.09,0.3,-0.06,-0.1,-0.09,0.21,-0.12,0.11,-0.22,-0.11],[-0.09,0.13,0.23,0.04,-0.35,0.04,-0.27,-0.34,-0.58,-0.17],[-0.21,0.32,0.08,0.04,-0.12,-0.16,-0.37,-0.18,-0.1,-0.09],[-0.37,0.01,0.14,0.04,-0.28,-0.03,-0.2,0.04,-0.04,-0.1],[-0.13,0.33,-0.02,0.1,-0.15,0.05,-0.2,0.1,-0.18,-0.23],[-0.11,0.22,-0.19,-0.02,-0.07,0.17,-0.03,0.25,-0.2,-0.06],[-0.06,0.11,0.01,-0.09,0.01,0.12,-0.46,0.15,0.01,-0.12],[-0.1,0.12,-0.07,0.05,0.03,0.02,-0.21,-0.06,-0.01,0.11],[0.12,0.2,-0.02,0.02,0,-0.1,-0.51,-0.01,-0.08,0.03],[0.07,0.01,0.05,0.01,0.06,-0.02,-0.35,0,-0.02,0.14],[0.05,0.12,-0.15,-0.03,0.13,0.17,-0.06,0.15,-0.51,0.06],[0.05,0,-0.03,0.03,-0.08,-0.14,-0.09,0.07,0.05,0.04],[-0.05,0.01,-0.05,0.11,-0.11,0.06,0.08,-0.25,0.05,0.04],[0.07,0.02,-0.1,0.07,-0.09,-0.1,-0.13,-0.17,0.09,-0.02],[0.06,0.01,-0.05,0.04,-0.12,0.02,0.06,-0.15,-0.03,0.1],[-0.45,0.17,0.14,0.01,-0.02,0.14,-0.17,0.09,-0.5,0.11],[-0.1,0.05,0.01,0.01,0.05,0.04,0.07,-0.02,0.06,-0.08],[-0.16,-0.06,-0.03,0.09,-0.39,0.2,0.16,-0.22,0.02,0.01],[0.1,-0.02,-0.08,0,-0.15,0.11,0.07,-0.06,0,0.09],[0.02,0.12,-0.05,0.05,0,0.07,0.04,-0.09,0.1,0.0],[-0.6,-0.03,0.06,-0.03,0.08,0.2,-0.26,0.23,-0.59,0.06],[0.01,-0.03,-0.07,0.05,0.04,0,0.01,0.08,-0.1,0.02],[0.06,-0.17,0.07,0.16,-0.3,0.11,0.12,-0.37,-0.04,-0.05],[0.05,0,-0.06,0,-0.18,0.03,0,-0.15,0,0.03],[0.09,-0.01,-0.09,-0.18,0.02,-0.04,0.13,0,0.16,0.03],[-0.3,0.1,-0.24,0.08,0.13,-0.09,-0.25,0.32,-0.45,0.29],[-0.02,-0.03,0.06,0.03,0.05,0.08,-0.09,-0.05,-0.04,-0.0],[0.09,-0.11,0.03,0.09,-0.26,-0.01,0.16,-0.39,0.09,-0.2],[0.08,-0.11,0.01,-0.04,-0.17,0.05,0.06,-0.07,-0.01,0.1],[-0.1,0,-0.25,-0.3,0.15,-0.15,0.07,0.12,0.22,-0.07],[-0.31,-0.22,-0.22,0.41,0.11,0.2,-0.37,0.03,-0.18,0.11],[-0.03,-0.1,0.07,0.2,-0.06,0.06,-0.11,-0.04,0,-0.02],[0.17,-0.13,0.04,0,-0.26,0.09,0.14,-0.37,0.14,-0.2],[0.05,-0.0,0,0.07,-0.21,-0.01,0.19,-0.08,0.03,0.02],[-0.36,0.14,-0.31,-0.26,0.15,0,-0.03,0.26,0.13,-0.05],[-0.17,-0.27,-0.37,0.52,0.05,0.21,-0.25,-0.03,0.21,0.08],[0.08,-0.08,-0.04,0.29,-0.13,0.04,-0.02,0.02,0.05,-0.09],[-0.01,-0.08,0.19,0.06,-0.06,0,0.04,-0.4,0.07,-0.06],[-0.05,0.03,0.21,0.07,-0.11,0.11,0.07,-0.02,-0.11,-0.05],[-0.69,0.25,-0.07,-0.18,0.41,-0.21,-0.06,0.12,0.02,-0.02],[0.03,-0.26,-0.31,0.32,-0.29,0.33,-0.03,-0.26,0.29,-0.16],[0.08,0.06,0.04,0.17,-0.23,0.09,-0.01,-0.08,0.03,-0.03],[0.01,0.09,0.26,-0.06,-0.06,-0.01,0.02,-0.46,-0.04,-0.11],[-0.05,0.11,0.2,-0.08,-0.22,0.01,0.03,-0.11,-0.09,-0.16],[-0.66,0.43,0.24,-0.26,0.29,-0.21,-0.26,-0.08,0.23,0.04],[0.09,0.01,-0.12,0.2,-0.51,0.39,-0.05,-0.05,0.09,-0.24],[-0.01,-0.08,-0.1,0.1,-0.01,0.02,0.17,-0.16,0.06,-0.11],[0.09,-0.01,0.14,-0.08,0.11,0.03,0.11,-0.28,-0.03,-0.29],[-0.09,-0.04,0.13,-0.08,-0.1,0.01,0.05,-0.19,-0.04,-0.0],[-0.52,0.07,0.21,-0.17,0.31,-0.05,-0.26,-0.18,-0.25,0.07],[-0.01,0.01,-0.08,0.14,-0.19,0.06,0.12,0.05,0.01,-0.09],[-0.01,-0.11,-0.1,0.09,0.15,-0.01,0.11,-0.29,0.08,0.06],[-0.12,-0.11,0.1,-0.17,-0.07,-0.07,0.11,-0.46,0.02,0.06],[-0.14,-0.17,0.07,0.02,-0.1,0.03,-0.09,-0.15,0,0.2],[-0.45,0.22,0.2,-0.24,0.1,0.24,-0.31,-0.16,-0.18,0.09],[-0.0,0.26,-0.08,-0.09,0.05,0.33,-0.02,0.02,-0.22,-0.15],[-0.38,0.14,0.02,0.02,-0.15,0.09,-0.25,-0.33,0.1,0.04],[-0.38,0.11,0.14,-0.16,-0.21,0.04,-0.16,-0.36,-0.28,-0.01],[-0.43,0.09,0.07,-0.1,-0.18,0.17,-0.22,-0.49,-0.22,0.12],[-0.11,0.42,0.18,-0.21,-0.08,0.13,-0.05,0.01,-0.41,-0.07],[0.14,0.21,0.18,-0.12,0.1,0.09,-0.1,0.04,-0.28,-0.09],[-0.1,0.26,0.08,-0.21,-0.36,0.24,0.02,-0.07,-0.25,-0.31],[0.03,0.23,-0.01,-0.19,-0.36,0.09,0.08,-0.16,-0.4,-0.19],[-0.04,0.2,0.04,-0.26,-0.39,0.05,-0.13,-0.1,-0.3,-0.13],[0.03,0.32,-0.04,-0.12,-0.1,0.08,0.03,0.06,-0.24,-0.09],[0.02,0.26,-0.02,-0.08,-0.07,0.17,-0.11,0.09,-0.24,-0.13],[-0.03,0.12,-0.09,-0.02,0.12,0.05,-0.11,-0.05,-0.02,-0.07],[-0.02,0.1,-0.08,0.19,0.02,-0.22,-0.09,-0.05,-0.12,-0.03],[-0.08,0.11,0.03,-0.03,-0.04,-0.06,0.02,0.02,0.02,0.04],[0.01,0.19,0.07,-0.04,-0.07,0.19,-0.05,0.18,-0.32,-0.01],[0.09,0.32,0.03,-0.08,-0.02,0.18,-0.05,0.11,-0.26,-0.02],[-0.02,-0.18,-0.25,0.42,-0.15,-0.25,-0.08,-0.12,-0.62,0.08],[-0.21,-0.2,-0.3,0.05,-0.37,0.06,-0.19,0.03,0.2,-0.02],[0.19,-0.23,-0.35,0.52,-0.35,-0.33,-0.13,0.04,-0.6,-0.0],[-0.02,0.13,-0.21,0.01,-0.05,0.17,-0.13,0.14,-0.14,-0.0],[-0.06,0.24,-0.07,-0.19,-0.06,0.15,-0.11,0.24,-0.3,-0.02],[0.02,-0.15,-0.35,0.07,-0.64,0.02,-0.14,0.16,0.17,-0.1],[-0.02,-0.12,0.06,-0.04,-0.07,0.11,-0.32,0.09,0.08,-0.15],[-0.01,-0.26,-0.21,0.3,0.03,-0.07,-0.17,-0.07,0.13,0.02],[-0.04,-0.08,-0.04,0.02,0.06,0.03,-0.14,-0.01,0,-0.06],[-0.06,0.23,0.06,0.08,-0.04,0.2,-0.06,0.08,-0.29,-0.14],[-0.08,-0.22,-0.09,0.05,0.12,-0.08,-0.24,0.09,-0.14,0.07],[-0.04,-0.09,0.07,0.06,-0.07,0.04,-0.11,-0.01,0.01,-0.11],[0.0,-0.01,-0.24,0.26,-0.09,0.05,-0.24,0.03,-0.1,0.07],[-0.11,0.17,0.08,0.07,-0.21,0,-0.18,0.09,0.08,0.01],[0.02,0.41,0.03,-0.07,-0.17,0.09,-0.04,0.1,-0.31,-0.03],[-0.24,-0.05,-0.1,0.05,-0.07,0.04,-0.06,0.17,-0.12,0.02],[0.03,-0.14,0.08,0.11,0.05,0.08,0.07,-0.29,0.02,-0.15],[-0.17,-0.02,-0.04,0.06,-0.03,0.15,-0.11,-0.08,0.08,-0.0],[0.03,0.08,-0.01,0.01,0.09,-0.03,0.05,-0.11,0.11,-0.0],[-0.41,0.14,-0.28,0.1,0.1,-0.05,-0.15,0.33,-0.38,0.23],[-0.15,-0.05,-0.28,0.09,-0.08,0.01,-0.17,0,-0.12,0.29],[0.04,0.13,0.06,0.04,-0.12,0.03,-0.09,-0.19,0.03,-0.08],[0.03,0.01,-0.05,0.08,-0.12,0.17,-0.17,-0.04,-0.02,0.02],[0.09,0.06,0,-0.07,-0.03,-0.01,-0.17,-0.01,0.08,-0.03],[0.33,0.24,-0.23,-0.09,0.05,0.11,-0.18,0.29,-0.26,0.03],[-0.04,-0.21,0,0.14,-0.07,0.12,-0.02,-0.06,0.06,0.05],[0.02,0.04,0.02,0.13,0.03,0.04,0.12,-0.18,0.14,-0.22],[0.18,-0.09,0.05,0.16,-0.14,0.12,-0.13,-0.09,0.06,-0.08],[0.01,0.14,-0.13,-0.27,0.09,-0.09,0.01,0.11,-0.06,0.11],[0.05,0.11,-0.42,0.24,0.2,0.06,-0.17,0.31,-0.14,-0.06],[-0.23,-0.07,-0.22,0.09,-0.08,0.16,-0.07,0,0.12,-0.01],[0.06,0.01,0.03,0.11,-0.07,0.1,0.09,-0.17,0.02,-0.17],[0.03,0,-0.05,0.1,-0.1,0.12,0.1,-0.11,-0.01,-0.03],[-0.17,0.12,-0.03,-0.31,0.07,-0.19,-0.12,0.23,-0.02,0.28],[-0.19,0.19,-0.34,0.28,0.02,0.11,-0.57,0.05,0.15,-0.15],[-0.1,-0.21,-0.07,0.17,-0.11,0.18,-0.14,-0.04,0.24,0.03],[0.1,-0.03,0.13,0.06,-0.05,0.04,-0.1,-0.29,0.22,-0.26],[0.04,-0.01,0.24,0.11,-0.08,0.02,0.02,-0.11,0.15,-0.05],[-0.29,0.06,-0.1,-0.25,0.12,-0.11,-0.32,0.22,-0.06,0.19],[-0.08,0.26,-0.37,0.22,-0.03,0.1,-0.1,-0.1,0.16,-0.31],[0.06,-0.06,-0.12,0.24,-0.14,0.07,0.16,0,-0.08,-0.1],[0.07,0.06,0.19,0.03,0.05,-0.1,0.2,-0.27,-0.04,-0.03],[-0.04,-0.14,0.13,0.07,-0.02,0.03,0.06,-0.19,0.01,-0.05],[-0.2,0.32,-0.01,-0.04,0.04,-0.32,-0.05,-0.11,0.03,0.3],[0.19,0.17,0.05,0.14,-0.07,0.08,-0.28,-0.17,-0.11,-0.14],[-0.3,0.17,-0.12,0.21,-0.23,0.13,0.04,0.07,0.02,-0.03],[-0.07,0.22,0.11,0.02,-0.01,-0.05,0.12,-0.17,0.07,-0.05],[-0.26,0.1,-0.1,0.12,-0.01,-0.01,0.09,-0.07,0.06,-0.06],[-0.15,0.21,0.19,-0.16,0.1,-0.13,-0.2,0.02,-0.22,0.16],[-0.18,0.16,-0.05,-0.01,-0.08,0.25,0,-0.02,-0.01,-0.22],[-0.13,0.03,0,0.11,-0.14,-0.03,-0.59,-0.1,0.02,0.09],[-0.11,-0.02,-0.07,0.07,0,-0.06,-0.34,-0.21,0.19,-0.02],[0.0,0,0.06,0.04,0.03,-0.02,-0.27,-0.23,0.06,0.13],[-0.07,-0.03,0.12,-0.17,-0.14,0.12,-0.28,-0.05,0,-0.0],[0.15,0.3,0.14,-0.11,0.11,0.15,0.01,-0.02,-0.28,-0.15],[-0.38,-0.49,-0.14,0.14,0.01,0.25,-0.51,-0.16,-0.22,0.07],[-0.29,-0.35,0.07,0.09,-0.09,0.14,-0.45,-0.24,0.01,0.14],[-0.25,-0.42,0.13,-0.05,-0.11,0.19,-0.51,-0.25,0.15,0.14],[-0.15,0.18,0,-0.01,-0.12,0.19,-0.08,0,-0.28,0.02],[-0.1,0.27,0,-0.0,-0.06,0.01,-0.06,0.14,-0.12,0.01],[-0.02,0.1,0.14,-0.14,0,-0.05,-0.12,-0.01,-0.23,-0.02],[0.06,0.15,0.01,-0.12,0.15,0.27,-0.11,-0.08,-0.11,-0.34],[-0.15,0.06,0.01,-0.16,0.04,0.15,-0.2,-0.15,-0.29,-0.3],[0.06,0.22,-0.04,-0.03,0.04,0.1,-0.1,0.17,-0.28,-0.04],[-0.02,0.35,-0.02,-0.04,0.04,0.27,-0.04,0.11,-0.24,-0.18],[0.04,0.03,-0.12,-0.04,0.04,-0.01,-0.05,0.02,-0.05,0.01],[0.1,0.12,-0.09,-0.02,0.06,-0.04,-0.06,0.1,-0.06,0.06],[0.06,-0.02,0.02,-0.01,0.03,-0.04,-0.05,-0.01,-0.07,-0.07],[-0.01,0.32,0.01,-0.02,0.01,0.15,0,0.09,-0.2,-0.13],[-0.04,0.37,0.02,-0.1,-0.1,0.1,-0.04,0.17,-0.23,-0.14],[0.06,-0.02,-0.1,-0.26,-0.08,0.2,-0.07,0.07,-0.15,0.1],[-0.03,-0.19,-0.49,-0.04,-0.08,-0.13,0,0.36,-0.46,-0.06],[-0.05,-0.07,-0.14,-0.44,-0.24,0.13,-0.05,-0.03,-0.15,0.17],[0.01,0.17,-0.02,0,-0.04,0.08,0,0.24,-0.31,-0.03],[-0.06,0.36,0.03,-0.11,-0.03,0.21,-0.1,0.2,-0.27,-0.01],[-0.27,-0.55,-0.7,0.26,0.04,-0.43,-0.17,-0.09,-0.72,0.28],[-0.73,-0.52,-0.3,0.34,0.15,-0.15,-0.11,-0.03,-0.04,-0.02],[-0.28,-0.35,-0.58,0.33,0.02,-0.34,-0.04,-0.21,-0.58,0.32],[-0.04,-0.03,-0.08,0.19,0.04,0.01,-0.05,-0.07,-0.21,-0.03],[0.01,0.31,0.06,-0.12,-0.01,0.22,-0.03,0.15,-0.32,-0.03],[-0.22,-0.65,-0.15,0.16,-0.09,-0.34,-0.2,-0.08,-0.18,0.2],[-0.21,-0.05,-0.17,0.33,-0.2,-0.2,-0.19,-0.08,0.1,0.12],[-0.36,-0.54,-0.14,0.21,0.01,-0.51,-0.05,-0.06,-0.12,0.22],[-0.04,0.03,-0.11,0.2,-0.26,-0.03,-0.16,0.08,0.01,0.09],[0.02,0.31,-0.06,-0.13,-0.04,0.07,-0.11,0.13,-0.39,-0.06],[-0.18,0.01,-0.5,0.05,0,0.05,-0.26,0.2,-0.12,0.1],[-0.25,-0.12,-0.37,0.12,0.08,-0.01,-0.17,0.01,0.1,-0.06],[-0.27,0.07,-0.44,0.04,-0.3,-0.13,-0.18,0.06,0,0.05],[-0.24,-0.12,-0.42,0.1,0.02,0.1,-0.11,0.05,0.06,0.12],[0.01,0.22,-0.12,-0.21,0.01,0.04,-0.14,0.48,-0.33,0.01],[-0.27,-0.52,-0.38,0.01,-0.03,0,-0.12,0.17,-0.06,0.18],[-0.19,-0.18,-0.21,0.1,0.12,0.05,-0.3,0.06,0.07,-0.09],[-0.25,-0.46,-0.35,0.21,-0.1,0.15,-0.17,-0.07,0.1,0.06],[-0.17,-0.17,-0.21,0.07,0.02,0.13,-0.22,0.09,-0.16,0.12],[-0.09,0.23,-0.3,-0.17,0.07,0.13,-0.16,0.28,-0.42,0.15],[-0.4,-0.1,-0.21,0.24,-0.23,0.22,-0.26,0.03,-0.09,0.06],[-0.38,-0.02,-0.02,0.19,-0.1,0.01,-0.5,-0.06,0.09,-0.0],[-0.21,-0.2,-0.25,0.18,-0.14,0.19,-0.2,0.04,-0.12,0.07],[-0.32,-0.02,0.02,-0.07,-0.13,-0.01,-0.17,0,-0.13,0.1],[-0.2,0.12,-0.16,-0.09,0.04,-0.16,-0.12,0.17,-0.38,0.22],[-0.52,-0.12,0,-0.17,-0.02,0.04,-0.36,0.07,0.01,0.07],[-0.35,-0.07,0.13,-0.04,-0.03,0.06,-0.43,-0.04,0.06,-0.02],[-0.48,0.03,0,0.04,0.01,0.13,-0.2,0.08,0.05,0.11],[-0.26,-0.21,0.08,-0.11,-0.03,-0.04,-0.23,-0.02,-0.1,0.11],[-0.31,0.12,-0.13,-0.09,-0.02,0.19,-0.11,0.1,-0.26,0.18],[-0.66,-0.44,-0.3,0.19,-0.03,0.22,-0.18,0.05,-0.11,-0.01],[-0.62,-0.63,0.04,0.2,0.02,0.1,-0.28,0.03,0.01,-0.1],[-0.53,-0.53,-0.11,0.17,-0.2,0.14,-0.25,-0.04,0,0.14],[-0.45,-0.28,-0.17,0.01,-0.04,0.11,-0.13,-0.01,-0.07,0.2],[-0.12,0.12,-0.2,-0.11,0.06,-0.03,-0.1,0.16,-0.25,0.1],[-0.6,-0.63,-0.32,0.19,-0.24,0.13,-0.36,-0.04,0.05,0.2],[-0.62,-0.85,-0.24,0.08,-0.1,0.19,-0.42,0.05,0.03,-0.03],[-0.56,-0.59,-0.1,0.19,-0.18,0.25,-0.3,-0.04,0.09,0.09],[-0.23,0.08,-0.22,0.11,-0.14,0,-0.16,0.05,-0.11,0.12],[-0.17,0.16,-0.06,-0.01,0,0.15,-0.07,-0.03,-0.3,0.21],[-0.38,-0.41,-0.19,-0.08,-0.39,0.15,-0.06,0.08,-0.11,0.18],[-0.53,-0.51,-0.21,0.07,-0.31,0.12,-0.13,-0.04,-0.11,0.14],[-0.41,-0.61,-0.17,0.02,-0.35,0.02,-0.21,0.11,0.01,0.07],[-0.22,0.27,-0.05,-0.21,-0.17,0.03,-0.03,0.12,-0.31,0.23],[0.03,0.34,-0.1,-0.06,-0.25,0.12,-0.07,0.19,-0.21,-0.06],[-0.28,-0.32,-0.3,-0.15,0,-0.04,-0.11,-0.05,-0.55,0.15],[-0.39,-0.2,-0.3,-0.23,-0.1,0.29,-0.15,0.06,-0.65,-0.06],[-0.25,-0.38,-0.29,-0.18,-0.07,0.11,-0.07,0.08,-0.65,0.12],[-0.04,0.14,-0.04,-0.09,-0.1,0.26,-0.03,0.18,-0.25,-0.11],[-0.08,0.35,-0.09,-0.11,-0.11,0.19,-0.1,0.16,-0.37,-0.03],[-0.04,-0.02,-0.26,-0.07,-0.27,0.08,-0.01,0.12,-0.07,-0.09],[-0.1,-0.16,-0.22,-0.07,0.08,0.29,-0.02,0.07,-0.18,-0.15],[-0.07,-0.28,-0.22,-0.09,0.12,0.25,-0.04,0.04,-0.12,-0.13],[0.06,0.2,-0.04,-0.13,0.03,0.14,-0.02,0.09,-0.18,-0.01],[0.02,0.2,-0.07,-0.04,0.02,0.16,-0.11,0.13,-0.36,-0.03],[0.02,0.06,-0.1,0,0.09,0.07,-0.08,0.03,0,-0.01],[0.06,0.08,-0.04,-0.09,0.13,0.06,0.02,0.1,-0.06,0.04],[-0.0,0.07,-0.11,-0.03,0.09,-0.06,-0.01,0.01,0,-0.07],[0.08,0.19,0.02,-0.1,0.01,0.16,-0.06,0.11,-0.28,-0.1],[-0.05,0.23,0,-0.08,0.01,0.2,-0.02,0.09,-0.26,-0.15],]
DENSE_BIAS = [0.02, 0.2, 0.01, -0.08, -0.04, 0.13, -0.03, 0.11, -0.23, -0.06]


class Conv2D:
    """Convolutional 2D Layer"""
    
    def __init__(self, num_filters, kernel_size, padding='same'):
        self.num_filters = num_filters
        self.kernel_size = kernel_size
        self.padding = padding
        self.kernels = None
        self.bias = None
    
    def set_weights(self, kernels, bias):
        """Set weights directly"""
        self.kernels = kernels
        self.bias = bias
    
    def apply_padding(self, image):
        """Apply padding to image"""
        if self.padding == 'same':
            pad = self.kernel_size // 2
            height = len(image)
            width = len(image[0])
            
            # Create padded image
            padded = [[0.0 for _ in range(width + 2*pad)] for _ in range(height + 2*pad)]
            
            # Copy original image to center
            for i in range(height):
                for j in range(width):
                    padded[i + pad][j + pad] = image[i][j]
            
            return padded
        else:
            return image
    
    def forward(self, image):
        padded_image = self.apply_padding(image)
        
        height = len(padded_image)
        width = len(padded_image[0])
        
        if self.padding == 'same':
            out_height = len(image)
            out_width = len(image[0])
        else:
            out_height = height - self.kernel_size + 1
            out_width = width - self.kernel_size + 1
        
        output = []
        for f in range(self.num_filters):
            feature_map = []
            for i in range(out_height):
                row = []
                for j in range(out_width):
                    sum_val = self.bias[f]
                    for ki in range(self.kernel_size):
                        for kj in range(self.kernel_size):
                            sum_val += padded_image[i + ki][j + kj] * self.kernels[f][ki][kj]
                    
                    row.append(max(0, sum_val))
                feature_map.append(row)
            output.append(feature_map)
        
        return output

class MaxPooling2D:
    def __init__(self, pool_size=2):
        self.pool_size = pool_size
    
    def forward(self, input_maps):
        output = []
        
        for feature_map in input_maps:
            height = len(feature_map)
            width = len(feature_map[0])
            
            out_height = height // self.pool_size
            out_width = width // self.pool_size
            
            pooled = []
            for i in range(out_height):
                row = []
                for j in range(out_width):
                    max_val = feature_map[i * self.pool_size][j * self.pool_size]
                    for pi in range(self.pool_size):
                        for pj in range(self.pool_size):
                            y = i * self.pool_size + pi
                            x = j * self.pool_size + pj
                            if y < height and x < width:
                                max_val = max(max_val, feature_map[y][x])
                    row.append(max_val)
                pooled.append(row)
            output.append(pooled)
        
        return output

class Dense:
    def __init__(self, output_size):
        self.output_size = output_size
        self.weights = None
        self.bias = None
    
    def set_weights(self, weights, bias):
        self.weights = weights
        self.bias = bias
    
    def forward(self, input_vector):
        output = []
        
        for j in range(self.output_size):
            sum_val = self.bias[j]
            for i in range(len(input_vector)):
                sum_val += input_vector[i] * self.weights[i][j]
            output.append(sum_val)
        
        return output

class SimpleCNN:
    def __init__(self):
        self.conv = Conv2D(num_filters=5, kernel_size=3, padding='same')
        self.maxpool = MaxPooling2D(pool_size=2)
        self.dense = Dense(output_size=10)
        
        self.conv.set_weights(CONV_KERNELS, CONV_BIAS)
        self.dense.set_weights(DENSE_WEIGHTS, DENSE_BIAS)
    
    def flatten(self, feature_maps):
        flat = []
        h = len(feature_maps[0])
        w = len(feature_maps[0][0])
        for i in range(h):
            for j in range(w):
                for f in range(len(feature_maps)):
                    flat.append(feature_maps[f][i][j])
        return flat
    
    def softmax(self, logits):
        max_val = max(logits)
        exp_vals = []
        for val in logits:
            exp_vals.append(math.exp(val - max_val))
        
        sum_exp = sum(exp_vals)
        probabilities = []
        for exp_val in exp_vals:
            probabilities.append(exp_val / sum_exp)
        
        return probabilities
    
    def forward(self, image):
        conv_output = self.conv.forward(image)
        pool_output = self.maxpool.forward(conv_output)
        flat = self.flatten(pool_output)
        logits = self.dense.forward(flat)
        probabilities = self.softmax(logits)
        
        return probabilities
    
    def predict(self, image):
        probabilities = self.forward(image)
        
        max_prob = probabilities[0]
        predicted_class = 0
        
        for i in range(1, len(probabilities)):
            if probabilities[i] > max_prob:
                max_prob = probabilities[i]
                predicted_class = i
        
        return predicted_class, max_prob, probabilities

def get_image_from_user():
    image = []
    
    for _ in range(40):
        while True:
            line = input().strip()
            
            values = line.split()
            
            if len(values) != 40:
                continue
            
            valid = True
            row = []
            for val in values:
                if val not in ['0', '1']:
                    valid = False
                    break
                row.append(float(val))
            
            if valid:
                image.append(row)
                break
    
    return image

def resize_image_bilinear(image, new_size):
    old_size = len(image)
    scale = (old_size - 1) / (new_size - 1) if new_size > 1 else 0
    
    resized = []
    for i in range(new_size):
        row = []
        for j in range(new_size):
            y = i * scale
            x = j * scale
            
            y0 = int(y)
            x0 = int(x)
            y1 = min(y0 + 1, old_size - 1)
            x1 = min(x0 + 1, old_size - 1)
            
            dy = y - y0
            dx = x - x0
            
            val = (1 - dx) * (1 - dy) * image[y0][x0] + \
                  dx * (1 - dy) * image[y0][x1] + \
                  (1 - dx) * dy * image[y1][x0] + \
                  dx * dy * image[y1][x1]
            
            row.append(1.0 if val > 0.5 else 0.0)
        resized.append(row)
    
    return resized

def main():
    model = SimpleCNN()
    image = get_image_from_user()
    image = resize_image_bilinear(image, 28)
    predicted_class, _, _ = model.predict(image)
    
    print(predicted_class)

if __name__ == "__main__":
    main()
