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

@relation waveform

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

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