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

@relation waveform

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

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