729 Faces 😋

Hand drawn faces, from github.com/googlecreativelab/quickdraw-dataset (smaller selection converted to smaller+easier to process format)

twitter.com/mknol
#handdrawing

Log in to post a comment.

const turtle = new Turtle();
const AMOUNT = 1; // min=0.2, max=2, step=0.1
const grid = (27 * AMOUNT) | 0;
const size = 190 / grid;
const offset = Math.random() * 777 | 0;

// The walk function will be called until it returns false.
function walk(i) {
    draw(faces, offset + i, -95 + (i % grid) * size, -95 + ((i / grid) | 0) * size, size);
    return i < grid * grid - 1;
}

function draw(objects, id, x, y, size) {
	const objectScale = size / 0xFF;
	const object = objects[id % objects.length];
	for (let path of object) {
		turtle.penup();
		const position = { x: 0.0, y: 0.0 };
		for (let i = 0; i < path.length * 0.5; i++) {
			position.x += path[i * 2];
			position.y += path[i * 2 + 1];
			if (i !== 0)  turtle.pendown();
			else turtle.penup(); 
			turtle.goto(x + position.x * objectScale, y + position.y * objectScale);
		}
	}
}
// [face[ path[dx,dy,dx,dy...], path[dx,dy,dx,dy...]...]
const faces = [[[59,0,-3,0,-3,1,-3,1,-3,2,-3,0,-3,2,-2,2,-5,4,-3,3,-2,2,-2,3,-1,2,-2,3,-1,2,-2,4,-1,2,-1,3,-1,3,-2,3,-1,3,-1,4,-1,4,-1,3,-1,2,-1,3,-1,3,-1,3,-1,3,0,4,-1,2,0,4,-1,3,-1,4,-1,3,0,4,-1,3,0,4,-1,3,-1,4,0,4,0,4,0,3,0,2,0,3,0,4,0,4,0,6,0,3,1,3,1,3,1,3,1,3,1,2,2,3,1,2,1,3,2,3,2,3,2,3,2,3,3,3,3,3,3,3,3,3,3,3,3,2,3,2,3,2,4,3,4,2,3,2,3,1,3,1,2,1,4,2,4,1,3,2,4,1,3,1,4,1,3,1,2,1,4,0,4,2,5,1,4,1,2,0,5,1,6,0,3,0,3,0,4,0,3,0,5,1,4,0,2,0,3,0,4,0,5,0,2,0,4,-1,5,0,2,0,4,-1,4,-1,4,0,4,-1,4,-1,3,-1,3,-1,3,-1,4,-2,3,-1,3,-1,3,-2,3,-1,3,-2,4,-3,3,-1,5,-4,3,-3,3,-4,2,-3,1,-3,2,-4,2,-3,1,-3,1,-3,2,-3,1,-3,2,-3,1,-3,1,-3,2,-3,1,-3,1,-4,1,-3,0,-3,1,-4,0,-3,0,-3,0,-4,0,-2,0,-3,0,-4,0,-3,0,-3,0,-4,0,-3,-1,-3,-1,-3,-1,-4,-1,-3,-1,-3,-1,-3,-2,-3,-2,-4,-2,-3,-1,-3,-2,-3,-1,-3,-3,-3,-1,-3,-3,-4,-3,-3,-3,-3,-3,-3,-4,-2,-3,-2,-3,-2,-3,-2,-3,-2,-2,-2,-5,-2,-2,-2,-3,-1,-4,-2,-4,-2,-3,-1,-3,-2,-2,-1,-3,-1,-2,-1,-4,-1,-5,-2,-3,-1,-3,-1,-2,-1,-5,-2,-3,-1,-4,-1,-4,-1,-3,-1,-4,-1,-4,-1,-3,0,-3,-1,-5,-1,-4,0,-3,-1,-3,0,-5,-1,-2,0,-3,-1,-5,0,-4,-1,-2,0,-3,0,-5,0,-5,0,-4,0,-5,0,-3,0,-3,0,-3,0,-3,0,-3,0,-3,0,-2,1,-3,1,-3,3,-1,1],[76,60,0,3,0,3,-2,3,-4,1,-3,0,-3,0,-3,0,-3,-1,-2,-3,-1,-3,0,-3,0,-3,0,-3,2,-3,1,-3,3,-2,3,-1,3,0,3,-1,4,0,3,0,3,0,3,2,1,4,2,3,1,3,1,3,0,3,1,3,0,3,-1,3,-1,4,-2,3,-3,1,-3,1,-3,0,-3,0,-4,-1,-3,-1,-3,-1,-3,-3,-2,-4,-2,-3,-1,-3,0,-2],[176,82,-3,1,-3,1,-5,1,-3,0,-3,0,-4,0,-3,0,-3,0,-3,0,-3,-2,-3,-2,-4,-3,-3,-3,-2,-3,-1,-3,0,-3,0,-3,3,-2,3,-2,4,-2,3,-1,3,-2,4,-1,2,0,4,-2,5,0,4,-1,3,0,4,-1,4,0,3,0,4,0,5,0,3,1,4,2,1,3,1,3,0,3,0,3,0,3,0,3,0,4,-1,3,-2,4,-2,2,-2,3,-4,3,-2,2,-5,1,-3,2,-3,1,-3,0,-4,0,-3,0,-4,0,-3,0,-4,-1,-4,-1,-3,-1,-3,-2,-3,-1,-3,-2,-3,-3,-2,-3,-1,-3,-1,-3,0,-3,3,-1,0,0],[57,167,2,3,3,3,3,3,3,3,5,2,3,3,3,1,6,2,3,1,3,1,6,2,4,0,2,1,7,2,7,1,6,1,2,0,5,1,6,0,6,1,7,1,3,0,7,0,6,0,7,1,5,0,6,0,10,0,3,0,5,0,3,-1,4,-1,3,-1,4,-2,6,-4,3,-2,3,-3,2,-3,1,-3,1,-1]],[[105,255,-7,-4,-9,-5,-5,-5,-5,-5,-6,-12,-10,-14,-10,-12,-5,-8,-12,-16,-9,-24,-14,-21,-4,-12,-6,-14,-2,-16,-1,-9,0,-7,1,-8,2,-7,3,-9,4,-8,3,-8,5,-5,3,-3,5,-4,7,-4,4,-4,4,-3,4,-2,6,-3,6,-2,11,-1,7,0,7,0,9,1,13,3,22,7,9,5,8,6,6,3,9,4,13,10,7,5,7,11,8,11,9,17,5,8,3,8,4,12,8,20,7,8,2,5,0,5,0,4,0,8,0,4,-2,4,-1,4,-3,6,-2,5,-2,4,-5,10,-3,5,-4,4,-6,4,-4,2,-5,2,-4,1,-5,1,-6,1,-9,0,-9,0,-12,0,-19,-1,-17,-1,-15,-1,-15,-3,-11,-3,-5,-1,-4,-1,0,-4,0,0],[51,49,1,4,1,3,2,5,0,4,1,4,1,3,1,3,0,1],[84,45,2,5,4,12,3,7,2,5,2,3,1,4,3,5,2,5,0,3,0,0],[83,128,4,-3,7,-1,5,-1,6,-2,6,0,6,0,5,-1,3,0,4,0,4,-1,3,-1,4,-1,3,0,4,-1,3,-1,3,0,4,-1,3,-1,0,4,0,4,0,4,0,5,0,3,1,4,0,4,0,6,0,6,0,4,0,4,-4,2,-3,2,-3,0,-4,0,-4,-3,-4,-3,-3,-4,-3,-6,-2,-4,-1,-4,-1,-4,0,-3,0,-6,0,-4,-1,-3,-1,-2]],[[56,12,-5,2,-4,4,-4,5,-5,7,-4,7,-6,10,-5,9,-6,11,-5,12,-4,11,-3,10,-3,12,-1,12,-1,12,0,10,0,12,0,12,1,9,3,10,4,8,6,9,5,7,6,7,8,7,8,6,8,5,11,5,10,4,11,4,12,2,13,1,13,1,13,-1,14,-4,14,-5,12,-6,14,-10,10,-9,9,-10,7,-13,5,-13,3,-12,0,-14,0,-16,-3,-16,-4,-17,-6,-16,-7,-16,-10,-16,-11,-13,-12,-12,-15,-12,-17,-10,-17,-7,-18,-5,-18,-2,-17,0,-14,2,-14,5,-6,5,0,0],[61,60,-5,3,-2,3,-1,5,0,6,0,6,1,4,4,1,3,-1,2,-6,0,-8,0,-7,0,-6,-5,-2,-4,1,-3,5,0,8,0,5,3,2],[118,67,-3,2,-3,1,-3,5,-3,6,-1,6,0,5,3,2,5,1,6,-3,4,-7,3,-8,1,-6,0,-4,-6,-1,-7,2,-5,5,-4,6,-2,4,0,0],[61,208,4,2,4,1,8,3,13,1,13,1,13,0,9,0,8,-5,6,-8,3,-10,4,-8,2,-9,1,-6,0,-4,0,0]],[[114,67,-5,-3,-6,-5,-6,-2,-8,-2,-6,0,-7,0,-5,0,-5,0,-7,3,-5,4,-7,2,-8,5,-8,4,-8,8,-7,8,-3,5,-2,5,-3,8,-3,10,-1,6,-1,6,-3,10,0,6,0,8,0,8,0,8,1,5,2,5,1,5,3,9,4,8,3,5,4,7,5,5,6,7,6,6,6,4,7,4,5,2,9,3,6,1,7,1,5,1,6,0,7,0,5,0,6,0,5,0,6,0,7,0,5,-2,5,-2,4,-5,3,-5,5,-8,5,-5,3,-5,4,-5,6,-9,0,-5,6,-7,2,-6,3,-10,1,-5,0,-8,0,-8,0,-6,0,-5,-1,-5,-4,-10,0,-5,-3,-7,-2,-6,-1,-6,0,-5,-1,-8,-3,-9,-1,-5,-5,-5,-8,-1,-7,0,-7,-1,-5,0,-7,0,-6,0,-7,0,-5,0,-7,-2,-1,-2],[129,112,-1,5,-2,5,-3,5,-1,4],[86,102,0,5,0,6,0,5,0,5,0,4],[55,159,2,5,3,6,3,6,5,6,7,7,5,5,6,3,5,0,6,0,5,-1,5,-4,3,-6,7,-7,5,-4,4,-6,3,-2],[10,93,-1,-5,0,-5,0,-6,5,-11,5,-11,2,-5,3,-6,8,-15,2,-6,2,-5,4,-9,1,-3],[74,56,2,-6,3,-8,2,-6,2,-5,4,-9,3,-6,3,-5,8,-5,4,-5,9,-1,7,0,0,0],[138,48,8,-6,9,-7,8,-5,9,-5,13,-6,9,0,0,0],[178,79,5,-3,5,-3,4,-5,6,-4,9,-8,7,-5,9,-3,6,-1,5,0,7,0,6,0,8,1,0,0],[193,127,6,1,5,1,5,0,6,-1,7,-5,5,-2,4,-3],[94,139]],[[150,16,-13,-2,-8,0,-7,0,-11,-1,-9,-2,-7,0,-7,0,-8,2,-12,6,-14,10,-14,10,-13,12,-10,10,-9,17,-5,13,-3,19,0,20,0,19,3,22,7,18,8,19,11,14,13,13,14,10,18,6,21,4,22,0,25,-2,22,-9,21,-17,22,-25,17,-28,12,-28,7,-28,2,-28,0,-26,-7,-24,-12,-17,-17,-12,-22,-7,-25,-4,-25,0,-24,3,-25,8,-17,10,-16,12,-13,14,0,0],[67,74,5,-5,6,-5,0,6,-7,8,-7,7,2,-8,3,-6,2,-3],[132,78,5,-6,7,-1,0,7,-9,7,0,0],[52,134,1,5,0,7,2,5,3,6,6,7,8,6,13,2,13,1,19,0,17,-4,12,-6,12,-7,10,-9,0,0]],[[157,229,-7,3,-16,6,-16,7,-16,6,-19,4,-14,-1,-13,-8,-49,-53,-6,-19,11,-57,11,-23,15,-20,22,-25,19,-15,18,-12,22,-15,19,-5,16,-2,11,4,17,4,7,10,14,15,9,14,6,19,6,24,-1,21,-3,25,-7,18,-8,23,-10,12,-9,18,-7,11,-6,7,-12,6,-10,5,-9,3,-10,4,-11,1,-9,-4,-1,-2],[73,110,-2,1],[133,81,-6,2],[60,169,16,5,20,3,19,0,19,-4,17,-6,18,-11,15,-12,9,-12,-3,1]],[[206,110,5,-4,4,-6,2,-9,0,-9,0,-10,-2,-10,-4,-10,-6,-8,-8,-10,-8,-8,-12,-8,-12,-6,-15,-6,-15,-3,-18,-3,-18,0,-17,0,-17,0,-15,7,-14,14,-11,15,-11,17,-8,21,-5,22,-1,20,0,21,0,19,4,20,7,19,9,18,12,16,10,10,12,9,13,4,13,3,15,0,15,0,14,-4,13,-8,13,-7,12,-10,10,-11,10,-14,7,-13,6,-16,2,-17,0,-18,-4,-25,0,0],[84,37,-1,9,-1,9,-2,13,-1,13,0,12,0,11,0,0],[134,44,0,8,-1,10,-2,13,-2,13,-3,12,-2,11,0,0],[9,177,10,5,5,2,6,2,8,2,9,1,11,2,11,2,8,2,8,1,7,2,7,2,8,2,5,0,6,2,7,1,1,0]],[[95,13,-3,0,-3,0,-3,2,-3,1,-3,1,-2,2,-3,3,-3,3,-2,2,-3,4,-3,4,-3,4,-3,4,-2,5,-1,4,-2,6,-1,4,-1,5,0,6,0,5,0,6,0,5,0,5,0,6,1,6,0,5,3,5,2,4,4,6,3,3,3,6,5,3,4,3,6,4,5,4,5,2,6,3,7,2,7,2,5,0,5,1,6,2,6,1,5,0,5,0,6,0,5,0,6,-1,5,-1,4,-2,5,-3,4,-3,5,-2,3,-3,4,-4,3,-3,4,-4,2,-4,3,-4,2,-5,1,-5,1,-6,1,-5,1,-5,0,-5,0,-5,0,-5,-1,-4,0,-5,-1,-5,-2,-6,-3,-6,-2,-5,-4,-6,-2,-5,-6,-6,-3,-4,-5,-5,-3,-4,-5,-3,-5,-4,-4,-3,-4,-3,-4,-3,-3,-2,-3,-2,-3,-2,-3,-1,-3,-3,-2,0,-3,0,-3,0,-2,0,-3,0,-4,0,-4,0,-4,0,-3,0,-3,0,-2,0,-4,2,-2,1,-3,1,-2,1,-2,1,-4,2,-3,2,-2,3,-2,2,-2,1,-2,2],[96,47,-2,2,1,3,2,0,2,-2,0,-2,-3,0,-2,1,-1,3,0,2,3,1,1,-2,0,-2,1,-2,0,0],[154,56,-2,-1,-3,2,-1,3,0,2,2,1,2,0,3,-1,0,-3,0,-2,-3,-1,-2,1,0,3,2,0,1,-2,1,0],[143,0,3,2,4,4,2,0,3,3,2,1,3,3,2,2,2,2,1,2,3,3,2,2,4,4,2,1,5,4,3,3,2,2,4,2,3,3,3,3,2,1,3,3,1,2,2,3,1,3,2,3,1,4,2,4,1,2,1,2,1,3,0,3,0,3,0,3,0,2,0,2,0,3,0,3,1,3,1,3,0,2,1,3,2,3,1,3,1,3,2,4,1,2,2,3,0,2,2,3,4,3,3,2,3,1,2,1,2,0,3,-1,3,-1,2,-2,2,-3,2,-2,1,-3,1,-2,0,-2,-1,-1],[97,4,-2,2,-1,3,-1,2,-1,2,-1,3,0,3,-3,5,-1,2,-1,3,-2,3,-2,3,-1,2,-2,3,-2,3,-3,4,-3,3,-4,4,-4,3,-3,3,-4,3,-3,3,-3,3,-3,3,-4,3,-2,2,-3,3,-2,3,-3,3,-3,2,-2,3,-2,2,-2,2,-2,1,-3,1,-3,0,-2,-1,-1,-3,-4,-5,-1,-2,-2,-4,-1,-3,-1,-2,-2,-2,-1,-3,-1,-1]],[[95,1,-4,-1,-4,0,-4,3,-7,4,-8,6,-9,9,-10,9,-7,10,-7,13,-6,14,-5,15,-2,15,-3,15,0,12,0,14,0,13,0,11,1,13,3,10,4,10,5,9,6,8,5,8,10,8,9,7,9,7,8,4,7,4,5,2,5,2,5,0,5,0,5,0,6,-4,5,-4,6,-4,4,-4,4,-6,3,-9,3,-12,4,-10,2,-9,1,-7,3,-11,4,-13,2,-13,2,-9,2,-11,1,-11,1,-13,2,-18,0,-15,0,-14,0,-9,0,-9,-3,-7,-2,-7,-5,-6,-4,-5,-4,-4,-6,-3,-5,-2,-5,-1,-5,-1,-5,-1,-4,0,-3,-2],[31,84,-3,-4,-1,-4,-2,-4,-3,-4,-6,-4,-4,0,-7,3,-2,4,-3,7,0,9,0,8,0,9,4,10,5,7,6,8,4,5,5,6,5,5,3,4,5,3,0,0],[163,98,3,-4,1,-7,4,-8,7,-3,6,-1,6,1,2,5,0,6,0,7,-2,6,-4,6,-3,6,-1,5,-3,4,-1,5,-3,4,-3,5,-2,4,-5,5,-3,4,-5,4,-5,4,0,1],[74,48,-6,-1,-5,2,-4,4,-3,5,-3,7,-1,6,0,5,9,3,10,-1,6,-6,4,-5,2,-7,-4,-7,-3,0,-5,0,-4,6,-2,7,4,6,5,0,4,-1,1,-4,0,-6,0,-4,-5,-1,-4,0,-4,2,-2,4,5,5,9,0,0,0],[145,58,-7,-4,-5,4,-4,6,-2,4,0,5,2,5,5,0,2,-4,1,-6,0,-8,0,-3,-6,-4,-7,1,-3,6,-2,4,0,5,5,4,5,0,4,-1,3,-8,1,-7,0,-4,-8,-3,-6,3,-2,6,0,5,0,4,4,6,9,3,0,0],[92,83,-1,8,-1,4,-2,5,-1,5,-1,4,-3,5,-4,2,-5,1,-4,5,5,6,7,1,6,1,5,0,0,0],[49,152,7,2,7,1,12,1,14,2,13,2,10,2,7,1,5,4,0,0],[60,152,0,6,0,8,4,9,8,9,8,6,11,1,10,0,11,-3,8,-6,5,-7,4,-4,1,-6,0,-5,0,-4,0,0]],[[84,0,-4,1,-2,1,-4,2,-4,3,-3,1,-2,2,-3,1,-4,1,-3,3,-4,4,-3,3,-2,3,-3,3,-2,3,-2,4,-2,5,-2,3,-1,3,-2,6,-1,3,-1,4,0,3,-1,3,0,4,0,4,0,2,-1,4,-1,3,-1,3,0,4,-1,3,0,2,-3,0,-3,-2,-3,-1,-2,-1,-3,0,-3,0,-3,1,-2,3,-1,3,-2,2,0,3,0,3,0,3,0,3,0,2,0,3,0,3,0,2,1,3,1,2,0,3,1,3,3,0,2,1,3,0,3,0,3,0,2,3,0,3,0,3,0,3,0,4,0,3,0,6,0,5,0,4,0,3,0,6,1,3,2,4,1,3,2,4,4,3,2,3,3,2,3,2,2,1,4,2,3,0,5,1,4,1,4,1,5,0,4,1,2,3,4,3,3,2,3,1,3,1,3,1,4,1,5,1,4,1,5,1,3,0,5,0,4,1,3,0,3,0,3,1,4,0,3,0,2,0,4,0,4,0,4,0,4,0,3,0,4,-1,3,-2,6,-2,3,-3,6,-4,3,-4,3,-3,3,-3,1,-3,3,-2,2,-3,2,-2,1,-3,2,-3,2,-2,5,-8,1,-4,1,-3,2,-4,1,-3,3,-3,1,-3,0,-4,0,-3,1,-2,0,-3,0,-3,3,-1,4,0,3,0,4,0,4,0,4,-1,4,-1,2,-1,3,-1,4,-4,3,-1,2,-3,2,-3,1,-3,0,-3,0,-3,0,-2,-1,-3,-1,-3,-2,-3,-2,-2,-3,-4,-4,-3,-4,-2,-3,-2,-3,-2,-4,2,-3,-2,-2,-2,-3,-4,-2,-2,0,-3,0,-3,-2,-4,-2,-6,-1,-4,-1,-2,-2,-3,-2,-3,-2,-3,-2,-2,-1,-3,-3,-4,-3,-2,-2,-2,-4,-5,-2,-2,-3,-4,-3,-4,-3,-3,-3,-1,-2,0,-5,-2,-7,-1,-3,-1,-4,-1,-3,0,-4,-1,-3,-1,-5,0,-3,-1,-3,0,-3,-1,-3,0,-4,-2,-4,0,-3,0,-4,-1,-3,0,-4,0,-3,0,-3,0,-3,-1,-3,-1,-5,-3,-2,-2,-2,0],[113,89,-1,4,-1,3,-3,3,-1,3,-1,3,-1,5,-1,3,-2,4,-1,5,-2,6,-1,3,-1,3,0,3,-1,3,3,1,4,2,6,0,3,1,7,0,4,0,4,0,1,0],[83,53,0,0],[82,54,0,3,3,1,4,0,5,0,3,0,0,-3,-2,0],[150,55,1,2,2,2,4,0,3,0,3,0,2,-1],[67,166,2,4,4,5,5,6,5,6,5,5,4,3,2,2,3,2,4,1,4,1,4,0,3,0,3,0,5,0,3,0,5,0,6,0,7,-2,7,-3,7,-4,5,-3,4,-3,3,-3,0,-3]],[[40,18,-7,8,-7,9,-7,12,-7,16,-6,16,-3,16,-3,16,0,14,0,13,1,18,3,16,7,16,8,16,9,14,11,11,11,9,17,8,20,6,22,3,25,0,22,-6,16,-12,12,-10,8,-13,6,-13,4,-13,2,-17,0,-18,0,-16,-2,-16,-6,-15,-7,-15,-9,-19,-12,-19,-9,-12,-9,-12,-8,-8,-9,-8,-9,-5,-8,-4,-10,-3,-10,-1,-7,0,-9,0,-13,0,-12,6,-10,6,-8,7,-4,6,0,0],[49,68,0,6,2,6,6,1,5,-6,0,-11,-4,-6,-6,0,-3,6,0,7,0,5,2,7,7,2,5,-9,-7,-4,-4,0],[29,44,6,-3,8,-2,10,-3,6,-1,7,0,5,0],[107,28,7,3,6,0,6,0,6,0,6,0,9,2,3,6,0,0],[125,66,0,7,5,0,0,-7,-6,0,0,7,5,0,3,-6,-8,-1,-5,0],[102,113,-3,4],[57,168,6,14,8,10,11,11,12,4,15,2,17,0,14,-10,11,-15,6,-14,2,-11,2,-10]],[[40,10,-5,3,-7,7,-5,6,-5,6,-2,5,-3,6,-2,6,-2,6,-2,6,-2,5,-1,8,-2,7,-2,6,0,7,0,8,0,6,0,7,0,8,0,7,0,5,0,5,0,8,0,6,1,6,3,5,3,7,4,4,7,9,9,8,10,12,10,13,6,8,7,8,5,3,5,1,7,2,9,2,8,1,8,1,7,2,7,1,8,2,7,2,5,1,7,2,8,1,6,0,7,0,6,0,8,0,7,-1,8,-3,9,-5,4,-5,6,-7,5,-6,3,-5,3,-6,3,-6,4,-10,2,-8,3,-8,1,-8,0,-12,-2,-14,-5,-16,-9,-21,-11,-22,-5,-11,-5,-7,-2,-5,-4,0,-9,-7,-7,-7,-5,-7,-7,-11,-5,-8,-4,-4,-4,-4,-4,-4,-8,-5,-5,0,-4,-2,-5,-1,-4,-1,-5,-2,-6,-2,-5,-1,-5,-1,-4,-1,-6,-1,-9,0,-6,0,-4,0,-5,0,-4,0,-6,0,-4,2,-4,4,-4,3,-4,3,-3,2],[61,66,-4,5,-2,5,-1,4,-1,5,-2,5,-1,4,0,4,7,4,6,0,6,-1,5,-3,7,-4,4,-5,1,-5,0,-5,-2,-4,-3,-4,-5,-2,-4,0,-7,0,-6,0,-4,0,-2,0],[146,64,-7,4,-4,3,-6,5,-6,7,-4,6,0,6,0,6,0,5,7,6,5,3,4,1,4,2,4,0,5,0,3,-5,0,-5,0,-7,-2,-7,-6,-6,-4,-4,-5,-5,-5,-2,-4,-3,-4,-1,-1,0]],[[105,1,-4,0,-9,2,-5,2,-7,2,-7,2,-9,6,-7,5,-11,13,-11,20,-11,21,-10,23,-6,21,-6,18,-2,18,0,16,2,14,5,13,9,11,10,11,13,12,16,7,15,6,16,6,16,4,18,1,19,-1,22,-5,40,-11,16,-5,12,-10,3,-4,-1,-6,0,-14,1,-19,3,-18,5,-14,2,-6,5,-12,0,-6,0,-7,-4,-12,-8,-13,-7,-12,-8,-13,-7,-12,-6,-11,-5,-9,-5,-6,-6,-6,-8,-8,-4,-5,-7,-5,-4,-3,-5,-1,-5,-1,-5,0,-7,0,-12,1,-13,1,-11,2,-11,1,-7,2,-5,2,-3,4,-1,7,0,0],[45,178,8,5,12,6,13,10,11,9,11,6,7,4,6,4,5,3,5,2,7,0,10,-3,14,-5,11,-4,11,-5,8,-9,6,-6,9,-15,4,-13,2,-14,0,-7,0,0],[178,50,1,3],[81,49,0,4,-1,4,0,4,0,3,0,5,0,4,0,2],[175,54,0,7,0,5,3,4,3,5,1,6,1,4,0,2]],[[102,1,18,-1,8,0,11,1,12,3,13,3,15,4,13,6,14,6,10,8,7,6,11,8,7,12,6,14,5,14,0,14,-27,93,-12,17,-16,13,-15,9,-18,4,-18,0,-25,-6,-24,-15,-20,-19,-15,-22,-11,-21,-4,-19,-3,-22,0,-21,0,-19,9,-20,12,-16,9,-10,9,-8,10,-6,7,-4,12,0,0,0],[111,57,1,14,0,7,0,7,-7,6,-2,-8,0,-11,6,-7,0,0],[189,42,0,9,0,11,0,7,0,8,0,7,-12,3,-8,-13,-3,-12,1,-8,4,-1],[136,139,7,9,11,10,9,9,7,2,9,-3,4,-9,9,-6,9,-6,11,-8,0,0],[154,91,0,8,6,-2],[72,13,-10,6,-9,13,-12,21,-12,25,-10,27,-8,26,-3,20,0,13,0,0],[85,26,-10,18,-18,31,-19,40,-18,39,-9,28,-4,22,0,0],[47,56,-15,21,-9,23,-12,36,-9,34,-2,22,0,15,0,0],[131,4,8,1,10,0,12,0,18,0,19,0,21,3,16,6,11,11,9,16,0,0]],[[82,18,-4,0,-7,3,-6,4,-3,4,-4,5,-2,5,-11,21,-1,4,-1,6,-2,6,-2,5,-1,4,-3,5,0,4,-2,4,-2,6,-1,6,-3,5,-1,7,-3,9,-3,6,-1,7,0,8,-1,7,0,8,0,5,0,11,0,5,0,7,0,4,2,6,2,4,5,5,4,5,4,0,5,5,3,1,3,4,6,2,5,2,5,5,9,3,6,2,7,3,8,0,18,0,7,0,6,0,6,0,5,0,5,0,6,-3,5,-5,5,-3,4,-8,4,-5,4,-6,6,-8,5,-7,3,-5,5,-9,2,-5,3,-7,1,-6,3,-7,2,-6,0,-13,0,-8,0,-10,0,-18,0,-10,0,-8,0,-8,0,-9,-4,-5,-3,-9,-2,-5,-3,-4,-10,-16,-4,-5,-3,-7,-4,-2,-6,-4,-7,-3,-5,-4,-5,-3,-7,-3,-3,-1,-4,-1,-4,0,-5,0,-3,0,-6,3,-4,5,-4,5,-3,4,-5,4,-4,0,-4,0,-2,0],[37,88,-2,-3,-5,-2,0,-4,-5,-3,-5,-3,-4,-1,-3,4,-2,4,-1,5,-1,3,-1,4,-3,6,0,4,-3,4,0,4,0,4,-1,4,-1,4,0,4,0,3,2,4,3,1,4,1,4,0,3,-1,3,-2],[203,80,-3,1,4,-2,7,-1,3,-2,5,-1,3,-1,8,-3,7,-3,5,0,4,-1,4,1,5,2,0,4,0,3,-1,4,-1,4,-2,8,-2,5,-2,8,-3,7,-3,7,0,5,-3,5,-2,6,0,3,-1,8,0,3,-1,6,-1,4,-3,10,-3,5,0,3,-1,4,-4,1,-3,1,-5,0,-3,-2,-2,-4,-1,-3,-3,-5,-3,-4,-1,-5,0,-3,-1,-5,0,2],[82,83,-4,-2,-2,6,-3,6,-2,11,-2,6,0,5,0,3,0,4,6,4,7,5,6,0,7,0,6,0,2,-5,1,-3,1,-5,0,-12,0,-6,0,-7,0,-8,-1,-11,-4,0,-6,0,-4,3,-4,2,-4,5,0,4,0,1],[134,85,-3,6,-3,5,-1,10,0,7,0,4,0,8,0,6,0,5,0,4,0,5,4,2,6,0,3,0,5,0,4,0,4,0,4,-2,7,-6,5,-5,4,-5,2,-3,0,-11,0,-5,-2,-4,-3,-2,-3,-4,-3,-2,-3,-3,-4,-1,-5,-1,-2,3,-1,4,-1,2],[104,136,3,3,0,5,0,4,0,4,0,4,0,7,0,4,-1,0]],[[157,5,-10,-1,-15,-1,-17,-1,-15,0,-9,0,-11,0,-7,0,-5,0,-6,0,-5,0,-4,1,-4,1,-3,1,-3,2,-3,3,-3,4,-2,5,-2,4,-2,7,-3,7,-5,9,-4,10,-4,11,-3,13,-5,13,-2,12,-2,16,-1,11,-2,18,0,10,0,10,0,11,0,7,0,8,1,6,1,5,1,4,1,5,1,3,1,4,3,4,1,4,2,3,1,3,3,3,4,4,3,2,3,2,4,1,5,2,4,1,5,1,3,1,5,0,4,0,4,0,3,0,3,0,4,0,3,-1,4,-1,3,-1,4,-1,4,-2,5,-1,5,-2,5,-1,6,-2,4,-3,4,-3,3,-2,3,-4,3,-4,2,-4,3,-4,3,-5,2,-4,2,-5,2,-4,2,-6,2,-3,2,-4,1,-4,2,-4,1,-3,2,-3,1,-4,1,-2,3,-5,0,-3,1,-5,1,-5,1,-5,0,-5,1,-6,1,-5,0,-6,1,-6,2,-6,1,-6,0,-7,1,-6,1,-6,1,-6,0,-6,0,-5,0,-4,0,-4,0,-4,0,-4,0,-5,0,-4,0,-10,0,-5,0,-5,0,-3,0,-3,0,-4,0,-2,-1,-4,-1,-2,-1,-3,-4,0,-5,-1,-5,0,-3,0,-4,-1,-4,0,-3,0,-3,0,-1,0],[18,72,5,1,8,2,8,1,8,1,7,1,5,0,3,1,0,0],[110,87,4,0,17,0,20,2,15,2,12,0,4,0,2,0],[23,155,0,3,2,3,2,3,3,6,3,3,3,4,4,3,5,4,6,4,9,5,11,5,8,3,7,3,6,2,3,0,5,-1,4,-3,4,-3,4,-3,1,-3,3,-3,1,-3,2,-5,1,-4,1,-3,0,-1]],[[107,1,-6,-1,-5,0,-5,0,-6,0,-8,0,-9,2,-10,6,-10,8,-15,14,-12,16,-11,20,-7,23,-3,24,0,24,0,22,4,20,7,17,7,16,8,11,10,11,10,9,10,7,9,4,10,0,12,0,14,-1,13,-7,13,-8,13,-7,12,-6,11,-4,11,-6,7,-4,8,-5,6,-7,8,-9,7,-12,5,-9,3,-10,1,-9,0,-10,1,-10,1,-12,0,-14,0,-11,-3,-12,-4,-12,-5,-11,-8,-10,-8,-7,-8,-6,-9,-4,-12,-5,-9,-3,-11,-4,-12,-2,-8,-1,-6,-1,-5,0,-6,-1,-3,-2],[91,70,0,0],[61,68,-5,-4,1,3],[146,77,-2,-5,0,-5,-3,5,-1,5,6,-2,0,0],[51,195,6,-4,5,0,7,0,6,0,8,0,8,0,9,-1,10,-1,11,-1,12,-1,11,-2,8,-1,9,0,6,-1,5,0,6,-1,5,-1,0,0],[53,69]],[[25,5,-2,4,-2,6,-2,4,-2,7,-3,6,-2,8,-3,9,-3,14,-3,14,-2,11,-1,11,0,10,0,11,0,11,0,26,0,14,0,13,1,12,2,11,2,11,4,10,5,9,5,9,4,5,4,4,5,0,6,0,6,-1,9,-1,8,-3,9,-4,8,-4,10,-7,11,-8,8,-7,5,-9,4,-9,4,-10,4,-10,3,-9,3,-10,1,-10,2,-11,1,-10,1,-10,1,-10,0,-10,1,-10,-1,-11,-1,-10,-2,-10,-3,-6,-2,-5,-3,-4,-4,-5,-4,-3,-8,-8,-8,-8,-10,-8,-10,-6,-9,-4,-9,-3,-8,-1,-8,0,-5,2,0,0],[72,69,6,-1,6,-1,7,0,4,0,6,1,5,2,4,3,3,4,-1,5,-4,4,-5,2,-4,3,-5,2,-4,1,-4,1,-3,0,-5,0,-3,0,-7,-1,-4,-1,-5,-2,-4,-3,7,-9,9,-10,10,-9,9,-9,0,0],[15,68,5,-3,7,-3,3,-1,4,-1,6,-2,6,1,5,1,4,6,2,5,-1,6,-2,4,-4,4,-4,5,-5,3,-3,3,-4,1,-4,1,-5,1,-5,0,-4,-2,-3,-2,-3,-4,-2,-7,0,-8,0,-17,0,0],[36,159,4,7,5,5,7,5,7,4,8,1,10,-1,12,-5,15,-11,13,-15,12,-16,0,0],[36,169,6,-5,7,-5,11,-6,14,-5,12,-4,11,-1,10,2,8,5,0,0]],[[88,254,-8,-1,-11,-10,-8,-5,-7,-7,-7,-9,-8,-10,-6,-8,-11,-13,-7,-10,-4,-8,-6,-9,-3,-10,-2,-7,0,-7,0,-7,4,-8,4,-9,6,-9,5,-9,7,-8,6,-10,7,-6,11,-11,11,-14,15,-11,9,-10,13,-7,9,-5,7,-4,17,-5,8,-2,11,-3,14,-2,12,0,9,0,10,0,9,0,11,2,11,7,12,10,7,10,4,10,4,42,0,10,0,10,0,11,0,9,-4,11,-3,14,-4,13,-6,12,-5,12,-5,7,-2,7,-6,7,-11,11,-7,6,-7,7,-8,5,-7,3,-8,4,-7,2,-10,0,-10,0,-10,0,-8,-2,-7,0,-7,-1,-7,0,-7,0,-7,3,-7,1,-5,0],[184,92,0,0],[193,97,-9,-2,-10,-3,-4,8,0,11,7,-3,6,-7,0,-1],[109,90,0,7,2,0],[111,97,7,-2,1,-7,-7,0,-3,0],[69,157,0,7,1,7,7,6,11,1,7,0,12,0,9,0,7,0,10,0,9,0,7,-1,7,0,7,0,7,-4,3,-7,0,-2]],[[68,0,4,0,6,0,6,0,7,0,9,4,10,4,11,5,10,4,10,5,11,7,7,7,7,5,8,8,4,4,5,5,6,10,5,10,3,9,6,11,2,9,2,10,4,10,0,11,0,9,-1,11,-5,8,-3,10,-6,11,-8,10,-7,11,-8,9,-10,9,-8,10,-12,7,-10,3,-11,5,-8,1,-10,1,-10,2,-9,0,-11,0,-10,0,-10,0,-10,-6,-7,-3,-6,-3,-4,-6,-4,-5,-4,-6,0,-8,-3,-6,-1,-7,-2,-9,-1,-8,-2,-11,-1,-10,0,-10,-1,-11,-3,-9,-2,-13,-1,-10,-2,-7,0,-10,0,-10,0,-9,0,-9,0,-9,0,-6,0,-8,0,-6,0,-5,1,-6,2,-5,0,-1],[30,66,5,-5,6,-1,5,1,4,6,5,4,4,5,3,6,2,5,3,5,0,7,0,5,-1,4,-13,6,-5,2,-8,1,-6,0,-7,0,-6,-4,-3,-5,0,-6,0,-6,0,0],[103,45,4,2,6,4,5,8,2,5,3,4,1,5,0,5,0,7,-3,7,-5,2,-6,0,-8,0,-7,0,-7,-1,-4,-3,-2,-1],[171,166,-7,6,-6,4,-7,10,-5,5,-7,6,-3,6,-5,5,-5,5,-5,3,-6,8,-6,3,-5,3,-6,2,-7,2,-6,0,-7,0,-7,0,-6,0,-7,0,-9,0,-7,-3,-4,-1,-8,-5,-2,-5,0,-6,0,0],[73,160,6,-4,5,-1,5,-3,5,-3,4,-3,0,0]],[[154,68,-2,-2,-3,-1,-8,-4,-3,-2,-3,-1,-5,-2,-5,-2,-3,-1,-3,-1,-4,-2,-6,-2,-4,-2,-5,-1,-4,0,-4,0,-3,0,-6,0,-4,1,-3,1,-5,2,-3,1,-2,2,-5,2,-4,1,-3,3,-4,4,-7,5,-3,3,-2,3,-6,5,-2,3,-3,3,-2,3,-5,6,-2,4,-4,6,-1,3,-2,4,-1,3,-1,3,-2,3,-1,4,-2,4,-1,4,-1,5,-1,8,-1,4,0,4,0,4,0,5,0,4,0,4,1,4,0,4,1,4,1,5,1,3,1,4,1,4,1,4,2,4,3,8,2,3,2,3,2,4,2,3,3,2,3,3,3,3,3,3,3,2,2,2,4,3,4,3,8,4,4,1,2,0,8,2,4,1,3,0,4,0,3,-1,3,-1,4,0,5,-1,3,0,4,-1,4,-1,6,-2,3,-1,4,-2,4,-2,3,-2,4,-3,8,-8,3,-4,2,-3,3,-4,5,-7,2,-3,2,-4,3,-8,2,-5,2,-5,5,-14,2,-11,3,-12,0,-7,0,-6,0,-7,-1,-3,-1,-7,-1,-4,-1,-4,-2,-7,-2,-4,-1,-3,-1,-4,-3,-3,-1,-3,-2,-3,-1,-3,-3,-6,-4,-5,-3,-4,-3,-3,-4,-3,-3,-2,-3,-2,-2,-1],[40,169,2,4,3,5,1,3,3,5,3,5,2,2,3,3,3,3,3,2,3,2,4,2,4,1,2,1,3,0,5,0,4,-1,3,-1,3,-1,4,-2,3,-2,4,-3,3,-3,2,-5,3,-5,1,-2,2,-4,3,-5,2,-3,2,-3,1,0],[61,89,-5,2,-3,4,-3,4,-2,3,-2,4,-1,4,-1,3,0,4,1,3,0,5,3,8,2,3,3,3,2,1,4,1,4,0,3,-2,5,-3,1,-4,2,-4,0,-3,-1,-5,-2,-3,-1,-3,-2,-3,-2,-2,0,-3,-1,-3,-1,-3,-2,-3,-2,-3,-3,-2,0,-1],[124,110,-1,-3,-2,-4,-3,-4,-1,-3,-3,-3,-4,-3,-3,-2,-4,0,-3,0,-5,1,-4,2,-4,5,-2,5,-2,3,-2,4,0,5,1,2,3,5,2,3,2,4,2,3,2,2,4,2,4,1,3,0,4,-2,4,-3,3,-5,2,-3,1,-4,0,-3,0,-4,0,-4,-1,-4,-1,-2],[61,56,-1,-3,-1,-7,-3,-6,-2,-4,-2,-6,-2,-3,-2,-4,-2,-3,-2,-2],[88,50,1,-4,1,-4,0,-6,0,-5,-1,-6,0,-7,0,-4,0,-4,0,-3,0,-3,2,-4,0,0],[110,59,1,-5,2,-4,2,-4,4,-7,4,-4,3,-6,2,-3,3,-4,3,-3,3,-3,1,0]],[[111,8,-6,-2,-6,0,-8,0,-8,0,-5,0,-5,0,-5,0,-5,0,-5,1,-5,2,-6,3,-9,8,-5,5,-4,5,-6,7,-4,7,-4,7,-4,8,-4,8,-3,9,-2,8,-1,9,-1,10,0,9,0,9,0,9,0,10,1,12,2,13,3,13,4,9,3,11,4,9,5,8,4,8,6,8,5,6,5,6,7,5,5,3,7,2,7,2,8,0,6,0,7,0,7,0,8,-2,8,-4,8,-7,11,-11,9,-13,9,-14,8,-11,6,-13,5,-11,4,-10,2,-12,1,-15,0,-14,0,-14,-2,-15,-5,-12,-6,-12,-4,-11,-4,-9,-5,-8,-5,-8,-4,-7,-3,-6,-5,-6,-9,-7,-9,-3,-6,0,-5,0,-4,0],[86,83,-6,-4,-9,-1,-5,0,-5,0,-5,0,-6,3,-2,9,0,5,3,9,7,3,5,1,8,0,4,-9,1,-5,0,-5,0,-8,-6,-2,-6,1,-3,6,0,0],[138,88,0,-7,-9,0,-6,0,-6,2,-5,2,-7,7,-1,9,0,5,4,6,5,1,9,0,7,-10,2,-6,0,-6,0,-5,-3,-5,-5,0,-7,0,0,0],[98,136,-5,0,-5,6,-6,7,-2,6,-1,6,2,5,5,0,4,-5,1,-1],[52,180,0,5,0,6,1,6,5,6,6,2,8,2,10,2,6,0,6,0,6,0,7,-3,8,-4,7,-4,6,-3,6,-4,5,-4,4,-2]],[[48,19,-4,1,-5,6,-4,5,-3,4,-2,5,-3,4,-4,4,-2,5,-3,5,-1,4,-3,5,-2,5,-2,5,-3,5,-1,3,-2,5,0,4,-2,4,-1,3,-1,5,0,5,0,4,0,5,0,4,0,4,0,3,4,5,3,2,5,3,3,5,3,3,2,4,3,5,4,6,5,6,3,3,5,4,4,3,4,1,7,3,3,0,7,2,5,1,5,2,5,2,4,0,4,3,7,1,6,2,5,0,5,1,6,1,5,1,4,0,5,1,5,0,4,1,3,0,4,1,5,0,5,0,6,0,5,0,4,-1,4,-2,3,0,5,-1,5,-2,4,-1,3,-2,5,-2,6,-3,3,-3,4,-4,6,-3,4,-5,5,-3,4,-5,4,-5,4,-5,3,-6,3,-7,4,-7,1,-10,2,-8,1,-6,0,-7,0,-5,0,-5,0,-4,-1,-8,-2,-5,-2,-6,-1,-3,-3,-9,-4,-5,-4,-5,-5,-6,-6,-4,-3,-2,-8,-3,-4,-1,-8,-3,-4,0,-5,-2,-6,0,-5,-2,-5,-2,-5,0,-5,-3,-5,0,-5,0,-4,-1,-4,-1,-6,-1,-4,-1,-7,-1,-5,-2,-6,-2,-5,-3,-5,-2,-5,-3,-5,-3,-5,-1,-7,-1,-6,0,-3,0,-7,0,-4,0,-3,2,-5,0,-4,2,-4,1,-3,3,-5,1,-5,5,-2,3,-2,3],[61,66,0,4,0,5,2,3,3,2,4,0,4,-3,4,-6,0,-4,0,-4,-5,-1,-4,0,-4,0,-4,3,-1,2],[176,59,-4,-2,-3,2,-4,5,-2,3,-2,4,-1,4,-2,4,-1,4,2,5,4,2,3,0,4,1,4,0,4,0,3,0,5,0,3,0,5,-3,3,-4,2,-4,1,-3,2,-5,0,-5,0,-4,-3,-3,-4,-3,-4,0,-5,-1,-5,-1,-5,0,-5,-1,-2,0],[66,124,4,3,4,3,5,2,4,2,3,1,4,2,5,1,3,1,5,0,5,0,3,0,5,0,4,0,3,0,6,0,5,-1,6,0,6,-2,5,0,5,0,5,0,5,-2,5,-1,3,0,5,-2,5,-2,5,-2,5,-2,5,-1,4,-1,3,-3,-2,-1],[66,128,0,4,0,4,0,5,1,5,2,3,4,4,4,3,6,2,3,0,4,0,5,0,8,0,8,0,3,0,7,0,5,0,4,0,4,0,5,-1,5,0,7,-2,4,0,5,0,5,-2,4,0,3,0,4,0,5,-2,5,-2,3,-1,4,0,4,-2,4,-2]],[[62,224,-4,-3,-6,-4,-4,-2,-4,-2,-4,-4,-4,-3,-4,-3,-3,-3,-3,-4,-3,-3,-1,-4,-4,-4,-2,-5,-3,-6,-1,-6,-2,-7,-1,-5,0,-9,0,-5,0,-7,1,-7,1,-6,1,-7,2,-7,3,-8,2,-9,2,-6,2,-7,3,-7,3,-7,4,-5,3,-5,4,-6,5,-4,4,-4,4,-4,5,-4,6,-4,4,-2,7,-4,4,-2,5,-2,6,-2,6,-2,5,-1,7,-1,4,0,8,-1,6,1,7,0,7,1,6,0,7,2,5,1,7,2,5,2,5,3,7,3,7,4,6,4,7,5,4,4,5,5,4,4,3,5,3,4,3,5,3,5,2,5,2,6,2,5,2,5,1,6,2,6,1,6,1,5,1,6,0,8,0,6,0,7,0,6,-2,6,-1,6,-3,5,-4,7,-3,4,-4,5,-4,5,-3,5,-4,5,-5,4,-5,4,-4,4,-5,4,-5,3,-6,3,-4,3,-5,3,-5,1,-5,2,-6,1,-5,1,-4,1,-8,1,-5,0,-7,0,-5,0,-5,0,-5,0,-6,-1,-4,0,-6,0,-4,-1,-4,0,-4,-1,-7,0,-11,-4,-8,-4,-9,-5,0,-1],[65,154,2,3,2,4,4,4,3,3,3,3,3,3,3,2,4,2,4,2,4,1,3,1,5,1,4,1,3,1,4,0,5,0,4,0,4,0,4,0,3,0,4,-2,3,0,3,-1,4,-2,3,-2,3,-2,2,-1,3,-3,3,-2,3,-4,3,-3,2,-4,2,-3,2,-3,0,0],[146,76,0,6,0,4,0,3,0,4,1,4,0,0],[103,76,0,4,0,4,1,3,0,3,1,3,0,3,0,3,2,4,0,0],[47,31,-3,3,-4,4,-2,3,-4,5,-4,7,-3,6,-2,7,-2,7,-2,7,-2,6,-2,6,-2,6,-1,6,-2,5,-1,6,0,4,-1,6,-1,5,-1,6,0,7,0,6,-1,7,0,5,0,7,0,6,1,6,0,7,1,6,1,7,1,5,0,2],[17,177,-1,-3,-1,-6,0,-4,-1,-6,0,-5,0,-7,0,-6,1,-7,1,-6,1,-6,1,-6,1,-5,1,-6,0,-4,2,-6,1,-5,1,-4,1,-5,2,-5,2,-4,3,-6,2,-4,3,-5,3,-5,4,-4,3,-4,3,-4,3,-3,3,-4,3,-4,4,-2,3,-3,5,-3,4,-3,3,-2,4,-3,3,-2,4,-2,3,-2,4,-1,3,-1,4,-2,4,-1,3,0,2,-1,5,0,4,0,3,0,2,0,4,0,3,1,4,0,3,1,3,2,6,3,3,2,4,3,2,1,4,3,3,4,3,3,3,4,3,4,2,5,3,4,3,5,3,5,4,5,2,4,4,6,2,5,2,3,3,6,1,4,2,4,2,4,2,5,1,4,1,4,2,5,2,5,2,3,1,5,2,4,1,4,2,5,4,9,1,5,2,5,1,3,2,4,1,3,1,4,1,3,1,3,1,4,1,5,2,3,2,3,5,3,0,0],[182,12,5,4,6,9,3,5,4,6,3,5,3,6,2,6,2,6,3,7,1,5,3,7,1,5,3,7,2,7,2,6,2,8,2,6,3,8,2,5,2,6,2,7,1,6,2,5,1,6,2,5,1,6,1,5,2,5,1,5,1,4,1,5,1,5,1,4,0,4,0,5,0,4,0,7,1,3,0,2,1,3],[242,165,0,3,0,3,0,4,0,4,0,3,0,5,0,3,0,3,0,3,0,3,0,3,0,4,-1,5,0,3,-1,4,-1,3,0,3,0,3,-1,3,-1,3,-1,4,-1,5,1,5,0,0],[0,218]],[[175,11,-5,-1,-4,-2,-5,-1,-5,-2,-5,-2,-8,-1,-8,-1,-9,-1,-6,0,-7,0,-7,0,-10,0,-7,0,-5,2,-6,3,-4,2,-5,4,-4,2,-3,2,-5,5,-7,8,-8,12,-8,11,-7,10,-6,8,-4,7,-4,6,-3,6,-2,7,-2,5,-2,6,-4,12,0,9,0,10,0,8,1,8,2,7,2,7,3,6,5,12,5,12,2,10,3,8,2,6,2,4,3,5,3,4,1,3,3,2,3,3,4,4,3,3,5,3,4,0,5,0,6,1,5,2,4,0,10,-1,7,-1,8,0,6,-2,8,-2,8,-1,16,-5,11,-5,6,-4,5,-5,5,-5,4,-4,7,-8,6,-4,3,-5,2,-4,4,-4,1,-5,2,-5,1,-9,1,-8,0,-5,0,-6,0,-6,0,-5,0,-8,0,-6,0,-6,-1,-6,-1,-3,-1,-6,-1,-6,0,-6,-1,-8,-1,-3,0,-3,-2,-5,-1,-4,-1,-5,0,-5,-1,-4,-1,-3,0,-3,-1,-6,-1,-6,-2,-5,-1,-4,-3,-4,-2,-4,-2,-4,-2,-3,-2,-3,-3,-5,-3,-3,-4,-2,0,0],[74,99,-1,3,1,3,0,6,0,3,1,3,0,2],[108,99,0,4,0,4,0,4,0,3,1,3,0,1],[52,183,2,4,2,4,1,4,2,4,5,3,7,2,5,0,6,1,5,0,8,0,7,-1,3,0,3,-1,5,-2,5,-5,2,-4,3,-4,3,-4,1,-3,2,-4,1,-3,2,-4,3,-4,7,-9,4,-6,2,-5,2,-4,2,-3,1,-3,0,-4,0,-3,-4,-2,0,0],[117,45,-4,0,-4,0,-3,0,-3,0,-3,0,-5,3,-2,3,-3,5,-4,6,-2,7,-3,7,-2,4,-1,3,-1,3,-1,-4,-1,-3,-1,-3,-3,-1,-3,-1,-5,-1,-3,1,-4,4,-4,3,-2,5,-3,7,0,5,-2,5,0,5,0,4,0,3,-1,-4,0,3,0,4,0,4,-1,7,-1,8,0,9,-1,8,0,7,0,4,0,3,0,3,1,4,0,3,2,4,0,5,1,5,0,3,1,3,0,5,1,5,0,4,0,3,0,4,1,3,0,4,2,3,0,3,1,3,0,0]],[[177,13,-4,-1,-4,0,-5,-2,-6,0,-10,0,-14,2,-14,5,-16,6,-16,7,-15,8,-14,9,-14,10,-12,13,-11,15,-10,14,-7,13,-4,12,-1,10,0,8,3,9,6,6,7,8,10,5,12,5,13,3,13,2,15,1,15,1,16,0,16,0,16,-3,16,-6,16,-7,16,-9,15,-11,14,-12,12,-11,10,-12,7,-12,4,-11,2,-10,1,-10,-3,-10,-4,-9,-7,-10,-8,-9,-10,-9,-11,-8,-11,-6,-8,-5,-8,-2,-7,0,-7,1,-8,7,-5,5,0,0],[95,85,-3,-2,-2,0,-1,-4,-1,-5,0,-5,0,-3,3,-2,3,2,1,3,1,3,-2,3,-2,-1],[175,77,-3,0,-2,0,-4,-1,-4,-2,-1,-3,-1,-3,0,-4,1,-3,3,-3,4,0,3,3,1,3,-4,1,-3,0,-4,-4,0,0],[73,115,1,2,4,4,2,4,3,4,2,2,3,3,3,2,3,3,5,1,5,2,6,1,5,0,5,0,5,0,3,0,4,-1,2,-2,3,-1,3,-1,3,-1,3,-1,3,-1,3,-2,2,-2,1,-3,0,-2,0,-3,0,-3,0,-4,0,-2,0,-2,-3,-1,-3,0,-2,0,-4,0,-3,1,-4,1,-3,2,-4,1,-4,2,-4,2,-4,1,-5,1,-4,1,-4,1,-4,1,-5,1,-4,0,-5,0,-5,0,-5,0,-3,-2,-3,-3,-2,-3,-2,-8,-1,-7,0,0],[232,38,-4,2,-4,1,-4,3,-4,3,-5,3,-5,3,-4,1,-3,1,0,0],[201,31,-5,1,-5,8,-3,6,-3,6,-2,5,-2,3,0,3,1,3,4,4,3,1,2,2,3,1,3,0,3,2,4,1,3,0,4,0,4,0,4,0,4,0,3,0,0,0]],[[203,58,-4,-4,0,-4,-5,-6,-6,-7,-4,-6,-6,-4,-7,-6,-8,-7,-8,-5,-9,-4,-10,-3,-9,-2,-9,0,-11,0,-12,4,-13,6,-14,8,-14,9,-13,13,-10,11,-8,12,-7,12,-6,13,-4,13,-3,14,-2,15,-1,15,0,16,0,15,1,14,3,13,4,13,4,9,5,8,4,6,5,4,6,3,6,3,7,2,8,1,8,1,10,1,10,0,12,0,13,0,12,-1,14,-4,14,-5,15,-7,13,-8,12,-9,12,-10,8,-7,7,-10,3,-6,3,-8,1,-7,1,-9,0,-6,0,-7,0,-7,0,-5,0,-6,0,-5,-1,-4,-1,-4,-1,-4,-2,-5,-2,-5,-2,-6,-2,-8,-1,-7,-1,-6,-2,-5,-3,-5,-2,-5,-3,-5,-4,-1,0,0],[38,104,4,0,8,-1,7,-2,7,-2,8,0,7,-1,4,0,1,-4,-2,-5,-4,-4,-4,-2,-5,-1,-4,0,-6,4,-3,3,-3,2,-5,4,-3,1],[114,87,6,4,6,1,3,1,4,0,3,0,4,1,3,0,4,0,3,-5,0,-5,0,-4,-4,-3,-4,-1,-4,0,-5,0,-4,0,-7,1,-5,3,-5,1,-2,3],[93,120,-2,4,0,6,1,3,5,0,4,0,3,-1,4,-1,-2,1],[68,163,-1,6,1,9,2,5,3,6,3,4,3,4,4,2,5,1,6,0,7,0,10,-4,9,-5,7,-4,5,-3,4,-2,2,-2]],[[51,6,-22,6,-1,4,-5,7,-8,11,-5,8,-3,8,-3,8,-2,6,-1,8,0,10,-1,9,1,8,0,9,2,9,3,9,3,10,3,9,3,9,2,11,3,9,3,9,3,9,4,7,4,7,5,7,5,6,8,7,9,5,8,4,10,5,10,4,10,3,11,4,10,2,13,1,9,1,12,-3,10,-2,10,-5,9,-5,10,-9,11,-10,6,-7,6,-9,5,-9,4,-9,3,-10,2,-8,2,-14,1,-13,0,-12,0,-13,-1,-12,-1,-10,-2,-9,-1,-7,-3,-8,-2,-8,-3,-8,-2,-6,-4,-6,-4,-5,-5,-5,-5,-4,-6,-4,-8,-4,-6,-3,-6,-3,-5,-2,-6,-3,-6,-3,-4,-1,-4,-2,-6,-1,-5,-2,-4,0,-3,-1,-12,1,-9,1,-9,2,-12,3,-10,2,-10,3,-8,1,-6,1,-4,1,-5,1,0,0],[64,67,1,24,1,13,0,8,1,5,0,0],[178,67,-3,18,-1,9,1,12,0,8,1,4,0,4,0,0],[85,167,6,24,3,6,7,6,7,5,7,4,11,3,8,1,9,-1,12,-5,10,-5,9,-7,5,-4,5,-5,1,-3,0,0]],[[47,147,2,6,5,6,7,5,4,2,4,1,5,0,5,1,4,0,5,0,4,0,5,-1,5,0,5,-1,5,-2,6,-1,6,-2,5,-2,6,-2,6,-2,6,-2,6,-3,5,-3,6,-7,3,-5,-3,0],[42,147,0,7,0,8,0,4,0,4,3,7,6,5,5,4,5,3,4,2,5,1,5,2,5,2,6,0,5,0,4,1,5,-1,5,-1,6,0,5,0,5,-1,4,-1,5,-1,5,-1,4,-3,4,-5,3,-4,3,-4,5,-4,5,-4,3,-4,4,-5,5,-5,0,-5,0,-5,-1,-5,0,-3],[52,159,2,5,5,5,5,3,4,2,5,4,5,4,5,3,5,3,6,2,4,-4,4,-1,5,-1,5,-1,5,-1,4,-1,4,-1,5,-2,5,-1,4,-1,5,-3,4,-3,4,-2,4,-2,6,-3,4,-1,5,-2,1,0],[114,52,0,7,1,5,0,5,-1,6,0,6,0,5,-2,4,-4,6,-7,2,-5,2,-3,4,0,7,1,4,1,4,4,5,4,1,4,-1,3,-1],[175,47,-5,1,-6,3,-4,3,-3,5,-1,7,2,14,5,13,5,8,6,7,9,4,8,1,9,-2,6,-4,5,-5,4,-6,2,-7,1,-7,-2,-7,-2,-7,-3,-6,-3,-6,-4,-5,-4,-3,-5,-2,-5,-1,-5,1,-6,1,-6,1,-4,2,-2,2],[45,58,-10,-1,-5,4,-7,8,-7,16,1,10,2,6,4,5,8,4,10,1,11,-2,12,-6,8,-7,6,-8,2,-7,-1,-10,-4,-9,-7,-7,-7,-4,-9,-3,-9,-1,-7,2,-5,3,-2,4,0,4,1,3],[44,88,-5,-2,0,0],[189,73,-4,0,-1,0],[168,12,-8,-4,-15,-5,-20,-3,-20,3,-19,4,-16,2,-16,3,-12,5,-8,6,-7,6,-6,8,-8,12,-7,13,-4,13,-2,14,1,15,2,16,6,18,7,17,9,15,10,13,10,11,11,10,11,8,25,13,15,4,13,2,13,1,14,0,12,-3,12,-4,11,-5,8,-7,8,-9,8,-10,6,-11,6,-13,4,-13,3,-14,3,-14,0,-14,0,-15,-1,-14,-2,-12,-1,-10,-2,-10,-3,-9,-4,-10,-6,-9,-7,-8,-9,-7,-10,-5,-12,-3,-14,0,-4,0,0,0],[117,129,1,-5,2,-4,0,-6,-1,-8,0,-4,-1,-5,-3,5,-1,8,1,5,1,2],[175,4,15,-2,14,1,7,4,7,5,5,6,4,6,5,8,5,10,6,13,5,14,4,13,3,11,0,0]],[[83,0,-8,6,-6,5,-6,7,-6,7,-6,7,-6,7,-5,7,-7,8,-7,9,-6,7,-5,9,-5,8,-3,9,-2,10,-2,12,-3,9,0,10,0,8,0,7,0,6,0,5,0,6,0,6,0,4,0,5,1,5,3,6,0,5,3,5,2,6,3,6,6,4,4,2,5,2,7,4,7,1,7,3,10,2,9,4,9,1,7,2,7,3,6,1,4,2,7,3,5,2,8,2,4,0,6,-3,8,-2,7,-4,6,-1,11,-3,8,-2,10,-3,9,-2,6,-2,6,-2,5,-1,6,-5,5,-5,5,-6,2,-6,2,-5,4,-6,2,-7,4,-8,2,-6,2,-6,2,-7,2,-7,1,-6,0,-6,0,-5,0,-5,0,-7,-2,-6,-4,-6,-4,-5,-2,-4,-3,-4,-4,-5,-3,-5,-3,-6,-3,-5,-2,-6,-4,-5,-1,-6,-3,-4,-2,-5,-4,-7,-3,-6,-4,-4,-4,-2,-6,-1,-9,-2,-9,-1,-9,-2,-10,-1,-8,-3,-7,-1,-7,-2,-5,-2,-5,-1,-6,-1,-8,0,-9,-1,-12,-2,-11,-1,-10,0,-7,0,-5,0,1,0],[71,65,-1,5,-4,6,-2,4,-4,5,-3,5,-5,6,-4,5,-3,5,3,-8,3,-6,0,0],[151,73,-4,5,-5,5,-7,7,-5,5,-5,7,-5,5,-6,9,-7,8,-5,5,-6,5,-3,3],[41,145,4,3,5,5,4,4,1,5,0,5,2,4,5,4,10,2,7,1,11,3,14,2,15,2,21,3,25,2,24,2,16,1,15,1,10,0,4,0,4,0,1,-4,1,-5,-5,-3,-1,-1]],[[241,76,-6,-4,-8,-10,-15,-18,-10,-11,-20,-19,-5,-5,-5,-5,-6,-3,-17,-1,-12,0,-10,0,-24,12,-6,3,-9,3,-8,3,-9,3,-8,1,-5,3,-8,7,-4,5,-5,7,-4,6,-3,5,-4,8,-1,8,-2,27,0,18,2,34,1,5,2,11,5,14,1,5,5,9,4,5,7,10,7,9,5,4,5,-1,13,-3,13,-3,12,-3,6,0,5,-1,17,-1,10,-1,16,-2,8,-1,6,-1,5,-2,6,-4,4,-9,3,-6,3,-5,5,-6,2,-5,5,-6,7,-9,2,-7,2,-6,1,-6,1,-5,1,-8,0,-6,0,-6,1,-6,8,-13,4,-7,5,-7,3,-6,1,-5,-1,-6,-1,-5,-2,-4],[27,76,-1,-7,-1,-5,-5,-2,-8,0,-5,2,-5,4,-2,8,0,11,0,5,2,5,4,8,1,6,2,5,4,5,4,5,2,4,2,5,2,2],[222,99,2,-5,5,-5,5,-5,5,-3,5,3,5,4,4,6,1,5,0,5,-5,5,-9,6,-5,3,-4,6,-1,4,-2,5,-3,3],[85,65,-6,0,2,5,5,3,5,1,0,-5,-5,-3,-1,0],[159,72,-5,-1,-2,5,2,-5,0,1],[87,136,-1,6,3,7,2,4,4,6,13,7,8,3,5,3,5,-1,6,-1,5,0,6,-1,9,-2,4,-1,6,-2,9,-3,6,-3,1,-5,-3,-4,-2,2]],[[126,4,-4,1,-10,0,-8,1,-8,1,-8,2,-7,1,-10,3,-6,1,-5,3,-8,6,-5,3,-4,4,-5,6,-5,8,-4,6,-4,7,-3,10,-4,8,-1,8,-3,7,-2,8,-2,9,-3,8,-1,9,-1,9,-2,10,0,8,-3,10,0,7,0,7,0,9,0,9,0,10,3,8,2,8,2,6,3,4,5,4,4,4,8,4,8,4,9,2,9,3,9,2,9,1,5,2,7,0,7,0,12,0,14,0,15,0,12,0,9,-3,7,-1,8,-3,8,-1,7,-3,10,-5,6,-6,6,-5,4,-4,4,-7,3,-6,4,-10,1,-7,2,-9,1,-11,2,-9,0,-8,0,-8,0,-9,0,-11,0,-8,0,-12,-2,-9,-2,-10,-4,-8,-3,-6,-3,-5,-2,-4,-3,-6,-4,-6,-4,-5,-5,-4,-7,-6,-5,-4,-6,-4,-6,-4,-5,-4,-5,-3,-5,-2,-6,-5,-5,-3,-6,-2,-5,-2,-3,-2,-6,-2,-5,-2,-5,-1,-4,0,-5,3,-4,7,0,0],[143,86,5,-1,4,-1,5,-1,6,-1,7,-1,5,0,6,2,4,3,5,7,3,3,3,4,1,1],[96,85,-5,-3,-9,-4,-4,-2,-5,-1,-5,-1,-6,-2,-5,0,-7,2,-7,1,-5,1,-6,1,-5,2,-6,3,-5,1,-5,3,-4,4,-1,3],[101,113,1,5,-2,6,0,4,-1,4,0,4,-3,4,0,4,3,6,5,3,3,1,4,0,2,0],[68,169,0,5,3,6,6,3,2,4,5,6,7,6,5,2,5,1,5,0,4,0,5,0,7,0,7,0,6,0,5,0,5,-1,5,0,4,-1,0,0],[165,80,0,4,-4,5,0,4,0,4,0,4,5,3,6,0,5,0,6,-1,2,-6,0,-4,-7,-4,-6,-3,-7,-3,-4,-1,-1,0]],[[78,63,-5,6,-3,5,-3,7,-1,10,0,9,3,5,5,1,8,-2,7,-7,7,-7,3,-7,-1,-7,-3,-7,-7,-4,-6,1,-4,5,-2,3],[164,71,-5,0,-5,1,-5,4,-3,9,1,12,5,11,9,3,11,-2,10,-9,6,-9,2,-12,-2,-7,-5,-2,-6,6,-1,1],[107,120,-4,6,-4,7,-3,8,-1,9,2,9,5,5,8,1,10,-2,10,-4,8,-2,2,0],[72,186,0,6,2,3,7,5,5,3,5,4,6,4,6,2,7,0,7,0,9,-1,8,-1,8,-3,9,-5,10,-6,8,-7,6,-4,3,-4,1,-4,0,0],[2,124,-2,-10,1,-11,3,-13,4,-14,6,-15,8,-13,8,-10,11,-10,14,-8,14,-8,19,-5,15,-3,14,-3,15,-1,15,0,16,0,16,3,14,8,13,15,12,17,11,16,12,17,9,21,5,25,-1,23,-4,18,-16,33,-11,14,-11,11,-14,8,-16,8,-16,5,-16,1,-15,0,-17,0,-16,1,-14,0,-11,-4,-10,-6,-11,-9,-10,-10,-11,-10,-8,-11,-8,-12,-6,-13,-5,-15,-3,-15,1,-34,0,0]],[[75,4,-3,2,-4,3,-4,3,-3,2,-4,2,-4,1,-3,1,-4,3,-4,2,-3,2,-4,4,-3,3,-2,4,-3,4,-2,3,-3,4,-1,4,-3,3,-2,4,-1,3,-2,4,-1,4,-2,3,0,4,-2,4,0,3,-2,4,-1,4,0,3,-1,4,-1,4,-1,3,0,4,0,3,-1,4,0,4,0,3,-1,4,0,4,0,5,0,4,0,4,0,5,0,4,0,4,0,4,0,4,0,4,0,3,0,4,1,4,1,4,2,3,2,4,4,4,3,4,5,3,3,4,5,3,3,3,4,2,4,3,3,2,4,2,4,2,4,3,4,2,5,3,4,2,4,2,5,1,3,2,4,1,4,2,5,1,3,2,4,1,4,1,3,0,4,1,4,2,3,0,5,1,3,1,5,1,3,0,4,1,4,0,3,0,4,0,5,0,4,0,3,0,4,0,4,-1,4,-1,5,-2,5,-1,5,-2,3,-1,4,-2,3,-2,4,-3,4,-2,3,-3,4,-3,4,-4,3,-4,3,-3,2,-4,3,-3,2,-4,1,-4,2,-3,1,-4,1,-4,1,-4,2,-4,1,-4,2,-4,1,-3,1,-5,1,-4,1,-4,2,-4,0,-4,1,-3,1,-5,2,-4,0,-5,1,-4,0,-4,2,-4,1,-4,0,-5,1,-4,1,-4,0,-5,0,-4,0,-4,1,-4,0,-4,0,-4,0,-4,0,-3,0,-4,0,-4,0,-4,0,-4,0,-3,-1,-4,-2,-4,0,-3,-2,-4,-1,-4,-3,-3,-2,-4,-5,-3,-4,-3,-4,-2,-3,-1,-6,-2,-3,-1,-5,-2,-4,-1,-4,0,-5,-2,-3,0,-5,-1,-3,-2,-4,0,-4,0,-3,-1,-5,-1,-3,0,-4,0,-4,-2,-4,0,-4,-1,-3,0,-4,-1,-4,0,-3,-1,-4,-1,-3,0,-4,0,-4,0,-3,-1,-4,-1,-4,0,-3,0,-4,0,-4,0,-3,0,-4,0,-4,0,-3,0,-4,0,-3,0,-4,2,-4,2,-3,1],[37,99,4,0,4,-2,3,-1,4,-1,4,-1,3,-1,4,0,4,0,3,0,4,-1,3,0,4,0,4,1,3,0,4,3,4,2,3,3,3,3,3,4,0,4,-3,3,-4,2,-4,1,-3,1,-4,1,-4,0,-3,0,-4,0,-4,0,-3,-1,-4,-1,-4,-2,-3,-1,-4,-1,-3,-2,-4,0,-3,-4,-2,-4,0,-3,-2,-2],[153,102,3,-2,4,-1,4,-1,4,-2,3,0,4,-2,4,-1,3,-1,4,-1,4,-1,3,-1,4,-1,4,0,3,0]],[[1,153,0,9,1,5,3,9,5,13,3,5,5,5,5,5,2,4,6,4,16,4,5,4,0,13,6,3,2,8,6,1,9,3,5,2,3,2,5,0,14,3,6,-4,6,-2,17,2,7,-5,6,-1,8,-4,10,-5,10,-9,4,-4,3,-5,8,-12,3,-8,1,-5,3,-16,3,-10,1,-7,2,-7,2,-16,2,-9,1,-6,0,-6,0,-14,-1,-21,-6,-9,-5,-16,-3,-7,-1,-8,-6,-6,-1,-3,-1,-3,-3,-6,-4,-6,-5,-5,-9,-7,-6,-3,-5,-1,-6,-1,-8,0,-4,0,-8,0,-12,0,-7,0,-6,1,-12,3,-3,1,-7,0,-3,1,-6,1,-4,2,-3,3,-3,4,-10,15,-1,3,-5,5,-2,5,-5,5,-2,5,-5,5,-4,4,-3,8,-2,3,-2,5,-3,6,-1,4,0,3,-3,4,-1,4,-4,0,0,3,-1,6,-2,6,-1,6,0,6,0,4,0,5,3,5,2,3,4,6,1,3,4,0,2,3,0,0],[53,161,4,-1,0,4,0,7,0,3,1,7,3,4,8,4,4,2,5,2,7,7,6,0,3,2,9,0,3,0,8,0,4,-2,4,-2,3,0,3,-2,3,-2,1,-3,-1,-4,0,0],[76,135,0,0],[114,152,3,3]],[[19,192,-10,-11,-4,-8,-3,-11,-2,-12,0,-15,0,-15,0,-15,5,-17,5,-11,7,-15,10,-12,10,-10,9,-11,11,-8,10,-7,11,-5,11,-4,11,-3,11,-2,12,0,14,0,13,3,11,5,11,6,11,8,8,9,7,11,7,10,5,12,4,11,3,10,3,12,2,11,1,10,0,12,0,9,0,11,0,10,-1,10,-3,9,-5,10,-3,9,-5,8,-4,6,-7,8,-6,6,-8,4,-7,5,-5,5,-9,4,-7,2,-7,3,-7,2,-6,1,-9,1,-6,0,-5,2,-8,0,-6,0,-6,0,-7,0,-6,-2,-5,-3,-6,-5,-5,-5,-6,-7,-5,-7,-4,-7,-4,-9,-3,-7,-4,-7,-4,-5,-3,-5,-6,-9,-1,-4],[89,203,9,7,6,3,7,1,6,0,5,0,6,-3,5,-7,3,-7,4,-6,3,-6,6,-8,1,-1],[149,117,-7,-2,-7,-4,-2,-6,0,-6,0,-5,1,-6,7,-5,10,0,4,5,0,8,-6,5,-3,-12,0,0],[64,112,-3,-7,4,-8,5,-4,6,-3,6,-1,5,0,3,7,-1,5,-5,5,-4,6,-7,2,-5,-7,0,-7,0,-6,5,-5],[114,140,-6,-2,0,8,-1,7,-1,-5,0,-7,0,-5,0,-5,1,18,0,0],[213,113,6,-16,7,-4,7,-1,8,0,6,0,5,3,3,5,0,7,0,7,-4,5,-6,5,-6,2,0,0]],[[117,2,-7,-2,-5,0,-6,0,-8,0,-8,0,-9,2,-10,5,-10,6,-10,7,-10,10,-9,10,-8,11,-6,10,-5,11,-4,13,-2,14,0,13,0,13,0,15,0,15,3,15,5,12,5,11,5,11,7,9,7,8,7,6,9,7,7,4,9,5,8,3,9,3,8,3,10,1,9,2,9,0,11,0,10,0,10,-2,10,-5,10,-7,9,-8,10,-9,8,-8,8,-10,6,-9,5,-10,4,-10,3,-10,1,-12,0,-11,0,-11,0,-12,0,-12,-2,-12,-5,-12,-8,-15,-5,-10,-9,-9,-8,-9,-9,-7,-8,-6,-7,-6,-8,-6,-7,-4,-9,-4,-7,-2,-8,-2,-6,0,-6,0,-8,0,0,0],[45,74,7,-6,5,-3,7,-2,7,0,8,0,6,0,5,2,4,1],[124,76,8,-6,4,-1,6,0,7,0,6,0,5,1,5,7,3,5,0,0],[44,95,7,7,5,2,5,2,5,1,4,0,7,-5,5,-7,0,0],[120,98,3,4,9,6,4,1,10,1,5,0,6,-5,2,-3],[132,88,0,0],[68,93,0,0],[106,122,-6,2,-1,6,-1,6,0,5,0,6,2,6,7,5,7,-2,1,-5,1,-6,0,-5,-1,-6,0,0],[68,192,3,6,5,5,7,3,6,3,7,3,8,2,12,0,11,-1,9,-8,8,-11,2,-7,0,0]],[[92,1,-7,-1,-4,0,-7,0,-7,0,-6,0,-5,2,-6,3,-5,4,-6,5,-5,5,-4,5,-4,5,-4,6,-4,5,-7,14,-2,4,-2,4,-2,4,-1,6,-1,6,-2,3,-1,11,0,6,0,7,0,6,0,6,0,5,1,6,4,8,3,4,4,5,3,3,7,7,8,5,10,6,43,19,13,5,14,5,14,6,14,7,10,4,12,3,16,2,7,0,6,0,9,-1,6,-2,5,-4,7,-4,17,-18,4,-6,3,-7,3,-4,2,-6,2,-5,4,-16,1,-4,2,-6,1,-4,0,-6,0,-6,0,-5,-3,-14,-1,-5,-2,-5,-2,-5,-2,-5,-3,-6,-3,-3,-4,-5,-2,-3,-5,-5,-4,-4,-4,-2,-5,-5,-6,-5,-9,-5,-25,-12,-5,-3,-6,-1,-5,-2,-5,-2,-5,-1,-5,-1,-5,-2,-5,-1,-4,-1,-7,0,-6,-1,-8,-1,-6,-1,-8,-1,-6,-1,-6,0,-5,-1,-4,0,-3,0,-4,0,-3,1,0,3,0,0],[106,41,-3,-3,-4,0,-5,0,-6,0,-8,0,-7,2,-8,2,-6,4,-3,5,-1,5,0,5,1,3,2,3,2,3,4,3,8,5,5,3,4,0,3,1,4,0,3,1,4,-1,10,-7,4,-3,2,-5,2,-5,2,-6,1,-5,1,-10,0,-3,-2,-3,-4,-1,-3,0,-5,1,0,0],[182,51,-3,-1,-6,0,-4,0,-6,0,-5,2,-7,1,-6,3,-7,3,-7,4,-6,3,-5,5,-4,4,-1,5,-1,3,2,5,8,6,5,3,5,1,7,1,8,3,7,1,7,0,10,-2,2,-2,3,-2,1,-5,1,-5,0,-6,0,-12,0,-3,-3,-2,-4,-1,-3,0,-5,2,-3,2,-5,2,0,0],[65,120,0,4,0,3,0,3,1,3,6,6,4,3,6,4,6,4,20,12,8,2,7,2,6,0,5,0,5,-1,12,-8,3,-3,2,-3,3,-2,1,-3,3,-3,2,-3,2,-2,0,-1],[113,100,0,4,-1,6,-1,4,-1,4,-2,3,-1,3,-1,3,0,3,-1,6,0,3,0,0]],[[94,1,-5,-1,-5,1,-5,2,-8,3,-10,5,-10,6,-10,7,-9,8,-8,7,-6,8,-6,8,-4,8,-3,9,-3,9,-2,8,0,10,0,8,1,9,1,10,1,8,2,8,2,9,1,7,2,6,2,7,1,6,2,5,1,6,1,6,2,6,2,5,2,6,2,6,2,6,4,5,2,5,5,9,6,8,6,4,8,1,4,-1,6,-2,5,-2,7,-2,7,-4,8,-4,7,-5,8,-5,8,-6,8,-6,6,-6,6,-6,6,-6,5,-7,6,-7,4,-7,6,-7,5,-7,4,-8,4,-7,4,-8,3,-8,2,-7,2,-9,0,-8,1,-8,0,-7,-1,-8,-1,-7,-1,-7,-3,-6,-3,-6,-2,-6,-3,-5,-4,-5,-3,-5,-8,-8,-8,-8,-9,-7,-4,-3,-10,-5,-6,-3,-6,-2,-6,-1,-7,-2,-7,0,-6,1,0,0],[134,104,-10,0,-5,1,-6,2,-5,3,-6,10,-2,7,1,6,2,8,3,6,5,5,6,3,6,2,6,0,5,-1,8,-5,6,-8,2,-5,1,-5,0,-5,-1,-6,-3,-8,-5,-5,-3,-1],[39,94,-5,0,-6,1,-6,5,-6,5,-4,6,0,7,4,9,4,5,6,5,6,4,7,4,8,1,7,1,6,-1,5,-2,7,-6,4,-8,1,-9,-1,-6,-1,-5,-4,-5,-8,-8,-5,-4,-5,-1,-6,-1,-5,1,0,0],[76,163,-1,6,0,1],[88,169,2,8,0,0],[49,196,0,6,2,6,3,5,8,7,9,4,10,-3,4,-6,0,0],[121,101,16,4,5,2,5,3,5,2,6,2,8,1,3,1],[52,97]],[[162,0,-11,1,-18,2,-22,10,-31,19,-29,22,-25,25,-17,26,-7,23,-2,21,2,26,18,30,26,25,28,17,23,7,22,0,22,-4,20,-12,18,-15,19,-18,16,-19,13,-24,7,-28,0,-31,-4,-36,-10,-21,-10,-14,-16,-11,-16,-6,-14,-2,-12,-1,-6,0,0,0],[91,75,1,7,9,4,6,0,2,0],[178,78,0,0],[176,91,-1,-4],[141,107,-3,10,0,6,-3,8,-2,8,-6,-2,-7,-2,-12,0,-9,0,-8,0,-6,2,-9,4,-1,8,6,6,12,3,12,1,18,0,20,0,0,0],[43,167,11,6,10,5,12,3,17,5,16,2,16,0,20,0,18,-2,24,-10,0,0]],[[140,255,-20,-6,-37,-10,-23,-9,-20,-11,-15,-13,-10,-12,-8,-20,-5,-23,-1,-19,-1,-14,1,-16,7,-20,14,-19,17,-18,23,-17,25,-14,22,-9,20,-4,57,-1,19,2,13,4,11,5,9,6,0,96,-7,13,-7,13,-9,18,-7,16,-6,11,-6,11,-6,9,-4,10,-4,7,-3,7,-6,8,-25,11,-20,4,-14,2,0,0],[60,160,14,1,27,2,40,-4,13,-3,11,-8,0,0],[78,58,2,0],[178,81,-1,1]],[[32,39,-4,0,-3,0,-4,0,-4,3,-2,5,-3,6,-4,4,0,4,-2,5,-2,5,-1,4,-1,5,0,5,0,4,-2,6,0,5,0,4,0,6,0,6,0,6,0,4,0,6,2,6,2,6,3,6,3,8,2,5,2,6,2,6,3,5,2,6,5,4,3,4,4,6,6,3,6,5,9,5,13,7,13,7,18,7,17,6,11,4,9,3,8,2,9,2,7,3,4,1,4,0,5,0,3,0,6,-3,4,-2,3,-1,6,-2,5,-1,7,-3,5,-3,5,-1,4,-3,4,-3,6,-5,5,-4,3,-4,1,-4,5,-5,2,-4,1,-4,1,-4,2,-6,0,-3,1,-3,1,-8,0,-3,0,-4,0,-5,0,-4,0,-4,0,-4,0,-5,0,-5,0,-4,0,-4,0,-5,0,-6,0,-4,-1,-4,-1,-3,-2,-4,0,-5,-2,-4,-2,-5,-2,-6,-4,-6,-3,-5,-4,-7,-3,-6,-4,-7,-2,-5,-5,-5,-2,-5,-4,-4,-4,-7,-3,-2,-4,-4,-5,-2,-6,-4,-4,-2,-5,-1,-6,-3,-6,-1,-5,-2,-4,-1,-6,-2,-3,-1,-6,-2,-5,-1,-5,-2,-4,0,-5,-2,-4,0,-4,-1,-3,0,-3,-1,-6,0,-5,0,-5,0,-6,0,-4,0,-5,0,-4,0,-4,1,-5,4,-4,3,-4,5,-4,3,-5,4,-8,7,-4,3,-5,5,-4,4,-3,4,-4,4,-4,5,-3,3,-3,4,-3,4,-3,3,-2,4,-2,4,0,0],[65,48,-4,1,-3,2,-4,2,-1,4,-2,4,0,4,0,4,0,5,0,3,3,5,3,4,4,1,6,1,5,0,6,0,5,0,6,0,4,-1,6,-2,4,-4,1,-3,2,-4,0,-4,0,-3,-4,-4,-3,-4,-6,-3,-5,-2,-4,-2,-4,0,-3,0,-3,-2],[180,67,-4,0,-3,0,-1,4,0,5,0,5,0,5,2,4,2,5,3,3,4,4,3,1,3,-1,4,-2,5,-3,2,-4,2,-4,2,-3,0,-4,2,-3,1,-3,0,-5,0,-4,-1,-4,-2,-5,-4,-2,-4,-1,-3,-1,-4,-1,-3,0,-3,4,0,4,-3,3,-2,3,-3,4,-1,1]],[[109,4,-7,2,-9,3,-8,4,-12,9,-7,6,-8,2,-7,6,-9,7,-9,6,-9,9,-5,8,-4,7,-5,8,-3,9,-1,7,-2,8,-3,7,0,9,0,8,-1,10,0,11,0,10,0,9,0,8,0,10,3,8,4,10,6,11,8,9,7,6,12,6,9,3,15,3,12,1,11,5,13,1,11,2,7,0,8,3,12,0,10,0,12,0,11,0,9,0,9,-3,9,-6,7,-6,8,-5,7,-7,8,-8,4,-9,6,-10,5,-11,0,-7,3,-9,1,-9,0,-9,3,-12,2,-9,0,-9,0,-9,-3,-11,-5,-10,-1,-12,-3,-9,-5,-9,-4,-8,-8,-7,-7,-6,-12,-5,-14,-7,-9,-5,-9,-4,-7,-6,-8,-3,-7,-5,-9,-3,-9,-4,-8,-3,-7,0,-2,0],[75,82,-8,-1,-7,6,0,7,3,8,7,1,9,2,8,-3,4,-8,-9,-7,-6,-3],[160,91,-7,0,-8,5,-7,6,0,7,4,8,8,0,9,0,9,-2,7,-4,5,-8,0,-9,-8,-6,-9,-1,-7,-2,-8,0,-1,2],[66,175,9,0,7,0,9,0,8,0,7,0,11,2,7,1,8,2,9,0,7,0,2,0],[79,165,0,9,0,7,2,8,10,6,11,1,7,2,6,-8,5,-9,1,-7,0,0]],[[150,13,-8,-4,-9,-3,-13,-2,-14,-1,-17,0,-17,5,-15,10,-17,18,-17,28,-13,31,-9,34,-1,30,0,28,8,25,15,21,20,16,21,6,23,0,25,-17,23,-27,20,-30,19,-37,13,-36,7,-35,0,-32,-8,-23,-17,-14,-22,-4,-29,5,-30,18,0,0],[133,70,0,0],[61,73,0,0],[170,50,-7,0,-4,0,-5,0,-4,2,-7,6,-3,8,-3,7,0,7,0,6,2,-6,1,-4,0,-6,-2,-1],[104,46,-4,11,0,10,-1,7,-1,4,-1,-2],[36,181,11,2,13,0,23,0,26,-3,30,-6,28,-11,0,0],[106,100,-8,3,-5,1,-5,5,-3,4,-3,4,-2,7,-3,5,-1,5,-2,4,-1,4,7,2,13,-3,19,-4,0,0]],[[112,2,-6,-1,-6,0,-7,2,-8,3,-8,5,-11,7,-9,10,-10,12,-8,12,-5,11,-3,11,-1,12,0,13,2,12,4,12,6,10,7,10,8,8,12,8,13,6,14,2,15,0,13,-2,14,-5,11,-7,10,-7,8,-8,7,-9,6,-9,5,-10,3,-10,1,-9,0,-8,-2,-8,-3,-7,-4,-7,-3,-7,-4,-6,-5,-5,-4,-5,-3,-5,-4,-4,-3,-4,-3,-4,-6,-6,-5,-5,-4,-3,-6,-3,-7,-2,-6,0,-4,-1,-5,-1,-7,0,-5,1,-6,1,-7,2,-8,3,-10,4,-9,6,-12,7,-9,8,-9,10,-9,10,-6,9,-5,9,-4,9,-2,9,0,10,2,10,2,9,2,9,3,11,3,9,2,12,2,13,1,12,1,13,1,11,0,14,1,13,1,12,1,6,0,0],[115,11,4,-2,6,-1,8,0,9,1,10,1,9,3,9,5,9,6,7,7,8,9,8,11,6,10,6,12,4,11,2,12,1,11,-1,12,-2,9,-1,9,-2,10,-1,8,-1,7,0,9,1,8,1,6,1,6,2,7,2,8,3,6,4,8,3,8,4,7,3,8,3,6,3,3,1,3],[76,51,0,0],[72,69,1,-3,1,-1],[127,65,0,0],[109,93,0,0],[107,88,0,0],[134,57,-1,4,-2,1]],[[186,17,-2,-1,-2,-1,-2,-1,-1,-1,-2,-1,-3,-1,-1,-1,-3,-1,-3,-1,-3,-1,-3,-2,-3,-1,-2,0,-2,-1,-3,-1,-2,-1,-2,0,-3,-1,-2,0,-2,0,-2,0,-2,0,-2,0,-2,0,-3,0,-3,0,-2,0,-2,0,-3,1,-2,0,-2,0,-2,1,-1,0,-4,1,-2,0,-1,0,-3,1,-1,0,-2,1,-2,0,-2,1,-2,1,-2,0,-4,2,-4,1,-2,1,-2,2,-2,1,-2,1,-2,1,-2,1,-2,2,-2,1,-2,2,-2,1,-1,2,-2,1,-2,2,-2,2,-2,2,-2,1,-2,2,-2,2,-2,2,-2,3,-2,2,-1,2,-2,2,-2,2,-2,2,-2,3,-1,2,-2,3,-2,2,-1,3,-2,3,-2,2,-2,3,-1,3,-1,2,-2,3,-2,3,-1,3,-2,3,-1,3,-1,3,-2,4,-1,2,-1,4,-1,3,-1,3,-1,3,-1,3,-1,3,0,3,-1,3,0,3,0,3,0,2,0,3,0,3,0,2,0,3,0,2,0,2,0,3,0,2,1,3,0,2,1,2,0,3,1,2,1,2,1,3,0,3,2,2,1,3,1,2,1,2,1,3,2,3,1,2,2,3,1,2,2,3,2,2,1,2,3,3,1,2,2,3,3,2,1,2,2,2,2,2,2,2,3,1,2,2,2,2,2,1,3,2,2,2,3,1,2,1,2,1,2,1,3,1,2,1,2,1,3,0,2,1,3,1,2,0,3,1,2,0,3,1,2,0,3,0,2,1,3,0,3,0,2,0,3,0,2,0,3,0,2,0,3,0,5,0,2,0,2,0,3,0,2,0,3,0,2,0,3,0,2,-1,5,0,2,0,2,-1,2,0,3,-1,4,-1,2,0,2,-1,2,0,2,-1,3,-1,2,-1,3,-2,2,-1,3,-1,2,-1,4,-3,3,-2,1,-1,3,-2,2,-2,4,-3,3,-2,2,-2,4,-3,2,-1,3,-2,3,-3,3,-1,1,-2,3,-2,2,-2,3,-2,2,-3,2,-2,2,-2,2,-4,3,-4,2,-2,1,-2,1,-3,1,-3,2,-5,2,-2,1,-4,1,-2,1,-4,1,-3,0,-2,1,-3,1,-3,1,-3,0,-3,1,-1,0,-3,1,-3,0,-2,0,-3,0,-3,0,-3,0,-3,0,-4,0,-4,-1,-1,0,-3,-1,-2,-1,-3,0,-3,-1,-3,0,-2,-1,-2,0,-2,-1,-3,-1,-1,0,-3,-1,-2,-1,-2,-1,-3,-1,-3,-2,-1,-1,-2,-2,-2,-2,-2,-2,-1,-1,-2,-3,-2,-2,-2,-2,-2,-4,-3,-2,-1,-3,-2,-3,-2,-3,-1,-2,-1,-3,-2,-4,-1,-2,-1,-2,-1,-2,-1,-2,-1,-2,-1,-2,-2,-3,-1,-1,-1,-3,-1,-2,-2,-2,-1,-2,-1,-2,-1,-2,-1,-2,0,-2,-2,-2,0,-1,-1,-2,-1,-2,-1,-2,0,-3,-2,0,0],[95,39,-2,-1,-2,-1,-2,0,-2,0,-3,-1,-2,0,-2,0,-2,0,-2,0,-2,1,-3,1,-3,2,-2,2,-2,2,-2,2,-2,2,-1,3,-2,2,-1,2,-1,2,-1,4,-1,2,0,2,0,3,0,2,1,3,2,3,1,2,1,2,3,2,2,2,2,2,3,0,2,1,1,0,4,1,3,0,2,0,2,0,3,-1,2,-1,3,-2,2,0,1,-1,3,-2,3,-2,4,-3,3,-3,2,-2,2,-4,1,-2,1,-2,1,-4,0,-4,0,-3,0,-2,0,-4,0,-2,-1,-4,-1,-3,-1,-4,-1,-2,-2,-3,-1,-3,-4,-3,-2,-2,-2,-2,-3,-1,-3,-1,-3,-1,-2,-1,-2,0,-2,0,-2,1,-2,2,-1,2,-1,2,-1,1],[188,69,-2,-2,-2,-3,-2,-1,-2,-1,-2,-2,-3,-1,-2,-1,-2,-1,-2,-1,-2,0,-2,-1,-2,0,-2,0,-3,0,-2,0,-1,0,-3,1,-2,1,-4,3,-2,2,-2,2,-3,3,-2,2,-2,2,-1,3,-2,2,-1,3,-1,2,0,3,0,3,0,3,0,2,1,2,0,2,2,3,1,2,2,3,2,2,3,2,2,2,4,3,2,1,3,2,2,1,4,1,2,1,4,2,2,0,5,2,2,0,2,0,5,0,5,1,3,0,5,0,2,-1,5,0,5,-1,5,-1,2,-1,2,-1,2,0,4,-2,2,-1,0,-69,-2,-3,-4,-2,-4,-3,-2,-2,-3,-1,-2,-1,-2,-1,-2,-1,-2,0,-2,0,-3,0,-3,0,-2,0,-2,0,-2,0,-2,1,-2,1,-2,2,-1,1],[118,114,-2,1,-10,11,-2,2,-1,2,-2,2,-2,2,-2,2,-4,3,-1,2,-3,1,-2,2,-3,3,-1,1,-2,2,-2,2,-2,1,-2,2,2,0,3,0,2,-1,1,0,3,0,2,0,3,-1,3,0,2,0,4,0,2,0,5,1,3,0,2,0,5,1,6,0,2,0,5,1,2,0,3,0,3,1,6,0,2,1,3,0,2,0,3,0,1,0,1,0],[40,155,2,19,2,2,1,3,2,2,3,3,2,2,2,2,2,2,3,2,2,2,3,2,2,1,3,2,2,1,4,2,1,1,2,1,4,1,4,2,4,2,4,1,2,0,2,0,3,1,3,0,2,1,1,0,4,0,4,1,3,0,4,0,3,-1,2,0,5,-1,3,-1,2,0,3,-1,2,-1,2,-1,3,-1,3,-2,4,-2,2,-1,3,-2,2,-1,3,-1,2,-2,3,-2,4,-2,2,-1,2,-2,3,-2,2,-1,3,-1,2,-1,2,-1,4,-2,2,-1,2,-1,2,-1,0,-2,1,-2,0,-1]],[[44,23,-8,23,-5,12,-17,48,-2,18,-1,15,0,16,0,15,0,15,1,12,4,13,6,10,6,8,8,8,6,6,7,5,10,4,11,2,22,2,12,0,11,-3,8,-5,10,-9,7,-7,8,-6,6,-10,5,-10,5,-14,2,-15,3,-15,1,-15,0,-13,0,-13,0,-15,0,-13,-3,-12,-2,-10,-3,-8,-3,-8,-5,-11,-4,-7,-5,-8,-7,-10,-9,-7,-10,-4,-6,-3,-7,-1,-6,-2,-7,-1,-6,0,-7,0,-6,2,-9,5,-12,9,-7,8,-9,10,-5,7,-5,6,-8,13,-11,24,-8,24,0,0],[59,69,5,6,0,7,0,6,-1,6,0,6,0,0],[102,67,-4,8,0,10,0,7,0,6,0,8,0,4],[51,166,1,10,2,11,3,7,7,8,9,6,10,0,11,0,8,-2,11,-5,7,-10,4,-10,2,-6,2,-8,1,-6,4,-2]],[[127,227,-7,-1,-7,0,-13,-2,-12,-2,-13,-3,-14,-6,-17,-11,-16,-14,-12,-18,-9,-19,-6,-19,-1,-18,0,-17,2,-15,7,-15,8,-15,11,-12,15,-12,16,-9,20,-9,19,-6,21,-4,22,0,22,0,21,2,20,6,18,9,13,12,11,14,5,14,4,18,0,21,-7,24,-12,21,-16,21,-15,17,-13,15,-13,12,-12,9,-11,5,-9,2,-10,0,-12,0,-9,-3,-11,-5,0,0],[75,100,-9,-1,-5,-3,-6,-7,-5,-9,-3,-11,-1,-10,0,-11,5,-7,10,-6,12,-3,14,0,15,3,12,6,11,9,6,8,1,10,-1,15,-8,15,-5,9,-6,6,-7,4,-5,1,-5,0,0,0],[84,77,-6,-1,-6,-2,-4,-8,0,-7,3,-6,6,-5,5,-2,5,0,6,1,4,4,3,6,2,5,0,3,0,5,-3,3,-6,3,-5,2,-4,1,0,0],[90,57,0,0],[87,68,-3,-5,0,0],[183,130,-3,-3,-3,0,-5,-3,-7,-6,-6,-7,-4,-13,-1,-14,0,-19,5,-13,5,-9,6,-8,9,-5,12,-3,13,0,13,3,10,5,8,8,5,8,3,11,1,14,0,14,-4,12,-5,7,-5,3,-10,4,-15,7,-11,4,-9,2,-4,0,0,0],[193,79,-7,-6,-7,-5,-9,-6,-5,-3,-6,0,-7,-4,-4,-9,-1,-7,0,-4,2,-3,12,0,15,2,10,4,6,3,4,1,3,1,0,8,-2,11,-2,9,-2,10,0,5,0,5,0,4,-7,-1,-3,-1,-3,0],[198,116,-4,-2,-3,-3,-3,-4,-3,-5,-2,-6,-3,-7,-1,-5,0,-7,4,-8,7,-7,7,-3,6,-2,10,1,11,5,7,7,3,4,0,4,-8,4,-9,7,-11,10,-9,9,-8,5,-5,1,-3,0,-1,-1],[205,73,0,6,0,5,-2,5,-1,4,4,-8,5,-4,4,-2,4,0,0,0]],[[40,58,0,-3,-1,-5,-4,-4,-4,-2,-5,-2,-4,0,-3,0,-4,3,-4,8,-2,6,-1,6,-2,9,-2,9,-2,7,-1,7,-1,9,0,6,0,6,0,5,0,6,0,5,6,6,6,3,3,2,5,2,3,1,4,1,3,0,6,0,3,0,5,-1,6,-3,7,-6,5,-4,6,-6,6,-7,7,-7,6,-10,8,-10,6,-8,5,-8,5,-9,3,-7,4,-8,2,-6,1,-6,0,-6,0,-4,0,-5,0,-4,-1,-6,-2,-5,-3,-4,-4,-3,-4,-3,-5,-2,-5,-1,-4,0,-4,0,-3,1,-4,2,-5,3,-3,3,-4,3,-5,4,-6,6,-8,7,-3,3,-3,2,-4,3,-2,3],[195,100,0,-5,0,-5,0,-6,-2,-7,0,-6,-1,-6,0,-6,-1,-6,0,-4,0,-4,0,-4,0,-5,2,-5,0,-4,2,-5,1,-4,3,-5,3,-5,4,-1,3,0,5,4,4,2,5,4,4,3,2,4,3,4,2,5,1,5,1,5,1,4,1,3,1,4,0,3,0,4,0,4,0,3,0,4,0,3,0,4,0,4,-2,3,-4,4,-4,0,-4,0,-3,0,-4,0,-4,0,-4,0,-3,0,0,0],[133,202,-4,-2,-5,0,-4,0,-6,0,-6,0,-8,0,-7,0,-7,0,-8,0,-8,1,-7,1,-7,1,-5,1,-6,0,-5,1,-4,0,-5,1,-3,0,-3,1,-4,2,-3,3,-3,4,0,3,2,5,3,5,3,5,6,5,7,5,3,3,6,3,3,2,4,1,4,1,3,1,4,0,4,0,4,0,4,0,8,0,5,0,3,-1,5,-1,5,-1,5,-2,6,-2,5,-2,5,-1,5,-2,3,-2,4,0,3,-3,6,-2,6,-3,5,-3,3,-3,3,-2]],[[167,19,-7,-8,-8,-3,-10,-5,-10,-3,-14,0,-20,4,-21,12,-21,14,-17,17,-16,20,-12,23,-8,26,-3,27,0,22,7,21,11,19,16,18,17,15,21,12,22,4,23,1,22,-3,20,-10,18,-15,16,-20,17,-19,14,-16,13,-17,8,-18,5,-22,2,-26,-1,-23,-11,-21,-19,-18,-20,-13,-18,-8,-16,-5,-12,-1,0,0],[99,52,-5,-3,-6,0,-6,0,-5,3,-4,7,-5,6,0,5,0,4,1,4,4,4,6,1,8,0,5,-5,4,-7,2,-5,1,-5,0,-7,-2,-1],[167,61,-2,-5,-7,-1,-6,0,-7,2,-5,6,-4,10,0,7,0,7,3,5,5,2,9,0,7,0,7,-5,4,-8,3,-8,0,-7,-2,-6,-5,-3,0,0],[68,122,-1,6,0,6,0,7,1,10,1,10,1,9,3,8,5,6,8,6,8,3,9,0,10,0,12,-7,10,-11,7,-12,4,-8,5,-7,3,-9,0,0]],[[130,18,-7,0,-6,0,-8,0,-5,0,-7,0,-6,0,-20,6,-13,5,-9,9,-12,12,-9,13,-9,13,-2,6,-6,12,-5,14,-3,11,-3,10,0,9,0,6,0,7,0,6,0,6,0,7,0,4,2,6,2,5,3,6,6,10,8,10,7,6,14,8,11,4,15,7,17,5,21,6,18,3,9,1,16,2,18,1,11,0,5,0,7,0,8,0,7,0,5,0,5,-2,6,-2,5,-6,3,-5,4,-8,2,-5,2,-5,1,-5,2,-6,0,-5,1,-6,0,-4,1,-6,0,-6,0,-8,0,-7,0,-7,0,-8,-1,-9,-4,-14,-3,-12,-4,-11,-2,-6,-3,-12,-4,-10,-4,-9,-4,-10,-3,-6,-3,-6,-3,-7,-2,-6,-5,-9,-3,-6,-4,-6,-5,-5,-5,-6,-5,-2,-5,-1,-6,2,-5,5,-8,8,-6,5,-5,5,-5,4,-4,2],[75,68,0,0],[80,65,0,5,0,6,0,6,4,4,6,1,6,0,7,0,6,-2,2,-5,2,-5,0,-6,-1,-5,-5,-3,-5,-1,-7,1,-3,1],[154,68,0,7,0,8,0,5,0,5,2,6,3,5,6,4,5,1,5,0,5,-3,3,-5,1,-5,0,-5,-1,-6,-3,-5,-2,-5,-4,-5,-4,-3,-5,-2,-1,0],[81,145,0,6,0,6,3,6,3,6,4,6,5,6,3,5,5,5,5,4,4,3,8,3,5,2,8,4,7,2,5,2,10,2,5,1,7,2,4,1,6,1,4,-6,0,-5,-1,-5,-1,-5,-2,-5,-1,-5,-2,0]],[[234,50,-5,-3,-8,-10,-7,-8,-5,-4,-5,-4,-6,-1,-30,-13,-11,-3,-6,-1,-6,-1,-17,-2,-12,0,-15,1,-19,6,-12,3,-8,5,-14,13,-17,14,-5,3,-7,5,-8,13,-2,10,-4,12,-3,12,-1,8,-1,13,0,14,0,15,1,14,0,7,3,12,3,9,5,8,7,7,6,6,7,4,5,3,7,4,5,2,6,4,8,4,17,6,23,9,13,6,5,1,8,-1,43,-6,36,-3,9,-2,5,-4,6,-6,7,-10,4,-5,2,-5,2,-10,2,-5,2,-7,1,-7,3,-8,1,-9,0,-5,2,-5,1,-16,0,-8,0,-7,-2,-7,-2,-7,0,-6,-2,-8,-1,-5,-2,-5,-1,-6,-1,-6,-1,-5,-3,-7,-2,-5,-2,-5,0,0],[170,8,-7,1,-7,5,-8,7,-10,9,-10,10,-8,8,-6,2,-32,14,-23,10,-19,9,-15,3,-5,2,-11,4,-6,2,0,0],[116,48,8,6,6,6,14,10,4,5,25,7,5,1,10,2,5,1,8,1,7,1,5,2,9,2,6,1,6,2,6,0,7,0,4,-1],[178,104,-6,-2,-7,3,-5,4,9,5,5,-1,1,-6,-4,-5,0,0],[63,100,-4,5,2,5,6,-3,1,-6,0,-1],[126,99,5,3,2,8,0,7,2,8,0,8,0,14,-12,4,-23,8,-26,8,7,0,17,3,7,0,7,0,3,0],[77,182,5,0,5,5,5,7,10,10,7,4,5,1,13,1,7,0,10,0,17,-6,5,-3,10,-3,10,-8,5,-3,5,-6,4,-5,1,-2],[157,83,10,-2,6,2,5,2,5,4,0,0]],[[24,85,3,-4,0,-11,5,-16,9,-20,15,-22,16,-10,20,-2,25,6,21,17,15,23,10,28,3,32,-1,32,-11,33,-17,29,-26,24,-36,21,-35,10,-25,-8,-15,-26,0,-40,5,-52,13,-48,14,-36,9,-15,8,-3,7,0,8,12,0,0],[37,144,2,9,0,10,5,12,10,10,12,4,14,0,12,-8,9,-12,5,-13,1,-15,0,-13,0,-9,0,-4,0,0],[101,89,1,-3,5,-4,3,0,-4,4,-5,-11,0,0],[59,96,4,1,0,5,-4,2,-1,-6,0,-4,0,-7,0,0]],[[73,33,-3,-1,-4,1,-3,2,-4,2,-4,3,-3,5,-4,7,-4,8,0,2,-3,6,-1,2,-1,7,-1,2,0,8,0,11,0,2,0,9,0,1,0,2,1,8,0,2,3,8,2,8,1,3,3,6,2,2,4,7,6,8,7,7,2,2,5,5,2,1,4,3,3,1,5,3,2,2,5,2,3,1,5,2,2,0,6,1,2,0,7,1,2,0,8,0,4,0,2,0,5,-1,2,0,10,-2,2,0,10,-3,2,-1,11,-5,2,-1,9,-7,2,-2,7,-7,2,-2,6,-9,2,-2,5,-10,1,-2,1,-2,3,-9,1,-3,2,-11,0,-2,0,-9,0,-3,-1,-8,-1,-3,-1,-6,-1,-2,-4,-7,-2,-3,-4,-5,-3,-3,-5,-5,-3,-3,-7,-5,-2,-2,-3,-2,-5,-4,-2,-1,-8,-4,-2,-1,-9,-4,-2,-1,-8,-3,-2,-1,-6,-3,-2,0,-6,-2,-3,-1,-5,-2,-2,-1,-4,-1,-3,-2,-4,-1,-2,-1,-4,0,-2,-1,-4,-1,-2,0,-4,0,-2,0,-3,0,-2,0,-3,0,-2,1,-3,1,-3,1,-2,1,-3,2,-2,2,-2,1,-3,2,-2,2,-2,2,-2,3,-2,2,0,2],[82,119,1,2,0,2,1,2,1,3,1,2,1,2,0,2,2,2,1,2,1,2,2,2,1,3,1,2,3,4,1,2,1,2,2,2,2,2,1,2,2,2,2,2,2,1,2,2,2,1,2,0,2,1,2,1,2,0,2,0,3,0,2,0,2,-1,2,0,3,-1,3,-1,2,-1,2,-1,2,-1,2,-1,2,-1,3,-2,2,-2,3,-3,3,-3,2,-2,1,-2,1,-2,2,-3,0,-2,1,-2,2,-5,1,-2,0,-3,1,-2,0,-2,0,-2,0,-3,0,-2,0,-2,0,-2,-1,-2,0,0],[64,102,0,2,0,2,1,2,1,2,1,2,1,2,1,2,2,2,2,1,2,1,2,0,2,0,2,0,2,-1,2,-2,1,-3,1,-2,0,-2,0,-2,0,-2,0,-2,-1,-3,0,-2,-1,-2,0,-2,0,-2,-1,-2,0,0],[159,89,0,2,0,2,0,2,0,3,0,3,0,2,0,2,0,2,1,2,1,2,2,2,2,1,2,-1,2,-2,0,-2,1,-2,0,-2,1,-2,0,-3,0,-2,1,-3,0,-2,0,-2,0,-2,0,-2,0,-2,0,0],[88,44,-2,1,-2,1,-2,0,-1,2,-1,2,0,2,0,2,1,3,0,2,0,3,1,2,1,3,1,2,1,3,2,3,1,2,2,3,2,2,2,2,2,1,2,2,2,0,2,0,0,-2,1,-2,0,-2,1,-3,0,-2,0,-3,0,-2,0,-3,0,-2,0,-2,0,-3,0,-3,-1,-2,0,-2,-2,-3,-1,-3,-2,-2,-2,-1,-2,-1,-2,-2,-2,0,-2,0,-1,2,0,2,0,2,0,2,1,4,1,2,0,2,2,2,1,4,1,2,1,2,1,2,2,3,1,2,2,-2,0,-3,0,-2,0,-2,0,-2,-1,-2,-1,-2,-1,-2,-2,2,0,2,0,2,0,2,0,2,0,3,0,2,0,3,1,2,1,3,1,2,0,-3,0,-2,0,-4,0,-2,0,-3,0,-3,0,-3,-1,-3,0,-2,-2,-3,0,-2,-1,2,0,3,0,3,0,3,0,3,0,2,0,3,1,1,-1,-2,-1,-3,-1,-3,-1,-2,0,-2,-2,-3,-1,-3,-2,-3,-1,-2,0,2,1,6,0,2,1,3,0,2,2,3,1,4,1,3,1,3,3,2,1,1],[120,55,0,3,0,2,0,2,0,4,1,3,0,2,1,2,0,2,2,5,1,2,1,2,2,4,1,2,3,3,2,2,3,2,2,0,2,0,2,-1,0,-3,1,-2,0,-2,0,-4,0,-4,0,-3,0,-2,1,-3,0,-2,0,-3,0,-4,0,-2,0,-4,0,-3,-1,-3,0,-2,0,-2,0,-2,0,-3,-2,-3,0,-2,-1,-2,-2,-1,-2,-1,-1,2,0,3,0,3,0,2,0,3,0,3,0,2,1,2,1,3,0,2,1,3,1,2,2,4,2,4,0,2,2,3,1,2,1,3,1,2,1,2,1,2,1,3,2,3,1,3,0,-3,0,-2,-1,-5,-1,-3,0,-3,-1,-3,0,-3,-1,-2,-1,-3,-1,-3,0,-3,-1,-3,-1,-3,-1,-3,0,-2,-1,-3,-1,-2,0,-2,-1,-2,-1,-2,0,-2,-1,-3,-1,-2,-1,3,-1,3,0,2,0,2,0,2,0,5,0,4,1,4,0,4,0,2,0,3,1,5,0,3,0,2,0,2,1,2,1,3,0,-3,0,-3,0,-4,-1,-3,0,-1,-1,-3,0,-3,0,-2,-1,-2,-1,-4,0,-3,-1,-3,-1,-2,0,-2,-1,-2,-1,-2,-1,-3,-1,-2,-2,2,0,2,0,2,0,2,0,4,0,2,0,2,0,2,0,3,0,3,0,3,0,3,0,2,0,2,1,4,1,2,2,-3,0,-2,0,-5,0,-3,0,-2,0,-3,-1,-3,0,-2,-1,-2,0,-4,-1,-2,0,-2,-1,-2,-1,-2,-1,2,0,4,0,3,0,2,0,4,0,3,0,4,0,4,0,3,0,2,0,4,0,3,1,2,1,2,1,3,1,-2,0,-5,-1,-3,0,-3,0,-4,-1,-2,0,-2,0,-2,-1,-2,-1,-4,0,3,0,3,0,4,1,2,1,3,1,-2,0,-3,-1,-2,-2,-3,0,-1],[33,48,-2,-1,-2,-1,-2,-1,-3,-1,-3,-1,-2,0,-4,0,-2,0,-3,0,-2,0,-2,1,-3,2,-1,2,-2,5,0,2,0,3,0,4,0,2,0,4,1,2,1,3,1,3,2,3,1,2,1,2,3,2,3,2,2,0,3,-1,2,-1,3,-4,0,-2,1,-2,1,-4,1,-2,0,-4,0,-3,1,-4,0,-6,0,-3,-2,-5,-1,-3,-1,-3,-2,-3,-3,-3,-2,-1,-3,-2,-2,-2,-3,-2,-3,-1,-2,0,-2,-1,-1,3,0,3,1,2,1,2,1,2,2,2,4,3,2,2,2,1,3,1,2,1,3,1,3,1,3,1,2,0,2,0,2,-1,3,-2,2,-2,1,-2,1,-2,2,-3,1,-2,2,-4,1,-3,1,-6,1,-5,0,-4,-1,-3,-1,-2,-1,-3,-1,-2,-3,-2,-2,-1,-3,-1,-2,0,-1,3,0,3,0,2,1,2,1,3,2,2,1,2,2,2,1,3,4,3,3,2,2,2,4,1,3,1,5,2,4,0,7,0,5,0,5,0,7,-2,4,-1,5,-2,4,-2,2,-1,3,-3,1,-3,1,-2,0,-2,-1,-2,-1,-2,-3,-2,-3,-2,-3,-2,-2,0,-1,2,1,3,2,3,1,2,1,2,2,2,2,2,3,2,4,3,3,2,4,1,3,2,4,0,4,0,4,0,4,0,4,0,4,-2,2,-1,3,-2,2,-4,1,-2,0,-3,-1,-2,-4,-4,-2,-2,-2,-1,-3,-1,-2,-1,-4,0,-4,-1,-3,1,-3,1,-2,1,-3,3,-1,4,0,2,0,2,1,2,2,3,3,3,2,2,4,2,6,2,4,2,5,1,6,1,6,1,8,0,6,0,7,-1,6,-1,8,-3,6,-2,6,-3,6,-3,4,-4,2,-2,1,-4,0,-2,0,-3,-1,-3,-3,-2,-3,-2,-5,-1,-3,0,-4,0,-5,0,-4,1,-3,1,-4,3,-4,4,-1,4,-2,4,0,3,0,3,0,5,1,4,2,4,2,4,3,3,4,3,3,2,5,2,5,0,5,0,5,0,7,-1,7,-2,7,-3,6,-4,5,-2,4,-4,3,-3,2,-3,1,-3,1,-2,-2,-2,-2,-2,-2,0,-3,0,-3,1,-2,1,-4,2,-3,3,-3,3,-4,4,-4,3,-2,4,-2,3,-4,7,-1,3,0,3,-1,3,1,2,1,3,3,2,2,0,3,0,3,0,2,-2,0,-2,0,-2,-1,-2,-2,0,-3,1,-1,2,-2,4,-1,2,0,2,0,2,1,4,1,2,4,2,2,0,2,1,3,0,2,-1,3,-2,2,-2,1,-2,1,-3,0,-2,-1,-3,-2,-1,-2,4,-1,3,0,3,0,2,-1,3,0,3,0,3,0,3,1,3,1,2,1,2,2,2,3,3,3,1,2,0,3,-1,1,-3,1,-2,0,-3,1,-3,0,-3,0,-3,0,-4,0,-4,-1,-3,0,-3,-2,-4,-1,-4,-2,-3,-2,-3,-3,-3,-3,-3,-4,-2,-3,-1,-2,-1,-3,-1,-2,0,-2,0,-2,0,-3,3,-1,3,0,2,2,2,2,0,3,0,2,0,4,-1,2,-1,4,-2,2,-3,2,-3,2,-3,2,-4,1,-4,1,-4,0,-3,0,-4,0,-3,-2,-3,-1,-3,-2,-2,-4,-3,-3,-1,-4,-2,-4,-2,-5,0,-5,-1,-5,0,-6,1,-6,1,-7,2,-5,3,-7,2,-5,3,-5,2,-4,3,-4,3,-4,3,-3,3,-2,3,-2,3,-2,3,0,3,0,4,4,2,2,1,2,0,1,-2,0,-3,0,-3,-1,-2,-1,-3,-2,-3,-2,-3,-2,-3,-3,-3,-3,-3,-5,-3,-5,-3,-5,-2,-6,-2,-6,-2,-7,-1,-5,0,-7,0,-5,0,-6,1]],[[0,18,1,3,1,3,0,5,0,5,1,7,1,6,1,6,2,7,1,6,1,6,0,7,1,8,1,7,1,6,2,7,2,7,2,8,2,7,2,7,2,7,3,8,4,8,4,7,6,8,5,5,4,6,8,7,8,6,8,7,8,6,10,6,10,7,14,7,7,3,8,3,11,3,10,2,11,2,10,0,9,0,10,0,7,0,9,-2,9,-3,6,-2,7,-4,5,-3,4,-4,4,-5,3,-5,2,-4,2,-6,2,-4,0,-4,1,-6,0,-4,1,-6,1,-6,0,-6,0,-6,0,-7,-1,-6,-1,-7,-2,-7,-1,-6,-3,-6,-2,-7,-4,-7,-2,-6,-4,-7,-4,-6,-2,-6,-4,-6,-3,-6,-4,-5,-4,-6,-3,-4,-5,-5,-5,-5,-4,-5,-4,-4,-4,-4,-4,-5,-4,-3,-4,-4,-3,-2,-3,-2,-4,-3,-3,-2,-3,-2,-3,-2,-4,-2,-2,-1,-3,-1,-3,-2,-3,-2,-3,0,-4,-1,-2,0,-3,-1,-3,0,-4,0,-3,-1,-3,0,-4,0,-3,0,-3,0,-4,0,-4,0,-4,0,-3,0,-4,1,-3,0,-3,0,-3,0,-4,1,-3,1,-5,1,-4,3,-3,1,-5,2,-3,2,-4,2,-3,3,-4,4,-3,3,-2,4,-1,2,-2,3,3,4,5,5,5,4,0,0],[89,76,-1,4,-1,3,0,3,0,3,0,4,0,4,1,3,3,0,3,0,5,-1,0,0],[145,71,1,3,1,3,1,4,0,4,1,2,1,3,1,3,0,3,1,3,-4,3,0,0],[75,126,0,2,1,4,1,3,2,3,1,3,2,4,2,3,3,5,4,4,3,3,5,3,3,1,4,0,2,0,4,0,3,0,4,0,3,0,5,0,4,0,6,-1,4,-1,6,0,4,-1,4,-1,4,-1,5,-1,4,-3,3,-1,4,-2,3,-3,3,-2,3,-2,3,-4,2,-3,1,-3,-2,-2]],[[195,128,0,-5,1,-7,0,-10,-1,-12,-1,-9,-2,-14,-3,-12,-4,-12,-6,-11,-8,-9,-9,-8,-10,-6,-10,-5,-10,-4,-10,-4,-9,0,-9,0,-9,1,-7,1,-6,2,-8,2,-4,3,-7,4,-8,7,-8,6,-6,8,-7,9,-6,10,-7,12,-6,12,-6,12,-4,12,-3,11,-1,10,0,11,1,9,3,10,2,10,3,9,3,9,5,9,4,9,3,7,6,8,7,8,5,9,6,6,8,8,6,5,7,4,9,2,9,0,8,0,8,-1,7,-3,8,-3,5,-4,5,-4,5,-4,4,-4,6,-4,4,-5,4,-4,3,-4,5,-8,4,-5,4,-7,2,-4,3,-6,4,-6,3,-6,3,-7,3,-6,2,-6,1,-5,1,-5,-1,-4,-1,-6,-1,-5,-1,-7,-1,-6,-1,-6,-1,-4,-2,-5,-3,-3],[63,162,3,7,4,7,8,7,8,4,8,4,6,1,7,1,5,-1,5,-1,5,-2,7,-3,5,-3,4,-3],[125,102,4,-5,8,-4,5,-2,5,-1,5,0,4,0,6,2,3,9,1,7,2,5,0,5,0,6,-6,-1,-9,-5,-4,-4,-7,-9,-4,-6,-2,-5,1,-1],[102,105,-5,-6,-3,-4,-4,-4,-5,-5,-5,-4,-5,-2,-5,-2,-5,0,-5,1,-4,2,-6,5,-2,5,-1,7,0,5,1,5,3,6,3,4,5,4,5,3,5,1,7,-1,8,-1,5,-3,5,-4,3,-5,1,-7,2,-7,-1,-6,-4,-6,-4,-2,-5,0,0,0]],[[77,0,-3,0,-5,0,-2,0,-5,0,-4,1,-4,1,-4,2,-5,0,-3,1,-4,2,-3,1,-3,1,-3,1,-4,3,-3,1,-2,3,-4,2,-5,4,-2,4,-2,5,-2,3,-1,4,-2,5,0,3,-1,4,0,2,0,4,0,4,0,2,0,4,0,4,0,3,0,5,0,5,0,4,-1,5,0,6,0,3,0,7,0,5,0,5,0,4,0,3,0,5,0,3,0,4,0,3,0,3,0,5,0,4,0,4,0,4,0,4,0,7,0,5,0,4,1,4,1,3,1,5,2,5,3,4,2,3,4,4,3,4,5,5,4,5,6,6,6,5,3,3,4,3,5,5,3,1,3,2,5,2,4,3,3,0,3,0,3,0,3,0,3,0,3,0,3,0,3,0,5,0,4,2,6,0,3,0,3,0,4,0,3,0,3,0,3,-1,3,0,4,-1,3,0,4,-2,2,-3,2,-3,3,-3,4,-4,0,-4,1,-2,0,-4,0,-2,1,-6,2,-5,1,-4,3,-6,3,-4,3,-5,4,-6,2,-6,3,-5,2,-5,1,-4,0,-5,0,-4,1,-5,0,-3,0,-6,2,-3,1,-6,1,-7,2,-5,0,-4,0,-4,0,-4,0,-3,0,-3,-1,-4,-2,-4,0,-2,0,-3,0,-5,0,-3,-1,-5,-2,-3,-2,-5,-2,-4,-3,-2,-5,-5,-2,-3,-3,-2,-2,-3,-4,-5,-3,-4,-5,-5,-4,-4,-3,-2,-5,-2,-2,-2,-4,-2,-3,-2,-2,-3,-3,-1,-4,-1,-2,-1,-4,-1,-5,-4,-3,-2,-3,-1,-3,-3,-2,-2,-4,-1,-4,-1,-4,-1,-3,0,-2,0],[44,80,5,0,3,0,3,0,3,1,3,0,3,0,3,0,1,4,0,3,0,3,-3,1,-2,0,-5,0,-3,0,-3,-2,-3,-2,-3,-2,0,0],[95,88,3,-2,3,-2,4,0,3,0,4,0,3,0,3,0,2,1,2,3,-5,2,-3,0,-2,1,-4,0,-3,0,-3,0,-4,-1,-4,0,0,0],[79,128,0,3,0,4,1,3,1,4,0,4,0,3,0,4,0,3,1,4,0,4,-3,0,-3,0,-3,0,-3,0,-2,0,-3,0,-1,0],[37,198,3,3,4,2,3,3,9,8,5,3,7,4,7,3,5,3,3,1,3,0,2,-2,3,-2,5,-5,2,-4,3,-2,3,-4,4,-3,3,-2,3,-2,0,-1]],[[134,0,-28,2,-20,5,-8,0,-18,8,-8,3,-13,8,-10,7,-10,13,-8,15,-7,18,-4,18,0,8,0,13,0,13,6,13,13,16,12,17,8,9,6,10,7,8,8,12,10,10,8,5,15,11,9,5,14,7,19,1,8,0,13,0,22,-3,23,-8,8,-2,11,-6,8,-5,13,-13,7,-18,5,-18,0,-22,0,-8,0,-10,0,-19,0,-8,0,-12,-5,-18,-3,-11,-4,-10,-4,-12,-9,-13,-11,-8,-15,-10,-13,-8,-11,-6,-12,-7,-10,0,-50,0,0,0],[88,72,-7,12,0,8,-1,8,8,6,10,2,8,-3,8,-12,0,-8,-10,-10,-13,-3,-6,13,0,12,8,-4,3,-8,2,0],[171,67,-10,12,-3,9,5,10,13,7,7,-8,1,-12,-3,-8,-10,-3,-8,0,-10,1,-3,10,11,10,7,-8,-2,-3]],[[128,6,-4,-1,-3,0,-4,1,-4,2,-5,2,-4,1,-5,3,-4,3,-5,3,-3,3,-4,3,-6,6,-4,4,-3,3,-4,5,-2,4,-4,4,-3,4,-2,5,-4,3,-2,6,-3,5,-2,3,-2,5,-3,5,0,5,-2,6,-2,7,-1,6,-1,6,-1,8,-1,6,0,7,0,6,0,6,0,6,0,5,0,6,0,4,0,6,0,5,2,5,1,6,2,7,2,6,3,5,2,6,3,4,2,4,3,4,4,4,4,3,7,4,5,3,7,4,6,2,7,2,6,2,7,1,5,0,6,0,5,0,6,0,7,0,6,0,7,0,6,0,6,0,6,-1,4,-2,3,-2,4,-2,4,-4,3,-2,6,-5,4,-5,3,-3,3,-5,2,-4,4,-6,2,-4,2,-5,2,-6,1,-5,2,-6,2,-5,1,-5,2,-7,1,-5,0,-6,2,-5,0,-6,0,-5,1,-5,0,-4,0,-5,0,-6,0,-4,0,-4,0,-5,0,-5,0,-6,0,-5,-1,-6,-1,-3,-1,-4,-2,-5,-1,-4,-3,-5,-1,-4,-2,-4,-3,-4,-3,-5,-3,-5,-3,-5,-3,-5,-3,-5,-4,-4,-4,-4,-3,-5,-3,-3,-3,-5,-4,-3,-3,-3,-4,0,-3,-2,-5,-1,-4,0,-4,-1,-4,0,-3,0,-4,0,-3,0,-4,0,-3,0,0,0],[221,128,2,-4,3,-3,4,-2,3,-2,4,-1,3,3,3,3,2,4,2,3,2,4,1,4,0,4,2,4,0,4,-2,3,-4,2,-5,1,-4,1,-3,0,-4,0,-3,0,-4,-1,0,-2],[35,101,-4,-2,-3,-2,-4,0,-5,0,-3,0,-4,0,-4,1,-2,3,-2,4,-2,3,-2,4,0,4,0,3,2,4,4,3,3,2,4,2,4,0,4,0,3,0,4,0,3,0,3,0],[95,79,-5,0,-4,4,-2,4,-1,3,0,5,1,3,4,1,4,2,4,0,4,-2,3,-3,2,-4,0,-3,-3,-3,-5,-2,0,0],[173,95,-4,0,-3,-1,-4,-2,-3,0,-4,2,-2,3,-3,4,0,4,0,3,0,4,4,2,4,0,3,0,4,-2,4,-2,1,-4,1,-3,0,-4,0,-1]],[[40,192,3,4,3,4,8,7,8,8,10,9,14,7,16,6,20,5,19,2,15,1,13,0,11,0,10,-2,8,-3,10,-6,10,-8,9,-12,8,-14,7,-15,4,-17,3,-16,3,-15,2,-13,1,-12,0,-11,-1,-12,-5,-13,-9,-15,-11,-15,-10,-13,-9,-8,-10,-7,-13,-6,-15,-5,-19,-5,-18,-2,-19,0,-17,3,-18,7,-14,9,-13,11,-11,15,-7,15,-9,16,-7,18,-6,16,-5,16,-4,13,-4,11,-1,11,0,11,1,12,6,12,8,9,6,7,8,4,5,2,4,0,4,0,4,0,4,-6,0,0],[101,86,5,-5,0,-6,-4,-4,-4,-1,-1,5,2,0],[198,73,7,-7,0,-4,0,-4,0,-4,-6,6,-2,4,-4,5,3,-4,0,-1],[67,203,6,-3,9,-5,5,-3,9,-2,11,0,13,0,14,0,14,3,12,1,10,0,10,0,8,-1,7,-3,6,-6,4,-9,3,-7,0,-8,0,0],[131,113,1,5,-3,6,-2,8,-2,6,-1,5,-2,5,0,4,7,0,6,0,9,0,7,0,6,0,4,-2,1,0],[39,126,0,7,0,4,0,4,2,3,2,4,3,5,3,5,4,6,4,4,4,5,3,3,4,3,5,3,3,3,6,2,5,2,6,2,7,1,7,1,6,0,7,1,7,0,7,0,6,0,4,-1,6,0,5,-2,6,-1,6,-3,5,-4,5,-4,4,-4,2,-4,4,-6,0,-5,1,-7,0,-9,0,0]],[[79,61,-1,-3,-1,-3,-4,-4,-3,-3,-4,-5,-5,-2,-3,-2,-4,0,-4,0,-3,0,-3,0,-6,0,-4,0,-4,0,-5,1,-4,0,-4,1,-3,0,-4,1,-3,2,-3,5,-2,2,-1,3,-1,4,0,3,0,5,0,4,0,4,0,4,2,5,4,4,2,3,4,4,4,3,5,3,8,3,4,1,3,2,4,1,3,1,3,1,1,0],[72,53,0,-4,0,-4,0,-3,0,-4,0,-5,1,-5,1,-3,2,-3,3,-3,2,-2,3,-3,3,-2,3,-3,3,-2,5,-2,2,-1,4,-1,3,-1,4,-1,4,0,4,0,4,0,3,0,4,0,5,0,9,1,5,2,7,1,4,1,4,2,3,2,6,3,3,3,3,2,3,3,4,6,3,5,3,3,2,6,2,3,1,3,2,6,1,4,0,2,0,3,0,3,1,-3,0,-3,2,-3,1,-3,3,-4,3,-3,3,-1,3,-1,4,0,8,3,3,2,3,2,4,3,6,5,3,3,3,4,3,4,1,3,0,3,0,3,0,3,-1,3,-1,3,-1,3,-1,4,-2,4,-3,4,-3,3,-4,3,-3,1,-3,0,-3,1,-5,0,-4,0,-2,0,-4,0,-4,0,-3,0,-1,3,0,3,0,3,0,4,0,4,1,3,0,4,0,4,0,4,0,3,0,3,0,3,-2,3,-1,3,-2,6,-1,3,-4,4,-2,3,-3,3,-3,5,-3,4,-3,3,-2,3,-4,5,-3,3,-7,6,-4,3,-4,2,-5,2,-6,2,-5,1,-4,2,-4,0,-4,0,-3,0,-4,0,-3,-2,-3,-1,-4,-4,-5,-4,-4,-3,-3,-3,-2,-2,-4,-5,-3,-4,-3,-2,-4,-3,-3,-4,-4,-4,-3,-4,-2,-6,-2,-3,-2,-4,-2,-5,-3,-5,-1,-3,-2,-3,-1,-3,-3,-5,-2,-4,-2,-3,0,-3,-1,-4,-1,-5,-1,-5,0,-5,-1,-3,0,2],[139,76,1,3,1,4,3,2,1,3,4,4,2,3,3,3,2,1,4,3,4,2,3,2,3,2,-2,3,-4,2,-3,2,-5,1,-3,2,-3,0,-3,0,-3,0,-4,0,-5,0,-2,0],[120,158,0,2,4,0,3,0,3,0,3,0,4,0,4,0,3,0,5,-2,4,0,3,-2,4,-1,3,-1,4,-3,3,-3,3,-3,2,0,1,3,2,4,0,4,1,4,0,4,0,3,0,3,0,4,-2,3,-3,2,-3,3,-3,1,-3,1,-6,1,-4,0,-4,0,-6,0,-5,0,-4,-1,-4,-1,-3,-2,-3,-2,-3,-2,-3,-2,-1,-3,-2,-5,0,-3,-2,-4,0,-2,0,-3,1,-3,1,-1],[106,66,-4,-1,-5,0,-8,2,-4,3,-2,6,0,4,0,3,0,4,0,2,0,4,1,4,4,1,3,0,5,0,8,-1,3,-1,3,-1,5,-3,4,-4,5,-4,5,-5,3,-4,1,-3,-1,-3,-6,-3,-2,0,-5,-2,-4,-2,-3,0,-5,-1,-3,0,-2,0,-1,3,0,0],[106,85,3,0,1,0],[184,69,-3,-1,-3,0,-3,0,-5,1,-3,3,-3,4,-1,4,0,3,0,6,1,5,2,4,6,5,4,0,8,2,4,0,4,0,3,0,4,0,4,-1,4,-6,1,-6,0,-4,-2,-4,-2,-3,-8,-7,-4,-4,-6,-3,-2,0,-3,0,-3,3,-3,5,0,1],[178,94,0,0],[68,34,2,-4,4,-3,3,-2,3,-2,5,-3,4,-3,7,-3,6,-2,5,-3,7,-3,3,-1,8,-2,10,-3,4,0,4,0,-3,0,-7,4,-11,2,-5,2,-12,2,-5,0,6,-4,7,-1,21,-3,20,-2,15,0,6,0,-3,1,-6,1,-13,5,-8,2,-16,4,-12,3,-5,1,3,0,4,0,13,-1,9,-1,19,-1,14,0,-9,0,-14,0,-10,0,10,-2,7,-1,9,-1,29,-1,9,0,15,0,5,0,5,0,-3,2,-6,0,-9,1,-7,0,-18,0,-16,0,-6,0,4,0,6,0,6,0,16,0,9,0,16,2,5,0,-4,2,-3,1,-5,1,-4,1,-14,0,-9,0,-14,0,4,0,6,0,4,0,16,0,8,0,10,0,18,1,7,1,6,1,-4,2,-3,1,-3,0,-7,0,-12,0,-16,0,-9,0,-23,-2,5,0,8,0,21,0,23,0,11,0,1,0]],[[110,8,-9,2,-11,6,-12,8,-14,11,-12,13,-14,17,-13,21,-10,24,-9,22,-5,17,-1,16,3,12,5,14,9,13,14,16,17,13,18,12,18,6,16,4,16,-1,15,-5,18,-8,16,-9,15,-12,13,-14,12,-14,12,-17,11,-15,8,-13,7,-13,3,-12,1,-12,-2,-11,-6,-14,-7,-13,-7,-12,-6,-9,-7,-8,-7,-7,-9,-6,-9,-7,-11,-7,-9,-5,-7,-5,-7,-3,-9,-2,-11,-1,-12,4,-14,8,-9,5,0,0],[92,72,-6,3,-7,4,-5,5,-5,7,-2,7,-1,7,1,5,3,5,5,4,6,2,4,-2,7,-4,6,-4,7,-4,6,-6,4,-7,1,-5,0,-4,0,-5,-4,-3,-8,-5,-8,-5,-8,-2,-6,0,-6,1,-5,3,-5,3,0,0],[167,61,-4,0,-6,1,-4,4,-4,6,-2,6,-2,7,0,6,2,7,3,7,6,5,6,5,6,1,6,0,6,-4,7,-5,5,-7,3,-7,0,-6,-1,-6,-7,-5,-7,-2,-9,-2,-9,-2,-1,0],[94,159,0,5,3,9,3,9,5,8,5,7,5,5,7,1,8,1,7,-1,8,-2,4,-5,4,-6,5,-6,4,-7,2,-7,3,-8,4,-6,3,-4,-1,0]],[[156,20,-6,-4,-3,0,-7,-1,-11,0,-12,1,-14,5,-18,8,-20,13,-19,16,-17,19,-14,21,-10,20,-5,21,0,22,3,24,10,23,11,19,13,14,16,9,18,4,20,1,21,-3,25,-9,23,-12,22,-15,19,-18,17,-22,14,-23,9,-22,6,-22,1,-22,0,-18,-5,-15,-10,-12,-15,-13,-18,-11,-19,-11,-17,-7,-12,0,-10,0,-9,3,-6,6,0,0],[76,62,-5,6,0,7,0,4,4,0,2,-4,2,-5,0,-4,-5,-2,-4,2,-3,4,-1,3,0,4,4,2,5,0,6,-3,4,-6,3,-4,0,-5,-5,0,-4,0,-5,7,1,4,2,1],[184,52,-7,2,-2,6,-2,6,0,6,0,5,3,3,4,1,6,0,3,-3,4,-5,0,-5,1,-4,-1,-4,-6,-4,-5,-2,-5,0,-4,2,-3,4,-2,4,0,4,2,4,5,0,6,0,5,0,4,-5,2,-4,0,-4,-4,-3,-4,-1,-6,1,-5,5,-3,5,-2,6,0,4,4,0,3,-1,4,-3,3,-4,1,-4,-1,7,-2,4,-1,3,0,0],[109,100,0,4,1,4,1,4,3,4,4,1,4,1,6,0,5,0,3,0,4,-2,0,0],[74,151,1,3,5,6,6,9,7,10,8,10,9,6,12,5,13,2,14,0,14,-8,14,-12,11,-13,9,-12,7,-12,5,-9,2,-6,2,-3,-2,0]],[[0,184,3,5,2,6,1,4,1,4,2,4,2,3,2,4,3,4,4,3,4,4,5,5,5,4,6,4,9,3,14,6,18,4,14,1,18,0,19,0,22,3,18,0,20,-4,19,-6,14,-9,4,-4,2,-5,1,-4,0,-3,-1,-4,-2,-5,-1,-5,-3,-9,-4,-16,-6,-18,-4,-14,-4,-16,-6,-18,-5,-18,-5,-14,-5,-12,-5,-10,-4,-10,-4,-6,-4,-6,-4,-4,-3,-4,-3,-3,-4,-4,-4,-3,-4,-4,-4,-2,-4,-2,-4,0,-4,-2,-3,-1,-5,-1,-4,-2,-6,-1,-6,-1,-5,-2,-6,-2,-5,-1,-6,0,-4,0,-6,0,-5,1,-6,4,-5,3,-6,5,-6,5,-6,5,-5,4,-4,4,-5,5,-4,4,-4,4,-3,5,-3,4,-2,4,-2,4,-1,4,-1,4,-2,4,-1,5,-1,5,-1,4,-1,5,-1,5,0,4,0,4,0,5,0,4,0,3,0,4,0,4,0,6,1,7,0,5,1,5,0,4,0,3,1,4,0,4,0,4,0,3,0,4,1,5,1,3,0,4,2,5,2,4,4,1,0,0],[51,195,4,4,1,4,2,4,3,3,4,4,4,3,4,3,4,1,4,2,5,1,6,1,7,2,8,1,9,3,10,1,10,1,9,0,8,-2,7,-2,7,-4,4,-2,4,-4,4,-5,3,-7,0,-5,-1,-4,-1,-1],[35,82,3,2,2,5,1,4,1,4,1,4,1,4,1,4,1,6,1,4,0,2],[155,74,2,3,3,4,2,4,1,4,2,4,1,3,1,4,1,4,1,4,1,3,1,4,2,5,2,4,1,1]],[[50,53,12,-1,6,-2,7,-2,8,-2,9,-3,8,-1,7,-1,6,-1,6,0,6,-3,13,0,9,0,11,0,9,0,8,0,6,0,7,0,6,0,7,0,8,7,8,8,5,7,5,7,4,6,3,7,3,7,3,9,3,10,2,6,2,11,4,11,0,11,1,7,2,6,0,6,0,6,0,6,-1,6,-3,7,-6,8,-7,7,-6,4,-6,3,-6,2,-6,3,-10,1,-9,4,-7,1,-7,0,-7,1,-9,0,-6,0,-7,0,-7,0,-9,0,-9,0,-10,0,-10,0,-6,-3,-6,-1,-7,-3,-13,-6,-10,-4,-10,-9,-7,-7,-6,-5,-6,-4,-2,-6,0,-6,0,-9,0,-7,0,-6,0,-5,1,-6,0,-6,3,-10,2,-7,0,-7,2,-7,0,-6,1,-6,3,-6,1,-6,2,-6,1,-6,1,-2],[99,81,0,0],[83,90,5,0,0,-2],[180,93,-6,0,-5,0],[88,136,5,6,6,3,7,4,10,6,8,6,7,2,6,1,6,0,7,0,7,-3,6,-3,6,-6,6,-4,6,-5,6,-5,0,0],[131,112,-2,6,-1,6,-2,8,0,4],[47,17,6,-1,7,1,8,0,6,-2,6,-1,6,-5,6,-4,7,-4,5,10,0,9,1,5,1,9,1,9,4,9,6,2,7,-7,5,-6,8,-10,1,-6,4,-8,3,8,2,9,2,6,6,0,8,-6,6,-5,6,-6,8,7,3,6,8,4,7,-7,2,-4],[205,25,0,6,-7,4,-6,0,-7,0,-8,0,0,0],[135,27,-9,0,-8,2,-9,5,-12,6,-10,1,-12,0,-6,0,0,0],[62,30,6,-5,-6,-3,-3,7,6,-11,-1,6,-2,6,-4,6,-2,4],[36,90,-6,-2,-6,-1,-6,0,-5,0,-6,0,-7,1]],[[48,19,-6,3,-3,1,-3,2,-4,2,-3,3,-3,5,-3,5,-1,3,-2,4,-2,3,-2,4,-2,3,-1,4,-1,4,-1,3,0,4,-1,3,-1,5,-1,4,-1,4,-1,6,-1,5,-1,5,-1,6,0,5,-2,6,0,6,-1,6,0,5,0,6,0,5,0,5,0,6,0,5,1,5,0,6,2,5,1,5,2,5,1,4,2,4,2,5,2,4,2,4,3,4,2,4,3,3,2,3,4,3,4,3,3,4,4,3,5,2,4,2,4,2,5,3,4,2,5,1,5,1,5,1,6,1,5,1,4,0,7,-1,4,-1,7,-2,4,-1,7,-2,4,-3,7,-2,5,-3,4,-3,6,-5,5,-4,4,-3,5,-6,4,-5,4,-5,5,-7,4,-6,3,-6,3,-7,3,-6,3,-6,2,-5,2,-8,1,-6,1,-6,1,-6,0,-5,0,-8,0,-5,-1,-6,0,-6,-1,-7,-1,-7,-2,-5,-2,-6,-2,-5,-3,-5,-2,-6,-2,-5,-3,-4,-4,-5,-3,-5,-3,-5,-3,-4,-4,-5,-4,-4,-4,-4,-5,-5,-3,-3,-6,-5,-5,-3,-5,-2,-5,-3,-5,-1,-4,-2,-6,-1,-3,-2,-5,-1,-4,0,-5,0,-4,0,-5,0,-3,1,-4,1,-4,1,-4,1,-3,2,-5,3,-4,2,-3,2,-5,4,-3,2,-3,2,-3,3,0,0],[31,71,5,-9,6,-5,4,-2,3,-3,4,-2,5,-2,4,-1,4,0,5,0,3,0,4,1,3,0,4,2,3,3,4,3,2,4,2,4,1,3,0,2],[130,58,5,-3,3,-2,5,-3,4,-2,4,0,4,-1,3,0,4,0,4,1,4,4,3,2,3,4,1,3,0,3,-1,4,-2,1],[50,90,-8,7,-2,3,-1,6,-2,7,0,5,0,5,0,4,0,3,2,3,3,4,3,2,7,0,6,-1,4,-3,7,-3,4,-3,4,-3,3,-4,3,-4,3,-5,1,-5,1,-4,0,-4,-2,-5,-1,-4,-3,-3,-2,-3,-5,-4,-3,-1,-3,0,-4,0,-3,1,-4,2,-3,1,-4,3,-4,3,-3,4,0,0],[141,102,-8,5,-3,4,-1,3,-5,8,0,4,-1,3,0,4,1,3,1,4,4,5,4,3,5,1,3,1,4,-1,4,0,4,-2,3,-1,3,-2,3,-3,4,-6,2,-3,1,-3,1,-4,1,-4,0,-3,-1,-4,0,-4,-1,-3,-1,-4,-2,-3,-4,-4,-4,-4,-6,-3,-3,0,-6,0,-7,2,-6,2,-1,0],[107,129,-4,11,-3,6,-3,4,-2,4,-1,3,-2,3,5,2,3,-1,3,-1,5,-3,3,-1,0,0],[58,186,-1,6,0,4,1,3,1,4,1,3,3,3,4,3,4,3,3,2,4,1,6,2,4,0,6,0,5,-1,4,-2,7,-3,4,-2,6,-4,5,-4,4,-5,6,-4,4,-3,4,-4,4,-3,4,-3,4,-4,1,-1]],[[42,4,-5,0,-5,1,-5,3,-6,6,-7,7,-3,7,-2,5,-3,8,-2,9,-2,7,-1,6,0,5,-1,8,0,8,0,5,0,6,0,9,0,5,0,10,0,7,0,8,1,7,1,6,2,6,0,6,1,8,1,6,1,6,1,7,0,5,0,7,2,7,1,7,2,7,1,5,2,5,5,6,6,3,6,5,5,3,6,2,7,2,5,1,5,1,5,1,6,1,5,0,5,0,5,0,6,0,6,0,5,0,5,-2,5,-1,7,-4,5,-3,5,-3,6,-4,6,-4,6,-6,5,-4,4,-7,6,-5,3,-6,1,-5,2,-5,1,-7,2,-10,2,-8,1,-5,2,-10,0,-6,2,-9,1,-9,0,-6,0,-8,0,-6,0,-7,0,-7,0,-7,-1,-7,-1,-5,-1,-5,-2,-7,-3,-5,-1,-5,-3,-5,-3,-6,-5,-5,-4,-6,-6,-5,-5,-7,-5,-3,-6,-3,-5,-2,-5,-2,-7,-3,-6,-2,-5,-2,-5,-1,-6,-1,-7,-2,-5,0,-5,0,-6,0,-6,-1,-5,0,-5,0,-6,0,-6,0,-6,0,-5,0,-4,0],[43,104,6,0,5,0,5,-1,6,-2,6,-1,5,1,5,3,2,5,-6,5,-7,2,-8,0,-5,0,-6,0,-7,-3,-5,-2,6,-4,4,-2],[106,83,8,-1,7,0,5,0,5,0,5,2,7,6,3,6,0,5,-4,5,-7,1,-5,0,-7,0,-6,-2,-10,-3,-7,-2,-6,-3,2,-6,5,-4,0,0],[49,198,5,4,6,1,5,1,7,0,6,0,8,0,7,-1,5,-2,6,-3,5,-2,5,-3,5,-3],[97,129,3,5,4,6,0,5,-2,6,-3,5,-4,5,-4,6,-1,1]],[[62,76,0,3,-3,7,-2,5,-2,5,0,5,-1,5,2,4,3,3,3,1,4,-2,5,-6,4,-8,4,-8,2,-8,2,-7,0,-4,0,-3,-1,-4,-7,1,-5,2,-5,4,-4,5,-4,7,0,0],[136,66,-2,4,-3,9,-2,8,-2,10,-1,10,0,8,7,13,6,1,5,-2,5,-5,3,-7,2,-8,1,-8,2,-15,0,-8,0,-3,-2,-5,-6,0,-2,0],[24,157,3,6,7,12,6,6,18,10,9,2,10,2,9,1,13,1,14,-1,12,-1,11,-2,12,-2,11,-6,9,-6,9,-6,8,-6,6,-6,3,-5,1,-5,1,-1],[62,9,-6,6,-5,5,-7,8,-9,10,-10,13,-7,12,-8,13,-5,12,-3,12,-2,12,0,11,0,10,0,10,0,12,0,12,1,11,2,10,4,10,4,8,5,9,7,10,8,10,8,5,10,6,12,4,12,3,12,2,9,0,14,-1,13,-1,11,-2,9,-3,8,-5,10,-5,9,-6,9,-6,10,-8,12,-7,7,-7,9,-8,8,-8,7,-11,5,-10,5,-9,2,-8,0,-7,1,-5,0,-8,0,-8,-1,-8,-1,-8,-3,-7,-3,-6,-4,-6,-5,-6,-5,-7,-5,-6,-8,-8,-13,-14,-6,-7,-8,-8,-7,-4,-6,-5,-4,-3,-6,-3,-6,-3,-6,-2,-13,-3,-6,-2,-6,-1,-7,-1,-5,-1,-4,0,-4,-1,-4,0,-5,0,-3,0,-13,4,-6,3,-4,2,-2,1],[208,41,0,-5,0,-3,0,-7,0,7,0,7,1,7,0,0],[225,23,0,12,0,10,1,10,0,0],[199,29,4,0,4,1,4,2,5,0,4,1,13,-1,4,-3,2,-7,0,-4,0,-3,0,-3,-1,-4,0,-5,-2,-3,-6,0,-8,3,-5,6,-3,3,-4,4,0,0],[213,48,-5,2,-5,1,-10,5,-5,4,-3,4,-3,4,0,9,7,3,3,-1,6,-5,3,-3,1,6,1,10,4,8,3,3,9,0,6,-7,1,-5,1,-6,0,0]],[[10,126,-7,-4,-2,-5,-1,-6,0,-11,0,-12,4,-13,6,-14,10,-13,12,-14,13,-11,11,-10,14,-7,12,-4,11,-2,9,0,7,0,6,4,8,5,7,8,6,9,4,11,3,15,2,16,3,19,2,18,0,18,0,20,-1,20,-3,20,-6,19,-8,17,-8,14,-9,11,-9,6,-8,5,-8,0,-8,-2,-6,-7,-8,-11,-8,-11,-8,-11,-9,-10,-8,-10,-7,-9,-7,-10,-4,-9,-4,-10,-3,-10,-2,-10,0,-12,0,-11,2,-12,4,-13,4,-9,4,-9,4,-6,4,-5,4,-2,3,0,5,-1,0,0],[82,60,4,-2,4,0,5,-2,6,-2,5,-2,6,-1,5,-1,5,0,3,0,3,3,-1,1],[16,73,5,0,4,0,4,1,4,0,4,1,4,1,4,0,5,0,3,1,5,0,3,1,4,2,2,3,0,0],[117,81,1,4,-2,6,-4,3,-5,2,-5,2,-4,2,-4,0,0,-4,1,-5,4,-4,4,-5,5,-4,5,-4,4,-3,3,-1,4,0,0,6,0,0],[57,100,1,5,-4,8,-4,3,-5,2,-5,1,-6,1,-4,0,-3,-4,0,-5,3,-6,4,-5,4,-3,3,-2,5,0,5,1,3,3,0,0],[71,99,-1,5,1,4,2,5,2,5,2,5,1,6,2,6,1,7,2,7,2,5,2,5,4,4,4,-2,3,-5,4,-7,2,-6,2,-4,3,-3,0,4,-2,6,-3,10,-4,11,-2,9,-2,7,0,0],[59,200,1,3,1,4,2,3,4,3,4,3,5,3,5,2,6,1,5,0,6,-1,6,-3,6,-3,6,-6,6,-6,6,-6,3,-6,1,-2]],[[109,15,-4,-2,-5,-3,-3,0,-7,0,-7,1,-7,6,-6,6,-6,9,-5,11,-6,13,-5,9,-4,12,-4,12,-2,12,0,11,1,12,3,14,6,12,6,11,7,8,9,7,11,5,12,6,12,3,13,0,15,-3,14,-6,14,-11,8,-12,8,-13,7,-15,3,-16,2,-16,1,-13,-2,-15,-4,-12,-7,-13,-8,-12,-10,-13,-10,-10,-12,-6,-10,-3,-10,0,-10,0,0,0],[80,53,0,5,0,4,2,5,0,4,0,3,0,3,0,1],[129,46,-2,5,0,4,0,3,1,4,1,4,1,4,0,3,0,1],[75,129,0,3,3,4,4,4,4,4,4,3,4,2,10,1,6,0,5,0,6,-3,5,-2,4,-5,2,-5,2,-5,1,-4,1,-4,1,-3,0,-3,1,-1],[105,107,0,3,1,-4,3,-2],[112,1,-3,0,-4,0,-4,0,-4,0,-5,0,-4,2,-6,3,-4,2,-6,7,-4,5,-3,5,-4,5,-3,6,-1,4,-4,6,-1,4,-2,3,-2,7,0,4,-2,4,-1,3,0,4,-1,10,-1,4,0,4,0,5,0,11,0,4,0,9,0,5,2,9,1,5,2,9,2,6,3,11,1,5,2,15,1,5,0,7,1,10,1,5,0,5,-1,11,-1,6,0,6,-2,3,-4,7,-3,2,-9,0,-4,0,-7,-1,-4,-2,-8,-7,-3,-3,-10,-8,-3,-4,0,0],[102,5,3,-4,5,0,5,-1,22,0,8,5,9,8,5,3,7,9,3,6,3,12]],[[118,5,-7,1,-7,1,-11,2,-11,2,-7,1,-5,2,-6,1,-6,1,-6,2,-5,2,-6,3,-5,1,-4,5,-3,4,-3,6,-3,4,-4,7,-1,7,-1,4,0,4,1,8,0,5,2,5,2,7,2,8,0,6,2,6,2,5,3,5,1,4,3,6,4,7,3,6,3,6,3,5,7,8,3,4,6,6,6,9,3,5,2,5,3,6,4,7,3,4,5,5,6,6,6,5,6,5,6,4,4,4,5,0,7,-2,7,-1,4,-2,7,-2,6,-1,5,-2,5,-2,8,-3,6,-1,6,-2,5,-2,6,-2,4,-2,5,-2,3,-6,4,-4,2,-4,3,-5,6,-10,3,-4,5,-6,2,-5,3,-6,2,-5,2,-7,2,-8,2,-8,2,-7,1,-6,1,-5,2,-5,1,-5,1,-6,1,-5,2,-8,1,-4,-1,-5,-1,-4,-4,-5,-5,-4,-5,-4,-5,-5,-5,-5,-7,-4,-5,-5,-4,-5,-5,-4,-6,-6,-8,-5,-5,-3,-4,-2,-5,-3,-5,-3,-4,-2,-5,-4,-4,-2,-6,-1,-4,-1,-4,0,-5,0,-4,0,-5,2,-4,1,-5,0,-4,-1,-5,-1,-4,0,-1,0],[69,73,0,4,-2,5,-1,4,0,4,4,5,4,2,5,0,4,-1,6,-2,4,-3,5,-1,3,-5,-1,-4,-4,-5,-4,-4,-4,-1,-5,-2,-4,1,-5,1,-4,0,0,1],[181,72,-4,2,-6,1,-5,1,-4,1,2,5,3,4,4,4,4,3,5,3,4,1,5,-1,4,-1,4,-3,5,-3,-1,-5,-2,-4,-4,-4,-5,-4,-4,-2,-2,2],[96,145,2,4,4,5,6,4,6,4,4,2,5,1,4,1,7,2,7,2,6,0,4,-2,5,-1,4,-3,4,-2,5,-3,4,-3,5,-5,3,-4,3,-5,3,-4,0,-4],[16,65,-6,0,-4,0,-5,1,-1,5,1,4,2,6,1,4,5,4,5,0,4,0,5,0,0,0],[135,111]],[[159,10,-4,-3,-7,-2,-6,0,-7,0,-8,0,-9,0,-9,0,-9,3,-11,4,-11,7,-9,5,-10,6,-10,7,-7,6,-7,7,-7,8,-6,7,-5,10,-4,9,-4,10,-2,7,-2,10,-3,8,-2,7,0,9,0,7,0,7,0,7,0,7,1,6,4,8,4,8,1,5,5,6,5,8,4,6,6,5,4,5,5,6,4,3,4,3,5,3,8,1,5,2,5,0,6,0,6,0,9,0,8,0,10,0,11,-2,11,-4,10,-4,9,-6,10,-6,7,-6,9,-8,5,-7,5,-7,5,-5,4,-4,4,-5,3,-4,3,-5,2,-5,3,-5,1,-5,4,-8,4,-8,3,-8,3,-7,4,-8,3,-8,4,-8,3,-9,3,-7,4,-9,4,-9,1,-5,4,-8,0,-5,-3,-5,-5,-3,-5,0,-4,-1,-5,0,-6,0,-5,0,-5,-1,-7,-1,-5,-2,-6,0,-5,0,-4,-1,-5,-1,-5,-2,-5,-1,-5,-3,-8,-2,-7,-2,-5,-2,-5,-1,-5,-3,-4,-3,-4,-2,-4,-2,-5,-3,-3,-2],[93,88,-3,4,-1,4,-2,4,-1,5,-1,5,0,5,0,5,0,5,0,5,5,3,4,2,4,1,5,1,6,2,4,0,4,0,4,-2,0,0],[82,44,-4,1,-5,2,-6,3,-4,2,-6,1,-3,4,-3,5,0,4,0,4,2,5,4,4,3,4,5,2,5,1,5,0,6,0,5,-2,4,-3,3,-6,2,-5,3,-6,0,-4,2,-5,1,-7,0,-6,0,-5,0,-4,-2,-4,-4,-3,-5,0,-5,0,-5,0,-4,0,-5,1,-4,2,-4,3,-1,4,-1,4,0,5,0,4,0,1],[120,56,-4,-6,-1,-4,-1,-6,0,-5,0,-5,0,-5,7,-4,8,-2,4,-1,5,0,4,0,5,3,3,4,7,7,8,8,5,4,5,4,6,7,4,4,1,4,0,5,0,6,-3,4,-5,2,-6,1,-4,1,-4,0]],[[98,0,-8,3,-11,4,-12,10,-14,13,-14,16,-16,20,-12,22,-7,22,-3,22,-1,21,0,19,0,21,3,17,8,15,11,12,12,8,20,5,18,2,20,3,20,0,19,-2,16,-9,17,-13,13,-16,10,-12,7,-16,4,-21,2,-21,0,-19,0,-16,-2,-15,-4,-16,-5,-14,-6,-12,-6,-8,-7,-6,-8,-6,-10,-5,-11,-5,-8,-3,-8,-4,-6,-1,-9,-2,-2,-2],[81,73,3,-7,0,-8,-6,2,-3,7,0,5],[119,67,6,5,7,3,6,1,1,-7,-6,-6,-8,0,-4,-2],[40,164,-2,7,8,8,6,4,7,1,7,1,7,0,8,0,7,-3,7,-5,8,-6,7,-6,6,-5,6,-6,10,-8,6,-6,2,-1]],[[194,42,0,-3,0,-3,0,-3,-2,-3,-3,-3,-3,-4,-3,-3,-3,-2,-3,-2,-3,-2,-3,-2,-3,-1,-3,-2,-3,-2,-3,-1,-3,0,-3,-2,-4,0,-4,-1,-3,-1,-3,-1,-4,0,-3,-1,-3,0,-4,0,-3,0,-3,0,-3,0,-3,0,-3,0,-3,0,-3,0,-4,1,-3,0,-3,1,-4,1,-3,1,-3,0,-3,2,-3,1,-4,2,-3,2,-3,1,-3,2,-3,1,-4,3,-3,2,-3,2,-3,3,-3,2,-3,3,-4,3,-3,3,-3,3,-4,4,-3,3,-3,3,-3,3,-2,3,-3,3,-3,4,-1,3,-3,4,-2,4,-1,3,-2,3,-1,3,-1,4,0,3,-1,4,0,4,0,3,0,4,0,3,1,3,0,4,1,3,1,4,1,3,2,3,2,4,2,4,3,4,3,3,3,4,3,3,3,4,4,3,4,3,4,3,4,2,3,2,7,3,3,2,3,1,5,2,3,1,4,1,3,2,6,2,3,1,6,1,3,1,4,0,4,1,5,0,4,1,4,1,3,0,4,0,6,0,3,0,4,0,6,0,3,0,4,0,5,0,4,0,3,0,3,-1,4,-1,4,-1,3,0,3,-2,3,0,4,-1,3,-1,3,-2,5,-2,3,-1,5,-2,4,-2,3,-2,5,-3,4,-3,4,-3,4,-3,3,-2,4,-4,3,-3,4,-4,3,-3,3,-5,2,-3,2,-3,2,-4,1,-3,2,-4,1,-3,0,-3,1,-4,1,-4,0,-3,0,-3,0,-4,0,-3,-1,-4,-1,-3,-1,-3,-1,-5,-1,-3,-1,-3,-2,-4,-2,-3,-2,-4,-3,-4,-3,-3,-3,-3,-3,-3,-3,-3,-4,-3,-4,-3,-4,-2,-3,-3,-3,-2,-3,-1,-4,-2,-4,-2,-3,-1,-4,-1,-4,-2,-3,-1,-4,-1,-3,0,-3,-2,-3,-1,-2,0],[86,28,3,0,3,0,3,1,3,2,4,1,3,2,4,2,3,1,3,2,3,1,3,2,3,2,3,3,0,4,0,3,-2,3,-1,3,-3,3,-4,3,-3,2,-3,3,-3,1,-3,1,-3,1,-3,0,-3,0,-3,-1,-3,-2,-3,-2,-3,-3,-3,-3,-2,-3,-2,-3,-1,-3,-1,-3,-1,-3,0,-3,2,-3,3,-3,3,-1,3,0,3,-1,3,0,3,0,3,0],[183,51,-2,-4,-3,-1,-3,-2,-3,0,-3,-1,-4,0,-3,-1,-3,0,-3,0,-3,0,-4,0,-3,1,-3,1,-3,2,-2,3,-1,3,0,3,0,3,1,3,2,4,2,3,2,3,2,3,3,3,4,3,3,2,3,3,3,1,4,1,3,1,3,0,3,0,3,-1,3,-3,3,-3,1,-3,1,-4,0,-3,0,-4,0,-4,-2,-5,0,-3,-1,-3,-2,-3,-1,-3,-3,-2,-3,-1,-4,0,-3,1,-3,2,-4,4,-3,3,-1,2],[127,87,-2,3,-3,3,-2,3,-2,3,-2,3,-2,3,-1,3,-2,3,-2,3,0,3,0,4,3,2,3,0,4,1,3,0,4,0,3,0,3,-1,4,-1,4,0,3,0,3,-1,3,-2,4,-3,1,-3,0,-3,-1,-4,-2,-3,-2,-3,-3,-3,-2,-3,-3,-4,-2,-3,-3,-2,-3,-3,-4,-3,-3,-3,-3,-1,-1,3,0,3,0,3,2,3,1,2],[183,119,1,3,0,3,-1,3,-1,4,-2,3,-2,3,-1,3,-2,4,-2,3,-3,3,-3,3,-4,3,-3,2,-3,1,-3,0,-3,1,-5,1,-3,0,-4,0,-4,0,-3,0,-5,0,-4,-1,-4,-1,-5,0,-4,-1,-4,0,-5,-1,-4,-1,-4,-1,-4,-1,-4,-1,-5,-2,-4,-1,-3,-2,-3,-2,-3,-2,-2,-4,-2,-3,-1,-3,-2,-4,-1,-4,-1,-3,-1,-3,-1,-3,-1,-3,-1,-2],[208,135,-2,-3,-3,-3,-3,-3,-3,-3,-1,-3,0,-3,0,-3,1,-3,1,-3,1,-3]],[[19,71,-2,3,-1,3,-1,3,-1,3,-1,3,-1,5,0,11,-1,11,-2,12,0,15,0,12,0,8,0,7,0,6,0,7,0,5,1,3,3,4,2,2,3,2,5,3,5,4,8,5,7,6,8,5,7,4,7,4,5,2,6,3,5,3,5,2,8,3,6,2,10,4,8,3,7,2,5,2,6,1,9,1,7,0,7,-1,7,-1,12,-4,6,-2,4,-2,4,-3,5,-3,5,-4,4,-5,4,-4,5,-6,3,-5,3,-7,3,-10,4,-19,2,-14,1,-12,1,-11,1,-7,0,-4,0,-4,0,-3,0,-3,-1,-5,-2,-7,-1,-5,-1,-5,-2,-5,-1,-4,-2,-4,-2,-3,-1,-3,-2,-3,-3,-4,-2,-3,-3,-2,-5,-4,-8,-4,-8,-3,-7,-2,-4,-2,-8,-2,-7,-2,-6,-1,-6,-2,-6,-2,-4,-1,-4,0,-5,-1,-3,0,-4,-1,-3,0,-4,0,-3,0,-5,0,-5,1,-4,1,-4,0,-4,1,-3,0,-4,1,-3,1,-2,1,-2,1,-3,1,-4,2,-3,1,-2,0,-3,2,-2,0,-3,1,-3,0,-4,2,-4,2,-5,3,-3,3,-2,2,-3,1,-4,3,-3,1,-2,2,-2,1,-2,2,-3,2,-1,3,-2,3,-1,2,-1,3,0,2,0,0],[75,149,0,2,1,2,2,3,1,3,2,4,3,3,2,2,2,3,2,2,3,2,3,2,2,1,3,0,2,1,2,0,3,0,2,0,4,0,4,-1,3,-1,4,-1,4,-2,2,-1,3,-1,3,-4,1,-3,1,-4,1,-3,0,-3,1,-3,0,-3,0,-2,0,0],[92,87,-1,3,0,2,0,4,1,5,1,3,1,3,0,3,0,2,2,2,0,1],[122,96,0,3,-1,3,0,3,0,2,0,3,0,2,0,3,0,2,0,0],[9,134,1,2,1,3,3,3,2,4,3,3,3,5,3,4,2,3,1,3,0,-3,-4,-7,-5,-15,-5,-12,-6,-19,-5,-20,-1,-7,-1,-4,-1,-3,3,2,3,5,4,4,4,5,4,4,4,7,3,5,2,4,1,2,1,-3,-1,-5,-4,-12,-4,-14,-3,-7,-2,-6,-1,-5,0,-3,-1,-2,1,6,2,8,3,6,3,6,2,4,4,5,3,7,3,4,2,3,2,0,0,-4,0,-5,0,-6,-3,-12,-2,-11,-1,-9,-1,-11,-2,-7,0,-3,0,-3,0,3,1,2,2,3,4,8,7,11,6,11,3,5,4,4,5,6,2,4,2,2,0,-12,-5,-19,-2,-14,-1,-16,-1,-14,0,-5,0,-3,0,-2,1,6,0,4,1,4,4,7,4,12,3,7,3,5,1,4,2,2,1,3,3,-3,0,-10,0,-12,0,-9,1,-13,0,-7,0,-3,0,-2,1,-2,0,4,1,4,2,4,3,6,4,11,5,9,2,5,3,4,1,3,3,4,2,3,2,2,1,-2,0,-9,-1,-13,-1,-11,0,-8,0,-7,0,-5,1,-3,2,5,2,8,3,15,4,12,3,8,3,9,5,11,2,5,1,2,3,-1,2,-10,2,-17,3,-12,1,-7,2,-3,2,-4,2,-3,2,-3,1,-3,1,6,1,8,1,7,1,7,3,15,3,16,1,6,2,4,1,5,1,2,2,-5,1,-12,3,-17,5,-15,3,-6,3,-4,2,-2,3,-1,2,2,0,3,0,7,0,7,-1,7,0,5,-1,6,0,6,0,8,1,9,0,6,1,3,3,10,1,5,0,4,2,2,0,-4,3,-9,9,-26,5,-14,1,-5,2,-3,1,-3,1,-3,2,-4,1,-2,0,3,0,4,0,5,0,7,0,22,0,11,1,7,1,8,0,6,0,4,0,2,1,-6,1,-9,0,-7,2,-12,1,-4,0,-3,0,4,-2,11,-3,11,0,8,-2,10,-1,6,-1,4,0,3,-2,1,-4,-4,-2,-5,-2,-5,-4,-11,-6,-23,-1,-10,-4,-19,-2,-10,0,-4,0,-3,-1,-3,0,5,0,4,0,4,0,6,0,14,0,10,0,6,0,4,0,4,-4,-10,-3,-6,-5,-12,-10,-39,-2,-5,-2,-4,0,-2,-3,0,0,4,0,7,0,6,1,9,2,20,2,11,1,6,1,4,1,5,-4,1,-4,-4,-9,-13,-7,-12,-10,-16,-8,-13,-3,-7,-2,-2,-3,-2,-1,3,0,2,1,8,12,40,3,11,5,13,1,6,1,2,0,3,-3,-4,-5,-4,-6,-10,-10,-15,-9,-13,-13,-21,-6,-12,-2,-5,-2,-5,-2,-3,-1,-3,-2,-2,0,4,2,4,2,5,3,5,10,17,3,5,1,3,1,3,-8,-8,-9,-9,-11,-12,-21,-10,-5,0,-5,0,-3,1,-4,1,3,3,2,2,3,3,4,6,4,4,2,4,3,2,-4,-1,-5,-4,-17,-7,-5,-2,-5,-1,-2,0,-2,0,-1,2,3,4,3,5,7,7,6,14,4,8,5,8,3,5,1,3,-3,0,-13,-1,-6,-1,-6,-1,-5,-2,-7,-2,-3,0,5,6,7,12,6,9,3,5,7,12,0,2,1,2,-6,-3,-8,-5,-15,-12,-4,-4,-3,-3,-2,-2,1,5,5,6,13,17,5,6,4,4,2,3,3,2,-3,-3,-2,-3,-4,-3,-2,-1,-3,1,-5,2,-3,0,-3,-1,2,3,3,3,2,3,3,2,2,3,1,1]],[[65,8,-6,4,-8,3,-9,3,-7,2,-8,3,-6,5,-7,6,-6,9,-3,7,-3,7,-2,9,0,11,1,9,1,7,1,9,2,8,1,9,2,9,2,13,2,11,3,9,2,14,2,11,2,11,3,6,5,11,7,10,6,8,7,6,14,8,10,5,10,3,15,1,10,-2,13,-7,18,-11,13,-11,12,-12,10,-17,5,-17,5,-20,3,-23,-1,-24,-4,-18,-3,-14,-6,-20,-9,-19,-11,-16,-7,-9,-5,-5,-10,-7,-14,-2,-18,0,-23,5,-11,4,-8,2,-6,1,-5,2,-3,1],[55,55,0,8,1,7,0,7,0,5,0,5,0,1],[124,53,-3,7,-3,8,-2,8,-2,7,-1,5,0,3],[48,158,2,7,8,10,6,5,7,4,5,4,6,3,9,1,9,-2,8,-3,5,-3,7,-9,3,-5,3,-6,4,-7,2,-6,3,-9,1,-6,1,0],[87,133,0,5,6,6,6,-1,7,-3,6,-6,3,-5,3,-4]],[[183,39,-5,-2,-5,-2,-8,-3,-9,-4,-10,-3,-9,-3,-11,-3,-12,-4,-11,-1,-8,-2,-8,-1,-7,0,-7,0,-4,0,-5,2,-5,1,-3,2,-7,7,-2,4,-3,5,-3,7,-3,6,-3,8,-3,6,-3,8,-3,5,-1,6,-2,4,-1,5,-1,5,-1,5,-1,5,0,4,0,6,0,7,0,5,0,7,0,6,2,8,1,6,3,7,3,8,2,5,3,6,3,5,3,6,3,7,3,4,4,6,4,5,3,3,5,5,7,5,9,6,7,3,8,3,8,3,7,4,8,3,8,3,8,1,6,1,8,2,7,0,6,0,7,1,6,1,8,0,5,0,5,0,7,0,6,-1,7,-2,5,-2,4,-1,6,-5,3,-3,4,-2,2,-5,5,-6,2,-4,2,-6,1,-7,1,-4,1,-4,1,-6,0,-6,0,-5,-1,-4,-2,-8,-3,-4,0,-5,-2,-4,-3,-4,-1,-4,-2,-4,-2,-4,-1,-4,-3,-4,0,-5,-3,-5,-3,-6,-1,-5,-2,-4,-3,-5,-3,-5,-3,-4,-3,-4,-2,-4,-4,-4,-2,-4,-4,-3,-3,-3,-4,-5,-4,-3,-3,-3,-2,-4,-4,-4,-3,-3,-4,-1,-1,-2],[64,67,4,0,4,1,0,0],[107,81,2,2],[69,111,-1,3,-3,6,-3,5,-3,4,-2,5,-1,3,-1,4,-1,4,3,3,5,2,7,1,5,0,5,0,7,0,5,0,7,0,3,-1,6,-2,4,0,1,0],[74,176,5,6,6,6,4,3,5,5,5,4,4,2,6,3,4,2,4,2,7,1,7,2,9,1,6,2,8,0,6,1,5,0,5,0,4,-1,4,-2,2,-3,1,-4,1,-5,0,-5,0,-3,-1,-2],[12,0,-4,1,-5,4,-3,2]],[[33,23,-4,1,-4,3,-6,7,-2,3,-13,37,-3,13,-1,48,3,13,3,9,4,8,12,18,5,5,6,5,5,4,62,19,56,-8,10,-3,53,-23,35,-50,1,-45,-2,-7,-23,-40,-4,-5,-4,-4,-4,-4,-5,-6,-22,-13,-5,-2,-5,-2,-43,-4,-48,1,-26,7,-4,2,-17,10,-5,5,0,0],[48,76,-10,13,-1,5,0,5,1,7,2,5,3,4,8,5,4,1,5,-1,18,-21,0,-3,-15,-15,-7,-1,-16,5,2,4,0,0],[146,72,1,5,1,6,15,18,21,-11,-5,-22,-25,-1,-4,6,-2,5,0,0],[158,84,5,7,-2,-2],[48,103,4,3,-5,0,0,0],[78,165,9,3,5,3,9,4,15,3,7,0,41,-25,4,-7,3,-8,-2,-1],[105,114,-3,2,-4,7,0,5,16,11,14,-6,3,-3,2,-16,-16,-5,-12,6,-1,0],[109,124,3,2],[115,124,4,2,-1,1]],[[107,5,-18,-2,-5,2,-4,1,-6,2,-5,3,-6,3,-6,5,-6,4,-7,6,-5,6,-7,7,-6,8,-5,9,-5,9,-3,10,-6,10,-2,10,-3,10,-2,11,0,11,0,10,0,11,2,10,3,10,3,11,5,10,5,8,6,8,7,8,8,7,8,6,10,5,9,5,10,2,10,3,11,1,10,2,11,0,10,-2,11,-3,11,-3,10,-5,10,-5,11,-6,8,-7,10,-7,8,-9,8,-8,13,-21,5,-11,6,-12,5,-12,3,-11,4,-12,2,-12,2,-11,0,-11,-2,-10,-2,-9,-4,-10,-8,-16,-6,-7,-7,-6,-7,-6,-9,-4,-8,-3,-9,-3,-9,-3,-10,-2,-10,0,-9,0,-10,0,-9,0,-8,1,-8,1,-7,2,-6,2,0,0],[53,77,0,0],[171,53,0,0],[81,69,1,5,3,3,4,0,1,-4,2,-4,-2,-4,-4,-1,-5,4,-3,5,0,4,0,3,4,2,2,-4,1,-2],[157,59,-2,10,1,5,2,3,4,1,3,-3,1,-4,2,-3,0,-5,0,-3,-2,3,2,5,0,4,2,4,4,-5,0,-3,-1,-5,-2,-4,-3,-3,-3,4,-2,4,-1,5,-1,3,0,1],[70,134,3,14,1,5,2,5,2,7,4,6,3,5,4,5,3,5,5,4,4,2,9,3,5,0,3,0,5,-1,5,-2,7,-8,6,-8,2,-5,1,-6,1,-5,0,-5,0,-5,0,-3,0,-4,-1,-3,0,-5,-3,-3,0,0],[70,134,-7,-16,5,-3,4,0,4,1,6,2,10,1,5,2,4,0,4,0,5,1,6,1,3,0,5,-1,6,-1,4,0,4,0,3,0,4,-2,-1,-1],[124,93,-5,4,-3,-3,-3,0,-3,4,3,0,3,-1,3,-4,-3,-1,-3,2,0,2],[222,27,-8,31,-1,8,-1,10,0,10,0,12,0,23,0,11,1,10,1,9,1,12,0,5,3,5,0,-4,0,-4,0,0],[226,52,7,34,1,9,2,20,1,9,2,16,0,12,0,6,1,-3,0,-13,-1,-17,0,-9,-2,-18,0,-9,-1,-7,0,-13,0,-5,0,-4,0,-5,-1,5,-1,4,0,7,-1,13,1,8,1,8,2,14,3,13,4,1,0,-5,0,-5,0,-11,-1,-7,-2,-8,-2,-15,-4,-14,-4,-13,-2,-6,-3,-7,-7,-1,-6,3,-3,1,-4,0,-3,-3,-6,-5,-3,-3,-3,-5,-2,-5,-3,-5,-2,-3,-7,0,-7,15,-5,9,-1,-3,1,-8,0,-8,0,-8,0,-6,-5,4,-3,7,-4,8,-2,5,-4,3,-3,-5,-1,-9,-1,-6,-1,-5,-5,-1,-5,8,-5,7,-3,5,-5,4,-4,-4,-1,-4,-3,-6,-3,-7,-5,2,-5,5,-3,6,-6,8,-6,2,-4,-8,-1,-8,-1,-5,-4,-2,-4,5,-3,3,-5,10,-8,12,-5,11,-5,6,-6,4,0,-4,3,-11,3,-8,5,-7,2,-3,0,5,-2,11,-7,19,-9,27,-5,16,-15,43,-9,29,-2,7,0,-7,2,-13,4,-19,3,-11,12,-36,3,-11,8,-19,7,-13,3,-4,1,-4,-4,12,-7,19,-13,38,-8,23,-6,17,-5,7,0,-4,0,-10,1,-17,4,-19,8,-33,2,-10,6,-17,3,-11,-3,5,-2,8,-4,19,-5,21,-4,19,-3,12,0,3,2,-3,1,-4,0,0]],[[106,10,-28,-10,-10,0,-9,0,-12,3,-34,44,-6,13,-1,8,-3,15,-2,8,-1,44,1,7,3,8,3,10,9,22,3,7,53,62,19,4,12,0,54,-2,66,-80,1,-22,-1,-13,-6,-14,-11,-17,-8,-7,-9,-8,-10,-7,-8,-5,-32,-29,-12,-9,-8,-8,-9,-6,-22,-12,-7,9,0,0],[53,168,1,8,11,16,7,8,8,6,12,1,9,0,14,-1,7,-5,8,-6,8,-13,-8,-5,-23,-6,-10,0,-9,0,-10,0,-4,-12,0,0],[66,94,-9,-3,-9,-5,-8,-6,-9,-2,-3,8,3,17,14,9,11,6,9,3,4,-20,2,-16,-17,-4,-10,22,7,3,2,-17,0,0],[132,92,-23,11,3,7,12,8,11,6,7,1,9,5,9,0,6,-9,7,-18,0,-12,-22,10,6,9,0,0]],[[0,32,1,5,1,8,1,6,1,8,2,9,2,9,2,8,2,10,2,9,1,9,3,13,2,8,1,7,2,9,1,8,0,7,1,10,2,8,1,8,3,7,3,8,3,8,4,6,3,5,8,9,5,3,5,5,8,3,8,5,7,2,8,1,9,2,8,0,7,-2,7,-2,7,-5,9,-6,5,-5,6,-8,7,-11,3,-6,5,-7,1,-6,3,-8,1,-6,1,-10,1,-8,1,-10,1,-6,2,-15,1,-10,1,-8,-1,-9,1,-9,0,-7,-1,-5,0,-5,0,-8,-1,-7,0,-6,-1,-12,0,-7,0,-8,0,-7,0,-8,0,-8,1,-6,1,-4],[38,81,6,-11,8,-7,9,-2,6,1,5,1,0,0],[116,64,1,-5,4,-6,8,-6,4,-3,10,1,8,3,7,4,5,-1,0,0],[95,95,-1,10,0,6,5,3,5,0,11,0,0,-1],[83,152,0,7,3,5,5,7,9,7,4,1,6,0,5,-1,5,-3,5,-4,3,-8,3,-7,2,-6,2,-6,0,-7,2,-5,0,0],[63,56,-6,3,-3,7,-3,8,2,5,5,1,6,-1,3,-6,-1,-4,-5,0,-3,4],[147,48,-6,1,-5,8,0,5,6,0,5,-4,-4,-5,-5,0,-5,7,-1,6,3,-3]],[[199,37,-6,-4,-7,-6,-5,-4,-9,-6,-12,-5,-13,-5,-14,-3,-14,-3,-16,-1,-16,0,-15,2,-15,6,-12,6,-11,10,-10,11,-8,12,-6,14,-5,14,-3,17,-2,15,0,17,0,18,0,17,3,17,5,14,5,15,7,13,8,11,10,10,11,6,13,5,14,3,15,2,15,0,15,-2,13,-4,14,-5,12,-6,12,-7,10,-8,10,-9,9,-10,7,-11,5,-12,3,-9,3,-9,2,-9,1,-8,0,-8,0,-8,0,-7,-1,-7,-2,-7,-2,-6,-2,-6,-2,-5,-1,-6,-2,-6,-1,-5,-1,-5,-1,-4,-2,-4,-1,-4,-1,-4,-1,-3,-1,-3,-2,-2,-2,-3,-1,-3,-1,-3,-1,-3,-1,-2,-1,-3,0,1],[65,54,0,4,0,4,0,4,0,5,0,4,0,3,0,2,1,3,1,0],[139,45,1,3,0,6,0,5,0,5,-1,4,0,4,-1,3,0,2,-1,1],[105,103,1,4,0,3,0,3,-1,3,0,2],[54,167,3,5,3,7,4,6,3,7,3,6,5,5,4,4,6,3,5,2,6,1,7,0,7,-2,10,-4,8,-5,9,-8,7,-7,5,-7,4,-6,4,-6,3,-6,2,-4,2,-5,1,-3,2,-3,3,-4,1,-3,0,-2],[58,168,2,2,3,0,3,0,3,0,5,0,4,-1,5,-1,6,-1,5,-2,5,-1,5,-1,5,-2,4,-1,4,-1,3,-1,4,-1,2,-1,4,-1,5,-1,3,-1,4,-2,2,-1,3,-2,3,-1,2,-1,3,-1,4,-1,2,-1,3,0,1,-1]],[[167,2,-6,-1,-15,6,-12,6,-15,8,-15,9,-12,8,-11,9,-14,17,-12,20,-9,21,-7,22,-4,21,-3,20,0,14,2,12,2,11,7,11,7,12,6,8,10,10,8,6,8,4,9,-3,13,-7,14,-10,11,-12,16,-22,14,-22,10,-22,7,-21,6,-25,3,-19,1,-13,1,-9,0,-6,-2,-11,-3,-6,-4,-6,-5,-6,-6,-8,-5,-5],[78,104,-3,-8,0,0],[140,79,0,0],[134,90,-3,-4],[78,147,8,3,6,4,7,9,1,8,-3,6,-3,2],[62,195,4,8,9,6,6,3,7,2,11,-2,12,-2,9,-4,7,-6,1,-2],[62,65,-2,-8,12,-7,9,-9,6,-5,8,-7,5,-6,9,3,6,5,13,2,12,-5,12,-7,8,-3,8,-3,1,7,3,6,2,5],[38,130,-11,9,-13,9,-7,5,-6,12,-1,6,0,6,0,8,3,5,5,6,2,2],[166,131,10,3,6,5,4,6,2,6,-2,12,-3,12,-5,7,-5,8,-2,4]],[[129,2,-8,-1,-7,0,-11,0,-13,0,-15,2,-10,3,-8,3,-9,4,-10,10,-12,17,-9,17,-10,29,-5,21,-2,19,0,21,2,15,5,10,7,7,15,8,18,9,23,5,24,5,23,0,26,-2,23,-5,22,-9,20,-8,17,-9,12,-9,9,-15,5,-14,3,-15,0,-21,0,-18,-2,-16,-8,-19,-9,-17,-9,-9,-9,-8,-11,-6,-12,-4,-17,-2,-15,0,-12,2,-17,5,-12,4,-6,3,-4,1,-1,2],[39,58,4,0,4,0,7,0,14,1,14,4,15,3,10,4,7,1,3,1,0,0],[166,73,3,0,4,0,5,0,10,1,3,1,8,0,6,1,6,1,6,3,4,1,4,1,0,0],[78,118,4,2,2,3,3,1,4,0,3,0,5,0,4,1,3,1,5,2,5,2,5,3,3,2,4,0,4,0,4,0,4,-1,5,0,3,-1,4,0,5,0,3,0,5,0,4,3,3,3,4,2,3,2,4,2,3,3,5,2,5,0,4,-1,5,-2,4,-2,5,-5,2,-3,4,-6,3,-3,3,0,0,0],[203,104,3,2,5,4,2,4,5,2,3,0,4,0,3,0,0,-3,-3,-4,-2,-4,-3,-1,-4,0,-4,0,-4,0,0,0],[29,99,4,0,5,3,6,2,4,1,4,-1,-1,-3,-5,-2,-4,0,-4,-2,-4,-1,-1,-1]],[[140,41,-11,-4,-9,-3,-14,-2,-19,4,-19,7,-23,12,-19,19,-12,15,-7,16,-6,20,-1,18,0,19,8,16,14,18,21,15,26,9,34,1,65,-6,35,-9,11,-7,16,-15,16,-20,7,-15,2,-17,-3,-13,-12,-20,-12,-13,-23,-18,-18,-11,-14,-8,-7,-4,-6,-2,-5,-2,-3,-1,-3,-2,-8,-1,0,0],[50,62,-4,-6,-2,-4,-2,-3,2,-5,3,-12,1,-10,1,3,1,8,5,-3,7,-9,11,-11,6,-3,2,5,6,1,4,-3,4,-1,10,-4,5,-1,5,0,2,19,3,7,13,-16,17,-14,5,7,2,23,5,13,6,0,9,-4,4,1,3,11,1,5,10,2,16,9,1,6,0,6,0,5,-2,-1],[118,91,1,2,3,8,7,10,6,4,5,1,7,0,3,3,-3,8,-6,7,-3,3,-6,2,-7,1,-10,-1,-12,-7,-8,-6,-6,-4,-1,-1],[63,80,-1,9,2,6,6,1,4,-7,-1,-7,-6,-4,-5,-2,-1,3,6,5,3,0,0,0],[171,72,-4,18,5,5,4,2,5,0,4,-3,0,-12,-5,-9,-15,-4,-4,5,-1,3,0,2],[49,156,9,5,32,4,50,0,24,0,21,-7,5,-2,13,-6,9,-5,2,-2,-2,-1]],[[168,0,-4,0,-10,2,-11,5,-26,12,-30,13,-34,13,-21,13,-14,12,-5,5,-12,24,0,10,-1,18,0,24,8,21,13,22,11,15,10,8,9,6,14,7,10,3,13,0,23,0,26,-5,19,-12,21,-10,12,-11,9,-14,10,-20,17,-31,10,-28,6,-23,3,-28,0,-13,0,-6,0,-7,0,-3,-4,-6,-4,-4,-5,-4,-7,-2,-9,-1,-15,0,-21,0,-6,0,-3,0,-4,-1,-6,-1,-6,1,0,0],[82,103,-3,6,-2,3,0,4,3,3,5,4,5,3,3,2,3,0,2,-9,0,-8,0,-9,0,-4,-3,-3,-6,-3,0,0],[74,82,11,-5,8,-3,14,0,5,-1,4,-1,0,0],[180,112,-12,8,-1,3,-1,3,0,4,3,2,10,-1,6,-4,3,-6,0,-5,0,-5,0,-6,-4,-7,-4,-5,-5,-3,-3,-1,0,0],[169,85,12,0,41,0,23,0,10,0,-2,0],[105,178,-2,4,0,4,7,4,6,2,9,0,29,-11,18,-12,10,-10,2,-5,0,0]],[[157,35,-2,0,-2,0,-2,2,-2,1,-2,0,-3,1,-3,2,-3,1,-10,4,-5,2,-6,3,-5,3,-5,3,-5,4,-5,3,-3,4,-4,3,-1,3,-3,4,-1,4,-1,3,-1,3,-1,3,0,3,-1,2,-1,4,0,3,-1,3,0,4,0,2,0,4,0,3,1,2,1,3,1,2,1,3,2,3,2,3,2,2,2,1,2,2,2,2,3,0,4,2,3,1,5,0,4,1,6,0,6,0,8,0,6,-2,8,-1,7,-2,7,-2,5,-1,4,-2,3,-1,3,-2,1,-2,2,-1,1,-2,1,-2,1,-1,1,-2,1,-2,1,-2,2,-3,1,-2,1,-2,0,-3,1,-3,1,-3,1,-5,0,-4,0,-5,0,-6,0,-7,-2,-8,-2,-11,-4,-10,-4,-9,-3,-10,-4,-7,-4,-6,-1,-3,-1,-1,-2,1,-2,2,-2,2,-1,1,-1,2,-1,2,-1,1,0,2,-1,2,0,0],[121,68,0,0],[108,73,1,0],[165,63,1,1,0,1],[113,99,0,2,0,2,0,1,1,2,1,2,1,2,0,2,1,2,2,1,2,1,2,1,3,2,3,1,2,1,2,0,2,0,2,1,2,0,3,0,1,0,2,0,1,0,3,0,2,0,2,0,1,-1,2,0,2,-1,2,-2,0,-2,2,-3,0,-1,1,-2,0,-2,0,-1,0,-2,0,-2,1,-1,0,0],[141,88,0,1,0,2,0,2,0,0],[89,49,0,3,0,3,0,2,0,2,0,2,0,3,0,2,0,3,1,1,0,2,0,-3,0,-4,1,-5,1,-6,1,-8,1,-8,1,-8,0,-5,1,-4,0,-4,1,-2,1,3,1,1,0,2,0,2,1,2,0,2,1,2,0,2,1,2,1,-1,1,-2,1,-2,1,-2,2,-3,1,-2,0,-1,1,3,0,3,1,4,0,4,1,4,0,3,1,3,1,2,2,-1,1,-2,0,-3,1,-2,1,-4,1,-3,0,-1,0,1,1,2,1,1,2,0,2,0,1,-3,2,-1,1,-2,1,-2,1,-1,1,4,1,2,0,4,0,2,1,2,1,2,1,2,1,-2,2,-2,1,-3,1,-2,1,-3,0,-3,1,-2,0,-2,0,2,1,-1,2,-3,2,-3,1,2,1,2,2,0,1,0,2,-2,2,-1,0,1,0,2,1,3,1,3,2,1,2,0,2,0,2,0,2,-2,1,-2,1,-1,0,-3,1,-2,0,-1,0,1,0,2,0,2,2,1,1,1],[147,51,-3,1,-3,2,-3,2,-2,1,-4,3,-6,4,-8,5,-10,7,-11,6,-14,8,-12,9,-12,10,-12,10,-13,10,-9,9,-8,9,-6,8,-5,8,-5,12,-1,6,0,4,0,6,0,3,1,5,1,4,7,1,5,0,8,0,26,0,34,0,19,0,18,0,37,-1,16,-4,16,-1,12,-3,27,-10,7,-5,8,-13,4,-8,3,-8,5,-52,-1,-9,-3,-10,-4,-8,-4,-9,-7,-10,-18,-17,-23,-15,-14,-6,-12,-6,-30,-8,-26,-1,-13,0,-25,4,-10,4,-10,5,-9,5,-18,15,-24,79,2,3,3,4,3,1,3,2,15,4,10,1,28,2,19,0]],[[108,11,-4,-3,-5,-3,-3,0,-5,-1,-9,1,-14,8,-14,13,-15,17,-14,18,-10,18,-8,19,-5,20,-2,23,0,20,0,18,6,13,9,12,14,14,18,15,23,12,23,8,24,2,25,-3,24,-11,23,-16,19,-17,15,-17,9,-15,4,-11,1,-14,0,-20,-3,-22,-6,-21,-6,-18,-8,-14,-6,-7,-5,-5,0,0],[71,91,-2,5,-2,13,0,18,2,22,5,23,6,23,6,18,6,9,7,3,13,0,18,-8,17,-13,18,-18,15,-15,10,-13,6,-9,3,-8,-1,-9,-11,-10,0,0],[108,0,-4,0,-1,2,-4,10,-2,14,-2,15,0,15,0,15,0,10,3,8,0,0],[156,49,-4,6,-1,12,-3,13,-4,14,0,0],[111,8,3,2,4,0,7,2,8,1,13,3,12,2,13,4,13,5,12,7,11,5,9,4,9,4,10,4,12,11,0,0],[135,96,2,5,3,5,3,6,2,5,1,2,-9,1,-8,0,-9,0,-6,2,-6,2,-3,6,0,0]],[[22,15,-8,0,-7,0,-6,0,-1,7,3,6,8,9,5,10,11,11,12,11,11,7,9,6,11,4,8,2,5,1,10,-1,5,-8,4,-7,2,-8,3,-7,0,-8,0,-7,0,-8,0,-5,-1,-6,-4,-5,-8,-2,-5,-2,-9,-2,-8,0,-5,0,-6,0,-8,0,-9,0,-5,0,-6,2,-6,0,-1,0],[208,8,-7,-2,-6,0,-8,2,-7,1,-7,4,-8,4,-5,4,0,7,0,6,5,5,8,4,5,2,8,2,7,2,6,1,7,2,8,2,7,2,6,0,7,2,6,0,5,0,6,0,4,-8,0,-5,-2,-8,-2,-7,-4,-6,-4,-5,-3,-6,-4,-5,-6,-8,-2,0],[135,41,0,8,-1,5,-2,8,-2,7,-2,6,-2,7,-2,6,-4,9,-1,7,-4,10,-4,7,-2,8,-2,7,-1,6,-2,5,-4,8,-6,7,-1,6,7,0,7,0,10,0,9,0,11,0,8,0,7,0,6,0,7,0,6,-4,2,-8,1,-5,0,0],[39,207,5,5,13,6,8,2,9,3,11,4,11,4,11,4,12,2,13,1,11,2,9,0,9,0,10,0,7,0,8,-2,9,-3,7,-4,6,-4,6,-5,9,-10,4,-5,3,-6,4,-5,2,-6,4,-6,3,-5,0,0]],[[229,100,0,3,3,1,3,0,5,2,3,2,3,4,3,5,2,5,1,4,2,5,1,5,0,5,0,4,-2,4,-2,5,-2,5,-4,5,-4,3,-5,4,-5,4,-6,2,-6,2,-5,2,-5,1,-6,1,-6,0,-5,0,-5,0,-6,0,-6,-1,-5,-1,-6,-2,-7,-4,-6,-5,-5,-6,-5,-6,-3,-3,-2,-4,0,-3,0,-2,0,-3,1,-4,1,-6,1,-3,1,-5,2,-7,3,-6,2,-6,3,-4,5,-4,3,-4,5,-3,3,-3,5,-2,5,-3,5,-2,2,-1,5,-1,4,0,3,-1,3,0,4,0,3,1,2,2,3,2,3,4,3,2,3,2,3,1,0,3,2,3,2,3,2,3,1,-1],[155,115,3,-1,2,-1,3,-1,0,3,-2,3,-4,3,-3,2,-1,-3,0,-3,0,-3,1,-2,1,-3,1,-3,1,1],[224,120,3,0,1,3,2,3,0,4,0,3,-3,2,-5,2,-4,1,-2,0,-3,0,0,-4,0,-3,0,-4,0,-3,1,-3,2,-5,4,-3,4,0,2,0,3,2,0,0],[150,146,4,3,3,3,4,2,3,0,2,1,4,0,2,1,4,0,4,0,3,0,2,0,4,-1,3,-1,4,-1,3,-2,2,-1,4,0,4,-2,4,-1,3,-1,3,0,3,-1,3,-3,3,-1,3,-2,0,-4,0,-4,-3,-2,-3,0,-3,-1,0,0],[196,129,-2,2],[69,0,-4,1,-3,2,-5,3,-5,4,-11,7,-7,5,-6,5,-6,2,-6,2,-4,1,0,3,2,2,4,3,4,3,2,4,4,7,3,6,1,5,0,5,-1,2,-2,3,-3,2,-3,0,-6,0,-8,0,-5,0,-3,-1,-1,-2]],[[65,11,-5,1,-5,4,-5,4,-9,7,-5,4,-6,5,-7,7,-11,11,-2,5,-6,10,-3,6,-1,6,0,4,0,5,0,7,0,4,0,5,0,4,1,7,2,4,2,8,4,6,4,8,2,4,4,7,5,5,3,6,5,5,6,7,9,6,7,6,9,5,22,7,8,1,11,2,9,0,9,0,6,0,24,-1,13,-4,7,-2,6,-2,15,-6,6,-4,5,-3,12,-9,5,-7,9,-15,4,-7,6,-8,2,-5,9,-22,3,-5,1,-7,0,-12,0,-7,0,-11,0,-6,-4,-10,-4,-5,-4,-6,-3,-5,-11,-10,-6,-5,-5,-3,-22,-10,-8,-3,-5,-1,-5,-1,-6,-1,-4,-1,-5,0,-6,0,-5,0,-14,0,-6,0,-6,0,-6,1,-13,2,-6,1,-5,1,-8,1,-14,3,-12,3,-4,2,-5,2,-8,4,-7,2,-7,3,-4,5,0,3],[64,42,-2,5,-1,7,0,5,1,4,4,5,4,-5,0,-4,0,-2],[207,58,-1,4,-4,5,-4,3],[186,57,-4,-1,-1,4,0,6,0,6,2,7,2,5,2,2],[126,87,-6,1,-5,2,-5,3,-2,4,-2,5,-4,5,-2,5,-1,5,-1,4,1,5,5,3,5,1,4,0,5,-1,4,-2,3,-2],[57,160,4,0,5,0,6,0,7,0,6,-2,7,-1,5,0,7,0,7,0,7,0,8,0,7,0,10,0,6,0,7,-1,8,0,6,-1,6,-2,5,-2,2,-1]],[[75,0,-11,3,-11,3,-14,5,-6,2,-7,5,-8,9,-5,6,-1,16,-5,6,0,7,-3,10,0,15,-3,17,0,22,-1,17,0,11,0,13,0,20,0,18,0,6,2,9,11,17,13,10,15,8,36,0,27,0,14,0,16,0,7,0,12,-2,7,-2,21,-9,10,-7,14,-4,8,-5,12,-10,2,-9,0,-8,-4,-10,-10,-12,-8,-17,-14,-12,-6,-8,-10,-6,-6,-6,-7,-4,-6,-6,-3,-7,-5,-6,-5,-6,-2,-6,-1,-6,-4,-8,0,0],[131,83,-7,-8,-8,-7,-3,-8,-5,-6,-3,-8,-1,-5],[74,0,0,0],[74,0,5,8,3,6,3,8,3,6,6,4,11,4,3,2],[29,85,5,-13,0,-9,-6,-3,0,10,0,2],[88,62,1,6,0,6,3,9,-7,-14,-3,-10,-4,-7,-1,-1],[36,196,12,5,6,0,9,1,10,5,9,0,6,0,9,0,7,1,12,0,7,0,8,-11,8,-5,0,-6,0,0],[72,141]],[[64,6,5,-2,4,-1,5,-1,4,-1,9,-1,7,0,11,0,10,0,11,2,11,2,12,1,10,3,7,2,5,2,4,5,3,5,3,6,2,5,2,6,3,4,1,4,3,5,3,10,5,13,5,18,1,11,2,9,2,6,1,5,0,6,0,6,1,5,0,12,0,22,1,21,0,13,-1,4,-4,4,-4,4,-6,4,-11,7,-11,10,-6,3,-5,4,-11,3,-7,2,-9,1,-10,0,-8,0,-6,-2,-5,-1,-6,-1,-4,-2,-4,-4,-7,-7,-7,-9,-11,-15,-10,-16,-9,-17,-4,-11,-3,-6,-1,-6,0,-4,0,-5,-1,-8,-2,-17,-2,-17,-2,-13,-1,-9,0,-6,-1,-4,0,-6,1,-6,0,-5,0,-5,1,-4,3,-5,2,-5,1,-4,2,-4,3,-4,4,-5,2,-4,1,-4,1,-2],[90,67,0,0],[162,71,0,4,1,5,1,7,1,8,2,6,1,5,2,4,0,5,0,3],[104,65,1,7,1,6,1,5,1,9,1,9,2,6,1,6,1,5,0,4,0,4,0,0],[103,205,4,4,6,5,4,3,4,3,5,3,4,1,6,0,4,0,4,-1,4,-1,6,-1,4,0,5,-1,5,-2,6,-2,8,-3,5,-4,5,-2,5,-3,1,-4,-2,-4,-4,-3,-2,-1],[86,10,0,0],[35,99,-4,0,-7,-2,-5,0,-8,-1,-4,0,-4,0,-3,5,0,4,0,4,1,4,1,6,3,4,3,4,5,4,4,4,5,3,5,3,4,2,4,3,4,1,5,2,2,0]],[[36,81,1,-2,2,-2,5,-4,4,-2,3,-2,4,-2,6,-1,3,-1,4,-1,5,-1,4,0,4,0,5,0,4,1,4,1,5,1,3,2,2,2,2,2,2,1,2,1,1,1],[147,77,1,-2,3,-4,3,-1,3,-2,3,-1,4,-1,3,-1,4,0,5,0,3,-1,5,0,4,0,5,0,3,1,4,0,4,1,3,2,3,2,3,2,3,2,2,1,3,2,3,1,3,1,2,1,3,1,1,0],[184,63,-2,0,-3,0,-4,0,-4,2,-1,2,-1,2,-1,3,-1,3,-1,3,0,3,0,4,0,3,0,2,2,2,2,2,4,1,3,1,3,0,4,0,4,0,3,-1,2,-1,3,-3,2,-3,0,-3,1,-2,0,-3,0,-2,-1,-4,-1,-2,0,-2,-2,-2,-2,-2,-5,-2,-3,-1,-2,0,0,0],[75,68,-1,-3,-3,0,-3,0,-3,3,-2,3,-2,4,-4,10,0,3,-1,5,0,3,1,3,2,2,3,0,3,1,5,0,4,-1,4,-2,3,-2,2,-2,3,-3,1,-2,2,-6,0,-2,1,-3,0,-2,-1,-4,-5,-6,-2,-1,-3,-2,-7,-1,-3,0,0,0],[66,156,2,3,6,5,2,1,4,3,3,2,5,3,3,1,6,3,3,1,6,2,5,2,6,2,4,0,7,2,3,0,7,0,4,0,4,0,4,-1,13,-3,3,0,3,0,4,-2,4,0,5,-3,4,-2,5,-3,3,-2,2,-1,4,-4,3,-2,2,-4,2,-2,1,-1],[129,121,1,4,1,2,2,5,0,3,1,4,0,3,0,-5,0,-3,0,-4,-1,-5,0,-1],[162,16,-2,-1,-3,-1,-5,-1,-3,-1,-3,-1,-11,-2,-3,0,-10,-1,-3,0,-3,-1,-14,0,-5,0,-9,0,-4,0,-4,1,-5,1,-5,1,-34,11,-4,3,-8,5,-3,4,-3,4,-11,19,-2,5,-3,12,-1,6,-1,6,0,22,0,6,0,17,0,6,4,16,1,5,6,14,3,4,9,14,4,4,11,14,5,5,4,4,17,14,5,3,14,7,5,3,15,4,5,2,14,3,5,1,11,1,4,1,11,0,4,0,13,-1,6,-1,14,-4,3,-2,11,-5,3,-2,10,-8,2,-3,8,-8,2,-3,4,-9,2,-3,1,-8,2,-3,4,-13,1,-7,1,-4,2,-15,0,-4,0,-19,0,-4,0,-21,-1,-11,0,-6,-8,-22,-4,-10,-3,-4,-15,-17,-8,-8,-6,-4,-18,-12,-10,-5,-6,-3,-25,-5,-9,-1,-4,0,0,0],[183,71]],[[117,14,-11,3,-14,6,-15,7,-17,8,-13,8,-18,16,-12,13,-10,18,-6,19,-1,19,2,18,7,18,7,14,10,13,13,13,13,11,12,10,12,7,10,5,12,7,13,4,13,2,25,2,17,-2,21,-6,12,-7,15,-13,13,-20,10,-18,7,-22,3,-25,0,-21,-1,-17,-7,-24,-9,-19,-12,-16,-13,-15,-16,-15,-10,-7,-12,-6,-15,-2,-22,4,-24,13,-19,16,-16,13,-2,2],[71,113,1,-5,5,-1,-11,-1,-1,-1],[165,106,1,-4],[85,175,6,8,8,8,15,8,14,7,18,2,23,-2,11,-7,11,-11,0,0],[54,68,5,-1,12,1,9,0,5,1,6,0,8,6,5,5,2,1],[139,61,8,-2,11,-1,10,0,8,0,9,1,7,2,8,11,7,10,0,1],[125,136,0,6,1,6,0,4,0,4,-2,-15,1,-6,9,4,5,4,-1,7,-9,7,-4,3,-4,1],[102,160,0,0]],[[144,10,-23,-9,-6,-1,-7,0,-3,0,-5,0,-4,1,-26,11,-5,3,-5,2,-5,3,-4,2,-5,4,-5,4,-4,2,-7,8,-3,4,-4,4,-3,4,-4,5,-3,3,-1,4,-2,3,-3,8,-1,5,-1,4,-3,13,0,8,0,5,0,4,-1,4,0,4,0,5,-1,4,0,4,0,5,0,6,0,4,1,4,1,11,0,3,2,4,1,3,1,7,2,7,1,3,3,5,3,5,3,4,4,5,2,4,1,3,2,4,3,6,4,4,3,4,4,2,4,2,3,2,6,2,3,1,4,2,4,1,5,2,3,0,9,2,5,1,4,1,8,1,3,0,5,-1,4,-1,4,0,5,-1,4,-2,5,0,3,-2,4,-1,5,-2,4,-1,4,-2,3,-1,8,-3,4,-2,5,-3,3,-3,7,-5,3,-3,4,-2,4,-5,3,-4,4,-7,1,-4,8,-20,1,-5,2,-4,1,-4,0,-8,0,-4,0,-9,0,-5,-2,-7,-1,-4,-2,-9,-1,-4,-3,-7,-1,-5,0,-3,-2,-5,-2,-9,-1,-3,-1,-4,-1,-4,-1,-4,-4,-11,-2,-5,-5,-12,-1,-3,-2,-4,-3,-10,-3,-3,-3,-5,-4,-3,-3,-1,-4,-4,-8,-5,-4,-1,-4,-2,-2,0],[50,89,0,0],[48,70,-3,2,-3,5,-2,3,0,6,2,4,3,2,5,1,3,0,4,-1,3,-2,2,-4,0,-4,-2,-4,-3,-4,-2,-4,-4,-3,-1,0],[123,71,-3,4,-1,3,-1,6,2,3,2,4,3,3,4,2,3,1,5,2,3,0,3,-4,2,-4,2,-4,0,-4,-2,-8,-8,-5,-5,-1,-3,0,-2,0],[102,119,0,3,2,4,1,4,0,3,1,6,1,3,0,4,0,4,-1,8,-2,4,-3,1],[45,184,2,4,3,4,2,4,4,3,7,6,4,3,9,7,4,1,7,4,5,1,4,2,4,2,5,3,7,2,3,2,5,1,6,1,4,0,7,-1,5,-1,5,-2,4,-3,5,-2,5,-3,4,-1,5,-4,3,-2,4,-5,2,-3,1,-4,2,-3,2,-5,1,-5,1,-6,0,-4,0,-5,0,-3,-1,-4,0,-3,-3,-3,-4,1,-3,2,-8,2,-4,1,-3,1,-6,2,-9,2,-5,0,-4,1,-5,1,-8,0,-3,1,-8,1,-5,0,-3,1,-8,2,-8,0,-5,1,-6,1,-5,0,-3,0,-12,2,-4,1,-3,0]],[[107,1,-7,-1,-9,0,-15,3,-14,5,-6,4,-19,15,-11,13,-9,16,-7,17,-6,18,-4,17,0,17,0,17,1,15,4,16,7,13,8,13,10,10,12,10,12,7,14,7,14,4,15,3,15,1,17,0,16,0,14,-2,16,-5,13,-8,14,-8,11,-9,11,-10,8,-11,7,-13,6,-13,5,-12,3,-13,2,-13,0,-13,-3,-14,-5,-16,-6,-13,-6,-13,-9,-11,-9,-9,-9,-9,-10,-7,-10,-6,-10,-6,-10,-4,-11,-2,-9,-1,-11,0,-9,0,-8,0,-7,0,-6,0,-6,0,-4,1,-6,3,0,0],[78,36,-6,-2,-6,0,-8,3,-2,6,-2,5,-1,7,0,6,0,5,4,5,6,3,7,1,9,0,8,-1,6,-2,4,-5,2,-5,2,-5,0,-6,0,-6,-1,-4,-3,-3,-6,-2,-5,0,-5,0,-5,2,-3,1],[182,35,-6,-5,-3,0,-3,0,-9,0,-3,3,-3,3,-3,5,-3,5,-3,5,0,6,-1,5,0,4,1,4,3,3,4,3,4,1,3,1,5,0,6,1,5,0,6,0,4,-1,4,-2,3,-4,2,-6,1,-5,1,-6,0,-5,-3,-5,-6,-5,-8,-4,-7,-2,-6,-1,-5,0,-4,4,0,0],[33,150,2,4,4,5,2,4,3,4,3,5,5,4,5,5,7,5,6,4,8,5,7,4,8,2,9,2,11,0,10,0,12,-2,11,-4,10,-5,9,-5,8,-6,8,-6,7,-8,4,-6,0,0],[82,57,-3,-5,-3,3,-3,6,0,4,5,3,4,0,5,-2,0,-3,-2,-3,-3,-2,-3,0,-3,5,3,3,0,0]],[[164,1,-5,0,-5,-1,-6,0,-5,0,-7,0,-7,0,-7,0,-6,0,-6,1,-6,1,-6,2,-7,2,-6,2,-5,3,-4,1,-5,2,-5,3,-4,3,-6,3,-5,5,-4,4,-6,5,-6,6,-6,7,-5,4,-7,7,-4,6,-4,7,-2,5,-3,8,-2,6,-2,7,0,8,0,9,0,9,0,11,0,7,0,9,2,7,2,5,2,8,2,4,3,7,4,5,2,5,5,6,3,5,5,5,6,7,6,5,6,4,6,4,8,4,9,5,7,4,9,2,8,4,8,1,7,2,7,1,7,1,7,0,6,0,6,0,7,0,5,0,6,0,6,0,7,0,7,-3,7,-1,7,-2,9,-3,5,-4,7,-3,6,-4,7,-4,6,-5,5,-5,4,-4,3,-7,2,-5,1,-6,3,-7,0,-6,2,-7,0,-9,0,-7,0,-7,0,-9,0,-7,0,-7,0,-9,0,-6,-1,-7,-3,-8,-2,-7,-2,-6,-4,-5,-4,-7,-3,-4,-4,-6,-7,-6,-4,-4,-4,-4,-5,-4,-4,-5,-6,-6,-5,-6,-6,-7,-6,-4,-4,-3,-7,-4,-4,-2,-4,-1,-5,0,-4,0,-4,0,0,0],[84,82,-1,4,0,4,0,5,0,6,2,4,2,4,4,4,4,4,5,2,5,1,4,0,4,-6,1,-6,0,-5,0,-5,0,-6,0,-6,-2,-4,-5,-5,-7,-6,-4,-1,-4,2,0,1],[201,72,-5,7,-3,4,-4,6,-3,6,-4,7,-2,6,-1,7,0,5,0,4,0,4,5,1,7,0,4,-1,7,-4,7,-2,4,-4,5,-7,0,-4,0,-4,0,-4,0,-4,-1,-3,-7,-6,-6,-2,-4,-1,-7,0,-6,2,0,0],[147,135,0,4,0,3,0,4,1,4,5,-2,1,-5,0,-4,-4,-2,-4,0,-5,2,-4,2,-3,3,0,0],[110,165,1,5,5,6,5,3,5,3,6,4,5,3,4,2,4,2,4,2,5,0,5,0,4,0,3,0,3,-5,1,-4,0,2]],[[10,0,-2,14,-8,44,0,18,2,17,6,31,5,17,34,46,20,7,20,2,29,-12,14,-27,4,-9,13,-23,10,-57,2,-6,1,-9,3,-39,-7,-1,0,0],[63,190,-10,21,-9,22,0,1],[78,207,4,29,9,18,0,0],[28,33,-2,15,9,4,10,1,14,-1,3,-7,0,-14,-17,-7,-19,4,-5,7,0,0],[41,37,-5,-2],[124,39,-7,0,-7,1,-4,11,0,7,16,14,7,2,9,-8,3,-8,0,-10,-7,-7,-8,-2,-4,0],[114,51,0,0],[118,55,-1,-3],[53,143,-2,6,8,7,7,3,18,0,10,-7,1,-7,2,-7,1,-4],[76,91,-5,7,-5,11,-4,7,9,0,11,-5,2,0]],[[191,25,-5,-4,-10,-4,-13,-2,-16,-1,-17,2,-36,10,-32,23,-17,17,-21,40,-9,48,1,24,3,22,6,21,14,18,16,12,18,4,18,-1,22,-6,13,-11,19,-17,16,-17,14,-21,12,-22,6,-23,4,-20,0,-21,-1,-20,-1,-14,-2,-14,-5,-12,-8,-10,-7,-5,-7,-4,-6,-2,-6,0,-6,1,-4,0,1,1],[153,87,-33,17,-10,10,-3,16,-1,5,14,14,9,4,9,1,12,-2,8,-4,7,-6,3,-9,2,-10,2,-11,-3,-8,-8,-8,-5,1,-7,0,-10,2,-14,6,0,0],[76,107,-9,-1,-8,3,-13,8,-5,8,-3,11,-2,11,1,20,1,5,4,2,5,2,14,-4,12,-7,21,-34,0,-9,-1,-9,-11,-1,-14,5,-13,12,0,0],[73,195,-4,11,4,21,4,4,3,0,5,-3,13,-13,4,-8,2,-4,1,-4,2,-3,1,-7,0,0],[106,77,-13,8,-16,9,-16,13,-13,12,-7,2,-9,3,-7,2,-6,4,-2,1],[96,61,10,4,12,4,21,9,15,13,6,6,6,5,19,9,4,0,0,0],[0,102,5,-8,15,-30,19,-36,16,-16,5,2,4,4,4,8,2,9,1,11,-2,15,-4,1,-8,0,-16,-22,2,-16,14,-18,6,-6,9,1,5,1,14,17,4,8,2,11,-1,-5,5,-11,36,-17,25,-3,13,2,4,4,-1,7,-4,5,-8,7,-2,4,3,8,9,4,20,9,8,4,-5,-1,-7,4,-7,8,-3,5,6,15,8,4,8,3,5,2,-13,-26,-9,-13,-5,-9,-2,-10,13,-2,11,0,13,0,12,0,-14,-1,-30,-2,-24,-6,-10,-2,-21,-4,-3,-1,5,0,39,8,18,4,-8,-3,-53,-17,-37,-7,-17,-3,-17,0,-7,6,-3,17,1,4,16,6,10,3,-14,-6,-12,1,-12,5,-2,12,-2,6,-3,9,-3,4,49,-44,17,-9,15,-6,12,0,1,7,-13,17,-14,13,-14,8,3,-2,26,-9,14,-6,40,-2,4,1,2,5,-23,18,1,4,16,5,23,8,6,6,0,0]],[[180,1,-10,-1,-11,0,-14,0,-20,6,-22,13,-24,19,-24,24,-21,28,-18,30,-12,30,-4,28,0,25,7,19,16,13,19,11,23,7,25,1,27,0,26,-9,25,-14,23,-15,18,-17,12,-22,9,-23,4,-26,1,-26,-3,-24,-9,-21,-12,-18,-15,-16,-19,-12,0,0],[97,72,1,5,0,6,0,8,0,7,0,5,0,0],[155,59,0,6,0,6,0,7,-1,9,-3,12,-4,8,-2,7,-1,5,-1,2],[48,173,9,11,6,5,12,6,9,1,12,2,12,1,12,0,14,-3,11,-5,11,-6,7,-6,0,0]],[[76,69,-6,-1,-9,-1,-9,-1,-7,0,-5,1,-5,1,-6,5,-4,5,-5,6,-1,4,-3,6,-4,10,-3,8,-3,11,-1,8,-2,9,-2,7,-1,11,0,8,0,5,0,7,1,5,2,8,3,6,3,6,2,5,6,4,5,4,9,6,11,4,7,2,7,3,7,1,14,0,28,0,42,-9,33,-7,20,-9,12,-5,9,-9,14,-13,12,-12,3,-5,4,-8,1,-5,0,-7,0,-11,-1,-10,0,-8,-1,-6,-1,-10,-1,-7,-2,-6,-3,-6,-9,-9,-5,-5,-7,-3,-5,-3,-5,-2,-4,-2,-9,-3,-8,-2,-7,-1,-6,0,-6,0,-7,1,-10,1,-14,3,-20,4,-14,3,-13,1,-10,2,-9,3,-5,1,-1,1],[73,94,1,5,5,2,5,1,1,-5,-5,-3,-5,-1,0,0],[141,94,2,5,4,5,3,-5,-5,-4,-3,-1],[78,151,7,0,5,0,6,-1,11,0,11,0,10,0,8,-1,10,0,6,-1,10,-3,4,0],[75,153,1,6,1,7,1,7,1,5,1,5,1,5,1,5,3,5,11,0,10,0,7,-1,5,-2,8,-3,7,-4,11,-7,9,-6,6,-4,6,-4,3,-5,1,-5,-1,-4],[79,172,5,0,4,0,5,0,6,0,7,0,11,-1,5,0,5,-1,5,1,7,0,5,0,5,0,1,0],[32,56,6,-8,3,-6,6,-11,3,-5,5,-1,5,4,8,10,6,-1,6,-7,4,-7,3,-5,5,2,10,0,7,-4,5,-5,5,2,8,8,5,2,5,-6,3,-7,6,-11,5,0,15,23,4,6,4,1,18,-12,10,-6,5,-3,5,4,1,6,3,8,3,9,2,7,2,6,2,6,0,5,0,4]],[[93,0,-5,0,-6,0,-5,0,-6,1,-8,2,-8,3,-9,6,-8,7,-9,9,-7,11,-7,12,-6,13,-4,13,-3,14,-2,13,0,13,0,16,0,16,1,18,3,17,4,13,6,9,8,8,9,8,10,8,10,9,11,7,12,5,9,4,11,0,9,-2,10,-7,8,-6,8,-8,8,-8,7,-10,5,-11,5,-12,4,-14,3,-12,2,-12,2,-10,0,-12,0,-12,-3,-12,-2,-10,-5,-10,-6,-9,-5,-9,-6,-9,-6,-8,-5,-8,-5,-7,-7,-8,-6,-6,-5,-6,-6,-5,-5,-3,-5,-2,-4,-1,-5,0,0,0],[70,75,-1,3,0,5,1,4,0,4,0,4,0,3,0,5,0,4,-1,3,-2,4,-2,4,-2,3,-2,4,-3,3,0,2,0,4,0,4,2,5,3,3,3,2,4,0,4,0,3,0,3,-1,2,-2,4,-2,1,-3,0,-3,1,-4,0,-3,-2,-3,-3,-2,-1,-4,-1,-4,0,-4,-1,-3,0,-2,0,-4,0,-3,0,-4,0,-3,0,-3,0,-3,1,-3,0,-3,0,-3,2,-3,0,0],[65,43,-3,-1,-3,0,-2,0,-4,0,-5,1,-5,3,-4,4,-3,5,-3,4,-2,5,0,4,0,3,1,4,3,2,4,1,4,0,6,0,5,-1,5,-3,4,-3,3,-4,3,-4,1,-3,1,-3,0,-5,-1,-4,-1,-2,-4,-4,-2,0],[114,49,-5,-1,-3,0,-3,0,-3,2,-4,2,-2,2,-3,3,-1,3,-1,4,0,4,0,3,3,3,4,3,3,2,5,1,5,0,4,0,4,-2,3,-2,1,-3,1,-3,0,-4,0,-4,-1,-4,-1,-5,-2,-4,-2,-3,-2,-2,0,0],[39,175,4,1,5,1,3,0,2,1,3,0,2,0,4,0,4,1,5,0,3,0,3,-1,4,-1,3,-2,3,-2,3,-1,3,-1,3,-1,2,-1,3,0,3,0,3,3,3,1,3,2,2,3,1,2,0,4,-2,3,-3,2,-5,2,-2,1,-4,1,-2,1,-4,1,-3,1,-3,1,-5,0,-3,0,-4,0,-5,0,-3,0,-5,0,-4,-1,-3,-1,-4,-1,-3,-1,-3,0]],[[133,2,-7,0,-4,0,-4,0,-5,0,-5,0,-6,0,-6,0,-6,0,-5,3,-6,1,-5,2,-5,2,-5,3,-6,4,-4,3,-5,5,-6,4,-5,5,-3,4,-6,6,-3,5,-5,6,-4,6,-6,11,-3,5,-1,5,-2,5,-2,4,-1,5,0,3,-1,5,-1,5,0,5,0,6,0,5,0,6,0,6,1,6,1,6,1,6,2,6,2,6,1,4,2,4,1,5,1,4,2,3,1,4,3,7,3,5,2,5,4,5,3,4,4,3,4,3,6,4,4,1,4,3,6,2,5,2,4,2,6,2,4,2,5,2,5,1,4,2,6,1,5,2,6,1,6,1,5,1,6,1,4,1,6,1,5,0,5,0,5,-1,5,0,4,-2,5,0,4,-2,4,-1,4,-3,6,-3,5,-6,2,-4,2,-5,2,-3,1,-4,1,-5,1,-4,0,-4,1,-4,1,-5,1,-6,0,-8,0,-7,0,-6,0,-6,0,-5,0,-4,0,-5,0,-5,0,-5,0,-4,0,-4,0,-3,0,-4,0,-4,-1,-4,-2,-6,-2,-6,-2,-5,-2,-5,-3,-5,-3,-6,-16,-28,-2,-4,-2,-4,-3,-4,-3,-5,-4,-5,-5,-4,-3,-5,-3,-4,-3,-5,-3,-5,-2,-4,-4,-4,-2,-4,-1,-1],[161,94,-3,-4,-5,-3,-4,-2,-3,-2,-4,0,-4,0,-4,0,-3,2,-4,2,2,4,4,4,4,4,4,3,5,3,3,2,4,1,4,-3,1,-3,1,-4,1,-2],[75,87,-6,-5,-5,-3,-4,-2,-4,-1,-4,0,-3,0,-5,1,-3,4,4,4,4,2,3,3,4,2,4,1,4,-1,3,-2,4,-3,3,0],[102,128,5,5,2,4,3,3,2,5,2,4,0,5,-1,4,-4,0,-4,-2,-4,-1,-4,-2,0,0],[137,193,-5,0,-4,0,-4,0,-7,0,-4,-1,-4,-2,-4,0,-4,-2,-5,-2,-4,-1,-3,-1]],[[222,64,-1,-3,-2,-4,-1,-4,-2,-4,-3,-5,-4,-4,-3,-3,-3,-4,-4,-3,-4,-3,-4,-3,-5,-3,-5,-3,-6,-4,-6,-2,-4,-2,-6,-3,-5,-2,-4,-2,-6,-1,-4,-1,-5,-1,-6,0,-5,0,-6,0,-5,0,-6,1,-6,2,-6,3,-5,2,-4,2,-4,4,-5,4,-4,3,-4,5,-4,5,-3,4,-3,5,-2,4,-2,5,-2,5,-2,5,-1,6,-1,3,-1,5,0,4,-1,5,0,4,1,5,0,5,1,4,1,5,1,4,1,4,1,5,2,4,1,4,2,5,2,5,3,4,3,6,3,4,3,3,4,5,3,5,4,4,4,5,4,4,5,4,5,3,4,3,3,2,4,2,5,2,5,0,5,1,4,0,5,-1,6,0,6,-1,6,-3,5,-3,6,-3,7,-5,6,-5,6,-5,4,-6,5,-5,6,-6,4,-6,4,-6,4,-7,2,-7,2,-7,2,-6,1,-7,0,-7,0,-7,-1,-7,-2,-6,-3,-6,0,0],[151,102,1,3,0,4,0,5,0,6,-1,4,-2,6,-3,5,-3,3,-3,3,-5,3,-5,2,-5,2,-6,-1,-6,-1,-7,-4,-7,-6,-7,-6,-5,-7,-5,-8,-4,-7,0,0],[125,13,2,3,1,4,2,6,1,5,1,6,1,6,1,7,0,7,0,6,0,0],[87,16,2,6,2,7,3,8,2,11,2,10,3,12,2,12,2,13,1,10,0,11,0,0],[123,89,0,4,-1,3,-1,4,-1,4,-1,2,-1,4,0,3,-1,3,0,3,1,3,0,0],[130,129,3,-2,1,-4,1,-4,1,-3,0,-3,0,-2,-1,-3,0,-3,0,-2,0,-2,-1,-3,0,-3,0,-3,-2,-2],[172,49,3,-1,3,-3,5,-2,4,-3,6,-3,3,-1,3,-1,3,-1,3,-1,4,-1,3,-1,3,0,4,-1,4,0,4,0,5,1,4,1,2,1,3,2,3,2,3,3,3,4,2,4,2,5,1,5,0,5,0,5,-1,4,-1,6,-2,4,-2,3,-2,4,-2,3,-2,3,-2,2,-4,2,-3,1,-3,1,-4,1,-3,1,-3,0,-4,0,-2,1,-3,0,-2,0,-3,0,0,0],[69,86,-2,-3,-2,-3,-4,-4,-4,-4,-4,-2,-3,-2,-3,-1,-9,-1,-3,-1,-9,1,-4,1,-4,0,-4,2,-3,1,-2,1,-4,3,-3,4,-1,2,-1,3,0,3,0,3,0,4,1,4,2,4,2,3,4,5,4,3,4,4,5,2,4,3,5,2,6,3,6,2,5,2,4,1,4,2,4,1,3,1,4,1,3,1,3,0,3,1,0,0]],[[43,0,-9,6,-8,8,-7,9,-7,13,-5,16,-5,21,-2,26,0,28,1,27,5,25,7,23,9,19,12,15,15,10,17,6,19,2,15,-1,14,-6,10,-12,8,-18,7,-20,5,-22,4,-24,2,-23,0,-20,-2,-18,-5,-19,-8,-17,-9,-14,-11,-12,-13,-9,-14,-6,-15,-5,-15,-3,-15,-1,-11,0,-5,0,0,0],[45,47,-5,-2,-4,1,-6,4,-7,8,-4,10,-2,7,0,7,2,5,6,3,7,0,7,-2,6,-6,5,-7,3,-8,1,-8,0,-6,0,-4,-3,-2,-4,-1,-4,1,0,0],[109,57,-7,2,-5,6,-6,5,-4,6,-2,6,0,6,0,7,5,5,6,2,9,0,7,-4,6,-6,5,-7,3,-8,1,-10,0,-9,-3,-7,-5,-2,-6,-1,-8,2,-4,2,0,0],[54,99,4,2,5,4,6,7,6,6,6,6,4,6,4,3,3,3,-7,2,-7,2,-7,2,-4,2,-2,3,0,0],[39,172,-1,3,0,5,-1,9,0,11,2,11,4,8,8,6,11,3,13,1,12,-1,9,-4,10,-8,6,-9,7,-13,3,-7,0,0]],[[183,0,-7,0,-7,0,-8,0,-6,0,-8,0,-8,0,-7,0,-7,0,-8,0,-8,0,-8,0,-7,1,-8,1,-6,1,-6,2,-7,2,-5,3,-6,2,-6,4,-4,4,-5,4,-5,5,-4,5,-3,4,-4,5,-4,5,-3,5,-2,5,-2,4,-5,10,-2,6,-1,6,-1,5,-1,5,-2,5,-1,5,-1,4,0,9,0,5,0,6,1,5,2,6,1,6,1,9,2,5,0,5,1,5,1,5,3,10,1,5,2,5,3,4,2,5,4,5,7,7,4,4,5,5,6,4,6,3,6,4,7,3,6,3,6,2,6,3,8,2,7,2,6,1,8,2,7,1,6,1,6,0,7,0,4,0,5,-1,5,-1,5,-1,6,-2,8,-2,7,-4,7,-5,7,-7,5,-4,4,-5,4,-5,3,-5,4,-6,3,-6,4,-6,3,-6,2,-8,3,-6,2,-8,1,-6,1,-6,2,-6,0,-6,0,-6,0,-6,0,-6,0,-5,0,-6,0,-6,0,-6,0,-5,0,-8,0,-7,-1,-6,-2,-7,-2,-7,-3,-6,-4,-7,-5,-7,-5,-7,-5,-6,-5,-5,-4,-4,-5,-5,-7,-5,-8,-3,-4,-1,-5,-1,-7,-3,-6,0,-1,0],[72,33,0,5,-2,5,-2,8,-2,6,-2,9,-2,7,-1,6,-1,6,-1,5,0,7,0,4,0,6,0,2],[151,23,-3,4,-2,7,-1,5,-3,10,-1,5,-1,5,-1,7,-1,5,-1,7,-2,8,-1,6,0,4,-1,5,1,8,0,5,0,4],[50,160,-1,6,0,7,0,7,1,7,2,7,3,5,5,5,4,4,5,5,7,5,8,3,12,3,13,1,13,-3,7,-4,16,-14,8,-11,3,-4,0,0]],[[14,61,0,-4,0,-5,0,-4,0,-5,1,-4,1,-4,1,-4,3,-4,2,-4,3,-4,6,-4,4,-3,4,-2,5,-3,5,-1,4,-1,5,-2,4,0,5,-1,5,0,6,-1,4,0,5,-1,4,0,4,0,5,0,4,0,5,0,5,3,4,3,4,2,4,3,4,3,4,3,4,3,4,3,4,2,4,4,4,4,5,4,4,4,4,5,3,4,3,5,3,5,3,4,2,4,2,4,3,6,1,4,2,4,1,5,2,5,1,5,1,6,2,6,0,5,1,5,0,4,0,4,0,4,0,5,-1,5,0,5,-2,4,-1,5,-2,6,-1,5,-3,5,-2,4,-2,5,-3,4,-1,4,-3,4,-3,4,-3,4,-3,5,-4,4,-4,4,-5,5,-5,3,-6,5,-3,2,-5,3,-5,3,-6,3,-6,3,-4,3,-4,1,-4,1,-4,2,-4,0,-5,1,-5,1,-4,1,-5,0,-4,1,-4,0,-4,0,-4,-1,-4,-2,-4,-4,-4,-5,-2,-4,-3,-4,-3,-5,0,-4,-3,-6,-2,-5,-2,-4,-1,-6,-3,-4,-1,-4,-1,-4,-2,-4,0,-4,-2,-5,-1,-5,-1,-4,0,-5,-2,-4,-1,-4,0,-4,-1,-5,-1,-6,0,-3,0,-4,0,-5,0,-4,0,-5,0,-5,0,-4,-1,-5,0,-4,0,-4,-1,-4,0,-4,0,-4,0,-4,0,-4,-1,-4,-1,-4,0,-4,-1,-4,0,-3,0,2],[28,76,4,-1,5,-1,5,-3,4,-1,5,-2,2,5,0,2],[43,78,0,0],[39,80,0,0],[100,64,4,-1,5,-1,5,-2,4,0,4,0,3,-1,4,-1,4,0,6,1,4,1,4,1,1,1],[116,71,4,0,4,0,1,0],[39,88,4,0,3,0],[70,100,0,4,0,3,-1,5,-1,6,-1,4,-2,5,-1,4,-1,4,-1,4,-1,4,0,4,2,3,1,4,4,2,4,1,4,1,4,0,4,0,4,0,4,0,4,-1,4,0,4,-3,1,-4,-1,-4,-4,-3,-4,-2,-2,-1],[47,186,4,0,4,2,4,2,4,0,4,0,4,0,5,0,4,0,5,0,5,-2,4,0,5,-2,5,0,3,-2,4,-1,4,-3,4,-2,4,-3,4,-3,2,-4,1,-3,0,-4,0,-4,0,-3],[174,49,4,0,4,1,4,1,1,5,1,4,1,4,1,5,3,4,1,4,-1,4,-1,4,-5,1,-1,0],[18,79,-5,3,-4,0,-5,2,-4,2,0,3,3,4,2,4,2,4,0,4,2,4,1,4,4,2,2,1],[25,51,-4,-3,-6,-4,-5,-4,-3,-4,-4,-1,0,0]],[[180,41,-7,-5,-6,-4,-4,-3,-7,-4,-12,-7,-4,-2,-7,-3,-8,-4,-8,-3,-6,-2,-13,-4,-7,0,-6,0,-4,0,-6,2,-4,1,-7,3,-11,8,-4,5,-6,12,-4,4,-11,13,-6,7,-12,24,-4,9,-4,33,-1,4,-1,19,0,11,0,16,0,5,1,4,3,11,0,3,4,11,4,8,2,3,3,5,8,10,4,3,19,8,4,3,4,2,6,3,15,4,3,0,25,-5,23,-3,5,-1,7,-1,10,-6,2,-3,6,-19,7,-24,0,-4,1,-5,6,-29,3,-10,6,-30,2,-8,1,-4,1,-15,0,-6,-2,-15,0,-6,-3,-14,-1,-3,-2,-4,-2,-2],[60,44,-10,4,-7,5,-8,9,-2,4,-4,7,-1,8,0,3,2,6,3,3,10,3,3,1,12,-2,2,-10,4,-29,0,-4,0,-4,-2,-4,-2,-3,-3,-4,0,0],[128,73,-14,-8,-4,0,-4,1,-3,5,-3,6,0,3,-3,18,6,16,4,5,17,4,15,-6,5,-3,4,-11,1,-5,0,-9,0,-4,-8,-7,-8,-4,-5,-2,0,0],[68,135,-4,-2,-4,-1,-3,-1,-4,-1,-3,0,-5,0,-3,1,-3,1,-7,6,-2,7,-1,7,0,5,0,3,21,17,4,1,6,3,4,1,7,1,4,2,8,0,4,-1,8,0,5,0,6,-1,4,-2,1,-4,1,-10,0,-5,-2,-4,-4,-4,-4,-2,-4,-2,-4,-4,-11,-6,-5,-4,-6,-2,-4,-1,-4,-2,-8,-2,0,0]],[[35,28,-4,4,0,9,-2,8,-1,5,-1,5,-3,8,-4,5,0,6,-2,4,0,6,0,5,0,9,0,8,0,6,0,8,0,9,0,9,0,10,0,9,0,9,0,8,0,8,2,11,5,9,3,9,5,10,3,6,6,8,3,4,6,4,5,4,5,3,6,0,7,1,7,0,7,0,6,0,5,0,7,0,6,-2,5,-2,7,-4,5,-3,2,-5,5,-8,6,-7,2,-6,2,-6,4,-6,3,-5,2,-6,3,-9,6,-5,3,-9,4,-5,4,-7,3,-4,0,-5,4,-6,0,-7,0,-6,0,-5,-2,-7,0,-9,0,-4,0,-5,0,-6,2,-5,0,-5,0,-5,0,-8,-3,-5,-1,-5,0,-6,0,-4,-3,-1],[35,28,-4,0,-7,6,0,-6,1,-7,2,-7,4,7,4,6,0,7,0,-7,0,-6,0,-4,1,-8,9,-6,7,-2,11,-1,9,0,7,0,6,1,3,5,4,6,0,9,0,7,0,6,5,-4,6,0,5,2,6,5,7,2,5,0,5,0,5,0,7,0,3,6,5,-7,6,-1,5,-1,5,0,5,0,8,1,5,6,-6,2,-4,0,-7,0,-6,-6,-5,-5,-7,-6,-6,-7,-5,-5,-6,-6,-7,-3,-5,-2,-6,0,-5,0,-11,2,-7,2,-10,0,-12,0,-13,0,-15,0,-11,-4,-11,-2,-9,-2,-5,0,-6,0,0,8,0,5,0,5,2,6,7,5,8,4,10,3,8,1,5,3,5,0,6,0,1,-6,0,-7,9,-8,6,-2,7,0,7,-2,5,0,8,2,5,2,8,5,5,3,6,3,3,8,7,3,4,3,7,0,5,0,5,0,5,0,3,0],[57,179,6,2,6,2,5,0,5,0,4,0,5,0,5,-2,3,-4]],[[151,2,-2,-1,-2,0,-2,-1,-2,0,-2,0,-3,0,-3,0,-4,0,-6,0,-3,0,-7,0,-6,0,-7,1,-6,0,-8,2,-7,1,-8,2,-7,1,-7,3,-6,2,-5,2,-6,2,-5,2,-4,2,-4,3,-3,2,-3,3,-3,3,-2,2,-3,3,-1,3,-2,4,-2,3,-1,2,-1,3,-1,3,-1,2,0,3,0,3,0,3,0,2,1,3,0,3,1,3,1,2,1,3,2,3,2,3,1,2,2,3,1,2,2,2,3,3,3,3,2,2,3,3,3,3,3,3,6,4,5,4,5,4,5,4,7,5,8,4,4,4,7,3,5,2,5,1,5,1,3,1,5,0,4,0,4,0,5,0,6,0,5,0,5,0,7,-1,6,0,6,-1,6,-1,6,-1,6,-1,5,-2,6,-2,6,-2,7,-2,7,-3,5,-3,5,-3,7,-6,3,-3,4,-4,4,-5,4,-4,2,-3,2,-3,2,-2,1,-3,1,-3,1,-2,1,-2,0,-2,0,-3,0,-2,0,-3,0,-2,-1,-3,-2,-3,-1,-2,-2,-3,-1,-2,-1,-2,-2,-3,-1,-1,-3,-3,-2,-2,-1,-2,-2,-2,-2,-1,-2,-2,-2,-2,-2,-2,-3,-3,-2,-1,-2,-2,-2,-1,-2,-1,-2,-1,-2,-1,-2,-1,-2,-1,-2,0,-3,-1,-2,-1,-4,0,-6,0,-6,0,-6,0,0,0],[88,26,0,1,1,2,0,2,0,2,1,5,0,1,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,0],[129,36,1,2,2,3,1,4,1,2,1,3,0,1,0,3,0,1,0,2,0,2,-1,2,0,2,-1,2,-1,3,0,0],[67,73,2,3,1,2,0,2,2,2,1,3,2,2,2,3,2,2,4,4,3,3,5,4,4,2,6,4,5,3,7,2,8,3,8,2,8,1,17,0,8,-1,6,-2,4,-1,9,-6,3,-4,6,-8,1,-2,1,-4,0,0],[68,78,2,1,2,0,7,2,3,0,4,1,5,0,8,1,3,1,2,0,2,0,2,0,2,1,2,0,1,1,2,0,2,0,3,1,2,0,3,1,4,0,2,0,3,0,2,0,3,0,2,1,5,0,2,0,2,0,1,0,2,0,2,1,2,0,2,1,2,0,1,0,2,1,2,0,2,0,1,0,2,0,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,0,1,0,0,0],[118,69,1,0,3,1,1,1,2,1,1,1,-1,2,-3,0,-1,0,-2,0,-1,-1,-2,0,-2,0,-1,0],[242,64,1,-1,1,-2,1,-2,2,-1,2,0,2,-1,2,0,1,1,0,2,0,2,0,2,0,3,0,3,0,1,-1,2,0,1,-1,2,-1,2,-1,1,-1,1,-1,0],[9,46,-1,-1,-2,-3,-1,-2,-2,1,-1,2,-1,1,-1,2,0,2,0,2,0,2,0,1,1,2,1,1,1,2,0,0]],[[10,35,-2,4,-4,11,-2,11,0,11,-1,10,-1,11,0,9,0,10,0,11,1,11,1,11,2,9,2,8,1,7,1,7,0,6,2,7,2,5,1,5,2,5,4,9,1,5,2,4,5,6,6,6,7,6,4,3,5,4,5,3,6,2,5,2,6,1,6,0,6,0,5,-1,7,-2,6,-1,7,-3,6,-3,6,-3,6,-4,11,-9,5,-5,6,-8,5,-14,3,-10,2,-7,2,-5,0,-5,1,-4,-1,-7,-1,-7,0,-8,-2,-8,-3,-16,-2,-8,-2,-7,-3,-7,-4,-6,-4,-6,-4,-6,-4,-6,-3,-7,-2,-7,-2,-8,-1,-8,-1,-6,-2,-7,-1,-5,-2,-5,-5,-7,-3,-4,-4,-4,-12,-9,-8,-2,-12,0,-17,3,-18,8,-17,12,-13,14,-6,11,0,10,4,9,7,6,1,0],[69,81,-2,4,-2,5,-1,6,1,12,1,12,1,9,1,12,1,4,1,8,5,7,5,7,4,3,6,-2,5,-7,3,-5,2,-6,1,-7,0,-6,-3,-5,-4,-4,-3,-3],[36,95,-4,7,0,5,1,4,6,-3,3,-4,2,-5,2,-5,1,-6,-1,-4,-2,-2],[96,88,4,7,2,5,5,-4,1,-4,0,-5,-1,-6,-1,-4,-2,-4],[61,212,5,5,6,2,5,0,6,-1,7,-2,8,-4,9,-6,10,-8,6,-8,4,-6,2,-6,0,-5,-2,-3]],[[99,0,-2,0,-4,2,-6,4,-9,5,-12,8,-15,11,-18,15,-15,16,-12,16,-4,17,-2,17,1,17,5,20,9,23,10,18,13,14,16,13,19,9,19,3,27,2,35,0,39,0,27,-5,12,-4,4,-4,4,-4,3,-5,4,-7,2,-6,1,-9,3,-12,1,-14,0,-13,0,-10,-2,-7,-2,-7,-4,-7,-4,-9,-6,-9,-6,-9,-8,-9,-8,-9,-9,-9,-7,-7,-8,-6,-5,-4,-7,-3,-7,-3,-8,-4,-12,-3,-11,-4,-10,-3,-11,-3,-12,-2,-8,-1,-7,-1,-5,0,-5,0,-4,0,-4,0,-2,0,-4,0,-1,0],[78,68,-2,1,-1,1],[169,72,-1,2,-1,3,0,0],[74,155,2,5,4,6,6,7,7,7,9,6,12,6,10,4,8,2,8,1,8,0,9,-1,9,-4,11,-7,8,-7,3,-5,1,-3,2,-2,2,-2,0,-1]],[[180,9,-6,-1,-11,-1,-12,-1,-15,0,-16,1,-18,3,-18,4,-15,5,-14,7,-12,9,-12,14,-11,17,-9,16,-7,17,-3,17,-1,19,6,16,3,14,5,13,9,11,10,11,14,12,20,12,23,7,22,1,22,-4,23,-6,23,-11,18,-11,14,-13,13,-14,11,-17,8,-19,7,-20,4,-19,0,-18,-4,-14,-6,-12,-7,-11,-9,-10,-9,-9,-7,-8,-7,-5,-7,-6,-8,-3,-7,-2,-7,0,-6,0,-5,0,-9,2,-7,1,-2,1],[67,59,6,7,3,5,-5,2,1,-5,5,-1,1,0],[198,64,-4,6,-5,6,-6,2,-4,-5,5,-4,3,3],[45,154,8,4,10,7,8,6,10,6,11,4,10,4,9,2,9,2,8,2,9,2,10,0,9,0,8,-1,6,0,6,-1,10,-4,5,-3,5,-4,8,-10,5,-7,4,-7,2,-6,5,-6,3,-8,1,-3],[129,77,-3,5,-6,7,-7,7,-8,11,-3,5,-6,9,-4,8,-1,8,2,6,10,6,7,2,7,2,5,0,7,0,4,-2]],[[157,4,-5,-3,-6,-1,-11,0,-10,0,-14,2,-17,7,-15,9,-17,11,-16,14,-14,17,-12,20,-10,20,-7,21,-3,21,0,21,1,21,7,19,10,17,14,14,18,10,21,6,25,4,25,0,25,-4,23,-8,20,-10,20,-16,14,-16,13,-21,8,-22,2,-24,0,-22,-5,-24,-9,-23,-11,-19,-14,-18,-13,-13,-11,-10,-4,-4,0,0],[68,57,-1,7,1,7,4,6,6,6,7,2,10,0,7,-6,4,-7,1,-8,-1,-8,-4,-5,-8,-3,-9,-1,-8,0,-6,0,-4,3,0,3,1,1],[163,45,-4,-1,-5,4,-3,6,-2,6,0,8,1,7,7,4,10,2,10,0,11,0,9,-4,6,-6,3,-7,0,-7,-1,-6,-6,-5,-7,-3,-6,-1,-8,0,-7,3,0,0],[148,124,-9,-2,-5,2,-6,6,-6,7,-4,9,-1,8,0,6,4,6,5,3,7,0,6,-1,4,-5,2,-6,0,-7,-1,-5,-4,-5,-5,-3,-5,-1,-3,0,0,0],[55,163,-5,1,2,11,5,8,7,10,8,10,11,8,13,7,14,4,15,1,15,-1,14,-7,15,-10,11,-11,10,-13,5,-13,3,-10,0,-8,0,-4,-1,-1]],[[137,233,-5,0,-5,0,-6,0,-5,0,-5,0,-7,0,-6,-2,-7,-1,-7,-1,-7,-2,-9,-2,-7,-1,-7,-2,-7,-2,-6,-3,-6,-2,-6,-2,-7,-3,-6,-5,-6,-6,-5,-9,-2,-6,-2,-9,-1,-5,0,-8,0,-5,0,-6,0,-5,0,-7,0,-7,1,-5,1,-6,3,-11,2,-7,2,-6,2,-7,3,-6,3,-6,3,-8,4,-7,4,-7,4,-7,6,-7,6,-7,6,-6,6,-5,7,-5,6,-5,7,-4,5,-3,6,-3,10,-3,6,-1,5,0,9,0,5,0,8,2,5,1,9,2,7,3,6,2,5,2,10,3,6,1,6,2,6,2,7,3,7,3,6,4,6,4,7,5,5,4,8,8,5,7,3,7,4,6,1,6,2,7,2,8,2,8,0,6,0,6,0,5,0,6,0,5,0,6,0,5,0,7,0,5,0,6,-3,9,-3,8,-2,9,-4,8,-3,6,-3,6,-6,7,-5,4,-6,6,-7,3,-6,5,-6,2,-5,2,-5,1,-5,1,-7,1,-7,0,-5,0,-6,0,-6,-1,-6,-1,-6,-1,-5,-2,-5,-1,-5,-1,-6,0,-5,-3,-5,-2,-5,-4],[73,88,5,-5,6,-3,5,-3,5,0,6,2,3,5,1,5,1,6,0,5,-2,5,-5,3,-5,0,-5,0,-5,-2,-4,-5,-1,-5,0,-5,5,-4,5,1,5,1,-1,0],[153,102,-5,-1,-6,-4,-1,-5,1,-6,6,-7,5,-3,6,-3,6,0,6,1,4,5,4,5,1,5,0,6,0,5,-1,5,-5,1,-5,0,-5,-1,-3,-1],[123,154,-5,0,3,-3],[121,151,-5,0,-5,3,5,-5,0,0],[61,155,1,6,0,6,2,6,1,5,4,8,7,5,5,2,5,0,5,1,6,0,7,0,9,0,7,0,5,-1,7,-2,9,-2,7,-1,8,-2,8,-3,9,-3,13,-5,7,-2,7,-2,7,-3,8,-2,9,-2,7,-2,0,0]],[[257,90,-127,-87,-125,74]],[[114,22,-1,-2,-4,-3,-4,-3,-4,-2,-3,-2,-5,0,-3,0,-4,0,-6,2,-7,3,-6,3,-11,8,-6,5,-4,5,-30,40,-6,13,-2,7,-2,7,-3,14,-1,7,-1,7,-1,6,0,12,0,8,3,16,1,6,2,6,4,12,2,6,5,10,2,4,3,2,11,11,11,10,6,4,12,5,14,3,37,3,14,-1,12,-4,17,-6,10,-5,9,-5,10,-6,9,-6,7,-7,9,-7,11,-17,6,-9,2,-10,-20,-104,-4,-8,-4,-7,-5,-9,-6,-8,-7,-10,-6,-5,-6,-6,-11,-10,-11,-5,-57,1,-7,6,-15,18,0,6,-1,-1],[72,51,1,2,1,4,1,4,0,4,1,7,0,3,0,4,0,2,0,3,0,2,1,4,0,3,1,3,0,2,0,-1],[125,27,0,3,-1,4,0,4,0,4,0,5,0,2,0,3,0,2,0,3,0,2,0,2,1,2,0,3,0,2,0,3,1,2,1,2,1,4,1,2,0,3,2,4,1,3,1,3,1,3,1,2,0,-1],[66,132,0,2,0,5,1,3,1,7,1,3,2,4,2,2,7,4,3,1,2,2,3,1,2,1,3,1,2,0,3,1,6,0,3,1,2,0,2,0,9,-1,3,0,2,-1,3,-1,4,-2,3,-2,3,-2,3,-1,3,-3,3,-1,1,-3,4,-3,3,-3,1,-4,2,-3,2,-4,1,-3,0,-2,0,-2,0,-3,0,-6,0,-2,-2,-3,-3,-1,0,2,0,3,1,5,0,3,1,4,0,3,1,3,0,3,0,2,1,4,0,3,0,4,1,4,0,8,0,4,0,3,-1,2,0,4,0,2,0,4,-1,7,-2,4,-7,13,-5,6,-2,2,-3,2,-2,1,-3,2,-3,2,-5,2,-4,1,-3,0,-3,0,-2,1,-6,0,-2,0,-5,0,-2,-1,-2,0,-3,-1,-2,-1,-3,-1,-2,-1,-3,-1,-3,-2,-3,-2,-3,-3,-4,-2,-4,-3,-2,-2,-4,-4,-2,-3,-2,-3,-1,-3,-1,-3,-1,-3,-1,-2,0,-7,1,-9,2,-6,2,-4,1,-3,1,-2,2,-4,1,-3,1,-2,0,-1]],[[157,0,-9,0,-9,0,-7,0,-8,0,-6,0,-7,0,-8,0,-6,0,-9,1,-7,1,-8,3,-6,4,-8,2,-7,3,-6,3,-7,4,-8,1,-8,5,-8,7,-5,8,-5,10,-3,9,-1,7,0,6,-1,7,0,7,0,7,0,8,0,7,0,9,0,9,3,7,3,8,5,6,6,7,6,6,5,7,11,9,7,9,7,7,10,5,11,6,10,2,6,1,12,6,7,0,7,4,8,1,10,1,6,0,8,2,11,2,7,0,10,0,8,0,10,0,7,-2,6,-3,11,-8,10,-10,5,-7,6,-12,2,-10,3,-8,3,-9,1,-10,4,-10,3,-12,0,-7,0,-11,0,-7,0,-10,0,-8,-3,-7,-3,-8,-6,-8,-7,-5,-6,-6,-7,-3,-7,-4,-8,-4,-9,-5,-6,-4,-8,-4,-8,-5,-8,-4,-8,-3,-8,-3,-6,-1,-7,0,-6,-3,-3,0],[73,53,-6,0,-7,2,-8,5,-1,7,0,6,1,7,7,5,8,1,7,-1,3,-8,3,-7,1,-6,-1,-7,-7,0,0,0],[186,61,-8,0,-8,0,-8,0,-6,0,-8,4,-3,7,0,6,3,8,8,7,6,6,8,0,8,0,7,-4,6,-5,4,-6,4,-8,0,-7,0,-9,-6,-5,-7,0,-10,-3,-7,-1,-4,0],[57,118,7,6,6,10,7,6,7,7,8,6,7,6,7,6,7,0,6,0,7,-1,8,-2,6,-2,7,-1,6,-6,6,-6,3,-8]],[[172,0,-4,0,-5,1,-8,3,-8,4,-24,10,-8,4,-24,12,-9,6,-9,5,-18,13,-8,7,-19,22,-3,6,-12,21,-5,11,-3,8,-5,20,0,13,0,16,3,7,3,6,6,6,5,7,7,4,14,7,7,2,7,2,17,3,6,0,7,0,23,0,7,0,7,-1,27,-6,6,-1,6,-2,31,-9,6,-4,4,-2,20,-9,5,-4,4,-4,15,-14,7,-11,5,-13,0,-5,0,-5,-1,-15,-2,-8,-2,-5,-10,-21,-5,-8,-4,-6,-9,-13,-6,-5,-5,-6,-13,-11,-6,-5,-7,-4,-4,-2,-11,-7,-7,-3,-5,-3,-4,0,-9,-3,-6,-2,0,0],[79,89,4,5,0,0],[170,91,-2,1],[42,150,6,6,6,5,4,3,12,6,6,3,17,6,6,2,9,2,5,1,15,1,13,0,17,0,11,-1,4,0,14,-4,7,-5,0,-2]],[[62,0,-3,9,-15,18,-8,11,-9,14,-10,13,-6,11,-5,10,-2,10,-1,9,-2,10,-1,10,0,8,0,8,0,8,0,16,1,8,2,9,3,15,6,16,4,8,11,13,11,8,10,4,8,4,9,3,10,2,8,0,14,0,12,-5,12,-8,8,-7,8,-6,8,-8,8,-7,8,-8,9,-11,9,-14,3,-8,5,-13,3,-11,2,-13,0,-13,0,-8,0,-11,0,-10,-2,-8,-1,-8,-8,-8,-10,-8,-8,-5,-10,-5,-9,-6,-11,-5,-8,-5,-8,-6,-8,-6,-10,-5,-11,-5,-10,-6,-10,-4,-8,-1,-8,-2,-1,0],[40,76,9,0,10,-3,8,0,8,2,3,5],[46,75,8,6,8,5,8,0,8,0,5,0],[110,86,10,0,9,0,12,0,9,0,8,0,8,8,4,5],[107,81,2,8,8,5,8,5,11,3,11,3,8,0,8,0,8,0,8,0,2,0],[81,121,-1,8,-7,8,-5,10,-3,8,0,8,0,8,8,3,8,2,8,0,0,0],[36,181,-6,8,0,8,8,3,8,-6,2,-10,0,-8]],[[113,59,-2,-5,-1,-3,-5,-5,-5,-3,-7,-4,-8,-2,-10,0,-12,2,-13,6,-12,8,-10,12,-11,16,-8,19,-7,23,-2,21,0,23,2,18,7,17,10,16,12,12,14,9,15,7,16,5,19,3,17,1,15,0,14,-3,13,-7,11,-10,11,-14,10,-17,8,-17,5,-17,2,-17,0,-18,0,-16,-5,-14,-7,-12,-8,-12,-7,-10,-9,-10,-11,-8,-11,-6,-12,-6,-12,-3,-13,-2,-13,-1,-14,2,-12,5,-11,8,0,0],[11,79,-2,-4,-1,9,-1,8,-1,7,-1,4,2,-8,5,-15,5,-18,5,-15,4,-9,2,-5,1,4,-3,10,-4,11,-3,9,0,4,5,-13,7,-17,6,-14,3,-7,1,-3,1,3,0,8,-5,15,-4,13,-1,7,-1,3,6,-14,8,-16,7,-15,4,-8,3,-5,-1,8,-5,12,-4,12,-2,6,0,3,2,-5,6,-11,5,-12,3,-6,3,-3,1,9,-2,11,-1,10,0,5,9,-9,7,-11,6,-10,3,-7,3,-2,2,6,-1,11,-1,12,-1,7,0,3,2,-4,6,-11,5,-12,4,-12,3,-6,1,6,-1,7,0,6,0,6,0,3,3,0,5,-8,6,-10,5,-9,2,-3,2,9,-3,9,0,9,0,5,3,2,3,-4,6,-9,4,-7,3,-5,2,8,0,9,0,9,0,6,1,4,6,-2,5,-9,6,-12,3,-6,1,-3,1,3,-1,9,-2,12,-1,14,0,13,0,8,1,4,7,-5,6,-13,5,-12,2,-7,2,-2,1,5,0,10,-1,12,0,9,1,8,2,4,6,-3,5,-11,2,-10,3,-6,0,5,-2,14,-1,17,-2,20,-1,17,0,13,-2,10,0,6,-1,2],[57,97,-4,4,-4,2,-3,5,-2,5,-1,7,0,6,2,5,6,5,6,1,6,1,6,-2,5,-4,3,-6,0,-6,0,-6,-1,-5,-3,-5,-6,-4,-5,-2,-4,-2,-3,-1,-4,0,-4,4,-3,6,0,0],[148,96,-5,2,-8,1,-5,2,-7,5,-4,5,-3,7,-1,6,0,5,2,4,5,3,6,1,8,0,6,-1,5,-2,5,-4,3,-4,1,-5,1,-5,-1,-5,-6,-5,-4,-3,-5,-2,-4,-2,-3,0,0,0],[136,118,-1,3,3,2,0,-3,-2,-3,-2,0,-2,1],[62,123,-3,0,2,4,3,1,2,-3,0,-3,-2,-3,-3,-1,0,0],[98,143,-2,3,0,3,-1,3,0,3,0,4,0,5,-1,3,0,4,0,2,-1,5,0,4,0,3,3,2,3,0,1,0],[63,196,-1,3,2,5,1,3,3,2,3,4,5,3,3,2,3,2,4,0,3,1,4,1,3,0,4,1,3,0,3,1,4,0,4,-1,4,-2,5,-2,5,-4,3,-4,3,-4,2,-4,2,-5,1,-5,1,-3,1,-3,-3,-1,-3,0,-3,0,-4,1,-5,1,-5,1,-5,2,-5,1,-5,1,-5,0,-5,1]],[[174,11,-5,1,-6,0,-8,1,-9,0,-10,0,-10,-1,-8,0,-8,0,-8,0,-7,1,-5,1,-4,0,-4,1,-5,2,-6,4,-8,7,-5,5,-4,5,-7,9,-2,6,-3,6,-1,6,-1,6,-1,8,0,6,0,8,0,8,1,7,1,6,0,6,1,5,1,6,2,7,2,8,2,8,0,7,2,8,1,7,2,5,2,6,4,5,4,5,7,5,4,2,5,2,5,2,4,1,8,3,9,2,7,2,8,2,9,1,4,1,7,0,9,-1,8,-2,8,-4,5,-2,4,-2,5,-4,7,-6,7,-7,6,-7,3,-6,3,-7,3,-6,3,-5,2,-5,2,-4,3,-7,1,-6,1,-7,0,-4,1,-4,1,-5,0,-8,1,-6,0,-5,-1,-9,0,-7,0,-7,0,-7,0,-4,0,-5,0,-7,-1,-5,-3,-5,-4,-6,-4,-6,-4,-6,-6,-6,-6,-6,-7,-5,-5,-2,-4,-3],[90,53,-4,5,-1,4,-1,6,1,5,6,-5,2,-5,2,-4,-1,-6,-4,2,-3,5,-2,6,-1,6,1,6,4,1,4,-5,2,-4,0,-4,-3,-5,-5,5,-1,5,4,3,5,-2,2,-6,-2,-5,-5,0,-5,5,-3,4,-1,5,1,2],[179,49,-8,6,-4,4,-4,5,-3,4,-2,5,1,7,11,5,6,-2,4,-8,0,-4,-6,-7,-7,-2,-4,0,1,6,7,1,4,-4,-1,-4,-7,-1,-5,3,2,4,9,0,-4,-1,-3,5,2,5,5,-2,4,-6,1,-4,-1,-5,-4,4,-2,5,0,5,1,0],[81,112,-1,9,0,6,1,5,1,5,3,7,3,5,3,5,5,5,7,4,4,1,5,1,8,0,7,-1,8,-3,5,-3,5,-2,8,-6,7,-5,7,-6,2,-4,1,-4,-1,-3],[124,118,0,4,-1,0],[122,8,-6,1,-6,-1,-7,0,-6,0,-5,1,-4,1,-6,1,-5,1,-5,1,-4,1,-6,1,-5,4,-6,5,-8,8,-7,8,-6,8,-3,4,-2,4,-2,5,-4,6,-3,7,-5,8,-1,5,-2,6,-2,8,-2,7,1,7,-1,7,0,7,0,6,0,6,-1,9,0,5,-2,11,-1,4,0,6,0,5,1,6,1,7,3,13,1,6,3,11,2,4,1,5,4,8,3,5,4,6,0,0],[110,13,8,-5,6,-2,7,-1,7,-1,7,-1,9,-1,10,0,9,-2,8,0,8,0,14,3,6,2,6,3,5,4,5,5,6,9,6,10,5,11,4,10,3,8,3,8,1,10,1,17,-3,21,-2,16,-2,15,-2,10,-3,13,-2,10,-3,8,-3,10,-2,9,-2,8,0,8,0,7,1,8,2,6,6,6,0,0]],[[55,21,-8,6,-15,25,-10,19,-9,23,-7,26,-5,25,-1,25,3,24,6,21,9,17,13,11,15,8,19,4,19,0,91,-38,18,-15,17,-17,13,-19,10,-17,6,-19,2,-19,-4,-17,-7,-16,-9,-17,-13,-13,-15,-11,-17,-11,-18,-8,-18,-6,-18,-6,-17,-4,-15,-2,-14,0,-9,0,-7,2,-8,3,-5,3,0,0],[90,84,5,-3,2,-1],[172,77,-2,1],[59,173,7,5,10,2,10,1,10,-3,13,-5,12,-7,11,-9,9,-10,8,-10,5,-6,0,0]],[[190,5,-5,-1,-6,-4,-7,0,-8,0,-10,0,-17,2,-6,0,-8,0,-7,0,-8,0,-9,1,-8,1,-10,4,-9,2,-10,2,-8,2,-6,3,-10,3,-9,5,-5,4,-12,12,-4,8,-7,15,-1,9,0,7,0,5,0,8,0,8,0,9,0,7,0,7,1,7,2,8,2,8,5,7,4,8,4,6,7,11,1,6,6,10,5,10,14,14,7,5,7,4,7,5,10,3,9,5,8,3,9,4,7,3,6,1,5,0,10,0,10,-3,10,-5,13,-3,15,-6,11,-3,10,-5,9,-6,10,-4,8,-4,8,-4,5,-5,10,-31,0,-7,0,-9,0,-9,0,-9,0,-9,0,-9,0,-9,0,-8,0,-10,0,-6,0,-7,-3,-8,-2,-8,-1,-6,-4,-8,-3,-8,-2,-6,-5,-5,-6,-5,-10,-5,-7,-2,-9,-3,-8,-4,-7,-3,-6,-1,-1,0],[168,76,-6,1,-7,4,-5,5,-1,6,0,7,3,8,3,6,7,4,6,3,5,0,6,0,8,0,6,-5,2,-6,3,-5,3,-6,0,-6,-3,-7,-3,-5,-6,-4,-7,0,-3,0],[59,94,-6,0,-5,5,-4,7,0,6,1,6,6,7,6,3,7,1,8,1,5,0,7,-1,6,-5,2,-8,2,-6,2,-5,1,-6,0,-6,-3,-5,-5,-5,-7,-2,-6,0,-6,0,-5,0,-7,0,-2,0],[93,158,5,6,3,7,3,6,5,2,6,2,6,0,5,0,10,0,5,0,6,-1,6,-3,5,-3,8,-3,6,-2,6,-3,7,-2,3,-3],[130,118,0,7,0,6,1,6,0,0]],[[194,17,-8,-5,-4,-1,-6,-2,-6,-2,-11,-1,-12,-2,-12,-2,-10,-1,-12,-1,-11,0,-11,2,-15,6,-16,12,-15,13,-12,14,-13,15,-8,17,-7,17,-3,21,-2,22,0,20,0,19,4,16,7,14,9,11,13,10,14,8,20,5,22,5,23,3,20,0,21,-1,18,-5,16,-9,13,-11,12,-17,9,-19,9,-22,8,-19,7,-20,5,-25,4,-25,1,-19,-2,-13,-11,-6,-12,-4,-13,-6,-9,-9,-8,-8,-7,-3,0,0],[108,51,-6,-6,-5,0,-5,0,-5,1,-7,4,-9,13,-8,17,-4,13,-1,10,2,9,6,5,10,7,11,3,12,0,9,-2,8,-7,5,-11,3,-12,0,-11,0,-10,-1,-8,-4,-4,-6,-3,-4,-1,0,0],[205,91,-5,-8,-1,-4,-5,-5,-5,-4,-6,-3,-6,0,-5,2,-5,6,-7,12,-5,15,-2,14,0,10,1,8,4,5,6,1,7,-1,6,-9,5,-11,1,-13,1,-13,0,-9,0,-5,0,-2],[67,158,-5,-1,4,6,4,9,5,10,5,10,6,8,7,5,7,3,9,0,9,-7,7,-9,7,-10,5,-8,3,-3]],[[121,57,-3,0,-5,0,-4,1,-3,1,-4,2,-4,2,-3,3,-2,3,-5,6,1,3,5,0,4,-1,4,-2,4,-4,4,-3,4,-2,4,-3,4,-4,1,-2,-3,-1,-3,0,0,0],[194,62,-2,-2,-4,-3,-6,-2,-3,-1,-2,-1,-5,0,-4,0,-3,1,-3,1,-3,2,-4,4,-2,3,0,3,0,2,2,4,3,2,3,1,3,0,3,0,3,-2,4,-1,4,-2,3,-2,3,-2,2,-3,-5,-2,-3,0,0,0],[127,111,1,3,2,3,2,2,3,1,3,-2,2,-2,1,-1],[102,142,2,3,2,3,4,3,4,3,5,2,6,2,4,1,4,1,3,0,3,-1,3,-1,4,-2,3,-2,3,-3,3,-3,2,-3,4,-4,3,-2,0,0],[134,4,-2,-1,-3,0,-3,0,-3,0,-5,0,-4,0,-3,1,-4,1,-6,2,-5,2,-5,2,-5,3,-5,3,-4,4,-8,9,-5,6,-4,6,-3,6,-4,6,-3,6,-2,7,-2,6,-2,7,0,8,-1,7,0,6,1,7,2,8,2,7,3,8,4,7,4,8,5,7,4,7,11,13,7,6,8,5,6,4,6,3,8,4,9,2,7,1,7,0,8,-1,9,-3,8,-3,14,-8,7,-5,7,-5,7,-6,5,-6,5,-8,5,-8,4,-7,4,-9,2,-8,2,-10,1,-10,0,-10,-1,-10,-1,-9,-2,-9,-3,-9,-4,-8,-5,-7,-4,-5,-5,-6,-7,-5,-6,-4,-6,-4,-6,-3,-7,-4,-7,-3,-7,-2,-6,-2,-5,0,-5,-1,-5,0,-5,0,-4,0,-3,1,-3,1,-4,1,0,0],[214,61,3,0,6,-1,3,-1,3,0,4,-1,5,0,2,1,3,0,2,1,4,2,4,4,1,2,1,3,0,4,0,3,-1,2,-1,5,-2,4,-3,5,-2,4,-2,4,-1,3,-1,5,0,3,0,3,0,3,0,3,-1,3,-2,3,-2,3,-2,1,-4,1,-4,0,-4,-1,-2,0],[48,60,-3,-1,-3,-1,-4,-1,-3,0,-3,0,-2,0,-3,1,-2,1,-4,1,-3,1,-3,2,-2,2,-3,3,-2,4,-3,3,-2,2,-1,3,-1,3,-1,3,0,3,0,3,2,4,2,2,2,3,2,2,2,3,1,4,1,5,1,4,0,5,0,2,0,3,0,3,0,4,0,3,1,3,3,2,3,2,5,1,2,1,4,0,4,0,4,0,3,-1,3,-1,3,0]],[[207,29,-3,-1,-3,-2,-3,0,-3,-1,-4,-2,-5,-1,-4,-1,-5,-2,-5,-1,-6,-2,-6,-1,-6,-1,-6,-1,-6,-1,-7,-1,-7,0,-6,0,-7,0,-7,0,-8,1,-7,2,-8,2,-8,3,-9,3,-8,5,-7,4,-6,5,-6,5,-6,6,-4,6,-5,6,-4,7,-2,6,-2,6,-2,6,-1,6,0,6,0,7,2,6,1,7,3,6,3,6,3,6,4,4,4,6,5,4,5,5,6,4,6,3,7,4,6,4,7,2,7,3,6,2,7,2,8,1,7,2,7,1,8,1,8,0,7,1,8,0,8,0,7,0,7,-3,8,0,7,-2,7,-2,7,-2,7,-3,6,-3,5,-2,5,-4,5,-4,4,-4,4,-4,4,-4,3,-5,2,-5,3,-6,3,-5,1,-6,1,-6,1,-6,0,-6,0,-6,-1,-7,-2,-6,-2,-8,-3,-6,-3,-6,-3,-6,-5,-5,-4,-5,-5,-4,-6,-4,-6,-4,-7,-3,-6,-2,-6,-2,-7,-1,-7,-1,-6,0,-7,0,-6,0,-6,1,-6,1,-4,1,0,0],[106,40,-3,0,-2,2,-4,1,-4,3,-3,2,-3,3,-2,2,-1,4,0,4,0,4,1,5,2,4,3,4,4,4,2,1,3,1,2,1,4,0,2,1,3,0,4,0,2,-2,3,-1,3,-1,4,-3,3,-4,2,-3,1,-4,0,-3,-1,-4,-3,-5,-1,-2,-2,-2,-5,-4,-4,-4,-3,-1,-2,-1,-3,0,-4,-1,-2,0,-4,0,-3,1,0,0],[199,51,-3,0,-3,-1,-3,-1,-4,0,-4,0,-3,2,-3,1,-3,1,-4,3,-3,5,-3,4,-1,4,-1,3,0,2,-1,3,0,3,0,3,0,2,2,3,1,2,3,5,3,2,4,3,3,0,3,0,6,-1,4,-1,3,-2,2,-2,3,-2,3,-4,2,-4,1,-2,0,-3,0,-3,0,-2,-1,-3,-1,-3,-1,-3,-2,-3,-2,-2,-3,-4,-4,-3,-5,0,0,0],[184,69,0,0],[180,72,0,2,1,3,2,2,3,0,1,-3,0,-2,-3,-2,-3,-1,-2,0,-3,3,-2,2,-2,2,-1,3,3,2,3,-2,3,-3,1,-4,1,-2,1,-3,-3,0,-1,3,0,2,0,0],[100,66,2,2,3,2,2,1,2,0,3,0,1,-2,0,-3,-2,-3,-2,-2,-3,-1,0,3,2,3,2,2],[71,116,0,3,0,3,0,2,1,3,1,2,1,3,1,2,2,3,2,2,3,3,3,4,3,2,3,3,4,3,4,2,5,2,5,2,5,2,5,2,5,1,5,1,6,1,5,1,6,0,6,0,6,0,6,-2,6,-1,4,-2,6,-2,4,-2,4,-2,3,-2,3,-2,3,-2,3,-3,2,-4,1,-4,1,-2,0,-3,-2,-3,-1,0],[140,85,-2,3,-2,4,0,3,-1,2,0,3,-1,3,0,3,0,2,0,3,0,2,0,4,0,2,0,3,2,-2,2,-4,1,-2,2,-4,2,-2,2,-3,2,-2,3,-1,4,1,3,3,2,4,1,3,2,3,0,2,1,3,1,3,0,3,0,2,0,3,0,2,-2,4,-2,2,-2,3,0,0],[130,1,-3,-1,-5,0,-5,0,-5,0,-5,0,-6,2,-6,2,-7,2,-7,3,-7,2,-6,3,-5,2,-6,3,-5,2,-5,3,-5,3,-5,3,-4,3,-4,5,-5,5,-4,6,-4,5,-4,8,-3,7,-3,6,-2,7,-2,7,-1,6,-1,7,0,6,0,7,0,5]],[[80,6,-6,0,-6,1,-10,5,-6,4,-6,5,-6,8,-3,6,-4,5,-7,12,-7,11,-4,6,-4,8,-3,6,-3,5,-2,8,-2,7,-1,5,0,9,0,9,1,8,2,5,4,7,5,5,5,8,7,8,8,8,8,8,11,8,7,6,8,7,7,3,8,3,7,5,8,3,7,2,7,1,5,0,9,1,9,1,7,0,7,0,6,0,5,0,5,-1,8,-1,6,-2,7,-2,6,-2,5,-1,6,-3,8,-3,6,-3,6,-4,5,-4,7,-3,5,-7,4,-6,5,-12,2,-5,2,-5,2,-8,2,-7,0,-8,0,-6,-2,-10,-1,-8,-2,-9,-4,-10,-4,-11,-4,-8,-3,-6,-2,-5,-3,-6,-6,-8,-5,-6,-5,-6,-5,-4,-11,-7,-6,-5,-7,-4,-6,-4,-6,-3,-5,-3,-6,-2,-5,-1,-8,-1,-9,-1,-5,-2,-5,0,-7,0,-5,0,-5,0,-7,2,-7,1,-5,2,-6,0,-6,1,-5,1,-6,3,-5,2,-1,3],[89,36,-6,3,-5,5,-4,5,-3,8,0,6,1,5,6,3,5,-2,6,-5,4,-6,2,-5,0,-6,-3,-5,-4,-1],[87,49,0,2],[87,51,0,0],[134,47,-5,1,-7,3,-2,5,0,5,0,6,3,6,6,5,7,2,5,0,6,-3,6,-4,3,-5,1,-5,0,-5,0,-5,-4,-6,-6,-2,-5,-1,-2,1],[142,62,1,0],[107,108,-1,8,0,9,2,7,3,7,3,6,10,14,5,6,5,4,4,5,6,3,12,4,5,0,6,0,7,-2,7,-4,5,-4,4,-5,3,-5]],[[74,45,-15,2,-8,8,-9,4,-12,8,-13,15,-7,29,-5,25,-4,19,-1,24,0,15,0,13,11,27,15,21,17,0,27,0,31,0,39,0,23,0,35,-27,11,3,28,-39,0,-8,-9,-26,-1,-20,-8,-30,-10,-24,-2,-14,-5,-10,-28,-43,-11,-2,-4,-7,-6,-5,-7,-1,-7,-2,-6,1,-18,9,-11,1,-7,4,-12,10,-6,6,0,0],[55,103,0,1],[105,97,0,0],[40,177,6,0,11,-3,35,-1,16,-1,10,-5,8,0,5,-2],[115,105,1,-1]],[[148,27,-4,-4,-3,-2,-6,-5,-6,-4,-6,-5,-8,-4,-9,-2,-9,-1,-10,0,-12,4,-13,8,-13,9,-11,11,-11,15,-9,18,-8,19,-6,19,-3,20,-1,21,0,20,4,19,8,18,11,16,14,14,16,10,17,8,18,4,18,2,17,0,16,-5,16,-10,14,-14,12,-19,9,-21,8,-24,6,-26,2,-22,0,-19,-4,-17,-7,-17,-8,-14,-8,-12,0,0],[48,67,4,-4,7,-3,5,0,6,1,4,8,1,7,0,11,-1,7,-4,7,-6,5,-5,2,-6,1,-5,-1,-3,-5,-1,-8,0,-8,1,-8,3,-8,0,0],[124,49,-5,0,-5,1,-3,4,-4,7,-2,9,0,11,0,7,5,6,7,4,7,2,8,0,5,-4,2,-6,0,-9,-2,-7,-6,-7,-7,-4,-6,-3,-4,0,0,0],[58,149,2,8,1,8,2,11,3,11,4,12,6,9,6,7,9,3,8,1,9,-6,7,-11,6,-13,5,-16,3,-13,0,-8,0,-4,-1,-1]],[[49,46,0,5,0,7,0,8,0,11,0,3,0,4,1,4,1,2,1,1],[117,46,0,3,0,3,0,6,0,7,1,8,2,8,0,7,0,5,0,6,0,3,0,1],[27,149,0,2,2,2,2,4,3,7,8,8,13,12,17,11,21,7,19,5,16,1,10,0,6,-1,3,-2,1,-2,3,-2,3,-2,5,-3,4,-3,3,-3,1,-3,1,-3,0,-2,0,-4,0,-1],[89,128,-2,2,-2,3,-2,2,0,2,1,2,4,2,4,0,3,0,3,0,2,0,1,-2,0,-3,0,-3,-2,-2,-2,-1,-2,-2,-3,0,-2,-1,-3,0,-1,0],[49,46,3,-2,2,0,3,0,3,2,4,3,2,3,2,4,0,3,1,4,0,3,0,2,0,4,0,3,0,3,1,3,0,2,0,2,0,3,0,2,0,3,-1,3,-2,0,-2,1,-2,0,-4,-1,-3,-1,-2,0,0,-2,0,-1],[120,45,2,0,4,1,2,2,3,1,3,3,3,3,2,5,2,4,1,6,1,5,1,7,0,6,0,6,0,4,0,5,0,3,0,3,-1,2,0,2,-4,2,-2,0,-3,0,-3,0,-3,-1,-3,-1,-2,-1,-3,-2,-2,-1,-2,-2,-3,-2,0,-3,2,-2,1,-2,0,0],[33,155,5,1,8,1,15,4,12,3,12,3,11,4,11,3,10,2,7,2,7,0,4,1,4,1,4,0,4,0,3,1,5,1,3,0,2,0,2,0,0,0],[163,183,2,0,2,0,0,-1],[25,11,-1,3,-2,2,-1,3,-1,2,-1,3,-2,4,-1,4,-3,4,-2,5,-1,5,-2,8,-3,8,-1,10,-2,10,-1,11,-1,10,0,9,0,9,0,9,0,8,0,8,1,7,2,7,3,6,3,6,2,6,2,5,3,6,3,8,3,4,3,4,4,3,7,3,9,5,11,5,12,6,13,5,13,5,12,5,14,5,11,4,10,2,9,1,9,1,7,0,6,-2,8,-3,8,-3,8,-3,8,-5,8,-6,7,-9,6,-11,7,-15,4,-13,4,-15,2,-17,0,-20,-4,-20,-6,-20,-8,-21,-7,-17,-8,-13,-4,-5,-10,-10,-9,-6,-9,-5,-6,-3,-6,-2,-5,-2,-4,-1,-3,-1,-4,-1,-4,-2,-5,-2,-5,0,-6,-2,-4,0,-5,0,-5,0,-6,0,-5,0,-7,1,-7,1,-8,1,-8,1,-9,1,-7,0,-6,2,-6,1,-5,1,-5,1,-4,2,-3,2,-2,2,-2,2,-1,3,0,3,0,0]],[[75,7,-3,1,-2,0,-3,2,-3,1,-3,2,-2,1,-3,2,-2,1,-3,2,-3,1,-3,2,-3,2,-2,2,-4,3,-2,2,-2,2,-3,2,-3,3,-3,3,-3,3,-2,3,-1,3,-2,2,-1,2,-1,3,-1,3,-2,3,-1,3,-1,3,-1,2,-1,2,-1,3,-1,3,-1,2,0,3,0,2,-1,3,0,2,-1,4,0,3,0,3,0,3,-1,3,0,4,0,3,0,3,0,3,0,5,0,2,0,3,0,4,0,3,0,3,0,3,0,2,0,3,1,3,1,3,1,5,1,3,1,2,1,3,5,12,2,3,2,2,6,9,2,3,2,3,6,6,2,3,5,6,4,3,6,5,3,2,2,2,6,5,3,2,7,5,3,1,8,6,2,1,7,3,3,1,7,3,3,1,3,1,7,0,3,0,9,0,4,0,7,0,3,-1,3,-1,7,-2,4,-1,9,-3,5,-3,8,-5,3,-3,3,-2,5,-7,2,-3,6,-9,2,-4,2,-4,3,-9,2,-5,3,-10,1,-3,3,-11,1,-3,1,-3,1,-8,0,-4,1,-9,1,-3,0,-9,0,-3,0,-3,0,-6,0,-4,1,-6,0,-3,0,-9,0,-3,-1,-5,-2,-8,-1,-5,-1,-3,-2,-7,0,-3,-2,-5,-2,-3,-2,-4,-1,-3,-2,-4,-4,-7,-1,-2,-3,-4,-5,-5,-2,-3,-3,-2,-5,-3,-3,-2,-3,-3,-5,-4,-3,-1,-3,-2,-7,-3,-3,-1,-3,0,-4,-1,-3,0,-2,0,-5,0,-4,0,-4,0,-2,0,-3,0,-4,0,-3,0,-3,0,-3,1,-4,1,-3,1,-4,1,-3,1,-2,1,-3,0,-3,0,-2,0,-3,1,-2,0,-3,0,-2,0,-3,0,-2,0,-3,1,-2,0],[62,46,-2,2,-2,3,-2,2,-2,3,-2,2,-3,4,-3,4,0,2,-1,3,0,2,0,2,1,3,2,2,3,0,6,0,4,-1,3,-2,5,-2,2,-3,1,-2,1,-3,1,-3,1,-3,0,-2,0,-3,0,-3,-1,-3,-2,-2,-2,-2,-3,-1,-3,0,-2,2],[136,57,-3,1,-2,2,-1,3,-1,2,0,4,0,2,1,2,4,3,3,1,5,2,3,0,10,1,3,0,3,0,2,0,2,-1,3,-1,3,-1,2,-2,3,-3,3,-2,2,-3,1,-2,0,-4,1,-3,0,-3,0,-2,-1,-3,0,-3,-3,-3,-2,-2,-4,-1,-4,-1,-2,-1,-3,0,-3,-1,-4,0,-2,0,-4,0,-5,1,-3,1,-3,1,-4,3,-3,2,-3,2,-2,2,-1,4,0,2,0,1],[43,43,3,-2,3,-1,3,-2,2,-1,2,-1,3,0,2,-2,3,0,2,-1,3,0,2,-1,2,0,3,0,3,0,2,0,4,2,1,1],[120,31,3,0,3,0,3,0,2,0,3,-1,2,-1,3,-1,3,-1,2,0,2,0,4,0,3,0,4,1,3,1,4,1]],[[11,26,-6,12,0,12,-3,20,-2,25,0,29,0,29,0,26,2,18,7,17,10,13,15,11,21,8,24,6,27,2,25,1,23,0,19,-2,18,-7,17,-9,11,-13,6,-19,0,-26,-1,-27,-5,-25,-5,-29,-5,-31,-4,-26,-1,-19,0,-12,0,-7,0,-3],[58,32,-2,13,-4,15,-4,16,-4,12,-2,10,-1,5,-3,-5,0,-14,0,-12,0,-9,0,-5,1,-5,9,-3,7,4,2,6,0,4,0,5,-1,-5,0,-5,3,-5,2,12,2,12,0,0],[129,57,6,-8,6,-5,6,-4,5,-1,3,6,-6,5,-2,8,0,0],[37,153,4,7,8,11,10,14,8,9,9,10,8,3,13,1,17,0,17,-9,16,-10,14,-14,9,-16,4,-11,2,-9,0,0],[109,96,-2,9,0,5,0,6,6,3,5,-1,0,0]],[[102,14,-3,0,-5,1,-5,2,-6,2,-6,3,-5,2,-4,3,-6,2,-6,3,-4,4,-5,4,-7,3,-6,4,-7,6,-4,5,-6,4,-5,9,-3,8,-5,11,-4,9,0,7,0,7,0,10,0,7,2,5,2,4,3,4,4,3,8,8,7,4,8,5,7,4,9,4,5,3,8,3,9,3,11,2,10,3,9,1,10,2,12,1,9,0,14,0,11,0,15,0,14,-3,15,-1,17,-2,5,0,12,-1,6,-2,3,-5,3,-5,4,-13,1,-11,2,-10,0,-3,0,-12,-2,-12,-1,-4,-4,-22,0,-3,-3,-6,-4,-9,-2,-4,-6,-7,-3,-7,-10,-8,-7,-5,-6,-3,-8,-5,-12,-5,-10,-3,-13,-5,-18,-7,-8,0,-11,-2,-12,-2,-6,-1,-7,-1,-4,0,-5,0,-6,0,-7,0,-4,3,-4,2,-3,4,-2,3,-2,5,-1,5,-1,3],[71,68,4,-2,5,-1,5,-3,3,-3,-6,-3,-5,-1,-4,-1,-4,0,-4,1,1,4,4,2,2,1],[152,60,-3,2,-3,3,6,4,3,0,5,-1,1,-3,0,-4,-6,-3,-6,0,0,0],[75,108,0,5,2,4,3,4,3,3,4,4,5,5,4,3,3,3,5,0,4,4,5,0,5,0,7,0,4,0,7,-3,5,-3,4,-1,4,-2,3,-4,5,-5,5,-4,2,-3],[109,95,0,-4,0,-4,0,-4,0,0]],[[114,23,-4,2,-3,2,-4,1,-4,2,-5,4,-5,3,-6,4,-2,3,-5,6,-4,7,-3,3,-4,8,-1,2,-4,8,-1,3,-2,7,0,2,0,7,0,3,0,6,0,4,0,2,0,5,0,3,3,8,1,3,8,11,3,4,7,8,4,3,11,8,3,3,10,6,4,2,12,4,3,0,10,0,4,0,4,0,11,0,4,-1,10,-6,4,-3,8,-7,3,-3,5,-9,2,-3,4,-11,1,-4,0,-4,1,-10,1,-3,0,-3,0,-2,1,-11,0,-5,0,-11,0,-4,0,-8,0,-2,0,-3,0,-3,0,-3,0,-4,0,-3,-2,-4,-2,-2,-5,-8,-4,-2,-6,-6,-4,-2,-3,-2,-10,-6,-3,-2,-4,-2,-11,-6,-4,-1,-4,-2,-7,-3,-3,-2,-4,-2,-3,-1,-3,-1,-2,0,-3,0,-5,0,-2,0,-3,0,-3,0,0,0],[50,71,-3,0,-3,1,-3,0,-3,0,-2,0,-2,0,-4,1,-2,0,-5,2,-3,2,-3,2,-4,2,-3,2,-3,2,-3,1,-2,3,-1,2,-1,2,0,3,0,2,0,3,0,2,0,3,0,3,1,2,2,3,2,2,2,3,3,2,3,3,4,2,4,2,2,1,4,2,3,1,2,1,3,1,4,1,2,0,6,0,3,0,3,0,4,0,2,0,3,0,3,0,4,0,3,0,3,0,3,0,4,0,2,0,3,0,1,-2],[201,84,2,-2,3,-2,3,-1,2,-1,4,0,2,0,4,0,3,0,2,0,4,0,3,0,3,1,1,3,2,3,1,2,1,3,1,3,2,3,3,4,1,3,2,3,1,2,2,2,1,3,1,2,0,3,-1,2,-3,3,-4,3,-3,1,-3,3,-5,3,-3,2,-3,1,-3,1,-2,0,-3,1,-3,0,-2,0,-3,0,-2,0,-4,0,-2,0,-3,0,-2,0,-2,0,-3,2,0,0],[77,84,0,3,1,2,0,2,2,3,3,2,3,2,3,2,3,0,3,0,3,0,3,0,3,0,5,0,3,0,2,0,3,-1,2,-3,2,-2,2,-3,1,-2,0,-2,-1,-3,-3,-1,-3,-2,-3,-1,-2,0,-3,0,-2,-1,-3,0,-3,0,-3,0,-2,0,-3,0,-2,0,-2,0,-4,0,-3,0,-3,0,-3,0,-3,0,-2,1,-3,2,0,3,1,1],[165,81,-2,0,-4,0,-4,0,-3,0,-4,0,-2,0,-3,0,-1,2,0,3,1,3,1,2,1,2,2,2,4,2,3,1,3,0,3,0,3,0,2,0,3,0,3,0,2,-1,1,-3,1,-2,1,-2,1,-3,-2,-2,-3,0,-3,0,-3,0,-2,0,-3,0,-2,0,-3,0,-2,0,-3,0,-1,1],[117,136,2,3,2,2,1,3,3,2,2,3,3,2,3,1,3,2,3,1,4,0,2,0,4,0,2,0,3,0,3,0,3,0,3,0,3,-1,2,-3,2,-2,0,-3,0,-2,0,-3,0,-2,-1,-1],[134,113,3,2,2,2,3,2,3,2,2,1,2,1,3,1,-3,2,-3,1,-2,0,-3,2,-3,1,-3,2,-1,0]],[[23,39,0,-2,0,-1,0,-2,0,-2,1,-2,0,-2,1,-2,2,-4,2,-2,2,-3,1,-2,3,-3,3,-2,3,-3,5,-1,4,-2,4,-1,4,-1,5,-1,5,-1,4,0,5,0,5,1,6,1,4,2,5,1,5,2,4,3,5,3,2,1,4,5,4,3,7,5,4,5,5,5,4,6,4,5,3,6,3,6,3,5,1,5,1,6,1,6,1,4,0,6,0,6,-1,6,-1,4,-3,4,-3,5,-3,4,-4,4,-2,4,-5,3,-4,3,-5,1,-7,4,-4,2,-8,2,-6,2,-6,1,-7,1,-5,0,-6,0,-5,0,-5,0,-6,-2,-2,-1,-6,-2,-5,-1,-2,-1,-5,-3,-4,-5,-4,-3,-3,-4,-2,-3,-3,-3,-4,-7,-3,-5,-1,-3,-2,-5,-2,-4,-2,-6,-1,-4,-2,-4,0,-4,-1,-4,0,-4,0,-4,0,-2,0,-5,0,-4,1,-2,2,-5,1,-4,2,-4,1,-3,2,-3,1,-3,2,-2,2,-3,2,-2,3,-4,3,-1,0,0],[39,33,0,2,0,2,0,1,0,2,0,2,0,-2,0,-2,0,-1,0,-2,0,-2,1,2,0,2,0,2,1,-2,0,-2,0,0],[94,33,0,-2,1,-1,0,1,0,2,1,2,0,-2,0,-2,0,1],[42,85,0,2,1,3,0,2,1,2,1,3,1,2,1,3,1,3,1,1,1,3,1,2,2,3,2,2,2,2,3,3,3,2,2,1,3,1,3,2,2,1,3,0,2,0,2,0,2,0,2,0,2,-1,2,0,2,-1,3,-1,2,-2,3,-1,1,-2,3,-3,1,-2,2,-3,1,-1,1,-3,2,-2,0,-3,1,-2,0,-2,1,-2,0,-3,0,-2,0,-3,0,-2,0,-1,0,-2,0,-2,-2,1],[250,118,2,-1,1,-2,1,-2,0,-2,1,-3,-1,-2,-1,-3,-1,-3,-2,-1,-2,-3,-3,-2,-2,0,-3,0,-2,0,-2,0,-2,0,-2,2,-2,1,-2,1,-2,1,-3,4,-1,2,-2,2,-1,2,-1,2,-2,2,-1,3,0,1,-1,3,0,3,0,3,-1,2,0,2,1,3,0,2,0,3,1,2,0,2,1,3,0,2,1,2,0,2,0,2,0,3,0,2,0,2,0,2,0,3,0,2,0,1,1,3,0,3,-1,2,1,2,0,2,0,2,-1,-2],[211,155,2,0,3,0,2,0,2,-1,3,0,2,0,3,-1,3,0,1,0],[71,70,0,2,2,2,3,1,3,0,2,-1,2,0,2,-1,1,-2,0,0],[37,10,-3,-1,-2,1,-2,1,-3,3,-2,3,-2,1,-4,4,-2,4,-2,3,-2,3,-2,4,-2,4,-1,4,-2,3,-1,4,-1,3,-1,4,-2,5,0,2,-1,6,0,6,0,2,0,7,0,6,0,6,0,6,0,5,0,6,1,5,0,5,0,4,1,2,1,6,1,4,0,1,2,4,2,4,1,3,2,2,1,2,1,2,2,3,1,1],[103,6,2,0,3,1,2,1,3,1,1,1,2,1,2,1,4,1,2,1,5,1,3,2,3,2,3,2,3,1,3,2,3,2,3,2,3,3,3,3,3,3,3,2,2,4,3,3,2,4,2,3,2,4,2,4,1,4,0,3,2,4,1,3,1,4,1,3,1,3,0,3,1,3,0,2,0,3,0,2,1,2,0,2,0,2,0,1,1,3,0,3,-1,3,0,2,0,3,0,3,0,1,0,2,0,3,0,2,0,3,0,2,0,2,0,3,1,2,1,3,0,0]],[[114,31,-33,8,-6,5,-6,4,-7,6,-6,6,-8,8,-6,8,-8,10,-12,23,-6,12,-6,12,-4,15,-3,12,-2,15,-1,13,0,11,19,34,10,5,9,5,12,3,12,3,13,2,51,4,12,0,12,-3,10,-3,11,-4,11,-6,41,-46,7,-13,6,-12,6,-13,4,-13,4,-57,-3,-10,-5,-11,-6,-10,-6,-10,-18,-19,-8,-7,-10,-8,-10,-4,-9,-4,-59,-2,-13,4,-13,6,-14,7,-6,6,0,0],[82,96,-9,59,0,5,2,-1],[153,70,-1,36,0,7,-1,6,-2,8,-3,1],[44,189,39,31,6,0,7,0,7,0,8,-1,8,-2,8,-2,6,-3,8,-2,18,-8,9,-8,7,-9,5,-9,0,-3],[108,168,10,5,0,0]],[[188,44,-13,-12,-10,-10,-10,-9,-11,-8,-12,-4,-11,-1,-17,0,-14,5,-17,8,-16,12,-14,14,-15,18,-11,22,-9,22,-5,23,-3,20,0,17,1,21,7,19,10,17,11,16,14,11,12,7,15,3,16,0,15,-2,18,-8,17,-7,13,-6,13,-10,11,-8,9,-12,10,-11,8,-11,6,-12,2,-12,3,-14,1,-12,0,-12,0,-10,-2,-10,-2,-8,-4,-9,-4,-9,-4,-9,-5,-8,-6,-7,-2,-5,-3,-4,-3,-6,-3,-5,0,0],[24,187,5,1,5,1,5,2,4,1,5,2,5,1,5,2,5,1,6,2,6,1,6,1,6,0,6,0,6,0,6,0,8,0,6,-2,7,-3,6,-4,7,-4,5,-4,6,-6,4,-5,5,-4,4,-4,3,-4,3,-5,0,-1],[59,85,4,6,6,7,5,5,5,5,-5,-5,-6,-5,-5,-4,-4,-3,-4,-4,-4,-4,8,0,4,5,6,8,1,8,0,8,0,4,-7,5,-6,0,-4,-1,-4,-6,0,0],[136,101,-4,-4,-1,-8,0,-4,3,-4,5,-5,4,-1,4,0,5,0,6,0,5,3,4,5,1,5,0,6,0,6,-6,5,-7,5,-6,0,-7,1,-7,0,-4,-3,-3,-4,-1,-6,0,-7,2,-7,4,-5,7,-6,8,-4,7,-2,8,-1,10,0,9,4,6,8,3,4,0,6,-1,5,-7,5,-8,3,-9,3,-10,3,-7,1,-7,0,-5,-2,-3,-4,0,-7,0,-7,2,-7,6,-5,6,-4,6,-2,5,0,8,0,5,2,4,9,0,7,-1,5,-4,4,-4,4,-5,1,-6,1,-4,-7,0,-5,0,-5,2,-4,8,-3,1,4,-2,-5,1,-4,2,1],[60,91,4,8,2,7,0,6,0,5,-8,4,-6,-6,-1,-5,0,-9,0,-9,3,-6,6,-6,5,-1,7,6,0,7,0,11,-3,8,-5,7,-5,3,-4,1,-4,0,-5,-12]],[[244,58,1,-2,0,-2,0,-3,-2,-2,-3,-1,-4,-3,-3,-1,-3,-2,-4,-2,-2,-1,-4,-3,-3,-1,-3,-2,-3,-2,-3,-1,-3,-2,-3,-2,-2,-1,-3,-3,-4,-1,-2,-2,-3,-2,-4,-3,-4,-2,-5,-3,-4,-1,-4,-3,-5,-2,-4,-1,-5,-2,-5,0,-4,0,-5,0,-17,4,-4,3,-3,1,-3,2,-3,2,-3,1,-3,3,-4,2,-3,2,-4,3,-4,3,-5,2,-4,3,-5,3,-5,3,-5,4,-4,2,-4,4,-3,2,-3,3,-2,3,-4,5,-3,3,-2,4,-2,3,-3,4,-2,3,-2,3,-2,3,-2,4,-2,3,-2,4,-2,3,-3,6,-2,5,-3,6,-4,9,-3,11,-2,10,-2,10,-1,10,0,6,0,5,0,3,0,4,0,3,1,3,0,2,1,3,1,3,1,4,1,3,1,2,2,3,1,3,3,4,2,3,2,2,2,3,4,2,3,3,4,2,4,3,3,1,5,2,5,2,6,2,5,3,8,2,5,2,5,2,5,1,5,0,3,1,3,0,3,1,2,0,3,0,5,0,3,0,4,0,4,0,5,-1,4,0,5,0,7,-1,5,-2,6,-1,6,-1,5,-1,5,-1,4,-2,4,-1,4,-1,4,-3,5,-1,5,-3,5,-2,5,-2,5,-3,4,-2,4,-2,3,-2,4,-2,3,-2,2,-1,3,-3,2,-2,4,-3,2,-3,3,-4,2,-4,3,-4,2,-3,2,-5,2,-4,1,-3,2,-4,1,-2,0,-3,0,-2,1,-2,0,-2,0,-4,0,-2,0,-2,0,-4,0,-2,0,-3,0,-4,0,-3,0,-2,0,-2,-1,-5,-2,-3,0,-3,-1,-4,0,-2,-1,-2,-1,-4,-1,-4,-1,-4,-1,-3,0,-3,0,-3,-1,-4,0,-3,-1,-3,-1,-2,-1,-3,0,-3,-1,-3,0,-3,0,-3,-1,-3,0,-2],[70,62,-2,2,-3,1,-2,1,-2,2,-3,1,-2,1,-1,3,-1,2,0,4,0,3,2,3,1,2,4,4,2,2,3,2,3,1,3,2,4,2,3,1,2,1,3,1,4,1,3,0,3,1,2,0,3,0,2,0,2,0,3,-1,3,-1,2,-1,2,-1,2,-1,3,-1,2,-3,2,-2,0,-2,-2,-4,-2,-2,-3,-2,-2,-1,-2,-2,-2,-2,-3,0,-2,-2,-3,-2,-3,-1,-3,-3,-3,-2,-2,-1,-3,-2,-2,-1,-3,0,-3,0,-2,0,-3,0,-2,0,-2,0,-4,0,-3,0,-2,0,-2,0,-2,0,-3,1,-1,2],[90,83,-3,-1,-3,-1,3,2,-1,0],[191,87,-2,0,-3,0,-2,-1,-3,-1,-4,1,-2,1,-3,1,-2,1,-3,2,-3,1,-2,0,-3,2,-3,2,-3,1,-3,2,-2,2,-3,2,-1,2,-1,3,2,2,3,0,3,2,2,2,3,1,3,2,2,1,2,1,5,4,3,1,3,1,3,1,3,2,3,1,2,0,3,1,2,0,2,-1,3,0,3,0,3,0,3,-1,2,0,5,-1,4,-1,2,-1,2,-2,1,-3,0,-3,0,-3,-1,-2,-2,-2,-3,-2,-3,-3,-3,-2,-2,-2,-2,-1,-3,-1,-4,-3,-2,0,-2,-2,-3,-3,-2,-2,-2,-2,0,0],[186,109,-3,-1,-2,-1,-2,1,0,3,2,2,2,-1,2,-2,-2,-1,-1,1],[148,164,-1,3,-3,3,-2,2,-2,2,-2,2,-2,2,-3,2,-3,2,-3,1,-3,1,-4,1,-4,0,-2,1,-4,1,-3,1,-2,1,-3,0,-3,1,-3,1,-4,1,-3,0,-2,1,-3,0,-2,0,-3,0,-2,0,-3,-2,-4,-2,-3,-3,-2,-4,-2,-2,-1,-3,-1,-3,0,-3,0,-4,0,-4,0,-2,0,-3,0,-3,0,-2,0,-3,0,-2,0,-3,0,-3,1,-2,0,-2,1,-1],[125,123,-2,0,-3,0,-2,2,-3,2,-2,1,-3,1,-2,3,-3,1,-2,1,2,2,3,0,3,1,3,1,2,1,2,0,2,1,3,0,0,0]],[[93,26,-7,-1,-10,0,-7,0,-8,1,-7,1,-7,2,-7,8,-9,6,-5,3,-5,8,-8,4,-5,4,-3,6,-3,5,-1,6,-1,9,0,10,0,6,0,6,0,5,0,8,0,6,0,7,0,5,0,7,0,9,0,6,1,9,1,7,1,9,1,5,0,7,2,6,0,5,2,6,2,11,3,8,4,6,3,5,4,5,5,3,8,0,6,0,5,0,7,-3,7,-4,7,-5,8,-3,6,-4,12,-4,12,-4,13,-3,12,-6,12,-4,12,-7,10,-6,7,-5,7,-7,5,-7,4,-7,4,-9,2,-7,1,-11,1,-8,0,-12,0,-8,0,-9,-2,-8,-3,-16,-2,-7,-3,-6,-6,-11,-2,-5,-3,-5,-5,-10,-6,-6,-7,-8,-5,-4,-6,-5,-8,-6,-6,-4,-9,-5,-5,-2,-9,-2,-5,-1,-10,-1,-7,0,-11,0,-5,0,-7,0,-6,0,-6,2,-6,2,-1,0],[34,93,2,-1],[116,82,0,-1],[19,142,6,5,5,1,7,3,6,3,8,3,6,1,7,0,8,0,5,0,5,0,7,0,7,0,7,0,6,0,6,0,6,-1,5,-2,10,-4,8,-5,6,-3,6,-3,5,-2,7,-4,7,-2,5,-1,2,0],[85,114,0,-1]],[[68,206,-13,0,-8,-1,-9,-6,-8,-8,-7,-9,-3,-5,-4,-6,-3,-7,-2,-8,-2,-6,-3,-11,-1,-9,-2,-6,0,-7,-1,-7,0,-6,-1,-5,0,-7,-1,-7,0,-8,0,-8,1,-10,6,-10,4,-5,4,-6,6,-7,6,-4,6,-4,8,-4,10,-5,6,-2,6,-1,8,-1,6,-3,7,-1,8,-1,8,-2,8,-1,10,-1,8,-1,9,0,9,0,9,0,8,0,10,0,10,3,10,3,9,6,9,6,8,5,7,7,5,6,4,9,5,10,4,9,5,9,2,10,2,9,1,8,1,8,2,7,0,7,0,7,0,6,0,7,-4,8,-4,9,-9,10,-9,11,-11,10,-10,10,-12,9,-16,8,-14,6,-15,4,-14,2,-15,1,-11,0,-10,0,-8,0,-7,0,-5,-1,-6,-3,-2,-9,0,-5,0,-8,0,0],[75,67,0,0],[82,69,-6,0,4,0],[178,58,-6,5,15,-5,0,0],[91,142,-1,6,3,6,5,7,9,9,9,4,10,3,10,0,7,0,8,0,10,-4,9,-2,6,-1,5,-2,8,-4,8,-4,9,-6,8,-7,8,-8,5,-6,5,-6,2,-6,2,-5,0,-1],[124,129,3,0]],[[70,0,-7,0,-5,3,-5,4,-5,5,-7,6,-7,8,-7,7,-5,6,-5,9,-4,7,-1,6,-4,6,-1,9,-3,8,-1,7,-1,10,-2,8,0,9,0,11,0,11,0,11,0,12,0,12,0,12,0,12,5,12,4,9,7,8,5,5,7,7,7,4,8,3,8,4,6,2,9,0,8,1,7,0,10,0,8,0,8,0,11,-3,9,-2,11,-6,11,-7,10,-6,12,-6,13,-8,9,-6,10,-8,8,-7,7,-6,6,-8,6,-7,3,-7,4,-7,4,-8,2,-7,3,-7,4,-7,2,-5,1,-8,1,-7,0,-6,0,-8,0,-6,0,-7,0,-6,0,-6,-3,-8,-1,-5,-5,-7,-4,-5,-3,-5,-1,-4,-5,-8,-5,-4,-5,-4,-7,-4,-4,-1,-5,-3,-6,-2,-6,-1,-5,-3,-5,-1,-4,-1,-6,-1,-4,-1,-4,0,-5,0,-7,0,-6,0,-6,0,-5,0,-4,0,-6,0,-4,0,-6,-2,-4,0,-5,0,-5,0,-5,0,-6,0,-5,0,-4,0,-4,0,-5,0,-4,0,-4,2,-5,1,-4,2,-2,0],[56,71,4,0,4,0,4,0,-4,3,-4,0,-4,0,-4,-3,-1,-4,2,-4,5,0,1,0],[121,72,4,2,-2,5,-5,0,-5,3,-4,1,-5,1,-5,0,-5,-1,1,-4,6,-5,4,-3,5,-1,7,-2,4,-1,4,-2,4,0,4,0,3,5,0,6,-1,5,-4,3,-4,0,-4,0,-6,-1,-4,-1,-6,-5,-1,-4,3,0],[46,158,5,3,4,1,6,1,5,0,5,0,4,2,4,1,6,1,6,0,5,1,5,1,4,0,4,1,5,0,3,0],[82,104,-3,4,-4,3,-5,6,-3,4,-3,4,1,5,4,0,5,1,4,2,5,1,4,0,4,0,3,0]],[[44,210,3,2,4,1,8,3,4,2,11,4,3,2,5,0,5,2,4,1,3,0,7,0,5,1,7,-1,5,0,4,0,7,-2,4,0,4,0,4,-1,5,0,4,-1,4,-1,5,-1,4,0,4,-1,16,-2,5,-1,4,-1,7,-3,3,-2,4,-3,7,-4,3,-3,9,-7,4,-4,8,-15,3,-5,1,-5,10,-27,1,-3,3,-16,0,-6,-1,-4,-6,-24,-3,-4,-13,-15,-2,-3,-11,-8,-3,-3,-5,-2,-6,-5,-4,-3,-10,-6,-3,-2,-15,-7,-4,-3,-13,-6,-6,-4,-12,-6,-4,-2,-16,-5,-4,-1,-11,0,-4,0,-11,2,-4,0,-7,3,-3,2,-8,4,-12,5,-5,3,-9,6,-4,5,-7,8,-2,3,-7,10,-2,4,-6,11,-2,6,-6,12,-2,5,-2,11,0,4,0,12,0,4,0,8,0,4,2,9,2,3,5,7,7,12,2,4,6,11,3,4,3,3,3,6,3,4,6,7,3,4,7,5,4,3,7,4,7,4,8,4,10,4,9,3,5,-1,3,-2],[191,94,-4,-1,-5,1,-1,0],[78,83,2,2],[177,154,-7,3,-4,2,-1,4,-6,3,-6,3,-4,2,-8,4,-3,2,-14,3,-4,1,-8,1,-4,-2,-6,0,-8,-3,-2,-3]],[[68,12,10,-5,10,-4,9,-2,12,-1,11,0,17,2,18,8,23,15,26,21,10,12,8,10,9,15,6,24,3,38,-2,31,-3,22,-8,13,-12,13,-16,13,-21,11,-21,6,-25,1,-25,-5,-23,-9,-20,-10,-17,-12,-14,-12,-12,-13,-9,-15,-7,-13,-3,-14,-2,-13,0,-12,1,-10,2,-11,2,-11,4,-10,5,-12,5,-11,6,-12,6,-11,9,-12,10,-10,9,-8,9,-5,15,-2,1,0],[160,74,-1,1],[54,66,-3,2],[168,145,-2,3,-1,3,-2,5,-3,4,-3,4,-4,4,-5,6,-5,4,-7,5,-6,3,-6,2,-7,1,-8,1,-5,-1,-8,-3,-7,-4,-5,-5,-5,-7,-5,-8,-3,-8,-3,-7,-1,-6,-1,-6,0,0],[192,63,-4,-1,-5,-3,-5,-3,-5,-3,-7,-2,-7,-1,-7,0,-6,0,0,0],[92,39,-5,2,-4,0,-4,0,-6,1,-8,2,-6,1,-8,3,-8,4,-3,1]],[[58,30,-3,0,-3,1,-3,2,-3,1,-3,1,-4,1,-3,2,-3,1,-3,1,-4,4,-2,3,-2,3,-1,3,-2,3,-1,3,-2,3,-1,3,-2,3,-1,3,-1,3,-2,4,-1,3,-1,3,-1,3,-1,3,-1,3,-1,3,-1,4,0,3,-1,3,0,3,-1,3,0,3,0,4,0,3,0,3,0,4,0,3,0,3,1,6,1,4,1,3,1,3,2,3,1,4,1,4,1,3,2,3,1,4,2,3,1,3,2,3,2,3,1,4,3,2,4,2,3,2,3,2,3,1,4,2,4,3,3,2,3,1,3,2,3,2,3,2,3,2,3,3,4,2,3,2,5,3,3,2,3,1,4,3,3,2,4,1,4,2,5,3,3,2,3,0,5,3,3,0,3,1,3,2,4,1,3,1,5,1,6,2,4,1,4,0,4,1,3,1,4,0,4,1,4,1,3,0,3,0,3,0,3,-2,3,-2,3,-3,2,-4,3,-4,1,-3,2,-3,2,-3,2,-4,2,-4,2,-4,2,-3,1,-3,1,-3,0,-3,0,-4,-1,-3,-1,-4,-1,-4,-1,-3,0,-3,0,-3,0,-3,1,-4,1,-3,0,-5,0,-3,0,-4,1,-4,0,-4,1,-10,0,-3,1,-3,0,-4,0,-5,1,-3,0,-4,0,-7,0,-4,-1,-4,0,-3,0,-3,-1,-3,-1,-4,-1,-4,-1,-3,-3,-8,-1,-3,-3,-4,-2,-4,-2,-4,-3,-5,-3,-4,-3,-3,-4,-3,-3,-3,-4,-2,-4,-2,-3,-2,-3,-1,-3,-2,-6,-1,-4,-2,-5,-2,-4,-2,-5,-1,-5,-1,-7,-2,-4,-1,-4,-1,-6,-1,-4,-1,-4,-1,-6,-1,-3,0,-5,0,-5,-1,-4,-1,-5,0,-5,0,-3,-1,-3,0,-4,-1,-3,0,-2,4,-1,3,0,4,-1,4,-1,4,-1,3,0,2],[73,95,-2,3,-1,3,1,3,3,-1,4,-1,2,-3,-3,-2,-3,0,-2,1],[137,85,0,3,0,4,0,4,1,3,3,3,4,-2,3,-3,2,-3,1,-4,2,-3,-4,-1,-4,1,-3,1,-4,1,-3,1,-3,2,3,0,3,0,3,-1,2,-1],[43,134,0,4,1,3,2,4,3,5,2,5,5,5,3,4,4,4,3,3,7,5,8,5,3,2,5,3,4,2,3,1,5,2,4,2,4,1,5,2,5,1,3,0,4,0,4,0,3,0,4,-1,3,-2,4,-2,4,-1,4,-2,4,-2,3,-1,3,-2,4,-1,3,-2,3,-1,4,-2,4,-2,3,-1,3,-2,3,-3,3,-2,3,-3,2,-3,2,-4,1,-4,2,-3,2,-3,2,-5,2,-3,1,-3,1,-4,1,-3,1,-3,1,-4,1,-3,1,-3,0,-3,0,-1],[12,1,3,3,3,4,3,4,2,3,4,4,3,5,4,5,3,4,4,3,5,6,3,3,3,3,5,5,3,-1,2,-4,1,-2],[84,15,-1,4,-1,4,0,4,0,6,0,4,1,4,0,5,1,3,0,3,1,3,2,-4,2,-4,0,0],[118,23,1,10,2,11,3,7,2,4,4,0,3,-3,5,-5,5,-3,3,-3,6,-5,7,-5,5,-3,7,-5,7,-5,5,-3,5,-3,6,-3,6,-3,4,-2,3,-1,4,-2,4,-1,4,0,3,1,1,3,0,3,0,4,0,3,0,4,0,4,0,3,0,4,0,2]],[[79,0,-6,3,-6,3,-5,1,-8,4,-10,4,-6,2,-6,5,-6,4,-6,6,-4,5,-5,10,-3,8,-3,8,-1,6,-2,10,-2,11,0,9,0,12,0,11,1,14,2,12,1,11,3,10,5,11,3,8,7,10,9,10,8,10,12,11,9,8,9,6,6,5,6,4,8,3,7,0,8,0,9,-5,12,-2,14,-4,13,-5,18,-5,12,-4,10,-4,10,-6,7,-5,7,-6,6,-8,4,-6,3,-6,1,-5,1,-7,0,-6,0,-7,0,-9,-5,-11,-9,-15,-11,-18,-8,-11,-6,-10,-3,-8,-3,-6,-4,-7,-1,-5,-3,-5,-2,-5,-5,-1,-5,0,-6,-2,-6,-3,-5,-4,-6,-6,-5,-5,-6,-3,-9,-5,-7,-4,-8,-2,-7,-5,-10,-4,-5,-2,-5,-2,0,0],[76,67,-5,4,-5,8,-4,7,-4,7,-5,5,-1,7,0,5,5,1,5,0,5,-2,5,-3,2,-6,0,-6,1,-5,1,-2],[137,73,-2,6,0,5,-2,7,-1,5,5,4,5,-3,2,-5,2,-6,0,-6,0,-5,0,-7,0,-6,-5,-1,-4,5,-1,6,-1,4],[87,169,3,6,3,5,3,7,3,5,7,1,7,0,5,-4,3,-5,2,-5,2,-5,3,-7,1,-6,1,-4],[110,125,-5,1,-2,6,-6,5,-5,3,5,0,5,1,5,0,5,0,6,0,5,-1,1,-1]],[[125,0,-3,0,-3,0,-4,0,-5,0,-7,0,-7,0,-8,0,-7,0,-4,0,-5,0,-3,0,-3,1,-2,2,-3,3,-2,2,-2,3,-3,2,-3,5,-3,3,-4,4,-4,5,-4,5,-4,4,-2,4,-3,4,-2,3,-1,4,-2,3,-2,4,-1,4,0,3,-1,4,-1,3,-1,4,-1,3,-1,4,-1,4,-2,5,-1,4,-2,6,-2,7,-1,6,-2,7,-1,8,0,6,-2,7,0,7,0,5,0,7,0,5,0,6,0,4,0,5,0,5,0,4,0,5,0,4,0,6,1,5,2,6,1,5,2,5,2,5,2,3,3,4,3,3,4,2,4,2,6,2,4,1,5,1,5,1,7,1,6,0,8,0,9,0,6,0,7,0,7,0,7,0,11,-2,10,-2,11,-3,8,-4,5,-4,5,-6,3,-7,2,-9,1,-9,2,-11,1,-9,3,-10,2,-8,3,-9,2,-9,2,-11,1,-6,1,-8,0,-7,0,-6,0,-7,0,-7,0,-6,-1,-6,-1,-5,-1,-7,-1,-5,0,-7,-1,-5,-2,-5,-1,-4,-2,-5,-1,-3,-2,-3,-2,-4,-2,-3,-3,-4,-2,-3,-3,-3,-4,-4,-2,-2,-3,-2,-2,-1,-3,-2,-2,-2,-3,-2,-2,-3,-1,-2,-1,-2],[50,194,0,3,0,3,0,3,0,2,1,2,0,3,1,2,1,3,1,3,2,2,3,3,2,1,3,2,3,0,3,1,3,0,3,0,2,0,2,-2,3,-2,2,-2,1,-3,2,-3,0,-3,1,-3,1,-3,0,-4,1,-2,0,-3,0,-4,0,-3,0,-3,0,-3,0,-2,0,-3,-1,-1],[58,72,-3,1,-1,3,-3,3,-1,3,-1,3,-1,4,0,2,-1,4,-1,4,-1,5,0,3,-1,3,0,4,0,2,0,5,0,2,2,3,2,3,4,1,2,0,3,0,4,-1,2,-2,3,-5,2,-6,3,-6,1,-9,1,-5,0,-5,0,-5,0,-3,-1,-3,0,-2,-3,-3,-2,-3,-2,-1,-3,-1,-3,0,-2,2,-2,1],[66,100,3,3,1,2,0,4,0,2,0,-3,0,-3,0,-3,0,-2,0,-3,0,0],[125,68,-1,3,-1,3,-1,4,-1,5,-3,7,-3,7,-7,12,-7,12,-5,12,-1,6,0,6,1,4,1,3,2,3,3,2,4,5,4,2,2,1,3,1,4,0,6,-1,3,-3,3,-3,4,-5,4,-6,4,-7,3,-7,3,-8,1,-6,1,-5,0,-5,0,-4,0,-3,-1,-3,-1,-3,-2,-4,-1,-2,-2,-4,-3,-3,-2,-2,-3,0,-3,0,0,0]],[[133,35,-35,6,-33,7,-9,4,-3,2,-7,3,-9,2,-8,5,-7,5,-3,4,-3,3,-2,2,-2,3,-1,4,-1,3,-3,7,-3,8,-3,6,-1,3,0,4,0,4,0,4,1,4,1,3,2,3,2,2,2,4,4,3,4,5,3,4,5,5,6,6,12,6,9,4,4,3,3,3,5,3,7,5,14,4,15,4,14,1,22,-2,11,-1,5,-1,6,-2,11,-2,15,-1,8,-2,6,-2,9,-1,12,-4,10,-2,3,-2,2,-3,3,-6,5,-9,7,-13,5,-10,2,-10,0,-18,-1,-11,-2,-6,-2,-7,-3,-8,-5,-9,-2,-5,-2,-3,-3,-7,-5,-6,-12,-12,-14,-10,-12,-7,-9,-6,-5,-3,-6,-3,-6,-2,-3,0,-2,0,-3,1,-5,4,-6,4,-4,3,-3,3,-3,4,-3,1,-1,3,-1,3,-1,3,-1,3,-2,2,1,3,0,0],[90,62,-1,3,1,3,1,2,3,2,3,0,3,0,5,0,3,0,3,-1,2,-3,0,-3,0,-2,-2,-2,-4,-2,-3,-1,-3,0,-3,0,-1,2,0,0],[167,51,-3,4,-5,6,-5,7,-3,4,-1,4,-2,3,-1,2,0,3,0,3,0,3,3,1,3,1,4,1,3,1,2,1,2,-1,3,-4,2,-3,3,-6,2,-3,2,-3,0,-3,-1,-3,-2,-3,-3,-2,-2,-2,-3,-2,-2,-2,-3,0,-1,0],[77,129,2,2,4,3,3,2,9,3,9,3,11,2,8,1,6,1,3,1,3,0,3,0,3,0,2,0,3,0,4,0,6,1,4,0,3,1,3,0,3,0,4,-1,2,0,2,-2,3,-2,2,-2,1,-2,2,-3,3,-2,1,-3,2,-3,1,-2,1,-3,0,-2,0,-2,1,-1]],[[121,0,-10,0,-25,4,-15,6,-15,11,-15,15,-12,18,-12,21,-9,23,-6,24,-2,23,0,20,3,19,9,18,13,15,17,15,21,12,23,7,25,3,22,0,19,-3,17,-9,13,-12,12,-16,11,-21,7,-23,4,-23,0,-23,0,-23,-4,-23,-8,-20,-11,-16,-13,-13,-13,-9,-14,-5,-13,-2,-12,-1,-13,0,-9,1,-8,3,-5,3,-3,5,0,0],[51,80,7,0,0,0],[169,71,0,0],[58,84,-1,-3,1,-5,4,-6,3,-4,3,-1,2,3,-2,9,-5,8,-5,7,-5,3,-3,1,-3,1,-3,-3,0,-9,1,-5,4,-8,6,-4,4,5,0,6,-1,5,-1,3,-6,-1,0,-8,0,0],[147,91,-2,-7,1,-4,2,-4,3,-3,4,-2,3,0,3,0,4,0,0,3,-2,4,-4,3,-4,-1,0,-3,1,-4,4,-1,3,0,1,2,0,5,-1,4,-4,3,-3,-1,0,-4,0,-2,7,-4,3,3,4,13,0,5,-4,7,-4,2,0,0],[105,82,1,8,0,6,0,17,0,6,0,4,3,3,4,0,6,1,8,1,13,7,5,4,2,4,1,13,0,6,-3,6,-4,4,-8,3,-19,0,-6,-4,-5,-6,0,0],[66,172,6,10,19,19,11,7,26,11,17,4,33,-2,14,-7,19,-27,0,0]],[[140,5,-7,-5,-6,0,-8,0,-11,3,-12,6,-12,8,-14,11,-14,15,-15,16,-15,18,-11,17,-10,20,-4,17,-1,18,3,20,7,22,11,17,12,12,14,10,17,9,17,8,17,6,17,2,15,-3,14,-7,14,-9,12,-13,13,-14,13,-15,10,-14,8,-13,5,-13,2,-14,-1,-21,-3,-12,-9,-29,-4,-10,-8,-25,-4,-12,-4,-11,-7,-8,-8,-6,-9,-3,-11,-2,-12,1,-4,1],[81,64,-3,-5,-5,12,-2,13,-1,12,1,9,3,4,5,-6,2,-8,0,-9,1,-10,-1,-10,-2,-7,-1,-5,-1,-1],[155,59,-9,0,-4,6,-3,13,-1,11,1,11,2,9,4,6,4,2,5,-7,1,-10,0,-13,-1,-15,-1,-13,-3,-6,-6,4,0,0],[81,151,-6,0,1,11,3,8,5,9,7,7,8,3,7,1,7,-1,5,-2,5,-2,4,-4,4,-6,3,-5,5,-9,0,0]],[[73,8,-3,0,-4,0,-3,0,-4,2,-4,2,-5,3,-5,4,-6,5,-4,6,-5,5,-5,6,-2,5,-5,7,-3,7,-4,8,-2,7,-3,9,-3,8,-1,7,-1,7,-1,8,0,8,0,7,0,7,2,6,2,6,2,7,3,6,3,6,4,8,3,5,4,7,5,6,4,6,5,7,5,6,5,6,5,6,7,6,7,5,8,4,7,4,8,5,8,3,9,2,10,1,8,1,11,0,9,-1,10,-1,8,-4,9,-3,7,-4,6,-6,6,-4,4,-5,4,-6,3,-6,3,-8,3,-8,2,-8,3,-9,2,-10,1,-9,2,-17,0,-9,0,-8,0,-17,-2,-8,-2,-7,-3,-8,-3,-7,-4,-7,-3,-6,-3,-6,-5,-6,-4,-5,-4,-6,-5,-4,-4,-5,-9,-9,-6,-3,-4,-4,-5,-2,-5,-3,-9,-3,-5,-1,-5,-1,-8,-3,-5,-2,-4,-1,-3,-1,-4,-1,-3,-1,-3,-1,-7,-1,-4,0,-4,0,-4,0,-3,0,-4,0,-3,1,-4,1,-2,2],[47,59,-4,4,-1,3,0,3,0,4,0,4,0,13,2,3,2,3,7,4,4,0,10,0,6,-2,5,-3,8,-8,2,-4,3,-4,1,-6,0,-3,-1,-6,-3,-4,-4,-4,-4,-3,-5,-2,-6,-1,-6,0,-7,2,-3,2,-5,3,-5,5,0,3,0,0],[126,44,-4,2,-1,4,0,2,-1,7,-1,4,0,7,0,4,4,6,3,3,6,4,4,3,8,0,4,0,6,-3,3,-2,3,-7,2,-4,0,-4,1,-7,0,-4,0,-3,-1,-6,-3,-5,-5,-6,-8,-4,-3,-1,-6,-1,-4,0,-10,4,-6,3,-2,1]],[[201,40,-2,-5,-4,-1,-7,-3,-10,-2,-14,-3,-18,-1,-21,1,-21,4,-22,7,-22,11,-21,14,-17,17,-12,20,-8,21,-2,20,0,20,7,17,8,15,10,10,12,7,13,4,13,3,17,1,18,0,20,-1,19,-5,19,-7,19,-9,16,-11,13,-13,10,-14,10,-17,5,-17,1,-18,-1,-16,-5,-15,-9,-16,-12,-13,-10,-11,-10,-8,-9,-2,-8,0,0,0],[79,62,-4,-1,-3,3,-2,3,0,3,-1,3,3,1,4,-1,3,-3,3,-3,0,-4,-3,0,-2,1,0,2],[149,54,-3,2,-4,5,-3,5,-1,4,-1,5,5,1,9,-8,2,-4,1,-3,0,-4,-5,0,-8,4,-1,3,-2,3,7,-1,0,0],[52,123,0,2,0,6,1,7,1,8,0,5,5,18,6,8,5,4,3,3,6,3,3,1,3,0,3,-1,5,-1,12,-5,8,-5,7,-5,7,-7,12,-16,3,-10,0,-11,0,-8,0,-6,0,-3,0,0],[18,59,-2,-2,-2,-11,-1,-8,0,-16,0,-6,0,-5,0,-3,3,6,3,8,11,15,4,5,6,1,2,-6,3,-14,1,-9,2,-11,3,-3,6,0,4,4,5,8,9,15,4,4,7,4,3,0,8,-9,5,-7,8,-11,5,-4,11,-3,5,7,3,7,1,3,4,3,4,0,13,-9,7,-5,12,-7,5,0,6,0,1,3,0,7,0,3,0,4,22,-9,9,-3,10,-2,4,0,1,16,-3,6,-2,5,-2,5,2,1,15,0,6,1,6,7,0,7,-4,7,-15,20,-3,5,0,0],[51,128,18,-5,18,-1,48,-5,11,0,16,0,4,0,0,0],[59,149,8,-1,9,-3,36,-6,11,-3,26,-5,4,0,0,0]],[[91,33,-3,0,-3,2,-2,3,-2,4,-3,7,-1,6,-2,7,-2,8,-1,8,-1,10,-1,8,0,9,1,7,1,7,3,8,3,6,4,5,5,4,7,4,7,4,7,3,7,2,8,1,8,1,9,0,7,-1,7,-2,6,-3,6,-4,5,-7,5,-7,3,-8,2,-9,2,-9,2,-10,0,-9,1,-8,0,-8,-2,-10,-3,-8,-4,-8,-4,-6,-6,-4,-18,-10,-8,-4,-7,-1,-7,-1,-8,0,-7,2,-6,1,-6,3,-5,3,-5,4,-3,3,-2,3,-1,3,-1,2,0,0],[99,23,-4,1,-6,6,-9,8,-10,10,-12,11,-13,12,-12,14,-11,13,-10,13,-8,11,-4,6,0,0],[107,13,-12,8,-9,8,-10,9,-11,10,-12,9,-10,10,-9,9,-7,6,0,0],[110,12,4,0,6,0,10,-1,10,-2,9,-2,9,-2,7,-2,13,-2,5,-1,0,0],[103,20,2,0,20,2,14,3,14,3,14,4,13,5,26,10,13,5,11,6,9,3,4,1,0,0],[148,9,4,1,8,4,10,5,10,7,11,7,20,16,9,9,6,9,10,19,0,0],[149,9,17,12,10,8,12,8,11,10,11,9,11,10,27,26,7,8,0,0],[109,53,-2,2,0,3,-1,6,0,3,1,6,2,2,4,3,20,-4,5,-7,2,-5,0,-3,0,-3,-11,-8,-6,-3,-7,-1,-2,0,-4,3,0,0],[153,50,-1,3,-1,8,0,3,3,8,3,1,5,1,3,-1,4,-14,0,-9,-3,-5,0,0],[164,58,0,0],[162,59,0,1],[120,59,0,0],[117,62,2,1,3,-2,-3,1,2,1,3,-2,-4,1,2,0,0,0],[96,89,0,2,2,8,1,3,1,5,9,14,4,3,13,4,4,0,14,-7,4,-5,3,-6,6,-15,1,-3,0,0],[130,85,0,1,-3,6,-2,4,-1,2,-1,3,0,1],[126,100,2,2,3,0,2,0,6,1,2,0,0,0]],[[111,0,-5,0,-7,0,-7,1,-7,2,-8,2,-9,4,-7,3,-6,4,-7,5,-7,5,-6,5,-6,7,-4,5,-6,7,-4,8,-5,8,-2,8,-2,8,-2,10,-1,8,-2,9,-1,9,0,7,0,9,0,9,0,10,3,12,1,11,1,10,0,7,1,7,1,7,2,7,2,5,4,4,3,4,3,5,3,3,4,4,4,3,6,4,6,2,7,2,6,1,7,0,7,1,5,0,5,0,7,1,6,0,6,1,6,0,6,1,7,0,5,0,5,0,5,0,5,0,5,-1,4,-2,6,-1,13,-6,8,-6,8,-5,7,-7,6,-8,8,-15,2,-8,1,-9,1,-10,1,-9,0,-9,0,-8,0,-10,0,-7,0,-9,-1,-11,-1,-9,-3,-11,-1,-12,-3,-20,-3,-7,-6,-17,-4,-6,-4,-7,-3,-6,-9,-8,-4,-3,-3,-2,-9,-3,-5,-1,-10,-1,-5,0,-13,0,-11,0,-5,0,-5,2,0,0],[36,182,5,4,7,2,4,0,5,0,4,0,6,1,7,1,5,1,6,0,5,0,7,1,9,0,6,0,7,0,7,0,8,0,4,0,8,-2,4,-2,9,-2,4,-1,4,0,-1,4,-2,4,-3,7,-7,6,-3,2,-7,6,-4,2,-8,5,-4,1,-8,3,-5,1,-8,2,-11,0,-9,0,-4,0,-5,-1,-7,-3,-8,-5,-5,-3,-5,-7,-5,-5,-6,-9,-1,-5,-2,-4,0,-2],[42,78,-3,-4,7,-3,10,-3,6,-1,13,0,5,0,10,3,3,2,6,4,4,4,-3,3],[41,69,-3,5,1,6,6,10,5,3,8,3,16,1,15,-7,9,-9]],[[72,2,9,-2,9,0,8,1,10,2,15,4,18,5,15,5,11,5,11,6,9,7,9,3,9,4,12,5,8,5,10,6,5,7,6,17,4,11,2,8,1,6,0,9,-1,9,-1,11,-1,6,-4,9,-4,6,-6,5,-6,5,-7,4,-11,7,-16,5,-18,5,-15,2,-11,0,-11,-2,-13,-3,-18,-7,-20,-6,-13,-4,-7,-2,-10,-8,-8,-8,-11,-14,-10,-15,-8,-15,-5,-14,-3,-10,-3,-6,-4,-13,-1,-7,-1,-10,1,-6,4,-8,4,-9,8,-10,8,-6,6,-4,6,-1,8,-1,7,1,7,1,6,0,2,0],[97,50,6,0,7,1,6,5,4,6,1,6,0,8,-3,6,-3,6,-7,5,-7,3,-6,-1,-5,-9,-3,-6,-1,-8,0,-6,1,-8,1,-6,4,-6,6,-5,3,0],[145,55,6,-3,6,1,6,4,4,6,1,7,0,6,-5,6,-7,3,-6,0,-5,-7,-2,-8,2,-10,0,-9,1,-6,0,-3],[73,108,4,7,4,7,4,8,5,6,6,6,6,5,8,5,7,4,8,2,8,3,9,2,9,3,7,1,9,1,9,2,6,-2,8,-6,5,-11,2,-6,0,-7,1,-7,2,-6,0,-4],[6,38,-1,7,0,10,0,18,-2,18,0,12,0,8,0,7,0,9,-1,10,-1,33,-1,16,0,9,0,8,0,10,2,8,1,9,0,6,-1,6,-1,6,0,7,0,0],[32,132,-2,9,0,10,-2,12,0,8,-1,10,-1,7,-1,13,0,11,-2,6,-2,8,-1,7,-2,8,-1,6,-1,3]],[[45,82,4,-1,7,-2,10,-4,9,-2,8,-3,8,-3,6,-2,7,-2,6,-3,5,-1,5,-2,2,-1,3,-1,5,-1,4,0,5,-2,8,-1,8,0,6,0,6,0,6,1,8,1,7,1,5,1,3,1,3,2,3,3,2,3,1,3,1,4,0,3,0,4,0,4,0,5,0,5,0,5,-1,3,-1,5,-2,4,-3,7,-2,7,-1,4,-2,3,-1,3,-2,3,-1,3,-3,2,-3,5,-3,1,-5,5,-3,1,-4,2,-4,1,-8,2,-7,3,-6,1,-5,1,-4,0,-5,1,-4,0,-4,1,-6,1,-10,0,-9,0,-7,0,-5,0,-6,-1,-6,-1,-5,0,-3,0,-3,0,-3,-1,-4,-1,-4,-3,-4,-3,-3,-3,-3,-4,-3,-4,-2,-4,-3,-3,-1,-3,-1,-3,-1,-4,-1,-3,-1,-5,0,-3,-1,-3,0,-4,-1,-2,0,-3,0,-3,-1,-3,0,-3,0,-4,1,-2,3,-2,3,-1,4,-2,2,-1,3,-1,4,-3,4,-3,0,0],[166,73,-1,4,-1,3,0,4,-1,3,0,3,1,2],[105,67,0,3,-1,3,0,3,0,1],[161,115,-1,3,-2,4,-2,5,-3,3,-2,3,-7,2,-5,1,-7,1,-9,-1,-7,-2,-6,-2,-8,-3,-9,-3,-8,-4,-4,-3,-3,-3,-3,-2,-1,-4,0,0],[126,84,1,3,1,3,0,2,0,3,1,3,-3,2,-2,3,-3,1,-3,1,-2,0],[135,63,-1,3,-2,3,-3,3,-2,3,-1,3,-1,2,0,3,-1,3,0,3,1,3,1,3,3,0,3,2,3,0,2,2,-2,3,-3,2,-3,3,-3,1,-3,1,-3,1,-3,0,-3,1,-3,0,-3,-1,-3,-1,0,0],[125,1,3,0,6,0,7,0,9,0,6,0,6,0,5,1,4,1,6,1,11,1,13,2,8,2,5,2,6,3,4,2,3,3,5,2,4,4,5,4,3,3,3,4,1,3,3,5,1,4,1,4,0,7,2,7,0,7,0,3,-1,4,0,2,-1,6,-1,5,-1,7,-1,7,-1,4,0,3,-1,4,0,4,-1,5,0,3,-1,4,0,4,-1,3,0,3,1,5,0,3,0,4,1,3,-1,0],[123,0,-6,2,-3,1,-3,1,-4,3,-4,2,-5,1,-7,4,-10,5,-6,2,-7,3,-2,1,-4,2,-3,1,-3,3,-4,3,-6,5,-4,5,-5,6,-5,8,-4,7,-3,8,-3,7,-3,8,-2,6,-3,7,-1,7,-2,5,-4,10,-1,3,-2,6,-1,2,0,4,-1,3,0,4,-2,7]],[[121,1,-7,-1,-9,0,-12,1,-14,5,-14,7,-16,10,-16,15,-14,19,-9,21,-7,23,-3,24,0,24,4,24,10,22,15,20,20,17,25,14,27,7,28,0,28,-4,29,-11,25,-13,21,-14,14,-17,7,-17,2,-19,-3,-19,-9,-18,-15,-19,-15,-19,-14,-18,-12,-13,-10,-13,-12,-13,-17,-14,-14,-11,0,0],[135,54,-4,3,0,3,1,4,6,3,5,2,9,0,4,0,5,-3,3,-6,-5,-2,-7,-1,-7,0,-4,2,-2,4,0,4,0,3,5,2,3,1,4,0,1,-8,-2,-3,-4,-3,-4,-2,-4,0,-3,0,3,5,4,0,3,1,2,1],[46,60,5,7,4,3,6,4,6,2,6,1,7,0,4,-3,2,-3,1,-6,-1,-3,-4,-2,-5,-1,-6,1,-3,4,-1,5,0,3,3,3,4,1,4,0,4,-2,0,-4,0,-5,-3,-4,-7,-2,-8,0,-6,2,-1,4,0,5,11,5,10,3,11,4,0,0],[46,185,0,4,5,5,8,5,10,5,14,6,12,2,15,0,16,-5,17,-10,16,-11,13,-13,12,-12,8,-12,0,0]],[[22,19,-8,17,-5,20,-4,20,-3,23,-2,25,0,25,3,19,5,20,5,13,7,14,11,13,12,10,20,11,15,4,18,3,15,-2,18,-4,20,-6,18,-9,14,-11,14,-14,12,-13,10,-17,7,-16,4,-16,0,-15,-2,-17,-3,-14,-5,-17,-8,-14,-9,-12,-9,-8,-11,-7,-13,-7,-13,-5,-13,-5,-15,-4,-13,-2,-16,-3,-14,-3,-17,-4,-12,-4,-17,-4,-12,-2,-8,0,-7,0,0,0],[61,116,-7,-6,8,-21,6,-11,6,-8,7,-6,10,-3,7,14,3,9,2,7,0,0],[133,87,1,-11,5,-10,7,-5,5,10,2,10,1,12,0,8,0,10,0,10,0,0],[61,153,9,8,4,8,6,21,2,7,7,8,10,3,8,-3,10,-5,8,-8,7,-8,6,-12,2,-8,2,-11,0,-6,0,-8,0,0]],[[152,2,-10,-2,-13,0,-18,5,-20,11,-20,16,-22,20,-18,22,-16,23,-11,24,-4,22,0,20,8,17,15,15,18,11,21,9,24,6,26,2,24,0,26,-6,23,-10,22,-14,18,-16,13,-15,9,-16,6,-14,2,-14,0,-16,-2,-14,-7,-15,-9,-14,-8,-11,-10,-11,-9,-8,-8,-6,-7,-5,-6,-3,-4,-2,-5,-2,-4,-1,-3,-1,-5,0,-1,0],[116,27,-6,2,-4,0,-4,2,-6,4,-6,6,-4,4,-2,3,-3,4,-1,4,-1,4,0,5,2,4,4,4,5,3,4,2,6,1,4,0,4,0,5,0,3,-2,3,-4,2,-4,1,-4,0,-4,0,-5,0,-5,0,-4,-1,-5,-1,-5,-3,-5,-1,-3,0,1],[130,49,-12,3,-3,0,-3,3,-4,4,-1,5,-1,5,3,3,3,0,0,0],[223,41,-6,-2,-4,0,-4,0,-6,2,-7,1,-5,3,-6,3,-4,3,-2,6,-2,7,0,8,0,10,2,8,3,5,5,4,6,3,7,0,7,0,7,-4,7,-5,4,-6,3,-6,3,-7,0,-7,1,-8,0,-7,0,-7,-1,-4,-3,-4,-3,-4,-4,-1,0,1],[183,75,4,-4,4,-2,5,0,3,0,5,3,2,3,0,5,0,5,-3,5,-4,3,-4,1,0,0],[65,143,-2,5,0,4,0,4,0,6,0,7,2,6,2,6,3,6,3,6,4,5,6,4,5,3,5,3,7,2,5,1,9,0,7,0,7,-2,8,-4,8,-4,6,-4,7,-4,6,-6,5,-4,6,-5,5,-6,4,-4,5,-6,4,-4,3,-6,3,-4,2,-4,3,-4,2,-4,-4,-1,-4,1,-4,1,-4,0,-4,1,-6,0,-6,0,-3,0,-4,0,-4,0,-4,0,-5,0,-5,1,-5,0,-6,0,-5,0,-6,0,-5,0,-5,0,-6,0,-4,0,-6,0,-5,0,-5,0,-4,0,-3,0,-4,0,-4,0,-4,0,-2,0],[94,137,-4,1,0,3,0,5,-2,7,0,5,-2,6,0,7,-1,6,0,6,0,4,0,5,0,3,0,4,1,2],[121,134,-2,4,0,6,-1,7,0,5,-1,8,-1,7,-2,6,0,4,-1,5,0,5,0,4,0,4,0,2],[159,127,-2,5,-2,5,-2,7,-1,8,-2,5,0,5,-1,6,0,5,0,4,0,4,0,4]],[[0,0,1,14,28,102,15,27,27,28,23,17,36,22,22,5,16,3,14,2,13,0,17,0,9,-2,7,-3,8,-8,6,-17,10,-74,1,-15,2,-14,0,-14,0,-9,-2,-9,-1,-7,-1,-7,-2,-11,-4,-10,0,0],[59,25,-4,8,0,13,0,7,12,7,2,-27,-8,2,1,12,0,-1],[211,27,-8,2,-10,4,-9,15,-6,12,-1,8,5,7,12,-2,2,-10,-1,-8,-3,-8,1,-8,-2,-9,-1,-3],[99,141,1,9,0,10,12,9,8,8,5,10,13,4,9,-4,13,1,14,-6,8,-6,5,-7,6,-6,2,0],[192,38,-3,7,-4,10,-2,28,0,9,13,-2,3,-9,2,-17,-5,-10,6,-3,0,0],[122,52,0,12,0,8,0,12,0,18,0,19,-1,13,-1,15,0,-8,7,0,8,0,0,0]],[[98,19,-9,-3,-6,0,-8,0,-8,0,-13,8,-14,10,-11,11,-8,7,-5,8,-6,11,-4,12,-3,21,-3,18,0,14,0,11,0,12,3,9,5,12,8,13,8,13,6,10,8,10,10,7,9,6,10,6,11,4,11,3,11,3,11,0,11,0,12,-3,9,-4,10,-7,11,-5,9,-8,9,-8,9,-7,6,-9,6,-9,4,-11,5,-11,4,-12,3,-11,3,-10,2,-9,0,-8,0,-9,0,-9,-1,-9,-4,-7,-4,-8,-3,-8,-5,-6,-4,-8,-5,-7,-4,-6,-5,-6,-6,-6,-7,-7,-5,-4,-6,-5,-5,-3,-6,-3,-18,-6,-6,0,-8,-1,-9,0,-8,0,-7,0,-2,5,0,0],[63,64,0,11,1,6,4,8,5,5,0,0],[135,53,1,7,0,7,1,7,1,7,1,10,1,3],[69,141,-1,8,4,9,7,7,8,8,17,10,5,2,10,2,9,0,8,0,5,-4,6,-5,3,-6,2,-5,2,-6,4,-7,1,-5,-6,-3,-6,-3,-7,-4,-8,-2,-5,-1,-5,-2,-6,-2,-5,-1,-7,-1,-6,-1,-5,0,-6,0,-5,2,-6,5,-5,4,0,9,0,0],[46,29,-4,9,-2,5,-4,11,-6,11,-5,13,-6,14,-3,10,-2,7,-1,7,3,-13,4,-12,4,-12,4,-12,4,-10,5,-11,6,-10,6,-9,5,-6,5,-6,-1,12,-6,13,-5,17,-6,16,-7,29,-3,12,-4,10,-2,-9,0,-12,3,-13,8,-26,4,-8,3,-11,3,-8,0,-6,-7,9,-3,13,-4,20,-3,22,-2,23,-2,21,-1,14,0,6,0,-7,0,-13,0,-16,0,-21,1,-17,1,-11,1,-9,1,-5,-2,9,-2,13,-5,18,-4,20,-2,16,-3,14,-2,6,0,-19,1,-14,4,-20,5,-19,5,-12,3,-9,2,-6,1,7,-1,12,-2,17,-2,20,-3,15,0,11,-2,-14,1,-16,3,-14,3,-14,3,-13,6,-17,4,-13,3,-10,4,-7,3,-5,2,15,0,15,-2,15,-1,8,0,-13,3,-13,6,-9,3,-7,4,-6,3,-5,1,14,0,8,0,7,6,-10,6,-7,5,-5,4,6,0,6,2,6,5,-5,5,-7,5,8,1,-10,-1,-9,-4,6,-4,7,-5,-2,-3,-8,-5,6,-1,5,-2,7,-6,-1,-1,-8,0,-5,0,-6,9,6,5,7,7,7,6,1,1,-12,6,3,8,6,7,0,5,-1,7,-11,3,-6,2,7,1,6,5,6,5,-3,1,-9,1,-7,0,-6,3,8,1,8,-1,-8,-5,-6,-4,-7,-7,-5,-5,-2,-12,-1,-1,6,1,6,4,5,6,7,8,7,-6,-4,-8,-3,-16,-4,-7,0,-7,-1,11,-1,11,1,11,5,11,6,10,6,9,2,6,1,-5,-5,-9,-5,-8,-4,-6,-4,-5,-1,6,3,9,8,10,12,10,14,7,10,7,6,7,5,-3,-11,-4,-10,-4,-9,-6,-8,-5,-6,-5,-6,8,6,9,8,10,11,10,15,8,15,10,13,1,-5,-2,-8,-14,-24,-6,-11,-6,-9,-5,-7,-3,-5,11,15,7,19,7,21,6,23,5,18,-6,-14,-7,-15,-5,-18,-5,-15,-4,-12,-2,-9,-3,-8,-2,-5,2,11,6,15,5,18,5,20,2,5,2,-11,-4,-10,-6,-11,-11,-16,-6,-7,-2,6,4,11,5,12,5,11,4,5,6,3,1,-9,0,-7,-3,-12,-5,-13,-3,-6,2,15,4,10,0,0]],[[132,24,-1,-6,-12,-11,-16,-5,-6,0,-6,-2,-8,0,-31,23,-7,7,-8,7,-13,16,-6,9,-5,10,-8,20,-3,9,-1,8,-1,7,0,7,0,6,1,6,6,15,7,19,3,11,7,16,3,5,6,7,5,6,10,7,11,7,10,3,10,4,20,2,20,0,20,-1,8,-3,10,-2,9,-3,9,-5,18,-7,16,-10,8,-8,15,-11,11,-13,5,-7,5,-12,2,-12,0,-6,0,-6,0,-8,-2,-13,-2,-8,-2,-5,-1,-6,-2,-6,-1,-5,-5,-11,-6,-9,-5,-5,-7,-5,-12,-6,-18,-8,-9,-1,-7,-2,-5,-2,-8,-2,-6,-1,-14,-5,-9,-6,-6,-5,-4,-4],[72,61,1,0],[157,53,1,0],[70,125,-1,11,2,6,16,5,10,1,22,0,25,-3,18,-2,10,-1,1,-1],[62,198,10,5,15,3,16,3,12,0,11,0,9,-1,4,-2],[111,97,0,0]],[[79,13,-8,-4,-4,0,-5,0,-9,7,-5,5,-3,4,-10,13,-4,6,-7,9,-1,5,-4,8,-4,7,-4,9,-4,13,-1,6,-2,5,-2,9,-1,5,-1,14,0,5,0,8,0,7,0,12,2,7,3,7,3,6,6,8,4,6,5,4,10,6,5,2,6,3,4,1,14,3,5,1,6,1,8,1,5,0,11,0,9,0,5,0,9,-1,8,-1,9,-2,12,-4,8,-2,5,-2,6,-2,8,-4,7,-3,7,-4,6,-4,7,-5,6,-3,6,-5,8,-7,5,-6,3,-5,5,-6,3,-7,3,-5,3,-5,2,-5,3,-8,2,-8,2,-8,0,-7,0,-8,0,-8,0,-8,0,-7,-4,-13,-2,-5,-4,-5,-3,-5,-5,-6,-5,-5,-13,-9,-5,-3,-7,-3,-7,-4,-9,-2,-12,-5,-10,-1,-10,-2,-5,-1,-5,-1,-15,-2,-9,0,-5,0,-4,0,-13,0,-8,0,-12,0,-5,1,-6,1,-4,4,-1,2],[52,139,5,1,4,5,5,4,6,4,5,2,8,3,7,1,6,0,5,0,5,0,5,0,5,-1,5,-2,5,-3,5,-2,6,-4,5,-3,7,-6,4,-5,2,-6,-2,-8,-4,-4,-9,-7,-4,-2,-5,-2,-6,-2,0,0],[86,82,5,-3,4,-1,7,-1,5,-2,0,0],[116,71,6,3,0,0]],[[239,15,-20,-8,-16,-6,-17,-1,-24,0,-27,2,-22,13,-21,13,-21,15,-18,17,-11,17,-12,19,-9,18,-9,21,-7,20,-4,21,-1,17,0,15,2,16,14,12,19,7,21,7,22,3,18,0,24,0,28,-8,27,-16,22,-15,15,-13,14,-21,10,-18,7,-22,6,-21,4,-21,1,-17,0,-17,0,-14,-1,-10,-3,-7,-3,-7,-9,-10,0,0],[100,77,0,9,2,10,4,10,4,7,6,3],[182,85,-3,10,1,11,3,7,3,11,3,11,1,9,0,0],[116,189,7,4,11,0,15,0,23,-4,18,-6,10,-3,0,0],[119,190,0,7,5,7,7,4,7,6,9,1,7,0,12,0,10,-3,8,-2,9,-3,11,-7,7,-6,0,0]],[[30,10,0,3,0,8,0,14,0,20,0,26,0,33,0,26,0,18,3,8,2,7,5,7,3,4,6,4,6,3,7,4,7,3,8,3,11,4,15,4,12,4,24,4,21,3,25,1,16,0,16,0,7,-3,5,-5,7,-9,4,-7,5,-8,3,-5,2,-3,2,-4,1,-6,1,-11,0,-12,0,-25,0,-17,-5,-19,-5,-13,-7,-12,-8,-8,-8,-7,-9,-9,-8,-9,-8,-10,-7,-6,-6,-5,-8,-5,-4,-1,-4,-1,-7,-1,-8,0,-17,0,-20,0,-96,21,-4,1,-4,2,-3,3,-4,6,-2,8,-1,5,-1,6,0,3,2,2],[73,55,6,11,1,7,2,8,-19,11,-6,-2,-3,-3,-4,-4,-1,-5,0,-4,2,-5,6,-4,3,-2,3,-2,4,-1,3,0,1,3,0,0],[169,83,1,-4,4,-4,2,-2,5,-5,4,-2,3,-1,3,0,3,0,3,1,3,2,2,5,1,2,1,6,0,4,0,5,0,4,0,4,-9,6,-6,0,-3,0,-3,-1,-4,-4,-3,-4,-1,-5,0,-4,0,-3,0,0]],[[180,1,5,0,6,0,4,0,4,0,3,0,4,2,4,1,4,2,3,2,3,3,3,4,5,5,3,4,1,4,1,3,3,3,2,3,2,6,2,3,2,4,2,4,1,4,1,4,1,6,0,4,1,5,2,10,1,5,0,4,2,11,0,5,-1,5,-1,5,-2,5,-2,5,-2,6,-3,4,-4,5,-2,3,-4,6,-4,5,-3,4,-5,3,-5,4,-6,3,-5,6,-7,3,-6,3,-7,3,-9,3,-7,2,-15,6,-7,2,-8,1,-8,1,-9,1,-9,1,-9,0,-10,0,-16,-3,-14,-3,-13,-3,-14,-6,-10,-6,-7,-4,-5,-5,-3,-5,-3,-5,-2,-8,-1,-6,0,-6,-1,-6,-1,-5,-2,-7,-1,-6,-1,-4,0,-5,-1,-5,0,-4,0,-4,0,-5,0,-3,1,-4,2,-3,2,-4,4,-5,3,-5,5,-5,3,-5,3,-4,9,-8,4,-3,5,-3,4,-3,4,-4,5,-2,4,-2,6,-3,5,-2,6,-3,4,-2,6,-2,4,-2,4,-3,14,-6,6,-2,7,-1,5,-1,6,-1,5,-2,5,0,4,-1,4,-1,4,0,3,0,4,-1,4,0,4,0,5,0,5,0,3,0,3,0,4,0,4,1,3,0,1,0],[73,51,4,1,3,1,4,0,5,0,6,0,4,0,3,0,3,2,2,4,0,3,0,3,0,3,-2,3,-3,3,-4,1,-3,0,-4,0,-4,-2,-4,-1,-4,-1,-4,-2,-1,-4,-1,-3,0,-3,2,-4,4,0,3,0,4,0,0,1],[180,54,3,1,3,3,2,3,1,3,0,4,0,3,0,3,-2,3,-4,3,-3,0,-3,2,-3,0,-4,0,-4,-2,-3,-1,-4,-2,-3,-1,-2,-3,0,-3,0,-4,2,-4,2,-3,3,-2,4,-2,3,-2,4,0,3,0,3,-1,3,0,3,1],[117,82,3,1,3,1,4,2,4,2,3,3,2,5,2,4,2,5,-5,2,-3,-1,-5,-1,-5,0,-3,-1,-5,0,-4,0,-4,0,-4,0,-5,0,-2,0],[80,118,-1,3,0,4,4,6,3,3,4,4,4,2,4,3,4,2,3,4,4,1,4,3,4,3,5,2,3,1,6,2,3,2,7,2,3,1,5,1,4,0,5,0,6,-1,7,-1,7,-4]],[[126,0,-5,1,-5,1,-10,3,-7,2,-8,2,-8,2,-10,2,-9,2,-8,1,-7,2,-8,2,-6,7,-3,5,-7,10,-4,5,-2,5,-4,5,-6,9,-4,9,-2,5,-2,7,-1,8,0,7,0,7,0,6,0,5,0,6,2,7,0,5,1,8,1,5,2,8,1,5,3,8,1,5,2,5,4,9,4,9,6,9,3,5,4,8,5,7,5,5,5,5,5,4,6,4,7,2,10,2,8,1,8,1,9,0,11,2,12,0,12,0,10,0,12,0,11,0,8,0,7,-3,5,-1,5,-3,5,-4,6,-7,4,-5,7,-7,4,-5,12,-18,3,-5,3,-10,2,-6,2,-5,2,-7,1,-7,1,-6,1,-7,0,-6,0,-7,0,-8,0,-10,-1,-8,-1,-7,-1,-7,-1,-5,-2,-7,-6,-19,-2,-6,-5,-10,-3,-5,-7,-9,-9,-11,-7,-5,-6,-5,-6,-1,-7,0,-28,1,-8,0,-8,0,-23,0,-5,0,-2,5,0,0],[129,96,3,7,3,7,2,5,2,5,4,8,4,5,3,5,4,5,2,5,-5,2,-5,0,-5,1,-5,1,-5,0,-5,-2,-5,-3,-4,0],[79,60,0,0],[67,61,-5,1,-1,6,0,6,0,5,0,6,5,3,5,0,5,0,5,-3,9,-6,5,-3,5,-5,-5,-4,-6,-3,-5,-3,-5,-2,-5,-1,-5,2,-5,4,1,5,5,2,0,0],[186,51,-6,7,-5,7,-3,6,-2,5,5,4,6,3,5,3,5,2,5,0,5,-6,1,-5,4,-8,1,-6,-5,-5,-2,-5,-3,-5,-5,-3,-5,2]],[[34,32,-4,5,-9,15,-10,20,-8,27,-3,24,1,26,4,20,13,27,13,18,16,19,15,11,15,7,13,3,15,1,16,-8,14,-11,12,-17,9,-19,9,-23,6,-22,5,-27,0,-25,-2,-24,-7,-21,-9,-16,-9,-10,-12,-10,-17,-8,-18,-6,-21,-5,-15,-2,-15,-1,-7,1,-7,2,-4,4,-3,2],[54,75,0,0],[46,79,3,7,6,5,5,-2,4,-5,0,-13,-9,-2,-7,3,-2,1],[100,78,0,5,1,5,2,6,4,5,8,5,7,1,7,-1,5,-3,3,-9,1,-5,0,-6,-2,-8,-2,-6,-3,-5,-15,-2,-6,4,-8,12,-2,12,0,0],[29,151,5,2,4,4,9,6,10,10,10,8,11,7,9,4,7,3,6,1,8,-4,8,-9,8,-11,7,-13,5,-9,2,-8,2,-7,1,-3]],[[87,129,-4,0,-2,3,3,4,3,2,5,1,0,0],[129,127,2,4,0,4,-1,4,-2,1],[57,62,-2,3,0,4,0,4,0,4,1,-4,2,-4,1,3,0,-4,1,-6,2,4,3,2,0,0],[129,72,0,6,-2,7,-3,3,-3,-5,0,-3,0,-4,4,-2,0,-3],[70,171,4,0,4,0,4,0,5,0,4,0,4,0,3,0,4,0,4,0,4,-2,1,0],[24,44,-1,4,0,4,0,5,0,6,0,7,0,14,0,9,0,8,0,9,0,15,0,6,0,7,0,5,0,6,0,6,0,4,0,7,0,5,0,5,0,6,2,5,1,5,2,7,2,4,6,9,2,3,2,3,4,9,4,4,5,4,4,5,8,4,10,4,7,3,5,2,8,1,4,0,5,0,7,-1,3,-3,3,-4,3,-5,3,-4,4,-5,2,-3,2,-5,2,-4,3,-6,2,-5,2,-8,2,-9,1,-10,2,-11,1,-8,2,-9,0,-6,1,-4,1,-5,0,-5,1,-4,0,-5,0,-6,1,-7,0,-5,0,-7,0,-5,0,-5,0,-3,0,-5,0,-4,0,-4,0,-3,-2,-6,-2,-4,-3,-6,-2,-4,-2,-4,-2,-3,-10,1,0,0],[7,60,-3,4,-2,4,-2,5,0,4,0,4,1,4,4,4,3,4,4,2,3,1,8,0,4,0,3,-5,0,0],[160,68,4,2,3,4,2,4,2,6,0,10,0,5,-2,3,-2,4,-4,1,-4,0,-3,0,-4,0,-4,0,0,0],[29,37,0,-6,2,-6,0,-4,3,-6,2,-5,1,-4,2,-4,1,-2],[59,31,4,-1,2,-4,2,-4,2,-5,2,-5,1,-1],[97,16,3,-6,4,-2,3,-1]],[[51,47,-1,4,0,5,0,4,0,4,0,11,2,11,1,9,2,9,2,6,1,4,1,2,0,1],[132,42,-1,6,0,9,0,9,0,11,0,11,0,8,-1,10,-2,8,0,0],[24,140,3,5,3,8,4,11,6,14,10,13,14,9,17,5,24,0,24,-8,32,-15,35,-24,21,-15,0,0],[215,211,-26,7,-22,7,-15,7,-15,7,-18,4,-15,3,-14,0,-14,-5,-15,-7,-12,-6,-12,-5,-10,-9,-9,-12,-7,-14,-5,-14,-4,-15,-2,-14,0,-14,0,-15,3,-15,5,-16,6,-14,7,-14,9,-14,10,-11,11,-11,15,-10,19,-8,20,-3,20,0,18,2,18,5,14,7,14,8,13,9,13,10,12,11,10,12,8,14,6,15,3,17,1,18,0,19,-4,16,-7,13,-7,9,-11,9,-11,10,-11,10,-13,10,0,0]],[[134,65,-8,-4,-4,-2,-7,-2,-6,0,-7,-1,-5,1,-4,2,-5,3,-9,8,-9,12,-11,16,-9,15,-6,12,-3,13,-1,12,-1,13,1,12,-2,13,-1,11,1,8,1,4,2,4,8,9,5,3,6,5,4,4,6,4,5,4,6,2,5,3,4,1,8,3,4,1,5,1,8,0,4,0,5,0,6,-2,5,-1,4,-2,11,-5,8,-4,9,-6,7,-6,5,-4,3,-5,3,-6,4,-6,4,-8,4,-7,6,-8,6,-5,3,-6,1,-5,0,-7,0,-5,0,-7,-1,-7,0,-8,-2,-8,-1,-7,-1,-7,-3,-7,-3,-6,-7,-11,-5,-9,-7,-10,-7,-7,-7,-6,-7,-2,-9,-1,-15,0,-9,1,-8,0,-6,1,-3,2],[63,196,4,0,7,2,5,1,4,1,5,1,6,1,7,1,5,0,8,1,5,0,7,0,5,0,4,-1,7,0,7,-2,6,-2,6,-4,5,-3,4,-8,2,-4,1,-5,2,-7,1,-6,-1,-5,-5,-4,-5,-2,-6,-2,-5,0,-7,0,-5,2,-4,1,-7,5,-6,5,-3,5,-4,4,-3,-6,-3,-7,-3,-9,-2,-6,-3,-5,-6,-3,-6,0,-6,1,-6,3,-5,4,-7,6,-4,5,-4,8,-2,4,-1,6,-1,4,1,4,5,6,8,1,5,2,4,2,5,2,1,0],[123,85,-5,-3,-5,-2,-6,1,-6,2,-6,5,-3,4,-2,6,0,5,4,6,5,4,4,1,8,-1,5,-2,7,-4,5,-3,2,-4,0,-4,-3,-6,-5,-4,-4,-2,-2,-1],[172,82,-3,5,-3,5,-1,8,0,7,2,7,4,6,4,3,6,2,5,-1,3,-5,4,-8,1,-5,1,-6,0,-4,-2,-5,-2,-5,-7,-6,-6,-2,-5,1,-6,3,-3,5,-2,3],[69,240,-5,-1,-4,-1,-7,-1,-6,-1,-5,-1,-14,-4,-11,-7,-10,-7,-7,-10,0,-12,1,-13,4,-12,4,-11,4,-12,3,-10,2,-7,1,-7,2,-8,1,-8,3,-11,4,-10,4,-11,7,-10,8,-9,8,-8,11,-8,11,-7,10,-6,11,-7,8,-5,7,-4,6,-3,6,-3,16,-5,11,0,10,0,10,3,9,3,8,6,13,15,7,6,8,7,9,8,10,7,7,9,8,15,2,6,0,7,1,8,0,9,-1,11,0,11,0,11,-1,10,0,10,-1,10,-1,9,-1,7,-3,5,-4,5,-3,5,-3,4,-5,6,-6,5,-5,2,-5,4,-6,4,-4,1,-4,1,-6,1,-4,1,-6,0,-4,-1,-5,-1]],[[145,2,-4,-2,-16,0,-5,0,-12,1,-28,15,-4,8,-2,11,0,9,2,35,2,5,21,46,3,5,13,10,5,3,5,3,28,5,21,-11,3,-2,14,-15,2,-4,7,-20,0,-11,-1,-4,-2,-4,-1,-3,-1,-3,-5,-10,-3,-4,-12,-17,-9,-11,-3,-2,-4,-4,-2,-3,-5,-4,-2,-2,-9,-7,-12,-7,-4,0,0,0],[106,40,0,3,1,3,0,-3,1,-3,2,2,0,3,2,0],[152,50,2,-4,0,1],[119,94,5,8,2,9,5,11,4,1,13,-9,3,-4,1,-2,0,-5,1,-6,0,-5,-1,-2],[158,24,6,1,17,3,18,5,22,9,26,13,4,3,4,2,-3,0,-40,-1,0,0],[99,6,-7,0,-11,4,-5,2,-7,2,-6,1,-6,2,-7,2,-5,2,-13,6,-4,3,-3,2,-12,11,-9,11,-2,4,-2,8,0,5,3,2,10,0,3,-1,2,-1,0,0],[81,14,-6,6,-2,2,-8,12,-6,14,-2,5,-2,6,-2,28,1,16,1,3,1,5,1,7,1,3,2,4,1,0]],[[67,216,1,-2,0,-2,1,-3,1,-2,1,-2,0,-3,1,-2,1,-2,0,-3,1,-2,1,-3,0,-2,1,-2,1,-3,1,-2,0,-2,1,-3,0,-2,1,-2,1,-2,0,-2,0,-3,1,-2,0,-3,2,-3,1,-2,0,-3,1,-2,1,-3,1,-2,1,-2,1,-3,1,-2,1,-3,1,-3,1,-2,2,-3,2,-3,2,-2,1,-2,1,-3,2,-2,0,-2,2,-2,1,-3,2,-2,2,-3,2,-3,2,-3,1,-2,2,-2,2,-3,3,-3,2,-1,2,-3,2,-4,2,-1,3,-2,2,-2,3,-3,3,0,2,-1,3,-2,3,0,2,-1,3,-1,2,-1,3,0,2,-1,2,-1,2,0,3,-1,3,-1,2,0,2,0,3,0,2,0,2,1,3,1,2,1,4,1,3,1,2,1,2,1,3,1,3,2,2,2,3,2,2,3,2,2,2,3,1,2,2,3,2,3,2,2,2,4,2,3,1,3,1,2,2,2,1,3,0,2,1,2,1,3,1,3,0,2,2,3,1,3,0,3,0,3,0,2,0,2,1,3,0,2,0,3,0,3,0,2,0,2,0,3,-1,3,0,3,-1,2,-1,2,-1,3,0,2,-1,2,0,3,0,3,-2,3,-1,3,-1,3,-1,2,-1,3,-2,2,0,4,-2,2,-1,3,-1,3,-1,2,-1,2,-1,2,-2,3,-2,2,-2,3,-1,2,-3,2,-2,2,-2,2,-2,3,-3,2,-3,3,-2,2,-2,1,-3,2,-2,1,-3,3,-3,1,-3,1,-4,2,-3,1,-3,0,-3,1,-3,1,-2,0,-3,1,-3,0,-2,0,-3,0,-3,0,-4,-1,-4,0,-2,-2,-2,0,-5,-1,-2,0,-4,-1,-4,-1,-3,0,-3,-1,-3,-1,-3,-1,-4,-1,-2,-1,-2,-1,-2,-2,0,-3,-1,-2,-1,-3,-1,-2,-2,-2,-1,-4,-1,-3,-2,-2,-1,-3,-2,-2,-1,-4,-1,-2,-2,-3,-1,-2,-2,-2,-2,-2,-1,-2,0,-2,-1,-2,0,-3,0,-2,0,-2,0,-3,0,-2,0,-2,0,-2,0,-2,0,-3,-2,-2,0,-2,0,-3,-1,-2,0,-2,1,-3,0,-1],[173,130,-3,0,-2,0,0,-3,2,0,3,-1,2,0,2,0,0,2,-2,0,-2,1,-2,0,-3,1,-2,-1,0,0],[108,121,3,-1,3,1,3,0,3,0,2,0,3,-1,2,0,3,0,2,0,2,0,3,1,2,1,1,2,0,3,0,2,-2,2,-2,3,-3,1,-3,1,-2,1,-2,0,-2,0,-3,1,-2,0,-3,-1,0,-2,0,-2,1,-3,0,-2,0,-2,1,-3,2,0,3,0,2,0,3,0,3,0,3,1,2,1,2,2,1,2,-2,1,-2,0,-3,-1,-2,-1,-3,0,-2,-1,-3,-1,-3,-1,-3,-1,-2,-1,-3,0,-2,-1,-2,-1,2,-1,4,0,3,-1,3,0,3,0,2,0,3,-1,3,-1,0,3,-2,2,-1,2,-2,3,-2,4,-1,4,-2,2,-2,3,-1,3,2,-3,1,-2,0,-2,3,-2,2,-1,3,-1,4,-2,2,-1],[215,55,0,0],[196,66,1,-2,2,-4,3,-4,3,-4,3,-4,2,-3,2,-3,2,-2,1,-3,2,-2,2,-3,2,-3,1,-2,0,0],[144,65,2,-6,3,-5,3,-5,27,-41,3,-2,1,-4,2,-2,-1,3,-1,4,-1,3,-2,6,-1,2,-2,4,-1,1],[141,94,0,-3,0,-2,0,-3,0,-3,0,-4,0,-3,-1,-2,-1,-3,-1,-3,-1,-3,-1,-3,-2,-2,-1,-2,-2,-2,-2,1,-2,2,-4,3,-3,3,0,1],[101,87,1,-2,2,-4,2,-4,1,-3,1,-3,3,-3,2,-3,1,-3,3,-4,1,-3,2,-3,2,-2,1,-1],[215,106,3,0,4,-2,4,-1,5,-2,3,0,3,-1,4,-1,2,-1,2,0,3,-1,3,-1,2,2,0,2,0,2,0,2,0,3,0,3,1,5,0,5,0,5,1,3,0,2,0,3,0,3,0,2,0,3,0,4,0,3,-1,4,0,2,-1,3,-1,2,-1,3,-1,2,-2,3,-3,2,-2,0,-4,-2,-2,-2,-3,-1,0,-1],[68,113,3,0,2,-1,2,0,3,-1,2,-1,3,-1,2,-1,3,-1,-3,-2,-3,-1,-2,-1,-2,-2,-3,-1,-2,-2,-1,-3,-2,-1,-4,-1,-3,-1,-5,-1,-6,-1,-5,0,-7,-2,-8,0,-9,-1,-5,0,-7,2,-4,1,-2,1,-2,3,0,3,-2,3,-1,3,0,3,0,3,1,3,2,2,1,3,2,5,3,3,2,4,2,3,3,4,2,3,1,3,2,2,1,3,2,3,2,3,1,2,2,3,1,2,2,3,5,2,3,1,3,1,3,0,5,0,4,0,3,0,6,0,4,-1,3,-1,5,-1,5,-1,4,-1,4,-1,3,-2,4,-1,3,-2,2,-1,3,-2,2,-3,1,-2,0,-2,0,-3,0,-3,0,-2,-1,0],[76,103,2,2,4,0,3,1,2,0,4,1,3,1,4,0,3,1,4,1,4,0,4,0,3,2,2,1,4,0,2,1,3,0,1,3,0,0],[160,169,3,-2,3,-1,3,-1,3,0,2,-1,2,-1,0,2,-3,1,-3,1,-3,0,-3,1,-3,0,-3,0,-3,1,-3,0,-3,0,-2,1,-3,2,-3,1,0,-2,3,-2,2,0,2,0,3,0,3,0,3,0,3,0,2,1,2,-1,2,2,-2,1,0,0],[130,187,0,2,1,3,2,3,1,2,1,3,2,2,3,3,3,2,2,1,2,1,3,1,3,0,2,2,4,1,2,1,3,0,3,1,3,1,4,0,3,1,2,0,3,-1,3,-1,4,-1,3,-2,2,-2,4,-2,5,-4,2,-3,3,-4,3,-4,2,-3,3,-4,3,-4,3,-3,3,-4,2,-3,4,-3,1,-4,3,-2,1,-3,2,-4,-2,0,0,0]],[[204,43,-2,-4,-3,-5,-7,-7,-4,-4,-5,-3,-7,-3,-3,-3,-8,-5,-6,-3,-10,-3,-5,-2,-9,-1,-8,0,-10,0,-7,0,-9,1,-12,2,-5,3,-11,6,-9,3,-6,5,-10,7,-6,5,-9,9,-5,6,-7,10,-5,10,-5,9,-5,10,-3,11,-2,9,-1,10,0,10,0,10,0,7,1,11,3,8,3,8,5,9,3,6,7,9,4,4,8,9,5,4,10,7,5,5,10,5,7,4,9,5,9,3,9,3,10,4,9,3,11,2,9,1,11,1,10,1,8,-1,12,-1,9,-3,7,-3,10,-4,7,-4,10,-8,4,-4,8,-10,4,-7,5,-9,5,-11,1,-7,3,-10,0,-11,1,-8,-1,-11,-1,-10,-3,-12,-3,-10,-3,-9,-3,-10,-7,-11,-4,-7,-5,-10,-8,-10,-6,-7,-7,-6,-7,-3,-10,-3,-8,-2,-4,-1,-10,0,-7,1,-4,2,0,0],[68,45,-3,-1,-4,0,-3,1,-4,3,-5,6,-2,3,-2,3,-2,3,0,4,0,4,0,4,0,4,1,3,3,5,2,3,3,5,5,3,3,2,4,0,4,1,3,0,5,0,3,-1,5,-3,5,-5,3,-3,2,-4,1,-4,2,-5,0,-3,0,-5,0,-4,-2,-4,-1,-3,-3,-4,-2,-3,-4,-3,-5,-2,-3,1,0,0],[183,49,-4,-2,-4,0,-5,0,-3,1,-4,1,-4,3,-3,2,-3,3,-4,3,-3,4,-1,3,-1,4,0,6,0,5,1,5,1,5,3,4,3,4,3,4,3,2,4,2,3,1,3,2,4,0,4,0,4,-2,5,-3,4,-3,3,-4,2,-4,2,-5,1,-5,0,-5,0,-4,0,-3,-1,-3,-2,-4,0,0],[135,110,-4,1,-5,2,-3,1,-5,1,-4,3,-3,5,-3,2,-5,6,-1,3,-3,4,-1,3,0,7,0,4,1,4,3,3,5,4,5,3,4,1,5,1,4,0,5,1,3,1,5,-1,0,0],[57,167,1,5,2,3,3,4,2,4,3,3,3,5,5,4,3,3,3,3,4,4,6,3,3,3,7,2,4,2,5,2,6,2,6,1,6,1,6,-1,4,-1,7,-1,5,-2,7,-2,5,-3,4,-3,5,-4,4,-4,5,-4,3,-4,5,-6,3,-6,4,-8,1,-4,0,0]],[[139,7,-3,-1,-6,0,-6,1,-8,1,-7,2,-12,6,-11,6,-15,10,-15,14,-18,19,-17,20,-12,19,-6,17,-3,15,0,16,1,19,5,17,9,16,9,13,10,13,8,8,10,8,10,4,9,3,10,1,11,1,13,0,12,0,12,-1,13,-2,16,-5,14,-7,15,-6,14,-10,14,-9,11,-10,8,-11,7,-13,4,-13,3,-12,1,-13,1,-13,0,-13,-1,-12,-1,-12,-4,-11,-5,-11,-7,-12,-9,-12,-11,-10,-11,-9,-14,-9,-14,-9,-15,-7,-13,-3,-17,0,0,0],[122,110,1,5,0,2,-1,4,-4,4,-5,5,-3,4,-3,4,-3,4,-2,6,0,4,3,1,4,0,5,0,6,0,4,0,7,-1,6,-2,7,-3,0,0],[82,75,-10,1,-5,0,-4,0,-5,0,-7,1,-7,7,-5,10,-2,8,0,12,5,8,9,5,10,1,13,-3,13,-9,8,-7,6,-5,3,-4,1,-4,0,-4,-1,-3,-4,-4,-6,-4,-7,-3,-8,-3,-7,0,-7,0,-4,0,0,0],[77,96,-3,-1,-3,-2,-3,0,-4,0,-4,1,-3,3,0,3,0,3,0,3,3,0,4,-1,0,-3,0,-5,0,-3,-4,0,-3,4,-1,3,1,4,4,1,5,0,5,-1,3,-4,1,-3,0,-4,-4,-3,-3,2,0,5,0,0],[204,89,0,-6,-6,0,-5,0,-7,0,-8,0,-6,1,-4,4,-3,7,-1,8,1,9,4,7,6,4,7,3,8,1,8,0,11,-2,8,-5,6,-5,6,-9,2,-8,0,-8,-4,-7,-8,-4,-8,-2,-9,-1,-12,0,0,0],[203,103,-5,-3,-4,0,-4,0,-3,0,-3,2,2,4,5,0,4,0,3,-2,1,-3,0,-4,-5,-1,-3,3,0,6,0,0],[45,182,4,5,7,5,8,6,10,6,9,7,8,3,9,3,9,3]],[[55,26,-4,2,-3,2,-4,3,-4,3,-3,3,-4,3,-4,3,-3,4,-3,4,-3,3,-2,4,-3,4,-2,3,-3,4,-2,4,-2,3,-1,4,-2,3,-1,6,-1,4,-1,4,0,3,0,4,0,4,0,3,0,4,0,4,0,4,1,3,1,4,2,4,1,3,2,4,1,4,2,3,3,5,3,4,4,4,4,4,3,3,4,3,4,4,4,2,4,3,5,2,4,2,4,2,5,2,3,2,6,2,4,1,6,2,3,1,5,2,5,1,3,1,4,1,7,1,4,1,5,0,4,1,6,0,4,1,4,0,5,0,8,0,6,0,5,0,5,0,5,0,4,0,6,0,4,-1,5,0,5,-2,6,-1,5,-2,4,-2,4,-1,6,-3,3,-2,5,-3,5,-4,3,-4,4,-3,3,-4,4,-5,2,-4,3,-6,2,-5,1,-4,2,-6,1,-5,0,-4,0,-6,0,-4,-2,-6,0,-3,-1,-5,-1,-3,-2,-5,-2,-6,-1,-5,-2,-5,-3,-5,-3,-6,-2,-3,-4,-6,-3,-4,-4,-5,-5,-6,-3,-4,-6,-6,-5,-3,-3,-3,-6,-5,-5,-3,-4,-3,-3,-2,-4,-2,-4,-2,-4,-2,-5,-2,-4,-2,-4,-1,-5,-2,-5,-2,-4,-1,-4,-2,-5,-1,-5,-1,-4,-1,-5,-1,-5,-1,-4,0,-4,-1,-6,0,-8,0,-4,0,-6,0,-3,0,-4,0,-4,1,-4,2,-4,3,-3,4,-4,3,-4,3,-3,4,-2,4,-3,3,-1,3],[72,64,-1,-4,0,-4,1,-3],[136,66,1,-3],[79,115,-1,3,-1,5,0,3,-1,4,-1,4,0,3,0,5,0,5,0,5,0,4,0,5,1,5,1,6,2,5,1,3,3,5,4,5,4,5,3,3,4,3,4,1,5,2,4,2,7,1,3,0,4,0,5,0,4,0,0,0],[101,192,3,3,4,3,4,1,3,1,4,1,4,0,3,0,4,-2,4,-1,3,-3,5,-2,4,-4,4,-4,3,-3,3,-4,3,-4,4,-4,3,-5,3,-4,1,-3,2,-4,2,-4,3,-7,1,-4,1,-5,3,-8,0,-6,1,-4,0,-4,0,-3,0,-3]],[[104,7,-4,0,-5,0,-7,0,-7,0,-9,4,-9,3,-8,4,-10,7,-8,6,-7,7,-7,7,-6,7,-6,7,-4,5,-3,6,-2,6,-2,6,0,8,0,9,0,9,0,10,2,11,3,11,3,11,4,11,4,11,4,12,5,10,6,11,7,12,9,11,7,10,6,6,6,4,5,2,5,2,5,0,8,0,10,-3,13,-4,12,-5,18,-5,20,-10,21,-8,21,-12,15,-7,13,-7,8,-5,7,-5,4,-7,1,-6,1,-11,2,-11,0,-12,0,-11,0,-11,0,-6,0,-8,0,-6,0,-6,0,-6,0,-7,0,-5,0,-6,0,-6,-3,-6,-2,-6,-3,-5,-4,-6,-3,-5,-6,-4,-5,-3,-4,-3,-7,-4,-4,-1,-8,-3,-7,-2,-7,-2,-8,-2,-9,-2,-9,-3,-6,0,-5,0,-6,0,-4,0,-4,0,-4,0,-4,0,-4,1,-7,1,-8,2,-4,1,-5,3,-2,3],[75,40,-2,5,-1,5,-1,6,3,6,5,4,5,3,4,0,4,0,5,-3,2,-4,2,-4,2,-5,1,-4,0,-4,0,-5,0,-4,-3,-5,-5,-5,-4,-2,-4,0,-4,1,-3,4,-2,2],[163,41,-2,4,-1,4,-3,6,-2,5,-3,4,0,4,0,5,4,4,6,3,5,1,8,0,8,0,5,-4,0,-4,0,-7,-1,-5,-2,-4,-1,-5,-2,-6,-1,-5,-2,-5,-4,0,-4,0,-4,5,-6,4,-3,3],[73,160,3,5,1,4,2,4,4,6,3,4,4,3,4,3,5,4,4,2,5,2,5,0,4,0,5,0,6,0,5,0,8,0,9,-1,8,-2,7,-2,5,0,3,-1,4,-3,4,-6,0,0]],[[48,102,2,0,2,3,2,2,1,2,3,3,3,3,3,3,3,2,3,2,4,1,3,1,3,0,4,0,3,0,4,0,4,0,4,0,5,-2,6,-2,7,-2,5,-1,5,-2,4,-1,4,-2,3,-1,2,-3,1,-1],[65,33,1,2,0,3,0,3,0,2,1,1],[109,28,2,0,1,3,1,2,0,3,0,2,1,2,0,2,0,1],[61,15,-2,0,-3,0,-2,0,-4,0,-2,0,-3,1,-4,2,-6,4,-4,3,-5,4,-6,6,-5,5,-4,6,-3,4,-3,4,-4,6,-1,4,0,5,0,5,0,4,0,7,0,6,3,8,3,6,3,8,3,7,5,8,5,7,5,8,5,10,4,7,5,5,5,6,4,6,9,8,6,5,9,7,8,4,6,4,9,4,8,3,9,1,14,0,7,0,12,0,12,0,14,-2,7,0,11,-2,12,-2,9,-3,9,-2,9,-3,9,-5,5,-3,5,-5,4,-5,1,-4,1,-6,0,-5,0,-6,-1,-8,-4,-9,-4,-13,-2,-7,-4,-11,-4,-10,-6,-14,-4,-8,-3,-5,-5,-7,-2,-4,-4,-5,-4,-3,-4,-6,-2,-2,-4,-4,-4,-2,-4,-4,-4,-3,-5,-4,-5,-4,-5,-2,-7,-3,-4,-2,-6,-2,-6,-2,-5,-2,-5,-1,-5,-1,-4,0,-5,-1,-6,-1,-5,-1,-6,-1,-6,-1,-5,0,-5,-1,-4,0,-4,0,-3,0,-3,0,-4,0,-2,0,-4,2,-4,1,-4,1,-5,3,-4,3,-7,2,-6,1,-4,2,-4,1,-3,1,-2,1,-2,1,-4,1,-2,1,0,0],[87,79,-1,3,-2,2,0,2,3,0,2,0,2,0,2,0],[109,26,-2,0,-2,2,-2,3,-2,2,-1,2,-1,2,0,2,2,1,2,0,3,0,2,0,2,0,3,0,2,0,0,0],[65,30,-3,0,-2,2,-3,2,-2,1,-3,2,-2,2,-2,3,0,2,1,2,2,1,3,1,4,0,2,0,3,0,2,0,0,0],[82,148,-2,2,0,2],[105,138,2,1,2,1,3,0,0,0],[149,124,2,1],[154,94,-2,2,-3,0,0,0],[116,84,-2,0,-2,2,-3,3,-1,1],[77,105,-2,0,-3,0,0,0],[53,97,-2,0,-3,0,-2,0,0,0],[48,16,-2,0,-3,0,-3,0,-1,2,2,-2,1,-2,0,-2,0,-4,0,-2,2,3,1,3,2,2,2,3,3,3,2,0,3,0,3,0,5,0,3,-2,4,-3,4,-3,3,-2,3,-4,4,-3,0,2,1,4,1,2,4,2,2,-1,5,-2,4,-2,4,-2,3,-2,3,-2,2,-2,-1,2,-1,3,2,3,3,0,2,0,6,0,4,-1,3,-2,4,-2,2,-1]],[[0,82,3,13,31,102,27,35,37,23,33,-3,52,-67,11,-72,3,-38,-3,-33,-26,-29,-53,-13,-21,0,-37,3,-15,6,-4,3,-25,20,-6,6,5,32,3,8,0,16,2,20,0,1],[29,112,7,-17,53,-10,-10,15,-24,8,-20,-4,-2,-12,0,0],[126,90,-3,-10,23,-10,21,7,-2,7,-14,11,-25,-2,-11,-7,0,-1],[106,108,-4,16,-7,12,15,10,16,-2,-3,1],[78,172,10,12,39,11,32,-1,16,-36,0,2]],[[86,0,-5,0,-6,0,-4,1,-6,2,-4,2,-4,3,-7,4,-8,6,-5,3,-6,6,-4,4,-6,6,-5,6,-3,5,-4,7,-3,6,-1,6,-2,8,-2,8,-1,6,0,7,0,6,0,6,0,6,0,7,0,8,0,7,0,9,0,9,1,11,4,8,2,10,4,10,4,8,2,6,4,9,2,6,5,7,3,5,4,5,6,5,4,2,4,3,4,2,5,1,5,1,7,2,7,0,9,0,9,0,11,0,13,0,16,-4,17,-5,12,-3,8,-4,7,-4,4,-2,4,-4,6,-5,1,-3,3,-4,2,-5,3,-5,2,-6,3,-8,2,-7,2,-7,2,-6,0,-7,2,-8,0,-6,2,-8,1,-7,0,-5,1,-6,0,-4,0,-4,0,-4,0,-5,0,-3,-2,-5,-1,-5,-1,-6,-2,-4,-2,-5,-3,-6,-3,-4,-4,-5,-3,-4,-4,-5,-5,-5,-4,-5,-6,-5,-4,-3,-4,-2,-3,-2,-5,-3,-4,-1,-4,-2,-4,-1,-5,-2,-6,-1,-6,-2,-5,0,-5,-1,-4,-1,-3,0,-3,-2,0,0],[65,60,-2,4,-2,5,-1,5,0,3,4,3,3,0,4,-1,2,-3,0,-3,0,-2],[68,61,-2,-2],[142,67,-1,4,0,4,0,4,3,2,5,0,3,0,4,0,3,0,3,0,0,-5,-6,-5,-5,-2,-5,-2,0,0],[92,100,0,4,0,5,0,5,0,5,-2,7,-2,3,-3,5,-3,4,-4,4,-5,6,-4,4,-2,4,-2,4,-2,4,0,4,0,3,3,3,6,3,4,2,3,0,4,0,5,0,3,0,4,-1,3,-1,2,-1],[47,202,5,3,3,2,6,3,4,4,6,3,5,3,3,1,4,2,3,0,6,0,4,0,6,0,7,0,7,0,7,0,5,-2,8,-2,9,-3,9,-4,9,-4,7,-3,5,-3,6,-4,4,-3,4,-2,5,-4,5,-5,3,-3,0,0]],[[143,26,-7,-1,-5,-1,-7,-3,-6,-1,-8,-1,-5,0,-6,0,-5,0,-8,3,-6,2,-5,3,-8,5,-6,1,-11,7,-8,7,-7,3,-5,5,-5,4,-6,5,-6,7,-4,9,-4,8,-3,10,0,5,-2,7,0,7,0,14,0,11,1,6,1,8,2,7,3,5,2,7,3,7,2,6,0,7,3,10,7,10,5,6,6,4,7,7,8,5,8,5,12,6,7,3,7,4,7,0,7,0,8,0,8,0,9,0,10,0,12,0,9,0,12,0,6,0,10,0,10,-4,10,-2,5,-4,4,-7,0,-5,0,-6,0,-10,0,-10,0,-7,0,-9,0,-5,0,-8,0,-6,3,-5,1,-7,3,-5,1,-7,3,-6,0,-6,0,-5,0,-6,0,-5,0,-6,-1,-6,0,-6,-2,-5,-1,-6,-4,-6,-4,-6,-1,-5,-4,-7,-6,-5,-5,-6,-6,-2,-6,-4,-5,-2,-6,-5,-6,-4,-8,-3,-5,-3,-7,-2,-5,-1,-6,0,-6,-2,-6,0,-4,0],[66,84,1,0],[138,84,0,0],[143,78,-1,2],[48,155,7,0,8,1,5,1,6,0,5,3,9,4,8,3,5,1,8,3,5,3,7,1,5,0,8,0,6,0,5,0,8,-4,5,-4,6,-3,6,-6,5,-6,2,-6,4,-5,1,-4],[105,112,3,6,2,6,3,6,0,0],[135,30,6,-1,7,0,6,0,9,0,6,0,11,0,7,0,7,-1,7,-2,1,-6,-8,-3,-10,0,-7,0,-6,0,-6,0,-7,-5,0,-6,-10,-3,-8,0,-16,0,-15,3,-15,2,-10,2,-7,2,-2,-6,5,-6,-1,5,-4,5,-5,-3,-10,6,-6,3,-6,3,-6,1,-6,5,2,-8,2,-5,-7,9,-7,6,-6,3,-4,6]],[[57,84,1,-5,2,-3,3,-3,2,-2,3,-1,4,-1,3,-1,4,-1,5,-1,4,0,5,0,6,0,5,0,4,2,3,2,3,1,1,2,1,2],[52,84,2,0,2,2,2,2,2,3,3,1,3,2,3,0,4,0,5,0,5,-3,7,-3,5,-4,5,-4,3,-2,2,-1,0,-1],[84,73,-4,-2,-3,2,-3,2,-1,2,-2,3,-1,3,0,4,1,3,4,1,6,0,10,-5,2,-3,0,-3,-1,-3,-2,-3,-2,-2,-2,-1,-3,-1,0,0],[154,82,3,-3,9,-3,6,-2,7,0,12,2,5,2,5,2,7,3,0,1],[153,78,1,3,0,2,0,2,5,6,3,2,3,2,5,0,7,0,13,-6,3,-2,2,-3,1,-1,-1,-3,0,0],[174,78,-2,3,0,2,0,3,0,4,3,3,3,1,10,-3,2,-2,0,-2,0,-2,-14,-4,0,0],[98,108,0,4,2,9,2,5,5,5,4,0,10,-8,3,-5,2,-4,0,-3,0,0],[108,166,1,-3,2,-3,15,-8,8,0,8,0,8,0,6,2,5,3,0,2],[112,167,1,3,-4,0,-9,-5,-6,-2,-16,-7,-8,-3,-6,-2,-10,-2,-3,0,-5,1,-2,3,-2,11,20,18,11,2,40,-3,13,-2,12,-3,8,-2,6,-2,5,-9,0,0],[47,164,5,0,9,2,39,4,16,0,14,0,17,0,-5,-2,0,0],[225,42,-1,-13,-8,-10,-118,-19,-30,8,-24,15,-19,15,-25,85,60,78,80,5,31,-8,27,-11,57,-107,-9,-25,-70,-41,-23,0,-24,7,0,0]],[[0,15,2,7,2,9,2,8,1,7,0,12,-1,13,-4,11,-2,9,0,6,0,4,0,2],[73,0,1,10,0,8,0,11,0,12,0,13,0,15,0,11,0,12,0,11,0,8,0,0],[1,173,-1,4,0,7,0,10,0,9,1,12,3,9,4,9,4,6,3,5,3,5,9,4,7,1,7,0,6,0,7,0,8,-2,7,-7,4,-5,0,0],[44,151,0,0],[49,143,0,0],[175,60,-7,2,-9,8,-6,7,-7,9,-6,11,-4,11,-3,9,-2,8,0,8,0,6,7,4,6,0,9,0,8,-4,9,-6,11,-8,12,-9,6,-12,2,-11,2,-12,1,-12,0,-9,0,-4,0,-5,-10,7,0,0],[164,83,2,6,0,0],[198,76,0,0]],[[79,246,-4,-2,-3,-1,-7,-5,-3,-2,-4,-4,-4,-5,-4,-3,-3,-2,-6,-6,-6,-6,-4,-3,-5,-6,-3,-4,-3,-4,-3,-5,-3,-5,-3,-5,-2,-7,-3,-7,-2,-7,-2,-7,0,-8,-2,-9,0,-10,0,-11,0,-11,2,-11,3,-12,4,-10,4,-9,2,-7,4,-7,3,-5,3,-5,3,-5,3,-4,4,-4,5,-4,5,-5,6,-4,6,-3,6,-3,6,-2,7,-1,6,0,8,0,7,0,9,0,8,0,10,1,9,1,9,2,9,3,7,3,8,4,7,4,7,5,5,5,6,5,5,6,6,6,3,7,4,7,2,6,1,8,1,8,0,8,0,8,0,9,-1,7,-3,8,-2,8,-3,8,-4,8,-3,8,-4,6,-5,6,-4,6,-6,7,-6,7,-6,6,-5,7,-6,7,-5,7,-5,6,-6,6,-5,6,-6,5,-7,5,-6,3,-7,5,-7,2,-7,3,-6,2,-6,0,-5,0,-4,-3,-4,-2,-4,-5,0,0],[40,54,0,-9,0,-7,0,-5,2,-4,1,-4,4,-1,6,-1,3,0,4,0,5,4,4,4,3,5,2,6,0,5,0,7,0,4,-3,5,-4,4,-4,5,-5,4,-3,1,-6,-8,-3,-5,-3,-4,-1,-4,-2,-5,-1,-4,-1,-5,0,0],[143,56,-4,-5,0,-8,1,-7,2,-5,2,-4,6,-3,4,-1,6,0,4,0,5,2,3,3,2,3,2,5,0,6,0,7,0,9,-1,7,-2,7,-2,3,-5,3,-3,0,-4,0,-5,0,-4,-2,-4,-4,-2,-3,-2,-4,-2,-5,2,-11,3,-4,1,-1],[84,67,1,7,0,4,0,5,0,4,0,3,0,5,-2,6,-3,7,-4,4,-4,4,-4,-1,-4,1,-5,3,-5,2,-5,3,-2,4,2,4,0,3,2,4,2,4,5,5,6,4,4,2,6,0,4,0,4,1,5,0,3,0,4,-1,3,-1,4,0,4,-2,5,-1,5,-2,4,-2,5,-2,4,-4,5,-6,2,-4,1,-3,1,-3,0,-14,0,0],[133,94,-3,-6,-6,-5,-7,-1,-3,0,-4,0,-3,-1,-5,-1,-4,-4,-4,-4,0,-4,0,-4,-1,-5,-1,-3,0,-4,0,1],[57,168,-1,3,0,6,0,7,0,6,2,6,3,4,3,5,3,3,5,4,4,2,5,1,4,1]],[[86,225,-4,-1,-4,-3,-5,-4,-7,-6,-4,-6,-5,-5,-5,-6,-5,-9,-5,-7,-6,-11,-6,-13,-7,-15,-7,-17,-7,-16,-4,-14,-3,-13,-2,-9,0,-7,0,-8,0,-7,3,-8,4,-5,4,-5,4,-6,7,-6,6,-5,9,-5,7,-4,9,-2,9,-1,8,-1,7,0,6,0,4,0,7,0,7,1,7,2,9,4,9,4,10,5,9,4,12,7,11,6,14,8,9,7,11,8,9,4,11,6,7,5,7,4,4,3,4,3,3,3,4,4,3,5,0,3,1,7,0,4,0,6,0,5,-2,6,-2,8,-2,7,-2,6,-2,7,-2,6,-4,5,-1,6,-4,6,-4,6,-3,4,-3,5,-3,4,-4,4,-4,4,-4,4,-4,3,-4,4,-5,4,-5,2,-4,2,-4,2,-4,3,-4,1,-4,2,-3,1,-5,1,-5,0,-4,0,-5,0,-7,-1,-7,-2,-7,-2,-6,-2,-5,-1,-4,-2,-4,-3,-5,-3,-3,-4,-3,-3,0,0],[60,48,-4,3,-2,5,0,4,2,4,2,3,6,3,5,2,7,3,7,2,9,2,10,2,9,2,7,1,5,0,3,0,2,-3,0,-4,0,-4,-1,-6,-4,-5,-3,-4,-4,-4,-3,-2,-4,-2,-4,0,-4,0,0,0],[198,94,-3,0,-5,-1,-4,-1,-5,0,-4,0,-4,0,-3,2,-2,4,0,3,0,4,2,6,3,4,6,4,5,3,4,1,4,0,3,-2,4,-4,2,-3,2,-3,1,-4,-1,-4,-3,-3,-4,-4,-5,-2,-2,-1],[60,139,4,4,5,6,3,5,5,6,6,6,5,3,6,5,7,5,7,5,8,5,7,3,6,4,7,2,5,2,6,3,6,1,5,1,5,0,4,1,4,0,4,0,4,1,6,0,3,0,4,0,4,0,4,-2,3,-2,2,-3,2,-4,0,-4,1,-4,0,-4,0,-3,-1,-3,0,0],[132,113,-2,3,-2,5,0,4,0,4,0,4,3,5,4,3,3,2,3,0,4,2,3,0,0,-4,0,0]],[[86,1,-5,-1,-7,0,-6,1,-6,1,-5,3,-5,3,-6,3,-5,6,-5,4,-4,5,-5,6,-3,6,-2,5,-5,9,-4,6,-1,8,-3,5,-2,9,-3,8,-1,9,-2,6,-1,5,0,7,0,7,0,7,0,10,0,7,2,6,1,5,1,6,3,7,2,9,3,7,5,8,4,6,2,8,5,5,5,6,5,6,5,4,8,4,5,4,6,5,6,2,5,3,7,2,7,1,6,2,6,3,5,0,5,0,6,-4,5,-3,3,-6,2,-6,4,-8,1,-9,3,-8,1,-6,1,-5,0,-5,2,-8,0,-6,1,-10,0,-5,0,-10,1,-6,2,-6,4,-9,3,-9,1,-7,1,-9,2,-8,0,-9,0,-7,0,-9,-1,-6,0,-5,-4,-9,-1,-5,-4,-6,-3,-5,-2,-5,-4,-6,-4,-6,-6,-4,-5,-4,-5,-5,-6,-4,-5,-2,-6,-1,-6,-1,-5,-2,-5,-1,-4,0],[49,45,-6,3,-5,4,-2,5,-2,5,-1,6,0,5,0,5,5,3,5,0,6,0,5,-1,5,-4,1,-5,1,-6,0,-6,0,-5,-1,-5,-4,-6,-1,0],[118,53,-5,-1,-7,0,-5,1,-5,5,-3,6,-1,5,0,6,1,6,6,3,6,1,7,-1,5,-3,5,-3,6,-5,0,-5,0,-6,-2,-6,-2,-5,-4,-6,-2,-1],[69,103,2,6,0,7,0,5,0,5,-7,3,-9,-3,-4,-4],[46,55,0,0]],[[79,1,5,0,8,0,11,1,12,0,12,1,13,1,12,1,11,2,12,2,11,4,8,4,8,5,6,4,7,6,5,6,4,9,2,7,2,8,1,8,1,11,0,12,0,14,-1,14,-1,13,-2,14,-2,12,-4,12,-5,11,-7,8,-9,8,-8,6,-8,5,-8,5,-8,4,-9,5,-11,5,-12,5,-11,5,-12,5,-12,4,-11,3,-10,2,-9,1,-7,1,-7,0,-7,-1,-6,-2,-5,-2,-5,-4,-8,-8,-4,-5,-4,-7,-4,-8,-3,-11,-3,-11,-2,-11,-2,-12,-2,-12,-1,-12,0,-12,0,-11,0,-11,0,-11,1,-11,2,-11,3,-10,4,-9,4,-6,4,-6,3,-5,4,-7,5,-6,8,-6,8,-5,8,-4,6,-4,5,-4,5,-5,6,-5,4,0],[63,51,-2,6,-2,8,-1,5,-2,5,-1,5,-1,5,5,4,6,1,9,1,9,-1,5,0,5,-1,5,-1,8,-2,5,-2,3,-6,0,-5,0,-5,-2,-5,-6,0,-5,0,-7,0,-7,1,-7,1,-6,0,-5,1,-7,0,-4,-1],[157,62,-1,5,-2,6,-2,7,-3,7,-5,23,11,3,9,2,9,1,9,1,8,1,6,1,6,0,5,0,6,-1,5,-1,5,-1,5,-1,7,-2,5,-2,2,-5,-3,-5,-6,-7,-4,-5,-5,-4,-6,-4,-6,-3,-7,-1,-9,0,-10,0,-11,1,-10,0,-9,0,-7,0,-8,-2,-2,-2],[104,108,0,0]],[[78,2,-10,-2,-11,1,-10,7,-10,12,-10,16,-9,20,-7,19,-6,20,-2,18,-3,18,0,21,0,19,1,16,4,13,6,13,6,11,6,7,6,7,8,6,8,5,6,4,6,2,5,0,5,0,5,0,8,-1,7,-4,8,-5,7,-5,8,-5,7,-5,8,-5,7,-5,6,-10,5,-10,5,-10,2,-10,3,-10,1,-13,1,-16,0,-16,0,-14,0,-15,-2,-15,-4,-14,-4,-12,-5,-10,-5,-9,-6,-8,-7,-7,-7,-6,-7,-3,-8,-3,-7,-2,-4,-2,-2,0],[48,70,-11,4,-5,3,-3,6,-3,7,-1,8,0,6,0,4,5,2,7,1,7,0,6,-6,5,-8,3,-8,1,-7,0,-7,-4,-5,-1,0],[125,73,-5,0,-5,0,-5,2,-7,5,-5,7,-3,8,0,7,0,7,5,4,6,2,8,0,7,0,6,-6,3,-9,0,-8,-2,-8,-5,-6,-6,-3,0,0],[30,165,4,8,5,7,5,5,7,5,9,3,9,0,11,-2,10,-6,10,-9,4,-3]],[[87,7,-4,1,-4,2,-2,1,-4,2,-3,1,-3,2,-4,3,-2,1,-5,3,-2,2,-4,2,-3,2,-2,2,-3,2,-4,4,-2,2,-3,2,-2,2,-4,5,-2,2,-1,2,-2,3,-2,3,-2,3,-2,2,-1,3,-3,5,-1,3,-1,4,-2,5,-1,3,-1,3,-2,3,-1,2,0,4,-1,3,-1,3,0,3,-1,3,0,3,0,2,0,3,0,2,0,3,0,4,0,3,0,4,0,2,0,3,1,2,2,2,2,2,3,1,4,2,4,2,5,3,4,4,2,4,4,4,4,3,4,4,5,4,5,4,6,6,8,5,7,6,10,8,10,9,14,9,12,8,13,8,11,6,9,5,5,3,4,1,2,0,3,0,2,0,2,-3,2,-4,1,-3,1,-4,2,-4,2,-4,2,-4,1,-5,2,-4,1,-4,2,-6,1,-4,2,-4,1,-4,1,-5,2,-10,1,-9,1,-4,1,-3,1,-4,0,-3,1,-3,1,-3,0,-2,0,-3,0,-3,0,-3,0,-2,0,-3,0,-3,-1,-5,0,-2,-1,-3,-1,-4,-1,-3,-1,-4,-2,-4,-1,-4,-1,-5,-1,-4,-1,-4,-1,-4,0,-4,-2,-5,-1,-3,-2,-4,-1,-3,-1,-3,-2,-3,-1,-2,-2,-3,-4,-4,-3,-4,-1,-2,-3,-3,-3,-3,-2,-2,-3,-1,-2,-1,-2,-2,-3,-1,-3,-1,-3,-1,-3,0,-4,-2,-3,-1,-3,-2,-5,-2,-5,-1,-5,-3,-6,-2,-6,-3,-6,-3,-5,-2,-4,-3,-4,-2,-4,-2,-3,-2,-3,-2,-2,-1,-3,0,-3,0,-2,1,-4,3,-3,1,-2,2],[51,57,-2,3,-3,2,-3,1,0,3,2,1,3,0,2,0,3,0,2,-2,0,-3,-2,-2,-1,-3,-3,-2,-2,1,-2,2,0,3,1,2,3,2,3,0,3,0,1,-3,0,-3,0,-2,-2,-1,-3,0,-3,0,-2,1,-3,3,1,3,2,1,3,0,3,0,3,-2,1,-3,0,-3,-2,-3,-3,0,-4,0,-3,3,-1,4,0,3,2,2,3,0,5,0,3,-2,3,-2,0,-3,-2,-3,-4,0,-3,0,-3,1,-3,2,-1,3,1,2,3,2,3,2,2,1,3,0,3,-2,1,-2,0,-2,-1,-4,-2,-2,-2,-2,-4,0,-4,0,-2,1,-3,3,0,3,0,2,2,3,3,3,5,1,3,0,3,-1,2,-3,1,-2,0,-3,-1,-4,-2,-3,-7,-4,-2,0,-4,0,-3,0,-2,3,-1,2,0,3,0,3,4,3,4,1,4,1,2,0,3,-1,3,-5,0,-6,-4,-4,-2,-1,-2,0,-1,0],[141,55,-3,1,-3,2,-4,1,-4,2,-3,1,-7,3,-4,3,-2,3,3,1,3,0,6,0,9,-1,4,-2,3,-1,1,-3,1,-2,0,-4,-2,-2,-5,1,-3,1,-4,4,-1,3,-1,2,0,3,3,1,4,1,3,0,3,-1,4,-3,2,-3,1,-3,0,-3,-2,-3,-3,0,-5,0,-3,0,-4,4,0,3,2,2,2,-3,-1,-3,-4,-5,-3,-2,-5,0,-2,3,-2,4,0,1],[54,150,4,2,1,3,2,3,2,3,2,2,3,2,3,1,4,1,3,2,3,1,3,1,4,1,3,0,3,0,4,-1,3,-2,3,-1,3,-1,3,-1,3,-1,2,0,4,-1,4,-2,2,-1,4,-2,4,-3,2,-3,2,-2,1,-2],[89,91,-6,2,-4,3,-3,2,-3,1,-1,2,-1,3,0,6,-1,4,0,3,0,4,1,3,2,3,2,2,4,1,3,1,4,0,3,0,1,-2]],[[118,37,-8,-4,-5,-1,-15,0,-7,-2,-10,-2,-10,0,-10,2,-9,4,-7,6,-8,7,-9,12,-6,10,-6,12,-3,10,-2,12,-1,5,-2,19,0,9,0,12,0,9,0,8,1,8,3,9,2,6,5,8,6,8,4,7,7,7,8,8,6,6,12,7,9,7,16,7,7,2,6,0,10,0,8,0,14,0,12,0,10,-1,10,-1,11,-4,8,-3,11,-6,11,-7,7,-5,10,-10,6,-9,3,-5,2,-10,3,-9,1,-8,3,-11,1,-9,2,-10,0,-13,1,-9,1,-9,0,-6,-1,-12,-3,-16,-4,-11,-8,-11,-23,-14,-17,-5,-9,-5,-11,-8,-9,-7,-9,-6,-11,-7,-6,-5,-7,-2,-6,-1,-10,2,-8,3,-5,4,-7,7,-6,7,-5,3],[74,86,0,0],[80,101,0,0],[161,99,0,0],[75,142,5,8,7,10,6,8,6,7,8,8,8,3,9,1,12,1,7,1,6,-2,13,-6,10,-7,7,-7,6,-8,6,-8,3,-6,0,-6,0,-4],[114,90,0,0],[75,75,10,2,15,0,5,1,6,2,1,0],[172,95,9,-5,7,-4,12,-7,10,-3,0,0]],[[185,47,-9,-1,-9,0,-9,0,-12,2,-11,3,-11,3,-10,4,-11,5,-9,4,-9,5,-10,6,-9,6,-9,7,-7,6,-8,7,-9,9,-7,10,-7,10,-7,11,-4,12,-5,10,-2,13,-1,12,0,12,3,12,5,11,7,8,11,8,14,2,18,0,14,0,25,0,23,0,23,0,25,0,21,0,17,-1,14,-2,10,-3,8,-2,4,-2,3,-3,2,-2,2,-4,1,-4,1,-4,1,-7,1,-8,1,-8,0,-7,0,-8,0,-9,0,-9,0,-9,0,-8,0,-6,0,-7,0,-6,0,-7,0,-4,0,-4,0,-3,0,-3,0,-2,-1,-2,-2,-3,-1,-2,-2,-1,-2,-2,-2,-1,-2,-2,-3,-1,-3,-1,-4,-2,-4,-2,-5,-3,-7,-4,-9,-5,-9,-5,-8,-6,-10,-7,-9,-6,-9,-7,-9,-6,-7,-7,-7,-6,-5,-6,-4,-6,-3,-3,-2,-3,-2,-2,-1,-1,-2,1,0,2,-1,1],[120,91,-3,0,-2,0,-3,-1,-3,0,-4,0,-3,0,-3,0,-3,1,-3,1,-1,2,-2,1,0,2,-1,1,1,2,3,0,2,0,3,0,4,-1,3,-1,3,-1,2,-1,2,-2,2,-1,0,-2,0,-2,0,-3,-1,-1,-3,-2,-1,-1,-3,0,-2,0,-3,0,-2,0,-3,1,-3,2,-1,1,-2,1,2,1,2,0,2,-1,2,0,-1,2,-1,2,-2,2,-2,2,-1,2,-1,2,0,2,0,2,2,0,2,1,4,0,3,-1,4,-1,3,-1,2,-1,2,-1,1,-2,1,-1,0,-2,-1,-1,0,2,0,0],[198,95,-1,0,-2,0,-1,0,-2,1,-2,1,-1,1,-2,2,-2,1,2,0,2,-2,1,-1,1,-2,2,-3,0,-2,0,-2,0,-2,-3,-1,-3,1,-3,2,-2,3,-1,1,-1,2,2,0,2,-1,2,-1,1,-1,-2,0,-3,2,-4,3,-4,2,-3,3,-2,3,-1,1,2,-1,1,-1,2,-2,1,-1,2,-3,1,-2,1,-1,0,-2,1,-1,0,0],[80,143,-1,2,0,1,1,2,0,2,2,2,2,1,4,3,3,2,4,1,5,2,5,1,6,4,6,3,5,2,4,1,4,1,3,1,4,1,3,1,3,0,3,0,3,0,4,-1,2,0,3,-1,3,0,4,-1,3,-1,4,-2,3,0,3,-1,3,-2,3,-1,2,-1,3,-2,2,-1,1,-1,2,-1,1,-2,2,-2,1,-3,0,-1,2,-3,0,-1,2,-3,1,-3,0,-3,2,-2,0,-1,1,-2,0,-1,0,-2,1,0],[135,116,2,1,2,1,2,2,3,1,3,3,3,2,2,1,3,2,2,1,1,1,-2,0,-2,0,-1,0,-2,1,-2,0,-2,0,-2,1,-2,0,-1,0,-2,0,-2,0,-1,1,-2,0,-2,0,-1,0,-1,0]],[[108,3,-27,-1,-6,0,-3,0,-3,0,-3,1,-3,0,-3,1,-3,1,-3,1,-4,2,-5,3,-4,4,-5,4,-3,3,-4,5,-2,3,-2,3,-2,2,-2,4,-2,3,-2,3,-1,3,-2,3,-2,2,-3,5,-3,5,0,3,-2,4,-2,5,0,2,-1,5,-1,5,0,3,0,3,0,3,0,3,0,4,0,3,0,3,0,4,0,3,0,3,0,4,1,3,1,3,0,3,1,3,2,5,1,3,1,3,1,3,2,2,1,3,3,5,1,3,1,3,1,3,2,2,3,5,2,3,1,3,1,3,2,3,2,5,4,4,2,5,3,4,4,4,2,4,4,4,4,4,4,3,4,4,5,4,4,3,3,1,5,3,3,1,3,2,2,1,4,0,3,1,2,1,3,1,3,1,3,0,3,1,2,0,3,0,3,0,5,1,3,0,3,0,3,0,3,0,3,0,2,0,3,-1,3,0,3,-1,3,0,2,-1,3,0,3,-1,3,-1,3,-1,2,-1,5,-2,3,-1,2,-1,6,-3,2,-1,5,-3,3,-2,5,-3,3,-2,5,-3,5,-4,4,-4,4,-3,3,-4,4,-5,4,-4,3,-5,2,-3,3,-5,2,-4,2,-3,2,-4,2,-5,3,-5,1,-5,1,-3,2,-5,2,-5,1,-5,1,-4,0,-3,0,-5,0,-2,0,-3,0,-4,-1,-5,-1,-3,0,-3,-2,-5,0,-3,-1,-3,-2,-5,-2,-5,-1,-2,-2,-5,-2,-4,-2,-4,-2,-5,-3,-4,-3,-5,-3,-4,-3,-4,-2,-4,-4,-4,-3,-4,-2,-4,-4,-3,-3,-3,-3,-3,-4,-4,-4,-2,-4,-3,-4,-2,-3,-2,-3,-2,-3,-2,-4,-1,-3,-1,-4,-1,-4,0,-4,-2,-5,-1,-4,0,-5,-1,-4,0,-4,0,-3,0,-4,-1,-3,0,-4,0,-3,0,-3,0,-3,0,-3,0,-3,0,-4,0,-3,0,-4,0,-3,0,-3,1,0,0],[109,91,-11,31,-2,5,-1,5,-1,3,-1,3,-1,3,-1,4,0,2,0,3,3,1,3,0,4,0,3,0,4,0,4,0,4,0,3,0,4,-1,4,0,3,0,5,0,2,0,-1,-1],[73,174,17,23,8,3,4,2,5,1,4,1,5,1,4,0,5,0,5,0,5,-1,4,-1,5,-2,3,-1,4,-3,3,-2,3,-2,2,-3,2,-3,2,-3,1,-2,1,-3,3,-5,1,-2,0,-3,-1,-3,0,0],[155,67,10,13,3,1,2,-2,2,-3,0,-3,0,-2,-2,-3,-3,-2,-3,0,-4,1,-2,3,-2,0],[50,71,2,13,3,2,3,0]],[[113,3,-2,-1,-3,0,-5,0,-6,2,-9,2,-9,2,-7,3,-6,2,-4,1,-3,2,-3,2,-2,3,-2,4,-4,6,-3,8,-3,7,0,7,2,6,2,5,4,5,3,5,5,5,5,5,4,3,2,3,2,2,3,2,9,5,16,8,18,9,11,5,6,3,5,1,6,2,4,0,7,0,9,0,10,-1,8,-2,8,-4,8,-4,5,-4,3,-3,2,-4,1,-4,1,-5,1,-2,0,-3,0,-2,-1,-3,-1,-4,-1,-5,-2,-7,-3,-9,-2,-10,-2,-8,-2,-5,-1,-4,-2,-3,-1,-2,-2,-2,-2,-3,-4,-2,-8,-5,-6,-3,-10,-4,-10,-4,-8,-3,-6,-2,-5,-1,-4,0,-3,0,-2,0,-3,0,-3,0,-3,0,-2,0,0,0],[87,23,0,2,0,2,1,2,0,2,0,2,1,2,0,1,0,2],[86,35,-1,-3,-1,-4,0,-4,0,-3,0,-3,1,2,0,3,1,4,0,3,2,1,2,0,0,2,-2,1,-2,1,-1,-3,0,-3,0,-2,3,1,1,2,1,2,-2,2,-2,-4,1,-3,1,-1,1,-1,2,1,0,2,-2,1,-1,0],[155,33,-7,-2,-7,-2,-6,-2,-1,0,2,-1,2,-1,4,-1,3,0,2,2,1,2,0,2,0,2,-1,2,-2,2,-3,0,-3,0,0,-2,1,-3,4,-3,5,-1,5,0,2,1,2,1,1,2,-1,2,-3,2,-5,1,-8,0,-8,-2,-2,-2,-1,-2,2,-2,6,-1,9,1,6,1,1,2,-3,2,-3,0,-3,0,2,-1,4,-1,0,0],[86,70,2,3,2,3,4,7,9,13,13,17,15,16,10,9,5,3,3,0,5,-1,13,-6,13,-8,13,-10,6,-8,2,-6,0,-4,-2,-5,-4,-6,-2,-3,0,0],[109,59,0,2,0,2,0,5,5,9,10,9,13,7,7,3,14,-1,8,-2,8,-3,2,-2,1,-3,-1,-3,-2,-4,0,0],[112,58,2,0,2,1,2,0,1,2,0,2,1,1,0,2,0,2,1,1,2,2,2,0,2,0,1,0,3,1,2,1,1,1,2,0,3,0,3,0,2,0,3,0,2,0,3,0,3,0,3,0,3,0,1,0,3,0,2,0,2,0,2,0,1,0,2,1,1,2,1,2,0,1],[118,81,3,-1,2,-2,1,2,0,1,0,2,4,1,3,0,2,0,1,0,1,3,0,2,0,1,2,1,3,-2,3,-1,2,0,2,0,0,3,1,1,0,2,3,1,4,-2,2,-1,2,-1,2,-1,0,1,0,1],[122,69,2,3,1,2,2,1,3,0,2,-1,2,2,1,0,2,-1,2,-1,3,-2,0,2,0,2,4,-1,3,-3,2,-2,1,-1,0,0],[255,33,-4,-2,-7,-3,-9,-2,-9,-1,-6,0,-5,1,-4,2,-1,2,-2,1,1,-2,2,-6,3,-5,1,-3,1,-2,0,0],[211,36,4,2,5,2,1,1],[0,4,3,1,5,1,5,2,5,2,6,2,7,3,5,2,3,2,2,2,2,3,3,3,3,5,2,5,1,3,1,0],[50,40,-3,0,-8,1,-8,0,-4,1,-1,0],[56,42,3,0,2,-1,0,-2,0,0]],[[43,71,7,-10,4,-7,2,-4,2,-5,2,-5,4,-5,6,-7,8,-8,10,-9,9,-6,11,-4,11,-1,16,0,17,2,17,8,18,10,16,11,14,11,11,12,8,16,6,16,3,18,1,18,0,18,-1,17,-3,15,-5,12,-9,9,-9,8,-7,9,-33,24,-19,9,-16,5,-12,2,-10,1,0,0],[16,238,-9,-1,-5,-6,-2,-5,0,-10,2,-14,8,-17,9,-15,5,-18,10,-76,0,0],[30,21,4,0,4,-1,4,0,6,0,4,0,5,-1,-5,6,-3,5,-5,6,-5,6,-4,8,-5,8,-3,8,-3,8,-4,12,-4,12,-3,12,-3,11,-2,9,-1,10,0,8,-1,9,-1,7,0,7,0,7,0,7,0,8,2,8,3,7,4,7,3,6,4,5,6,5,4,3,5,3,7,1,7,1,8,1,11,1,9,1,12,0,12,0,12,0,9,-1,7,-2,4,-1,-15,5,-17,11,0,0],[169,59,3,0,5,1,4,6,4,7,1,4,0,5,0,3,-1,5,-4,5,-10,5,-6,2,-3,0,-7,-5,-1,-7,0,-7,0,-7,3,-9,5,-6,4,-5,2,-5,3,-4,2,3,0,0],[83,84,7,-6,4,-4,6,0,3,0,6,7,2,6,0,8,0,6,-2,6,-5,5,-3,2,-4,2,-3,0,-5,0,-3,-4,-1,-5,-1,-7,-1,-8,0,-11,0,-6,0,-4,3,-2,9,3,0,0],[180,149,-1,4,-1,6,-1,7,-2,7,-2,5,-2,4,-1,3,-4,5,-4,2,-5,2,-5,3,-7,1,-9,0,-9,0,-10,0,-10,-1,-10,-2,-11,-3,-8,-2,-5,-2,-4,-2,-3,-3,4,-2,3,0,5,2,0,0],[161,72,0,0]],[[93,214,-3,1,-3,0,-2,0,-3,0,-2,0,-5,-2,-8,-3,-5,-3,-5,-3,-16,-7,-4,-2,-4,-2,-4,-3,-3,-1,-2,-2,-2,-2,-3,-2,-2,-3,-2,-5,-2,-4,-2,-6,-1,-6,-2,-6,-2,-7,-1,-7,-2,-8,-1,-7,-1,-7,-1,-7,0,-6,0,-7,0,-7,0,-7,0,-5,0,-6,1,-6,2,-6,1,-5,1,-6,2,-5,3,-6,5,-7,4,-5,4,-4,4,-4,11,-7,6,-3,6,-3,8,-2,7,-2,10,-1,8,0,8,0,8,0,11,1,11,4,13,3,36,15,11,6,11,5,10,5,8,4,7,3,6,4,4,2,4,3,4,3,3,3,2,3,3,2,2,4,2,2,2,3,1,5,3,9,1,5,1,5,0,6,0,5,-1,6,-1,5,-2,7,-3,7,-4,7,-5,6,-4,5,-4,4,-4,4,-2,3,-4,1,-3,4,-3,1,-3,2,-2,2,-5,3,-5,2,-8,4,-8,3,-8,4,-5,3,-6,2,-4,1,-3,1,-3,1,-5,1,-2,1,-2,0,-4,1,-2,1,-4,1,-5,1,-5,0,-5,1,-18,2,-3,1,-2,0,-3,1,-2,0,-2,1,-3,-1,-4,-2,-5,-2,-3,-2,-2,-2,-3,-1,-2,-3,-2,-2,-2,-3,-1,-2,-2,-3,0,0],[60,50,3,-3,4,-2,4,-2,4,-2,4,-1,3,-2,3,-1,3,-1,3,0,4,1,3,1,4,2,4,2,4,2,4,2,2,1,2,2,0,2,-3,1,-1,1],[62,48,2,3,2,3,2,3,2,3,1,3,3,1,2,1,4,1,5,1,10,1,4,0,4,0,2,0,3,0,4,0,3,-1,3,-1,2,-1,5,-3,2,-2,2,-3,0,-2,-1,-3,-2,-2,-3,-2,-3,-2,-3,-1,-2,-2,-3,-1,-2,-1,-2,0],[89,35,-1,3,0,2,-2,4,-1,3,0,3,-2,3,-1,2,-1,3,0,3,1,2,0,2,1,3,1,4,0,2,2,-3,0,0],[100,41,1,2,1,3,1,3,0,3,0,3,0,3,-1,2,-1,2,-3,1,-3,-2,0,0]],[[79,8,-5,-1,-4,0,-4,0,-3,0,-6,1,-6,3,-3,2,-4,3,-3,4,-4,4,-3,4,-3,5,-3,5,-3,4,-2,4,-3,4,-2,5,-1,4,-2,4,-1,6,-1,5,-1,5,0,5,-1,5,0,4,0,4,-1,5,0,6,1,4,0,5,0,5,1,4,1,5,1,3,1,4,1,3,1,4,2,3,3,6,2,4,2,6,3,4,4,4,6,4,3,2,4,3,6,3,4,2,5,3,4,2,6,2,5,2,5,2,3,1,5,2,5,1,5,0,3,1,6,1,4,0,4,0,5,0,4,0,4,-1,3,-1,5,-1,3,0,4,-2,4,-2,5,-2,7,-2,6,-3,3,-2,4,-3,3,-2,3,-2,3,-3,5,-3,3,-4,3,-4,4,-4,3,-4,2,-4,2,-3,2,-3,1,-3,2,-3,2,-5,1,-4,2,-4,1,-5,0,-5,2,-7,0,-5,0,-4,-1,-3,0,-5,0,-4,-1,-4,-1,-4,0,-3,-1,-6,-1,-4,-2,-6,-2,-6,-1,-4,-1,-4,-2,-4,-2,-4,-2,-3,-3,-3,-4,-4,-3,-3,-5,-3,-4,-4,-4,-2,-5,-4,-4,-3,-4,-2,-3,-2,-9,-2,-4,-1,-4,-1,-4,-1,-4,-1,-4,-1,-7,-1,-4,-1,-10,0,-4,0,-6,0,-3,0,-4,1,-4,1,-5,1,-4,2,-5,1,-5,2,-7,2,-8,2,0,0],[90,200,-4,2,-7,7,-4,4,-4,4,-3,4,-6,4,-8,4,-4,1,-4,1,-4,1,-5,1,-4,1,-5,0,-6,-1,-10,-2,-5,-1,-4,-1,-3,-2,0,-1],[164,202,-4,1,-3,4,-1,4,1,3,4,4,4,1,5,1,6,0,4,0,5,-2,3,0,6,-2,7,1,4,0,3,-1,6,-2,5,-3,5,-2,7,-2,4,-1,4,0,5,-2,5,-1,4,-2,2,-3,0,1],[97,167,6,2,4,0,4,0,4,0,4,-1,3,-1,4,-1,2,-1],[138,84,2,-4,4,-2,4,-3,4,-1,5,-1,5,-1,5,0,4,1,4,1,4,3,4,4,4,5,1,5,1,4,-1,1],[150,73,-4,4,-3,3,-3,4,-2,4,-2,5,-1,3,-1,4,0,3,1,4,1,4,3,4,3,4,4,3,5,3,5,1,4,0,5,-1,4,-1,4,-3,4,-4,4,-3,4,-5,2,-5,2,-4,-1,-4,0,0]],[[169,17,-5,1,-3,1,-2,0,-3,0,-2,1,-2,0,-3,0,-3,1,-3,0,-2,0,-3,1,-2,0,-2,0,-2,1,-2,0,-2,0,-2,1,-2,1,-3,0,-2,1,-2,0,-3,1,-3,1,-2,1,-3,1,-2,1,-3,1,-3,2,-2,1,-3,1,-3,2,-2,1,-4,2,-2,1,-3,2,-2,2,-3,2,-2,1,-3,2,-2,2,-2,2,-3,3,-2,2,-2,2,-3,3,-2,2,-1,2,-2,3,-2,2,-2,2,-1,3,-2,2,-2,3,-2,3,-1,3,-2,3,-2,3,-1,3,-2,3,-1,3,0,3,-1,2,-2,4,0,3,-1,3,-1,3,-1,4,0,3,-1,3,0,3,-1,4,0,4,0,3,0,3,0,4,0,3,1,3,0,3,1,3,1,3,0,4,2,3,1,2,1,3,2,3,1,2,2,3,2,2,1,2,2,2,2,3,2,2,2,2,3,1,2,2,2,2,3,1,3,2,2,1,3,1,3,1,2,1,3,1,3,1,3,0,3,1,3,0,4,0,3,1,3,0,3,0,3,0,4,0,3,0,3,0,3,0,4,-1,3,0,3,0,3,-1,3,0,3,-1,4,-1,3,-1,3,0,3,-1,3,-1,3,-1,3,-1,3,-1,2,-1,3,-1,3,-1,2,-1,3,-1,2,-1,3,-1,2,-1,2,-1,3,-2,2,-1,2,-1,2,-2,2,-1,2,-1,2,-2,1,-1,2,-2,3,-2,2,-2,2,-3,1,-2,1,-1,1,-2,1,-2,1,-1,1,-2,1,-2,0,-2,1,-2,1,-4,1,-2,0,-2,0,-2,0,-3,0,-2,0,-2,0,-2,0,-2,0,-3,-1,-2,0,-3,0,-2,0,-2,-1,-2,-1,-2,-1,-4,-1,-2,0,-3,-1,-3,0,-3,-1,-1,-2,-2,-1,-4,-1,-2,-1,-2,-1,-2,-2,-2,-2,-3,-1,-2,-1,-2,-1,-2,-1,-3,-1,-2,-1,-3,-1,-3,-1,-2,-1,-2,0,-1,-1,-2,-1,-2,-1,-1,0,-2,-1,-2,0,-1,-2,-4,0,-2,-1,-2,0,-1,-1,-2,-1,-3,0,-2,-1,-2,0,-1,-1,-4,-1,-2,-1,-3,-1,-3,-1,-4,-1,-2,-3,-5,-1,-2,-1,-2,-3,-3,-1,-2,-1,-2,-2,-2,-2,-3,-2,-1,-2,-2,-1,0],[84,75,-4,0,-1,-2,0,-2,-1,-2,1,-2,0,-2,1,-3,2,-3,2,-2,2,-2,2,-2,1,-1,2,0,2,1,2,2,1,2,0,4,0,2,0,2,-1,3,-1,1,-2,2,-1,1,-2,1,-2,-1,-3,-2,-1,-2,-1,-3,0,-1,1,-2,1,-2,2,-1,2,0,2,2,1,2,1,2,0,2,0,1,0,3,-1,2,-1,1,-1,0],[149,73,-1,-3,1,-2,2,-2,1,-2,3,-3,2,-1,2,-1,1,-1,3,1,1,1,2,2,0,1,0,3,-1,2,-1,3,-2,3,-1,2,-2,1,-2,1,-3,0,-2,-1,-1,0],[78,39,2,4,0,3,1,3,1,1,1,2,1,1],[97,38,2,3,-1,2,-1,2,-2,3,-1,3,-2,2,-2,2,-1,1],[102,44,-2,3,-2,3,-3,4,-2,3,-1,0],[138,48,3,3,3,3,2,2,2,2,1,2,2,2,0,1],[154,46,2,3,1,2,2,3,1,3,1,2,0,0],[167,50,-1,3,-1,2,-4,6,-3,3,-4,4,-2,2,-1,1],[116,82,-1,4,0,2,-1,2,-2,2,0,2,-1,2,-1,2,-1,2,-1,4,0,2,0,1,0,2,0,2,1,2,0,2,2,2,1,2,2,2,2,2,1,2,1,2,0,1,0,2,0,2,0,0],[63,119,1,3,0,3,1,3,0,1,0,3,1,2,0,4,1,2,1,3,1,3,1,2,1,4,2,2,1,3,2,2,3,3,2,2,4,2,3,2,4,3,3,1,2,1,5,1,1,1,3,1,3,0,3,0,4,0,3,0,3,0,3,-1,4,-2,3,-1,3,-1,3,-2,3,-2,4,-2,3,-2,2,-1,4,-3,3,-2,2,-2,3,-3,2,-3,2,-3,1,-1],[195,75,4,-3,1,-1,2,-1,2,0,2,-1,2,0,1,0,3,0,2,0,3,1,2,1,2,1,3,2,1,1,0,2,0,2,-2,3,-1,1,-2,3,-1,2,-1,2,0,2,1,2,2,1,3,1,5,1,2,0,4,1,4,1,2,1,1,0,4,1,4,2,2,1,2,3,0,1,0,3,-2,2,-2,3,-2,3,-4,3,-3,2,-8,4,-5,3,-5,2,-4,2,-4,2,-3,1,-5,2,-2,0,-4,0,-3,0,0,0],[55,49,-4,0,-2,1,-3,2,-3,1,-2,1,-4,3,-4,3,-4,4,-5,5,-1,2,-1,2,0,1,3,1,1,0,2,0,2,0,3,1,1,2,-1,2,-2,3,-4,4,-4,4,-4,5,-5,5,-5,5,-3,5,-3,4,-2,3,-1,2,0,3,2,3,2,1,4,1,1,1,3,0,2,1,3,1,5,1,8,1,2,1]],[[137,0,4,0,3,0,4,0,3,0,2,0,2,0,3,0,3,0,4,0,3,1,3,1,3,1,2,1,4,1,3,2,3,3,5,3,4,4,3,3,4,5,3,4,4,5,2,5,3,4,2,4,1,3,0,3,1,3,1,5,0,5,0,5,0,6,0,4,0,4,-1,4,-1,3,-4,5,-2,3,-4,4,-5,5,-2,2,-5,4,-6,4,-3,1,-2,1,-3,2,-3,0,-3,2,-6,1,-4,0,-8,1,-6,1,-4,0,-4,0,-5,0,-3,0,-4,-1,-3,-1,-4,-1,-4,-1,-3,-1,-3,-2,-4,0,-2,-1,-2,-1,-2,-1,-2,-1,-2,-1,-6,-4,-2,-2,-3,-2,-2,-2,-1,-2,-1,-2,-2,-2,-2,-4,-1,-2,0,-4,-1,-2,0,-2,-1,-2,-1,-3,0,-2,0,-3,0,-4,0,-2,0,-2,0,-3,0,-2,0,-2,0,-2,0,-2,1,-2,0,-2,0,-2,1,-3,0,-2,1,-2,0,-2,1,-3,1,-3,1,-2,1,-2,1,-2,2,-2,2,-2,6,-3,1,-2,2,-2,2,-2,4,-2,1,-2,2,-1,2,-2,1,-2,3,-1,3,-1,2,-1,2,-1,3,-1,1,-1,2,0,3,-1,2,-1,2,0,2,0,2,0,2,0,0,0],[147,46,0,1,0,2,0,2,0,2,0,2,0,2,0,3,0,2,0,2,0,2,0,2,0,0],[178,72,0,3,-2,3,-1,2,-2,3,-3,3,-2,2,-2,2,-2,2,-2,1,-2,1,-2,1,-2,1,-2,0,-3,1,-2,0,-4,0,-3,0,-3,0,-2,0,-2,0,-2,0,-2,-1,-3,-2,-2,-1,-3,-2,-2,-2,-2,-2,-1,-2,-2,-3,-2,-3,-1,-2,-1,-2,-1,-2,0,-1],[122,27,0,0],[127,30,0,2,0,1,0,2,0,0],[161,28,0,4,0,2,0,4,0,3,0,2,0,2,0,2,0,1],[127,31,0,1,0,2,0,2,0,2,0,1,0,2,-1,2,0,2,0,1],[181,3,5,1,7,4,8,7,9,9,10,10,7,12,7,12,7,15,5,15,3,10,2,6,1,5,1,4,0,3,1,5,0,4,1,3,0,1,0,1],[114,3,-5,0,-36,16,-18,13,-13,12,-8,10,-11,12,-7,10,-5,9,-3,8,-3,7,-2,5,-2,5,-1,4,0,2,0,0]],[[106,48,-4,-2,-4,0,-3,-2,-4,2,-4,-2,-4,0,-4,-1,-3,0,-3,4,-4,2,-1,4,-1,4,-2,4,0,4,0,5,0,4,3,3,1,4,3,4,4,2,3,0,4,-1,4,-1,4,-1,2,-5,4,-2,1,-5,4,-4,3,-3,4,-4,2,-4,3,-4,1,-4,0,-3,1,-7,1,-5,0,0],[158,93,-4,-3,-1,-4,-3,-5,-1,-4,-1,-5,-1,-4,0,-3,1,-4,2,-4,2,-5,2,-5,4,-3,3,-3,3,-3,4,-1,4,2,4,-1,4,4,3,0,4,2,2,4,1,4,0,4,0,4,1,5,0,3,-1,4,-3,4,-2,4,-4,1,-4,1,-4,2,-3,-2,-4,-2,-4,-1,-3,-4,0,0],[124,25,-4,-2,-4,1,-4,0,-3,-3,-4,-2,-4,0,-4,-3,-5,-3,-4,0,-3,-2,-4,-2,-4,-3,-4,-1,-4,-1,-4,-2,-3,-1,0,-1],[144,18,4,-2,4,-1,4,1,3,0,5,0,4,0,4,-5,4,0,4,-3,5,-4,4,-2,2,-2],[67,167,1,4,4,4,4,3,2,3,4,3,4,2,4,3,3,4,4,2,4,3,4,2,4,3,3,2,4,0,4,-1,5,0,5,-2,5,0,5,0,4,0,4,0,4,0,4,-4,3,-4,3,-4,2,-4,2,-3,0,-4,0,0],[144,118,1,4,2,4,1,3,1,4,0,5,0,5,0,4,-4,1,-3,0,-4,2,-4,0,-3,-4,0,0],[0,96,0,4,1,4,1,6,1,5,2,4,0,4,1,4,0,4,1,5,1,3,0,6,2,3,1,4,1,5,0,4,1,4,2,4,0,3,2,4,0,4,2,4,1,4,2,3,2,4,2,4,3,5,1,4,2,4,2,4,4,3,3,5,4,3,3,5,5,5,4,1,1,4,4,2,3,2,4,4,4,0,4,2,4,2,4,0,3,1,4,-1,4,0,4,-2,4,-1,3,1,4,0,4,0,4,2,5,0,4,-3,3,-1,4,-1,4,-2,4,0,4,-2,3,0,4,0,4,-3,4,-2,4,-2,4,-3,2,-4,4,-3,4,2,3,-4,2,-4,1,-4,3,-4,1,-3,1,-4,3,-4,1,-4,0,-5,1,-4,0,-5,1,-5,0,-4,0,-4,2,-5,1,-3,0,-5,0,-4,1,-4,1,-4,2,-4,0,-4,1,-3,1,-4,0,-5,2,-4,1,-4,1,-5,0,-4,4,-1,4,3,4,0,3,-3,4,-1,1,-4,4,-3,1,-3,3,-4,3,-4,1,-4,0,-4,0,-3,0,-4,-1,-4,-2,-4,-2,-5,-4,-1,-4,0,-4,2,-3,2,-2,0]],[[108,0,-19,9,-13,7,-16,11,-15,13,-15,13,-8,12,-9,14,-7,22,-4,22,-1,21,1,24,3,19,8,19,8,17,12,12,15,11,19,7,25,2,25,-6,24,-12,21,-14,14,-16,15,-28,8,-28,1,-31,-2,-22,-6,-23,-5,-18,-4,-10,-14,-13,-11,-6,-14,-6,-15,-5,-12,-3,-12,-3,-15,-5,-12,-2,-1,-2],[57,81,-2,0],[138,62,-11,6,0,0],[85,151,0,-1],[38,145,1,12,4,10,5,10,4,11,5,10,10,10,11,7,13,1,11,-3,10,-6,10,-9,11,-10,6,-11,6,-10,4,-11,0,-10,1,-1]],[[126,13,2,0,3,0,10,3,4,2,3,1,9,5,6,5,6,5,8,10,2,2,2,5,2,3,1,6,1,3,0,3,1,3,0,2,0,3,0,3,0,3,0,2,0,3,0,2,0,5,0,3,-1,3,-2,3,-2,5,-3,4,-2,4,-2,2,-4,2,-3,1,-3,2,-4,2,-2,1,-3,0,-4,2,-3,0,-3,1,-3,0,-3,0,-3,1,-3,0,-4,0,-4,0,-5,0,-8,0,-5,0,-10,-1,-3,0,-3,-1,-5,-2,-3,-3,-3,-1,-3,-2,-2,-3,-3,-2,-3,-5,-5,-9,-6,-9,-5,-10,-3,-6,0,-3,-1,-2,0,-3,0,-3,1,-4,1,-3,3,-4,3,-4,2,-1,2,-2,3,-3,3,-2,4,-3,2,-2,3,-2,4,-3,6,-4,5,-3,6,-3,3,-3,3,-1,2,-1,3,-1,4,-1,3,-2,3,0,3,0,2,0,3,0,1,0],[146,92,-2,5,-2,3,-3,4,-2,3,-2,1,-3,0,-2,1,-3,0,-4,1,-3,1,-3,2,-2,-2,-2,-2,-3,-2,-3,-2,-1,-2,-1,-2,0,-3,0,-2],[106,46,0,-3,3,0,0,2,-2,1,-1,-3,2,0,1,3,-1,2,-2,0],[138,43,-3,0,-1,-2,3,0,1,2,-1,-3,0,1],[122,71,0,3,-1,3,-1,2,3,1,3,0,2,0,2,-1],[126,11,4,-2,3,-1,3,-1,3,-2,4,-1,4,-1,4,-2,5,-1,6,0,4,0,4,0,4,0,4,0,3,0,4,2,4,1,3,2,4,3,2,2,3,4,2,3,2,4,3,5,2,6,2,6,2,5,1,5,0,4,1,5,0,5,0,2,0,4,0,3,-1,5,0,5,0,3,0,7,0,7,0,5,0,4,0,3,0,3,1,2,3,0,4,0,7,0,3,1,7,3,3,2,3,0,3,0,4,0,0,-1],[125,9,-3,0,-5,-1,-7,-2,-10,-3,-11,-2,-6,0,-6,0,-4,0,-2,3,-2,1,-4,1,-4,2,-4,1,-2,2,-2,3,-4,4,-3,4,-3,4,-2,2,-2,4,-2,4,-1,4,-2,5,-1,5,-3,5,-1,5,-2,5,-1,5,-1,3,0,4,-1,3,0,2,0,5,0,5,0,4,0,8,0,6,0,6,-1,5,-1,2,-1,3,-3,2,-3,1,-4,1,-3,0,-3,0,-3,-3,-1,-2,-1,-2,0,-4,0,-4,0,-2,2,2,3,2,2,3,4,4,2,2,4,0,5,1,11,1,3,1,14,2,6,1,17,1,3,0,10,1,4,0,3,0,5,0,8,0,4,0,6,0,4,0,7,0,2,0,10,0,6,0,8,-1,10,0,5,0,6,-1,3,0,5,-1,7,-1,3,0,5,-1,5,0,3,-1,4,0,4,-1,3,0,4,0,3,-1,3,0,3,-1,3,0,3,-1,3,0,2,0,3,-1,3,0,2,-1,4,-1,2,-1,0,-2]],[[217,9,-15,0,-17,0,-19,0,-20,0,-13,0,-16,0,-12,0,-17,1,-20,17,-16,21,-14,32,-14,38,-9,36,-9,32,-3,20,-3,17,0,12,0,6,8,5,8,4,7,1,6,2,9,2,10,0,13,0,10,0,8,-2,11,-7,10,-4,12,-8,16,-9,14,-9,11,-7,13,-9,12,-10,7,-5,4,-6,4,-11,3,-14,5,-14,2,-15,5,-15,2,-14,1,-15,3,-15,1,-8,0,-8,0,-6,-2,-11,-6,-8,-6,-7,-2,-6,-3,-7,-2,-5,0,0],[80,60,0,7,0,6,0,8,0,2],[131,62,0,6,0,6,0,7,2,6,0,1],[103,91,0,11,0,7,0,6,0,0],[34,144,6,5,6,5,8,6,7,1,8,2,10,2,6,1,6,0,10,0,7,0,6,0,7,0,9,-1,9,-2,7,-3,4,-6,0,-5,4,-9,4,-7,6,-3,0,0]],[[0,82,0,12,0,9,0,13,4,17,5,20,8,17,10,18,12,17,21,18,22,14,26,11,25,3,23,0,25,-6,19,-13,18,-11,11,-10,13,-17,6,-11,5,-19,2,-19,0,-13,0,-13,0,-14,-7,-18,-9,-21,-12,-17,-8,-11,-6,-8,-8,-8,-8,-7,-8,-4,-13,-4,-12,-3,-10,-3,-13,-1,-11,0,-11,0,-10,0,-9,0,-11,0,-10,0,-9,0,-13,3,-11,6,-10,8,-8,5,-8,9,-5,10,-1,11,-2,10,0,11,0,9,0,7],[55,90,8,4,8,0,11,-4,8,-3,7,-9,1,-12,0,-9,-3,-8,-8,0,-11,0,-8,0,-2,8,-1,9,0,8,8,7,0,0],[140,76,9,8,8,5,15,5,11,3,8,0,5,-10,0,-9,-7,-13,-9,-8,-10,-3,-8,0,-8,1,-8,7,-13,11,0,0],[57,137,5,8,11,11,9,6,10,6]],[[204,30,-27,-22,-17,-8,-15,0,-27,3,-25,5,-24,10,-19,10,-19,19,-18,25,-10,27,-3,26,5,32,10,24,15,19,21,14,24,8,30,0,36,-6,33,-13,29,-15,21,-16,18,-15,8,-15,5,-40,-8,-23,-11,-20,-12,-16,-6,-9,-11,-7,-13,-7,-5,-3,-8,-2,-1,0],[92,56,0,21,0,46,0,6,3,6,0,4],[134,67,-2,22,-1,21,0,14,0,8,0,3],[76,161,7,9,7,7,6,3,6,3,7,4,6,1,10,0,9,0,10,-3,8,-1,7,-2,5,-3,7,-4,4,-5,5,-6,3,-5,0,0]],[[90,10,4,-2,3,0,6,-3,6,-2,7,-2,8,-1,10,0,10,1,10,6,12,10,12,14,10,17,9,21,6,22,3,21,1,21,0,19,-3,19,-6,17,-9,16,-9,13,-13,13,-12,9,-13,7,-14,5,-14,3,-13,1,-14,0,-14,-2,-11,-5,-12,-6,-10,-9,-10,-10,-9,-11,-8,-12,-6,-13,-4,-13,-3,-15,0,-12,0,-14,0,-13,2,-11,3,-12,3,-11,5,-9,4,-9,5,-8,7,-9,7,-9,9,-7,7,-6,8,-6,7,-4,7,-3,9,-3,7,-2,6,-1,3,0,1,0],[107,133,3,4,4,5,3,3,3,3,4,3,4,2,3,3,3,2,-1,4,-3,2,-3,2,-5,2,-5,2,-4,2,-4,1,-5,2,-4,2,-4,1,-3,1,-3,1,-2,0,0,0],[133,108,4,-3,3,0,9,-4,5,-1,6,-1,7,0,6,2,5,2,4,4,2,4,0,4,0,5,-2,3,-3,2,-6,2,-5,1,-5,0,-4,-3,-3,-5,0,-5,0,-5,3,-3,3,-1,3,-1,1,0],[55,100,4,-1,3,1,3,2,3,3,6,8,3,6,1,6,0,6,0,4,-4,3,-4,2,-7,1,-5,0,-6,-3,-4,-4,-2,-5,-1,-6,-1,-5,0,-4,3,-3,4,-2,5,-1,5,-1,5,0,5,0,3,0,2,2],[66,105,-3,-2,-8,-2,-5,-1,-5,0,-5,1,-4,2,-5,3,-5,3,-4,3,-4,4,-3,4,-4,5,0,0],[131,215,-2,2,-7,3,-19,0,-24,-9]],[[114,8,-10,-1,-13,1,-14,4,-14,8,-19,16,-13,17,-13,24,-11,27,-6,28,-1,22,0,22,5,19,10,15,14,14,17,13,15,7,17,6,17,4,16,0,19,0,17,-9,19,-18,17,-23,13,-24,8,-26,6,-24,3,-20,0,-18,-3,-16,-7,-15,-8,-13,-10,-10,-11,-12,-10,-9,-9,-6,-9,-5,-7,-3,-6,-2,-5,-1,0,0],[83,68,2,26,14,15,6,0,2,-6,1,-12,0,-12,-5,-10,-5,-5,-9,-1,-3,4,0,6,3,7,6,2,8,2,0,0],[152,86,0,-7,0,-5,0,-4,-5,-1,-7,8,-1,10,0,8,0,6,4,5,9,-5,3,-8,1,-10,-3,-12,-5,-1,-1,6,0,0],[41,199,113,-13,1,-2]],[[177,34,-4,-2,-4,-1,-7,-3,-9,-2,-10,-1,-14,0,-15,0,-13,1,-16,4,-15,5,-17,9,-17,13,-15,16,-11,16,-7,21,-3,22,0,23,1,21,7,18,9,14,12,11,14,7,16,6,18,3,19,0,22,-1,21,-4,20,-5,19,-7,18,-12,17,-11,14,-12,11,-13,9,-15,6,-16,2,-15,0,-16,-4,-16,-7,-15,-6,-12,-9,-13,-8,-11,-11,-10,-12,-7,-14,-7,-14,-6,-12,-6,-11,-5,0,0],[79,76,-6,0,-5,0,-5,0,-4,1,-6,4,-2,4,0,6,0,7,4,7,5,5,7,4,8,1,9,0,8,-2,7,-6,8,-8,5,-11,2,-11,1,-8,0,-5,-9,-3,-10,1,-10,4,-10,7,-10,5,-7,5,-4,3,0,0],[147,70,-1,4,0,4,0,7,2,8,3,6,4,4,7,2,9,0,8,-4,8,-7,6,-8,4,-7,1,-7,0,-6,-5,-5,-7,-3,-11,-2,-13,1,-14,6,-11,10,-4,5,0,0],[59,181,3,4,12,14,7,7,7,4,9,6,11,2,13,0,12,-5,11,-10,10,-12,9,-13,7,-11,0,0],[105,144,5,3,4,0,5,1,4,3,5,3,4,4,4,4,4,4,-8,2,-7,2,-7,2,-9,4,-8,5,-6,3,-5,0,0,0]],[[64,0,-10,1,-9,0,-10,9,-9,15,-11,25,-12,40,-3,38,0,34,15,30,25,28,35,22,42,13,45,0,39,-15,30,-32,16,-41,3,-45,-3,-41,-25,-35,-35,-21,-37,-15,-36,-3,-38,3,-33,18,-20,15,-9,18,0,0],[62,29,-9,13,0,12,0,11,3,10,0,0],[112,31,-6,14,-6,20,0,17,0,14,0,0],[153,54,1,22,0,13,0,0],[206,78,-2,15,-3,13,-4,11,0,0],[90,126,0,0],[176,136,0,0],[89,114,-2,12,0,8,0,6],[176,122,-6,17,0,11,0,0]],[[153,16,-4,-2,-3,-1,-3,-1,-4,-1,-4,-2,-5,-2,-5,-2,-6,-2,-4,-1,-4,-2,-5,0,-4,0,-6,0,-6,1,-6,1,-6,3,-7,2,-6,3,-6,4,-6,5,-7,5,-6,5,-6,7,-5,6,-5,7,-5,7,-4,8,-5,8,-3,7,-3,8,-1,6,-2,5,-1,5,0,3,0,5,1,4,2,4,3,6,6,7,6,6,6,5,5,5,8,6,7,5,6,4,7,4,7,5,7,4,7,3,9,3,8,3,7,2,6,1,8,1,8,0,7,-2,8,-3,7,-2,7,-3,6,-4,7,-5,7,-5,5,-5,5,-5,4,-7,4,-6,2,-6,1,-6,1,-7,2,-8,0,-7,0,-8,-1,-8,-1,-7,-2,-8,-3,-8,-3,-6,-3,-5,-3,-5,-4,-5,-4,-4,-4,-4,-4,-4,-4,-2,-4,-2,-4,-1,-5,0,-4,-1,0,0],[81,116,1,2,4,5,4,3,4,2,3,2,2,2,4,2,3,1,4,1,5,1,5,0,4,0,4,-1,5,-1,5,-3,6,-4,6,-5,4,-5,0,0],[69,74,1,0],[135,71,0,0],[131,79,0,1],[119,193,1,3,0,2,0,3,0,3,0,2,0,3,0,3,0,3,0,2,0,3,0,3,0,3,0,3,-1,2,-4,2,-2,1,-3,3,-3,2,-3,3,-3,2,-3,2,-3,1,-4,1,-3,1,-2,1,-2,1],[123,233,4,2,5,3,3,2,4,4,3,3,2,0,3,1,3,1,3,2,3,2,4,1,2,1],[126,215,-3,-1,-3,-2,-3,-1,-3,-1,-3,-3,-3,-3,-2,-2,-3,-2,-1,0],[124,210,3,-1,3,-1,4,-1,3,-1,5,-1,5,-1,4,-2,5,-1,5,-2,5,-2,8,-4,0,0]],[[86,19,-6,-1,-2,0,-3,0,-2,0,-3,0,-3,1,-5,2,-2,2,-3,2,-3,2,-3,2,-3,3,-3,3,-4,4,-3,3,-4,5,-2,3,-5,9,-4,6,-5,9,-5,9,-3,5,-2,6,-2,6,-2,6,-1,6,-1,6,-1,6,-1,6,0,6,0,6,0,6,0,6,0,6,2,6,1,5,1,5,2,6,2,6,3,5,3,6,3,4,2,5,3,4,4,4,4,5,4,4,4,3,5,4,5,3,5,4,5,2,6,3,5,2,6,2,5,2,6,2,6,1,6,1,6,1,6,0,5,0,6,-1,6,0,6,-1,5,-1,5,-1,5,-2,5,-1,5,-2,4,-2,5,-2,3,-3,4,-2,4,-3,3,-2,4,-3,3,-3,2,-3,4,-4,3,-5,2,-5,3,-5,2,-4,1,-4,1,-4,1,-4,1,-3,0,-5,1,-4,0,-5,1,-6,-1,-5,0,-5,0,-5,0,-6,-1,-5,0,-5,-1,-5,-1,-5,0,-5,-1,-5,-2,-5,-1,-5,-1,-5,-1,-4,-1,-5,0,-4,-3,-7,-3,-6,-2,-6,-3,-8,-2,-4,-1,-3,-2,-4,-2,-4,-1,-3,-2,-3,-2,-3,-2,-3,-2,-3,-2,-3,-1,-2,-3,-3,-4,-4,-3,-2,-5,-4,-2,-2,-3,-1,-3,-2,-3,-1,-3,-1,-3,-1,-3,-1,-2,-1,-3,-1,-3,0,-3,0,-3,0,-3,0,-3,0,-3,0,-3,0,-3,1,-2,1,-3,0,-3,1,-3,2,-3,1,-3,2,-3,1,-2,2,-5,3,-2,2,-4,4,-4,4,-3,4,-3,5,-2,4,-1,3,-1,3,0,1],[42,77,6,-2,3,-2,3,-1,3,-1,2,-1,4,-1,2,0,3,-1,4,-1,3,0,2,0,3,0,3,1,2,0,2,1,3,2,3,1,3,3,1,2,2,4,1,3,1,2,0,3,0,3,-1,3,-1,3,-1,2,-3,3,-3,1,-3,2,-3,0,-3,1,-3,0,-2,0,-3,-1,-3,0,-4,-1,-3,-1,-3,-1,-3,-2,-4,-1,-3,-1,-4,-2,-3,-1,-2,-1,-3,-2,-3,-1,-2,-2,-2,-3,1,-2,1,-2,3,-3,2,-1,3,-2,3,-1,2,-1,3,-1,3,-1,3,0,2,-1,3,0,2,0,3,0,3,0,3,0,2,0,3,0,3,0,2,0],[147,62,-6,1,-3,2,-2,1,-3,2,-2,2,-2,3,-2,3,-1,2,0,3,0,3,1,2,3,3,3,3,3,2,3,2,5,2,3,0,5,0,5,1,5,1,6,1,4,0,3,-1,3,-1,4,-1,3,-1,3,-3,1,-2,0,-3,0,-2,-2,-2,-3,-4,-3,-2,-3,-2,-3,-2,-3,-2,-2,-1,-4,-2,-3,-1,-4,-1,-4,0,-4,0,-5,0,-2,0,-5,1,-2,0,-5,2,-4,1,-4,2,-4,2,-4,2,-3,2,-3,3,-3,2,-2,3,-1,3,-1,3,0,0],[45,122,3,5,2,3,3,3,3,4,3,2,2,2,4,2,6,3,3,2,5,2,5,2,3,1,3,0,2,1,3,0,4,0,2,0,3,0,2,0,3,0,2,0,3,0,2,0,5,-1,2,-1,3,0,2,-1,3,0,4,-2,4,-1,4,-1,3,-2,2,-1,4,-2,3,-3,4,-2,2,-3,2,-2,1,-3,2,-2,0,-3,0,3,-1,2,1,4,1,3,0,3,0,3,0,3,-1,3,0,4,0,3,0,2,0,3,-1,5,0,3,-1,2,-1,6,-1,2,-1,3,-2,5,-2,2,-2,3,-3,3,-3,2,-7,3,-3,0,-3,1,-10,0,-4,-1,-4,0,-6,-2,-5,-1,-4,-1,-3,-2,-6,-2,-3,-2,-4,-2,-6,-4,-2,-2,-3,-2,-3,-3,-3,-3,-2,-2,-2,-2,-3,-4,-2,-4,-3,-4,-2,-3,-3,-4,-1,-3,-1,-6,-2,-3,-1,-2,-1,-3,1,-2,3,-2,2,-1,2,0]],[[123,4,-7,-2,-3,0,-4,0,-4,1,-5,0,-4,1,-3,2,-4,1,-3,2,-4,1,-3,2,-3,3,-4,3,-5,3,-4,4,-4,4,-4,4,-4,4,-4,6,-3,5,-3,6,-3,6,-2,7,-1,6,-1,7,-1,7,0,8,1,9,2,11,2,9,3,9,4,9,4,8,4,6,4,6,5,5,4,6,4,5,5,4,4,5,4,4,4,3,4,3,3,2,3,1,3,2,4,1,4,1,5,1,5,0,4,-1,5,-2,5,-2,4,-2,4,-3,5,-3,4,-3,4,-5,6,-5,5,-6,5,-6,4,-6,5,-7,4,-8,4,-7,2,-8,3,-9,1,-8,0,-8,0,-8,-1,-8,-1,-8,-1,-8,-2,-7,-2,-7,-3,-6,-2,-6,-3,-6,-3,-5,-3,-4,-4,-3,-3,-4,-4,-3,-3,-2,-3,-2,-4,-2,-3,-2,-3,-2,-4,-2,-3,-3,-4,-2,-4,-2,-4,-2,-4,-1,-4,-1,-4,0,-4,0,-4,0,-3,1,0,0],[29,70,8,-1,4,-1,4,-1,5,0,5,-2,4,-1,5,-2,5,-2,4,-2,5,-3,4,-2,4,-3,4,-2,3,-3,3,-2,3,-2,3,-3,3,-3,5,-4,3,-3,2,4,2,3,4,5,3,4,3,5,4,4,5,4,6,3,5,2,5,1,4,1,5,1,4,1,3,0,4,1,5,0,4,0,3,0,4,0,2,0,2,0],[29,65,-1,8,0,4,0,4,-1,4,-1,5,0,6,-1,7,0,9,-1,8,-1,9,0,8,-1,8,0,8,-1,9,-1,8,-1,8,-1,7,0,6,-1,6,-1,6,-1,6,-1,5,-1,6,-2,5,-1,4,-2,4,-1,4,-3,7,-4,11,0,0],[182,74,1,6,1,5,2,5,2,5,2,5,2,4,1,5,2,6,1,5,2,6,1,6,2,6,2,6,2,7,2,7,2,7,2,7,2,7,2,5,1,5,1,4,3,8,1,5,2,4,1,4,3,6,2,4,6,5,8,4,0,0],[81,86,0,0],[72,86,6,6,1,1],[147,95,-5,3,-3,3,0,5,1,4,0,0],[103,122,-6,3,-4,5,-3,5,-2,4,-3,4]],[[215,16,-4,-2,-4,-3,-3,-3,-4,-2,-4,-2,-5,-1,-4,-1,-4,-1,-3,-1,-7,0,-9,0,-16,0,-19,2,-15,3,-10,2,-9,3,-2,1,-6,3,-12,3,-8,6,-5,3,-13,9,-8,4,-6,5,-5,3,-9,5,-4,4,-4,8,-4,8,-2,3,-4,5,-2,4,-1,2,0,2,0,7,0,3,1,2,2,3,1,3,2,4,2,3,2,3,4,4,4,4,6,4,7,5,8,5,5,2,9,5,7,3,9,5,12,5,5,2,3,2,6,2,7,1,9,1,7,2,5,1,6,2,7,0,8,1,6,1,5,2,4,1,5,0,6,0,6,0,3,-1,3,-1,3,-1,6,-3,11,-5,11,-6,9,-6,8,-5,4,-2,3,-4,2,-2,2,-3,2,-3,1,-5,1,-3,1,-4,2,-3,1,-5,0,-6,2,-5,1,-10,0,-7,2,-6,0,-3,1,-5,-1,-2,0,-4,-1,-2,-2,-5,-2,-2,-1,-3,-1,-4,-2,-4,-1,-3,-3,-4,-2,-3,-2,-3,-2,-3,-3,-2,-3,-3,-2,-2,-3,-3,-3,-2,-3,-2,-3,-2,-3,-1,-3,0,-2,-1,-3,-1,-2,-2,0,1],[102,38,-2,0,-2,1,-3,3,-3,2,-2,2,-1,2,0,3,1,4,1,2,1,2,2,3,1,2,2,2,5,2,2,1,2,1,3,0,3,0,2,0,3,0,2,0,2,0,2,-1,2,-1,2,-1,3,-2,2,-2,3,-3,1,-2,1,-4,0,-3,0,-3,0,-3,0,-2,-1,-2,-2,-2,-2,-2,-3,-1,-2,-1,-2,-1,-2,-1,-3,0,-2,-1,-4,0,-2,1,-2,0,-2,1,-2,1,0,1],[200,38,-3,-2,-4,-2,-3,-1,-4,0,-3,0,-2,0,-2,1,-3,1,-3,1,-3,2,-3,1,-2,1,-3,2,-3,3,-2,2,-2,3,-1,2,0,2,0,3,2,3,2,1,3,2,2,1,3,1,2,1,4,1,4,0,2,0,2,0,3,0,3,1,4,0,3,-1,2,0,2,-3,1,-2,0,-3,0,-3,0,-2,-1,-2,-1,-2,-2,-3,-1,-2,0,-2,0,-2,-1,-1],[136,76,0,4,-1,4,0,2,-1,2,0,3,-1,2,0,2,0,2,0,2,-2,1,-3,1,-2,1,-3,1,-2,2,-1,2,-2,2,0,3,1,2,1,2,4,2,2,1,2,1,3,0,3,1,2,1,2,1,3,0,3,-1,3,0,2,0,2,-1,3,-1,2,-2,3,-1,2,-1,1,-2,1,-2,0,-2,-2,-2,-2,-2,-3,0,-2,-1,-3,-1,-2,-1,-2,-2,0,-2,0,-2,1,-2,0,-3,1,-4,0,-3,1,-3,1,-2,0,-2,0,0],[133,105,-1,2,2,1,0,0],[145,108,0,2,0,0],[100,126,0,3,1,3,0,2,1,3,1,2,2,2,4,2,8,5,2,2,4,1,3,0,3,1,2,0,5,2,3,0,3,1,3,1,2,0,2,0,2,0,3,0,3,-1,5,0,2,-1,3,0,3,-2,4,-2,2,-2,2,-3,2,-3,2,-3,0,-3,1,-2,-4,-2,-3,-1,-2,0,-4,1,-4,1,-4,1,-4,1,-6,1,-5,1,-4,0,-4,1,-4,0,-2,0,-2,1,-3,0,-2,1,-4,0,-7,-1,-2,-1,-4,-1,-2,0,-3,0,-2,-1,-2,0]],[[50,29,-6,-4,-5,0,-5,0,-4,1,-5,7,-9,18,-8,24,-6,23,-2,19,0,20,2,21,9,21,14,19,18,12,21,10,23,4,23,1,22,0,21,-3,20,-4,20,-4,16,-5,15,-8,12,-12,10,-18,6,-20,2,-23,0,-19,-6,-15,-10,-13,-12,-11,-14,-11,-14,-10,-14,-10,-14,-9,-14,-8,-14,-8,-13,-7,-14,-5,-15,-2,-15,0,-14,0,-12,0,-12,3,-11,4,-11,4,-6,2,-4,2,2,6,0,0],[81,75,-2,5,-1,4,-1,5,-1,3,0,6,-1,0],[138,61,-4,5,-1,4,1,3,0,2],[76,151,11,8,10,5,12,1,11,0,12,0,11,-4,11,-7,11,-10,11,-10,10,-11,7,-8,3,-6,1,-4,-9,-4,-6,0,-3,0,-1,0],[120,110,0,10,0,0]],[[70,197,-11,-3,-19,-12,-7,-8,-7,-9,-15,-23,-2,-11,-6,-19,-3,-11,2,-13,5,-23,10,-22,12,-16,15,-13,17,-6,18,-6,19,-2,20,0,21,0,22,3,18,3,22,5,17,5,14,7,9,10,8,12,4,13,2,11,-2,11,-5,14,-10,15,-9,12,-10,10,-19,13,-17,11,-18,11,-19,12,-17,10,-11,6,-10,5,-9,3,-10,1,0,0],[53,66,-4,11,-2,7,-1,4,0,4,3,4,6,5,8,3,11,-4,10,-9,5,-8,0,0],[88,54,-8,-2,-8,2,-9,4,-3,3,-1,3,2,5,0,0],[172,27,-11,8,-5,9,-3,10,-1,12,3,16,5,11,7,7,7,5,7,0,7,-6,7,-9,4,-10,1,-7,-3,-9,-6,-7,-8,-4,-13,0,-15,5,-9,4,0,0],[55,146,11,11,12,9,14,6,12,3,17,-5,0,0],[66,147,19,-3,14,-1,14,-1,10,-2,7,-2,4,0,3,0,2,0,3,1,0,5,0,5,-4,6,-4,8,-4,6,-5,7,-2,4,0,0]],[[171,70,-2,-2,-1,-4,-2,-3,-1,-2,-2,-4,-3,-5,-1,-3,-2,-3,-3,-2,-5,-4,-3,-2,-5,-2,-4,-2,-5,-2,-3,-2,-3,-1,-3,-1,-3,-1,-3,-1,-5,-1,-5,-1,-5,-2,-5,-1,-5,0,-5,-1,-3,-1,-3,0,-2,0,-5,0,-9,0,-6,1,-5,0,-7,3,-11,3,-4,0,-4,2,-4,3,-5,3,-3,2,-4,4,-5,4,-2,2,-1,3,-2,6,0,3,-2,4,0,3,0,5,0,3,0,5,0,4,0,4,0,5,0,5,0,2,1,5,0,4,2,5,1,3,2,5,0,3,2,4,0,4,3,5,1,3,1,3,3,4,3,5,3,4,6,9,2,3,4,5,4,5,4,5,3,5,5,5,3,4,3,3,4,4,4,3,3,2,5,3,4,2,4,2,4,2,7,2,6,2,9,2,8,3,10,1,8,0,8,2,5,1,6,0,3,0,5,0,6,0,5,0,5,0,6,0,6,0,6,0,5,-1,6,0,6,-2,5,-1,5,-2,4,-2,3,0,4,-3,4,-1,5,-3,4,-4,3,-5,4,-7,1,-3,1,-4,1,-2,0,-4,0,-3,0,-3,0,-19,0,-6,0,-6,0,-5,0,-4,0,-11,-1,-4,-1,-5,-1,-5,-2,-5,-1,-5,-2,-5,-1,-3,-3,-5,-3,-4,-3,-6,-2,-5,-4,-5,-4,-5,-4,-4,-3,-3,-14,-13,-4,-2,-4,-4,-7,-4,-5,-2,-7,-4,-10,-6,-22,-11,-5,-3,-5,-1,-5,-1,-6,-3,-8,-1,-6,-1,-6,0,-21,-2,-14,0,-5,0,-5,0,-4,0,-5,1,-23,12,-3,2,-2,3,-3,3,-2,2,-1,4,-4,17,-1,5,0,4,0,4,0,4,0,4,0,4,3,10,1,2,1,3,2,3,3,4,2,3,1,3,5,5,4,4,3,2,3,2,0,0],[85,70,-4,0,-1,3,0,3,5,-2,2,-3,2,-2,-3,0,-1,2,2,3],[178,84,0,-3,-1,3,0,2,2,0,1,-5,-3,1,-3,2],[154,97,0,4,-1,7,0,3,-2,-3,-2,-3,0,-3,2,4,0,2,0,2],[97,142,-1,3,0,4,0,3,1,5,4,3,14,14,11,9,6,2,5,3,6,2,4,1,6,0,4,0,4,-2,4,-1,3,0,4,-2,2,-1,5,-1,4,-3,2,-6,1,-3,0,-3,1,-3,3,-10,0,-5,0,-3,-1,-2]],[[133,2,-3,0,-5,0,-5,0,-6,1,-4,0,-4,0,-5,0,-5,1,-6,0,-7,1,-6,1,-8,2,-9,1,-5,1,-8,1,-8,2,-5,2,-6,4,-5,2,-3,4,-5,5,-1,5,-3,5,-1,2,-1,4,0,3,0,3,-2,5,-1,7,0,6,-1,7,-1,8,-2,6,0,7,-1,8,-1,9,0,7,0,9,0,7,0,6,0,7,1,8,2,5,0,4,4,7,1,4,3,4,2,5,3,7,3,3,2,5,3,4,4,5,4,5,6,6,4,2,6,5,5,3,5,3,7,3,4,1,6,3,7,1,6,2,5,3,8,2,6,1,3,1,7,2,5,0,4,0,5,0,6,0,6,0,6,-1,3,-2,7,-2,3,-3,6,-3,3,-4,6,-4,2,-4,3,-3,3,-6,3,-3,4,-7,2,-5,3,-5,2,-5,4,-6,2,-8,2,-6,1,-6,0,-6,1,-5,1,-4,0,-5,2,-6,0,-3,0,-3,1,-4,0,-3,0,-6,0,-3,0,-5,0,-5,-1,-5,-1,-4,0,-3,-1,-3,-3,-2,0,-3,-2,-6,-3,-4,-2,-6,-3,-6,-2,-4,-2,-3,-3,-4,-4,-4,-2,-4,-3,-3,-4,-7,-2,-3,-3,-5,-2,-3,-4,-5,-4,-4,-2,-2,-3,-5,-5,-5,-2,-3,-3,-3,-3,-2,-2,-2,-3,-1,-2,2,0,0],[51,51,-4,5,0,3,0,3,0,3,2,3,2,1,4,0,2,-1,1,-3,2,-3,0,-3,0,-4,0,-3,-1,-3,-2,0,-3,0,-4,1,0,3,1,2],[136,55,-3,-1,-3,0,-2,4,0,3,0,4,0,3,1,2,3,2,3,0,4,-1,0,-3,1,-2,0,-3,0,-4,-2,-2,-2,-2],[93,112,-3,0,-2,3,-2,4,-2,2,0,3,-1,4,-1,4,-1,3,0,3,4,1,3,1,4,1,4,0,2,1,0,0],[46,158,0,2,2,3,1,4,1,3,3,5,2,2,2,3,2,3,3,3,3,1,3,3,5,3,3,1,4,2,5,1,3,0,5,1,6,3,5,2,6,0,7,1,5,0,4,2,3,0,5,0,4,0,4,-1,5,-1,4,-2,3,-2,4,-4,3,-6,3,-3,3,-3,2,-4,1,-3,1,-3,1,-2]],[[29,63,5,0,3,0,6,0,6,0,7,1,8,0,7,1,8,0,7,0,7,1,9,1,10,1,3,1,10,1,10,1,10,3,11,1,8,1,8,1,6,1,6,0,4,0,4,1,3,0,3,0,0,3,0,4,0,4,-1,5,0,5,0,3,0,5,0,4,0,4,-1,6,0,4,0,5,-1,6,-2,6,-1,7,-1,5,0,4,-1,5,-1,4,-1,4,-1,3,-1,4,-1,2,-1,5,-3,3,-2,4,-4,6,-2,4,-3,4,-2,3,-3,3,-2,3,-2,3,-3,2,-4,5,-3,2,-3,2,-3,3,-3,2,-3,2,-3,2,-3,1,-3,2,-3,1,-3,1,-2,1,-4,1,-5,2,-3,2,-3,1,-4,1,-3,0,-3,1,-4,1,-3,0,-4,1,-2,0,-4,0,-4,0,-2,0,-5,-2,-4,-1,-3,-1,-3,0,-2,-2,-4,-3,-3,-4,-3,-3,-2,-3,-1,-3,-1,-3,-1,-3,-2,-5,-1,-4,-1,-5,-2,-5,-2,-4,-2,-4,-1,-5,-1,-4,0,-2,-1,-4,0,-3,0,-6,-1,-5,0,-4,0,-3,0,-3,0,-4,0,-3,0,-4,0,-3,0,-4,1,-3,0,-4,0,-4,0,-2,1,-4,0,-3,0,-5,1,-5,1,-2,0,-5,1,-3,1,-5,0,-3,1,-3,0,-3,0,-5,1,-3,0,-3,0,-3,0,-3,0,-4,0,-2],[26,123,-2,0,-4,-1,-3,0,-4,0,-3,0,-3,3,-3,4,-3,3,-1,3,0,3,2,3,3,2,3,2,3,1,3,0,4,0,2,0,3,0],[196,137,4,-1,4,0,3,0,3,0,5,1,4,2,4,1,2,1,3,1,3,3,3,4,1,3,0,4,0,3,0,3,0,3,-2,3,-4,3,-4,2,-3,1,-4,2,-4,0,-3,0,-3,0,-4,0,-4,1,-3,0,-2,0],[67,101,0,3,0,6,0,3,0,3,0,3,0,3,4,2,4,-1,0,0],[156,102,0,4,0,4,-1,4,-1,5,-2,5,-1,4,-2,4,-1,3,-1,4,0,2,-4,-1,0,0],[54,147,0,4,0,3,0,3,0,4,0,3,1,4,1,3,2,3,1,3,4,3,4,4,3,2,4,1,3,3,3,1,3,2,3,3,3,1,3,1,3,2,3,0,3,0,3,-1,4,-1,4,0,5,-1,5,-1,6,0,5,-1,6,0,3,-2,4,0,3,-2,4,-2,2,-3,2,-3,1,-4,1,-3,1,-3,1,-3,0,0],[37,61,2,-5,1,-3,1,-3,1,-4,2,-6,1,-3,1,-4,2,-3,2,-4,1,-3,2,-3,3,-4,4,-5,5,-4,3,-1,3,-2,4,-1,5,-1,4,-1,7,-1,7,0,6,0,8,0,7,0,7,0,6,0,8,2,6,1,6,1,5,2,4,2,3,1,4,2,4,3,2,5,3,5,2,3,2,3,4,5,3,4,2,3,0,3,1,3,0,3,0,3,0,4,0,4,-1,5,0,2,0,3,-1,3,0,0],[47,84,4,-2,5,-1,3,-1,3,0,4,-1,4,0,4,0,2,1,3,2,3,3,3,2,2,1],[148,91,4,-1,4,0,4,0,4,0,3,1,3,1,3,3,1,3,1,4,1,2,-2,2,0,0],[104,109,0,3,-1,2,-2,5,-2,4,-2,2,-1,3,-1,3,-3,5,-1,4,-2,2,-2,3,1,3,3,2,2,3,5,3,0,0]],[[19,0,-10,15,-1,7,-1,5,-1,5,-2,5,-1,6,-1,6,-1,7,-1,7,0,7,0,8,0,9,0,8,1,8,1,9,1,9,1,10,2,10,2,8,2,9,2,9,3,9,4,8,3,8,4,7,5,8,4,7,6,6,5,6,6,6,6,5,7,5,6,3,6,4,7,3,7,2,8,1,7,0,8,0,7,-2,8,-3,7,-5,8,-4,7,-7,7,-6,6,-8,6,-9,5,-9,5,-9,5,-10,3,-10,3,-9,2,-10,1,-10,2,-9,0,-10,0,-9,-1,-10,-1,-10,-2,-10,-3,-9,-2,-10,-4,-9,-4,-8,-4,-8,-6,-8,-5,-7,-6,-5,-7,-6,-7,-5,-8,-3,-8,-3,-9,-3,-9,-2,-9,0,-9,0,-9,1,-9,1,-8,2,-8,1,-7,2,-6,2,-5,2,-7,3,0,0],[42,82,13,-5,1,4,0,6,-1,0],[112,66,5,-4,-3,4,0,0],[74,144,0,0],[58,188,8,7,7,5,7,5,5,1,4,1,8,-1,7,-4,6,-6,8,-9,4,-8,2,-7,2,-6,0,0],[87,132,0,0]],[[126,18,-7,-2,-8,1,-4,2,-5,2,-6,2,-5,2,-5,3,-8,5,-8,6,-6,5,-7,6,-7,7,-7,7,-4,6,-4,7,-3,7,-3,7,-2,7,-2,6,0,9,-1,8,1,9,1,7,1,9,4,8,3,7,4,8,7,8,4,5,6,8,6,5,7,5,7,4,7,3,9,3,14,1,7,1,6,0,11,-2,9,-3,4,-2,9,-5,9,-6,6,-5,5,-6,5,-5,6,-7,5,-8,2,-4,3,-7,3,-8,2,-8,1,-10,1,-6,0,-6,0,-7,0,-6,-1,-6,-1,-5,-1,-7,-4,-5,-3,-4,-4,-7,-3,-4,-5,-6,-5,-7,-3,-3,-6,-6,-5,-4,-5,-3,-7,-4,-7,-3,-6,-2,-11,-1,-4,-1,-4,0,-6,-1,0,0],[129,13,-7,-2,-5,0,-4,1,-4,0,-5,2,-5,1,-6,2,-7,3,-5,1,-4,2,-5,2,-4,2,-5,3,-4,2,-5,3,-5,3,-4,2,-6,4,-5,5,-5,5,-3,3,-4,7,-2,7,-2,5,-1,4,-1,10,-1,6,0,8,-1,6,0,7,0,9,1,5,0,6,1,5,1,5,1,4,2,6,0,7,0,5,0,5,0,6,-1,6,-2,8,-3,8,-2,4,-3,4,-3,6,-5,4,-1,0],[88,20,4,-3,4,-3,4,-3,4,-2,6,-2,9,-3,8,-1,8,-1,4,0,6,-1,4,0,4,-1,4,1,7,1,6,6,3,5,5,8,5,9,1,5,5,12,3,10,3,9,2,11,3,8,2,6,4,8,3,7,3,5,4,7,4,8,4,9,6,8,5,9,3,7,3,7,1,5,2,5,1,6,4,4,5,4,1,1],[67,83,1,4,6,4,7,-3,4,-3,4,-5,-7,-2,-5,5,-2,5,0,6,0,1],[127,69,0,6,0,3,4,5,4,2,4,0,4,-1,5,-3,2,-5,-8,-4,-3,-1,-6,1,-6,6,0,0],[112,115,-2,5,-2,5,-3,5,4,0,1,-1],[89,168,2,5,2,4,6,5,6,2,8,0,8,-2,5,-2,8,-5,8,-7,4,-4,4,-4,5,-4,4,-3,5,-2,0,0]],[[70,230,7,1,6,3,8,1,6,0,7,0,7,-4,8,-4,8,-6,9,-5,10,-8,9,-4,6,-5,7,-8,8,-7,4,-6,5,-7,5,-9,4,-7,3,-9,2,-7,0,-7,0,-9,-2,-9,-1,-10,-3,-10,-3,-9,-3,-7,-3,-7,-5,-7,-6,-7,-3,-6,-7,-8,-4,-8,-6,-6,-11,-8,-6,-4,-7,-5,-8,-6,-7,-4,-6,-2,-9,0,-7,1,-6,2,-8,3,-7,6,-7,5,-6,6,-9,4,-5,7,-7,7,-5,6,-7,8,-4,10,-6,11,-2,7,-4,8,-2,8,-4,7,-2,6,-1,7,0,7,1,6,1,10,4,6,3,13,6,13,3,8,6,8,6,7,5,7,7,7,5,7,7,7,7,8,8,6,6,3,6,4,6,5,6,2,4,2],[54,63,1,6,6,5,5,6,8,7,6,4,6,4,0,0],[121,93,7,-6,8,-6,8,-6,7,-7,8,-8,6,-5,0,-1],[129,80,0,6,0,6,0,7,3,6,6,6,6,4,6,2,6,0,7,-5,8,-4,5,-6,0,-7,-2,-6,-6,-7,-7,-7,-7,-7,-5,-7,-6,-1,-7,1,-7,4,0,0],[63,80,-6,0,-6,2,-7,6,-2,7,0,7,2,6,8,6,7,6,6,2,7,1,6,0,7,-1,2,-6,0,-6,-1,-6,-6,-4,-6,-5,-4,0],[63,189,6,0,7,0,6,0,7,-1,6,-1,8,0,7,0,7,0,6,2,6,0,0,0],[114,128,-3,6,-3,6,-5,8,-5,6,-6,5,7,3,7,3,6,1,4,0]],[[165,57,0,0],[184,48,0,-2,-4,-4,-4,-3,-4,-4,-3,-2,-5,-2,-5,-2,-6,-2,-7,-1,-8,-1,-8,-1,-10,-1,-7,0,-8,0,-11,0,-9,1,-9,3,-9,4,-10,6,-9,6,-8,8,-6,6,-8,9,-5,9,-5,10,-4,7,-3,9,-2,9,-2,9,-2,11,-2,13,-1,11,0,12,0,10,1,10,2,9,3,13,5,12,15,15,9,5,18,8,10,3,10,1,11,1,12,1,11,1,12,0,10,-1,10,-2,10,-4,12,-5,9,-6,8,-5,9,-9,7,-9,6,-12,7,-11,5,-14,5,-14,3,-14,1,-15,0,-14,-1,-14,-3,-13,-8,-23,-6,-9,-8,-7,-8,-5,-9,-3,-8,-3,-5,-3,-6,-2,-4,-1,-4,-3,0,0],[78,58,-4,2,-2,5,-2,4,-1,5,0,4,3,3,6,-2,0,-2,1,-6,-1,-3,-4,0,-1,6,0,3,0,3,5,2,8,-4,2,-2,0,-3,0,-3,-6,-3,-5,0,-4,0,-7,6,4,3,4,0,4,-2,2,-4,-3,-2,-3,1,0,1],[158,76,-2,0,-4,2,-4,4,-4,3,-1,3,-1,3,10,-1,5,-4,3,-9,0,-3,-4,-4,-5,-1,-5,5,-2,5,2,4,7,0,6,-4,1,-8,-3,-1,-4,-1,-10,3,-3,3,-3,4,4,3,3,0,3,-6,0,0],[118,149,-2,-2,-3,-2,-3,-2,-5,-2,-5,-2,-19,-5,-5,0,-6,2,-8,6,-3,5,-3,4,-2,17,5,8,3,2,9,2,6,1,12,-1,7,-4,5,-3,4,-4,8,-20,0,-2,-1,2,1,4,1,9,0,6,4,13,4,7,7,4,7,3,0,0],[98,89,-2,6,-2,5,-2,4,-1,5,0,3,-1,5,4,3,5,2,6,2,3,1,4,1,0,0],[134,17,-3,-9,10,-5,12,-2,13,-1,46,12,9,7,15,18,5,11,8,31,1,11,1,9,2,27,0,8,0,16,0,5,0,10,0,3,-1,2]],[[111,11,-6,0,-7,2,-8,1,-7,2,-7,4,-7,3,-6,4,-12,9,-5,6,-6,8,-5,6,-4,7,-5,7,-6,8,-5,9,-5,9,-2,12,-3,11,-2,7,-2,9,0,8,0,8,-1,9,0,11,1,10,1,9,3,8,11,22,10,12,7,4,6,5,7,5,9,4,9,0,9,2,10,0,11,1,12,-2,10,0,14,-3,12,-3,32,-7,10,-4,9,-5,9,-5,8,-4,7,-6,6,-6,6,-7,5,-6,5,-6,5,-14,3,-7,4,-12,2,-8,2,-6,0,-6,0,-6,0,-7,-3,-6,-1,-9,-4,-7,-3,-6,-4,-9,-2,-8,-4,-8,-3,-7,-4,-7,-5,-6,-3,-8,-5,-6,-10,-9,-12,-6,-6,-4,-7,-2,-6,-2,-7,-3,-6,-2,-8,-1,-8,-3,-6,0,-8,-2,-7,0,-7,0,-6,0,-8,0,-9,-1,-10,1,-7,1,-6,1,-2,4],[105,62,-3,7,-2,8,-1,7,-1,8,0,8,3,6,3,2],[172,64,-2,8,-4,10,-4,8,-2,9,-2,7,-3,7,-1,6,0,4],[53,172,8,3,6,3,12,5,7,2,8,1,6,1,6,3,6,0,6,1,10,0,8,-2,11,-3,6,-1,11,-5,6,-2,15,-9,6,-8,2,-7,2,-4]],[[0,23,0,3,0,2,1,4,1,4,1,2,1,5,1,3,0,4,1,3,1,2,0,4,1,2,1,3,0,2,1,5,1,3,1,2,0,3,1,2,1,4,1,2,1,4,2,3,2,3,1,2,1,3,2,2,3,4,3,4,2,2,2,4,3,2,1,2,3,3,2,2,2,3,2,2,2,3,3,3,3,3,3,3,2,2,4,3,3,3,7,5,2,2,3,2,3,1,3,1,2,1,2,1,3,1,3,2,4,2,3,1,2,1,3,1,2,0,4,1,3,0,3,0,2,1,3,0,4,0,3,0,3,-1,3,-1,4,-1,5,-1,4,-2,4,-1,2,-1,2,-1,4,-1,2,-2,4,-1,3,-3,16,-16,2,-4,3,-4,3,-3,2,-3,3,-4,3,-3,2,-3,2,-3,3,-4,3,-3,2,-2,3,-4,3,-4,3,-4,3,-3,3,-5,2,-3,3,-4,3,-3,2,-4,2,-3,2,-3,1,-3,2,-4,1,-3,1,-4,1,-3,1,-3,1,-4,1,-2,0,-3,1,-2,0,-4,1,-4,0,-2,-1,-3,0,-2,-1,-4,-1,-2,-2,-5,-1,-2,0,-3,-1,-4,0,-1],[146,16,3,-3,2,-2,3,-1,2,-2,3,-1,3,-1,3,0,2,-1,2,0,3,0,3,0,3,0,2,0,3,0,3,0,2,0,2,1,4,1,2,2,1,2,1,0],[146,19,2,2,3,1,3,2,3,1,2,1,2,1,2,0,3,0,3,0,3,0,2,0,3,0,2,-1,3,-1,2,-2,3,-1,2,-1,2,-2,2,-2,1,-1],[160,10,-1,3,1,3,2,3,1,2,1,2,3,1,2,1,3,0,2,-1,3,-2,2,-1,2,-1,2,-2,0,-2,-1,-3,-2,-2,-2,-2,-2,-1,-1,0],[74,19,-3,-1,-3,-2,-2,-2,-3,-2,-2,-2,-2,0,-3,-1,-2,-1,-2,0,-6,-1,-3,0,-2,-1,-4,0,-2,0,-3,0,-3,0,-2,0,0,0],[75,22,-3,0,-2,1,-2,1,-3,0,-3,1,-3,1,-3,1,-2,0,-3,0,-2,0,-3,0,-3,-1,-2,-1,-2,-2,-2,-2,-2,-3,-2,-2,-3,-4,0,-1],[41,10,-1,2,0,3,1,2,1,3,3,1,2,2,2,0,3,1,2,0,2,-1,2,-2,0,-3,-2,-2,-2,-3,-3,-1,-2,-1,-2,-1,-2,0]],[[206,17,-7,-3,-3,-1,-9,-3,-9,-2,-11,-2,-13,-2,-15,-2,-16,0,-16,0,-17,5,-18,9,-19,13,-17,14,-13,14,-12,17,-7,18,-4,19,0,21,0,24,4,21,7,19,10,19,12,14,17,12,19,9,20,4,22,1,17,-1,18,-5,16,-8,15,-7,12,-12,10,-13,9,-13,5,-13,5,-13,3,-15,1,-13,2,-15,1,-16,0,-13,0,-13,0,-12,0,-10,-3,-10,-3,-8,-4,-9,-4,-7,-5,-8,-6,-5,-5,-5,-4,-4,-3,-3,-5,-4,0,0],[99,139,1,-3,0,-5,2,-5,2,-5,2,-4,2,-4,4,-3,4,-1,3,5,1,4,0,7,1,9,0,6,0,5,0,1],[83,38,-4,-6,-7,0,-5,0,-6,4,-4,5,-5,6,-3,6,-2,6,-1,6,-1,7,0,6,2,6,4,6,4,5,6,3,7,3,9,0,8,0,8,-1,7,-3,6,-4,4,-6,2,-4,1,-4,0,-4,0,-4,-1,-4,-2,-4,-3,-3,-3,-5,-4,-4,-5,-5,-4,-2,-4,-2,-4,-2,-5,-1,-5,0,-4,-1,-3,0,-4,0,0,0],[73,73,-3,-2,1,5,1,3,4,2,0,0],[198,39,-5,-2,-6,0,-4,-1,-5,-1,-4,0,-4,-1,-5,1,-3,4,-6,10,-6,17,-4,16,-4,9,-2,5,3,4,5,1,6,1,7,0,5,0,5,-3,5,-3,3,-5,2,-5,2,-7,1,-6,0,-6,-1,-3,-2,-4,-4,-2,-3,-3,-2,-4,-1,-3,-3,-3,0,-2],[161,80,0,0],[75,172,2,5,0,9,0,14,2,13,4,11,4,6,8,2,10,-5,11,-13,12,-18,11,-24,11,-23,5,-7,0,0]]];