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