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