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