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

@relation waveform

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

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