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