% 1. Title: Waveform Database Generator (written in C)
%  
% 2. Source:
%    (a) Breiman,L., Friedman,J.H., Olshen,R.A., & Stone,C.J. (1984). 
%        Classification and Regression Trees.  Wadsworth International
%        Group: Belmont, California.  (see pages 43-49).
%    (b) Donor: David Aha 
%    (c) Date: 11/10/1988
% 
% 3. Past Usage:
%      1. CART book (above):
%         -- Optimal Bayes classification rate: 86% accuracy
%         -- CART decision tree algorithm: 72%
%         -- Nearest Neighbor Algorithm: 78%
%            --	300 training and 5000 test instances
% 
% 4. Relevant Information:
%      -- 3 classes of waves
%      -- 21 attributes, all of which include noise
%      -- See the book for details (49-55, 169)
%      -- waveform.data.Z contains 5000 instances
% 
% 5. Number of Instances: chosen by user
% 
% 6. Number of Attributes:
%     -- 21 attributes with continuous values between 0 and 6
% 
% 7. Attribute Information:
%     -- Each class is generated from a combination of 2 of 3 "base" waves
%     -- Each instance is generated f added noise (mean 0, variance 1) in 
%        each attribute
%      -- See the book for details (49-55, 169)
%     
% 8. Missing Attribute Values: none
% 
% 9. Class Distribution: 33% for each of 3 classes

@relation waveform

@attribute x1 real
@attribute x2 real
@attribute x3 real
@attribute x4 real
@attribute x5 real
@attribute x6 real
@attribute x7 real
@attribute x8 real
@attribute x9 real
@attribute x10 real
@attribute x11 real
@attribute x12 real
@attribute x13 real
@attribute x14 real
@attribute x15 real
@attribute x16 real
@attribute x17 real
@attribute x18 real
@attribute x19 real
@attribute x20 real
@attribute x21 real
@attribute x22 real
@attribute x23 real
@attribute x24 real
@attribute x25 real
@attribute x26 real
@attribute x27 real
@attribute x28 real
@attribute x29 real
@attribute x30 real
@attribute x31 real
@attribute x32 real
@attribute x33 real
@attribute x34 real
@attribute x35 real
@attribute x36 real
@attribute x37 real
@attribute x38 real
@attribute x39 real
@attribute x40 real
@attribute class {0,1,2}

@data
-1.06,0.24,-0.94,-0.40,-1.81,1.70,1.63,0.25,2.01,5.22,4.64,5.57,3.40,4.19,3.24,2.99,0.51,0.95,-0.36,0.52,0.71,0.30,-1.17,-0.35,-0.94,0.66,-0.24,-0.19,-1.50,1.39,0.95,-1.29,-0.22,1.06,1.29,0.79,-0.78,-2.06,-1.08,-0.12,2
0.87,-0.55,0.59,1.14,3.14,2.74,6.43,3.48,1.74,2.63,2.79,3.30,-0.27,1.58,0.86,-0.43,-0.67,-0.91,0.23,-0.23,-0.07,-0.06,0.98,0.99,-0.02,-0.93,0.22,-0.32,-2.02,1.31,0.51,2.32,-0.42,1.19,0.55,1.08,0.85,0.29,0.06,1.33,1
-0.69,1.84,0.55,1.73,3.62,5.35,3.51,2.49,2.44,5.06,2.70,0.38,0.47,2.30,-1.82,-0.61,0.55,-2.51,-0.30,0.42,-0.91,0.12,0.04,-0.02,1.61,-0.54,0.40,1.85,-0.56,0.18,0.89,-1.03,0.59,-0.63,2.54,0.79,-1.50,0.86,1.54,0.41,1
0.12,-0.69,-0.35,0.07,-1.04,1.62,1.55,-0.00,1.68,2.88,4.00,4.59,4.92,5.18,3.08,4.38,2.91,2.66,0.86,1.41,-1.52,0.57,-0.50,1.52,0.14,0.53,1.08,-0.56,-0.56,-1.00,1.14,-1.76,-0.23,1.59,-0.12,-0.40,-0.43,-1.62,1.59,-0.34,2
-0.23,0.23,-0.28,4.54,3.54,3.98,3.32,4.28,2.44,3.42,1.54,1.11,1.86,2.10,1.75,0.24,0.79,0.38,0.15,0.44,-1.57,0.98,-1.44,1.13,-0.54,0.70,0.14,-3.06,1.30,-1.52,1.25,1.26,-0.57,0.51,1.07,0.79,0.33,0.20,0.59,-0.71,0
-0.51,0.64,1.00,1.94,3.91,4.76,6.91,4.42,4.43,4.15,1.48,0.47,1.20,-0.32,2.21,-1.45,-0.70,-0.95,1.30,0.28,0.06,-0.99,0.09,0.18,1.03,-0.72,0.04,0.66,0.76,0.04,0.43,-1.76,-0.61,1.38,0.81,0.17,0.50,-0.31,-1.23,0.87,1
-0.05,0.08,-0.30,-0.17,-0.95,0.11,0.25,2.02,1.58,2.79,3.62,5.54,4.97,4.99,3.65,2.41,3.33,0.74,1.47,0.60,0.71,-0.29,1.00,-1.48,-0.10,-0.55,-1.87,-0.48,0.56,0.95,-0.31,-1.74,0.05,-0.69,-0.17,0.55,-0.30,-0.22,0.76,0.93,2
0.41,-0.78,-1.41,3.22,0.28,-0.66,-1.09,0.64,0.09,0.98,3.71,3.79,5.55,6.15,6.53,4.18,4.47,2.33,2.74,0.43,1.37,1.31,-0.42,-1.16,0.54,0.18,2.24,-0.45,-0.05,0.07,-0.12,-0.64,1.13,1.20,0.28,2.85,-0.51,0.80,1.20,0.60,2
0.77,-2.31,-1.06,0.66,1.06,-0.41,0.63,-1.68,0.18,2.89,2.38,4.48,4.06,4.46,5.63,4.13,4.40,2.11,1.67,0.98,0.75,0.54,-0.12,0.17,-1.34,-1.18,-0.10,0.79,-0.03,0.03,-0.60,-0.74,-0.13,0.48,-1.39,-0.85,-1.61,-0.22,0.29,0.35,2
1.24,0.08,1.14,2.12,0.77,3.26,3.59,4.75,4.00,1.61,0.70,1.20,1.49,3.54,2.85,2.09,2.32,1.20,1.08,0.68,0.14,1.29,2.09,-0.99,-1.71,-0.48,-0.56,-0.30,-1.24,2.28,-1.90,-1.55,1.25,-0.48,1.40,-0.43,0.07,-0.82,0.61,1.13,0
-0.50,0.53,1.05,2.98,2.65,3.52,6.64,5.18,4.94,2.06,3.61,2.28,0.45,0.88,-0.18,-1.11,-0.86,-0.22,-0.73,1.04,0.92,1.01,0.89,0.11,-0.70,0.49,-0.64,-0.16,-1.12,-0.04,-0.75,0.14,0.94,0.67,1.70,0.03,0.07,0.00,-0.80,-2.27,1
0.55,-1.05,0.80,-0.84,-0.34,1.48,0.92,1.04,2.23,3.35,5.18,3.67,4.73,3.53,3.22,2.29,1.51,1.95,-0.31,0.75,-0.54,0.02,0.59,-1.73,2.92,-1.45,-0.55,-1.60,-0.24,-2.05,-0.08,0.73,-0.35,0.08,-0.47,0.49,0.48,0.67,-0.83,-1.42,2
0.81,-0.11,-0.01,1.00,0.12,1.58,2.33,2.65,3.70,4.61,7.17,3.33,4.16,3.29,3.55,-0.72,0.13,-1.27,-0.53,0.95,0.26,1.03,-0.88,-0.17,-0.50,0.38,1.18,-1.86,-0.91,0.94,-1.19,1.68,1.64,-0.91,-1.20,0.00,0.19,-0.45,1.31,0.23,2
0.31,-0.48,-0.80,0.81,0.49,0.41,0.90,2.21,3.22,5.33,5.84,5.60,2.85,2.57,3.03,2.74,2.17,-0.48,-0.28,-1.36,2.05,1.17,0.20,-0.82,-0.18,-0.77,-0.97,0.25,-2.29,1.54,1.08,-0.58,1.39,-0.10,-0.09,-0.79,0.59,-0.14,-0.24,-1.41,2
-1.10,-0.04,-0.31,0.95,0.10,-1.11,1.83,0.33,0.23,1.84,1.99,2.26,3.91,6.68,6.13,2.58,4.08,4.41,1.05,0.06,0.08,-1.50,-0.27,0.29,-0.52,1.12,-1.67,1.66,2.54,0.07,1.66,1.32,0.39,0.84,1.44,-1.51,1.28,0.45,-0.32,-0.22,2
-1.10,-0.32,-0.16,-0.81,-0.62,0.41,1.97,1.58,1.36,2.60,5.99,2.38,4.94,3.26,5.87,1.89,1.95,2.98,2.76,0.89,-0.12,0.85,0.43,1.42,1.37,-1.46,-1.26,1.17,0.50,0.11,1.73,-1.13,0.53,1.27,0.68,-0.79,0.28,-0.18,0.16,0.83,2
0.21,0.97,0.53,1.44,1.11,1.61,1.08,2.34,3.26,1.94,2.89,2.03,3.24,2.95,2.56,2.57,2.48,1.84,2.71,0.19,0.64,1.96,1.46,0.89,-1.53,-0.13,-0.05,-1.03,-0.38,-0.40,-0.79,-1.82,1.03,-0.17,0.05,-2.01,1.92,0.89,0.26,-0.19,0
-0.50,-1.31,-1.36,-1.57,-1.85,1.67,-0.00,2.19,3.13,6.42,3.62,5.09,5.07,5.12,2.91,3.32,0.36,0.40,1.43,1.09,0.39,-0.12,0.49,0.87,-1.07,-2.69,1.08,-1.53,0.33,0.81,-1.67,0.70,0.35,1.63,-1.14,0.65,-0.89,-0.58,0.96,-0.52,2
-0.17,2.07,0.91,2.55,3.81,4.46,4.55,4.75,3.85,2.76,2.90,1.71,1.07,0.99,1.16,-0.69,-0.90,0.48,-0.62,1.50,-0.13,-1.18,1.28,0.63,-0.56,0.10,0.56,-1.35,0.42,-0.69,0.95,-0.78,-0.28,-0.11,0.55,-0.10,-0.92,-0.44,-1.08,0.59,1
2.11,-0.93,-1.15,0.15,0.28,-0.12,2.20,3.10,0.04,2.35,5.18,3.72,4.16,4.26,4.67,2.86,1.32,1.74,0.47,0.64,0.43,0.53,0.91,1.00,0.32,-1.03,2.03,0.58,0.60,-0.35,0.62,-0.09,1.25,-0.12,0.29,-2.23,0.81,-0.76,1.07,-0.67,2
-0.58,2.24,0.58,0.25,3.01,2.12,4.77,2.17,2.67,1.55,0.16,2.58,2.62,2.16,3.17,2.01,1.93,-0.23,0.49,-0.42,0.46,0.66,-0.38,-0.22,-0.40,-1.00,-1.78,-0.84,0.47,-1.95,-1.15,-1.09,0.04,-0.07,-0.63,-0.62,-0.74,0.12,0.17,-0.88,0
-0.21,-1.60,-0.73,-0.06,0.29,1.33,-1.42,0.96,0.84,3.92,3.17,4.39,3.23,5.27,4.62,1.50,1.43,1.25,3.19,0.96,1.74,-0.23,-1.22,0.45,-0.00,-1.35,-0.76,2.45,-0.88,-0.73,0.03,1.10,0.07,0.37,0.70,-0.62,0.02,-0.31,1.20,-0.36,2
0.98,1.47,-0.18,1.97,-2.23,0.73,0.64,1.12,3.56,5.10,4.32,5.39,4.73,3.73,2.69,1.98,2.50,1.49,0.30,0.36,2.74,-0.27,1.19,-1.39,-0.22,0.46,-1.63,-2.45,0.86,1.93,-2.16,0.51,1.33,2.06,2.10,-0.97,-0.85,-0.21,-0.18,1.49,2
0.74,0.36,-0.57,0.70,-0.23,0.86,0.34,-0.57,0.06,2.44,3.73,3.37,2.10,5.30,5.76,5.85,3.41,1.80,1.28,-1.55,-0.42,-0.70,-1.84,1.33,2.36,0.39,2.85,2.22,-0.41,2.30,0.04,0.67,-0.88,0.58,0.10,0.65,0.14,0.16,-1.65,-0.40,2
-0.27,-0.10,-2.80,0.47,0.51,-1.62,1.06,2.61,3.81,4.69,5.36,3.34,4.57,2.46,2.03,0.61,0.23,-1.49,-0.61,0.29,0.82,-0.84,-0.45,0.95,-1.79,-0.22,1.01,0.58,0.35,0.40,-0.97,-1.46,-0.36,0.99,0.77,0.86,-1.16,-0.07,-0.40,1.12,2
0.00,0.90,0.60,-0.21,-0.21,2.79,4.48,4.40,4.41,3.57,3.05,4.09,1.63,2.18,1.01,-1.19,-0.57,-0.48,0.95,0.24,1.18,-0.03,-0.11,-0.30,-0.96,0.02,-0.91,-0.09,-0.69,-1.01,1.98,0.71,-0.31,-0.26,0.41,-0.64,-1.04,-0.95,-0.89,0.57,1
0.51,1.25,-0.68,1.51,2.13,1.41,4.03,3.53,2.69,0.88,2.03,3.41,1.30,1.48,1.23,4.01,0.37,1.14,1.25,0.16,-1.44,-1.02,0.22,0.12,-0.05,0.32,0.55,0.36,0.85,-0.25,1.00,0.30,-0.07,-1.67,-1.13,-0.32,1.58,-1.00,1.35,-1.11,0
1.41,0.15,0.74,2.79,2.13,3.88,3.36,4.39,2.41,2.77,2.29,4.57,1.25,1.82,0.45,2.30,2.47,1.30,0.97,-0.91,0.63,-0.09,1.82,0.27,0.05,0.42,0.49,0.79,0.68,0.07,-0.61,0.25,0.01,1.58,-0.91,1.08,0.43,-0.31,1.14,1.04,0
0.94,0.62,0.69,0.19,-1.42,1.35,1.22,2.72,4.88,5.15,6.33,5.01,5.57,5.54,3.17,2.19,-0.23,0.97,-1.51,1.10,0.81,1.27,0.94,0.20,0.14,-0.45,1.08,0.32,0.39,0.47,-0.38,0.40,0.03,0.00,-1.74,1.87,2.08,0.23,2.40,1.36,2
-0.33,0.52,0.47,-0.49,0.64,0.05,2.51,1.66,1.54,0.83,0.30,3.71,3.95,3.85,3.97,5.02,3.68,1.35,1.49,0.47,-0.82,0.42,1.19,-0.32,0.59,-0.54,-0.91,-1.06,-1.00,-0.16,0.03,0.29,-2.96,-1.24,1.32,-0.54,0.51,-1.01,-1.11,1.05,0
-1.11,0.01,0.22,1.73,0.82,-0.76,1.95,3.11,2.52,0.62,3.67,2.48,4.76,4.90,4.87,5.12,3.98,2.64,2.57,2.32,1.67,-0.47,0.07,-0.53,-0.42,0.03,0.55,-0.62,-0.32,0.34,0.09,-1.41,-1.37,0.97,-0.13,1.63,-0.30,0.05,-0.66,-0.59,0
1.80,2.13,0.77,-0.98,-0.32,1.69,1.94,1.68,5.76,4.11,4.76,3.77,3.80,3.94,3.18,2.87,0.47,0.86,-0.26,-1.35,-1.63,-1.03,1.07,-0.10,-0.75,-0.62,-0.18,-0.63,0.45,0.09,0.83,-0.51,-1.52,0.04,1.04,0.63,-1.56,0.60,-1.09,-0.40,2
0.36,-0.12,0.69,2.80,4.63,4.40,4.83,4.41,2.09,2.91,2.86,0.68,2.98,1.68,2.32,1.46,4.04,3.06,-0.17,1.00,0.27,1.55,0.49,2.10,1.16,-1.81,-0.03,-0.18,-0.62,-0.70,0.41,-1.95,-0.21,0.85,0.26,-0.38,-0.89,2.32,0.65,1.81,0
0.23,1.20,-1.42,1.01,0.55,3.67,4.02,3.93,2.97,3.93,4.14,4.25,4.18,0.19,3.43,0.77,-0.96,-0.95,0.00,-1.67,1.39,-0.70,-0.11,-0.20,0.22,1.00,0.62,1.26,-0.28,-0.26,0.11,-0.11,1.63,0.27,0.06,1.24,-0.93,0.56,0.41,-1.04,1
-0.71,1.00,1.98,1.78,2.20,2.27,2.02,3.48,2.93,5.63,5.84,5.45,1.75,2.98,1.71,0.47,1.12,1.00,0.27,1.35,1.70,0.25,0.45,1.81,-0.35,0.14,-0.07,1.00,0.40,1.74,-0.74,0.57,0.23,-0.90,-1.48,-0.54,0.67,0.05,-0.04,0.82,1
1.37,-0.26,-0.05,0.58,-1.06,1.26,0.48,3.37,2.61,3.71,4.30,3.99,3.27,2.06,0.02,0.56,-0.22,-0.60,0.36,-0.60,-1.06,1.44,0.37,-1.54,-2.48,0.41,1.38,0.20,0.90,-2.18,0.01,-0.66,0.65,0.66,0.23,0.53,-0.75,-1.40,-0.91,2.88,1
-1.50,1.27,1.72,4.16,2.39,3.24,3.17,1.40,3.79,2.66,2.22,0.16,2.57,3.35,1.89,2.48,3.25,1.84,0.95,1.41,0.40,-0.84,0.89,0.33,-0.06,0.98,1.18,-1.98,-0.49,0.24,-0.29,1.21,0.75,1.25,0.47,0.55,0.44,0.23,1.93,-0.33,0
-1.73,0.36,-2.42,0.46,-0.69,1.21,0.20,2.07,1.38,3.24,3.19,5.20,2.13,3.16,3.20,2.77,2.71,-0.87,0.72,-0.75,1.06,-2.61,-0.19,1.38,-0.71,-0.02,0.70,0.24,-1.75,-1.01,-0.19,0.85,0.05,-0.86,-0.80,0.24,0.18,0.01,-0.56,1.39,2
-0.20,0.78,2.37,1.32,1.77,2.29,3.40,2.57,2.03,-0.03,2.72,3.41,2.56,2.26,2.55,0.63,2.17,1.90,0.56,0.74,-1.91,0.79,-0.48,0.17,-0.09,-1.22,0.10,1.86,1.00,-0.44,1.28,1.09,1.47,-0.44,0.74,-0.47,0.57,0.65,0.33,0.90,0
-0.72,-0.71,0.31,0.12,-0.16,0.99,0.62,-0.09,2.63,0.47,2.00,2.82,1.78,3.79,6.23,3.19,4.50,2.81,1.62,0.99,-1.08,0.29,0.72,0.19,-0.45,0.69,-0.14,-0.02,0.82,-1.26,-0.75,-1.48,0.55,1.07,-1.18,0.95,-0.05,0.02,1.13,-0.16,0
-0.99,0.61,1.15,0.62,1.30,1.80,2.84,2.10,2.20,2.68,1.11,0.57,1.86,1.75,3.60,2.24,2.79,2.32,0.82,-0.08,-0.55,0.60,0.93,0.26,0.47,-1.38,-1.77,-0.68,0.20,0.29,-0.17,0.55,0.32,0.55,1.45,-1.41,-1.16,0.70,1.62,-0.58,0
-0.80,-0.60,0.11,2.92,2.77,2.93,3.93,2.18,4.69,3.62,0.13,2.87,1.76,1.13,2.22,1.50,1.50,0.52,1.03,-0.19,-1.42,1.44,1.56,-1.10,-0.09,-1.54,0.28,1.05,-0.20,-1.05,-1.64,-1.04,1.37,-1.68,-0.71,-0.35,0.80,1.20,-0.40,0.06,0
1.60,0.93,0.49,-0.12,0.30,1.09,0.49,1.80,0.96,0.29,2.77,4.26,3.41,3.83,3.66,2.49,2.82,2.45,1.27,0.41,-1.43,1.96,0.76,-1.58,0.66,-1.28,1.80,1.07,-1.21,-1.22,-0.19,-0.37,-1.03,-1.07,0.73,-0.47,1.90,0.70,1.25,0.34,0
-1.12,-0.79,0.54,1.12,1.47,0.42,-0.86,0.42,-0.62,-0.02,2.53,2.40,4.43,3.37,6.68,5.28,3.70,3.34,3.43,-0.41,0.30,0.11,0.30,-1.76,1.16,0.54,-0.27,0.23,-0.97,-0.62,-0.89,-0.01,0.25,0.31,-0.16,-0.36,-0.76,-0.77,0.94,0.97,2
-1.26,2.30,-2.13,-0.43,-0.81,1.35,0.80,3.33,2.87,4.56,4.77,5.43,3.30,3.85,3.80,2.63,0.42,1.42,-0.40,0.17,0.70,1.25,-0.05,-0.02,-0.11,0.22,1.02,1.28,-0.63,-1.42,-1.34,-0.99,-0.44,0.42,0.21,-0.83,0.58,0.74,0.21,1.23,2
1.66,1.77,-1.17,0.72,0.16,0.96,1.54,2.19,2.99,2.03,4.06,4.39,3.10,4.79,4.49,4.50,2.03,3.62,0.98,0.81,-2.55,0.75,-0.27,-0.23,1.08,0.60,0.45,1.57,0.74,1.84,-0.28,0.63,0.07,-0.29,0.14,-1.13,0.39,-0.39,-0.89,-1.24,2
-1.47,-0.78,1.98,4.60,4.72,3.71,3.88,5.40,4.94,3.58,0.10,2.41,-0.31,-2.17,-1.33,1.21,0.24,-1.07,-1.03,-1.75,-0.81,-0.51,0.11,0.21,1.16,-1.07,-0.18,-1.05,-1.27,0.11,1.00,-2.45,0.21,1.54,-0.17,-0.40,0.29,-0.89,0.92,0.24,1
1.78,1.00,0.50,3.43,1.85,3.42,5.71,5.25,5.04,4.68,2.39,3.36,-0.30,0.34,-0.11,-1.53,-0.56,1.92,-1.53,-1.26,-0.73,1.69,0.21,-0.62,1.64,-0.86,1.49,-2.08,-0.01,0.60,2.01,-2.77,-1.19,-0.72,0.17,1.10,0.14,0.35,2.26,-1.36,1
0.86,0.96,1.98,2.05,3.33,3.53,4.25,3.40,3.73,3.06,2.51,1.37,2.64,1.04,1.45,1.17,-0.02,0.40,1.48,0.18,0.13,2.89,-0.37,0.66,-1.25,0.23,1.96,0.51,1.03,1.00,-0.67,-0.99,0.81,0.06,0.80,-0.63,-0.73,-1.05,0.62,0.67,0
0.58,1.74,0.91,2.97,2.82,4.76,4.45,5.26,1.21,3.46,1.02,1.81,1.74,2.24,0.35,-0.40,1.53,0.07,0.49,0.82,-0.18,0.41,-1.44,-0.02,1.47,0.26,0.61,1.07,0.89,-0.85,0.28,0.15,-0.87,-0.85,-0.02,1.68,0.30,-2.13,-0.68,-0.95,0
-0.22,1.38,2.12,2.80,5.88,5.89,5.41,5.88,4.46,2.47,2.58,0.55,2.70,-0.47,-0.81,-0.24,-1.71,-1.07,-0.02,-0.47,1.36,0.70,2.15,-0.44,-1.33,-0.47,0.80,-0.92,-1.41,1.01,-2.19,-0.04,0.82,0.32,0.49,0.28,1.09,0.44,-0.94,1.79,1
-0.15,0.89,-0.84,-0.43,0.04,-0.44,2.91,0.76,1.44,2.14,3.67,2.50,1.81,4.96,4.41,2.76,3.48,1.34,1.35,1.17,-0.13,-0.26,1.25,-1.48,-0.04,1.16,1.41,0.26,-1.99,0.49,0.62,0.75,-0.78,-1.46,1.39,-0.50,-0.74,-1.32,-1.72,1.43,2
1.10,-0.19,0.36,2.20,2.83,1.64,1.68,3.63,1.87,3.55,1.56,1.34,2.68,3.42,1.82,0.56,2.46,-0.01,1.56,-0.30,-0.95,-1.46,0.77,0.28,1.25,-0.94,-0.79,-2.83,1.58,-0.99,0.29,0.26,-0.04,0.57,0.18,0.10,0.45,-0.21,0.90,0.67,0
0.69,-0.18,0.34,2.63,-0.55,1.08,-0.71,2.44,1.63,2.91,2.21,6.07,3.81,6.20,5.37,4.68,3.73,3.51,1.78,0.44,0.11,0.14,-1.22,0.52,-0.80,-0.06,2.21,-0.44,-2.67,1.50,-0.75,-0.52,-0.48,0.41,1.26,-1.72,0.04,1.01,0.76,-0.88,2
0.67,-0.48,1.97,0.97,2.58,2.68,1.86,2.32,4.17,6.45,5.10,3.52,3.15,3.02,2.29,2.16,1.21,-0.44,-2.11,-1.61,0.92,0.33,1.15,0.74,-1.19,-0.32,0.94,0.57,-0.99,0.41,0.11,1.23,1.41,0.78,0.45,-1.20,0.42,0.83,0.27,-0.76,1
0.12,1.29,2.56,3.23,2.42,4.86,3.54,5.72,2.92,3.52,3.04,3.44,1.80,-0.31,-0.55,-1.27,0.31,1.37,0.82,-0.53,-0.09,-0.21,-0.58,-0.31,1.49,1.11,0.04,-0.15,0.20,-1.06,0.54,1.05,1.53,-1.90,1.20,0.36,1.68,0.04,0.23,0.02,1
-1.45,2.71,3.04,3.21,4.26,5.01,6.24,5.09,3.95,4.84,2.15,-0.30,1.53,-1.19,-1.35,1.42,0.01,0.98,-0.00,-0.22,0.70,0.13,0.63,0.37,0.81,-0.04,0.54,-0.68,1.07,0.06,-0.40,-1.18,0.07,1.91,-0.15,-0.27,1.90,1.14,-0.05,0.04,0
0.57,-1.42,-1.14,1.76,2.22,0.84,-1.02,0.55,0.14,1.36,0.57,3.43,4.13,3.21,6.19,4.48,3.08,2.86,1.79,0.24,0.71,-0.68,-0.30,0.17,0.20,-1.43,-1.56,-0.10,-0.23,-0.37,-0.52,0.93,-0.21,2.31,-1.54,0.16,1.00,-2.17,0.24,1.32,0
-0.90,1.38,1.20,1.19,2.84,1.92,2.37,3.10,5.50,2.79,4.42,3.71,1.34,2.13,1.43,0.39,0.56,-0.25,-0.12,2.00,-0.38,0.61,1.08,0.03,0.29,1.12,-1.59,1.21,-0.29,-0.61,-0.41,1.83,0.06,0.19,1.32,1.29,-0.03,-1.32,1.58,1.61,1
-1.15,0.11,-1.88,-0.02,-1.61,-0.06,1.41,2.72,2.69,3.32,5.90,3.30,3.78,4.71,3.97,2.38,1.20,1.77,1.76,0.02,-0.82,1.21,1.43,-0.10,0.69,-2.16,-1.74,-0.37,-0.03,0.18,-0.60,0.51,-0.48,-0.34,-0.08,-1.07,-0.05,-0.67,-0.44,-0.45,2
-1.04,0.93,-0.07,0.16,0.46,0.88,1.07,-0.92,1.02,0.43,3.47,1.20,3.48,3.66,4.33,6.10,2.15,2.57,1.33,1.92,-1.53,1.03,1.19,-1.38,-0.68,0.71,-0.71,-0.80,0.34,-1.16,0.18,-0.79,-0.92,0.17,0.02,0.42,0.38,0.76,0.51,-0.56,0
-1.28,-1.09,0.07,0.50,2.59,0.91,3.92,3.46,3.41,4.01,4.66,1.68,2.06,1.15,1.44,-0.48,-1.95,0.01,0.37,-1.99,1.15,-0.32,0.37,0.81,0.19,-0.12,1.42,-0.65,0.13,-0.89,-0.66,-0.94,0.32,1.47,-1.49,-0.64,0.29,-1.12,-0.50,1.33,1
-0.63,0.01,0.70,-0.59,0.93,0.01,0.58,0.25,0.79,0.93,2.02,1.55,3.26,5.03,2.36,3.56,2.76,3.78,2.99,1.07,-1.54,0.11,-0.45,-0.69,0.36,-0.09,0.05,-0.52,-0.66,3.47,0.74,-0.04,1.05,1.11,0.21,-0.23,-1.69,2.09,-0.01,-0.19,0
0.91,-0.33,0.43,1.40,3.80,5.00,5.49,6.06,4.35,3.76,3.67,3.25,3.37,2.54,2.91,1.20,-0.04,-0.66,0.60,-1.00,-0.28,1.55,0.13,2.43,1.04,-1.02,0.14,1.26,0.13,0.44,0.67,-0.09,-0.47,-2.50,1.16,-0.81,0.85,-2.27,-0.08,1.19,1
-0.98,0.18,0.98,-1.78,0.73,0.66,-0.94,2.68,2.10,1.46,3.66,3.78,4.09,4.10,4.42,2.84,1.79,0.90,1.85,0.21,0.45,-0.02,1.37,-1.79,0.06,0.73,2.14,-0.70,-2.04,-0.77,0.72,0.34,-0.37,-0.04,-0.48,0.53,0.11,-2.10,1.31,0.36,2
-0.10,0.66,3.69,1.95,3.88,6.29,3.83,5.53,4.35,3.38,2.90,-0.25,1.95,0.57,1.84,0.65,0.08,-2.43,0.53,2.09,-0.55,1.70,-0.23,1.66,-0.32,-0.13,-0.89,-1.48,0.47,-0.32,1.62,1.27,-0.54,-0.26,0.64,0.53,0.92,0.33,-1.10,0.75,1
2.56,0.10,-0.52,-0.50,-0.35,-0.05,0.72,1.71,3.23,3.25,2.05,2.24,3.62,5.26,4.02,2.92,1.57,1.38,1.72,0.19,-0.33,-0.15,1.06,2.25,-0.29,-0.09,-0.02,-0.50,0.68,1.07,-1.40,-1.04,0.73,0.14,-2.59,-0.00,-0.79,0.84,1.49,-0.11,2
-0.65,1.09,-0.63,-0.35,2.03,1.61,2.90,0.78,5.43,4.42,5.45,5.87,1.82,2.87,1.26,0.56,-0.59,-0.75,1.44,0.67,-2.01,1.83,-0.99,-0.24,0.04,0.37,0.38,-0.54,-0.14,1.19,-0.39,0.32,0.58,0.14,-0.04,-0.38,-1.14,1.49,-1.08,0.69,2
-0.37,0.67,-0.05,0.95,1.46,2.51,0.49,1.17,3.48,3.26,6.20,4.14,4.09,2.98,3.42,1.99,2.35,2.01,-1.71,-0.01,-0.63,-0.31,0.07,0.20,-0.35,-0.64,-0.34,-0.90,0.51,1.06,1.74,0.77,-1.50,-0.81,-1.10,1.67,-1.26,0.56,-2.97,-0.10,2
1.80,3.45,1.49,1.45,3.04,4.67,5.13,4.18,3.78,2.72,1.40,1.61,0.23,0.87,1.63,0.38,0.91,0.95,0.17,-2.07,0.49,-1.73,-0.81,-0.40,1.90,-0.31,0.11,0.10,0.59,-0.83,0.27,1.38,0.20,0.09,-1.13,-0.42,-1.50,0.94,1.40,-0.63,0
1.16,-0.86,-0.04,1.70,-0.50,1.90,1.01,0.68,0.65,3.46,2.99,2.21,2.84,3.73,5.63,4.37,2.66,3.08,1.69,0.19,0.52,0.40,0.54,0.72,0.31,0.79,0.50,-0.77,-0.48,-1.20,0.18,-1.89,0.78,0.60,-0.83,-1.19,-0.69,0.90,-1.11,-1.05,0
-0.35,0.83,0.84,0.01,0.63,1.95,2.81,3.83,5.66,4.56,3.59,4.41,4.04,1.26,0.52,0.12,-0.13,0.20,-1.22,-0.48,-0.18,-1.76,2.09,-2.42,0.33,1.03,-2.08,0.41,0.90,-0.73,-0.26,0.33,-0.89,0.38,1.21,0.22,-0.69,-0.31,-2.06,1.98,1
1.08,1.09,0.55,1.80,1.07,1.60,3.11,3.70,0.88,2.97,2.33,2.38,1.27,2.80,4.15,2.55,2.28,1.91,0.83,-0.11,-1.07,0.94,-0.59,-0.60,-0.03,-0.20,0.75,0.45,-1.15,0.63,0.68,0.57,0.35,-0.49,-0.38,-1.33,0.48,-0.90,0.19,-0.99,0
2.13,0.14,-0.03,1.38,1.35,2.42,1.22,1.75,0.76,-0.37,2.07,2.53,4.61,1.48,4.12,3.36,3.53,2.34,-0.04,0.64,1.31,-0.78,-1.32,-0.47,1.02,-0.02,0.73,1.20,-1.40,-0.80,-1.32,0.81,0.87,1.33,0.94,1.28,0.22,-2.71,-1.42,1.28,0
0.80,0.86,2.06,1.50,1.44,3.32,3.00,3.04,2.97,1.96,2.67,4.01,2.24,2.84,2.56,2.53,2.45,2.08,0.92,-0.87,-0.91,-0.67,0.15,-0.20,-2.46,0.64,0.20,1.02,-0.45,-0.13,1.35,-0.20,1.09,-1.11,-3.48,1.01,1.82,-0.63,0.48,0.21,0
-0.58,0.70,-0.38,-1.19,-2.02,1.59,2.99,3.04,0.98,3.89,7.08,3.74,2.76,1.77,2.18,1.19,1.77,0.41,2.10,0.87,-0.18,0.17,0.19,-1.73,1.40,1.29,-0.76,0.11,0.90,0.52,0.06,-0.33,0.04,2.17,-0.42,0.80,-0.81,0.55,0.53,-1.42,1
-2.29,-0.76,1.81,0.72,-0.38,1.55,0.98,1.77,3.24,4.60,3.72,1.77,3.85,2.28,3.40,3.33,1.64,1.26,1.62,0.90,-1.48,-0.24,-0.21,-1.82,-0.68,0.65,-0.17,1.24,0.99,0.59,0.37,-0.50,-0.69,0.12,-1.09,2.33,0.43,-0.78,0.93,0.18,2
1.55,-0.12,1.75,2.69,3.47,2.98,3.63,3.56,5.57,2.27,1.50,3.07,-0.75,1.27,2.52,-0.52,-2.62,1.97,-1.11,-2.00,-0.22,-1.23,-0.75,0.06,0.18,2.10,0.08,-0.60,0.26,0.41,-0.53,1.19,0.18,-0.63,0.27,0.56,0.87,-0.24,0.47,-1.13,1
-0.77,-0.92,0.60,3.59,1.03,2.67,4.47,3.03,3.73,3.11,3.07,4.09,2.14,0.03,0.19,1.79,-0.28,0.99,0.68,1.57,0.85,-0.08,-0.62,-1.27,-1.43,-1.72,0.30,-0.16,-0.46,1.72,-1.46,-1.35,-0.51,1.10,-0.41,-2.35,1.80,0.88,0.80,-0.58,1
1.48,2.39,0.95,3.58,1.88,3.88,2.49,2.90,1.79,3.33,0.90,2.96,0.91,1.22,3.69,0.98,1.10,1.37,-1.06,0.74,-0.93,0.81,-0.32,1.94,0.65,-0.53,-0.87,-0.74,-0.13,0.42,-0.52,-1.38,-1.03,-0.82,-0.03,0.41,-0.19,0.43,-2.15,1.28,0
-1.32,-0.65,0.79,0.89,3.18,1.85,5.44,4.67,3.29,2.47,2.71,0.08,2.79,1.22,4.03,2.30,1.40,2.30,1.00,1.28,1.25,2.06,0.44,-0.04,0.32,0.21,-2.04,1.26,0.48,0.64,-2.06,-0.04,-0.48,0.66,-0.98,-0.69,1.50,-0.69,0.22,-0.19,0
-0.19,-0.63,-0.82,0.37,2.74,1.54,0.96,-0.20,0.46,1.07,1.60,2.83,3.01,4.31,3.89,5.16,4.57,1.51,0.23,1.09,0.06,1.64,-0.21,-0.55,0.18,0.89,-1.29,0.31,0.52,0.74,0.83,-0.78,0.20,-0.10,0.32,2.40,0.56,0.78,1.55,-0.31,0
0.28,0.35,0.79,0.38,-1.28,-0.86,0.48,0.72,-0.22,2.42,1.97,4.14,4.07,4.95,5.38,5.33,3.15,1.36,0.35,-0.06,-0.24,0.56,0.22,-0.01,0.23,0.83,1.82,1.97,-0.43,0.42,1.84,0.10,0.91,0.48,1.39,1.31,2.27,0.05,0.37,-0.28,2
0.47,0.04,1.12,1.05,-1.01,0.08,-0.09,1.02,1.01,0.98,2.75,4.26,4.99,3.49,6.03,5.85,2.84,2.38,2.68,0.00,-0.58,0.85,0.51,-0.74,0.10,-0.23,0.95,-0.09,-0.31,-1.49,-0.15,1.94,-0.08,0.59,1.73,0.42,-1.18,0.36,2.28,1.16,2
0.04,0.34,2.72,3.08,2.95,2.58,1.93,3.58,1.93,1.37,3.74,0.47,0.41,0.30,4.07,1.94,0.98,3.29,0.41,-0.90,1.47,-1.78,-0.28,-0.29,1.29,-0.65,0.61,0.34,0.74,0.60,-0.32,0.05,0.43,1.56,-1.62,-0.08,-0.82,0.53,-1.35,0.15,0
-0.14,1.14,-0.80,0.64,-0.08,0.52,3.19,2.30,3.83,4.01,4.95,4.58,2.34,1.20,1.88,1.88,0.67,1.00,-0.52,-0.74,-0.94,-1.40,0.52,0.31,0.36,-0.25,-1.90,0.57,-0.24,0.27,-0.80,1.58,1.17,0.55,1.03,-0.86,0.24,0.69,-0.75,-0.62,1
-0.63,-0.18,1.07,1.44,0.21,3.01,3.75,3.25,4.69,3.86,5.56,5.17,5.02,2.16,1.84,1.42,-1.53,0.61,0.43,1.30,1.51,0.10,-1.02,-0.22,-1.35,-1.14,-0.93,-0.05,0.30,0.61,1.19,-1.64,1.43,0.27,0.83,0.01,-0.70,-0.53,-1.47,0.05,1
-2.39,0.97,-0.49,0.51,2.77,3.64,2.92,5.77,5.07,3.85,4.43,1.82,0.02,0.92,0.97,1.19,-1.71,0.62,-0.22,-1.07,-0.11,-0.11,0.69,0.40,-0.74,0.25,-0.53,0.84,-0.52,-1.30,0.71,-1.29,-0.33,0.68,0.59,-0.87,-0.98,0.44,-0.91,-0.90,1
-0.27,2.56,1.22,2.29,3.61,2.65,3.67,3.66,1.59,2.14,1.26,2.28,2.73,1.67,3.14,1.40,2.57,0.32,-0.19,-1.55,-1.28,0.74,-0.58,1.46,-1.19,-0.44,-0.77,0.20,-0.67,-0.07,-0.53,-0.54,1.36,0.87,1.31,-0.67,0.61,1.39,-0.71,-0.47,0
0.24,-0.28,-1.82,-0.40,-0.64,-1.92,0.10,1.43,1.52,3.70,4.42,4.86,5.23,4.15,3.70,3.70,2.37,2.69,-0.15,0.81,0.71,0.76,1.18,-0.21,1.67,0.74,-1.14,1.07,-0.65,0.19,0.19,0.11,0.72,-0.99,-0.94,0.96,0.09,-1.53,-0.16,-0.18,2
-1.25,-2.16,0.44,-1.06,-0.23,1.98,2.93,3.11,2.21,6.44,3.95,5.13,2.85,4.32,1.79,1.81,0.21,0.38,1.16,-1.75,-1.43,0.81,-2.24,0.63,0.50,-0.09,0.57,1.06,0.01,-0.77,0.55,-1.39,-0.76,0.99,-1.53,0.02,1.06,-1.62,-0.55,0.40,2
1.69,0.43,2.15,1.19,4.94,5.72,6.26,3.15,2.46,3.08,1.91,1.68,0.69,0.62,2.71,-0.18,0.86,0.01,1.07,1.54,1.66,-0.06,0.55,-1.66,-1.29,0.41,-0.73,-0.23,-0.62,-0.84,-1.28,-1.70,-0.59,1.25,-2.41,-0.12,0.25,0.30,0.88,0.60,0
-1.96,-0.37,1.16,2.54,2.16,3.37,5.60,3.80,3.02,2.34,0.86,1.80,0.81,1.18,1.31,-0.70,0.21,-0.23,-0.41,-0.22,-0.35,-1.42,0.36,0.90,-0.21,-1.15,0.25,0.46,-0.26,0.31,-0.20,-0.31,1.02,-0.67,0.65,1.69,-0.13,0.30,-0.70,0.27,0
-1.62,1.33,-0.98,1.09,0.45,0.37,2.43,2.29,5.07,6.30,3.71,3.78,5.36,3.17,3.07,2.03,0.99,0.62,-0.07,0.07,-0.73,-0.84,-1.00,0.45,0.88,-2.51,1.51,0.73,-1.61,1.20,-0.26,-0.86,0.16,0.19,-0.34,1.06,0.07,0.33,0.98,-0.42,2
0.65,-0.23,0.57,-0.55,-0.87,0.83,1.03,-0.41,1.71,1.31,2.45,3.20,3.28,5.01,4.45,3.83,3.80,2.56,-0.28,1.56,1.20,1.51,-0.24,-1.79,-0.50,0.58,-0.56,0.69,-0.80,-0.58,-1.89,-0.92,-0.97,2.24,-1.09,1.09,-1.68,-0.43,-0.14,0.53,0
0.73,0.57,1.66,1.80,3.15,3.69,3.82,4.26,4.15,1.84,3.94,2.50,1.27,1.36,3.70,1.87,0.90,0.48,1.30,1.22,-0.59,-0.26,0.31,-1.21,0.62,-0.77,0.05,0.52,0.43,0.40,-2.89,-0.68,-0.44,0.60,-0.75,0.48,0.95,0.77,-0.88,-0.04,0
0.64,1.27,2.63,2.36,3.14,3.54,2.49,1.83,1.99,3.76,2.77,1.39,1.95,1.59,2.77,1.80,1.77,0.70,-0.55,-0.50,-1.45,0.52,-0.86,-0.39,0.01,-1.19,0.52,-1.33,1.32,-1.27,0.25,1.52,0.51,-1.94,1.90,-0.09,-0.47,0.52,-0.38,-0.67,0
0.25,0.78,-1.08,1.60,0.59,-0.12,1.10,2.08,0.89,1.70,0.81,2.61,3.15,4.48,6.46,5.85,2.30,1.95,2.32,1.34,-0.44,-1.41,2.40,1.14,0.85,-1.46,-0.82,-0.93,0.22,-1.88,0.04,1.53,2.04,-0.32,0.86,-0.24,0.54,-1.35,3.00,1.57,0
-1.08,-1.35,1.85,-1.56,0.40,0.49,2.93,4.17,3.89,4.00,3.75,4.80,2.59,3.16,3.21,1.89,0.52,-0.97,-0.15,0.27,-0.73,-2.58,0.54,0.95,-0.54,0.79,0.51,-1.60,-0.51,1.77,1.17,-1.21,-1.48,-0.35,1.16,-0.71,0.47,-0.64,0.89,0.47,2
-1.64,-0.45,1.09,1.48,1.34,-0.59,1.38,1.19,1.32,2.24,2.87,3.31,2.23,2.78,5.61,4.04,3.42,1.83,2.30,-0.27,-0.82,0.05,0.35,1.47,0.21,-0.18,-0.43,-0.71,-0.55,-1.42,1.57,0.90,1.06,-0.27,-0.32,-0.45,0.94,0.08,-1.16,0.36,2
-1.38,1.32,3.21,0.05,1.20,4.10,4.92,5.98,4.77,4.37,3.96,1.16,0.18,0.79,0.21,0.05,2.38,1.39,0.94,0.25,-0.17,0.68,0.78,-0.18,-0.83,0.50,-0.90,0.00,-0.30,0.23,0.53,0.78,1.43,1.12,-1.04,0.83,-1.15,0.83,-2.54,0.16,1
0.45,1.24,-1.00,-1.42,-0.02,-0.90,-0.65,1.05,0.12,3.30,1.53,1.80,4.88,6.29,6.62,7.66,3.83,3.15,2.11,2.77,0.53,-1.58,-1.90,0.20,-0.56,0.92,0.33,-0.59,0.32,-0.17,-1.14,-2.24,0.05,-0.14,1.35,-0.54,0.17,-0.89,0.47,0.31,2
-1.02,1.30,0.88,3.67,4.61,3.19,6.86,5.29,4.37,2.40,-1.04,2.80,0.52,-1.07,-0.05,1.16,-1.07,-0.41,-1.32,1.65,1.84,-1.11,-0.36,-0.16,1.44,-0.53,1.42,-0.10,-0.06,0.56,-0.53,-0.85,-0.04,-1.27,0.91,-0.23,-2.88,-0.65,0.81,-0.33,1
0.19,-1.54,0.76,0.76,-0.25,3.15,2.86,4.37,3.27,5.30,5.37,3.53,2.35,3.04,0.54,1.82,-1.35,1.54,0.06,-1.12,1.51,-1.08,0.79,-0.64,-0.48,-0.69,-0.52,0.73,-0.88,1.86,0.55,0.13,0.10,-0.40,0.40,0.43,0.27,-0.00,0.98,1.33,1
1.95,0.57,0.50,0.25,0.20,1.21,2.02,0.00,-0.63,2.03,0.10,1.82,4.94,2.88,6.15,3.88,4.12,1.75,3.03,2.15,-0.10,-1.00,-0.88,-1.48,0.32,-0.25,-0.01,-0.32,-0.13,-1.00,0.09,0.44,-1.24,-0.69,0.16,0.06,0.29,-1.00,-0.33,0.14,0
-0.40,0.69,1.47,0.52,2.58,2.74,4.37,5.13,3.09,5.74,4.73,4.79,0.64,1.59,2.04,-0.09,-0.81,0.76,-0.87,-0.38,0.67,0.14,0.63,-0.30,0.66,-0.44,-1.23,-1.10,0.53,0.70,0.51,0.71,-0.63,0.46,-1.98,-1.61,1.88,-0.02,-0.31,-1.68,1
-0.12,-1.12,0.46,1.07,3.31,-0.26,-0.70,-0.99,-0.06,1.09,2.51,3.67,4.46,4.72,6.59,3.39,3.47,2.89,2.81,2.88,0.51,-0.05,-0.21,0.26,0.36,-0.96,-0.07,0.23,0.64,0.38,0.05,-0.89,0.74,1.01,-0.99,1.57,-3.20,0.53,-0.76,1.22,2
-0.39,1.96,2.95,4.11,4.61,4.39,6.60,1.88,1.65,3.12,3.09,1.17,0.25,0.49,0.94,-0.15,-0.15,-2.46,-1.25,-0.58,1.32,-1.09,0.23,0.29,0.93,0.48,-0.51,-0.23,2.11,-0.70,2.97,0.69,0.09,-0.68,-0.37,-0.03,0.08,-0.73,-0.67,-1.58,1
1.09,0.35,-1.14,0.48,1.81,0.89,-0.00,1.12,0.03,0.71,1.17,2.83,4.05,4.95,6.25,4.28,4.96,2.62,0.22,0.84,1.52,0.61,-0.65,0.38,-0.82,-0.62,0.27,-0.53,0.66,1.20,-0.72,0.47,-0.32,-1.47,-1.06,-0.83,-0.64,-1.47,-1.12,0.32,0
1.43,0.16,0.81,1.20,1.64,5.30,5.18,4.65,3.59,4.44,4.97,3.18,2.20,1.18,-0.23,0.82,-0.59,-0.66,-0.37,-0.62,-0.09,2.14,0.75,-0.03,0.70,1.30,0.81,-2.59,-0.30,-1.33,-0.89,-1.43,-0.34,0.50,-0.88,-0.46,-0.97,-1.33,-0.76,-0.35,1
-0.23,-0.06,-0.94,0.61,0.07,1.80,0.67,1.09,1.71,2.91,2.57,3.79,3.42,4.43,5.13,2.72,0.69,1.96,0.96,-1.33,-1.69,-1.46,1.72,0.49,-0.21,1.92,2.21,-0.43,-0.83,-0.22,-0.64,-0.60,1.82,-0.18,1.42,0.28,-0.47,-0.25,-0.73,-0.70,2
-1.24,2.36,2.39,1.28,4.01,6.14,6.45,4.25,2.99,2.38,1.89,0.98,-1.04,0.97,1.17,0.88,-0.46,-1.84,0.37,-0.69,1.21,0.98,0.57,-0.54,-0.56,-1.49,0.88,-0.99,-0.95,0.70,1.64,-1.00,0.55,0.19,-0.19,-0.08,0.82,0.66,1.10,-0.74,0
-0.46,-0.43,2.27,3.19,4.25,5.03,4.19,4.32,4.40,3.55,1.24,3.11,0.03,2.87,1.34,0.97,1.55,-0.99,1.84,0.94,-0.43,0.65,0.48,-0.08,-1.14,-0.71,0.78,0.66,0.08,-0.18,-0.33,-1.57,-0.86,0.30,0.31,2.07,-0.53,2.08,0.39,0.94,0
0.38,1.40,1.58,1.12,0.65,4.36,4.39,1.86,3.00,2.80,0.34,2.07,-0.21,0.18,1.14,0.87,0.52,2.41,0.55,1.81,0.63,-0.21,0.73,2.20,0.56,0.86,-0.83,1.33,-0.48,0.71,2.76,0.75,1.83,-1.53,0.03,-2.02,-0.71,1.16,-1.42,0.79,0
-0.21,0.09,2.22,1.90,2.45,1.41,4.70,4.71,0.92,2.78,3.11,2.03,0.70,-0.01,4.23,1.15,0.56,0.76,1.19,2.16,-0.76,-1.26,-0.27,-0.59,0.02,1.59,-1.80,1.06,-1.29,1.71,-0.29,0.82,-0.39,1.39,0.87,0.22,-2.17,1.28,-0.49,-0.79,0
2.40,-0.59,-0.95,0.32,1.06,-1.30,0.92,1.58,1.88,3.17,3.53,4.00,3.56,4.73,5.30,4.29,2.41,3.12,2.49,0.53,0.66,0.72,0.45,0.80,2.25,-1.35,0.53,-1.68,-0.50,1.06,-1.78,0.57,0.93,0.43,0.44,-0.60,2.35,1.32,0.60,2.59,2
0.72,0.45,1.83,1.40,3.80,4.59,5.79,5.38,3.96,3.83,2.17,1.59,0.08,2.09,-0.01,0.45,-0.33,2.26,0.90,-1.25,0.91,0.30,1.42,-1.29,0.23,-0.57,-0.18,3.16,-2.01,-0.81,-0.22,0.05,0.69,0.95,-2.09,-0.75,-0.30,0.98,-2.05,0.28,1
0.44,0.32,2.05,-0.21,1.97,1.58,0.57,3.53,0.56,0.87,2.01,2.54,3.05,5.00,6.06,2.05,3.45,2.04,-0.42,0.01,1.73,-0.22,-0.57,-0.77,1.82,1.42,-0.34,0.61,-0.44,0.22,0.12,-0.23,0.17,0.51,-1.13,1.10,0.34,-1.74,0.36,-0.15,0
1.38,-0.49,-0.41,-0.57,1.90,1.79,2.26,2.44,4.15,2.99,5.47,5.53,3.82,2.50,0.17,1.17,1.61,1.26,1.62,1.74,-0.77,-1.23,0.19,0.63,0.04,-1.48,0.10,0.06,0.58,1.60,1.77,-0.69,-0.28,-0.41,1.89,2.77,1.01,1.22,-1.00,0.71,1
-0.94,0.37,0.24,0.67,-0.71,0.69,0.15,2.10,1.12,3.23,4.07,2.27,4.05,2.53,4.45,1.63,2.00,0.40,0.05,-2.10,-1.61,-0.35,0.93,0.59,-0.04,-1.51,0.53,0.13,0.63,2.30,1.22,2.73,1.25,-1.33,0.96,-0.10,0.28,0.70,-1.54,0.76,2
0.90,0.68,0.93,1.65,2.45,3.58,4.20,3.42,2.50,3.44,3.06,3.57,0.78,1.35,1.98,2.69,1.30,-1.06,1.48,0.52,0.89,-0.78,-1.33,-1.02,-0.34,1.26,0.98,-1.97,-0.06,-0.26,-1.16,-1.20,0.38,-0.78,-1.19,-0.09,0.86,0.47,-0.27,0.02,0
-0.10,-0.26,1.92,3.92,2.09,4.06,6.50,5.55,4.11,4.80,1.66,1.66,0.72,-0.96,-0.59,1.42,-0.77,0.52,-1.11,-0.99,-1.32,-2.67,-1.76,1.06,0.49,0.36,1.10,-1.58,-0.17,0.02,-0.65,0.24,-2.03,1.22,-0.66,0.80,0.00,-0.92,0.71,0.51,1
-0.72,1.30,2.43,2.52,2.33,3.35,5.41,2.38,4.83,1.01,2.74,2.84,1.62,1.69,1.51,1.91,0.55,-0.82,1.49,1.42,-0.09,-1.92,-0.04,-0.26,1.40,0.73,2.06,0.36,-0.81,0.71,-0.64,0.55,0.24,0.60,-0.74,0.53,-0.65,-0.46,-0.03,-0.89,0
1.62,-1.53,-0.36,-1.26,0.47,0.18,0.59,2.95,0.25,4.11,4.50,3.83,3.42,3.75,5.85,4.08,1.04,3.64,2.27,0.29,2.02,0.87,-0.22,-0.38,1.25,-0.37,0.48,0.70,0.26,-1.03,-0.93,-0.17,-2.67,0.54,-1.36,-1.18,1.63,1.36,1.41,-1.15,2
0.06,1.62,2.97,2.05,5.30,5.98,4.15,5.96,5.33,4.64,3.88,0.36,2.05,1.20,1.24,-0.05,0.32,0.67,0.87,-1.33,0.77,-0.80,0.83,-0.02,0.98,-0.40,-0.42,-0.35,-1.31,1.09,0.97,1.98,2.95,-0.35,0.82,0.33,0.51,0.16,1.82,-0.19,1
1.08,1.04,0.50,3.94,1.02,1.25,3.07,4.64,1.46,1.79,0.95,1.94,2.58,3.06,3.96,3.78,2.87,0.46,0.82,1.47,2.09,-1.00,-0.16,-1.08,-1.65,0.89,0.76,-0.59,-0.67,-1.05,1.15,1.08,0.32,1.81,-0.29,1.07,0.28,-0.52,-0.63,-0.25,0
-1.80,-0.06,-1.41,0.56,-1.14,2.89,3.18,3.68,4.75,4.97,5.56,5.59,3.94,3.37,2.88,0.52,0.47,0.86,1.06,-0.55,0.41,-0.64,1.46,1.56,-1.85,-1.25,-1.66,-1.17,-0.88,-0.18,0.22,1.17,0.99,-0.97,-1.34,-0.71,0.91,0.55,0.57,0.79,1
0.10,0.60,1.45,0.26,1.27,0.75,2.66,5.00,2.45,2.70,2.68,5.05,2.82,2.03,-1.09,0.09,-1.47,0.08,1.30,-1.36,0.98,-0.88,2.36,0.43,-0.97,1.43,-1.17,0.32,0.70,-0.28,0.79,-0.45,0.11,-1.55,-0.88,2.71,0.10,0.09,-0.77,-1.33,1
0.71,0.14,0.12,0.27,-0.83,0.30,-1.17,-1.16,1.39,1.86,0.24,2.77,2.84,4.71,6.90,4.28,4.38,2.06,0.21,0.82,0.11,1.12,0.06,2.04,0.68,1.48,0.45,-1.77,0.93,0.59,-1.64,0.97,-0.98,0.14,1.70,-0.38,0.29,-1.24,0.62,0.58,2
-0.17,1.62,0.52,2.80,5.10,3.73,5.23,6.01,3.36,1.96,3.03,1.06,2.86,0.82,2.19,1.08,0.20,0.72,2.44,-0.88,-1.93,-1.69,0.42,0.62,1.28,-1.04,2.54,0.54,0.67,-0.19,0.29,0.20,-0.32,0.46,-0.27,-0.05,-0.27,0.17,0.60,0.45,0
0.12,0.26,-0.31,1.31,0.30,0.19,1.66,1.34,0.13,2.76,5.71,3.77,6.08,4.03,4.91,5.05,2.71,1.03,1.87,0.65,0.81,0.60,-0.06,1.81,-0.12,-0.40,-3.23,-1.10,0.75,-0.88,0.91,-0.11,1.13,1.05,-0.21,-0.08,0.79,0.17,1.47,0.14,2
0.92,0.31,0.05,1.19,-0.72,0.44,2.13,2.87,2.53,5.55,5.04,3.72,5.65,2.31,2.54,2.15,0.65,0.72,-0.80,-0.55,1.11,-0.76,0.12,-1.24,-0.78,0.50,-2.36,-1.06,0.33,0.26,0.48,0.60,0.47,-0.01,-1.60,-1.51,1.34,-0.76,0.18,0.32,1
-0.30,-1.65,2.25,1.49,1.16,2.15,2.20,3.37,4.32,2.97,4.91,4.01,3.30,1.57,-0.53,-0.65,-0.25,0.81,0.06,0.86,0.84,-0.72,0.79,-0.01,0.66,0.19,-1.76,-0.17,2.01,-0.40,0.63,2.74,-0.82,-1.07,-1.62,-1.00,0.53,-1.98,-1.46,0.85,1
1.16,-0.61,0.48,2.21,0.69,1.84,1.18,-0.22,-0.20,1.51,2.80,3.85,2.64,2.35,6.52,4.39,3.61,1.63,3.45,2.57,-1.21,-1.88,0.06,0.76,0.23,0.40,-0.36,-1.29,0.39,-0.68,-0.06,-1.57,0.56,0.65,0.57,0.36,-0.08,-0.89,0.18,0.59,0
-1.00,-0.47,2.53,0.63,0.06,3.26,2.59,0.28,2.27,0.94,3.58,2.45,1.32,2.64,4.88,4.45,4.05,2.96,0.45,0.59,0.44,-0.47,0.44,2.51,-0.82,1.10,0.45,1.08,0.34,0.64,-1.20,-2.15,1.36,1.66,0.00,1.33,0.31,1.92,0.02,0.33,0
-1.51,1.02,0.11,1.31,-1.42,2.57,-0.45,1.64,2.74,1.14,3.62,4.80,3.95,4.86,6.22,3.36,3.30,1.83,1.88,0.77,0.48,0.37,1.00,-1.86,-1.54,-0.68,-0.34,0.15,-0.33,-0.14,0.67,-0.35,-0.71,0.28,-1.26,-0.70,0.25,1.00,-0.58,-1.13,2
-0.27,1.15,1.15,2.52,2.53,2.18,3.80,3.72,2.47,3.63,2.89,2.58,-0.11,-0.49,0.58,0.28,1.51,0.57,-0.50,0.71,-0.79,0.64,-0.80,-0.98,-0.82,2.02,1.55,0.86,0.36,0.12,0.16,-0.94,1.00,2.33,-1.58,0.32,-0.07,1.50,0.16,1.44,0
-1.08,0.63,-0.89,-1.54,0.17,0.27,-0.18,2.30,0.63,0.09,1.62,3.12,4.27,2.72,5.47,2.86,2.00,3.11,2.52,1.95,0.71,-0.46,-0.55,-1.13,0.56,0.30,0.48,0.18,0.71,2.00,3.48,0.48,0.25,-0.66,-0.81,0.27,-1.41,-0.19,0.52,-0.05,0
-0.73,0.12,-0.18,0.28,-0.43,2.16,0.59,-0.79,-0.04,-0.85,1.02,2.91,6.03,4.40,6.11,2.88,3.93,1.95,1.15,1.83,-0.35,-0.12,0.75,1.04,-1.37,0.84,0.09,-0.16,-0.02,0.25,-1.26,-0.05,-1.23,1.05,-1.89,-0.50,0.46,-1.82,1.49,1.50,0
-0.25,-0.18,-1.26,1.35,0.89,-0.13,-0.83,0.97,2.34,3.59,4.94,4.30,3.52,4.79,4.30,3.19,1.20,-0.10,1.65,-1.11,0.69,-0.53,-0.15,1.24,1.26,-0.81,-2.00,-0.58,0.53,-0.92,-0.19,-0.12,-0.52,-0.46,0.82,-0.01,-1.68,-0.68,-1.83,0.32,2
-2.15,-0.29,0.97,1.50,0.44,4.09,3.13,2.40,2.26,0.20,1.96,0.31,0.48,-0.70,2.21,0.75,2.37,0.59,1.28,0.05,-1.56,-0.13,-0.56,0.16,-1.44,0.47,-0.09,0.92,0.58,-0.03,-0.35,0.23,-0.66,-2.43,0.66,0.17,0.27,-0.50,-0.40,-0.14,0
1.40,0.42,1.14,-1.30,0.38,1.86,2.29,2.85,4.74,4.25,6.56,4.58,4.25,3.56,1.39,0.54,-0.68,0.48,-0.25,0.29,0.31,1.63,1.44,-1.40,0.08,0.33,-1.84,-0.35,1.89,-0.13,2.27,-0.19,1.09,0.59,1.90,-0.17,-1.38,0.13,-0.33,1.25,1
0.35,1.26,-0.07,2.87,1.48,3.92,4.24,1.13,1.25,-0.14,2.99,3.48,2.10,4.54,3.61,3.96,2.81,2.10,0.63,2.33,-0.57,-2.12,0.30,-0.92,-0.72,1.34,-0.40,0.14,-0.71,0.75,0.07,-0.24,1.07,0.60,-0.11,-1.79,0.26,1.04,-2.25,-1.50,0
0.21,0.70,0.07,1.80,2.20,4.42,4.53,3.12,5.24,1.38,4.00,1.88,1.75,2.03,0.57,2.67,1.02,0.53,0.83,-0.25,0.03,0.54,-1.00,-0.77,1.00,-1.35,0.28,-0.56,1.31,-1.91,0.36,1.00,-0.79,0.94,-0.33,2.07,0.51,-2.11,1.38,-0.20,0
2.34,2.09,3.15,1.82,3.64,3.70,5.08,4.48,3.95,4.09,3.49,2.40,0.36,0.43,0.83,0.55,0.16,0.66,-2.22,-0.77,0.53,-1.63,1.12,0.60,1.50,0.76,0.70,-0.25,-0.21,0.03,-0.49,0.96,-0.55,-0.30,0.32,-0.45,0.53,-1.33,-0.72,-0.27,1
1.54,-0.83,1.21,0.25,1.11,1.22,1.24,1.29,3.12,4.56,4.45,4.12,4.49,3.44,0.98,-1.06,-0.09,-1.28,1.99,-1.38,-0.04,-0.68,1.57,0.09,-2.92,-0.05,-0.19,0.60,-0.73,1.06,0.74,1.31,-0.71,-0.07,-0.48,-0.45,1.13,-0.45,0.14,-0.33,2
1.31,1.01,-0.57,3.31,1.66,3.10,4.52,2.44,5.12,2.53,4.46,3.67,2.83,1.40,1.18,0.67,0.29,0.92,-0.17,1.49,1.36,0.96,-0.39,-0.83,-0.16,0.53,-0.42,-1.18,-0.73,0.32,-2.33,-1.88,0.64,0.35,-1.26,-0.17,-1.05,-0.18,1.48,0.96,1
0.24,0.79,0.38,1.88,1.71,2.93,4.30,6.17,3.88,6.11,4.00,4.20,4.03,0.93,-0.15,1.36,-0.28,-2.31,0.06,-1.69,0.12,-0.22,-0.35,1.35,-0.51,0.10,0.67,0.39,0.04,1.61,1.31,-0.61,-0.47,-0.62,1.17,0.54,0.27,0.34,-1.24,-0.51,1
0.08,0.55,3.45,-0.43,0.55,0.53,2.15,3.63,4.89,2.32,4.17,3.84,3.75,3.30,1.17,1.70,-1.66,1.78,-0.00,0.97,-0.63,-1.18,-0.03,-2.31,-1.32,0.97,-1.41,0.36,-0.42,0.48,-0.65,-0.03,-1.43,-1.71,1.94,-2.01,0.99,1.22,-0.14,-1.29,1
0.63,-1.19,0.87,-0.19,0.40,1.02,1.99,2.52,6.60,5.67,5.88,3.86,4.23,1.65,1.59,2.56,1.73,-0.80,3.26,0.68,0.29,0.19,-0.62,-0.68,-0.31,0.02,-0.77,-0.89,-1.24,-1.14,0.14,0.32,-0.76,-0.96,0.45,0.50,-1.39,1.68,-0.57,-1.59,1
1.20,1.20,0.16,0.05,-0.52,0.42,-0.71,-0.22,0.40,0.80,1.57,2.81,2.71,5.22,6.32,4.99,3.85,3.92,1.87,0.97,-1.04,1.82,0.64,-0.15,-1.59,0.46,0.60,-1.11,-1.79,-0.08,0.66,2.08,-0.64,-0.25,-1.07,-0.10,2.24,0.91,-1.27,1.05,0
-2.66,0.95,2.40,2.02,2.62,4.89,4.95,5.18,4.10,3.25,1.76,2.79,1.94,0.33,0.75,1.78,0.18,-0.27,2.92,1.44,-0.68,-1.45,0.35,-0.95,-0.55,0.68,0.18,0.86,0.46,0.04,0.63,1.07,1.16,0.25,0.08,0.93,-2.14,0.71,-0.64,-1.65,0
-0.33,1.43,0.21,3.13,2.88,3.55,4.93,2.99,3.30,3.58,3.79,1.97,1.92,0.87,0.50,0.34,1.13,-0.70,-2.17,-0.67,-0.88,0.11,-2.05,-0.44,2.16,-0.11,0.21,-0.09,-0.05,-0.22,0.16,1.36,1.00,1.00,-1.14,1.84,-0.24,1.23,0.44,-0.01,1
-0.75,1.46,0.26,0.82,0.09,1.71,4.38,3.76,3.54,4.76,3.52,2.39,2.56,0.82,2.09,0.51,0.18,0.37,-1.44,-1.22,-0.84,-2.06,0.95,-0.28,0.57,1.23,1.45,-2.00,-1.57,-0.03,0.04,-0.66,0.20,-0.42,-0.03,0.18,-0.50,-0.25,0.39,1.15,1
-0.26,0.81,0.21,-0.55,-2.07,0.75,0.57,1.92,3.98,5.37,3.11,4.19,2.97,2.25,3.05,1.91,1.31,2.08,-0.17,-0.85,-0.28,-0.03,-0.64,-0.92,-0.45,-1.02,0.85,-0.01,-0.12,0.09,0.27,-0.07,-1.30,0.48,1.23,0.96,-0.43,0.19,0.81,0.23,2
-1.44,-0.17,-1.55,0.70,0.83,3.19,1.21,1.86,3.51,4.46,2.98,7.28,4.04,2.80,2.86,1.74,0.92,1.81,0.38,-1.01,-0.07,-0.10,1.41,1.08,-0.14,-0.36,0.08,1.68,0.53,-0.67,-1.34,1.25,-0.61,0.73,-0.45,-0.97,0.97,-0.65,-0.18,-0.41,2
0.51,-0.42,1.64,2.81,0.99,3.21,2.37,5.09,1.70,0.05,2.60,2.63,2.01,1.02,2.36,2.91,1.45,0.90,-0.60,1.37,2.69,-0.39,-0.55,0.66,-0.27,0.68,0.11,0.20,2.25,-0.20,-0.74,0.88,-0.58,-1.31,-0.14,1.96,1.22,0.26,0.31,-0.28,0
1.02,-1.07,1.74,-0.37,0.10,1.31,0.54,0.30,-1.60,2.17,3.08,2.81,2.83,3.72,3.92,3.24,4.54,2.70,2.26,0.12,-0.73,1.06,-0.60,-0.05,-0.73,-0.05,0.38,0.56,1.31,-0.24,0.40,0.76,-1.50,2.44,0.45,-0.77,0.36,-2.40,0.83,-0.18,2
0.27,0.59,0.41,0.19,-1.69,-0.62,1.69,0.72,3.05,4.39,6.01,4.22,5.01,2.21,1.00,0.60,-1.73,-0.18,0.79,-1.57,0.57,0.59,0.74,0.04,0.71,0.03,0.59,0.82,-1.17,0.92,-1.10,1.30,1.51,1.20,0.70,0.54,-0.31,-1.96,-0.75,0.33,1
-0.38,-0.43,1.47,-2.50,0.54,-0.09,2.54,2.79,4.11,6.35,4.94,5.74,4.49,4.72,2.25,2.16,0.87,0.22,-0.19,0.51,1.32,0.78,0.81,1.58,-0.24,1.37,-0.12,0.02,-1.57,0.05,-0.33,0.91,-2.00,0.01,0.30,0.61,0.36,-0.07,0.39,-0.95,2
-1.73,-0.05,-1.58,1.73,0.71,0.55,0.04,-0.44,1.42,3.44,2.55,3.16,5.62,2.72,3.17,4.41,1.21,3.07,1.86,0.72,0.79,-0.35,-0.15,1.84,-0.87,0.59,-0.71,1.92,-0.98,-0.37,-1.62,-0.81,-0.12,-0.69,0.45,-0.42,0.25,0.36,1.55,-1.84,2
-0.30,-0.65,-0.22,1.09,0.14,0.10,1.31,1.25,1.82,1.54,2.35,2.93,4.33,4.34,5.35,4.35,2.21,1.55,0.01,1.11,-0.33,0.84,1.18,0.06,-0.22,-2.57,0.62,-0.10,0.54,1.08,-0.10,0.80,1.14,0.13,0.52,-1.35,-0.06,-0.14,-0.92,-0.98,2
-0.33,-1.76,-1.46,-1.41,0.07,1.46,0.69,1.40,0.54,4.76,4.70,6.41,2.08,4.50,1.11,1.38,0.50,-0.48,0.94,0.24,0.49,-1.11,-0.60,-0.26,-0.47,-0.99,-0.19,-0.53,0.75,-0.16,0.97,-1.44,-0.31,-0.88,-0.52,0.31,0.47,0.55,-0.55,0.84,2
-0.37,-1.11,0.09,0.13,-2.42,0.19,0.66,1.41,1.00,2.65,4.28,5.03,4.52,5.82,3.15,3.23,2.57,2.57,1.69,1.20,-0.58,0.34,-0.25,0.72,-3.17,0.12,-0.86,0.79,-1.14,-0.34,-0.43,-0.21,-2.52,-0.19,-0.82,-0.44,-2.51,0.62,-2.19,0.24,2
0.66,-1.26,0.87,2.38,2.68,3.58,2.26,2.46,1.45,-0.12,1.73,1.74,2.44,2.06,2.17,3.29,2.06,0.65,1.88,1.85,-0.50,-0.49,0.10,-0.28,-0.31,0.83,-0.46,0.28,-0.18,-1.05,1.32,0.82,-0.68,1.13,0.91,0.54,0.28,-0.64,1.10,0.75,0
-1.18,1.42,1.49,1.40,1.24,5.43,2.42,1.52,3.81,3.62,2.21,0.32,0.57,3.89,1.51,2.08,0.68,0.77,-0.54,1.01,-0.01,0.23,0.37,-0.68,-0.31,0.14,-0.80,-0.22,2.29,-0.00,0.97,-1.79,-2.44,1.18,-1.35,0.35,0.37,-0.87,-0.33,0.00,0
1.80,1.04,-0.03,0.29,-0.06,1.39,3.02,4.53,3.40,6.71,5.57,4.16,2.22,0.68,1.90,1.18,0.05,2.55,-0.21,0.98,2.29,0.77,1.13,-0.28,0.41,-0.06,-0.53,-1.41,-0.68,0.13,0.62,0.90,-1.84,0.04,-1.25,1.36,-0.19,-1.01,-0.60,0.96,1
1.81,-1.20,-0.72,0.33,-0.79,2.56,2.34,4.64,4.40,4.21,6.38,4.85,3.47,3.33,1.62,1.39,0.75,0.32,-0.21,1.07,-1.58,-1.02,-0.29,-0.26,-0.67,0.06,-0.49,0.44,0.82,0.34,-0.73,0.26,1.05,-1.87,2.06,1.40,0.32,0.83,-2.39,-0.92,1
1.72,0.13,0.31,2.23,1.42,3.36,3.17,4.23,2.99,4.25,4.31,4.51,2.26,1.79,0.10,2.22,-1.63,0.26,-0.15,-0.22,-1.05,-1.99,-0.08,2.17,0.02,-1.05,-1.01,-0.34,-0.88,-0.99,0.73,-0.30,0.69,-0.55,0.22,-0.19,0.28,-1.59,-1.78,-1.17,1
0.45,0.40,1.70,2.83,4.23,3.33,5.97,4.49,3.22,1.58,0.73,2.33,2.09,-0.71,2.27,1.89,-0.38,0.96,0.89,0.11,1.05,-0.80,0.16,2.50,-0.22,0.85,1.03,-0.76,0.48,0.21,-0.94,-0.38,-0.24,-0.10,0.53,1.90,-0.75,0.22,0.38,-0.47,0
-0.11,1.55,3.20,4.22,5.78,4.92,4.39,3.71,5.12,4.01,3.08,0.70,0.49,-0.31,0.52,-1.00,1.65,-0.89,-1.20,0.14,-0.41,-0.67,0.58,0.53,-0.33,1.67,0.67,-0.61,0.44,-2.39,0.73,-0.76,-0.81,-0.53,1.68,1.27,2.29,0.61,-0.34,-0.24,1
-1.23,-1.42,-0.53,1.49,-0.23,-0.30,1.26,2.93,3.56,4.23,6.93,6.72,2.95,3.81,1.94,0.51,-1.19,0.01,-0.65,0.84,0.57,-0.47,1.13,-0.14,0.15,0.86,-0.65,1.62,-1.06,-0.84,0.06,0.16,-0.52,-0.82,-0.65,-1.05,-0.80,-0.12,-1.62,-0.28,2
0.18,-0.56,-1.64,-0.57,-1.51,0.34,1.97,3.33,2.86,1.42,6.77,5.18,4.88,2.56,3.84,2.76,1.56,1.30,2.78,-0.17,-0.21,1.70,-1.44,-1.32,0.21,-0.55,-0.89,-0.79,0.54,0.40,-1.03,-0.98,0.36,0.15,-0.14,1.16,0.77,-0.03,0.98,-0.76,2
0.61,0.01,-0.72,-2.23,-0.74,0.85,0.45,0.76,0.06,2.89,3.62,4.32,4.82,3.85,2.66,3.54,2.81,2.12,2.31,0.95,0.53,-0.09,-1.42,1.26,1.04,1.25,-1.46,0.77,0.33,-0.48,-0.93,0.23,1.61,-0.22,-1.16,-1.41,-0.79,0.59,1.21,-0.30,2
-0.39,0.64,1.61,1.29,4.25,4.95,5.58,5.57,2.97,5.67,2.11,1.84,2.05,-0.40,-0.44,1.21,0.22,-0.02,0.15,-0.67,-0.18,1.04,0.29,0.65,0.82,0.49,-0.85,-1.13,-0.62,0.18,-0.51,-0.83,1.08,1.70,-1.88,0.50,-0.91,-0.18,1.22,-1.92,0
-1.46,-1.83,0.08,0.35,0.96,0.33,2.31,4.43,4.36,3.35,6.18,3.99,3.09,4.65,0.78,0.65,-1.51,-1.86,0.99,0.09,0.19,-0.26,-2.19,1.97,-0.65,-0.12,-0.64,0.79,-1.25,-0.06,1.45,-0.60,0.15,-0.26,-0.73,0.56,1.35,1.09,1.69,-0.51,1
0.99,-0.22,1.25,1.15,1.65,0.62,0.27,2.20,1.61,0.73,2.76,3.52,1.73,4.17,5.30,4.65,3.93,2.36,1.44,0.87,-0.27,0.28,-0.03,-0.77,2.13,0.17,-0.17,1.49,1.60,-0.71,-0.71,0.73,2.70,-0.18,-1.38,-0.11,-0.02,-0.55,0.37,0.27,0
1.72,-0.56,-1.53,-0.87,-0.76,1.86,-1.13,0.28,1.18,2.89,1.23,3.93,4.62,4.82,5.30,4.11,1.27,1.25,1.39,2.24,0.15,0.14,0.54,0.29,1.06,0.15,0.45,1.94,0.94,-0.25,1.19,0.94,-0.37,-0.17,-1.23,-0.34,1.83,-2.31,-1.47,-0.72,2
-0.41,2.29,0.90,0.31,0.37,2.06,2.38,3.39,3.92,4.20,2.32,5.55,1.89,1.84,1.15,2.12,-0.39,-1.43,-1.11,-0.37,-1.12,-0.63,-0.73,0.30,0.51,0.66,0.19,0.09,0.23,0.66,-0.03,-0.69,0.47,-0.73,-0.47,-1.07,1.57,-0.26,1.51,-2.43,1
-0.43,0.06,-0.27,-2.25,-0.62,0.94,1.00,2.15,2.18,0.93,3.60,3.18,2.91,5.17,5.27,2.99,1.07,1.42,1.93,1.42,-2.83,1.34,-0.80,1.52,-0.07,0.64,-0.44,-1.63,0.34,-0.17,-0.11,0.62,0.30,0.88,0.06,-0.16,0.70,-0.11,1.24,-0.11,2
-0.31,-0.52,0.80,-1.06,-0.52,-0.11,-0.20,0.16,-0.88,0.32,3.54,4.49,3.71,4.17,6.83,4.75,4.02,4.72,1.68,0.12,1.12,-0.19,0.04,-1.12,1.03,-1.84,-0.52,-2.74,0.16,-1.75,1.20,0.99,-0.58,-0.30,0.32,-0.63,0.76,-0.51,1.02,-0.12,2
1.41,-0.27,0.34,0.03,-1.45,2.36,2.16,0.54,-0.00,0.20,1.03,2.47,2.84,2.33,4.11,4.67,4.98,3.31,2.42,-1.15,1.82,0.55,0.57,-1.22,-0.65,-0.28,-0.06,0.45,1.02,0.16,0.22,-0.09,0.70,-0.91,0.07,0.05,-0.17,2.12,1.10,0.94,0
-0.10,-0.46,1.33,1.72,2.53,3.29,0.75,1.39,2.27,0.20,2.17,1.73,2.85,3.47,3.34,4.68,2.23,3.64,2.93,0.80,-0.25,0.07,-0.64,0.64,-0.58,-0.15,0.08,2.06,1.55,-0.02,-0.23,-1.03,-0.28,-0.07,-0.63,-1.40,0.54,0.62,-0.08,-0.88,0
-1.02,3.06,1.22,0.31,1.08,3.60,4.24,4.02,3.13,3.53,4.32,2.69,2.90,0.65,1.75,0.87,-0.46,-0.39,0.67,-2.73,0.59,-2.09,-0.17,-1.22,-1.23,-0.37,1.57,0.19,0.40,-0.64,0.87,-0.12,0.41,-1.58,0.15,0.81,0.79,-0.71,0.32,-1.10,1
0.88,0.34,1.10,2.59,3.34,4.11,5.34,3.54,3.49,5.33,4.84,1.43,1.74,0.87,1.77,0.44,0.07,-1.28,-0.65,0.56,-0.89,0.84,0.79,1.01,-0.93,-0.20,-1.44,0.74,-0.69,1.33,0.46,0.33,1.33,0.66,0.37,0.31,-1.07,-0.33,-0.34,0.54,1
1.16,-0.61,-0.98,0.64,-0.57,2.14,0.13,-0.51,1.10,1.42,2.75,2.94,4.37,5.10,5.60,4.16,4.05,3.28,1.94,0.96,-0.31,-1.42,1.15,0.94,-0.86,-0.73,0.23,-1.58,-1.18,-0.30,1.71,0.76,-0.52,0.93,0.63,0.31,0.19,-0.05,0.01,0.14,2
0.84,-0.65,1.30,-1.13,1.22,-0.13,1.25,-0.92,0.80,1.13,1.43,4.16,6.26,3.03,4.25,4.56,3.23,3.33,0.27,-0.29,-0.14,-0.42,0.94,0.15,0.27,-1.12,-0.07,0.25,0.49,0.59,-1.02,0.20,0.65,-0.36,0.51,-0.57,0.67,1.43,0.64,1.06,0
0.84,-1.54,-1.52,-0.75,0.16,-0.37,1.83,1.18,3.10,3.61,4.04,3.56,4.38,3.70,3.00,1.72,1.03,0.10,1.77,0.55,0.06,-0.65,1.05,-0.65,-2.18,1.27,0.35,-0.51,0.38,-0.93,-0.18,-1.13,-0.21,0.16,1.02,0.28,1.60,-0.67,-0.27,-0.12,2
0.64,0.78,1.08,0.47,2.61,4.88,4.14,5.03,5.33,1.87,2.49,1.13,-0.81,-0.41,0.82,0.77,-0.88,1.11,-1.57,-1.08,1.12,2.04,-0.26,0.37,-0.38,0.62,0.41,1.46,0.45,0.84,0.15,-1.28,-2.02,1.41,0.85,-0.82,-0.16,-0.94,0.69,-0.38,1
-0.23,1.06,2.55,3.57,4.23,4.64,4.58,5.45,3.46,2.06,1.20,1.78,1.10,-0.38,0.47,1.89,-0.28,1.07,0.71,-0.38,-0.92,0.96,1.65,2.28,2.71,-0.26,-0.09,1.36,0.36,1.34,0.16,-0.07,-0.24,0.13,-1.17,-0.62,-1.35,1.27,0.00,-0.97,0
-1.00,0.30,0.26,1.31,-0.08,1.02,2.43,3.74,2.47,2.84,4.68,3.17,3.38,5.13,2.28,2.67,0.35,1.68,0.31,-0.86,0.64,-0.86,0.64,-0.01,0.21,-0.22,0.54,-0.71,1.83,2.44,0.02,0.22,-0.88,0.27,1.26,0.02,-0.07,0.96,-0.52,0.09,2
-1.71,-0.67,2.32,-0.70,0.18,0.82,3.04,4.33,4.93,5.93,4.52,5.22,3.81,2.16,1.99,0.14,-1.51,-0.23,0.26,1.21,-1.00,0.93,0.10,-0.51,1.69,0.75,0.41,0.61,-0.03,-0.04,1.28,0.13,1.17,-1.24,-1.45,-0.75,-0.12,0.62,0.26,0.35,1
2.16,2.13,0.18,0.28,-0.22,1.30,2.78,3.10,3.75,4.79,6.33,5.48,3.69,2.22,2.45,1.34,0.65,0.29,-1.27,-0.65,-0.36,-1.04,-1.07,2.24,-1.16,0.83,0.98,-1.12,0.58,0.16,-0.36,-0.17,0.34,-0.92,-0.49,0.51,0.40,0.73,-1.04,0.61,2
-0.11,-0.52,-0.72,-0.79,-1.53,1.07,1.03,1.29,3.61,4.17,3.93,5.48,2.80,4.05,2.38,1.73,2.07,1.29,1.59,0.25,-0.89,-0.37,-0.28,-1.51,1.03,-0.29,0.59,-1.07,-0.11,-0.97,-1.09,-0.67,-1.78,-0.63,1.49,-0.86,-0.69,-0.02,-1.66,0.02,2
0.20,-0.39,0.39,0.69,1.83,1.89,1.68,0.43,3.41,5.82,4.65,3.76,2.60,2.25,0.04,-0.05,0.53,-0.96,-0.38,0.23,-1.38,-1.63,0.42,0.09,0.46,-0.39,0.11,-0.63,-2.00,-0.07,0.16,0.15,0.25,1.15,1.59,0.15,-0.57,1.61,0.41,-2.09,1
1.87,-0.00,1.71,0.48,1.66,-0.20,0.28,2.64,-1.39,2.58,2.31,3.36,5.81,2.60,7.47,2.58,3.88,2.05,2.65,2.39,-1.97,0.11,-1.55,-0.53,-0.50,-0.08,-0.75,2.38,-1.02,-0.12,1.06,0.14,-2.10,-0.48,-0.69,0.59,-0.77,1.56,0.94,0.30,2
-0.40,1.51,-0.65,0.56,-0.48,4.35,1.55,1.87,1.14,3.20,2.16,3.12,2.84,1.89,3.43,3.06,2.97,0.85,1.72,0.75,1.23,0.82,-0.84,0.91,1.75,-0.63,-2.42,-0.96,1.56,0.66,-1.09,0.36,0.26,1.02,0.77,0.71,-0.41,1.50,1.01,-0.66,0
-3.15,0.48,-0.34,1.06,-0.59,-0.11,1.47,2.72,3.28,4.26,7.17,3.51,4.46,3.09,3.31,0.50,2.06,-0.83,0.52,1.28,-0.36,0.86,-0.23,0.20,0.48,-0.89,1.60,-1.57,-0.48,0.76,0.16,-0.27,0.00,-1.31,0.76,0.93,1.10,-0.18,0.80,0.81,2
-0.95,0.31,1.89,1.78,1.62,2.42,3.17,3.69,3.25,1.42,4.74,2.82,3.35,5.04,4.60,3.54,3.68,1.80,-1.46,0.04,-0.82,0.30,0.23,0.60,-0.45,0.48,-0.06,1.98,-0.23,-0.94,-0.85,-0.68,0.96,-1.82,-1.76,0.05,-1.32,-2.02,0.75,-0.43,0
0.26,0.02,0.15,1.65,1.83,2.37,1.07,2.47,0.61,2.14,2.64,1.14,2.37,2.60,3.51,1.98,3.40,1.01,1.87,1.05,1.25,-0.40,1.14,1.24,-0.42,0.16,1.25,0.00,1.82,0.11,-0.21,0.18,-1.79,2.36,-0.92,0.82,-0.89,-0.74,-0.66,1.64,0
-0.44,-0.21,0.75,3.64,5.38,5.18,6.40,5.72,1.95,4.78,1.53,0.76,0.46,-1.38,0.72,1.67,1.38,1.03,-0.62,0.84,0.10,-0.78,-2.10,-0.32,1.16,-0.08,0.41,0.52,-0.69,-1.19,-1.12,0.97,-0.59,-1.31,2.15,1.04,2.82,0.53,-1.64,-0.88,0
0.83,0.56,0.49,0.47,2.36,1.70,4.15,4.09,1.30,2.98,4.59,1.66,2.46,0.81,1.30,0.44,0.69,-1.11,0.03,0.48,0.49,0.14,-1.14,0.35,-0.68,0.08,0.75,-0.16,-0.18,1.39,-0.54,-0.35,-0.74,0.74,0.82,0.36,-1.29,-0.11,0.21,-0.70,0
-0.25,1.97,0.08,0.68,3.24,3.90,5.81,4.44,4.58,3.85,4.31,1.78,2.65,0.38,1.24,0.35,1.24,0.74,-0.83,1.83,-0.69,1.91,-0.98,-2.53,0.09,0.81,0.08,1.96,-0.36,-1.07,-0.87,-0.36,1.45,-1.58,0.09,-1.39,2.15,0.85,1.95,-0.86,1
1.12,-0.57,-1.36,2.70,1.67,5.38,5.27,4.26,3.21,2.60,3.73,3.35,0.59,1.84,0.45,0.02,-0.81,-0.25,1.83,-1.31,-0.92,-0.25,0.70,-0.73,-0.71,-0.63,-0.40,-0.53,0.95,0.97,-0.56,-0.36,-0.90,-0.13,-0.48,-1.25,0.25,0.03,1.44,0.59,1
-0.35,-1.16,-0.66,-1.08,1.22,-0.66,2.28,1.98,2.33,3.90,3.98,4.66,4.51,3.15,4.11,2.07,0.90,1.45,0.82,1.38,0.67,-0.09,0.27,-0.51,-1.62,-0.07,-0.91,-0.48,0.34,1.13,-0.20,-1.78,-0.83,1.10,0.13,-0.02,-0.05,0.63,0.87,-0.16,2
0.10,0.14,3.13,2.27,2.95,4.47,4.98,5.90,2.33,5.21,2.43,2.43,0.11,-0.24,0.45,-0.00,0.50,0.57,-0.74,0.32,-0.74,-0.60,-0.43,0.92,1.14,0.51,-1.36,-0.34,1.19,0.21,1.79,-0.12,0.28,-0.10,-0.54,-0.15,0.73,-0.11,-1.58,-0.38,1
-1.37,-0.08,-0.02,0.57,-1.52,2.35,0.84,1.43,2.85,4.18,2.78,3.33,3.05,3.92,4.85,2.60,3.05,2.03,2.94,0.84,-0.41,0.62,-0.53,-0.99,0.09,-0.90,-1.77,1.44,-0.55,0.63,-0.62,-2.36,2.10,0.18,1.52,0.04,-1.00,-1.85,1.49,-0.32,2
0.68,-1.16,0.83,0.80,2.26,1.61,1.92,2.12,1.26,1.73,0.88,4.17,2.78,1.31,2.47,5.47,1.61,1.07,2.13,1.23,-0.17,-0.64,-0.68,-0.67,0.59,0.28,-0.80,-1.01,-0.59,-0.44,1.96,-0.42,0.69,0.82,2.33,1.39,-0.38,-0.08,0.11,0.12,0
-0.75,-0.08,2.18,2.11,3.36,4.54,4.28,4.40,2.76,1.26,3.22,1.74,0.94,0.67,2.57,1.47,-0.02,0.13,1.71,-0.47,-0.49,0.98,0.21,1.03,-0.75,-0.94,-0.08,0.28,0.88,0.48,1.36,2.10,-1.50,0.73,1.27,0.19,-1.14,-1.56,-0.55,-0.65,0
1.87,-0.28,-0.44,0.03,0.70,2.39,3.02,2.97,3.93,4.97,4.52,4.87,3.22,1.04,1.84,-0.72,0.06,0.31,-0.54,-1.09,-0.12,1.66,-0.96,-1.31,-0.80,0.56,1.48,-0.12,-0.52,-0.92,-0.81,-2.23,-0.59,-0.20,-1.39,-0.76,0.40,-0.16,0.20,0.94,1
-0.20,0.78,0.44,2.30,2.29,4.17,4.21,2.29,2.58,2.73,2.33,1.54,1.70,2.15,2.73,1.32,2.71,1.24,0.88,0.31,-0.23,1.57,0.08,0.15,-0.68,0.14,1.82,-1.20,0.05,-0.33,3.78,0.89,-0.81,-0.41,0.52,-0.78,-0.63,1.58,-0.06,2.22,0
-0.06,-0.42,-2.86,-0.47,0.13,0.83,3.72,1.58,3.68,4.20,5.19,3.70,4.96,5.96,2.21,2.03,1.30,0.26,0.83,2.23,0.33,-0.90,0.40,-0.65,-1.87,1.07,1.46,-0.63,2.29,-0.92,0.87,0.81,0.44,0.49,0.31,0.34,1.05,-0.49,0.97,-0.12,2
0.11,0.75,-0.94,1.69,-1.96,1.43,2.32,-0.59,1.59,2.91,5.92,4.55,3.99,3.84,3.93,2.04,3.07,-2.27,0.11,-0.77,0.89,0.15,-0.49,1.80,0.82,-0.57,-0.89,1.62,0.88,0.79,-0.03,-0.27,-0.28,-0.83,2.86,0.83,0.66,2.43,0.63,-0.17,2
0.37,-1.24,0.76,1.59,2.12,5.48,2.79,3.48,3.11,5.33,3.10,3.79,2.39,0.48,-0.06,0.17,1.27,0.56,-0.61,0.32,0.70,0.57,1.63,0.03,-0.43,-1.02,-1.83,1.00,0.10,0.24,0.30,-0.68,-0.81,-0.88,0.04,-0.90,-0.63,-0.48,-0.34,-1.81,1
-0.02,0.30,-1.03,-0.68,1.18,2.35,4.67,4.22,2.94,5.27,4.81,4.45,2.65,4.29,0.16,0.97,0.38,-1.11,-0.01,-1.16,0.39,-0.75,-1.44,-0.01,-1.17,-0.98,0.40,0.06,0.13,-1.64,0.99,0.18,0.34,0.52,0.60,0.92,0.86,0.23,0.82,1.69,1
0.33,-0.45,0.39,0.35,0.31,2.41,0.54,0.11,-0.69,1.47,0.32,2.44,5.29,5.00,6.49,6.05,5.19,1.46,0.96,2.01,2.10,-0.26,0.78,0.54,0.75,1.03,1.05,0.02,-0.30,-0.03,-0.44,-1.20,-0.80,0.06,-0.80,-0.03,1.67,0.94,-0.87,1.60,0
-0.19,0.20,-0.32,-0.88,1.40,1.72,1.95,3.06,3.46,4.61,6.65,4.65,3.85,1.44,2.54,-0.04,0.20,-2.07,1.22,0.67,-0.98,-1.68,-1.59,0.13,-0.79,-0.32,-1.16,-1.08,-1.43,-1.11,0.55,-1.58,-0.75,0.52,-0.71,-0.35,0.87,0.81,-1.95,1.20,1
-1.55,0.39,0.19,0.23,0.33,2.76,1.57,0.78,1.28,1.13,0.97,2.86,3.18,3.78,3.82,5.34,3.96,1.93,2.79,1.52,1.20,-0.33,-1.07,-0.37,-0.24,0.13,-2.68,-0.72,-1.48,0.64,-0.18,-1.65,-1.24,0.67,-0.88,1.07,-1.47,0.16,1.22,-2.30,0
-0.21,0.87,1.96,-0.45,-0.62,-0.69,2.61,0.71,1.52,3.20,4.12,3.96,2.84,2.42,4.49,1.54,2.67,0.38,2.92,-0.34,-0.67,-2.60,0.60,-0.43,-0.03,0.65,1.36,1.11,0.55,-0.83,-1.27,1.70,1.92,-1.26,0.95,-0.45,-1.15,-2.76,-0.59,-2.39,2
-1.78,0.05,2.14,-0.23,-1.40,0.75,0.12,-0.21,3.29,1.74,4.01,2.47,3.32,2.91,3.06,3.24,1.71,0.80,2.03,1.40,-1.90,0.72,0.78,0.63,0.30,0.88,0.06,0.78,2.15,0.38,0.40,0.25,-1.08,0.27,-0.11,-0.40,0.94,-1.29,-0.49,-1.59,2
-0.37,-0.05,-0.81,1.11,-0.51,1.04,2.20,1.49,3.49,4.08,3.11,4.38,4.50,1.24,2.76,3.86,-0.13,0.63,0.58,0.98,-0.59,-2.17,-2.34,-0.28,-1.36,0.11,-0.50,0.52,1.04,-1.62,1.55,1.23,0.75,1.13,-1.65,-0.98,0.89,0.20,1.71,1.27,2
-1.74,-0.27,1.87,0.06,0.15,1.25,3.72,2.57,4.91,5.16,5.56,5.91,4.71,2.43,2.59,0.54,1.14,-0.19,0.56,0.28,-0.39,-0.75,0.23,1.34,-0.17,2.38,-0.60,0.39,0.00,-0.89,0.62,-1.86,-0.23,0.32,-0.14,-2.04,-1.19,0.82,-0.44,0.30,1
-0.43,0.41,1.14,0.45,-0.62,-0.32,-0.93,-0.67,0.04,1.83,2.43,3.12,5.04,3.69,4.60,4.08,2.98,3.04,1.99,-0.15,-0.29,-0.66,2.86,0.56,-1.70,0.03,-0.39,-2.25,-0.82,0.16,0.69,0.38,0.58,-1.78,-0.82,0.76,1.18,-0.10,-2.25,0.16,0
0.25,0.65,0.63,1.06,-0.73,0.16,0.47,1.60,2.24,3.19,2.99,3.79,2.97,4.42,4.98,5.45,3.89,2.54,1.49,-1.52,-1.64,-0.67,1.55,0.67,-0.77,0.73,-0.97,-1.14,0.25,-0.53,0.54,0.09,1.12,-0.04,-0.19,0.59,-0.13,0.71,1.55,-2.04,2
0.56,-0.98,0.03,-0.25,-0.26,-1.19,2.03,0.33,2.51,2.93,3.19,6.52,2.26,4.49,4.20,3.40,3.33,2.52,1.09,-0.24,-1.29,0.71,0.12,0.37,-0.51,0.18,0.28,-0.14,1.84,-0.65,0.30,0.93,1.26,0.57,1.37,-0.15,1.21,0.45,1.79,2.42,2
-1.57,0.80,1.55,0.61,0.95,2.51,2.13,2.72,4.84,3.80,5.16,2.96,4.13,1.24,0.55,1.81,-0.10,-0.22,0.25,-1.94,0.39,-0.17,0.34,-1.89,-0.92,-1.29,-0.17,0.80,-0.11,0.57,-0.63,-1.02,-1.02,0.65,-1.59,-0.96,-0.35,-0.04,0.38,-0.75,1
-0.78,-0.45,1.61,-1.56,3.00,1.61,1.70,2.43,5.26,5.03,6.46,4.84,3.69,2.29,0.87,-0.60,-1.54,-1.50,-0.23,0.28,0.56,0.27,-1.29,-0.49,2.79,-1.42,0.60,0.02,-0.03,0.35,0.56,0.44,1.36,0.77,-1.97,1.26,0.27,0.38,0.83,1.16,1
0.61,0.56,-0.86,1.61,0.81,1.99,0.56,1.42,-2.07,1.29,2.25,3.44,4.15,5.42,4.34,3.40,4.40,2.59,1.20,0.23,1.37,1.82,1.27,-0.23,0.49,-1.54,-1.81,0.13,0.41,-1.03,-1.06,1.18,1.27,1.21,0.59,-1.03,2.40,0.77,-2.16,-0.11,0
-0.04,0.96,1.33,3.53,2.93,5.82,3.52,3.75,4.12,1.73,4.33,3.75,2.07,1.43,-1.29,0.31,-1.79,0.01,0.64,0.32,-0.98,-0.01,-0.54,0.22,0.59,-0.80,-0.71,-1.21,-1.05,0.30,-1.03,-0.14,2.24,-0.70,-0.58,-0.15,0.28,-0.99,1.08,0.12,1
1.95,1.72,1.03,-0.61,1.17,0.73,3.17,3.61,4.39,3.82,5.67,4.67,0.40,1.27,3.32,0.29,0.33,1.20,1.92,-0.38,1.63,-0.19,0.41,1.08,2.17,0.64,-2.01,-1.04,0.15,0.10,-1.69,-0.40,-0.92,0.58,0.49,-2.27,0.72,-1.87,0.96,1.52,1
2.12,1.06,0.85,-1.42,-0.17,0.57,0.33,2.00,-0.47,2.03,3.49,2.79,3.57,3.93,5.43,4.26,4.79,3.13,2.81,1.50,0.32,0.74,-0.84,-2.85,0.56,2.03,-1.50,-1.15,-0.52,0.07,0.17,1.13,1.55,-0.93,-0.61,-0.54,-0.09,2.65,0.19,0.95,2
0.48,-0.01,0.79,-0.37,0.08,1.24,2.05,3.79,3.33,5.90,4.60,6.09,3.89,1.93,0.74,0.72,-0.15,1.03,-0.94,-1.23,-0.33,1.00,1.07,-0.78,1.89,0.27,1.03,0.04,-0.42,-0.56,0.95,-2.78,-1.53,-0.69,-0.29,0.75,1.61,0.38,0.12,0.39,2
-0.45,-1.26,0.65,1.28,3.64,3.53,3.28,4.25,0.85,2.22,1.05,3.00,0.75,1.72,4.04,1.50,2.38,-0.24,-0.16,1.70,2.14,0.40,0.69,-2.19,-0.07,-0.63,-1.02,-0.31,-0.50,0.12,0.36,0.44,1.46,1.45,1.00,0.44,-1.68,0.39,0.21,0.10,0
0.81,-0.31,3.05,2.71,4.48,4.43,3.64,3.55,1.97,1.94,2.01,1.19,0.38,0.93,2.14,0.28,-1.68,1.26,0.78,0.59,0.32,1.25,-1.62,-1.96,-1.04,-0.52,-1.65,0.44,0.66,-0.37,0.25,0.08,0.36,-1.34,-0.29,-0.55,-0.70,0.49,1.35,-0.28,0
-0.29,1.29,1.66,0.88,1.10,1.33,2.34,2.59,3.60,3.23,3.54,4.45,3.79,2.32,2.00,1.61,0.11,0.14,-0.97,0.47,1.18,0.80,-0.87,0.80,-0.32,-1.79,-0.68,-0.21,0.24,0.01,2.24,-1.12,1.02,-0.78,-0.73,-0.60,-0.87,0.87,1.05,-0.32,1
-0.63,-0.15,1.87,1.73,2.09,3.95,5.62,5.10,5.56,3.70,2.80,2.47,2.53,1.32,0.23,1.53,-0.47,0.55,1.50,-1.86,-1.33,0.29,1.11,0.81,1.52,0.75,0.23,2.71,0.99,0.56,-0.33,1.03,0.38,0.34,0.81,0.83,0.23,0.93,-0.92,2.29,1
-0.26,-0.59,-0.43,3.07,1.19,2.01,3.30,5.23,4.53,3.78,1.89,2.03,1.99,-0.26,1.34,-1.63,0.75,0.75,-1.19,0.17,0.30,-1.28,1.13,-1.01,0.20,1.70,-1.43,1.10,-0.07,-0.70,0.02,1.95,-0.14,1.56,-0.44,2.28,-1.10,1.40,-0.59,-0.68,1
0.01,0.45,1.42,0.55,0.88,0.32,1.15,0.96,-1.31,1.92,3.47,3.11,3.31,4.41,3.65,4.15,3.83,1.30,0.06,0.99,-0.49,0.25,0.77,0.89,0.63,-0.61,-0.68,0.85,-0.01,-1.24,-1.06,-1.38,0.75,-1.36,0.68,0.45,-0.16,1.94,1.03,-0.12,0
0.55,-1.35,-0.56,0.55,-0.20,0.00,1.76,-0.19,-0.67,0.92,2.66,2.32,3.11,4.07,5.19,5.12,3.94,4.14,3.05,1.11,0.29,0.60,0.07,0.14,-0.26,-0.39,1.97,0.24,-1.38,0.89,0.75,0.60,1.64,-1.87,-0.66,-1.34,0.35,0.58,-0.59,-0.28,0
0.49,0.49,1.32,1.10,1.65,0.53,3.57,2.17,5.20,2.75,3.95,4.96,2.16,1.18,0.31,0.27,2.58,1.26,-0.60,1.38,-0.62,1.09,-0.07,-0.28,-0.92,-0.40,-0.79,-0.43,-0.37,0.58,-0.11,-1.36,-0.16,-0.57,-1.53,1.18,0.37,-1.40,0.14,1.45,1
-1.28,0.00,3.53,1.98,2.48,4.58,6.46,3.19,4.04,3.46,2.73,1.71,2.96,2.62,-0.26,0.51,-2.60,-0.19,-0.13,-1.23,-0.98,-0.19,0.53,-1.19,-1.30,1.42,-1.73,0.37,-0.72,-0.35,-0.56,-2.03,-2.40,0.13,-0.79,-0.60,0.24,-0.13,-0.19,-0.22,1
-0.30,-0.46,-0.79,-0.25,-0.36,0.56,1.32,0.66,0.66,2.71,2.04,3.58,6.05,5.69,4.97,5.06,2.57,2.85,0.23,1.13,0.88,0.76,-0.94,-0.62,0.79,-2.21,0.74,-1.71,-0.13,-0.63,-0.36,-0.41,-1.11,0.23,0.71,-0.91,-1.07,-0.09,0.85,-0.06,2
0.15,1.85,0.63,1.62,2.30,0.74,3.52,3.53,3.74,3.83,5.14,2.05,2.23,3.10,0.44,2.66,1.14,-0.75,0.20,0.16,-0.07,1.00,1.06,0.40,1.51,1.50,-1.32,1.49,-0.14,-2.28,-1.51,-0.01,1.29,-0.21,-0.42,-0.38,-1.49,-0.60,0.63,0.40,1
-0.62,-0.45,0.20,-0.42,1.68,-0.08,2.10,4.00,5.59,3.21,5.02,5.23,4.00,4.04,2.79,2.81,1.77,1.04,0.59,-0.58,-0.83,0.06,-1.16,-1.41,-0.14,-0.56,1.57,0.59,0.06,0.48,-0.86,-0.63,1.61,-1.78,-1.19,0.37,0.19,0.71,-2.43,-1.61,2
-0.92,-0.05,-0.81,-0.94,1.50,2.44,1.08,3.56,5.34,5.26,6.16,5.74,3.87,3.43,2.73,0.16,-0.24,0.21,-1.39,0.30,-0.76,-0.49,-0.54,0.88,0.68,-0.01,-0.31,0.19,-0.61,0.41,-0.55,-1.01,0.73,-0.40,-0.56,0.54,-0.40,-0.55,0.04,0.69,1
-1.27,0.47,1.28,0.13,-0.63,1.12,2.38,4.35,4.43,5.24,5.16,3.57,3.05,3.62,1.87,2.29,1.16,0.25,-1.35,1.19,0.81,0.17,-1.49,-1.66,-0.24,-0.33,0.78,-0.04,0.19,0.22,-1.11,-1.09,0.57,-0.49,1.29,-1.42,0.20,0.04,1.02,-0.16,2
0.06,-0.82,0.82,0.73,1.52,3.99,2.84,3.86,1.97,3.80,2.95,0.94,1.72,0.97,4.25,1.89,1.15,2.05,0.96,2.31,-0.65,1.64,2.09,0.40,0.54,0.31,1.26,0.07,-2.98,0.17,0.87,1.55,1.20,-0.18,-0.88,1.18,0.96,-0.71,0.47,0.59,0
-1.16,-0.30,-1.22,0.32,1.28,-0.45,1.31,-0.06,0.11,1.79,2.47,2.48,3.89,5.18,6.98,4.85,4.49,1.65,1.29,0.07,-0.78,1.58,0.48,2.46,0.95,1.01,-0.82,-1.26,-0.05,-0.90,-2.48,-0.30,0.58,-0.37,0.43,0.39,0.70,-0.58,1.04,1.93,2
0.22,-0.49,-0.60,1.21,3.15,2.79,4.70,5.45,3.61,3.90,2.68,2.50,2.05,2.71,-0.11,0.84,-0.78,-1.55,0.69,0.58,-0.14,0.10,0.66,1.07,0.36,-2.36,0.67,-0.31,-0.85,-0.03,0.01,-0.63,1.42,0.89,1.49,-1.27,1.14,-0.27,0.68,-0.72,1
0.16,0.59,-0.58,-0.37,0.48,0.94,1.34,3.32,3.81,6.84,6.05,3.82,4.13,1.86,1.70,1.99,0.43,1.83,-1.19,0.72,0.92,-0.29,0.41,-0.88,-0.77,-0.78,-0.01,0.89,-1.16,0.02,0.56,-1.13,-0.25,-2.22,-2.57,-0.51,0.89,0.36,-1.32,0.00,1
-1.00,3.34,1.96,1.56,2.10,2.50,4.16,2.60,3.89,2.38,5.28,4.49,1.03,1.19,0.75,-0.34,-0.87,-0.60,-0.36,1.10,-0.92,1.07,0.56,-0.97,2.53,0.49,-0.60,-0.64,0.14,-1.45,-0.36,0.93,0.56,0.51,-0.05,-0.16,-0.50,0.69,-0.25,0.30,1
0.47,3.43,2.82,-1.09,1.65,3.41,4.83,4.49,3.12,3.84,3.04,1.79,2.06,-0.10,-0.97,2.02,0.92,-0.62,-1.36,-0.78,-1.64,1.33,-0.06,0.29,-0.55,-1.16,-0.99,-0.34,-0.40,-0.28,0.90,0.29,1.03,-1.71,-0.70,-0.47,0.35,0.05,-0.77,1.05,1
-0.45,1.35,1.76,2.05,2.22,4.48,3.90,5.67,3.72,5.08,3.57,0.37,-0.12,-0.22,0.39,-0.23,1.26,0.53,-1.37,0.76,1.03,0.92,-0.27,-0.62,-0.47,-1.20,0.79,-0.46,0.31,-0.31,1.20,1.91,-1.97,0.23,-2.10,-1.03,0.06,0.97,-1.14,0.00,1
0.81,-0.07,1.25,2.34,3.86,4.33,6.22,5.73,3.42,4.22,2.52,1.54,-2.18,2.71,1.09,0.05,0.14,-0.82,1.34,0.11,0.63,0.95,0.75,0.25,0.51,0.33,1.01,-1.31,1.44,-0.54,0.06,-0.57,0.01,-0.22,-0.45,-1.21,0.41,-1.15,-0.23,0.66,1
0.63,1.38,1.99,4.15,2.18,3.17,4.92,3.76,3.18,2.63,0.81,1.62,-0.43,-0.80,0.82,2.65,0.20,0.63,0.85,-2.67,-1.38,0.05,-0.63,-0.42,-0.45,0.40,-0.52,0.92,-2.27,0.13,-0.46,0.78,0.65,1.05,-0.16,0.78,-0.04,0.22,-0.87,0.86,0
-0.41,1.26,2.46,2.76,2.00,4.47,5.49,5.30,4.49,2.87,2.71,0.65,-0.26,0.26,-1.73,1.33,0.33,-0.11,0.29,0.90,1.37,-0.52,-0.32,-0.30,-1.40,1.54,0.53,-0.74,-0.59,-0.00,0.87,-0.41,0.66,0.19,1.01,-0.70,0.23,-2.52,0.38,-0.88,1
0.83,1.73,-1.03,-0.28,1.55,-0.78,-1.14,-0.44,0.57,1.12,1.46,3.88,3.10,5.46,5.71,3.84,4.69,2.01,1.23,0.84,-1.14,0.21,-0.59,-0.35,1.33,0.12,-0.79,-1.92,0.08,0.54,-1.98,1.60,0.74,0.49,0.25,0.19,0.24,0.85,0.56,0.30,2
-0.04,-0.70,-0.11,-0.04,1.52,0.22,2.29,0.85,-1.20,0.75,2.44,2.98,2.90,5.00,6.48,5.33,2.41,3.67,1.31,1.34,3.51,-0.82,-0.13,0.77,0.80,-0.71,0.07,0.35,0.05,-0.66,-0.34,-0.02,-2.24,-1.14,0.01,-1.25,-0.31,-1.47,-0.49,-0.01,0
0.50,-0.06,1.17,1.43,2.07,1.29,4.83,3.58,4.28,4.10,4.88,5.19,2.77,1.74,0.21,-0.33,0.87,0.48,0.37,-1.13,2.28,0.46,1.09,-1.13,-2.13,0.47,0.11,0.29,0.57,0.52,0.71,1.26,-0.30,0.05,-0.45,-0.57,-0.12,0.24,-1.58,0.00,1
0.07,-0.25,-0.44,-1.39,-0.08,-0.28,0.48,0.90,0.20,0.17,0.92,3.07,3.06,4.54,6.93,4.46,4.96,2.91,1.39,0.77,3.21,-1.17,-1.29,1.48,0.21,1.20,-1.15,-0.40,0.18,0.26,-0.15,0.81,-1.57,-3.73,1.10,0.08,1.75,-1.33,0.41,0.29,2
0.57,0.57,1.32,2.49,1.82,1.81,4.99,1.67,3.30,0.73,1.86,2.02,1.56,1.60,1.58,0.38,0.59,0.16,-0.53,-0.80,0.49,-0.82,-0.77,-0.40,0.48,1.33,0.08,-0.08,-0.37,-0.90,1.12,-0.23,-1.52,-0.67,-1.23,-2.64,2.07,1.05,-0.24,-0.41,0
-0.07,-1.03,-0.08,0.25,-0.08,1.14,3.19,3.82,4.35,3.75,5.95,6.36,3.05,3.33,1.93,-0.56,1.21,-0.55,-0.19,-0.62,0.14,-0.21,-0.50,0.87,-0.21,2.50,0.88,-0.60,-0.16,0.51,0.63,-0.92,0.83,0.03,-0.91,-0.17,-1.73,0.61,-2.55,0.24,1
1.21,0.54,-0.38,-0.14,-0.50,-0.43,0.05,1.06,1.59,3.06,4.74,3.10,5.81,3.22,5.77,3.84,3.70,3.19,0.08,2.00,-1.65,0.63,-1.56,0.32,0.30,1.14,-0.01,0.45,0.25,0.61,0.93,-0.43,0.60,-1.76,1.44,0.20,0.61,-0.76,-0.53,-0.53,2
1.68,1.06,0.44,3.66,2.08,1.62,3.60,3.46,3.72,-0.57,2.35,2.39,2.01,2.58,3.60,0.51,2.35,1.54,0.13,-0.15,-0.53,-0.16,0.17,1.09,-0.66,-0.73,-0.65,0.98,-0.92,-1.72,0.51,0.70,0.71,-0.27,-0.03,-0.48,0.21,-1.09,-0.13,0.38,0
-0.65,0.56,1.95,4.01,4.38,3.54,5.28,4.88,2.75,3.04,3.21,3.03,0.35,-0.68,2.00,0.27,1.22,1.10,0.12,-0.36,-0.29,-0.87,0.78,1.63,1.49,0.98,0.68,1.24,0.90,-1.21,1.61,1.28,-0.65,0.41,-1.57,0.05,-0.78,-0.82,1.19,-1.50,0
-1.50,-1.64,1.45,2.32,3.00,3.12,4.44,4.32,3.88,4.66,1.24,1.14,1.18,0.21,1.13,0.09,-1.63,-0.95,-0.48,-0.26,0.01,-1.22,0.66,1.71,-1.00,-0.32,-1.50,-0.31,-0.94,2.25,0.22,-0.45,-0.26,-0.74,-1.20,0.31,-0.89,2.72,-0.50,0.63,1
0.80,-1.50,1.52,1.44,1.42,-0.45,0.88,1.72,2.00,3.08,4.06,4.58,4.72,5.92,3.07,5.73,1.11,0.81,0.74,0.48,-1.48,1.64,0.21,0.04,1.02,-0.73,-1.44,0.34,-0.41,-0.13,0.51,1.72,1.18,-2.78,0.81,2.05,1.16,-1.66,0.85,-1.33,2
-0.17,-0.27,-0.46,2.09,-1.32,0.88,2.20,2.13,2.04,3.54,4.04,5.12,5.06,2.54,4.91,1.90,2.18,1.17,-0.10,0.64,-0.01,-0.02,-0.75,-1.31,1.10,0.50,0.68,0.32,-1.19,-0.74,-0.43,-0.49,0.08,0.57,-0.63,0.43,0.18,-0.20,1.25,1.88,2
0.83,-0.70,1.51,0.59,1.01,-1.67,0.65,-0.13,-1.28,2.09,0.52,3.00,4.23,5.62,5.77,6.53,3.86,3.61,2.43,2.45,-0.59,1.16,-0.82,2.48,0.85,-0.90,-0.72,0.51,0.10,0.07,-1.05,0.03,-0.60,-0.73,-0.60,-0.41,-0.32,2.86,1.37,0.17,0
0.48,2.06,3.40,2.97,2.55,3.98,4.43,4.16,2.50,1.07,1.16,0.71,-0.01,0.41,2.28,1.63,1.06,-1.33,1.90,0.39,-1.21,-0.04,1.10,0.03,0.44,0.33,0.71,1.38,-1.10,0.82,-3.39,-0.67,0.89,-0.25,0.71,-1.19,-0.29,0.19,0.17,1.84,0
0.19,0.57,-0.84,-1.41,-0.53,-0.96,0.20,1.16,0.84,1.15,3.36,4.53,3.78,4.38,6.04,3.63,2.33,3.48,1.21,2.59,0.30,0.88,0.97,0.67,-1.00,-0.16,-1.63,-0.50,-1.15,-1.64,0.80,-1.51,0.71,0.27,-0.77,0.64,-1.20,-0.49,0.74,0.18,2
-0.39,0.78,1.55,3.68,3.33,3.79,3.42,3.44,2.45,3.00,3.71,2.74,-0.04,1.88,0.01,1.00,1.67,-0.59,-0.24,-1.21,0.34,-1.76,0.02,-1.15,-0.65,0.89,0.52,-1.03,-0.19,0.07,0.45,0.18,-2.05,0.64,1.37,2.22,0.45,0.74,-1.08,0.42,1
-0.55,0.40,1.15,0.98,0.38,1.04,1.39,2.53,2.11,3.38,3.65,3.59,3.35,3.66,4.74,3.34,3.49,1.01,2.17,1.67,-1.15,-1.34,-0.49,-0.00,-1.18,1.37,-1.58,-0.98,-0.10,0.65,-0.69,-1.16,0.44,-1.21,0.29,-0.20,0.89,-0.06,0.08,-0.97,2
1.30,-1.11,1.31,1.40,2.50,3.14,3.57,3.13,3.51,3.37,3.42,2.03,-0.53,3.31,1.98,-0.02,-1.01,-1.42,-0.64,-0.55,-0.03,0.58,-1.23,-0.36,-0.35,0.34,-1.47,-1.83,-0.61,-0.91,-1.10,1.50,-1.19,-1.00,-0.30,-2.73,-0.32,0.19,-0.54,-0.84,1
-0.72,-0.41,0.28,1.24,1.38,2.43,3.02,3.60,1.99,2.50,4.12,4.25,3.94,3.79,2.01,1.95,1.46,0.47,0.73,0.76,-0.73,-0.36,-1.43,-1.35,1.75,-0.56,-0.26,0.58,-1.39,-1.17,0.11,1.97,0.86,0.21,-2.79,0.54,-0.22,0.04,-0.69,0.06,2
-0.27,1.46,-0.68,1.35,3.39,3.28,2.91,1.55,1.56,2.12,2.41,1.95,1.59,3.14,4.80,2.92,1.67,0.99,1.80,-1.43,-0.55,-1.55,0.65,-0.89,-0.52,-0.12,-0.88,-0.17,-1.67,-0.09,-0.32,-0.92,-0.73,0.77,-2.09,-0.48,0.87,0.37,-1.14,0.12,0
0.49,-0.26,-1.18,2.40,0.23,2.24,3.78,4.03,3.83,5.79,5.20,4.74,1.29,2.53,2.60,1.12,-1.07,-0.64,0.95,-0.40,-0.15,-0.17,1.89,-0.24,0.00,-0.08,-0.49,0.33,-0.92,-0.01,-0.49,0.79,0.45,-1.29,0.25,0.49,1.78,-0.90,-0.89,-0.04,1
-0.29,-1.99,-1.36,-0.17,1.07,0.83,2.09,1.12,3.25,4.56,4.00,4.58,4.43,2.08,2.51,1.14,0.70,1.94,0.66,0.04,0.17,1.24,0.65,-1.12,0.34,1.05,-0.92,0.57,0.35,1.13,0.42,-0.16,0.59,-0.66,-1.15,1.68,0.18,-0.05,-0.95,0.56,2
1.20,0.12,0.04,4.70,3.72,4.52,6.22,5.52,3.99,3.74,3.91,2.33,1.48,-0.91,-0.42,-0.07,0.35,-0.01,-2.43,-1.74,0.59,1.20,-0.56,-0.10,-0.55,0.46,-1.30,0.07,-0.82,0.34,1.35,0.75,-1.75,-0.91,0.30,0.38,0.01,-0.11,1.53,-0.27,1
-0.46,0.20,1.75,1.71,1.47,2.36,4.22,3.41,4.01,4.61,2.49,1.50,2.34,-0.02,0.04,-0.07,-1.12,-0.31,-1.07,0.25,0.62,1.11,0.54,0.59,0.86,0.36,-0.91,0.45,-0.18,-0.50,0.29,1.14,-1.20,-1.04,-1.55,0.71,0.71,-0.00,-0.50,0.20,1
1.37,1.09,0.32,-0.30,-0.16,0.88,2.59,0.78,4.69,4.47,6.12,3.67,4.11,2.96,2.26,2.17,2.48,-0.05,-0.35,1.39,0.00,0.43,-1.62,0.77,1.07,0.40,-0.07,-0.11,-0.42,-0.28,0.72,0.77,-1.14,1.19,0.19,-0.95,0.85,-2.23,-1.33,-0.27,2
-0.48,-0.62,1.05,-2.66,1.39,-0.58,0.08,-0.44,1.69,0.74,2.32,4.52,2.93,6.62,5.19,3.64,4.02,1.33,0.92,1.72,-0.01,-1.38,-1.56,2.16,-1.81,0.60,-1.04,-0.47,-0.63,-0.43,0.38,0.26,-0.58,0.77,-0.14,0.60,0.71,-1.87,0.38,2.31,2
0.16,-1.81,-0.74,1.87,1.98,-1.84,2.02,0.44,0.88,-0.97,4.25,2.71,2.85,4.65,4.11,4.87,4.84,3.78,1.03,0.76,-1.45,0.40,1.03,-1.86,-1.36,0.26,-0.92,-1.98,0.15,-0.69,0.42,-0.49,-0.62,0.75,-0.46,1.18,0.24,0.76,1.01,0.08,0
-1.72,0.61,3.83,4.16,4.28,6.30,5.94,3.40,4.63,4.89,2.79,1.60,0.03,0.14,2.61,-0.94,-0.29,-0.05,-1.40,-0.58,-1.59,0.46,1.77,-0.09,1.15,0.02,-0.82,-0.22,-1.67,0.07,-1.65,0.45,-0.77,-0.25,-1.10,0.04,-0.04,-1.48,0.93,-1.84,0
0.38,0.38,-0.31,-0.09,1.52,1.35,1.49,3.81,2.33,1.34,1.45,3.70,3.08,5.01,3.27,3.40,2.23,2.56,2.15,-0.90,-0.37,-1.78,-0.40,0.45,-1.32,0.40,0.13,0.11,-0.78,2.36,0.31,1.28,1.40,0.00,-0.18,0.71,0.04,0.91,-0.79,0.22,0
0.75,0.49,2.92,2.43,2.43,1.87,1.24,2.24,0.94,3.27,1.97,1.05,0.42,2.56,4.02,3.21,3.42,0.40,1.58,-1.78,0.29,-1.85,-0.43,-0.87,0.96,-0.44,-0.26,-1.89,-0.72,0.21,0.22,0.69,0.73,0.72,-1.00,-0.33,-0.23,0.87,0.22,0.82,0
1.33,-0.55,-0.29,-0.59,-0.50,-0.40,0.96,0.34,0.68,2.48,3.24,3.03,3.89,3.41,5.60,4.36,2.73,2.67,1.13,0.08,-1.92,-0.79,-0.46,0.78,1.84,0.18,1.54,0.62,-0.49,1.11,0.14,-0.23,1.48,-0.99,-1.15,-0.83,-0.82,0.94,-0.65,-0.04,2
0.87,-0.72,-0.32,-0.57,2.63,0.75,3.44,2.87,3.76,5.17,4.07,3.97,3.82,3.86,3.22,1.53,-1.46,0.63,0.12,-0.15,-0.62,0.07,-0.47,-1.80,0.33,0.53,0.45,-0.89,0.12,-1.95,0.06,0.64,1.62,-0.89,0.35,-0.24,0.13,1.59,0.98,1.57,1
0.71,0.71,2.39,2.28,1.95,5.19,6.36,5.13,4.83,3.10,4.61,2.82,1.66,1.82,1.07,-1.07,0.12,-1.10,0.11,-1.47,-0.41,1.20,-0.75,0.32,0.54,0.37,-1.36,-0.23,-0.81,-0.28,0.57,0.15,-1.67,0.97,-2.51,-0.75,0.20,0.11,-0.71,0.99,1
-1.55,-0.24,0.15,0.31,0.29,1.15,-0.68,0.17,-0.65,2.11,2.61,1.83,3.82,5.02,5.72,4.37,3.37,5.25,1.43,0.59,-2.17,0.31,1.25,-0.59,0.95,0.02,-1.00,0.38,0.30,-1.68,1.67,-0.68,0.02,0.14,0.61,1.17,-0.89,-1.17,-1.34,-0.62,0
0.94,-1.23,0.78,0.28,-0.00,-0.59,1.07,0.26,0.71,-0.37,1.85,3.03,3.99,3.76,6.31,4.03,3.29,3.89,1.94,1.30,-1.61,-1.55,1.41,-0.11,0.50,-1.45,-0.08,-0.97,0.35,-0.28,1.08,1.81,0.25,0.86,-1.56,2.20,-0.03,-0.09,-0.35,-1.65,2
-1.89,-0.33,3.04,2.77,2.34,4.65,5.98,2.66,3.60,1.98,1.59,2.64,1.44,0.59,1.87,1.52,1.97,0.84,-0.43,1.03,-1.36,0.01,0.24,1.17,0.47,0.45,0.67,-0.89,0.31,-0.90,1.01,-0.33,0.93,-0.20,0.27,-1.15,-1.10,1.36,1.09,-0.06,0
-0.41,0.97,0.51,-0.86,-0.60,1.89,-1.34,-0.09,0.50,1.77,1.22,2.86,4.08,5.37,6.43,7.67,4.34,3.63,2.49,0.91,0.92,-0.61,-0.70,-1.26,0.33,0.03,0.07,-0.50,-0.18,-0.86,-0.03,0.80,-0.66,0.72,2.25,1.16,-0.31,-1.20,0.37,-1.15,2
1.45,0.49,2.18,2.42,5.35,1.45,2.54,5.08,4.87,3.39,3.09,3.23,-0.05,1.71,1.66,-0.12,0.43,0.50,-0.82,-0.81,0.61,-1.95,0.49,0.00,1.71,-0.93,1.29,1.00,-2.36,0.81,-0.24,0.23,0.28,0.53,0.76,-1.60,0.60,1.08,1.92,0.61,1
-1.42,0.25,-0.01,0.76,0.05,1.83,1.60,3.39,4.90,4.13,6.50,4.61,4.08,3.00,2.99,0.89,-0.45,1.76,0.40,0.84,0.42,-0.59,1.10,-0.04,-1.28,-1.26,-1.93,-0.87,0.85,-1.00,-0.72,1.62,0.27,0.54,0.72,0.40,-1.12,-0.62,-0.17,-0.55,1
0.20,0.74,-0.82,0.57,0.67,0.12,2.19,2.77,3.20,4.09,5.31,5.45,5.13,2.13,2.04,-0.08,-0.70,0.29,0.94,1.53,-0.09,1.67,-0.79,1.44,-1.63,0.48,-0.02,0.85,0.63,-0.82,0.37,-0.22,0.34,1.22,0.38,2.27,2.41,-0.04,0.14,0.28,2
-0.43,-0.42,1.09,-0.51,1.33,1.42,3.18,1.53,1.99,1.91,1.85,2.42,3.06,4.95,4.77,4.36,4.46,3.39,-0.52,0.39,0.09,1.17,1.10,1.13,-0.78,-2.97,0.15,0.20,0.75,0.66,0.50,0.64,-1.04,0.30,0.96,0.77,-0.05,1.16,-0.66,0.38,0
-1.05,-0.80,-0.43,1.11,1.60,1.29,0.91,1.93,-1.13,-0.03,-0.29,2.74,3.10,4.02,5.56,2.88,4.04,3.03,0.40,2.39,0.23,1.40,1.48,-0.95,-1.08,-0.24,1.08,-1.34,0.67,-0.41,-2.52,-1.84,1.25,0.51,-0.13,-0.23,-0.29,1.48,-0.39,0.88,0
0.87,1.06,1.03,1.56,2.74,2.65,4.63,4.68,4.74,0.57,-0.31,1.70,1.65,3.09,1.61,0.42,0.26,0.31,1.67,-1.08,0.06,2.05,1.43,-0.90,-1.74,-0.41,-0.77,0.53,0.20,2.43,-0.25,1.24,-0.39,-0.03,1.89,-1.19,-1.30,0.36,-0.65,-0.37,0
-1.57,0.23,-2.69,0.07,0.41,-0.26,0.79,3.33,2.48,4.03,4.06,4.30,2.67,2.66,4.17,4.55,0.98,3.33,0.94,1.65,-0.83,1.10,0.09,0.63,-1.81,0.92,0.30,-0.50,-1.99,0.51,0.69,-0.72,1.12,1.49,-0.37,0.86,-0.39,-2.52,0.72,-0.15,2
-2.25,-0.86,2.69,2.35,2.77,5.18,5.24,5.40,3.34,3.47,3.67,0.77,0.73,0.84,-0.05,-0.36,-0.16,0.60,-0.19,-1.41,0.20,-0.52,-0.78,-3.00,-1.22,1.28,-0.15,-0.70,-1.24,0.09,0.15,-1.74,1.28,-0.65,-0.03,0.77,0.24,1.28,0.73,-0.32,0
1.34,0.07,-0.16,2.57,2.89,4.56,5.07,1.18,3.20,2.12,3.88,1.85,1.51,0.30,1.91,1.47,2.02,1.00,1.38,-1.27,-0.51,-0.82,-0.72,-1.91,-0.16,-0.33,0.34,-1.27,-1.16,-0.87,-1.99,-0.37,0.16,-0.73,-0.80,-1.22,0.74,0.43,0.33,-1.07,0
1.67,-1.12,-1.40,-0.66,0.22,2.15,2.31,-0.16,3.45,3.38,2.91,4.12,4.72,2.99,5.22,2.95,0.80,2.03,-0.84,0.58,-0.59,-1.60,0.04,0.22,-0.81,-0.56,-0.63,-0.95,-0.23,0.75,-0.94,0.06,-0.70,1.01,0.47,-0.57,-0.29,0.63,0.93,-1.09,2
-1.79,1.02,0.46,-1.19,1.15,-0.02,0.72,1.49,-0.11,2.29,2.52,2.17,4.13,4.17,7.05,4.40,1.83,1.78,0.63,1.27,0.73,0.39,1.63,-0.96,1.94,0.90,-0.72,-2.02,1.41,0.72,1.11,-0.48,1.08,1.73,0.32,-0.62,-0.21,2.78,1.14,-0.94,2
-0.94,1.25,1.45,2.47,4.48,4.35,4.06,3.87,4.53,1.18,3.00,1.45,0.89,1.63,3.20,0.19,1.28,0.78,0.55,0.15,-1.10,-1.16,0.08,-0.95,-0.70,1.17,-0.07,-0.58,-0.35,-1.61,-0.52,-1.05,1.03,0.25,1.51,1.06,-0.47,-0.11,-0.38,1.42,0
1.16,1.53,1.93,2.68,5.85,4.94,5.43,5.22,4.95,3.66,2.42,2.67,-1.05,-0.23,1.35,-0.11,1.97,1.34,-0.60,-0.32,-2.20,1.74,1.08,-0.66,-0.46,0.38,-1.51,0.26,1.65,-0.94,1.15,0.94,-0.47,0.61,-1.53,-1.38,-1.44,0.61,1.51,0.05,0
-0.90,-0.30,0.43,0.53,0.15,1.28,2.13,0.20,0.26,0.44,1.60,2.56,3.08,6.44,5.97,3.18,4.31,2.07,0.45,-1.05,0.08,-0.07,0.37,-0.14,0.25,-0.46,1.30,0.04,-0.95,0.74,0.83,-0.55,1.09,0.52,0.31,2.58,-0.29,-1.26,0.05,0.22,0
0.80,1.93,2.88,1.81,4.29,4.89,3.99,3.99,6.22,3.50,3.31,1.93,0.48,2.04,1.27,1.21,0.45,0.99,0.23,0.03,-0.02,2.00,1.50,2.08,-0.04,0.90,-1.42,-2.57,0.11,-0.06,1.71,2.72,-0.65,-0.06,-0.87,-1.25,0.19,-0.05,-0.53,-1.25,1
-0.20,2.08,1.10,1.70,-0.37,4.22,3.66,3.89,3.49,5.83,3.98,5.48,3.29,2.03,0.57,1.84,0.21,0.98,-1.88,0.42,-0.16,-0.31,-0.39,0.96,-0.06,1.89,0.90,2.66,1.86,-0.51,-0.16,0.41,0.35,1.10,1.86,-0.49,-0.34,0.78,-0.99,1.13,1
-0.06,-0.14,1.59,1.97,3.02,3.13,4.03,1.92,1.87,0.51,1.17,0.24,2.29,0.73,2.20,2.65,2.62,1.20,1.67,1.22,0.38,-1.11,-0.91,-0.59,-0.39,-0.66,0.44,0.74,0.25,-2.62,-0.87,-0.10,-2.15,0.03,-0.51,-0.27,-0.53,0.36,-0.11,-1.23,0
-1.15,0.27,0.42,0.32,1.47,0.58,1.42,3.65,2.93,3.59,5.11,4.56,2.92,4.24,2.02,2.85,-0.53,0.44,0.70,0.48,-1.19,-0.84,-0.74,-0.70,-1.14,-0.57,-0.37,-0.96,0.39,-0.81,-0.29,-0.12,-2.24,-0.18,-0.11,0.81,0.06,-0.10,0.53,0.59,2
-0.30,0.75,0.93,-0.58,-0.59,0.39,2.53,3.86,1.91,3.70,4.19,3.55,2.49,1.66,2.51,1.69,1.46,-0.52,0.08,0.62,-0.95,-0.54,0.66,1.84,1.29,-2.07,-0.82,-0.50,-2.29,-0.57,-0.55,0.27,-0.00,-2.30,-1.08,0.50,0.51,-0.60,1.30,-1.50,1
-1.05,-0.78,0.80,0.94,1.68,3.61,3.14,4.06,5.20,2.90,3.25,3.25,1.32,-0.01,0.81,-0.47,0.73,-1.16,0.87,-0.24,-0.12,-0.65,-0.23,1.41,0.31,-0.73,-0.78,-0.56,1.31,-0.11,-1.04,-1.02,-0.97,-1.42,0.50,-0.78,-0.94,-0.16,1.15,2.24,1
0.10,0.41,-0.44,0.27,-0.15,-0.05,-0.87,0.16,-1.43,1.11,3.03,3.48,4.51,5.75,5.36,5.09,4.30,3.72,1.15,1.13,-0.31,-0.43,0.59,-0.29,0.69,-1.20,-0.60,0.05,-0.50,-1.23,-0.41,-0.96,-1.65,0.04,2.16,-0.46,-0.69,0.69,-0.94,0.70,2
0.80,0.46,-0.10,0.64,0.03,-0.30,2.82,4.07,2.57,5.98,4.44,4.37,3.12,4.14,2.92,1.20,1.37,0.23,0.92,0.16,-1.95,1.06,1.12,0.36,-0.56,-0.90,0.53,-0.27,-0.83,0.10,0.28,0.42,-0.93,-0.22,0.17,-0.38,-1.76,1.41,-0.11,0.67,1
-1.30,0.61,-0.85,1.47,0.07,0.72,-0.09,0.21,-0.02,3.44,4.07,2.00,3.08,4.51,3.96,5.11,0.90,1.33,1.10,0.60,1.56,-0.05,-0.39,0.40,-0.87,-2.37,-0.53,1.95,-1.06,0.27,-0.89,1.14,-2.26,-0.81,-1.64,-0.07,-0.88,-0.33,-0.54,-0.49,2
-0.55,2.29,-0.40,1.96,3.95,4.19,4.73,5.68,2.72,3.99,2.87,0.62,-0.57,2.57,0.14,2.09,-0.82,1.65,0.67,1.20,-0.91,-0.72,-0.01,1.18,-0.05,1.43,0.04,-1.46,-0.35,0.35,1.22,1.88,-0.79,-0.50,-1.40,-1.55,0.15,1.66,-0.58,0.02,0
0.99,0.18,-0.47,0.55,-0.18,-0.67,0.01,-0.13,1.17,2.03,4.16,3.79,4.85,4.46,2.92,3.10,2.59,3.26,0.44,-0.50,-0.34,-0.02,-1.28,1.06,-0.51,-0.00,-0.34,0.66,0.07,-1.47,-0.42,0.69,-0.29,-0.31,-0.29,-1.25,-0.29,-0.94,0.58,0.28,2
0.24,1.06,0.87,1.70,1.24,4.55,3.49,2.92,1.63,2.46,-0.24,0.52,3.38,2.23,2.19,2.35,0.95,0.49,0.82,-0.41,1.35,-1.72,-0.09,0.49,-1.66,-0.57,-0.47,0.34,0.43,-0.59,-1.28,-0.38,0.57,0.01,-0.38,0.78,-0.82,0.52,1.20,-0.26,0
-0.50,0.45,-1.60,2.33,-0.61,1.20,0.34,1.45,4.12,4.32,5.01,2.58,3.19,4.06,3.59,0.06,-0.03,2.19,-0.84,0.28,-0.60,0.28,1.34,-1.77,-1.84,-0.98,-0.91,0.37,1.93,0.45,-0.35,-0.00,1.04,0.37,-1.31,0.10,-1.09,-0.27,-0.23,-0.59,2
-0.76,0.30,-1.78,0.32,-0.93,1.63,2.86,3.47,3.60,6.60,5.42,4.34,3.28,2.29,2.12,-1.53,1.41,0.32,0.10,-0.67,-0.39,-1.53,2.29,-1.61,-0.06,0.93,-2.19,-0.45,-1.09,-0.55,-0.62,0.55,1.20,-0.11,2.10,-0.31,0.26,2.09,0.44,-1.02,1
-0.77,-1.26,0.11,-0.75,-0.17,0.81,2.65,2.78,0.21,0.10,0.91,2.14,0.46,3.58,5.29,3.83,1.21,1.57,1.32,-0.52,-0.09,0.12,0.10,-1.62,0.12,1.39,-1.44,-0.29,-2.50,0.10,0.16,2.58,-0.36,-1.80,-0.61,0.34,0.72,0.25,-0.03,1.00,0
1.01,-0.17,0.81,0.33,0.20,2.65,0.97,4.37,3.96,4.97,4.81,4.16,3.86,1.61,3.74,0.73,0.64,-0.27,-0.40,-1.26,-0.73,0.76,0.05,-0.42,0.53,0.06,0.74,0.09,-1.41,0.24,-1.47,-3.41,-0.20,-0.09,-0.68,-0.99,0.31,-0.18,0.04,0.38,1
-2.68,-0.67,0.82,0.51,-0.17,2.51,1.88,2.64,2.02,6.00,6.05,5.62,3.43,3.89,0.56,0.68,0.56,-2.74,0.18,-0.04,0.86,-1.07,0.40,0.50,-0.88,-0.77,-0.73,-0.23,-0.63,0.03,-0.78,0.45,-0.51,0.23,0.32,-0.39,0.21,0.62,0.25,-1.06,1
-0.17,0.30,0.41,-0.78,-0.01,0.96,0.82,3.22,3.03,3.89,6.21,4.24,4.60,1.63,2.25,1.01,-1.77,-2.35,0.10,0.95,-0.31,-0.19,-0.21,-0.64,-1.83,1.09,0.30,-0.01,0.22,-0.40,1.14,-0.47,0.31,-0.79,1.44,-0.35,0.40,0.47,-0.35,-0.09,2
0.28,-0.19,0.65,-0.58,-0.70,1.65,2.97,2.99,3.79,4.48,6.10,2.86,4.01,3.15,3.81,0.56,-1.76,1.07,-1.23,-0.92,-0.56,-0.62,1.59,-0.57,0.26,-1.63,1.80,1.27,0.10,-0.07,1.08,0.16,0.44,0.28,-0.27,0.15,0.43,0.35,-0.04,-0.12,1
-0.30,1.14,1.61,1.65,2.95,2.24,4.98,5.36,-0.75,2.07,2.21,1.23,0.46,1.36,0.84,1.84,-0.03,1.71,0.80,0.35,-0.14,1.42,0.85,-0.36,1.58,0.73,0.95,-1.31,-0.61,1.26,0.41,1.28,-0.31,0.84,-0.40,-0.63,2.05,0.23,-0.88,-0.71,0
-0.72,0.35,-1.95,-3.25,-0.58,-0.73,-0.55,3.13,3.61,2.87,4.07,5.70,3.89,3.33,3.31,2.81,0.69,1.10,1.26,0.97,-0.73,1.55,-0.47,0.72,-1.84,0.15,-0.19,-0.01,-0.28,1.29,-0.03,-1.81,-0.04,-0.00,-0.77,-0.60,0.16,0.12,1.24,-0.57,2
-0.45,-0.73,0.15,1.73,2.12,1.67,1.40,0.83,1.23,1.85,2.50,2.72,0.82,4.04,3.13,2.31,3.53,2.64,0.76,0.21,0.95,-1.21,1.59,-0.03,-0.82,-0.71,0.23,0.09,-0.05,1.07,0.37,-0.21,-0.80,-0.71,1.11,0.78,-0.11,1.29,-0.58,0.27,0
1.31,0.41,-0.59,-0.51,-0.06,0.70,0.23,2.95,3.08,3.88,4.69,1.83,3.50,4.79,2.34,3.16,2.41,1.84,-0.72,0.31,-0.19,0.13,0.09,-1.64,0.90,0.97,0.81,-1.05,0.20,0.60,0.12,-0.15,-1.87,-0.03,1.55,-0.63,-1.21,-0.52,2.33,0.64,2
0.52,0.11,-1.12,1.07,-0.15,-0.06,2.69,2.11,3.06,4.66,5.80,4.89,6.90,2.69,1.97,0.61,1.67,0.45,0.25,-0.12,-0.67,1.15,0.75,0.85,-0.31,1.09,-0.02,-0.18,1.10,-1.42,0.23,0.06,0.85,-0.53,1.80,1.29,2.03,-1.70,-0.95,1.06,2
2.92,-0.29,0.12,0.98,-1.80,0.59,1.42,4.31,5.86,6.40,3.75,4.10,3.27,3.02,3.47,2.48,-0.71,1.67,-1.14,-0.66,-0.91,0.79,-0.35,0.08,-1.25,0.39,1.80,-0.01,-0.35,-1.45,1.35,1.46,-0.31,0.51,-0.82,0.19,0.09,0.46,-0.82,-0.57,2
-0.33,1.85,1.49,1.74,2.54,2.20,6.61,4.35,4.03,4.26,2.65,0.75,0.62,0.17,0.33,1.87,2.38,0.07,-0.27,1.51,1.78,1.57,-1.49,0.45,0.36,0.95,-0.52,-0.06,-0.82,-0.49,-0.18,-1.64,0.57,-0.43,0.39,1.01,-0.38,-0.61,0.77,1.96,1
0.06,0.42,2.03,4.18,1.63,3.85,5.28,2.90,4.85,2.09,1.47,2.06,1.23,1.81,-0.11,-0.53,-0.19,-0.57,0.94,1.67,-1.27,1.25,0.99,-0.27,0.60,-2.03,-1.48,1.51,1.42,-0.46,1.68,-0.22,-0.89,0.61,-1.81,0.27,-0.88,0.18,-2.40,-0.37,1
0.30,0.12,0.68,0.06,0.82,-0.83,-0.60,-0.72,-0.65,1.17,2.50,3.91,3.92,5.65,5.68,4.55,4.69,1.82,0.89,1.67,0.56,-0.62,1.53,-0.13,-2.22,-0.15,-0.26,-0.76,0.23,-0.84,1.07,-0.63,0.75,-0.46,-0.38,-0.36,-0.43,0.64,1.70,-0.09,2
-0.36,0.23,-0.46,-0.19,-0.23,-0.63,-0.68,0.79,-0.51,1.34,1.97,2.66,3.58,3.77,6.15,4.23,4.37,2.80,3.28,1.32,-0.33,1.24,-0.13,1.69,0.35,-0.19,0.65,-0.16,0.27,-0.43,1.16,0.20,1.67,0.44,1.45,1.03,-2.19,-0.47,0.25,0.00,2
-0.31,0.66,-0.72,-0.68,0.36,2.41,0.11,0.45,3.36,1.89,6.12,4.91,1.25,3.27,3.30,1.66,1.50,0.35,0.63,-1.17,-0.38,0.05,-1.13,0.19,1.02,0.51,0.00,-1.29,1.10,-1.41,1.16,-0.96,-1.36,0.35,0.63,-1.01,-0.62,-0.28,-2.54,-0.02,2
-0.59,-0.72,-0.32,-2.40,-0.89,1.34,1.42,2.15,2.02,4.52,5.18,6.09,5.36,3.82,2.07,2.76,1.20,1.36,0.54,-0.12,-0.53,0.75,-0.25,1.11,1.66,1.40,-0.99,0.68,0.45,-0.52,-0.96,-1.04,0.93,-1.52,0.91,-0.35,-0.29,1.15,-0.83,-1.66,2
0.32,0.65,0.87,0.63,1.68,1.33,1.36,-0.87,1.10,3.16,1.63,2.25,2.79,1.98,4.34,2.36,3.58,4.62,-0.13,1.21,-0.35,0.01,0.98,-1.47,1.87,0.48,-0.75,0.57,0.43,-0.57,1.97,1.33,-2.26,-0.25,-0.80,0.12,1.94,0.80,-0.58,-0.10,0
1.33,-0.37,0.51,-0.33,-0.27,0.08,0.12,0.89,0.38,-0.15,2.36,2.55,1.75,3.68,4.79,5.16,3.98,1.60,3.25,0.21,1.24,0.03,-0.57,-0.55,-0.42,1.28,-0.00,-0.79,-0.59,-0.96,-0.42,-0.16,-0.77,0.26,-0.11,0.50,-0.55,-1.74,-0.40,-1.20,0
-1.53,0.86,0.21,2.55,2.39,5.52,5.27,6.03,2.83,3.67,1.26,1.36,-2.21,-0.14,-0.47,-1.01,-0.80,-0.85,0.40,0.18,0.02,-1.33,0.27,-1.25,0.34,-0.76,-0.11,-0.69,0.84,0.95,-0.17,-0.78,0.12,-0.03,0.15,-1.37,-1.05,0.35,0.74,-0.15,1
-0.11,-1.37,0.38,0.39,-0.41,0.31,0.75,1.48,4.55,3.67,3.00,4.68,3.94,3.81,3.76,1.86,2.42,1.39,0.51,-0.47,-0.92,-0.62,0.24,0.44,0.05,-0.16,-2.45,-0.77,-0.31,-0.09,-0.15,0.27,-0.99,-0.97,1.23,0.43,-1.30,1.80,-0.37,0.21,2
-0.34,0.80,1.48,3.50,0.54,3.51,4.82,3.89,4.92,3.28,4.32,3.10,0.27,1.38,1.07,-0.59,1.22,0.60,1.44,-1.11,-1.55,-0.29,-2.06,-0.70,0.59,0.18,0.03,-1.23,2.53,-0.16,0.51,-0.84,-1.79,-0.12,0.16,0.23,0.53,0.21,0.14,0.25,1
-1.88,0.80,0.70,0.10,1.25,-0.82,1.58,2.12,-0.85,0.67,3.24,3.69,4.17,4.13,4.94,4.48,2.34,1.84,0.90,0.79,0.36,-0.79,0.60,2.31,0.49,-0.54,-1.91,-0.83,-0.50,-1.62,-1.25,1.74,-1.11,0.54,0.37,-0.52,-0.97,-0.36,0.53,-1.21,2
0.91,0.82,2.43,3.82,3.85,5.41,4.82,4.34,4.22,2.17,3.86,1.28,-1.43,0.40,-0.56,0.69,-1.25,-1.27,-0.09,-0.74,-1.05,0.09,0.17,0.46,0.01,-0.97,-1.28,-1.16,1.22,0.41,-0.27,0.81,-0.80,-0.73,0.22,-0.81,1.04,-1.28,-0.94,0.13,1
1.40,-1.59,1.62,-0.37,0.56,2.42,0.16,2.61,3.71,3.40,3.83,5.68,2.56,3.77,2.70,3.67,3.15,0.20,0.78,2.42,-0.79,-0.88,-0.01,-0.55,0.00,-0.30,0.07,-1.07,-0.79,0.61,-0.93,1.08,-0.43,0.02,0.44,-0.07,1.46,0.06,-1.19,0.12,2
-1.95,-0.65,0.77,-0.55,-1.51,1.01,0.64,2.50,2.65,4.99,6.35,3.71,3.06,2.98,3.40,2.71,1.82,0.15,-0.08,0.39,0.68,-0.83,-0.15,-1.33,0.12,-0.19,0.19,-0.80,0.75,-1.12,0.73,1.18,0.13,0.29,0.10,-0.98,1.83,0.15,-0.75,0.32,2
0.66,-0.19,0.01,1.44,4.98,5.30,5.19,2.46,2.06,2.08,2.86,1.49,1.62,1.44,1.50,1.48,-1.55,1.61,0.66,0.27,-1.42,-0.94,-0.69,0.08,1.42,2.24,-1.23,0.81,1.49,-0.97,-1.08,-0.47,-1.29,0.57,0.18,1.99,0.68,0.65,-0.47,2.22,1
0.14,0.53,1.98,3.96,3.06,2.82,5.96,4.81,3.43,2.29,0.70,0.02,-0.28,0.11,0.97,2.30,0.84,1.54,-0.25,-0.39,-1.06,-0.06,-1.49,1.13,0.06,-0.89,-1.13,0.38,0.52,-0.40,-0.22,-0.12,0.39,-0.33,0.56,2.36,0.79,1.10,2.46,-0.82,0
0.04,-0.08,0.56,1.22,0.15,-1.40,1.48,2.70,2.45,4.41,5.28,4.56,4.50,2.97,2.60,3.80,1.56,2.33,1.81,-0.38,0.98,0.43,0.11,-0.43,-0.70,1.29,-1.17,1.01,1.27,0.48,-0.60,1.71,0.59,-0.78,0.23,-1.45,0.74,1.22,0.59,-0.04,2
1.38,-0.22,1.15,0.17,0.22,2.10,2.89,4.34,2.10,5.45,4.36,3.58,4.67,2.72,0.23,2.84,-0.37,1.96,0.51,0.01,1.68,-1.88,-1.09,0.35,-0.89,0.47,-0.37,-0.24,0.24,-0.44,0.48,0.52,2.62,-1.09,-0.20,0.13,0.55,0.36,1.00,-0.48,2
0.23,0.89,0.35,1.58,-0.41,-1.34,0.33,0.39,2.31,1.39,2.23,4.33,2.61,5.78,6.44,4.16,5.22,1.59,0.86,2.77,0.76,0.53,-0.51,0.71,-0.55,1.00,2.14,-1.10,-0.75,0.28,-0.24,0.42,1.72,-0.23,0.48,-0.76,1.67,-0.68,-0.41,1.67,2
0.23,2.00,1.09,2.61,2.81,2.56,5.20,4.45,4.63,4.19,5.06,2.32,0.89,-0.22,1.72,0.78,0.18,0.10,-0.61,-0.66,0.04,-1.09,-1.98,0.47,-1.31,-0.23,2.26,-0.55,0.50,-0.21,-0.06,0.48,0.18,-0.39,0.58,0.83,-0.52,-0.62,-1.61,0.47,1
-0.27,1.28,2.17,0.29,2.46,4.31,4.66,5.63,5.51,4.24,3.16,1.42,-0.13,1.24,-1.73,0.17,-0.92,-0.58,1.31,-0.42,0.76,0.12,-0.63,0.23,-0.47,0.94,-0.38,-0.68,-0.39,0.17,0.45,0.94,1.68,0.30,0.54,0.31,-0.82,-1.02,-0.56,-1.50,1
1.16,-0.16,-0.81,-0.27,0.14,0.59,0.93,2.07,1.99,1.65,4.67,2.34,3.13,5.10,4.89,2.05,2.34,1.92,0.14,-0.29,0.04,-1.09,-0.40,-1.52,-1.57,1.50,-0.35,1.88,-0.72,-0.08,-0.33,-1.71,-0.17,0.15,-0.30,-0.44,-0.05,-1.44,-0.25,-0.26,2
0.95,-2.29,1.13,-1.07,-1.24,-1.06,0.79,4.11,4.58,4.44,7.42,2.48,5.25,3.68,3.64,3.18,1.58,-0.96,1.09,-1.26,0.90,0.62,-1.26,-0.52,-1.15,-2.15,-0.38,-0.07,1.90,0.99,-0.32,1.61,-3.33,0.94,0.69,1.51,0.17,1.69,-1.82,0.69,2
0.51,2.25,1.51,2.43,3.29,2.89,4.97,4.12,3.56,3.46,2.58,2.52,0.90,-0.77,3.73,2.01,1.49,0.72,-0.71,0.77,-0.60,-0.42,0.04,-1.23,-0.02,0.19,1.52,0.17,0.51,0.61,0.89,0.11,-0.43,2.48,-0.26,1.00,-0.13,0.58,2.14,1.52,0
-0.91,0.18,-0.57,1.80,0.52,0.64,0.37,1.39,-0.27,1.16,1.76,3.65,3.99,3.31,5.65,5.09,3.51,1.90,1.50,-0.68,-1.64,0.69,1.06,0.25,0.06,0.46,1.37,1.10,-0.12,0.96,-0.28,-1.00,-1.20,0.86,-1.25,0.35,-0.95,-0.97,0.77,2.33,0
-1.94,-0.98,0.12,-0.67,-0.84,0.93,0.98,0.91,-0.25,2.31,0.63,4.28,5.93,3.59,5.65,3.18,2.51,2.08,0.85,1.11,-0.81,-0.09,-1.12,0.83,0.62,-1.49,-1.52,0.88,-1.61,-0.97,-0.02,2.24,-0.72,0.14,0.67,-1.08,1.07,-0.11,0.47,-0.78,0
0.63,0.79,-0.97,0.67,1.25,0.34,2.60,2.87,4.24,3.39,5.58,2.78,3.71,2.52,2.04,0.61,-0.40,0.14,-0.21,0.09,-0.38,1.81,-0.24,-0.18,1.50,-1.74,-0.69,1.37,0.72,1.90,1.36,1.91,1.58,-0.26,-0.42,-0.20,1.00,-0.45,-0.24,-0.31,2
-0.34,-0.13,1.19,0.82,-0.33,3.30,3.96,3.28,4.30,4.52,4.85,3.46,1.75,1.92,1.63,1.02,1.76,0.03,-1.17,-1.26,-1.84,0.50,-2.91,0.88,1.96,0.73,1.21,-0.49,-1.41,-1.05,-0.47,2.00,-0.73,0.47,0.62,0.47,-0.16,0.83,0.35,-1.23,1
0.47,0.06,0.98,2.25,3.06,1.50,4.03,4.61,4.31,4.87,2.85,2.48,2.39,1.01,0.21,0.77,0.44,0.10,1.04,-0.16,0.56,-0.81,0.78,0.33,-1.15,0.61,-0.10,0.06,-0.07,0.34,-0.67,0.42,-0.82,1.17,3.01,-0.01,0.45,1.40,-1.13,1.31,1
-1.10,-1.97,0.83,-0.02,0.71,0.42,3.35,2.07,2.80,3.34,4.44,3.22,3.57,5.27,4.81,4.82,1.98,1.63,-0.43,-0.22,-0.48,-0.77,1.30,0.90,1.46,1.04,-0.41,-0.67,0.45,-0.06,0.48,-1.94,0.30,0.87,-0.20,-1.38,-0.22,0.02,-0.32,0.69,2
-2.01,-0.57,-0.05,1.89,1.78,3.86,5.24,3.60,2.37,5.17,2.11,0.42,0.43,0.32,-1.56,-0.24,1.21,0.09,0.20,0.92,-1.25,-0.00,0.24,0.39,-0.16,-0.02,0.25,-0.08,0.51,-0.51,-1.25,0.57,0.76,0.83,-0.01,-1.40,0.74,0.58,-0.17,-0.67,1
-0.19,-0.89,2.39,2.88,3.00,1.08,4.65,3.47,3.73,-1.72,1.83,3.31,0.78,2.74,-0.10,0.65,0.80,1.29,-0.72,1.70,-0.78,0.56,-0.25,0.59,0.76,0.68,1.36,0.41,0.36,-0.49,-0.05,0.05,1.67,0.07,-0.14,0.79,1.44,0.15,-1.36,-1.54,0
-1.06,-2.08,-1.81,0.66,0.87,-0.96,3.32,2.16,4.56,6.58,4.15,5.02,3.69,2.21,1.30,1.15,-2.55,0.21,-0.35,0.51,0.11,-0.52,2.57,-2.20,-0.68,-0.13,1.95,0.06,-0.44,-2.67,-0.16,0.11,-1.33,0.55,-2.01,-0.08,-0.54,-1.02,0.09,0.76,1
1.63,2.26,0.41,-0.23,-0.91,1.91,3.10,1.05,0.19,2.70,3.82,3.31,1.35,6.65,4.24,2.96,1.94,1.83,2.08,-0.08,0.77,1.59,-0.07,0.41,1.07,1.73,0.28,-0.72,-0.53,0.86,-0.85,-0.28,0.28,-0.16,0.06,-0.23,0.38,0.19,0.02,-0.21,0
-1.12,0.81,2.97,2.00,1.61,1.23,1.68,1.19,3.41,2.06,4.12,2.61,5.80,4.69,3.90,4.59,3.32,1.77,0.71,0.05,1.76,0.38,-1.04,1.53,1.44,1.49,-1.57,-0.79,1.75,-1.02,-0.12,0.75,-0.20,0.14,-0.31,-0.09,-0.46,-0.16,-2.00,1.08,0
0.16,0.83,1.72,0.58,2.37,1.40,3.20,4.44,2.74,3.71,4.89,3.98,1.81,1.17,2.13,1.48,-0.54,0.05,-1.02,-0.58,-0.26,-1.17,-0.74,0.35,-0.37,-0.01,0.44,-1.01,-1.02,-1.42,0.27,-1.81,-0.46,0.91,-2.24,-0.26,1.09,0.31,0.50,-0.87,1
0.61,0.69,-0.13,0.28,0.17,1.89,3.74,0.24,1.49,0.97,2.28,2.26,2.19,2.24,3.44,3.36,3.66,2.82,2.33,0.46,0.07,0.41,-0.41,-2.69,1.52,-0.52,-0.09,0.40,0.66,-1.20,-0.44,2.18,-1.66,1.92,1.50,-0.72,-0.43,-0.88,-1.36,0.58,0
1.01,-0.39,0.27,0.39,-0.27,1.04,1.76,2.13,3.19,3.13,5.80,4.75,4.66,3.86,2.76,0.80,1.77,3.44,-0.59,0.12,0.18,0.07,0.10,0.23,0.26,1.04,0.41,-0.41,-0.93,-0.30,1.22,-0.05,-0.54,-1.81,-0.23,-2.38,-0.86,0.17,-0.74,-0.16,2
-0.43,-0.59,0.97,0.10,1.82,0.18,-0.13,2.02,2.15,3.63,1.65,3.44,3.23,4.64,4.95,4.27,2.00,3.62,0.91,0.99,0.43,-0.60,0.98,-1.55,1.26,-0.24,0.20,0.17,0.48,-0.11,0.17,0.01,-0.35,0.18,0.91,-0.55,-1.83,0.26,0.34,0.13,2
1.54,-0.61,-0.46,0.05,1.55,0.99,0.96,-0.39,-1.02,1.46,0.96,2.38,4.35,3.38,2.99,3.70,3.52,1.56,-0.13,-0.53,-0.46,0.12,-0.46,-2.67,-0.36,-0.13,-0.06,-0.48,1.38,0.57,-1.86,-1.37,-0.43,1.05,-0.21,-1.93,-1.10,-0.36,-0.49,-0.97,0
-1.10,0.87,1.11,-0.04,-0.21,1.83,1.79,2.98,3.98,4.50,5.30,3.46,3.49,2.32,3.53,0.81,2.08,0.15,1.59,-1.70,-0.23,-1.02,1.21,-0.68,-1.10,0.57,-0.04,-0.30,1.22,-1.02,-0.42,1.70,0.41,0.42,-0.93,0.40,-0.14,-0.52,0.07,0.08,2
-0.22,-0.77,0.34,0.01,1.11,1.32,3.28,4.13,5.51,3.70,5.71,4.24,3.91,2.20,1.05,-0.44,0.46,0.83,0.53,0.66,-1.38,-0.67,0.96,-0.42,0.44,-0.03,0.26,-0.29,-1.19,-0.31,-0.20,-0.09,0.02,0.94,1.32,0.28,0.50,-0.94,-1.81,-0.02,1
-1.65,1.08,-0.01,0.81,-0.23,1.15,3.01,2.58,3.02,3.12,5.67,4.16,3.41,2.39,4.51,2.39,-0.19,1.47,0.22,-0.38,0.39,0.49,-2.91,-0.52,-0.22,1.11,-0.75,0.01,-0.32,-0.49,0.09,2.10,1.14,0.59,-0.21,0.23,-2.69,0.95,-2.14,-0.06,2
0.36,2.22,3.19,3.98,2.03,5.93,3.03,4.76,6.63,3.63,3.42,0.05,-0.14,1.65,-0.18,-0.61,1.16,-0.08,-0.76,1.06,-1.05,0.12,0.98,0.89,0.09,-0.68,0.72,0.99,0.33,0.69,0.10,-1.65,-0.00,2.37,-0.53,0.32,-2.93,1.29,-2.32,0.04,1
0.06,-0.50,2.39,3.59,0.46,3.62,6.44,3.30,5.02,2.79,2.46,2.80,2.71,0.56,1.71,-0.65,-0.10,-0.27,-0.25,-0.30,0.41,1.37,0.60,0.49,-1.58,1.21,-1.48,1.10,0.97,-0.85,-0.14,-0.19,0.18,0.81,1.22,0.95,0.23,0.84,-0.27,0.17,1
0.36,-0.36,0.95,3.50,4.60,3.62,4.81,3.38,2.97,3.39,0.81,1.17,0.73,0.83,0.14,-0.10,0.51,0.37,1.00,0.45,0.14,-1.01,1.32,0.35,-0.51,1.13,-0.45,-0.05,-0.26,-0.21,0.82,0.98,-1.27,0.25,2.85,-0.54,-1.75,0.03,0.51,0.38,1
0.48,-0.26,1.84,2.49,1.75,6.05,5.59,4.64,5.14,0.73,2.76,0.96,-0.25,-0.45,0.19,1.18,1.10,1.68,-0.93,0.50,-0.47,-1.34,0.30,-0.83,1.12,-1.28,-1.25,0.90,-0.45,0.36,-0.63,0.15,0.22,-0.18,0.24,-0.02,-1.12,-1.60,0.88,-1.14,0
-0.36,0.03,0.19,0.94,0.31,-0.22,3.18,2.92,4.99,5.41,5.18,6.04,3.21,2.84,2.40,0.06,-0.74,0.40,0.92,1.11,-1.56,-0.88,0.83,2.24,-0.62,-0.08,0.15,0.54,0.95,1.37,0.63,-0.62,1.12,-0.44,-0.48,1.36,1.41,-0.81,-2.16,0.34,1
-0.14,0.46,-1.86,1.41,1.32,1.20,3.05,3.30,4.57,5.17,6.21,5.82,2.74,1.52,1.75,-0.16,0.03,1.47,0.82,-0.34,2.27,-0.31,0.43,-1.03,-0.05,0.25,-0.72,2.55,-1.34,-0.85,2.03,2.70,-0.21,-0.97,-1.28,-0.49,1.05,-1.75,0.21,-0.53,1
-0.64,-0.09,-0.08,2.23,2.58,4.79,4.92,6.00,4.31,2.56,2.44,1.52,1.26,1.05,2.37,-0.34,-0.45,0.35,1.23,1.11,-0.26,-0.27,-0.61,-0.80,-0.65,1.08,-0.54,-1.43,0.74,-1.06,-1.59,-0.79,-1.13,-0.05,-0.64,1.14,0.60,0.96,0.04,-0.51,1
0.59,1.72,-0.15,-1.11,-0.04,0.24,1.62,-0.21,1.05,1.24,3.15,4.54,4.67,4.48,6.56,5.07,3.70,3.09,-1.21,2.47,-0.85,-1.02,-0.04,-0.18,0.03,-0.90,-0.35,-0.52,1.50,1.36,0.25,-0.35,-0.62,-0.11,0.27,0.49,-0.18,1.07,0.74,-0.95,2
-0.62,-0.22,-0.19,-0.03,1.59,0.61,1.49,0.59,1.82,3.79,6.49,6.98,4.46,3.44,4.29,2.93,2.01,1.58,1.23,0.98,1.92,-0.77,-1.09,-0.36,0.18,1.81,-0.11,0.24,-0.92,-0.92,-1.29,-2.03,0.64,0.23,-0.03,-0.00,-0.40,2.06,1.69,-1.49,2
-1.18,-0.06,-0.11,0.83,0.01,0.84,0.63,1.86,-0.59,1.39,2.49,2.45,2.94,5.95,6.50,3.69,2.72,2.57,4.14,0.89,0.61,-1.89,-0.91,2.00,-0.30,1.12,-0.86,0.86,0.20,0.51,-1.03,-0.35,0.83,0.71,0.44,-1.13,-0.50,0.28,1.41,0.12,0
-0.79,0.28,1.12,2.67,1.38,1.09,4.12,2.26,2.29,1.46,0.93,1.94,3.09,1.44,2.23,-0.50,0.24,0.59,1.12,1.51,0.35,-1.62,0.07,0.28,1.38,-0.65,-0.24,-1.42,-0.84,0.01,0.96,0.51,1.89,-1.52,0.18,-0.35,-1.67,0.86,-0.41,-0.51,0
-1.20,0.42,-0.97,1.22,0.69,0.84,0.37,1.43,3.13,2.19,5.59,5.09,5.63,3.43,3.02,4.57,0.71,1.26,1.97,-0.91,-0.49,-1.27,0.37,1.01,-1.73,1.26,-0.12,-0.82,-1.58,-1.04,1.28,-0.29,1.48,-0.07,0.55,-0.93,1.35,0.78,0.43,0.68,2
-1.19,0.52,0.21,1.87,5.05,6.33,3.69,3.99,2.45,0.98,2.84,-0.54,-0.66,0.61,1.32,0.18,1.93,0.75,-1.48,0.42,1.07,-2.46,-0.55,1.07,-0.46,1.43,-0.33,1.39,-0.11,0.04,-1.11,-0.88,-0.26,-0.07,0.54,0.15,0.29,-0.84,-0.51,1.46,0
0.23,0.75,0.74,0.48,0.30,2.02,4.04,3.82,3.56,4.52,4.29,4.27,3.56,1.59,1.65,3.30,0.29,-0.97,0.35,-0.61,-2.44,-0.98,0.55,-1.28,0.10,0.55,-0.47,2.57,1.13,-0.77,0.57,-0.47,0.99,2.04,-0.46,0.81,-0.48,0.29,2.23,-0.06,1
-0.32,1.10,0.42,3.07,5.36,2.43,5.03,5.89,3.32,3.11,2.63,-0.76,-0.92,-1.56,0.07,0.16,0.85,-1.00,-2.85,0.72,-0.33,-0.86,-0.39,-0.54,-1.29,-0.45,0.53,0.48,0.64,-0.50,-0.72,0.94,-0.49,-0.92,1.16,-0.49,-1.14,0.06,-0.24,1.65,0
-0.55,-1.30,-1.75,0.94,0.27,1.45,1.74,-0.82,1.21,1.56,2.31,3.10,4.94,4.92,4.73,6.07,1.80,4.69,0.96,0.01,0.75,-0.66,1.10,0.74,0.29,1.88,0.79,0.34,-0.88,-0.90,0.86,-0.03,1.40,0.11,0.32,0.64,-0.74,-1.50,-2.28,-1.10,2
-0.66,0.11,-0.84,0.32,-0.58,0.37,-0.74,1.23,0.05,0.97,1.12,2.39,4.56,4.50,5.84,4.70,4.76,2.93,0.92,-0.24,-0.59,1.07,-0.09,-0.31,-2.16,-0.15,1.81,1.45,0.98,-0.87,0.07,0.15,-1.54,0.93,-0.09,0.34,0.72,0.87,0.01,0.42,2
-0.36,-0.67,-0.49,1.89,-0.75,1.16,0.83,-0.09,0.48,0.46,2.99,1.76,3.33,4.28,6.69,4.56,4.00,2.50,1.00,0.10,-0.47,-1.36,-1.24,0.86,-0.46,-0.07,1.76,0.25,0.22,1.45,-0.65,2.12,-0.55,-0.33,0.86,0.59,0.41,0.20,0.77,-0.41,0
0.06,-0.80,-2.62,0.61,0.29,0.20,-2.21,-0.15,0.77,1.94,2.78,2.86,4.28,4.51,7.23,5.11,2.14,1.40,1.81,2.32,0.12,-0.12,-1.11,0.01,0.86,-1.47,0.20,-0.18,0.48,0.95,1.36,0.48,-0.52,1.05,-0.71,0.81,-0.25,-0.53,-1.25,0.40,2
-0.56,-0.59,0.63,1.21,0.65,0.16,3.67,2.43,3.32,3.41,3.73,4.40,5.76,5.11,2.63,2.62,-0.40,2.04,0.06,1.00,0.18,-0.46,0.64,0.04,-0.04,0.58,-0.52,0.33,0.95,-0.78,-0.22,-1.99,-0.00,0.07,-0.58,-0.22,-2.17,-1.23,-2.15,-0.80,2
-0.58,-1.83,0.65,0.92,-0.26,2.71,2.32,0.20,-0.34,1.62,1.58,2.70,2.76,4.11,5.34,4.35,1.94,3.68,1.28,-0.26,-0.54,-1.10,-0.70,0.56,-0.11,-1.28,0.12,-0.68,-0.27,2.37,-1.73,-0.04,1.63,-0.00,-0.27,-0.19,0.05,-1.00,1.26,-0.34,0
0.73,0.66,0.24,2.69,0.78,3.74,2.86,3.61,4.79,3.61,4.68,3.20,2.61,2.26,0.68,-0.04,0.77,-0.67,-0.08,1.24,0.43,1.67,-0.49,0.16,0.78,0.87,-0.61,1.25,-1.64,1.59,1.38,1.76,-0.53,-0.29,1.29,0.60,-2.52,0.66,0.82,0.77,1
-0.03,1.11,2.10,0.79,2.78,5.36,2.22,2.23,1.09,2.25,2.87,0.89,2.00,2.23,2.98,1.78,1.85,1.12,1.24,0.58,-1.05,-1.18,1.18,1.07,0.24,-0.97,-0.22,-0.22,-0.79,-1.48,-0.30,-0.02,1.21,-1.25,2.06,-0.25,-1.10,-0.80,-0.99,-0.40,0
-0.41,0.35,1.71,2.64,2.30,5.55,6.81,7.40,4.84,5.70,1.40,2.19,0.81,-0.48,-0.53,-0.24,-0.31,-1.69,-1.71,0.92,-1.35,-0.72,-0.29,-0.87,-1.49,1.50,-1.24,-0.08,0.13,1.15,-1.56,0.64,0.45,-1.84,0.15,-1.73,0.81,-0.51,1.31,0.59,1
-0.48,-0.08,1.32,2.62,0.55,2.08,3.76,5.25,5.05,5.33,5.33,2.91,2.18,2.87,1.08,0.39,1.68,1.37,0.96,-0.52,1.00,1.16,0.03,-0.41,1.76,0.33,0.16,0.29,-0.93,-0.46,0.27,0.54,1.49,0.34,-0.54,0.03,2.18,0.69,-0.04,-0.97,1
-1.33,-0.53,1.79,-0.60,0.17,1.81,0.75,1.81,2.57,2.81,4.57,5.35,5.41,2.69,1.59,2.15,0.47,0.64,-2.19,1.98,-0.21,0.08,0.64,1.95,-2.80,-1.18,-1.44,-1.23,-0.03,1.07,-2.23,-0.49,-0.43,-1.32,-0.75,-1.13,-0.00,-0.98,0.89,-1.26,1
1.14,0.67,1.05,1.97,1.37,4.71,4.59,3.89,4.61,4.16,5.56,2.36,2.65,1.14,-0.67,0.80,-0.42,-1.44,-1.49,-0.08,0.34,0.13,0.88,-1.99,0.65,-1.05,-0.86,0.63,0.54,0.56,1.34,2.11,0.43,0.17,0.81,-1.52,0.00,0.98,0.64,-0.19,1
-1.93,1.81,1.73,1.37,4.41,5.55,3.99,4.17,1.32,2.18,-0.24,1.17,1.30,0.16,0.95,1.72,0.95,2.40,0.69,-0.24,-0.21,0.16,1.48,0.04,1.78,1.35,0.67,0.59,-0.83,-0.01,0.44,-0.13,-0.88,1.37,0.46,-0.78,0.15,-0.10,0.18,-0.99,0
-1.21,-0.60,0.84,1.33,0.22,1.60,0.15,1.34,0.87,-0.58,1.61,2.80,4.31,4.96,5.13,3.14,1.05,1.77,1.15,0.08,-0.62,0.16,0.26,-0.31,0.55,0.49,0.83,-0.28,-0.28,-0.30,0.93,0.91,-1.66,0.59,1.43,-0.03,-0.28,-2.06,0.41,0.24,0
0.92,2.88,1.40,1.98,2.86,4.88,4.53,4.70,2.59,3.60,0.52,0.55,0.61,0.22,1.65,0.96,1.53,0.16,0.08,-2.26,-0.02,-0.58,-0.07,1.07,0.38,0.95,1.01,2.49,-0.40,-1.30,0.70,0.81,-0.45,0.85,-0.72,-1.00,0.65,-0.92,0.95,-0.54,0
1.86,-0.76,0.87,-0.94,-0.67,2.43,1.92,2.35,3.01,3.29,5.08,4.18,4.87,3.97,3.21,2.69,0.71,2.12,1.59,0.42,1.14,-1.14,-0.03,2.09,-1.09,-1.45,0.30,-1.10,0.27,-2.02,-0.85,0.29,-0.75,1.53,-0.75,-1.71,-0.42,0.99,-0.19,1.04,2
0.35,-0.09,2.44,0.32,-0.43,1.57,0.64,2.10,3.51,3.55,5.14,3.45,2.74,3.58,2.81,2.02,0.86,0.36,1.75,1.29,-0.01,-1.83,-1.23,-0.63,0.29,-0.72,-0.07,-1.63,0.51,-1.12,1.00,1.75,-1.95,-0.41,-1.34,0.25,0.55,-0.91,-0.65,0.67,2
0.09,-0.91,0.49,2.56,1.16,1.21,2.18,4.42,3.96,5.25,4.60,5.59,2.05,-0.06,1.31,2.24,-0.66,0.89,-0.25,1.05,-2.38,0.07,0.09,-0.36,-1.55,0.85,-1.34,0.53,-1.52,-0.48,0.37,-0.45,-0.96,0.38,0.71,0.55,-1.81,-0.03,-0.63,-0.09,1
0.13,-0.14,1.01,1.23,2.12,2.52,2.84,1.81,0.76,1.41,1.13,1.66,2.03,4.29,4.78,4.25,4.39,2.40,2.34,1.30,-0.41,0.14,1.98,0.43,0.47,-1.10,-0.94,-0.86,-1.08,-1.03,0.84,-1.12,1.39,0.14,-0.33,-0.95,0.87,-1.63,1.45,0.92,0
-0.24,1.11,2.43,1.74,2.02,3.57,5.99,5.59,3.95,5.88,3.29,4.15,0.94,0.45,2.53,2.46,-1.71,0.89,-0.78,-0.20,-1.28,-0.45,-0.84,1.09,1.77,0.83,0.83,-2.38,0.93,1.91,0.65,-0.16,0.23,1.41,-0.50,0.35,-0.43,1.44,0.10,-0.49,1
0.51,2.11,1.82,-0.11,3.64,1.41,2.11,3.52,1.52,3.40,2.26,3.13,1.15,2.91,3.93,1.31,1.86,1.23,1.63,1.44,-0.24,-0.67,1.62,-0.61,0.79,-1.36,0.27,1.02,0.82,0.24,0.18,1.11,-1.11,-0.16,-0.11,2.05,-1.23,-0.83,0.22,-1.21,0
-0.13,1.65,0.92,2.28,1.77,0.45,0.18,4.19,3.97,3.88,7.09,3.81,3.10,3.15,1.34,-0.26,-0.68,0.81,0.17,-1.77,0.04,0.33,-0.78,1.27,0.58,-0.75,-0.02,1.03,1.49,-0.44,-0.08,-0.04,2.27,-0.22,0.56,-0.22,1.05,-0.09,0.67,-1.12,1
0.87,1.12,-1.61,-0.60,1.28,-0.21,0.98,-0.53,2.68,0.29,-0.01,2.16,4.98,3.40,4.77,4.67,5.52,2.78,2.60,1.14,1.52,-0.32,-0.47,0.76,2.10,1.27,-0.97,1.84,0.65,1.40,-1.17,-1.19,0.87,0.90,0.22,-0.79,0.39,-0.59,0.45,0.72,0
-0.15,-0.21,1.83,1.80,5.18,4.99,5.50,5.25,4.40,5.06,1.37,1.03,-0.16,0.76,1.00,0.58,1.67,1.47,-0.73,-0.20,0.63,-0.54,0.43,-2.27,0.08,-0.41,0.19,0.83,-0.40,-0.35,0.20,-0.03,0.07,-1.68,1.59,-1.06,-1.12,0.43,-0.20,0.60,0
1.30,0.82,0.86,2.71,3.70,2.77,2.18,4.66,3.63,5.67,2.92,2.53,0.49,-1.37,0.42,0.86,-1.56,1.29,0.15,-0.89,0.87,-0.09,1.18,-0.49,-1.12,-1.08,-1.39,0.35,1.82,0.92,-0.51,-1.41,0.15,1.71,0.91,1.41,-1.15,2.77,-2.64,0.16,1
-1.35,2.32,1.37,0.30,1.00,2.79,3.41,2.95,3.73,5.02,5.23,2.94,3.12,-0.26,-1.55,-0.77,-0.81,-0.50,0.54,-0.11,-2.12,-0.94,0.71,-0.26,1.27,-0.07,0.12,1.84,-1.45,-1.15,0.75,0.84,0.86,-0.43,0.93,-0.66,-0.80,-0.02,0.17,-0.98,1
-0.18,0.93,-0.18,-0.78,-1.01,-0.05,0.88,0.30,-0.74,1.21,1.21,3.55,3.07,5.75,4.56,4.13,4.36,2.89,3.69,1.41,1.26,-0.44,0.53,0.96,-0.75,0.20,0.11,0.66,1.57,0.35,-1.67,2.29,0.06,0.85,0.37,0.92,0.71,-0.17,0.16,-1.08,2
1.27,-0.04,0.95,2.51,3.46,5.53,5.03,5.19,5.12,3.07,1.67,1.57,1.48,-1.77,-1.11,-1.43,-0.99,-1.38,-1.47,0.19,-0.30,-1.11,-0.01,1.68,0.77,-1.43,-0.22,-0.76,0.08,2.46,-0.08,1.40,1.00,0.45,0.99,0.63,-1.34,1.78,2.01,-0.18,0
0.09,1.69,1.78,2.63,2.55,5.73,5.24,4.00,3.58,3.94,3.96,0.37,-1.24,1.65,0.24,0.06,1.63,0.99,1.35,-0.61,-0.79,-1.19,0.26,-2.14,-0.32,-0.45,0.25,-1.33,-0.25,0.37,-1.42,0.03,0.29,-0.77,-1.55,-0.52,-0.21,-1.13,-0.37,0.78,0
-0.29,1.02,-1.10,-3.27,-1.45,-0.22,1.09,1.80,2.50,5.25,3.36,3.37,4.31,3.86,5.30,3.47,2.80,1.80,-0.31,-0.06,0.24,0.08,0.18,0.50,0.52,-1.10,-0.71,0.50,0.16,2.24,-0.28,-0.77,0.63,0.20,-0.50,-0.18,0.40,-0.37,-1.20,2.41,2
1.52,1.99,0.15,1.01,1.33,2.42,2.98,2.01,1.90,4.90,4.97,4.37,3.70,1.73,1.43,-0.76,-0.97,-0.20,0.53,-1.30,1.29,0.79,0.26,-1.19,0.16,0.08,1.66,-1.37,0.37,0.06,-0.03,0.38,-0.42,1.87,0.84,0.86,-0.28,-0.90,0.92,-1.83,1
-0.98,-2.01,1.88,-0.92,0.86,1.41,-0.23,1.21,2.85,5.05,4.73,3.05,2.63,3.77,2.16,3.53,-0.10,1.33,-2.09,0.02,-0.62,-1.07,-1.97,1.96,1.69,0.28,-1.15,-1.19,0.41,0.68,1.31,-0.11,0.27,-0.93,-0.30,-0.92,0.79,-1.09,1.00,1.49,2
0.33,1.13,2.01,4.15,4.70,4.49,6.38,5.91,4.84,2.93,2.18,-0.10,1.29,-0.59,0.90,0.25,-0.99,0.04,-0.02,0.26,0.24,-0.08,0.09,-0.17,0.62,0.18,0.32,2.00,-0.58,-0.10,0.73,0.33,-1.55,0.49,-1.71,-0.39,-1.23,2.48,0.12,-1.08,1
1.10,1.48,-0.11,0.52,-0.07,0.95,2.42,2.76,3.52,3.47,3.72,4.91,4.23,3.20,2.49,1.25,0.35,-0.21,-2.20,-1.00,0.02,-0.14,-0.78,-1.26,-1.13,-1.48,0.68,0.72,-1.57,-0.06,0.12,-0.51,0.30,0.74,1.63,0.76,1.63,-0.44,0.66,-1.09,2
-1.67,1.30,-1.28,0.35,2.29,1.23,2.02,0.61,0.32,1.25,2.19,1.65,4.52,4.69,4.85,4.22,3.81,3.24,1.05,-0.37,2.27,0.47,0.58,0.57,0.37,0.02,-1.31,-0.73,0.63,-0.78,1.03,-0.56,-0.15,-0.88,0.05,0.81,-0.14,-0.46,0.93,0.12,0
-0.42,0.93,-0.50,0.30,1.13,-0.51,-0.23,-0.51,-0.23,1.72,0.72,1.13,2.23,4.26,5.73,5.16,2.54,2.35,1.86,0.24,-0.85,-0.05,0.10,-1.07,0.62,0.40,0.17,-0.35,-0.28,-1.82,-1.58,-0.25,1.67,-0.56,1.18,-1.84,0.27,0.16,-0.18,-0.20,0
0.42,-0.02,-0.64,1.35,-0.44,1.08,0.90,1.39,2.75,1.91,3.94,3.60,4.10,3.67,5.41,1.57,1.22,0.18,0.92,0.29,1.05,0.12,-0.88,-0.22,-0.56,-0.21,0.52,0.60,0.04,-1.92,-0.90,0.92,0.32,-0.64,-0.85,0.40,0.58,-0.02,1.28,-1.10,2
0.78,1.12,1.03,0.94,1.94,1.24,2.32,3.29,0.83,0.53,1.45,3.17,3.15,2.70,0.49,3.07,1.52,-0.53,1.59,1.23,-0.27,0.92,-0.41,-0.79,0.40,0.46,-0.16,-1.54,0.45,0.89,-1.28,-0.18,0.44,-0.60,-0.62,-1.03,-1.15,0.53,-0.94,0.78,0
0.29,0.01,2.55,-0.65,0.17,3.66,4.48,1.71,5.13,4.29,2.89,4.41,2.16,0.87,0.38,0.39,1.19,-0.33,0.51,-0.82,0.05,0.02,0.12,0.76,-0.83,-0.40,0.56,0.66,-2.05,0.52,-1.35,-0.36,-1.06,-1.01,-0.62,-0.07,-0.67,-0.25,-0.21,0.27,1
1.51,-0.41,2.39,3.73,6.21,6.90,3.44,5.01,4.35,4.87,1.79,2.94,0.03,-0.24,0.75,1.79,-0.05,1.41,-0.57,-0.44,0.86,0.83,-0.60,0.35,-0.28,0.98,1.82,-0.02,0.06,0.26,0.05,-0.24,1.19,-0.00,0.10,0.54,0.30,1.07,0.98,-0.16,0
0.59,0.68,1.17,1.48,4.56,3.93,5.08,4.18,4.08,3.24,2.04,1.72,0.71,-0.17,2.17,1.80,-1.15,-0.21,2.07,0.09,0.20,-0.54,0.57,-1.65,-2.25,0.14,1.33,0.94,0.10,0.41,0.89,-0.86,2.12,-0.25,0.58,-0.37,0.67,1.60,0.46,0.24,1
1.46,1.65,1.67,3.28,1.83,1.73,5.12,4.43,3.82,4.25,3.89,4.36,1.08,2.99,-0.75,0.44,1.23,-1.48,1.56,-1.68,1.27,-0.52,-0.04,0.91,1.42,-1.28,1.59,0.74,0.31,-0.36,-1.22,0.53,0.46,0.76,0.07,0.26,-0.48,0.17,-0.55,-0.68,1
2.11,0.49,1.13,4.58,4.47,4.31,5.08,3.84,5.58,2.32,2.02,0.78,1.18,1.00,2.50,-0.33,1.88,0.38,0.29,0.30,-0.24,1.44,-0.96,-0.03,-1.40,0.87,0.93,0.04,-0.90,-0.96,0.86,1.33,1.55,-0.11,-1.64,0.32,-0.58,0.71,-0.01,-0.38,0
-1.04,1.96,1.06,2.99,3.39,3.87,5.08,3.66,3.82,3.92,2.75,2.60,0.71,0.95,0.94,2.31,-0.33,-0.64,-0.03,-0.08,-0.14,0.12,0.17,-0.84,1.43,0.43,-2.13,0.50,-0.05,-0.03,-0.11,-0.84,-0.23,-0.07,0.76,-0.10,0.15,-1.18,-0.29,-0.51,0
0.99,0.21,-3.07,-0.45,-0.76,3.24,-1.13,1.55,0.47,4.93,5.37,4.87,4.16,3.71,2.76,2.06,0.83,0.72,0.29,-0.31,0.50,0.73,-0.29,1.80,0.52,-0.26,-0.69,-0.47,-1.80,1.08,1.11,-0.94,0.41,-0.82,-1.80,-0.74,0.34,-1.21,-1.06,1.01,2
-1.86,2.49,-0.63,-0.34,1.68,-1.56,1.60,-0.07,-1.07,0.88,1.43,2.31,3.18,3.22,4.92,3.33,2.33,4.05,2.64,1.02,0.06,-0.20,0.13,1.20,-0.79,-1.23,1.32,-0.42,-0.11,0.01,-0.51,-0.07,-0.39,-1.47,-0.03,0.36,0.16,2.42,-0.46,-0.77,2
1.38,1.35,1.87,1.64,4.24,3.10,3.16,3.26,1.86,1.38,1.67,-0.75,1.41,1.84,1.40,0.80,2.75,-1.44,0.88,0.92,0.08,0.32,-0.26,2.27,1.58,-0.36,1.00,0.88,-0.60,0.48,0.30,0.47,0.16,0.37,0.38,2.07,0.07,-0.32,0.50,-1.12,0
-0.59,0.37,-0.34,1.17,0.02,1.03,1.20,0.59,2.32,2.46,2.95,3.41,4.81,4.91,3.58,5.00,0.96,2.31,1.13,-0.75,-0.03,-0.32,-0.05,0.09,-0.01,1.29,0.36,-0.60,1.02,-0.27,-0.39,-0.38,-1.18,0.24,0.49,-1.75,-1.00,1.98,-0.26,-0.21,2
-0.75,1.77,1.06,5.00,2.86,4.39,5.27,4.35,1.55,2.16,3.50,1.22,0.74,-1.47,-0.69,0.20,0.95,-0.09,0.26,1.02,1.55,-1.05,-0.04,1.04,0.22,0.86,0.79,-0.78,0.55,-0.23,1.56,-2.36,1.12,1.38,1.29,0.09,-0.96,0.12,1.72,0.44,1
1.15,-1.71,1.43,-0.62,0.14,0.02,2.08,4.86,2.35,4.55,7.50,5.71,5.66,2.41,2.23,2.21,0.83,-0.53,1.81,-0.30,0.25,-0.90,-1.03,-0.32,0.50,-0.75,-1.62,0.10,-0.58,-0.42,0.26,-1.13,-0.44,0.18,1.18,0.26,0.19,0.07,-0.35,0.56,2
-0.87,2.04,-1.70,0.79,-0.27,-1.44,-1.12,-0.62,0.04,1.85,1.08,1.44,5.23,3.90,8.03,5.56,4.61,3.14,1.98,1.99,0.70,-0.00,0.53,-0.70,-0.06,-0.06,0.53,-0.06,-1.08,2.36,-0.96,-0.37,0.97,0.93,-0.47,-0.67,1.27,-1.36,-0.51,1.60,0
0.27,2.11,1.56,0.90,1.81,2.00,3.14,2.16,3.81,1.75,2.44,1.41,0.76,0.57,3.28,2.84,1.03,1.73,-0.22,0.92,-2.13,0.07,-1.82,-0.73,-0.85,1.26,0.90,-0.50,-1.21,0.03,1.50,0.64,0.98,-0.87,1.81,1.32,0.56,-0.30,2.42,-0.99,0
-1.60,-1.02,-1.07,-1.09,-0.06,2.34,1.35,2.06,2.03,5.86,5.72,5.37,3.52,2.03,2.37,0.66,0.29,-0.18,-0.05,0.11,-0.44,0.16,0.86,0.69,0.84,0.95,1.68,-0.87,0.44,1.12,0.82,0.74,-0.76,-1.24,0.03,-0.56,0.65,-1.19,0.37,0.24,1
0.57,-1.51,-0.11,1.03,1.04,0.32,1.37,1.20,3.10,2.71,4.14,2.02,2.57,4.70,3.01,3.08,1.97,0.24,-1.57,-0.11,-1.66,1.30,1.54,0.59,-0.27,-0.76,0.91,-0.36,-0.41,1.86,-1.30,-0.59,1.40,0.78,-0.41,0.90,0.88,0.69,0.45,1.04,2
-2.17,0.44,3.11,1.70,3.46,3.25,6.25,4.16,3.01,3.62,1.73,2.43,0.44,2.15,1.71,1.09,1.02,2.97,-1.82,-0.60,-0.40,0.62,1.40,-0.57,-1.11,0.19,1.11,-1.58,-0.21,-0.73,-1.72,1.32,-0.71,-1.85,-0.82,-0.71,-1.90,0.12,-0.71,-1.15,0
-0.24,0.19,0.99,1.40,1.21,2.63,3.12,2.69,3.13,4.54,3.56,3.11,2.30,2.23,0.72,0.07,-0.79,1.36,0.61,-0.18,0.45,-0.64,1.03,0.56,0.30,1.37,1.88,-0.33,-0.62,-0.75,-1.19,2.88,-0.14,0.01,-0.14,0.42,0.75,-0.80,0.50,-0.90,1
-0.34,0.82,1.10,0.52,-0.86,0.94,2.92,2.45,3.83,4.64,6.10,4.40,2.34,2.03,0.95,0.61,0.61,0.99,0.36,0.53,0.03,-2.29,1.30,1.52,-0.35,-0.70,-0.66,-0.81,-1.00,-0.58,0.42,0.00,0.68,-0.90,0.06,0.48,0.01,0.57,-1.18,1.56,1
-0.94,0.21,0.86,-0.70,0.64,3.60,2.32,1.65,-0.46,0.67,1.78,3.97,2.12,5.37,2.73,2.89,3.03,0.50,1.67,0.94,0.99,-0.56,-0.10,-0.40,-1.01,1.19,-0.27,-0.46,1.15,-0.02,-0.76,0.55,1.08,0.99,0.47,1.95,1.57,-0.83,-0.33,0.01,0
0.28,1.61,-0.26,1.10,1.00,1.46,2.52,2.73,4.38,5.47,6.65,3.82,2.45,2.55,1.47,1.21,0.59,-0.17,-1.15,0.30,-1.89,-0.38,2.22,-0.53,0.79,0.66,0.87,-0.75,-0.44,-1.20,-1.03,-2.35,1.12,-0.53,-0.47,-1.52,0.13,-0.44,1.38,-0.24,1
0.22,0.47,2.45,2.47,3.58,4.56,5.92,2.86,2.14,1.29,2.39,1.68,0.29,1.89,-0.08,0.72,-0.87,1.91,0.22,-0.38,2.05,1.53,1.42,1.24,-1.09,-0.16,0.01,0.33,0.86,-0.40,0.20,0.75,0.82,0.24,-0.20,-1.20,-0.77,-1.41,-0.70,0.90,0
1.34,-0.80,1.10,0.39,-0.96,0.13,-0.14,0.63,-0.63,4.20,1.76,3.15,2.55,4.80,5.18,4.64,3.45,1.48,1.65,0.75,0.60,-0.17,-1.51,-0.77,0.85,0.09,0.12,-0.64,-0.52,-0.39,0.40,-1.63,-0.26,-0.66,-0.88,-0.60,-1.13,1.04,-1.24,0.07,2
-1.11,-0.65,2.80,0.23,4.17,3.56,4.20,3.93,4.36,2.15,5.15,3.18,3.53,0.65,2.53,-0.33,0.74,-0.75,0.28,2.10,-1.57,0.05,-0.83,0.39,0.11,-0.84,0.78,0.91,-0.15,-0.26,1.73,-1.14,0.22,-0.55,0.03,-0.40,-1.12,-1.23,0.52,-0.46,1
0.86,-0.05,-0.16,2.84,3.64,5.14,5.86,4.74,4.43,1.81,3.10,0.08,1.50,-1.43,2.43,0.62,-0.06,-1.22,0.20,1.71,-0.84,0.80,0.97,-1.26,0.27,-0.48,0.29,2.34,-1.71,0.13,-0.20,-0.26,-0.73,0.03,-0.71,0.52,-0.55,2.35,-0.19,1.33,0
-0.80,0.57,1.88,3.04,4.66,3.45,3.64,5.01,4.86,3.84,2.20,1.78,-1.46,1.47,0.91,0.02,0.73,-0.16,-0.96,-0.42,-1.14,-0.81,0.99,-1.34,-0.28,0.85,-0.25,1.29,1.49,0.27,1.02,2.05,-0.94,-1.49,1.14,-0.33,-0.99,1.11,-1.07,-0.25,0
0.76,0.58,3.73,1.68,3.29,5.70,4.11,4.22,2.94,2.27,3.55,-0.38,1.41,0.02,0.13,-0.08,-0.84,1.92,0.60,-0.90,-0.35,0.48,0.21,0.13,0.85,0.56,0.38,1.19,0.46,-1.52,1.82,-1.49,-0.03,-0.42,-1.25,-1.10,-0.23,-0.71,0.00,-1.88,1
1.06,1.11,-1.30,0.68,-0.96,1.45,-1.86,-0.21,-1.95,-0.07,1.21,1.74,4.39,5.51,5.01,3.02,2.99,2.51,1.56,0.65,-0.29,-0.24,0.68,0.81,-0.54,0.09,0.09,-0.93,2.74,0.47,-0.55,1.09,0.85,0.90,-0.09,-0.54,1.53,1.43,-1.79,0.39,2
1.53,1.41,1.22,1.93,2.75,4.01,7.18,3.92,5.27,3.58,1.85,1.26,-1.65,-0.03,-0.65,1.66,1.05,0.20,0.28,-0.07,0.69,-0.21,-0.30,-0.99,-0.05,-0.75,-1.04,0.61,2.24,-0.04,-1.99,1.20,0.34,-0.16,0.26,0.27,0.67,-0.80,1.39,-0.39,1
0.05,-0.76,0.27,-0.18,-1.08,1.04,2.14,3.90,3.68,3.45,3.90,2.44,4.48,5.19,4.76,3.46,1.73,2.23,1.65,-0.19,-0.52,-0.16,-0.68,-1.74,-0.19,-1.47,0.71,0.46,-1.02,-0.43,-0.65,0.16,0.34,0.28,1.35,-0.47,1.80,-0.80,-1.04,-0.19,2
0.27,0.40,0.11,0.07,1.19,0.87,-0.60,1.80,0.92,1.39,4.35,3.47,4.14,2.90,5.67,5.75,4.76,3.11,2.92,1.01,1.41,-0.65,-0.54,-0.51,-0.22,-1.62,0.06,0.81,2.53,0.69,1.05,1.04,0.04,-0.24,-0.91,-0.22,1.45,0.30,0.85,0.75,2
0.09,0.24,-0.59,2.31,4.09,3.73,3.52,2.75,6.59,4.06,4.49,3.57,2.75,3.61,0.34,1.77,-1.27,1.24,-0.05,1.71,-0.17,1.33,0.53,-0.60,-0.38,-1.62,0.26,-0.07,1.11,-0.62,0.24,-1.37,-0.72,-1.42,-0.03,-1.29,0.69,0.47,0.17,-0.39,1
0.24,-0.56,1.08,2.88,5.66,3.33,5.03,6.84,4.58,3.39,1.82,-0.82,-0.31,-0.33,0.15,-1.44,-0.45,0.44,0.46,-0.02,0.27,1.83,0.84,0.29,1.60,0.82,-0.87,-0.05,1.82,-0.19,0.86,-0.39,-0.21,0.59,1.80,-0.15,-1.07,0.81,-0.43,0.99,1
-0.78,1.51,1.18,1.27,2.44,2.44,2.05,3.40,2.19,1.67,2.55,2.46,0.64,1.56,2.32,1.96,3.46,0.24,0.71,-1.90,1.13,-1.35,-1.14,-1.12,0.87,1.57,1.34,1.09,-0.86,0.54,0.39,-0.20,0.09,-1.76,1.05,1.01,-1.03,-1.15,0.46,-0.47,0
-0.98,0.55,0.34,1.81,1.28,2.15,4.57,5.07,5.95,3.39,3.72,2.87,2.08,0.27,0.87,0.13,0.03,-0.56,0.05,-2.58,0.97,0.41,-0.92,-0.17,0.99,-0.43,0.30,1.20,0.65,-0.32,0.02,2.39,-0.77,-0.01,1.37,-0.57,-0.79,-0.58,-0.21,-1.16,1
-0.28,0.55,1.22,1.55,2.83,1.74,4.39,4.33,6.18,3.28,2.98,1.24,1.27,0.58,0.27,-0.83,0.30,2.03,1.27,0.65,2.12,1.06,1.79,-1.07,-0.07,-0.59,0.49,-1.10,1.61,-0.38,-1.17,-0.52,0.51,0.35,-1.22,1.16,1.07,0.32,-0.65,-0.27,1
0.84,0.97,-0.38,-1.16,0.85,0.49,2.93,3.31,5.11,3.87,6.84,6.09,5.33,3.49,2.69,1.62,-0.85,0.40,-0.30,-1.08,-0.29,0.40,0.29,-1.35,0.70,1.83,0.76,-0.06,-0.10,1.48,2.59,1.31,0.23,-0.40,-0.48,2.66,-0.90,0.96,-0.44,-1.10,1
-2.00,0.00,0.28,2.26,3.99,5.52,4.01,5.13,3.88,1.54,0.14,1.47,-0.68,0.08,0.94,0.30,0.73,-0.51,-0.89,1.16,0.89,-0.11,0.07,-0.97,0.73,-1.06,-0.71,-0.05,0.56,1.14,-0.01,-1.50,0.13,0.52,1.93,0.59,-0.21,0.30,0.06,1.69,0
-1.45,-1.43,0.08,0.53,0.11,0.37,1.57,3.07,2.36,3.28,6.03,4.53,2.78,3.80,5.17,1.96,2.43,1.92,0.90,1.54,-0.99,0.86,-0.28,0.39,0.09,-0.35,-0.48,-0.18,1.41,1.30,0.71,-0.10,0.58,-0.32,0.49,1.98,-0.58,-0.04,-0.64,0.34,2
0.41,-0.43,-0.20,-0.68,0.93,1.08,-0.16,2.60,0.56,0.68,2.38,0.81,2.95,3.27,4.53,3.42,3.73,1.35,0.28,1.66,-1.29,-0.19,-1.38,-0.33,-0.69,-0.62,0.19,1.03,-0.13,-0.21,-0.05,-0.11,0.17,0.28,-0.55,-0.30,-0.80,1.95,0.99,0.47,0
-1.40,-0.57,-0.31,0.07,-1.10,-0.93,0.24,0.86,1.90,1.90,2.98,3.18,3.03,5.70,3.56,1.13,2.86,2.89,2.71,1.77,-0.85,-1.22,-0.55,0.48,-1.96,1.13,0.02,-0.34,1.65,0.30,0.23,-0.52,0.60,1.37,0.91,-1.36,-2.04,-0.20,-0.37,-0.33,2
-1.24,0.02,1.09,2.65,2.21,3.55,2.99,3.13,3.22,4.57,3.05,2.25,0.76,1.26,0.41,1.95,-0.22,0.10,-0.37,0.64,1.12,-1.72,0.92,-0.43,-0.54,1.19,0.55,-0.30,-0.24,0.01,1.53,0.14,0.98,0.75,0.72,-0.28,0.20,0.53,1.05,2.03,1
-0.17,2.21,0.58,1.46,1.25,2.22,1.31,4.49,4.30,4.50,6.05,4.08,4.39,2.53,3.15,0.14,-0.48,-0.31,-0.72,0.62,0.32,1.23,-0.26,-1.27,-0.73,-0.70,0.35,0.11,0.23,-1.30,0.28,-2.63,-0.85,-1.25,0.32,0.09,-0.77,0.42,1.72,-0.76,1
0.36,-1.13,0.51,-0.18,-0.13,0.59,-1.02,1.24,1.23,0.42,2.52,2.54,4.85,1.92,5.27,3.68,2.75,2.44,2.31,2.06,-0.39,-0.43,-0.41,-0.46,-0.75,1.43,0.65,-1.53,-0.34,1.97,-0.28,1.20,0.65,-0.42,0.87,0.70,-0.29,-0.17,0.08,-1.11,0
-0.10,-0.04,-0.19,-0.77,-2.58,-0.61,3.22,1.85,5.80,3.47,5.71,4.89,6.12,3.97,2.89,0.27,0.52,-0.07,0.88,0.00,-1.58,-2.50,-0.39,-0.57,-1.66,-0.16,-0.01,1.27,0.42,-0.20,1.06,-0.36,-0.23,0.86,0.88,0.33,0.72,2.54,1.53,-1.09,2
1.45,0.08,1.65,2.11,4.28,4.26,5.47,5.42,2.68,2.52,1.34,1.67,0.70,1.89,-1.54,-0.01,-1.42,0.82,1.45,-0.69,0.52,0.43,1.04,-0.16,-0.56,-0.24,-1.09,-1.82,-0.50,-1.36,-0.87,-1.01,1.84,-0.42,-1.00,-0.16,-0.03,0.05,-2.84,0.49,0
0.09,1.37,1.48,2.69,2.84,3.56,4.36,3.94,2.51,2.55,0.01,0.87,0.78,0.42,1.15,0.83,-0.32,0.05,-1.42,-1.19,-0.95,-0.21,1.73,1.25,-0.83,-0.47,1.19,-1.20,0.13,0.92,-0.13,-0.28,0.80,-1.17,-0.06,-0.40,0.83,-0.61,-0.60,0.59,0
0.57,1.07,1.05,0.71,0.79,-0.09,0.71,1.69,1.78,0.92,1.49,2.87,3.73,3.14,3.81,3.49,2.40,2.37,0.20,0.99,-0.06,-0.61,-1.10,1.21,-0.89,0.01,-0.88,-0.61,-1.23,0.09,0.16,-0.03,0.48,-1.11,-0.37,-2.43,0.08,-0.44,0.36,0.75,2
2.54,-0.34,3.86,1.12,3.67,5.19,3.43,3.51,3.16,2.11,2.46,3.14,-0.39,0.97,1.17,0.29,1.54,0.12,-0.28,0.62,-0.65,-1.26,0.85,-0.39,0.32,-0.24,2.93,1.91,-1.26,0.07,1.62,0.59,0.40,0.09,0.22,-1.17,0.25,-0.76,-0.43,0.28,0
0.48,0.78,-0.41,0.77,-0.95,0.40,-0.84,-0.24,0.75,2.50,3.40,2.25,4.44,4.51,5.82,4.40,4.23,3.32,-0.03,1.15,0.27,-0.02,-0.37,-0.18,-2.24,-0.13,-0.29,-1.86,0.48,2.31,-1.45,2.09,-0.29,-0.52,1.05,0.18,0.19,0.52,-0.81,-0.23,2
-0.05,2.01,0.98,-0.07,3.05,2.20,4.36,3.74,4.38,3.42,4.72,0.62,2.28,1.02,-0.58,1.10,-1.02,-1.27,1.44,0.49,0.46,1.63,-0.36,-2.07,0.05,-0.15,0.34,-0.79,1.61,-0.94,0.54,1.41,0.25,-0.57,-0.21,1.36,0.96,0.11,-0.50,-1.03,1
0.27,0.17,-0.29,-0.74,-0.82,2.65,1.13,4.55,2.80,4.95,4.12,3.38,3.25,2.14,2.11,0.27,1.19,1.62,2.16,-1.43,-0.57,-0.65,-0.41,0.72,-0.67,0.23,0.82,-0.24,0.64,-0.77,-0.23,0.77,-1.18,0.27,-0.45,-1.11,0.96,0.23,0.03,1.01,1
0.53,-1.09,0.64,0.54,-0.71,1.27,-1.12,0.98,-0.99,1.20,1.54,2.91,4.63,4.86,5.73,7.20,2.97,1.25,1.65,-0.57,0.16,-0.69,0.36,0.17,0.60,0.40,-0.02,-0.43,0.49,-1.25,1.19,-0.69,-0.21,0.06,-0.18,-0.52,1.53,-0.33,-0.16,0.44,2
-0.42,0.27,2.67,2.96,1.85,3.77,3.07,3.63,5.36,4.82,3.68,2.27,1.11,3.02,-0.13,0.78,0.78,1.07,1.36,-0.33,-0.24,0.19,-0.38,0.36,-0.87,-0.26,1.32,0.76,-0.78,0.18,-0.54,0.38,-1.35,1.08,-0.27,0.30,-0.17,0.17,0.05,-0.38,1
0.71,-0.32,1.01,1.10,2.77,4.08,4.04,2.74,1.44,0.38,2.75,1.39,2.61,2.15,3.65,1.34,1.56,0.79,1.05,0.04,-1.08,0.64,0.45,-0.54,0.44,0.71,0.31,-1.01,1.26,-1.50,-2.20,0.41,-0.29,-1.08,-0.96,-0.44,0.23,-0.17,0.11,0.71,0
-1.18,1.15,3.04,3.43,2.72,3.82,4.87,6.55,4.63,5.06,1.94,1.23,0.12,-0.65,-1.79,-2.55,0.04,-1.13,2.00,0.39,1.21,0.23,-0.63,-0.58,-1.17,0.89,-0.53,-0.12,-0.44,-0.39,0.61,1.20,-0.53,-0.99,-0.83,0.22,0.64,1.56,1.13,0.46,1
-0.58,1.05,0.30,-0.92,-1.50,0.85,0.52,1.12,-0.84,1.66,2.42,2.87,3.99,3.43,5.66,5.91,3.74,0.73,3.45,-0.09,-1.07,0.44,0.99,0.02,-1.22,-0.74,-0.46,0.98,-0.29,-0.80,-0.13,0.65,-0.37,0.86,-0.23,1.24,-0.42,0.23,-0.43,0.30,2
1.51,-1.28,-0.01,0.59,0.11,1.18,2.27,4.64,3.32,2.95,6.35,2.53,2.96,3.72,3.10,0.94,-2.20,0.47,-0.91,-0.12,1.82,-0.18,-1.71,-0.39,-0.38,-1.06,1.52,0.84,0.60,-2.14,-0.35,-1.00,-0.16,-0.88,0.31,-0.32,0.44,2.02,-1.31,-1.28,1
-0.29,1.06,1.98,4.18,3.68,4.66,4.62,5.17,3.83,3.39,1.90,1.18,0.85,1.19,0.97,0.40,1.91,1.04,-1.57,-0.19,0.81,0.38,1.31,-1.68,-1.55,-0.16,0.90,-1.22,0.45,-2.03,1.13,-1.13,0.40,-0.91,0.28,0.94,0.89,-0.53,-0.48,0.14,1
-0.69,0.86,2.83,3.32,5.58,4.18,5.76,4.16,3.35,3.05,2.96,2.50,1.91,0.58,1.67,1.18,0.71,0.11,-1.00,-1.47,0.27,-0.49,-0.18,0.19,-0.38,-0.43,0.33,-0.75,0.65,1.89,-0.59,0.08,0.96,1.03,0.76,-0.83,-1.04,-0.58,0.54,1.60,0
-0.20,0.95,4.21,4.16,2.26,4.92,5.29,4.76,2.93,2.25,2.46,0.54,1.78,-0.57,1.93,1.03,1.33,1.19,-0.34,1.30,0.71,-0.72,-0.27,-0.69,1.01,-1.09,0.35,0.59,1.34,0.91,-0.09,0.18,0.54,1.24,0.37,-0.70,0.95,-0.73,-0.16,-0.17,0
0.70,0.56,1.36,0.49,1.19,-0.48,1.07,0.94,1.30,3.54,5.23,3.05,3.31,4.27,6.22,3.89,4.40,3.98,2.44,0.93,0.97,2.67,0.12,-0.18,0.37,-0.31,0.74,-1.12,-0.88,-1.15,0.37,-0.90,-0.04,0.30,-0.58,-1.14,-1.40,-0.52,0.28,-1.05,2
0.66,0.62,1.19,4.36,2.60,3.73,5.38,2.51,4.75,3.23,4.13,2.12,-0.37,-0.18,1.32,-1.00,0.53,-0.78,0.74,-0.03,1.06,0.26,-0.47,0.40,0.37,0.91,-0.61,0.27,0.47,-1.06,-0.51,0.01,0.25,0.25,-0.09,-1.01,-0.89,2.71,0.39,0.94,0
1.76,-1.47,1.80,0.61,1.54,1.40,3.04,2.96,2.95,3.26,6.00,4.02,3.08,2.88,1.11,0.38,-0.41,-0.97,-0.13,-0.16,0.99,-0.79,-0.31,2.42,0.38,-0.31,-1.09,-0.44,1.08,0.24,-0.05,-0.69,0.95,1.06,1.94,0.23,1.02,-0.38,0.29,1.04,1
-0.82,-0.81,-0.89,0.20,1.41,2.64,0.24,1.42,-0.86,0.76,0.98,3.01,2.70,3.38,3.56,2.31,1.42,1.23,1.11,1.24,0.05,1.37,1.38,-0.53,1.08,0.77,-0.18,-0.62,0.89,-0.89,0.27,0.17,1.15,-0.27,-1.72,-0.04,0.61,-0.03,1.34,-1.58,0
-0.08,0.72,-1.14,1.31,-0.30,-0.31,1.67,2.74,4.32,5.13,5.80,6.15,4.92,3.84,4.47,1.21,0.52,0.12,-0.26,-1.69,-0.76,-0.98,-0.60,-0.99,0.42,0.46,-0.87,0.27,-0.84,0.70,2.32,0.22,0.58,1.38,1.17,-1.58,0.41,-0.01,-0.33,0.56,2
-1.17,1.67,1.65,-0.94,2.70,1.77,3.76,1.54,1.89,3.00,2.43,2.02,2.43,3.87,3.13,1.38,1.66,1.01,1.01,0.97,-0.38,-1.47,-0.32,1.95,0.14,-2.29,-0.06,0.32,0.14,-0.44,0.66,-0.36,-0.56,0.23,1.23,0.12,-0.67,0.46,-0.39,0.73,0
0.10,2.27,1.61,1.04,-0.47,0.62,-0.04,2.91,1.74,4.22,3.78,4.88,4.12,1.92,5.01,0.21,1.37,1.14,-0.15,-0.28,-0.81,0.19,0.54,0.32,-1.08,1.87,-0.61,1.87,-0.09,0.63,0.90,-0.47,-0.02,0.65,-0.16,1.38,-0.29,-0.02,0.29,-1.13,2
-1.08,-1.16,3.25,1.78,3.82,3.63,6.86,4.90,4.24,2.47,1.23,2.31,2.73,0.54,-1.01,-0.88,-0.35,0.34,-0.42,-0.21,-0.17,-0.91,0.38,-2.25,0.14,-0.68,1.04,-1.64,-0.92,0.24,0.28,0.72,-0.59,0.74,0.80,0.27,-0.88,-2.28,-0.78,-2.98,1
-1.20,0.03,0.08,1.97,0.10,-0.00,0.46,2.70,3.49,3.47,3.19,4.62,2.81,3.93,4.74,2.98,0.44,1.98,-0.03,-0.50,-1.12,0.39,0.22,-0.07,0.97,-0.83,-0.20,0.89,-0.76,-1.45,-0.48,-0.41,0.81,-2.06,0.99,0.15,-0.67,0.81,0.15,-1.56,2
