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

@relation waveform

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

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