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