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

@relation waveform

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

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