blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 4
214
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
50
| license_type
stringclasses 2
values | repo_name
stringlengths 6
115
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 21
values | visit_date
timestamp[us] | revision_date
timestamp[us] | committer_date
timestamp[us] | github_id
int64 141k
586M
⌀ | star_events_count
int64 0
30.4k
| fork_events_count
int64 0
9.67k
| gha_license_id
stringclasses 8
values | gha_event_created_at
timestamp[us] | gha_created_at
timestamp[us] | gha_language
stringclasses 50
values | src_encoding
stringclasses 23
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 1
class | length_bytes
int64 5
10.4M
| extension
stringclasses 29
values | filename
stringlengths 2
96
| content
stringlengths 5
10.4M
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7a7ca6bead87399a6f21c1662fbf1831aa237d7d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1652/CH13/EX13.8/13_8.sce
|
5cfd955d9c104231da6bc71d72368985a704c50e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 196 |
sce
|
13_8.sce
|
clc
//Initialization of variables
Kp=1.1*10^40 //atm^-0.5
dn=-0.5
R=0.08206 //lt atm/deg mol
T=298.15 //K
//calculations
Kc=Kp*(R*T)^(-dn)
//results
printf("Kc = %.1e (mol/lt)^-0.5",Kc)
|
c72e2fa275e5482cca5122006ef2744c3a5b6973
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1026/CH8/EX8.8/Example8_8.sce
|
567ef654554ba838592fdb8db8f33454c41e8c2c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 238 |
sce
|
Example8_8.sce
|
//chapter8,Example8_8,pg 184
Dn=1.40
D=1.27
//when u=1
//(Dn^2)=4*n*lam*R=(1.40^2)
//when u=u1
//(D^2)=(4*n*lam*R)/u1=(1.27^2)
//from above eqn's
u1=((Dn^2)/(D^2))
printf("RI of liquid\n")
printf("u=%.2f",u1)
|
3775e57855f1626fcb14083c725d9b7ca740318d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/51/CH6/EX6.5/6_5.sce
|
12dfa095d1c0585f8e10cc2d81adf175ec3af01c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 253 |
sce
|
6_5.sce
|
clc;
clear;ang1=0;//radians
ang2=%pi/6;//radians
vp='-2*log(r)';
//vr=d(vp)/d'r
//vr=(-2)/r;
//vang=(1/r)*(d(vp)/d(ang))
vang=0;
q=(integrate('-2','ang',ang1,ang2));
disp("ft^2/sec",q,"Volume rate of flow (per unit length) into the opening = ")
|
7010d8a7d580cd0eff2671cd65563b41e960c879
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1673/CH8/EX8.19/8_19.sce
|
cff632319fa426603b87fadd898165566d698838
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 278 |
sce
|
8_19.sce
|
//boundary value problem by cubisc spline nethod
//example 8.18
//page 331
clc;clear;close;
h=1/2;
//arranging in two subintervals we get
A=[10 -1 0 24;0 16 -1 -32;1 20 0 16;0 1 26 -24];
C=[36;-12;24;-9];
X=A^-1*C
printf('the computed value of y(1.5) is %f ',X(4,1));
|
2a5cf17b0952181efe4761621febd11f9c8d5251
|
c0c48c5a363ac2c0bf21e72833d72a99771dc6ce
|
/Simulation_Codes/lab12_18i190002/ex2.sce
|
f6a4d045ae024a6c81f9eb9a35c3dcd1a5f17b76
|
[] |
no_license
|
shubham1166/Operarions_Research_Projects
|
3b6664b83d89b2a005b5194489bfd0d95cafe3d8
|
8f28eea93d9e4ff3d6a8e95160c3f9464ce2fc34
|
refs/heads/main
| 2023-03-14T02:48:42.359247 | 2021-03-03T05:51:28 | 2021-03-03T05:51:28 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,164 |
sce
|
ex2.sce
|
//Shubham Sharma
//Msc PhD OR
//Roll no: 18i190002
clc
clear
function counter=JobsDoneInOneArrival(lambda,meu,x)
x1(1)=grand(1, 1, "exp", 1/meu)
//first guy took x1(1) times to go
for i=2:x
x1(i)=x1(i-1)+grand(1, 1, "exp", 1/meu)
//The other people took time taken by the previous one + exponential time as per told in the question
end
y=grand(1, 1, "exp", 1/lambda)
//disp(y)
counter=0
for i=1:x
if x1(i)<=y
counter=counter+1
//finding the number of people left before 101th guy
end
end
//disp(x1)
counter
endfunction
x0=100
c1=JobsDoneInOneArrival(1,10,x0)
c2=x0-c1+1
x(1)=c2
for i=1:(10000-1)
c1=JobsDoneInOneArrival(1,10,c2)
J(i)=c1
c2=c2-c1+1
x(i+1)=c2
end
J(10000)=JobsDoneInOneArrival(1,10,x(10000))
//subplot(1,2,1)
//t=1:10000
//plot(t',x,xlabel('Jobs remaining to serve'),ylabel('Frequency density'))
printf('Part (1) When lambda=1 and meu=10 mean of x is %f \n',mean(x))
//disp(x)
//subplot(1,2,2)
//plot(t',J,xlabel('Jobs served'),ylabel('Frequency density'))
printf('Part (2) When lambda=1 and meu=10 mean of J is %f \n',mean(J))
|
c26e28dce1b96aceee16e134621c2f416398386c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1640/CH5/EX5.12/5_12.sce
|
e908bf02f1bad0aae81d62852e2da84db5f3771d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 349 |
sce
|
5_12.sce
|
clc
//initialisation of variables
h= 25 //ft
l= 2000 //ft
d= 12 //in
g= 32.2 //ft/sec^2
f= 0.005
dz= 16 //ft
zb= 25 //ft
zc= -16 //ft
//CALCULATIONS
v= sqrt(2*g*h/(1.5+(4*f*l/(d/12))))
Q= %pi*(d/12)^2*v/4
l1= (34-dz)*l/(zb-zc-dz)
//RESULTS
printf ('Discharge = %.1f cfs ',Q)
printf ('\n length of the inlet = %.f ft of water ',l1)
|
3714729fe79fe3d234efca1cb8828a2b6fbd8be7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1319/CH2/EX2.13/2_13.sce
|
9ca763a4a1949c90f75b854abaa20af7b7f1cde7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 641 |
sce
|
2_13.sce
|
//Current through AB using Nortons theorem
clc;
clear;
// Resitances in order from the 2V side
R1=2;
R2=12;
R3=1;
R4=3;
// Voltage Sources
V1=2;
V2=4;
//Using Superposition principle
Iab1=V2/R4;
I1=V1/(R1+(R2*R3/(R2+R3))); // Current drawn from 2V supply
Iab2=I1*R2/(R1+R2);
Iab=Iab1+Iab2; // Current source
Reff= R3 +((R1*R2)/(R1+R2));
Zth= Reff*R4/(Reff+R4);
Zl=2; // Resistor Connected between AB
Current=Iab*(Zth/(Zth+2)); // Current through branch AB
// Errorless Calculation, In the textbook approximations are done
printf('The Current through 2 ohm resistor in branch AB = %g A\n',Current)
|
bb6c37cd254aad7b10ecb6f1b52a262c73e6b1c3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/770/CH4/EX4.12/4_12.sce
|
ff60f80270467a8fa303bb045acc2a2bfbed86f6
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 2,293 |
sce
|
4_12.sce
|
clear;
clc;
//Example - 4.12
//Page number - 163
printf("Example - 4.12 and Page number - 163\n\n");
//Given
P_1 = 140;//[kPa] - Initial pressure
T_1 = 20 + 273.15;//[K] - Initial temperature
P_2 = 560;//[kPa] - Final pressure
eff = 0.75;// Compressor efficiency
R = 1.987;//[cal/mol*K] - Universal gas constant
// Cp_0 = 4.750 + 1.200*10^(-2)*T + 0.3030*10^(-5)*T^(2) - 2.630*10^(-9)*T^(3), here T is in K and Cp_0 is in cal/mol-K
a = 7.7;
b = 0.04594*10^(-2);
c = 0.2521*10^(-5);
d = - 0.8587*10^(-9);
// At 20 C,as reported in the book
Cp_0 = 8.46;//[cal/mol-K] - Specific heat capacity at constant pressure
Cv_0 = Cp_0 - R;//[cal/mol-K] - Specific heat capacity at constant volume
Y = Cp_0/Cv_0;// Index of expansion
// Assuming 100 % efficiency,for reversible and adiabatic process the final temperature is given by
// P*V^(Y) = constant or, P*((R*T)/P)^(Y) = constant
T_2 = ((P_1/P_2)^((1-Y)/Y))*T_1;//[K]
// Since at final temperature the value of heat capacity ratio would have changed
// So let us determine Y at mean temperature and then calculating final temperature
T_mean = (T_1 + T_2)/2;//[K]
// At T_mean,as reported in the book
Cp_0_new = 9.153;//[cal/mol-K]
Cv_0_new = Cp_0_new - R;//[cal/mol-K]
Y_new = Cp_0_new/Cv_0_new;
T_2_new = T_1*((P_1/P_2)^((1-Y_new)/Y_new));//[K]
// The enthalpy change is given by
delta_H = integrate('4.750+1.200*10^(-2)*T+0.3030*10^(-5)*T^(2)-2.630*10^(-9)*T^(3)','T',T_1,T_2_new);//[cal/mol]
//For adiabatic process
W = - delta_H;//[cal/mol]
// Now actual work done on the system is given by
W_a = W/eff;//[cal/mol]
// Since the actual process is adiabatic the work done is change in negative of enthalpy
// Therefore actual change in enthalpy is - W_a, or
// - W_a = 4.750*(T_2-T_1) + (1.2*10^(-2)/2)*(T_2^(2)-T_1^(2)) + (0.3030*10^(-5)/3)*(T_2^(3)-T_1^(3)) - (2.63*10^(-9)/4)*(T_2^*(4)-T_1^(4));
// Solving for T_2 in the above equation
deff('[y]=f1(T_2_prime)','y=4.750*(T_2_prime-T_1)+((1.2*10^(-2))/2)*(T_2_prime^(2)-T_1^(2))+((0.3030*10^(-5))/3)*(T_2_prime^(3)-T_1^(3))-((2.63*10^(-9))/4)*(T_2_prime^(4)-T_1^(4))+W_a');
T_2_prime=fsolve(100,f1);
printf(" The required work is %f cal/mol\n",W_a);
printf(" The discharge temperature of methane is %f K\n",T_2_prime);
|
5ca513b51153d0704e6bec74b5d608e52173b5b6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/995/CH1/EX1.17/Ex1_17.sce
|
d0f8d09cf14053cd86ee5b19ff632f24aa824d70
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 151 |
sce
|
Ex1_17.sce
|
//Ex:1.17
clc;
clear;
close;
p=1.724*10^-8;//in ohm-meter
l=8;//in meters
a=1*10^-6;//in sq. meter
r=(p*l)/a;
printf("Resistance = %f ohms",r);
|
a83cff71a8c9050c3e86d14abfedb2db2ba8ca17
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3825/CH7/EX7.13/Ex7_13.sce
|
e4df2e9bb6fa27d54ed7195e603bf9a19b451275
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 164 |
sce
|
Ex7_13.sce
|
clc
P1=1
P2=2
T1=300
T2=500
R=8.314
Cp=(7*R)/2
deltas=(Cp*log(T2/T1))-(R*log(P2/P1))
mprintf("deltas=%fkJ/kmol K",deltas)//ans vary due to roundoff error
|
38cd2ece2d9209da6503a7d4ccf438a613d4b543
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2609/CH1/EX1.8/ex_1_8.sce
|
daf5162320b9d3bef6cbaadb9b9f4d9cf9edaf8e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 568 |
sce
|
ex_1_8.sce
|
//Ex 1.8
clc;
clear;
close;
format('v',6);
IREF=1;//mA
Io2=20;//micro A
Io3=40;//micro A
VBE1=0.7;//V
VT=26;//mV
VCC=10;//V
VEE=-10;//V
R=(VCC-VBE1-VEE)/IREF;//kohm
disp(R,"Value of resistance R(kohm)");
RE2=VT/Io2*log(IREF*1000/Io2);//kohm
disp(RE2,"Value of resistance RE2(kohm)");
RE3=VT/Io3*log(IREF*1000/Io3);//kohm
disp(RE3,"Value of resistance RE3(kohm)");
VBE2=VBE1-RE2*Io2/1000;//V
disp(VBE2,"Value of Base emitter voltage of transistor Q2(V)");
VBE3=VBE1-RE3*Io3/1000;//V
disp(VBE3,"Value of Base emitter voltage of transistor Q3(V)");
|
a194ce526a56ce1c1f1c3c8ec2443e5b63c908b8
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/source/2.4/macros/percent/%hm_floor.sci
|
0c648f3807b27418baf51e2be38950c94bcc7c4a
|
[
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 80 |
sci
|
%hm_floor.sci
|
function M=%hm_floor(M)
// Copyright INRIA
M('entries')=floor(M('entries'))
|
02447077451cb60a6b195411a4bde4ff0281dd1d
|
f7e335e2af57c686554eb057f28ddd8d21aab1e4
|
/tests/fuzz/c-wsp/0043.tst
|
3b585fd57377a4e67af238b956ce624ff22a3842
|
[
"MIT"
] |
permissive
|
scravy/abnf
|
76515bd820b3b9d8e2dbc2cec2a2f845720a6022
|
cc4228f403b436cc4e34ff4d6a7def83922174be
|
refs/heads/master
| 2023-01-09T14:30:50.095268 | 2020-06-07T16:18:09 | 2020-06-07T16:18:09 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 9 |
tst
|
0043.tst
|
;'!08o
|
18d80d37afc030468ceec9f8abdd176f7bbd26ae
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2078/CH7/EX7.3/Example7_3.sce
|
d80abb4a4b866b3872eb7bb3c5ca7c3183b247a1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 380 |
sce
|
Example7_3.sce
|
//Exa 7.3
clc;
clear;
close;
format('v',5);
//Given data :
V=132;//kV
r=2/2;//cm
Vexceed=210;//kV(rms)
go=30000/sqrt(2);//Volts/cm
go=go/1000;//kV/cm
Vdo=Vexceed/sqrt(3);//Volt
mo=1;//assumed
del=1;//assumed air density factor
//Formula : Vdo=go*del*mo*r*log(d*100/r);//in kV
d=exp(Vdo/go/del/mo/r)*r;//cm
disp(d*10^-2,"Spacing between conductors in meter : ");
|
c0ea107562e096348dd88f269ea1e26b591247d5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2252/CH5/EX5.3/Ex5_3.sce
|
6c6fe8c886f6200829eb92aac9eb92596c9ca1bf
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 278 |
sce
|
Ex5_3.sce
|
N=120//no. of turns in coil
dphi=(.3-.8)*1D-3//change in flux due to motion of conductor
dt=.08//time taken for change in flux
e=-N*dphi/dt
mprintf("Induced emf in the coil=%f V\n",e)
R=200//resistance offered by the coil
I=e/R
mprintf("Induced current=%f mA",I*1000)
|
e1b76f44d3096a35ad0e57b5a229a4780efa19e1
|
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
|
/sci2blif/sci2blif_added_blocks/vmmwta.sce
|
7a6081c83de1f174e7e8566f9c6e46fc3fdb0008
|
[] |
no_license
|
jhasler/rasp30
|
9a7c2431d56c879a18b50c2d43e487d413ceccb0
|
3612de44eaa10babd7298d2e0a7cddf4a4b761f6
|
refs/heads/master
| 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 2,785 |
sce
|
vmmwta.sce
|
//************************* VMM_WTA ************************************
if (blk_name.entries(bl) =='vmmwta') then
addvmm = %t;
cap_info = cap_info2(cap_info,pass_num,'vmm_out1', bl)
cap_info = cap_info2(cap_info,pass_num,'vmm_out2', bl)
cap_info = cap_info2(cap_info,pass_num,'vmm_out3', bl)
cap_info = cap_info2(cap_info,pass_num,'vmm_out4', bl)
cap_info = cap_info2(cap_info,pass_num,'nfet_d', bl)
b_elements = elements_add(b_elements,1,0, 0, 6, 0, 0, 0, 0,1)
k =scs_m.objs(blk_objs(bl)).model.opar(1);
tar1=[];
tar2=[];
for i=1:size(k,1)
for j=1:size(k,2)
if (j == size(k,2)) & (i == size(k,1)) then tar1=tar1+'%1.2e';
else tar1=tar1+'%1.2e,';
end
end
tar2=tar2+'k('+string(i)+',:) ';
end
tar2= evstr(tar2);
mputl("# VMM + WTA",fd_w);
mputl(".subckt vmm4x4 in[0]=net"+string(blk(blk_objs(bl),2))+"_"+string(1)+ " in[1]=net"+string(blk(blk_objs(bl),2))+"_"+string(2)+ " in[2]=net"+string(blk(blk_objs(bl),2))+"_"+string(3)+ " in[3]=net"+string(blk(blk_objs(bl),2))+"_"+string(4)+ " out[0]=vmm_out1 out[1]=vmm_out2 out[2]=vmm_out3 out[3]=vmm_out4 #vmm4x4_target =" +string(sprintf(tar1,tar2)),fd_w)
mputl(" ",fd_w);
mputl(".subckt wta_new in[0]=vmm_out1 in[1]=nfet_d in[2]=unconn out[0]=net"+ string(blk(blk_objs(bl),2+numofip))+"_" + string(1)+" #wta_new_ls =0&wta_new_buf_bias =" +string(sprintf('%1.1e',scs_m.objs(blk_objs(bl)).model.rpar(6)))+"&wta_new_wta_bias =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(7))),fd_w)
mputl(" ",fd_w);
mputl(".subckt wta_new in[0]=vmm_out2 in[1]=nfet_d in[2]=unconn out[0]=net"+ string(blk(blk_objs(bl),2+numofip))+"_" + string(2)+" #wta_new_ls =0&wta_new_buf_bias =" +string(sprintf('%1.1e',scs_m.objs(blk_objs(bl)).model.rpar(6)))+"&wta_new_wta_bias =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(8))),fd_w)
mputl(" ",fd_w);
mputl(".subckt wta_new in[0]=vmm_out3 in[1]=nfet_d in[2]=unconn out[0]=net"+ string(blk(blk_objs(bl),2+numofip))+"_" + string(3)+" #wta_new_ls =0&wta_new_buf_bias =" +string(sprintf('%1.1e',scs_m.objs(blk_objs(bl)).model.rpar(6)))+"&wta_new_wta_bias =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9))),fd_w)
mputl(" ",fd_w);
mputl(".subckt wta_new in[0]=vmm_out4 in[1]=nfet_d in[2]=unconn out[0]=net"+ string(blk(blk_objs(bl),2+numofip))+"_" + string(4)+" #wta_new_ls =0&wta_new_buf_bias =" +string(sprintf('%1.1e',scs_m.objs(blk_objs(bl)).model.rpar(6)))+"&wta_new_wta_bias =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(10))),fd_w)
mputl(" ",fd_w);
mputl(".subckt nfet in[0]=net"+string(blk(blk_objs(bl),3))+"_"+string(1)+ " in[1]=unconn out=nfet_d",fd_w);
mputl(" ",fd_w);
end
|
7c162a344a166da4933a270e424d41425e2121be
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2339/CH8/EX8.9.1/Ex8_9.sce
|
9843874579b2f7369f6ca8ab2ee04f3a920bb890
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 425 |
sce
|
Ex8_9.sce
|
clc
clear
Vs=5.665/600;
Vc=0.04*Vs;
V3=Vc;
n=1.3;
P3=5.6;
P2=0.97;
V4=V3*[(P3/P2)^(1/n)];
V1=Vs+Vc;
Vd=V1-V4;
T1=300;
Tf=288;
P1=0.96;
Pf=1.01325;
Vf=[Tf*P1*Vd]/[Pf*T1];
Mcd=V1/(Vd);
printf('Vf= %2.4f m^3/cycle',Vf);
printf('\n');
printf('Mc/Md= %2.2f ',Mcd);
printf('\n');
N=600;
W=[n/(n-1)]*[P1*100*Vd]*[((P3/P1)^((n-1)/n))-1];
IP=W*N/60;
printf('Indicated Power= %2.2f kW',IP);
printf('\n');
|
46a09f627850748359c8e805c98be530308e3c04
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/551/CH4/EX4.53/53.sce
|
ab3be111f80be8c2d0675bbf3fd4b51ee510c6b8
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 703 |
sce
|
53.sce
|
clc
m=1; //kg
p=8; //bar
s1=6.55; //kJ/kg.K
T=200; //0C
s_f1=2.0457; //kJ/kg.K
s_fg1=4.6139; //kJ/kg.K
h_f1=720.9; //kJ/kg
h_fg1=2046.5; //kJ/kg
h2=2839.3; //kJ/kg
x1=(s1-s_f1)/s_fg1;
h1=h_f1+x1*h_fg1;
Q=h2-h1;
disp("Heat supplied=")
disp(Q)
disp("kJ/kg")
// For T-s diagram
s=0:0.01:10;
T=(-(s-5)^2+298);
plot(s,T)
T=[295.44 295.44];
s=[6.6 3.45];
plot(s,T,'g')
s=[6.6 7];
T=[295.44 300];
plot(s,T,'g')
s=[6.55 6.55];
T=[270 295.44];
plot(s,T,'r')
s=[6.6 6.6];
T=[270 295.44];
plot(s,T,'--r')
s=[6.66 6.66];
T=[270 295.44];
plot(s,T,'r')
xtitle("T-s diagram", "s(kJ/kg K)", "T(K)")
//The area in red represents the heat flow and it goes upto x-axis
|
a5657d21bac17ea0d4494c76801bc469ec894969
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2087/CH14/EX14.7/example14_7.sce
|
2912ad30a3ef84c2e4ca7e11aa99e097ab5e8c3b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 660 |
sce
|
example14_7.sce
|
//example 14.7
//design a channel in alluvial soil using tractive force approach
clc;funcprot(0);
//given
Q=45; //discharge
S=1/4800; //bed slope
N=0.0225; //rogosity coefficient
sigma=0.0035; //permissible tractive stress
s=1/2; //side slope
gamma_w=9.81; //unit weigth of water
R=sigma/(gamma_w*S);
V=R^(2/3)*S^0.5/N;
A=Q/V;
P=A/R;
y=poly([-49,28.61,-1.736],'x','c');
D=roots(y);
//we get D=14.539034 and 1.9413812
//taking D=1.9413812
D=1.9413812;
B=28.61-2.23*D;
B=round(B*100)/100;
D=round(D*100)/100;
mprintf("Width of channel section=%f m.",B);
mprintf("\nDepth of channel section=%f m.",D);
|
49dde09aaefb88a26328a90ed76670568f9cd494
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3014/CH2/EX2.2/Ex2_2.sce
|
fc9241b1bebe8b1ba8891877a58ff88b42351db3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 351 |
sce
|
Ex2_2.sce
|
clc
//given that
del_x = 4e-10 // Uncertainty in position in m
h = 6.63e-34 // Plank constant
printf("Example 2.2")
h_bar = h / (2*%pi) // constant
del_p = h_bar/(2*del_x) // Calculation of uncertainty in momentum
printf("\n Uncertainty in momentum of particle is %e kgm/sec.\n\n\n",del_p)
// Answer in book is given as 1.32e-23 kgm/sec
|
d8c767a5c5808f651b9bb1b65ab0eab6df3e2bf9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1938/CH1/EX1.11/1_11.sce
|
3ccd11cd5bd353f6cd4b85370bc4686d5b3572d1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 424 |
sce
|
1_11.sce
|
clc,clear
printf('Example 1.11\n\n')
V_t=225 //voltage across winding
R_a=0.04 //armature resistance
R_sh=90 //shunt resistance
R_se=0.02//resistance of series field winding
I_L=75 //load current
//E -I_a*R_a=V_t+I_L*R_se
I_sh=(V_t+I_L*R_se)/R_sh //current through shunt field winding
I_a=I_L + I_sh //armature current
E=V_t+ I_a*R_a+I_L*R_se //induced emf
printf('\nGenerated voltage is %.1f V',E)
|
8f6dd6b6bc221e610110496800c4e555adc29c69
|
717ddeb7e700373742c617a95e25a2376565112c
|
/2474/CH11/EX11.15/Ch11Ex15.sce
|
1b8fe697b1a3b7482a0394d2d2c84111109e0e92
|
[] |
no_license
|
appucrossroads/Scilab-TBC-Uploads
|
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
|
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
|
refs/heads/master
| 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null |
UTF-8
|
Scilab
| false | false | 368 |
sce
|
Ch11Ex15.sce
|
// Scilab code Ex11.15: Pg.511 (2008)
clc; clear;
h_cross = 1.06e-34; // Reduced Planks constant, J-s
c = 3e+08; // Velocity of light, m/s
m = 140e+06/c^2; // Mass of pion, MeV
R = h_cross*c/(m*1.6e-19*c^2); // Range of nuclear force, m
printf("\nThe range of nuclear force = %3.1f fm", R/1e-15);
// Result
// The range of nuclear force = 1.4 fm
|
5f559e906f979b191e93399af1ad32fcc6650df1
|
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
|
/ketpic2escifiles6/Shade.sci
|
ff22a933378b090e9c5db8fc3e6a3e85c581a6ef
|
[] |
no_license
|
ketpic/ketcindy-scilab-support
|
e1646488aa840f86c198818ea518c24a66b71f81
|
3df21192d25809ce980cd036a5ef9f97b53aa918
|
refs/heads/master
| 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,662 |
sci
|
Shade.sci
|
// 08.05.22
// 09.12.25
// 11.05.27 (for pdflatex )
// 17.01.09 (shade, thickness )
function Shade(varargin)
global Wfile FID MilliIn;
// 2nd arg is a color name or '[..]{ }'
Nargs=length(varargin);
Iroflg=0;
if Nargs>1
Iroflg=1;
Iro=varargin(Nargs);
if type(Iro)==10 then
if length(strchr(Iro,"{"))>0
Str="{\color"+Iro;
else
Str="{\color{"+Iro+"}";
end;
else
if length(Iro)==4
Str='{\color[cmyk]{';
else
Str='{\color[rgb]{';
end;
for J=1:length(Iro)
Str=Str+string(Iro(J));
if J<length(Iro) then
Str=Str+',';
end
end
Str=Str+'}';
end;
if Wfile=='default'
mprintf('%s\n',Str+'%');
else
mfprintf(FID,'%s\n',Str);
end;
end;
Mojisu=0; //
Tmp=varargin(1);
Data=Kyoukai(Tmp);
for I=1:length(Data)
PL=Op(I,Data);
for J=1:size(PL,1)
P=Doscaling(PL(J,:));
X=sprintf('%5.5f',P(1));
Y=sprintf('%5.5f',P(2));
Pt='('+X+','+Y+')';
if J==1 then
Str='\polygon*'+Pt;
else
Str=Pt;
end
if Wfile=='default'
mprintf('%s',Str);
else
mfprintf(FID,'%s',Str);
end
Mojisu=Mojisu+length(Str);
if Mojisu>80
if Wfile=='default'
mprintf('%s\n','%');
else
mfprintf(FID,'%s\n','%');
end
Mojisu=0;
end;
end;
end;
if Iroflg==1
Str='}%';
if Mojisu>0
Fmt='\n%s\n';
else
Fmt='%s\n';
end;
if Wfile=='default'
mprintf(Fmt,Str);
else
mfprintf(FID,Fmt,Str);
end;
end;
endfunction
|
3fcd5cd754b7b48077b46a484dfe2285bd1caa5a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2084/CH2/EX2.12/2_12.sce
|
058b5914641ad075f3eefc2208dd07714e93d918
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 407 |
sce
|
2_12.sce
|
//developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 2.18w
//calculation of value
//given data
x=24.36;
y=0.0623;
z=256.2;
//calculation
//since after point the value of z is in one digit,thus consider only one digit after point.
//the other values can be thus written as
x=24.4;
y=.1;
z=256.2;
temp=x+y+z
printf('the value is %3.1f',temp);
|
7936b23b14fbf9fe6e9a21afc754529a7536197e
|
f8551f1c22ee634be672d893e6755b100f0d1994
|
/ICP/decimation.sci
|
e5a3b9e040b3a19c95485a0445223d0e30ea1886
|
[] |
no_license
|
yanisdxw/computer-vision
|
ed605061a632ae0c7536007de6f83e2ff5ee1d51
|
e9bd0961194f2e4290211296dbe6268ecad8f1c1
|
refs/heads/master
| 2021-08-23T05:30:24.864657 | 2017-12-03T17:05:35 | 2017-12-03T17:05:35 | 111,726,798 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 372 |
sci
|
decimation.sci
|
function X_ech=decimation(X, k_ech)
// Fonction downsampling facteur k_ech
[n,l]=size(X)
n_ech=int(n/k_ech)
X_ech=zeros(n_ech,l);
for i = 1:n_ech
X_ech(i,:)=X(i*k_ech,:);
end
endfunction
//
//X=read('bunny.asc',-1,3);
//[n,l]=size(X)
//X_ech=decimation(X,10)
//write('bunny_ech.asc',X_ech);
//figure(1);
//clf
//param3d1(X_ech(:,1), X_ech(:,2), list(X_ech(:,3), -4));
|
be77dd45103c085f07bebbf46b140fc7ed44870b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2579/CH4/EX4.19/Ex4_19.sce
|
32fa332b4dc02bc0dd6291945b2a0df409b766ac
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 250 |
sce
|
Ex4_19.sce
|
//Ex:4.19
clc;
clear;
close;
BW=15;// beamwidth in degree
f=3*10^3;// frequenc in MHz
y=300/f;// wavelength in m
D=(140*y)/(BW);// diameter of the paraboloidal reflector in m
printf("The diameter of the paraboloidal reflector = %f meter", D);
|
fc303274b32e2115d1d47db3889c1752a569d5bf
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/62/CH7/EX7.8/ex_7_8.sce
|
c617f12ee409e4bc72b3340ce3f8bfdcde7c7f47
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 103 |
sce
|
ex_7_8.sce
|
clc;
close
clear;
z=%s;
tf=syslin('d',((1+(1/2)*z^-1)/(1-(3/4)*z^-1+(1/8)*z^-2)));
ss=tf2ss(tf);
|
686705d586e0960e327aa0ee5feadfb175d3a0f5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/22/CH3/EX3.19/ch3ex19.sce
|
fd34c2c069399dd465fd85e63a308d5051350589
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 244 |
sce
|
ch3ex19.sce
|
//signals and systems
//time domain analysis of discreet time systems
//convolution by sliding tape method
clear;
close;
clc;
n=(0:14);
x=3^n;
a=[1 -3 2];
b=[0 1 2];
y=filter(b,a,x);
clf;
plot2d3(n,y); xlabel('n'); ylabel('y[n]');
|
f8ff9c9d9e42193bd39920fe254fc51b443cbade
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3535/CH4/EX4.3/Ex4_3.sce
|
c5a1ed738e77d6e7d409192d171d2ddf6439c973
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 626 |
sce
|
Ex4_3.sce
|
//Chapter 4, Example 4.3, Page 94
clc
clear
// Q value of an endothermic and exothermic reaction
//Exothermic reaction
Be = 9.012182 //Reactants
He = 4.002603 //Reactants
C12 = 12 //Product
n = 1.008664 //Product
C2 = 931.5 // C^2 in MeV
Exo1 = Be+He
Exo2 = C12+n
Dif1 = Exo1-Exo2
Q1 = Dif1*C2
printf("\n Q of the exothermic reaction = %f MeV",Q1);
//Endothermic reaction
O = 15.994915 //Reactants
n = 1.008664 //Reactant
C13 = 13.003354 //Product
He = 4.002603 //product
End1 = O+n
End2 = C13+He
Dif2 = End1-End2
Q2 = Dif2*C2
printf("\n Q of the exothermic reaction = %f MeV",Q2);
//Answer may vary due to round off error
|
f4497395bbbdbfb789334307dc725af291e9e765
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2534/CH2/EX2.2/Ex2_2.sce
|
55e7afacffaf15931885e649d9e4be7638d8946e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 172 |
sce
|
Ex2_2.sce
|
//Ex2_2
clc
C= 10*10^-6
V = 10
disp("C ="+string(C)+"F")//capacitance
disp("V = "+string(V)+"V")//voltage
disp("Q = C*V = "+string(C*V)+"C")//calculation for charge
|
22667e37ad560d93847474f6f262f9cce4c9f3f0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2789/CH4/EX4.6/Ex4_6.sce
|
193fdf6be7191b16f5cca70f4e5f9456027044cd
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 476 |
sce
|
Ex4_6.sce
|
clear;
clc;
//page no. 112
e1 = 100;//ft
theta = 60;//degrees
e2 = 98.5;//ft
V_s2 = 20;//fps
e3 = 95;//ft
t2 = (e1-e2)/cos(theta*%pi/180);
p2 = 3*62.4*cos(theta*%pi/180);
V_F2 = sqrt((e1 + (V_s2^2 /(2*32.2)) - p2/62.4 -e2)*2*32.2);
q = 3*1*V_s2;
y = 11.22;//ft
y1 = 10.74;//ft
V1 = sqrt((y-y1)*2*32.2);
printf('On spillwy: Pressure = %.1f psf , velocity = %d fps' ,p2,V_F2);
printf('\n In the approach channel: Depth = %.2f ft, V1 = %.1f fps',y1,V1);
|
5a6901c2cfa67e792ccae97a8114cc99b4d359f6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3772/CH11/EX11.3/Ex11_3.sce
|
80df0134dbf5f9f420942c48ce0d60c921ce4e19
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 537 |
sce
|
Ex11_3.sce
|
// Problem 11.3,Page no.274
clc;clear;
close;
A=300 //cm**2 //Area of column
e=5 //cm //eccentricity
//Calculations
//sigma_d=P*A**-1 //Direct compressive stress
//M=P*e //Bending Moment
Z=((20**4-10**4)*(6*20)**-1) //cm**3 //Section modulus
//sigma_b=M*Z**-1=P*250**-1
//Now sigma_d+sigma_b=60*10**2
//P*300**-1+P*250**-1=6000
//After simplifying we get
P_1=6000*300*250*550**-1 //N //Load
//sigma_b-sigma_d=300
P_2=300*300*250*50**-1 //N //Load
//Result
printf("The maximum load column can carry %.2f",P_2);printf(" N")
|
80af3a5e6d19ec1966459f79e94cf89577d37742
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3784/CH1/EX1.17/Ex1_17.sce
|
06f475a7f59916c64fbb65b8ac70d66649f0b7fd
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 2,038 |
sce
|
Ex1_17.sce
|
clc
// Variable Initialization
Vm=230//Supply Voltage in Volts
Ra=2//Armature circuit resistance in Ohm
L=50e-3//Inductance in mH
N=1500//Motor speed in Rpm
V=220//Rated voltage of motor in Volts
a=60//firing angle in Degree
a1=120//firing angle in Degree
I=10//motor current in Amp
f=50 //source Frequency in Hz
//Solution
P=atand((2*%pi*f*L)/Ra) // In Degree
Z=sqrt((Ra^2)+((2*%pi*f*L)^2)) //Impedance In Ohm
Eb=V-(I*Ra) //back emf in Volts
w=(2*%pi*N)/60 //Angular Speed in rad/sec
K=Eb/w//value obtain is 1.2732395 approximating to 1.27
K=1.27//Approximation of K as per book and our obtained value
//At No Load
Wo=(Vm*1.414)/K//Angular Speed in rad/sec(For 0<a<%pi/2)
No=Wo*(60/(2*%pi))//Speed in Rpm
Cot_P=1/(tand(P))
A=exp(-%pi*Cot_P)
AA=(Ra*Vm*1.414)/(K*Z)
Wmc=AA*sind(a-P)*((1+A)/(A-1))//Critical Speed in rad/Sec
Wrpm=(Wmc*60)/(2*%pi) //speed in rpm
Eb1=(Wrpm*Eb)/N
//By trial and error method
b=240.45//Beta in Degree
bx=249.45//Beta in Degree
Va=((Vm*1.414)*(cosd(a)-cosd(bx))+(%pi+(a-b)*(%pi/180))*(Eb1))*(1/%pi) //Armature voltage in Volts
Ia=(Va-Eb1)/Ra //Armature current in Amp
T=K*Ia//Torque in N-m
//At a1=120
Wmc1=AA*sind(a1-P)*((1+A)/(A-1))//Critical Speed in rad/Sec
Wrpm1=(Wmc1*60)/(2*%pi) //speed in rpm
Wo1=(Vm*1.414*sind(a1))/1.273//Angular Speed in rad/sec(For 0<a<%pi/2)&K=1.273
No1=Wo1*(60/(2*%pi))//Speed in Rpm
Eb2=(Wrpm1*Eb)/N
//By trial and error method
b1=217.2//Beta in Degree
Va1=((Vm*1.414)*(cosd(a1)-cosd(b1))-((%pi+((a1-b1)*(1/180))*%pi)*Eb2))*(1/%pi) //Armature voltage in Volts
Ia1=(Va1-Eb2)/Ra //Armature current in Amp
T1=K*Ia1//Torque in N-m
//Results
printf('\n\n The motor No load Speed =%0.1f RPM \n\n',No)
printf('\n\n The motor Critical Speed =%0.1f RPM \n\n',Wrpm)
printf('\n\n The motor Torque =%0.1f N-m \n\n',T)
printf('\n\n The motor No load Speed =%0.1f RPM \n\n',No1)
printf('\n\n The motor Critical Speed =%0.1f RPM \n\n',Wrpm1)
printf('\n\n The motor Torque =%0.1f N-m \n\n',T1)
//The answers vary due to round off error
|
9c8d7ec9f48c658be0fceb4c6b2f8c4c2e823e97
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3826/CH4/EX4.21/Ex4_21.sce
|
20ea7103d8036f2ac2a9089dd39915073feaa44e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 544 |
sce
|
Ex4_21.sce
|
//the examples are continuously numbered throughout the textbook
//Example 4_21 page no:261
clc;
//given
surf_area = 0.36;//in m^2
thickness = 0.0254;//in mm
mass_den = 8.96 * 10 ^ 3;//in kgm^-3
ece = 32.9 * 10^-8;//in kgC^-1
mass_cop = surf_area * thickness * 10^-3 * mass_den;
ece_cop = ece * 3600 * 1000;
amp_hr = mass_cop/ece_cop;
disp(amp_hr,"the ampere hours required is (in amp-hours)");
//the ampere hour calculation is wrong in textbook. The division between mass of copper and ece of copper is done wrongly in textbook
|
d8a2a580433f0d0afea3ea81340ec7e7baed9b60
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3407/CH3/EX3.3/Ex3_3.sce
|
1d6803cd7af00980253ce37a22538ff3b4392d8a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 530 |
sce
|
Ex3_3.sce
|
clear;
clc;
funcprot(0);
//given data
alpha1 = 58;//in deg
alpha2 = 44;//in deg
AVR = 1.0;
//Calculations
alpham = (180/%pi)*atan(0.5*(tan(alpha1*%pi/180) + tan(alpha2*%pi/180)));
zetam = (180/%pi)*atan(tan(alpham*%pi/180) - 0.213);
Cpi = 1-(cos(alpha1*%pi/180)/cos(alpha2*%pi/180))^2;
s_l = 9*(0.567-Cpi);
theta = ((zetam-alpha2+1.1*(s_l)^(1/3))/(0.5-0.31*(s_l)^(1/3)));
delta = alpha2-zetam-0.5*theta;
//Results
printf('The suitable space–chord ratio = %.4f',s_l);
printf('\n The suitable blade camber = %.2f deg.',theta);
|
b2bd499ec85484653f155382690ee4a19ade8a33
|
6be22cc470807d3b2d9a8042a18ccd96070d00ae
|
/propulsion/ramjet_engine/hw_6_P4.sce
|
0b4409e4f1b1888f22c7b43ce14c972d74a2549b
|
[] |
no_license
|
ordinatorix/scilab_projects
|
a8e5096ddd0c343559bb06c1c05c0926e4f13fdc
|
1f227a2bdf8e2ae7a7f1fa42788e9a346710fa40
|
refs/heads/master
| 2022-02-27T14:52:47.802082 | 2016-05-06T21:09:07 | 2016-05-06T21:09:07 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 2,237 |
sce
|
hw_6_P4.sce
|
// clear previous calculations
close; clc; clear; close; close; close
// Independent Parameters
gamma_a = 1.4;
R = 287;
T_a = 220;
P_a = 8500;
h_c = 43000000;
To_4 = 2540;
cp_a = (gamma_a/(gamma_a-1)*R);
M = [1:0.25:6];
combustion_eff = [0.01:0.01:1];
r_n = [0.01:0.01:1];
//setting up empty matrices
To_2 = zeros(1,100);
T_e = zeros(1,100);
u_e = zeros(1,100);
I = zeros(1,100);
TSFC = zeros(1,100);
I_comb_eff = zeros(21,100);
I_r_n_eff = zeros(21,100);
TSFC_comb_eff = zeros(21,100);
TSFC_r_n_eff = zeros(21,100);
// Dependent Parameters---------------------------------------
// Find Flow Velocity
u = M*sqrt(gamma_a*R*T_a);
// Find Diffuser/Combustor Stagnation Temperature
To_2 = T_a.*(1+(gamma_a-1)./2.0.*M.^2);
// Find Nozzle Exit Temperature
T_e = T_a./To_2.*To_4;
// Find Nozzle Exit Velocity
u_e = sqrt(2.0.*cp_a*(To_4-T_e));
// Calculate Specific Thrust
I = u_e-u;
// Calculate TSFC
TSFC = 1.0./I;
//Calculate d(I)/comb_eff; d(I)/r_n; ---
for i = 1:21,
for j = 1:100,
I_comb_eff(i,j) = I(i)./combustion_eff(j);
I_r_n_eff(i,j) = I(i)./r_n(j);
TSFC_comb_eff(i,j) = TSFC(i)./combustion_eff(j);
TSFC_r_n_eff(i,j) = TSFC(i)./r_n(j);
end,
end
//plot------------------------------------------------------------------------
f0 = scf(0); //creates figure with id==0 and make it the current one
f1 = scf(1); //creates figure with id==1 and make it the current one
f2 = scf(2);
f3 = scf(3);
// plot d(I)/Comb_eff VS Mach Number
scf(f0);
subplot(111);
plot(M,I_comb_eff, 'g');
xtitle("d(I)/Comb_eff VS Mach Number","Mach Number","d(I)/Comb_eff");
//a=get("current_axes")
//a.data_bounds=[1,500;6,1220];
// plot d(I)/Nozzle pressure ratio VS Mach Number
scf(f1);
subplot(111);
plot(M,I_r_n_eff, 'r');
xtitle("d(I)/r_n VS Mach Number","Mach Number","d(I)/r_n");
// plot d(TSFC)/Comb_eff VS Mach Number
scf(f2);
subplot(111);
plot(M,TSFC_comb_eff, 'g');
xtitle("d(TSFC)/Comb_eff VS Mach Number","Mach Number","d(TSFC)/Comb_eff");
// plot d(TSFC)/Nozzle Pressure Ratio VS Mach Number
scf(f3);
subplot(111);
plot(M,TSFC_r_n_eff, 'r');
xtitle("d(TSFC)/r_n VS Mach Number","Mach Number","d(TSFC)/r_n");
|
bbe7791de674b7d7fe1fa6163994cf99320d9b3d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1100/CH10/EX10.5/10_5.sce
|
d3f3e49fa4a29be211c8e0e5576a19d3487ec0c4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 268 |
sce
|
10_5.sce
|
clc
//initialisation of variables
P= 100 //psia
n= 0.97
hf= 298.4 //Btu/lb
hfg= 888.8 //Btu/lb
hg= 1187.2 //Btu/lb
//CALCULATIONS
hx= hf+n*hfg
hx1= hg-(1-n)*hfg
//RESULTS
printf ('Enthalpy= %.f Btu/lb',hx)
printf (' \n Precise Enthalpy= %.1f Btu/lb',hx1)
|
d1269f35186d75f1cce1ffe2065c2422fd8de35b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1976/CH3/EX3.9/Ex3_9.sce
|
2c34d37d65dba75fd0571d0e4a840fb3daaf9a03
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 948 |
sce
|
Ex3_9.sce
|
//To Determine the location and magnitude of minimum voltage
//Page 114
clc;
clear;
Vs=220; //Supply Voltage at End A and B
//Different Conductor Lenghts
//From End A
L1=100;
L2=50;
L3=50;
L4=400; //Length of uniform loading
A=0.5; //Uniforming loading spread over 400m
r=0.05; // Resistance of Conductor per Km
//Different Currents drawn by various loads
I1=50;
I2=75;
I3=A*L4;
//Taking moments of all currents at A;
Ib=((I1*L1)+((L1+L2)*I2)+((L1+L2+L3+(L4/2))*I3))/(L1+L2+L3+L4);
Ia=I1+I2+I3-Ib;
//Minimum Potential Point in this case is the point where All the current from B is drawn
X=Ib/A; // Distance from B;
Y=(L1+L2+L3+L4)-X; //Distance from A;
//Minimum Potential Drop
Vmind=(2*r/1000)*((Ia*L1)+((Ia-I1)*L2)+((Ia-I1-I2)*L3)+(((Y-L1-L2-L3)*A)*((Y-L1-L2-L3)/2)));
Vmin=Vs-Vmind; //Minimum Potential
printf('The Location of The Minimum Voltage is %g m from side A and its magnitude is %g V\n',Y,Vmin)
|
d24e1429a4e94899297a09ebdfe159c0580c46d1
|
1489f5f3f467ff75c3223c5c1defb60ccb55df3d
|
/tests/test_server_2_b.tst
|
d82689bb0501f6fefb289b2abffdc206ed7c988b
|
[
"MIT"
] |
permissive
|
ciyam/ciyam
|
8e078673340b43f04e7b0d6ac81740b6cf3d78d0
|
935df95387fb140487d2e0053fabf612b0d3f9e2
|
refs/heads/master
| 2023-08-31T11:03:25.835641 | 2023-08-31T04:31:22 | 2023-08-31T04:31:22 | 3,124,021 | 18 | 16 | null | 2017-01-28T16:22:57 | 2012-01-07T10:55:14 |
C++
|
UTF-8
|
Scilab
| false | false | 1,466 |
tst
|
test_server_2_b.tst
|
module_load Meta
object_create Meta User
1
object_execute 1 set "Description \"Test Description\""
okay
object_validate 1
Error: Password must not be empty.
object_execute 1 set "Password \"Test Password\""
okay
object_validate 1
Error: User Id must not be empty.
object_execute 1 set "User_Id \"Test User_Id\""
okay
object_validate 1
object_execute 1 get Description
Test Description
object_execute 1 get User_Id
Test User_Id
object_execute 1 get Password
Test Password
object_variable 1 test1 "first value"
object_variable 1 test2 "second value"
object_variable 1 test1
first value
object_variable 1 test2
second value
object_create Meta Workgroup
2
object_create Meta User
3
object_create Meta Application
4
object_create Meta Workgroup
5
object_execute 4 set "Name \"Test App Name\""
okay
object_variable 4 test_var "One"
object_execute 4 Test_Proc_1
One Test App Name
object_variable 4 test_var "Two"
session_variable test_var "Here"
object_execute 4 "Test_Proc_2 \"Is Over\""
Two Test App Name Is Over Here
session_variable test_var "Found"
object_execute 4 "Test_Proc_2 \"Is Soon\""
Two Test App Name Is Soon Found
session_list -min
5* session_list <none> 127.0.0.1 5:5 0:0 28
object_list
1 Meta User
2 Meta Workgroup
3 Meta User
4 Meta Application
5 Meta Workgroup
object_destroy 1
object_list
2 Meta Workgroup
3 Meta User
4 Meta Application
5 Meta Workgroup
object_destroy 2
object_destroy 3
object_destroy 4
object_destroy 5
object_list
module_unload Meta
|
e239515dae01d7234340e5b681b72c88a9c3390e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1472/CH13/EX13.2.a/13_2a.sce
|
43634fbd38e7ad8420dcafe13bdd4bfbe7a0ab42
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 338 |
sce
|
13_2a.sce
|
clc
//initialization of varaibles
T1=350+460 //R
v1=6 //cu ft/lb
m=1 //lb
R=53.34
v2=2*v1
cp=0.24
//calculations
P=R*T1/(v1*144)
W=P*144*(v2-v1)
T2=T1*v2/v1
Q=cp*(T2-T1)
h1=194.25
h2=401.09
dh=h2-h1
//results
printf("Final temperature = %d F",T2-460)
printf("\n Enthalpy = %.2f B/lb",dh)
printf("\n Heat = %d B/lb",Q)
|
15c2a84021da297f83621d7d148f8f2c99769868
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3813/CH3/EX3.2/Ex3_2.sce
|
5e1b8eca39a368f71c0e2f0a68cd77377e06c761
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 360 |
sce
|
Ex3_2.sce
|
//Electric Drives:concepts and applications by V.subrahmanyam
//Publisher:Tata McGraw-Hill
//Edition:Second
//Ex3_2
clc;
clear;
Vs=400;//Supply voltage in V
Id=80.88;//Current in A
Rd=2;//Resistance in ohm
Eb=-150;//Back emf in V
Vdia=Id*Rd+Eb;
a=acos((Vdia*%pi)/(2*sqrt(2)*Vs));
Alpha=(a*180)/%pi;
disp(Alpha,"The firing angle in degree is:")
|
dc7e17fd1b01df7e221b96179a2322f7fa9a6ae5
|
d9111ba53f15c146e1ba9ef4c76ae213b4af2db0
|
/gauss/scilab/gauss.sce
|
31922bf15dc18534173a8c9b2d5e6a462d7064df
|
[] |
no_license
|
Andruka/ChislMethod-5-semestr-
|
c404b946e093d2e7ac2bbdd914ffb4b243310f0b
|
a28547b347d62bb5594131900bd8a33653aef259
|
refs/heads/master
| 2021-09-02T05:04:10.915470 | 2017-12-30T16:05:16 | 2017-12-30T16:05:16 | 115,805,317 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 2,134 |
sce
|
gauss.sce
|
N=input('N=');
x=0;
d=0;
cur=1;
Max=0;
disp('Ввод матрицы A');
a=input('');
disp('Ввод матрицы Y');
y=input('');
if(size(a,1)~=N) then
abort;
elseif (size(a,2)~=N) then
abort;
elseif (size(y)~=N)
abort;
end
aa=a;
yy=y;
F=zeros(N,1);
z=[a y];
disp('');
disp('Система:');
disp(z);
funcprot(0);
function [ma]=findmax(no,ar,ma,cu)
ma=cu;
for i=cu:no
if abs(ar(ma,cu))<abs(ar(i,cu))
ma=i;
end
end
endfunction
function [ar,Y]=swap(cu,ma,ar,Y,no)
if(ma ~= cu)
for i=cu:no
te=ar(ma,i);
ar(ma,i)=ar(cu,i);
ar(cu,i)=te;
end
te=Y(ma);
Y(ma)=Y(cu);
Y(cu)=te;
end
te=ar(cu,cu);
for i=cu:no
for j=cu:no
ar(i,j)=ar(i,j)/te;
end
Y(i)=Y(i)/te;
end
endfunction
function [ar,Y]=func1(ar,Y,cu,no)
for i=cu+1:no
temp=ar(i,cu);
for j=cu:no
ar(i,j)=ar(i,j)-ar(cu,j)*temp;
end
Y(i)=Y(i)-Y(cu)*temp;
end
endfunction
function [ar,Y]=gauss1(ar,Y,cu,no)
for cu=1:no-1
[Max]=findmax(no,ar,Max,cu);
[ar,Y]=swap(cu,Max,ar,Y,no)
[ar,Y]=func1(ar,Y,cu,no);
end
endfunction
function [ar,Y,X]=func2(ar,Y,cu,no,X)
Y1=Y(cu);
if no~=cu
for i=no:-1:cu
Y1=Y1-ar(cu,i)*X(i);
end
end
X(cu)=Y1/ar(cu,cu);
endfunction
function [ar,Y,X]=gauss2(ar,Y,cu,no,X)
for cu=no:-1:1
[ar,Y,X]=func2(ar,Y,cu,no,X);
end
endfunction
function [f]=calcVect(f,ar,Y,no,X)
for i=1:no
for j=1:no
f(i)=f(i)+ar(i,j)*X(j);
end
disp(f(i));
f(i)=f(i)-Y(i);
disp(f(i));
end
endfunction
function [d]=findnorm(d,F,N)
d=abs(F(1));
for i=1:N
if(d<abs(F(i)))
d=abs(F(i));
end
end
endfunction
[a,y]=gauss1(a,y,cur,N);
z=[a y];
[a,y,x]=gauss2(a,y,cur,N,x);
[F]=calcVect(F,aa,yy,N,x);
[d]=findnorm(d,F,N);
disp('');
disp('Решение:');
disp(x);
disp("Вектор невязки: F=AX*-b:");
disp(F);
disp("Норма:");
disp(d);
|
0e75bdac802562d1a31630cba4723dbee5d5bf09
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2384/CH5/EX5.12/ex5_12.sce
|
94f8dfc492556a84f4b885b52c888edb0d5c6bea
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 300 |
sce
|
ex5_12.sce
|
// Exa 5.12
clc;
clear;
close;
format('v',7)
// Given data
W1 = 20;// in kW
W2 = -5;// in kW
P = W1+W2;// in kW
disp(P,"The power in kW is : ")
phi = (atand( sqrt(3)*((W1-W2)/(W1+W2)) ));// in lag
// Power factor of the load
pf= cosd(phi)
disp(pf,"The power factor of the load is : ");
|
afa9c1b8aa59ea38e7bc18e07cc79622c484d52f
|
665eac2bfd0d2f1d559f485375f89e8a91632c6e
|
/VOL_300/310_01/OLDMAKE.TST
|
36ab5ede1a070a09343475a39c54cbcc01b32400
|
[] |
no_license
|
kubohisa/CUGL
|
615c29732e5fc2c6bcb29a4013be3351dc21dda6
|
75fc7cb2f8c5f3869a091b2b5c50c09323bc1c03
|
refs/heads/main
| 2023-03-15T16:19:49.355867 | 2020-10-02T21:19:00 | 2020-10-02T21:19:00 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,107 |
tst
|
OLDMAKE.TST
|
.SUFFIXES : .st .test
BINDIR = ../bin
FILES = Makefile in *.st *.out
.st.test:
$(BINDIR)/st -m $*.st <in | diff - $*.out
install:
echo Performing Self Checking Tests
-make basic.test
-make blocks.test
-make fork.test
-make new.test
-make super.test
-make copy.test
-make num.test
-make file.test
-make primes.test
-make collect.test
-make 4queen.test
echo The following produce cycles, thus have nonzero differences
-make phil.test
echo Differences in random numbers may change results in following
-make sim1.test
-make sim2.test
echo Finished Self Checking Tests
bundle:
bundle $(FILES) >../tests.bundle
# if the CURSES routines are available, and the form library has been
# built in the /prelude subdirectory (see Makefile there), the following
# executes the plane example
plane:
$(BINDIR)/st -m -g form plane.st <in
# if the PLOT(3) routines are available, and the pen library has been
# built in the /prelude subdirectory (see Makefile there), the following
# executes the pens exame
pen:
$(BINDIR)/st -m -g pen penshow.st <in
|
96a7826b7fcb21e4a515e52b43349ec1d6e47d3c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/797/CH8/EX8.10.e/8_10_example.sci
|
231e8e02ddfe78436869a87734426f7bbd48f15a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 351 |
sci
|
8_10_example.sci
|
//Example 8-10 Measuring Flow rate with an Orifice Meter
rho_met = 788.4 //density of methanol at 20C [kg/m^3]
rho_Hg = 13600 //density of mercury [kg/m^3]
mu = 5.875 * 10**-4//dynamic viscosity of methanol [kg/m.s]
D = 4 //diameter of pipe [cm]
d = 3 //diameter of orifice [cm]
h = 11 //differenctial height [cm]
g = 9.81 //gravitational acceleration
|
26c1784c1b9be0bcd9e55cae8bf2297e173a0505
|
8ad9380384d2751d79937ba5d6d581565596b891
|
/macros/obj2ply.sci
|
c80b94e001b52fe9913561fafdf89503e163cc98
|
[
"BSD-3-Clause"
] |
permissive
|
iamAkshayrao/scilab_point_cloud_toolbox
|
1d8845f0830ddb623383c8dbfeadc8a3a35e8801
|
5d592a695b7976f4e63f0ae24d0a14937e474642
|
refs/heads/master
| 2022-12-17T23:14:11.513116 | 2020-09-25T18:57:02 | 2020-09-25T18:57:02 | 290,829,006 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 483 |
sci
|
obj2ply.sci
|
function obj2ply()
// Converts a OBJ file to PLY format.
//
// Syntax
// PointCloud(InputOBJFilename,OutputPLYFilename,"obj2ply")
//
// Parameters
// inputOBJFilename : obj file as input
// outputPLYFilename : ply file as output
//
// Description
// This function converts a OBJ file to PLY format.
//
// Examples
// PointCloud("teddy.obj","Output_obj2ply1.ply","obj2ply")
//
//Authors
//Ankit Kumar
//Akshay S Rao
//Mohammed Rehab Sait
//Aliasgar AV
endfunction
|
002040a9cf1c01b1cd1ef84314ea4b5b4e3c98e3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3754/CH30/EX30.18/30_18.sce
|
75bf1c5862adc146d08779e845098d5ad818fd87
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 490 |
sce
|
30_18.sce
|
clear//
//Variables
gm = 2500.0 * 10**-6 //Transconductance (in Amper per volt)
RD = 10.0 * 10**3 //Drain resistance (in ohm)
RS = 2.0 * 10**3 //Source resistance (in ohm)
//Calculation
Av = gm * RD //Voltage gain
R1i = RS * 1/gm /(RS + 1/gm) //Input resistance (in ohm)
//Result
printf("\n Amplifier voltage gain is %0.3f .\nInput resistance is %0.0f ohm.",Av,R1i)
|
46ac9cd629c4027def5d7da8e24a7be19d1aef19
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2087/CH18/EX18.2/example18_2.sce
|
bf0cd6722a6c886757d993cbd5f3842a691052ee
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 3,728 |
sce
|
example18_2.sce
|
//example 18.2
//design an unflumed straight glacis non-meter fall
clc;funcprot(0);
//given
Q=40; //full supply discharge
sl_u=218.3; //supply level at upstream
sl_d=216.8; //supply level at downstream
D=1.8; //suplly depth
L=26; //bed width
bl_u=216.5; //bed level upstream
bl_d=215; //bed level downstream
drop=1.5;
Ge=1/6; //permissible exit gradient
//design of crest
mprintf("design of crest:");
E=(Q/(1.84*L))^(2/3);
V=Q/((L+D)*D);
vh=V^2/(2*9.81);
tel_up=sl_u+vh;
cl=tel_up-E;
w=2*E/3;
w=round(w*10)/10;
mprintf("\nlength of crest=%f m.",L);
mprintf("\nwidth of crest=%f m.",w);
//design of cistern
q=Q/L;
Hl=1.5;
//from blench curve
Ef2=1.44;
cistern=sl_d+0.03-1.25*Ef2;
mprintf("\n\nR.L of cistern=%f m. > d/s bed level.",cistern);
mprintf("\nkeep R.L of cistern at 214.5 m.");
l=6*Ef2;
mprintf("\nlength of cistern=%f m.",l);
mprintf("\nprovide cistern of 9 m length ");
d=bl_d-214.5;
mprintf("\ndepth of cistern=%f m.",d);
//design of impervious floor
d1=D/3;
mprintf("\n\ndesign of impervious floor:");
mprintf("\nprovide 0.4 m wide and 1 m deep curtain wall at u/s.");
d2=D/2;
mprintf("\nprovide 0.4 m wide and 1 m deep curtain wall at d/s.\nthe curtain wall will project the above the d/s bed by 0.18 m.");
Hs=cl-bl_d;
d2=1;
n=d2*Ge/Hs; //n=1/(%pi*(lambda)^0.5)
//from khosla exit curves we get
alpha=40;
lambda=(1/(%pi*n))^2;
alpha=((2*lambda-1)^2-1)^0.5;
b=alpha*d2;
//since length is to excessive
d2=2;
n=d2*Ge/Hs; //n=1/(%pi*(lambda)^0.5)
//from khosla exit curves we get
alpha=10;
lambda=(1/(%pi*n))^2;
alpha=((2*lambda-1)^2-1)^0.5;
b=alpha*d2+1;
mprintf("\ntotal length=%i m.\nlength of cistern=9 m.\nlength of d/s glacis=5.88 m.\nwidth of crest=0.6 m.\nlength of u/s glacis=0.47 m.\nbalance to be provided to u/s of the u/s glacis=4.05 m.",b);
//pressure calculations
mprintf("\n\npressure calculations:");
mprintf("\nupstream curtain wall:");
d1=1;b=20;
alpha_=d1/b;
t=0.3;
fic1=100-22;
fid1=100-15;
corec=(fid1-fic1)*t/d1
fic1=fic1+corec;
mprintf("\ncorrected fi_c1=%f percent.",fic1);
mprintf("\ndownstream curtain wall:");
d2=2;b=20;
alpha_=d2/b;
t=0.5;
fie=29;
fid=21;
corec=(fie-fid)*t/d2
fie=fie-corec;
mprintf("\ncorrected fi_e=%f percent.",fie);
mprintf("\ntoe of glacis:");
//assuming linear variation of pressure
p=fie+(80-fie)*9/20;
mprintf("\npressure at downstream of the glacis=%f percent.",p);
//floor thickness
rho=2.24;
mprintf("\n\nfloor thickness:\nprovide minimum thickness of 0.3 m at the u/s floor.");
static=p*2.44/100+(bl_d-214.5);
t=static/(rho-1);
t=round(t*100)/100;
mprintf("\nfloor thickness required at toe of glacis=%f m.\nprovide 1.5 m thick floor for length of 3 m.",t);
p=fie+(80-fie)*6/20;
static=p*2.44/100+(bl_d-214.5);
t=static/(rho-1);
t=round(t*100)/100;
mprintf("\nfloor thickness required at 3m from toe of glacis=%f m.\nprovide 1.3 m thick floor from 3 m to 6.5 m from toe of glacis.",t);
t=0.27*2.44/(rho-1);
t=round(t*100)/100;
mprintf("\nthickness of d/s end of cistern=%f m.\nprovide thickness of 0.6 m at d/s end of floor.",t);
//design of d/s protection
mprintf("\n\nno bed protection is needed as deflector wall is provided.");
sp=3*D;
mprintf("\nlength of side protection=%f m.\nprovide 5.5 m length of 20 cm thick brick pitching beyond impervious floor.\npitching will rest on toe wall 0.4 m wide and 0.9 m deep.\nprovide 0.4 m wide profile at the end of pitching",sp);
//design of u/s approach
mprintf("\n\nu/s wing wall is splayed at 45 degree from u/s end of impervious floor.\nextend 1 m into earthen banks from line of F.S.L.");
|
98c72915ba4fe5b59196e707ea00c76250b8556e
|
80fc9b7a10b546c9071b974c5328180e74ee1c5d
|
/TP1/2.2.sce
|
5ef95a00e961ab027f444f4e0ec49250ef0fcee1
|
[] |
no_license
|
ASokem/TP_MAP101
|
a443ddbd656d63918dd5caad3ce89418d02c0123
|
b87d45faea6bc793161bae2238bd6489e5d9ede5
|
refs/heads/main
| 2023-08-10T20:42:07.377878 | 2021-09-29T09:15:34 | 2021-09-29T09:15:34 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 291 |
sce
|
2.2.sce
|
// Copyright (C) 2021 - UGA - JIANG Yilun
//
// Date of creation: 2021-9-15
//
v1 = [2 3 1 -7 9.5]
v2 = [1, 3, 5]
w1 = [0; 3; 5; 6]
disp(v1), disp(v2), disp(w1),disp(v1(2))
A = [1 2; 3 4; 5 6; 7 8]
B = [4 6 -2; 5 8 3]
C = [1 2; 0 3]
disp(A), disp(B), disp(C)
disp(A(1,:))
disp(B(:, 3))
|
68066429ba68504d19519f689896beef8a41271f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1309/CH2/EX2.11/ch2_11.sce
|
6309fe193234724f3353fd81c789151be5e3441d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,673 |
sce
|
ch2_11.sce
|
clc;
clear;
printf("\t\t\tChapter2_example11\n\n\n");
// determination of heat transferred and fin effectiveness
printf("\t\t\tSolution to part (a)\n");
//parameters of the problem are
N=9; // number of fins
delta=0.003/2;
L=0.025;
Lc=L+delta;
R=0.219/2;
R2c=R+delta;
R1=R-L;
T_w=260; // root wall temperature in degree celsius
T_inf=27; // ambient temperature in degree celsius
hc=15;
k=52; // thermal conductivity of cast iron in W/(m.K)from appendix table B2
Ap=2*delta*Lc;
As=2*3.14*(R2c^2-R1^2);
radius_ratio=R2c/R1; // for finding efficiency from figure 2.38
variable=Lc^1.5*sqrt(hc/(k*Ap));
printf("\n\nThe value of R2c/R1 is %.2f",radius_ratio);
printf("\n\nThe value of Lc^(3/2)(hc/kAp)^(1/2) is %.2f",variable);
efficiency=0.93; // efficiency from figure 2.38
printf("\n\nThe efficiency of the fin from figure 2.38 is %.2f",efficiency);
qf=N*efficiency*As*hc*(T_w-T_inf);
printf("\n\nThe heat transferred by the nine fins is %.1f w",qf);
Sp=0.0127; // fin spacing
Asw=2*3.14*R1*Sp*N; // exposed surface area
qw=hc*Asw*(T_w-T_inf);
printf("\n\nThe heat transferred by exposed surface of the cylinder is %d W",qw);
q=qf+qw;
printf("\n\nThe total heat transferred from the cylinder is %d W",q)
printf("\n\n\t\t\tSolution to part (b)\n");
H=N*(Sp+2*delta);// height of cylinder
Aso=2*3.14*R1*H; // surface area without fins
qo=hc*Aso*(T_w-T_inf);
printf("\n\nThe Heat transferred without fins is %d W",qo)
printf("\n\n\t\t\tSolution to part (c)\n");
effectiveness=q/qo; // effectiveness defined as ratio of heat transferred with fins to heat transferred without fins
printf("\nThe fin effectiveness is %.2f",effectiveness);
|
a0ad06bba849c3fa970ec5bceb1a8c2567f277b9
|
3cbee2296fd6b54f80587eead83813d4c878e06a
|
/sci2blif/rasp_design_added_blocks/sigma_delta.sce
|
ad9d184d9c5d65f9db1f7eac4135737229fce8c0
|
[] |
no_license
|
nikhil-soraba/rasp30
|
872afa4ad0820b8ca3ea4f232c4168193acbd854
|
936c6438de595f9ac30d5619a887419c5bae2b0f
|
refs/heads/master
| 2021-01-12T15:19:09.899590 | 2016-10-31T03:23:48 | 2016-10-31T03:23:48 | 71,756,442 | 0 | 0 | null | 2016-10-24T05:58:57 | 2016-10-24T05:58:56 | null |
UTF-8
|
Scilab
| false | false | 289 |
sce
|
sigma_delta.sce
|
style.fontSize=14;
style.displayedLabel="<table> <tr> <td align=left><b>Vin<br><br>Vbias<br><br>CLK</b></td> <td></td> <td></td> <td align=center>Sigmadelta<br></td> <td></td> <td></td> <td align=right><b>out0</b></td> </tr> </table>";
pal5 = xcosPalAddBlock(pal5,"sigma_delta",[],style);
|
fd4cf44644d0377bc822cd44a7b775d4de97086f
|
b26cbe6bc3e201f030705aaf9eb82da94def231f
|
/tests/array_to_permutation_embedding-006.tst
|
f503424d359f97afe653a9f48191acac3e9a9d88
|
[] |
no_license
|
RP-pbm/Recurrence-plot
|
f86c5cd85460661b01a609f8f4281d2cda6b4e07
|
b5da95f9b30c1a924a002102219bf0a2ad47df2c
|
refs/heads/master
| 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 30 |
tst
|
array_to_permutation_embedding-006.tst
|
../inputs/integer_array-01.ssv
|
5034dc64981a89a97c4ff346a27d3d5dd3bbd3b7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1436/CH4/EX4.7/ex4_7.sce
|
2c9d2d45cbeec248d463cf9717cf5996d1dbed91
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 445 |
sce
|
ex4_7.sce
|
// Example 4.7, page no-211
clear
clc
//(a)
sg_at_60=1.02
API=(141.5/sg_at_60)-131.5
printf("(a)\nDegrees API = %.2f°API",API)
//(b)
Be=145-145/sg_at_60
printf("\n(b)\nDegrees Baume(heavy) = %.1f°Be",Be)
//(c)
Bk=(sg_at_60-1)*1000
printf("\n(c)\nDegrees Barkometer = %d°Bk",Bk)
//(d)
Q=(sg_at_60-1)*1000
printf("\n(c)\nDegrees Quevenne = %d°Q",Q)
//(e)
Tw=200*(sg_at_60-1.0)
printf("\n(d)\nDegrees Twaddel = %d°Tw",Tw)
|
0ddf1f9713cd71473e50b65775b78e3ba8101215
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1574/CH9/EX9.2/Aerials_Ex_9_2.sce
|
9a402a53a3ba60c3280912bf58f6c58214faeec5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 279 |
sce
|
Aerials_Ex_9_2.sce
|
clc
//Chapter9
//Example9.2, page no 397
//Given
n=10//no of aerial elements
d=0.5//distance in terms of wavelength
Beam_Width=2/(n*d)//
Beam_Width_degrees=Beam_Width*180/%pi
mprintf('Angular beam width is %f degrees\nBeamWidth is %f rad',Beam_Width_degrees,Beam_Width)
|
9efb387f3c6ded026eec73f19c066d7caa47e48b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/929/CH2/EX2.8.b/Example2_8_b.sce
|
ccc1e8de9860ccf2012c0e6618aabb352214c6d5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 950 |
sce
|
Example2_8_b.sce
|
//Example 2.8(b)
clear;
clc;
R1=10*10^3;
R2=98*10^3;
R3=9.9*10^3;
R4=103*10^3;
//For first pair of inputs (v1, v2)=(-0.1 V, +0.1V)
v11=-0.1;
v21=0.1;
vo1=(R2/R1)*(v21-v11);
vcm1=(v11+v21)/2;
//For Second pair of inputs (v1, v2)=(4.9 V, 5.1V)
v12=4.9;
v22=5.1;
vo2=(R2/R1)*(v22-v12);
vcm2=(v12+v22)/2;
//For Third pair of inputs (v1, v2)=(9.9 V, 10.1 V)
v13=9.9;
v23=10.1;
vo3=(R2/R1)*(v23-v13);
vcm3=(v13+v23)/2;
//vO=A2*v2-A1*v1
A2num=(1+(R2/R1));
A2den=(1+(R3/R4));
A2=A2num/A2den;
A1=R2/R1;
//For first pair of inputs (v1, v2)=(-0.1 V, +0.1V)
vo1m=A2*v21-A1*v11;
//For Second pair of inputs (v1, v2)=(4.9 V, 5.1V)
vo2m=A2*v22-A1*v12;
//For Third pair of inputs (v1, v2)=(9.9 V, 10.1 V)
vo3m=A2*v23-A1*v13;
printf("vo for (-0.1 V,+0.1 V)=%.3f V",vo1m);
printf("\nvo for (4.9 V,5.1 V)=%.3f V",vo2m);
printf("\nvo for (9.9 V,10.1 V)=%.3f V",vo3m);
|
561f809f08f19882d5899f170062e122200c19c3
|
42fdf741bf64ea2e63d1546bb08356286f994505
|
/test_20151220_leastsquares/least_squares_nfet.sce
|
20432d0aa53de2dfce862d562da913f9b6e93d65
|
[] |
no_license
|
skim819/RASP_Workspace_sihwan
|
7e3cd403dc3965b8306ec203007490e3ea911e3b
|
0799e146586595577c8efa05c647b8cb92b962f4
|
refs/heads/master
| 2020-12-24T05:22:25.775823 | 2017-04-01T22:15:18 | 2017-04-01T22:15:18 | 41,511,563 | 1 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 2,257 |
sce
|
least_squares_nfet.sce
|
nfet_iv=csvRead("./test_20151220_leastsquares/data_nFET_IVg_curve");
//epsilon=0.005;
//plotting="on";
//[Is, VT, kappa]=ekvfit(nfet_iv(:,1), nfet_iv(:,2), epsilon, plotting)
tm = nfet_iv(:,1); // Vout
ym = nfet_iv(:,2); // Id
x0 = [500e-9 ; 0.7; 0.4; 5]; // initial parameters guess
function y=Id2(t, x) // x(1)=Ith, x(2)=kappa, x(3)=Vt, x(4)=Va
Ut=0.0258; // [V]
y = x(1)*log(1+exp((x(2)*(t-x(3)))/(2*Ut)+x(4)))^2
endfunction
function e=myfun(x, tm, ym)
e = log(Id2(tm, x)) - log(ym)
endfunction
x0 = [100e-9; 0.6; 0.5; 1]; // initial parameters guess
[f,xopt] = leastsq(list(myfun,tm,ym),x0);
tt = linspace(min(tm),max(tm),100)';
yy = Id2(tt, x0);
//yy = Id2(tt, xopt);
// Plot the data
scf(1);clf(1);
plot2d("nl", nfet_iv(:,1), nfet_iv(:,2), style=1);p = get("hdl"); p.children.mark_style = 9; p.children.thickness = 3; p.children.line_mode="off";
plot2d("nl", tt, yy, style=1);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
legend(" Data1","Polynomial Model1","Data2","Polynomial Model2","in_upper_left");
xtitle("","Vout","Ichar(A)");
//global chip_num board_num;
//
//diode_ivdd25V=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_diodeADC/data_diodeADC_chip"+chip_num+brdtype+"_ivdd25V");
//tm = diode_ivdd25V(:,3); // Vout
//ym = diode_ivdd25V(:,2); // Id
//
//x0 = [2e-6 ; 0.4; 1.68; 1]; // initial parameters guess
//function y=Id(t, x) // x(1)=Ith, x(2)=kappa, x(3)=Vt, x(4)=Va
// Ut=0.0258; // [V]
// y = x(1)*log(1+exp((x(2)*(t-x(3)))/(2*Ut)+x(4)))^2
//endfunction
//
//function e=myfun(x, tm, ym)
// e = log(Id(tm, x)) - log(ym)
//endfunction
//[f,xopt] = leastsq(list(myfun,tm,ym),x0);
//
//tt = linspace(min(tm),max(tm),100)';
//yy = Id(tt, xopt);
//// Plot the data
//scf(1);clf(1);
//plot2d("nl", diode_ivdd25V(:,3), diode_ivdd25V(:,2), style=1);p = get("hdl"); p.children.mark_style = 9; p.children.thickness = 3; p.children.line_mode="off";
//plot2d("nl", tt, yy, style=1);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//legend(" Data1","Polynomial Model1","Data2","Polynomial Model2","in_upper_left");
//xtitle("","Vout","Ichar(A)");
|
422b24d4e7851c95975fb6aa5e405ec754115b77
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1223/CH12/EX12.23/Ex12_23.sce
|
740d943622399c55c2004ca454fc6fe8cc67827f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 218 |
sce
|
Ex12_23.sce
|
clear;
clc;
//Example 12.23
A=10^3;
Cf=30*10^-12;//feedback capacitor (F)
R2=5*10^5;
Cm=Cf*(1+A);
printf('\nMiller capacitance=%e F\n',Cm)
fp=1/(2*%pi*R2*Cm);
printf('\ndominant pole frequency =%.2fHz\n',fp)
|
819cac6b5eca1396995d4cdff5749c2ca8dd7e94
|
bb3c300381ad1a419b5fb40891e830e534656595
|
/test/testcases/bad_method.tst
|
6770cb5b890dbb7341f97ad334a1c60a2864a28d
|
[] |
no_license
|
DHorrible/visited_count
|
60a082514dbce832fbd621223a44b0260300b34b
|
5a7709b59c9feb2135844687d6303abb16991098
|
refs/heads/master
| 2021-04-17T00:41:52.110770 | 2020-03-24T22:53:14 | 2020-03-24T22:53:14 | 249,397,482 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 65 |
tst
|
bad_method.tst
|
METHOD='MY_METHOD'
OUT='Error: Method should be "GET" or "POST"'
|
1e47a4272380f55200ce2c14bf9454374f2980da
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2279/CH4/EX4.11/eg_4_11.sce
|
9563bb9b3d111e5ea04d6bbf685ef99f1ab448e2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 514 |
sce
|
eg_4_11.sce
|
//Example 4.11
//Convolution sum of x[n] and h[n]
clc
clear
n=-1:1;
n1=-2:2;
x=[0.5 0.5 0.5];
h=[3 2 1];
A=[x 0 0;0 x 0; 0 0 x];
y=A'*h'
disp("Convolution of x[n] and h[n] is...")
disp(y)
subplot(3,1,1)
xtitle("input signal x(n)","....................n","x[n]");
plot2d3('gnn',n,x,5);
subplot(3,1,2)
xtitle("system response h(n)","....................n","h[n]");
plot2d3('gnn',n,h,5);
subplot(3,1,3)
xtitle("output signal y(n)",".............................n","y[n]");
plot2d3('gnn',n1,y,5);
|
9288f875ac918845dd3b3de100008e4387a0f08c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1151/CH2/EX2.15/example15.sce
|
f468b1077fbf4918a744410096bbb44d7efc522a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,128 |
sce
|
example15.sce
|
printf("closed loop transfer function =16/(s^2+s+16)");
printf("characterstic equation of the given system is s^2+s+16=0");
printf("compare it with the standard second order characterstic equation s^2+2*d*w*s+w^2=0");
w=sqrt(16);
d=0.5/w;
disp(d,"damping ratio=");
disp(w,"undamped natural frequency(in rad/sec)=");
printf("now consider H(s)=1+Ks");
printf("characterstic equation of this system is s^2+(1+16K)*s+16=0");
printf("compare it with the standard second order characterstic equation s^2+2*d*w*s+w^2=0");
d1=0.6;
k=(2*w*d1-1)/16;
disp(k," value of K when d=0.6 is")
pt1=%pi/(w*sqrt(1-d^2));
pt2=%pi/(w*sqrt(1-d1^2));
mo1=exp((-%pi*d)/sqrt(1-d^2))*100;
mo2=exp((-%pi*d1)/sqrt(1-d1^2))*100;
st1=4/(d*w);
st2=4/(d1*w);
disp(pt1,"peak time (in sec) when damping ratio is 0.125:");
disp(pt2,"peak time(in sec) when damping ratio is 0.6:");
disp(mo1,"mAXIMUM OVERSHOOT (in %) when damping ratio is 0.125:");
disp(mo2,"mAXIMUM OVERSHOOT (in %) when damping ratio is 0.6:");
disp(st1,"setlling time(in sec) when damping ratio is 0.125:");
disp(st2,"setlling time (in sec) when damping ratio is 0.:");
|
97ac582101194fbf33938c96b54a5863d91a8ebb
|
e806e966b06a53388fb300d89534354b222c2cad
|
/macros/graydist.sci
|
fc3c081883e74b1aebb98c559bb2086574269ac6
|
[] |
no_license
|
gursimarsingh/FOSSEE_Image_Processing_Toolbox
|
76c9d524193ade302c48efe11936fe640f4de200
|
a6df67e8bcd5159cde27556f4f6a315f8dc2215f
|
refs/heads/master
| 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 200 |
sci
|
graydist.sci
|
function[dstImg] = graydist(srcImg, mask)
srcMat = mattolist(srcImg)
out = opencv_graydist(srcMat, mask)
channels = size(out)
for i = 1:channels
dstImg(:,:,i) = out(i)
end
endfunction
|
dd04d50a272316f127e196d0043237b79142b31f
|
3592fbcb99d08024f46089ba28a6123aeb81ff3c
|
/test-unitary/testVelField.sce
|
b5fa4371aff7335ce8e24fb6ca81d609c9208b0b
|
[] |
no_license
|
clairedune/sciGaitanLib
|
a29ab61206b726c6f0ac36785ea556adc9ef03b9
|
7498b0d707a24c170fc390f7413359ad1bfefe9f
|
refs/heads/master
| 2020-12-11T01:51:13.640472 | 2015-01-28T13:52:26 | 2015-01-28T13:52:26 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 865 |
sce
|
testVelField.sce
|
// on veut creer un champ de vitesse pour un objet...
// histoire de se derouiller les meninges
clear
getd("src/transformation")
//1 . Creation de l'objet : c'est un ensemble de points 3D
// creation d'un cube
body = [0,0,0;0,0,1;0,1,0;0,1,1;1,0,0;1,0,1;1,1,0;1,1,1];
//2. On definit la position du cube dans un repere fixe o
pose = [0, 2, 3, %pi/8, 0, 0];
oMb = homogeneousMatrixFromPos(pose);
body_in_o =[];
//3. On place le cube dans le repere 0
for i=1:size(body,1)
//on construit un point sous la forme homogene
bP = [body(i,:),1]';
oP = oMb*bP;
body_in_o=[body_in_o;oP(1:3)'] ;
end
//4. On trace le Cube
plot3d ([0,0.5],[0,1],[0,1]);
hr1 = gce ();
hr1.thickness=3;
hr1.foreground=5;
//5. On definit la vitesse a applique au cube
//6. Pour tous les points en en deduis la vitesse
//7. On trace le cube
//8. On trace le champs de vitesse
|
c3b1fce2065675fc5cd63ae3c56cd6aa477f237d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2741/CH6/EX6.1/Chapter6_Example1.sce
|
4b81d4f9afd528569129501341bc01f95de8fccf
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,057 |
sce
|
Chapter6_Example1.sce
|
clc
clear
//Input data
H=80;//The Heat flows into the system in joules
W=30;//The Work done by the system in joules
//Calculations
U=H-W;//The internal energy of the system in joules
W1=10;//The work done along the path ADB in joules
H1=W1+U;//The heat flows into the system along the path ADB in joules
W2=-20;//The work done on the system from B to A in joules
H2=W2-U;//The heat liberated from B to A in joules
Ua=0;//Internal energy at A in joules
Ud=40;//Internal energy at D in joules
Wa=10;//Work done from A to D in joules
Wd=0;//Work done from D to B in joules
Uc=50;//Internal energy at C in joules
Had=(Ud-Ua)+Wa;//Heat absorbed in the process AD in joules
Hdb=Uc-Ud+Wd;//Heat absorbed in the process DB in joules
//Output
printf('(a)Heat flows into the system along the path ADB is H = %3.0f joules \n (b)The heat liberated by the system is H = %3.0f joules \n (c)The heat absorbed in the process AD is H = %3.0f joules and \n The heat absorbed in the process DB is H = %3.0f joules ',H1,H2,Had,Hdb)
|
42d3181565a2680c5f97d588412ac4f669b3497b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3630/CH3/EX3.11/Ex3_11.sce
|
f6ec2e9c960ca3412142e726b672336037921f22
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 436 |
sce
|
Ex3_11.sce
|
clc;
//ex3.11
Vac=12; //volt
Vspk=Vac/0.707; //volt
Vf=0.7; //volt
Vlpk=Vspk-2*Vf; //volt
Vave=(2*Vlpk)/%pi; //volt
RL=120; //ohm
Iave=Vave/RL; //Ampere
disp('V',Vspk,"Vspk="); //The answers vary due to round off error
disp('V',Vlpk,"Vlpk="); //The answers vary due to round off error
disp('V',Vave,"Vave="); //The answers vary due to round off error
disp('mA',Iave*1000,"Iave="); //The answers vary due to round off error
|
87c66bbe5501361185fb0c952d3385eaf764dd00
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2339/CH4/EX4.12.1/Ex4_12.sce
|
6fd9acf2910e076140b3c903021b980850c2bd33
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 698 |
sce
|
Ex4_12.sce
|
clc
clear
//Combined Seperating and Throttling Calorimeter
m1=2; //mass of water seperated in kg
m=20.5; //Steam discharged from calorimeter in kg
mt=m1+m; //Steam inlet in kg
x1=m/(mt); //Dryness fraction
//At 12 bar pressure
Hf=798.6; //in kJ/kg
Hfg=1986.2; //in kJ/kg
P_bar=760; //Pressure in mm
P_fin=5; //Pressure in mm
P=(P_bar+P_fin)*1.01325/P_bar; //Absolute Pressure
//Now at 1.02 bar
Cp=2.2; //in kJ/kg K
Hg=2676.34; //in kJ/kg
Tsat=99.66+273; //in K
Tsup=110+273; //in K
H2=Hg+(Cp*(Tsup-Tsat));
x2=(H2-Hf)/Hfg;
x=x1*x2;
printf('The Dryness Fraction: %3.3f',x);
printf('\n');
|
ee3f9a5bb27a6e408dfbcc652b8e7a5b010b22d9
|
e82d1909ffc4f200b5f6d16cffb9868f3b695f2a
|
/Lista 8/Lista Barão/Francis.sci
|
dd37aaf44501a53d2af167172c6cbeacfc86197b
|
[] |
no_license
|
AugustoCam95/Computational-Linear-Algebra
|
eb14307dd3b45ccc79617efe74d1faca639c36c5
|
99b1a1f9499fbc4343bd5c878444e9e281952774
|
refs/heads/master
| 2020-03-30T22:26:23.790763 | 2018-10-05T03:34:06 | 2018-10-05T03:34:06 | 151,666,289 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 629 |
sci
|
Francis.sci
|
function [Autovalores]=Francis(A,p)
// recebe uma matrix A e uma precisão p
if(argn(2)==2)
A_1=A
verificador = 1
//inicia verificador = 1 para entrar no laço
funcprot(0);
while verificador == 1
[Q,R] = qr(A)
A=R*Q
// iterações do método de Francis para obter a matrix A_k
verificador = verifica(A,p)
//verifica se a precisão foi alcançada
end
Autovalores=diag(A)
//Extraimos os autovalores da diagonal da nossa nova matrix A
end
endfunction
|
5b9daeb818d757c36dc59557b8d31c6413938281
|
70882f8f71a98cdb0e190c773094ea9547a339e8
|
/Codigo/Entrada.sci
|
af87d84fcb1435163ac4c5340cd6c0b89f095412
|
[] |
no_license
|
joycebrum/Calculo-numerico-projeto
|
6e6efb9375bc5cfd45df2aedb35c59f4e431c6ee
|
3402d8d1f79738400e57b2b93ec92214e7a3531e
|
refs/heads/master
| 2021-08-19T14:55:33.670571 | 2017-11-26T19:31:59 | 2017-11-26T19:31:59 | 111,951,685 | 1 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 360,219 |
sci
|
Entrada.sci
|
function[T] = Entrada() //matriz do tipo [nivel , taxa de aprovacao , nota]
T =[100 96.10 732.00
83.3333333333 94.60 507.82
100 90.10 652.43
100 88.70 591.84
100 84.50 583.48
83.3333333333 89.20 580.83
66.6666666666 73.90 543.68
83.3333333333 88.70 602.07
66.6666666666 54.90 518.64
50 75.50 415.45
66.6666666666 64.90 530.48
66.6666666666 81.60 535.83
50 70.80 547.37
66.6666666666 78.70 502.46
100 92.00 625.82
50 79.30 511.11
66.6666666666 61.80 512.28
66.6666666666 73.70 516.67
66.6666666666 72.30 496.00
66.6666666666 59.90 552.00
50 55.20 508.24
66.6666666666 85.40 528.89
50 62.90 486.32
50 58.50 522.00
50 49.40 515.00
66.6666666666 82.80 580.00
66.6666666666 74.40 554.80
66.6666666666 55.60 562.90
66.6666666666 66.10 530.37
66.6666666666 63.60 506.98
66.6666666666 39.50 533.14
66.6666666666 86.40 552.67
100 92.60 595.00
83.3333333333 91.60 592.73
33.3333333333 80.90 439.00
50 76.50 494.67
50 81.30 508.00
50 87.20 506.19
50 67.20 493.68
50 62.10 501.29
50 77.50 473.78
50 80.80 499.15
83.3333333333 92.70 543.33
50 67.80 482.56
50 89.20 488.04
50 74.70 513.73
66.6666666666 88.10 515.42
83.3333333333 100.00 600.00
50 54.50 485.38
50 72.80 462.67
100 94.80 625.13
66.6666666666 73.70 534.98
50 78.80 484.16
66.6666666666 88.90 500.69
33.3333333333 70.20 518.36
50 73.40 476.55
50 61.80 476.88
50 85.20 480.71
66.6666666666 85.40 497.98
50 65.30 538.40
50 60.20 480.00
66.6666666666 79.00 491.65
100 98.40 600.00
83.3333333333 95.40 578.10
50 91.00 501.33
50 70.40 497.85
66.6666666666 61.10 542.73
50 89.70 494.29
50 75.20 494.94
33.3333333333 92.90 490.00
66.6666666666 87.40 523.50
66.6666666666 65.50 508.89
50 80.50 529.33
50 67.80 496.36
100 100.00 460.00
50 81.50 505.88
33.3333333333 77.10 470.81
50 84.30 508.57
50 77.20 470.48
50 56.00 527.16
66.6666666666 78.00 505.86
50 88.70 541.71
33.3333333333 83.60 447.14
50 69.00 481.89
50 87.60 489.17
66.6666666666 96.20 530.00
50 83.10 508.53
33.3333333333 79.50 521.82
33.3333333333 62.60 486.67
50 91.70 422.50
50 89.20 447.69
33.3333333333 86.00 501.41
66.6666666666 89.90 501.22
50 83.60 467.25
100 88.40 587.06
50 78.90 467.25
66.6666666666 82.30 538.08
83.3333333333 93.10 574.63
50 95.20 566.40
33.3333333333 77.90 479.24
50 100.00 481.43
50 76.70 511.43
50 81.10 488.78
33.3333333333 70.20 491.95
50 69.50 473.08
33.3333333333 90.50 461.25
50 82.10 452.86
50 83.70 486.67
50 71.40 507.41
66.6666666666 89.00 523.76
66.6666666666 75.40 533.08
50 58.90 489.35
50 96.00 499.69
33.3333333333 84.60 429.29
33.3333333333 96.30 518.33
50 78.20 478.82
33.3333333333 90.50 502.73
50 93.30 555.86
100 100.00 649.33
33.3333333333 93.60 408.00
50 82.00 463.09
50 78.00 495.40
100 95.70 584.00
66.6666666666 93.80 478.00
50 68.50 508.40
100 96.30 565.00
83.3333333333 85.60 515.28
50 76.90 491.43
50 59.30 479.12
50 78.20 462.50
50 72.80 519.60
50 86.70 514.55
66.6666666666 90.10 482.47
33.3333333333 80.90 487.06
33.3333333333 78.50 453.18
50 86.50 608.29
100 95.40 528.33
50 67.10 487.03
83.3333333333 98.70 529.60
83.3333333333 100.00 538.33
50 84.10 446.67
100 83.30 589.74
50 70.50 624.76
100 98.10 676.47
100 90.70 730.00
100 99.10 595.56
100 100.00 637.65
50 76.30 514.34
33.3333333333 80.80 513.33
66.6666666666 82.40 561.84
33.3333333333 86.60 476.36
66.6666666666 87.60 657.67
100 100.00 820.00
66.6666666666 91.80 576.03
50 59.40 542.70
66.6666666666 85.90 552.31
50 88.10 549.75
66.6666666666 85.40 581.94
50 84.20 664.14
33.3333333333 98.00 509.30
33.3333333333 83.20 528.11
33.3333333333 84.90 500.62
33.3333333333 77.30 449.41
33.3333333333 89.10 471.48
33.3333333333 95.00 500.00
100 92.70 667.44
33.3333333333 89.00 483.75
50 81.80 511.48
33.3333333333 84.70 479.51
83.3333333333 96.10 551.21
100 98.00 680.63
83.3333333333 72.40 641.43
50 66.60 511.08
50 75.40 494.39
66.6666666666 79.40 531.43
50 91.50 497.25
66.6666666666 96.30 562.31
50 66.90 490.00
50 61.90 489.44
50 68.50 522.93
50 84.80 524.39
66.6666666666 80.10 527.58
83.3333333333 97.60 542.67
33.3333333333 92.90 520.00
83.3333333333 96.20 590.29
83.3333333333 97.90 571.84
50 76.30 488.44
50 100.00 478.62
33.3333333333 78.10 480.00
16.6666666666 86.50 467.14
33.3333333333 97.70 485.45
33.3333333333 73.90 584.44
100 88.00 576.55
50 80.20 485.82
33.3333333333 88.80 487.60
100 95.30 626.67
50 77.30 487.95
100 94.70 641.45
50 97.40 565.49
33.3333333333 69.50 497.66
50 80.40 497.92
50 76.20 502.35
100 100.00 711.28
33.3333333333 77.90 530.13
100 98.70 666.88
16.6666666666 94.10 425.12
33.3333333333 83.10 493.75
100 99.10 666.67
33.3333333333 73.20 520.59
33.3333333333 60.50 484.49
33.3333333333 68.10 493.08
33.3333333333 61.20 488.37
50 89.90 549.09
33.3333333333 92.70 478.43
50 80.30 537.42
33.3333333333 88.30 499.49
33.3333333333 89.30 531.28
50 79.20 485.69
33.3333333333 85.10 498.16
50 93.80 595.12
33.3333333333 91.30 500.46
50 88.60 506.67
33.3333333333 90.10 488.12
50 81.80 491.67
50 83.80 461.85
33.3333333333 91.60 540.63
33.3333333333 94.70 489.09
33.3333333333 93.30 502.50
50 80.30 537.97
33.3333333333 81.50 488.29
100 87.30 630.32
83.3333333333 97.80 614.48
83.3333333333 95.00 583.59
100 98.00 596.36
83.3333333333 97.30 613.33
83.3333333333 98.90 640.80
100 99.50 761.32
83.3333333333 94.00 508.10
100 85.40 656.97
100 84.50 630.88
83.3333333333 99.20 580.65
83.3333333333 96.80 544.64
100 97.30 665.06
100 99.00 588.33
66.6666666666 89.90 557.30
100 92.70 661.93
100 86.20 621.08
100 91.50 630.40
66.6666666666 90.90 549.52
83.3333333333 89.60 642.20
100 90.40 630.65
100 98.40 610.00
50 85.00 565.13
83.3333333333 94.80 614.08
66.6666666666 90.10 447.27
66.6666666666 87.20 515.19
66.6666666666 68.70 525.15
50 75.20 524.90
50 91.70 516.48
66.6666666666 71.90 489.76
66.6666666666 79.30 552.59
50 97.80 505.57
50 75.80 500.69
50 79.20 530.40
50 74.50 505.25
50 76.10 498.76
50 93.00 527.27
50 86.40 511.56
50 99.80 609.25
50 75.50 516.79
50 65.30 520.61
83.3333333333 97.80 556.92
66.6666666666 84.80 601.02
83.3333333333 96.20 564.74
83.3333333333 94.60 602.96
50 73.30 487.38
50 89.80 521.84
50 95.90 514.51
50 96.80 511.50
50 77.60 507.73
66.6666666666 97.30 545.90
50 96.60 553.33
66.6666666666 92.80 503.40
66.6666666666 85.60 548.33
50 83.70 543.78
50 74.00 497.62
50 79.80 509.20
50 83.60 496.98
50 78.30 517.24
50 76.90 509.48
50 87.50 531.84
50 84.80 504.38
83.3333333333 86.40 550.00
83.3333333333 84.10 673.10
83.3333333333 92.30 576.00
83.3333333333 94.00 604.89
100 94.40 520.71
66.6666666666 96.50 602.45
100 88.00 781.11
83.3333333333 82.00 613.21
66.6666666666 91.90 537.21
33.3333333333 90.20 458.57
50 98.40 554.18
33.3333333333 80.60 483.00
50 88.80 468.30
16.6666666666 84.90 456.11
33.3333333333 78.70 508.31
66.6666666666 90.70 539.17
33.3333333333 76.60 526.09
50 96.30 539.56
66.6666666666 85.40 583.04
50 100.00 560.00
50 94.80 502.43
33.3333333333 93.80 551.57
33.3333333333 94.20 534.61
66.6666666666 98.40 540.63
66.6666666666 87.20 523.68
33.3333333333 82.00 535.41
100 99.50 722.81
50 82.10 504.64
33.3333333333 87.80 454.56
33.3333333333 85.70 490.61
33.3333333333 88.80 505.31
50 79.80 467.19
33.3333333333 82.50 488.85
100 99.00 623.75
83.3333333333 89.40 614.08
100 91.90 610.00
83.3333333333 89.50 590.00
33.3333333333 88.40 491.83
50 99.10 543.80
50 96.30 542.82
33.3333333333 94.90 498.96
50 81.90 510.07
83.3333333333 97.00 678.33
50 76.20 519.45
33.3333333333 80.80 520.59
50 100.00 594.39
50 82.00 531.32
50 95.40 530.08
100 95.00 599.01
50 84.20 480.42
33.3333333333 89.90 475.00
50 88.10 508.71
50 88.50 530.17
50 84.70 517.84
83.3333333333 95.70 549.60
50 80.70 487.84
33.3333333333 91.20 506.84
66.6666666666 82.10 597.98
83.3333333333 99.50 614.42
83.3333333333 99.10 566.06
100 89.90 596.92
50 79.60 482.43
33.3333333333 87.00 469.47
83.3333333333 98.70 606.51
83.3333333333 100.00 580.93
83.3333333333 100.00 778.26
50 84.90 595.76
100 86.30 722.27
50 78.60 487.81
50 98.10 571.98
83.3333333333 96.00 655.09
66.6666666666 97.90 475.24
33.3333333333 99.20 511.11
33.3333333333 85.60 488.65
33.3333333333 93.70 549.81
66.6666666666 100.00 558.10
50 100.00 498.26
50 77.60 616.25
50 85.30 604.80
50 84.50 597.65
50 83.10 534.92
50 80.00 504.68
33.3333333333 83.10 520.00
66.6666666666 89.40 534.17
50 78.10 536.75
66.6666666666 88.00 492.42
50 97.30 511.13
50 99.30 517.66
66.6666666666 83.20 493.33
50 70.10 508.81
66.6666666666 84.70 608.31
66.6666666666 86.80 474.55
100 96.40 617.65
100 100.00 670.34
66.6666666666 87.90 540.00
100 98.80 624.48
50 74.60 491.14
50 75.50 480.49
66.6666666666 94.00 533.33
50 76.40 491.40
50 78.70 507.95
83.3333333333 90.80 509.03
50 75.30 498.00
50 53.30 506.88
50 79.70 503.67
50 69.40 514.67
33.3333333333 65.40 504.78
83.3333333333 90.70 646.67
100 97.20 628.12
33.3333333333 73.50 480.25
50 79.70 506.92
33.3333333333 83.30 510.91
50 69.90 455.00
66.6666666666 94.80 565.42
100 86.60 614.00
33.3333333333 87.40 518.40
33.3333333333 72.30 525.57
66.6666666666 80.30 642.86
16.6666666666 88.30 523.77
16.6666666666 80.70 468.12
83.3333333333 100.00 605.26
83.3333333333 99.70 760.87
83.3333333333 95.00 713.48
33.3333333333 97.20 527.27
66.6666666666 96.00 595.47
50 85.80 544.53
50 81.20 517.71
50 67.30 531.76
50 69.00 474.29
50 72.60 554.52
33.3333333333 77.80 500.34
50 63.50 474.50
33.3333333333 83.50 493.73
33.3333333333 67.40 547.62
50 95.10 565.57
66.6666666666 96.90 577.92
16.6666666666 77.80 442.60
16.6666666666 82.40 501.65
16.6666666666 84.40 504.58
16.6666666666 79.80 512.07
33.3333333333 75.10 497.39
16.6666666666 71.80 493.47
50 83.10 574.93
33.3333333333 80.50 511.11
33.3333333333 75.40 501.11
33.3333333333 74.30 498.64
50 73.20 538.18
33.3333333333 73.80 519.53
50 71.20 576.34
50 67.60 534.39
33.3333333333 63.00 541.54
33.3333333333 75.80 526.39
50 68.60 566.90
33.3333333333 68.40 515.32
50 63.70 559.36
33.3333333333 72.90 502.56
33.3333333333 79.90 524.71
33.3333333333 62.30 548.27
66.6666666666 95.00 639.65
83.3333333333 99.30 668.42
66.6666666666 97.40 585.13
33.3333333333 69.20 550.61
100 95.10 772.38
66.6666666666 96.40 567.22
66.6666666666 83.60 601.67
100 98.20 778.50
33.3333333333 62.40 537.02
83.3333333333 95.60 661.14
83.3333333333 100.00 615.71
83.3333333333 86.20 667.00
66.6666666666 95.20 629.77
83.3333333333 89.20 656.20
33.3333333333 66.40 531.34
50 54.40 514.57
100 89.60 772.55
50 65.10 553.91
50 96.20 552.86
33.3333333333 71.90 504.35
33.3333333333 72.10 472.67
66.6666666666 77.50 522.42
50 59.20 533.98
50 76.00 554.71
50 76.00 460.00
50 76.30 484.44
50 73.60 510.91
33.3333333333 67.20 491.67
50 44.60 544.00
50 76.20 570.51
50 83.20 547.57
50 78.10 517.08
50 72.00 506.38
33.3333333333 76.60 508.00
50 79.50 542.22
50 79.20 558.40
33.3333333333 62.60 504.40
33.3333333333 84.50 539.95
33.3333333333 70.40 523.72
50 81.40 550.48
50 58.70 540.00
50 65.60 503.45
33.3333333333 68.50 528.75
50 70.90 495.33
50 72.00 523.00
50 69.50 542.78
33.3333333333 80.70 589.38
83.3333333333 91.70 642.40
83.3333333333 97.20 670.81
33.3333333333 73.40 572.77
83.3333333333 94.90 790.65
66.6666666666 79.50 530.00
100 94.00 668.86
83.3333333333 81.40 622.96
50 64.50 511.11
50 71.00 482.89
50 74.90 536.49
33.3333333333 57.80 511.30
50 67.50 525.96
50 72.90 535.58
33.3333333333 79.90 522.28
33.3333333333 73.60 604.24
33.3333333333 77.40 474.74
33.3333333333 78.30 532.00
33.3333333333 88.00 520.00
16.6666666666 84.20 476.00
16.6666666666 59.80 510.97
33.3333333333 68.80 512.92
33.3333333333 66.20 505.61
66.6666666666 98.50 670.75
83.3333333333 98.50 583.23
33.3333333333 62.40 550.65
16.6666666666 89.90 485.71
50 83.80 547.78
50 93.10 609.83
33.3333333333 84.70 477.30
66.6666666666 92.40 735.00
16.6666666666 82.90 524.19
50 97.20 613.65
16.6666666666 65.90 474.78
50 85.50 520.00
16.6666666666 71.00 475.58
16.6666666666 74.30 476.48
16.6666666666 94.70 482.00
33.3333333333 78.50 540.77
33.3333333333 76.10 502.81
33.3333333333 67.80 512.31
16.6666666666 77.50 492.47
16.6666666666 62.60 506.37
66.6666666666 100.00 555.56
33.3333333333 75.50 561.61
66.6666666666 100.00 645.38
66.6666666666 97.70 580.91
50 98.10 604.21
33.3333333333 70.20 522.00
83.3333333333 100.00 613.57
66.6666666666 79.70 776.00
83.3333333333 96.50 630.37
33.3333333333 70.00 510.21
50 100.00 590.86
33.3333333333 79.20 513.46
50 98.90 631.84
33.3333333333 68.20 522.21
16.6666666666 83.40 441.58
66.6666666666 97.00 516.36
33.3333333333 100.00 612.00
83.3333333333 100.00 584.80
33.3333333333 72.60 471.03
83.3333333333 95.20 648.32
50 66.70 522.26
50 94.70 550.11
16.6666666666 91.20 447.56
33.3333333333 80.40 537.19
33.3333333333 75.40 509.76
83.3333333333 98.20 621.21
33.3333333333 69.90 494.16
50 71.10 504.29
66.6666666666 97.10 629.00
83.3333333333 98.30 582.35
33.3333333333 75.10 491.30
33.3333333333 84.20 465.24
33.3333333333 65.40 498.75
66.6666666666 95.40 588.24
50 96.70 544.32
33.3333333333 87.60 452.49
66.6666666666 94.00 595.48
83.3333333333 97.20 679.09
66.6666666666 96.40 616.67
50 79.00 552.73
33.3333333333 64.40 530.30
66.6666666666 88.40 595.47
66.6666666666 99.60 649.60
66.6666666666 96.40 496.00
66.6666666666 95.60 700.87
66.6666666666 74.80 660.00
66.6666666666 95.80 548.86
83.3333333333 89.10 601.82
0 89.70 507.61
83.3333333333 98.90 590.63
66.6666666666 93.20 503.64
50 96.80 544.55
50 90.30 586.00
50 95.00 560.00
83.3333333333 96.40 631.11
50 100.00 624.00
50 87.80 528.41
50 75.80 664.29
33.3333333333 60.60 515.16
16.6666666666 86.10 498.61
66.6666666666 94.70 625.45
66.6666666666 98.20 627.94
66.6666666666 97.30 620.86
100 98.70 817.23
83.3333333333 96.60 580.71
83.3333333333 98.60 573.16
66.6666666666 96.50 552.00
66.6666666666 98.20 523.33
83.3333333333 92.10 699.43
33.3333333333 71.30 528.50
83.3333333333 97.10 618.67
33.3333333333 57.80 529.55
33.3333333333 67.60 505.63
83.3333333333 96.70 658.75
33.3333333333 78.70 479.47
66.6666666666 94.10 567.59
66.6666666666 97.70 530.00
50 66.60 494.59
16.6666666666 68.60 479.13
50 97.90 573.91
50 94.40 591.30
83.3333333333 86.10 595.20
33.3333333333 78.70 504.94
50 82.30 622.63
50 76.10 667.00
50 65.60 584.89
66.6666666666 98.30 543.53
50 96.90 607.94
50 95.40 579.23
83.3333333333 92.40 613.64
50 77.30 556.82
83.3333333333 98.20 658.18
83.3333333333 96.50 659.16
83.3333333333 97.40 648.62
16.6666666666 73.30 426.67
83.3333333333 97.50 716.54
66.6666666666 96.60 543.75
66.6666666666 100.00 568.89
83.3333333333 91.60 663.33
16.6666666666 72.60 493.07
33.3333333333 71.50 535.49
83.3333333333 100.00 549.23
83.3333333333 99.40 702.32
83.3333333333 96.50 580.00
66.6666666666 94.70 599.20
66.6666666666 91.50 554.40
66.6666666666 95.10 625.81
83.3333333333 100.00 655.71
66.6666666666 98.80 598.95
66.6666666666 96.60 852.31
83.3333333333 98.30 737.27
100 84.50 811.20
50 71.30 535.00
83.3333333333 100.00 540.80
16.6666666666 83.50 487.44
83.3333333333 96.30 589.41
16.6666666666 59.60 528.83
66.6666666666 96.50 645.80
83.3333333333 93.00 682.18
66.6666666666 99.40 625.07
83.3333333333 98.70 580.62
16.6666666666 80.70 467.76
16.6666666666 75.60 497.82
50 97.70 569.33
16.6666666666 66.60 527.87
33.3333333333 67.40 496.13
66.6666666666 100.00 526.67
33.3333333333 72.70 506.49
33.3333333333 73.70 538.68
66.6666666666 94.40 651.24
83.3333333333 98.40 761.38
33.3333333333 80.80 565.78
83.3333333333 100.00 580.00
83.3333333333 96.60 622.74
33.3333333333 66.90 507.91
83.3333333333 99.60 692.14
33.3333333333 65.20 498.63
100 98.80 784.62
66.6666666666 94.50 642.07
83.3333333333 93.90 590.63
83.3333333333 100.00 622.14
16.6666666666 57.00 484.35
33.3333333333 72.80 498.59
16.6666666666 72.50 516.61
16.6666666666 80.30 518.33
50 81.20 512.20
50 98.20 623.23
66.6666666666 97.90 577.78
66.6666666666 94.10 606.81
66.6666666666 100.00 611.82
50 98.90 597.60
33.3333333333 71.30 478.54
66.6666666666 93.90 585.17
50 87.60 561.71
50 92.80 508.24
50 91.50 583.00
50 90.70 685.45
16.6666666666 66.80 516.44
66.6666666666 94.80 638.28
66.6666666666 98.10 615.56
33.3333333333 80.70 484.44
33.3333333333 40.70 612.19
50 96.60 623.81
66.6666666666 100.00 679.13
16.6666666666 69.60 504.42
50 61.90 610.93
50 95.60 640.00
66.6666666666 92.60 613.73
66.6666666666 98.20 706.92
16.6666666666 73.00 529.09
33.3333333333 60.70 482.73
50 70.40 491.21
33.3333333333 76.20 464.44
50 60.80 539.00
100 100.00 651.69
100 100.00 653.03
50 68.70 536.19
66.6666666666 87.20 537.53
50 78.10 525.81
66.6666666666 68.10 500.98
66.6666666666 83.50 487.83
50 72.00 504.80
66.6666666666 66.20 530.77
66.6666666666 87.70 550.17
50 70.30 507.41
50 72.00 531.93
50 77.60 514.55
66.6666666666 82.80 506.27
100 97.70 705.27
50 69.90 554.12
50 79.50 534.81
50 93.60 569.58
50 76.10 489.54
66.6666666666 79.30 574.62
50 71.40 526.00
50 79.50 482.06
50 85.30 551.96
50 89.20 541.25
50 80.70 466.47
50 86.20 486.25
50 60.10 501.21
50 82.80 509.55
50 66.00 505.76
50 87.30 570.22
50 76.40 517.85
50 88.20 611.07
50 71.60 510.07
33.3333333333 81.10 457.45
83.3333333333 87.00 568.21
100 100.00 547.50
83.3333333333 92.60 587.41
33.3333333333 64.90 495.93
100 100.00 646.81
50 63.40 506.80
33.3333333333 56.20 527.86
50 68.40 520.57
100 99.20 608.00
50 71.30 521.92
83.3333333333 100.00 581.18
50 78.40 529.29
50 64.10 492.80
50 42.90 486.92
50 75.70 471.88
33.3333333333 72.00 518.05
33.3333333333 76.50 493.85
100 100.00 654.09
33.3333333333 88.00 548.83
33.3333333333 87.90 497.14
33.3333333333 91.60 483.67
33.3333333333 85.00 492.00
33.3333333333 78.20 447.62
16.6666666666 100.00 564.62
33.3333333333 95.20 465.00
33.3333333333 80.50 425.38
33.3333333333 75.80 485.81
66.6666666666 85.90 518.77
33.3333333333 84.70 476.84
50 84.80 460.71
33.3333333333 89.80 451.58
50 83.90 564.61
50 73.30 453.62
50 71.60 525.54
50 83.00 519.48
33.3333333333 69.40 495.97
66.6666666666 88.00 530.00
100 89.40 664.30
83.3333333333 90.20 594.88
50 82.70 434.21
33.3333333333 83.30 459.33
50 68.20 472.22
33.3333333333 77.10 482.04
33.3333333333 84.10 453.79
16.6666666666 100.00 409.09
50 96.00 415.33
50 89.80 470.30
100 93.90 654.29
33.3333333333 89.80 484.35
33.3333333333 65.50 482.15
66.6666666666 86.40 568.96
83.3333333333 96.00 566.67
50 77.80 463.45
50 87.90 500.00
33.3333333333 95.20 463.78
33.3333333333 84.10 470.77
33.3333333333 93.10 483.78
33.3333333333 85.70 480.59
33.3333333333 87.90 440.00
33.3333333333 79.70 461.11
33.3333333333 87.50 473.45
33.3333333333 88.60 476.00
33.3333333333 97.30 444.29
100 98.90 587.37
50 79.50 464.38
50 70.60 510.36
50 81.70 428.00
33.3333333333 82.30 480.71
50 79.50 459.20
33.3333333333 65.70 502.80
83.3333333333 91.50 540.61
33.3333333333 62.40 512.19
33.3333333333 70.40 474.05
33.3333333333 94.70 415.35
50 86.90 511.80
50 98.60 441.38
33.3333333333 69.40 471.67
16.6666666666 78.10 476.19
50 70.80 502.96
50 91.20 418.42
33.3333333333 85.30 508.42
50 78.20 488.53
50 70.80 465.60
33.3333333333 72.70 461.56
66.6666666666 80.00 514.94
33.3333333333 69.20 472.73
50 76.50 461.25
50 83.80 485.58
33.3333333333 83.20 484.27
33.3333333333 90.20 480.00
33.3333333333 87.10 435.24
33.3333333333 82.50 480.00
33.3333333333 81.10 473.33
50 82.70 547.07
100 94.00 664.65
50 70.00 504.33
50 77.40 519.19
100 86.60 664.85
50 86.90 520.52
33.3333333333 77.20 462.75
50 67.60 492.08
50 95.40 444.00
33.3333333333 88.70 479.07
50 85.20 493.91
33.3333333333 81.30 429.60
50 95.00 444.65
50 68.60 505.25
83.3333333333 89.30 666.58
33.3333333333 84.80 486.32
50 86.90 468.44
33.3333333333 88.00 444.80
50 74.00 497.50
33.3333333333 94.30 470.48
100 78.50 611.44
50 89.20 577.92
50 71.30 527.76
66.6666666666 82.90 533.41
100 89.80 588.57
50 61.90 479.11
66.6666666666 81.70 511.25
50 75.30 476.74
50 57.10 498.49
66.6666666666 69.00 509.99
66.6666666666 70.20 405.33
50 61.90 478.12
33.3333333333 77.90 387.86
33.3333333333 89.10 413.33
33.3333333333 88.70 452.00
33.3333333333 91.40 473.49
33.3333333333 81.60 435.00
33.3333333333 85.60 490.45
33.3333333333 95.10 453.33
33.3333333333 89.90 445.00
33.3333333333 80.80 528.43
16.6666666666 98.90 376.67
33.3333333333 100.00 438.57
33.3333333333 93.60 542.86
33.3333333333 95.40 463.33
33.3333333333 91.60 502.35
66.6666666666 83.00 536.98
33.3333333333 79.30 444.29
16.6666666666 83.90 446.43
50 92.20 444.76
16.6666666666 88.90 416.00
33.3333333333 90.10 451.76
33.3333333333 87.10 455.83
33.3333333333 93.00 397.50
50 82.90 521.59
33.3333333333 87.00 502.00
33.3333333333 94.10 509.28
83.3333333333 90.10 632.31
33.3333333333 95.00 487.59
66.6666666666 90.40 580.00
16.6666666666 93.00 400.00
33.3333333333 90.30 463.72
50 83.30 427.27
100 88.40 569.60
50 97.30 490.77
100 86.50 654.48
33.3333333333 67.80 519.66
100 94.40 697.56
50 77.70 476.54
33.3333333333 60.50 444.38
33.3333333333 72.60 487.83
50 77.60 522.29
50 74.20 490.54
33.3333333333 75.40 460.13
100 96.50 595.56
66.6666666666 84.90 594.85
33.3333333333 77.60 483.83
100 92.70 678.57
33.3333333333 79.30 434.74
83.3333333333 77.80 702.61
100 98.50 536.67
100 100.00 729.41
100 93.50 746.51
100 97.30 776.00
83.3333333333 96.30 556.91
100 94.70 706.90
83.3333333333 81.80 562.98
50 91.00 582.06
33.3333333333 79.40 489.66
33.3333333333 95.10 447.37
16.6666666666 79.10 468.73
16.6666666666 75.70 529.13
16.6666666666 84.40 568.42
50 84.40 564.04
33.3333333333 62.00 475.28
33.3333333333 63.10 472.83
66.6666666666 98.10 530.00
33.3333333333 88.10 450.34
33.3333333333 92.00 469.60
33.3333333333 77.50 524.87
33.3333333333 87.40 463.54
33.3333333333 89.80 523.33
33.3333333333 81.20 491.65
33.3333333333 91.20 426.42
33.3333333333 65.90 525.98
50 88.00 569.48
33.3333333333 69.90 486.73
33.3333333333 75.80 515.19
100 98.80 760.31
100 92.00 708.03
33.3333333333 86.70 530.09
33.3333333333 71.80 471.11
83.3333333333 93.00 627.66
83.3333333333 98.60 668.30
100 94.80 759.60
83.3333333333 94.30 596.92
83.3333333333 99.30 653.67
83.3333333333 89.70 593.04
50 75.70 514.61
33.3333333333 77.10 492.79
83.3333333333 83.30 561.00
83.3333333333 91.40 651.03
33.3333333333 67.70 526.27
50 96.80 607.43
33.3333333333 78.40 520.89
50 82.30 517.92
83.3333333333 95.40 645.71
50 92.80 485.00
50 94.50 516.94
50 62.70 475.74
50 79.20 521.74
50 89.00 518.57
33.3333333333 84.50 509.80
33.3333333333 73.30 494.07
33.3333333333 84.30 501.25
33.3333333333 91.50 522.94
66.6666666666 93.80 536.00
33.3333333333 80.60 488.67
83.3333333333 97.30 650.11
66.6666666666 90.20 697.63
83.3333333333 68.80 580.00
66.6666666666 90.80 577.71
33.3333333333 86.30 547.84
50 84.40 538.23
33.3333333333 81.00 435.88
33.3333333333 83.50 549.51
50 90.90 529.25
33.3333333333 65.50 517.06
33.3333333333 80.80 504.19
66.6666666666 94.90 588.57
50 64.80 418.57
33.3333333333 69.00 532.25
33.3333333333 79.80 497.00
33.3333333333 74.80 468.97
66.6666666666 90.70 627.47
33.3333333333 87.30 509.84
50 87.10 466.43
50 79.90 497.08
50 63.50 478.00
33.3333333333 78.90 476.67
33.3333333333 77.10 544.89
33.3333333333 79.80 505.54
50 85.20 530.45
33.3333333333 78.30 466.00
50 96.00 526.67
50 93.70 569.09
33.3333333333 97.90 593.38
16.6666666666 85.40 507.41
33.3333333333 79.60 501.64
33.3333333333 87.20 487.73
16.6666666666 85.20 468.57
33.3333333333 83.20 542.92
33.3333333333 79.70 443.95
50 99.30 544.83
33.3333333333 74.10 480.12
50 98.00 589.23
33.3333333333 95.00 481.54
33.3333333333 95.50 466.29
33.3333333333 60.30 565.38
50 100.00 584.44
33.3333333333 97.00 660.00
16.6666666666 83.20 482.67
33.3333333333 88.10 481.05
33.3333333333 79.00 518.08
33.3333333333 93.90 482.75
83.3333333333 91.80 669.32
33.3333333333 80.20 481.15
33.3333333333 77.30 469.56
16.6666666666 82.70 493.00
16.6666666666 88.30 461.00
33.3333333333 84.60 560.00
33.3333333333 82.30 467.59
50 84.60 530.00
66.6666666666 99.20 483.78
50 84.60 536.82
16.6666666666 77.40 473.61
66.6666666666 97.30 581.54
33.3333333333 72.40 505.08
50 91.40 678.17
50 93.70 562.08
66.6666666666 85.80 704.67
83.3333333333 91.30 661.63
33.3333333333 84.80 508.78
33.3333333333 79.30 497.71
83.3333333333 98.40 735.56
16.6666666666 76.00 516.57
83.3333333333 93.60 651.49
66.6666666666 93.50 610.00
66.6666666666 89.90 548.80
33.3333333333 78.00 498.05
50 76.40 492.14
33.3333333333 78.70 505.88
33.3333333333 84.90 484.44
16.6666666666 80.90 461.61
50 75.10 508.60
50 86.20 489.09
83.3333333333 100.00 628.57
83.3333333333 94.50 800.50
33.3333333333 84.10 531.92
16.6666666666 64.50 480.74
50 80.80 501.33
50 85.10 507.16
33.3333333333 80.60 532.86
50 69.90 567.33
33.3333333333 85.50 497.21
33.3333333333 85.60 482.67
33.3333333333 73.40 498.61
16.6666666666 78.90 490.00
16.6666666666 82.20 504.39
66.6666666666 94.00 502.73
33.3333333333 73.90 487.41
50 95.80 589.78
33.3333333333 89.30 481.29
16.6666666666 96.90 474.67
16.6666666666 84.60 453.64
50 91.50 470.48
16.6666666666 78.50 506.67
16.6666666666 82.00 466.43
16.6666666666 89.70 468.00
33.3333333333 87.70 481.21
50 93.80 599.64
66.6666666666 97.30 571.88
83.3333333333 90.80 603.45
33.3333333333 88.80 488.71
16.6666666666 82.10 469.40
33.3333333333 81.40 472.31
16.6666666666 84.60 430.24
66.6666666666 96.40 590.00
33.3333333333 80.70 430.83
66.6666666666 100.00 565.71
33.3333333333 83.70 500.43
33.3333333333 87.30 447.04
33.3333333333 77.90 430.91
16.6666666666 76.30 405.71
33.3333333333 84.50 457.50
33.3333333333 100.00 628.00
33.3333333333 87.70 487.17
33.3333333333 71.60 488.57
16.6666666666 93.40 511.82
50 95.30 600.00
83.3333333333 95.10 650.00
33.3333333333 82.40 486.17
33.3333333333 79.50 457.89
16.6666666666 88.00 439.44
16.6666666666 88.10 496.23
50 88.10 534.55
66.6666666666 100.00 629.68
50 98.90 558.75
33.3333333333 97.70 546.00
66.6666666666 99.50 587.08
33.3333333333 79.60 528.57
33.3333333333 90.30 478.86
16.6666666666 95.70 463.38
16.6666666666 82.70 480.00
50 72.20 641.33
16.6666666666 76.60 506.25
16.6666666666 80.30 479.82
16.6666666666 78.50 487.45
16.6666666666 86.50 497.93
83.3333333333 98.10 632.86
66.6666666666 97.20 603.64
33.3333333333 86.20 580.40
16.6666666666 78.30 480.95
33.3333333333 77.70 489.75
33.3333333333 68.70 475.34
16.6666666666 74.80 478.80
33.3333333333 72.70 486.03
16.6666666666 74.40 462.95
16.6666666666 74.10 463.08
0 77.30 520.00
33.3333333333 75.50 484.90
16.6666666666 81.60 507.48
16.6666666666 67.90 501.08
33.3333333333 59.00 496.42
16.6666666666 84.20 519.29
16.6666666666 83.50 474.07
50 98.10 550.53
16.6666666666 79.40 441.01
16.6666666666 80.00 386.05
16.6666666666 76.90 452.36
16.6666666666 89.70 487.57
16.6666666666 67.50 477.50
33.3333333333 77.90 503.43
16.6666666666 89.10 434.34
33.3333333333 72.30 556.73
33.3333333333 64.60 446.92
50 76.70 509.78
50 80.00 477.82
50 88.10 551.11
83.3333333333 89.50 594.00
50 72.50 483.13
66.6666666666 93.30 612.38
33.3333333333 71.90 488.04
16.6666666666 82.60 530.00
33.3333333333 88.00 521.94
33.3333333333 87.80 532.84
33.3333333333 92.60 495.00
16.6666666666 76.80 457.33
16.6666666666 100.00 485.56
16.6666666666 83.10 464.00
66.6666666666 91.70 563.33
100 95.40 804.50
83.3333333333 97.70 588.60
33.3333333333 90.60 606.89
16.6666666666 100.00 489.23
33.3333333333 92.10 499.14
50 100.00 595.00
33.3333333333 84.30 482.67
16.6666666666 76.10 496.50
33.3333333333 87.40 585.56
66.6666666666 100.00 644.00
100 93.30 744.86
50 86.20 431.43
100 93.60 676.15
33.3333333333 99.20 602.41
33.3333333333 79.60 561.68
100 90.80 570.00
33.3333333333 67.00 512.14
16.6666666666 83.30 463.87
66.6666666666 89.20 691.14
100 85.00 755.07
83.3333333333 94.60 530.00
16.6666666666 94.40 438.35
16.6666666666 90.80 598.10
66.6666666666 93.90 571.20
50 85.70 488.00
33.3333333333 98.20 532.31
16.6666666666 75.20 497.04
50 92.50 472.29
33.3333333333 81.70 519.01
33.3333333333 88.20 512.86
66.6666666666 100.00 591.76
66.6666666666 83.30 651.25
33.3333333333 79.60 464.13
50 98.50 532.73
66.6666666666 100.00 522.50
33.3333333333 84.40 470.80
66.6666666666 90.60 517.14
0 63.60 456.28
50 100.00 536.92
66.6666666666 86.70 641.54
66.6666666666 95.70 631.67
50 79.80 565.00
16.6666666666 88.40 443.65
33.3333333333 85.60 466.67
16.6666666666 87.40 527.11
16.6666666666 86.90 480.77
83.3333333333 95.90 555.29
66.6666666666 93.10 656.47
50 92.80 627.10
66.6666666666 93.50 575.74
33.3333333333 69.40 524.64
0 89.50 453.00
0 91.50 432.86
66.6666666666 90.10 617.33
0 66.10 495.71
16.6666666666 78.40 481.54
100 92.40 714.78
66.6666666666 99.80 645.35
66.6666666666 100.00 600.00
100 85.50 707.69
33.3333333333 79.50 506.92
66.6666666666 100.00 595.00
50 99.00 477.86
100 93.30 689.78
66.6666666666 90.10 633.91
16.6666666666 88.10 442.22
50 92.20 667.69
50 91.50 577.93
66.6666666666 98.90 595.38
83.3333333333 88.40 715.65
100 97.20 644.57
66.6666666666 100.00 575.38
50 99.30 556.76
66.6666666666 98.80 580.00
50 96.80 431.67
33.3333333333 93.80 551.76
50 98.80 545.83
50 65.30 553.04
83.3333333333 100.00 661.96
33.3333333333 84.20 504.80
16.6666666666 76.50 504.14
0 79.10 476.22
50 100.00 570.00
16.6666666666 100.00 410.39
50 100.00 484.62
16.6666666666 95.70 452.86
50 79.50 527.37
33.3333333333 100.00 640.00
33.3333333333 94.70 609.23
33.3333333333 86.50 534.37
66.6666666666 94.40 615.90
66.6666666666 76.50 561.54
83.3333333333 94.50 635.60
83.3333333333 96.80 623.85
100 93.40 697.86
16.6666666666 82.40 475.78
50 100.00 588.89
50 85.10 549.09
66.6666666666 96.80 532.00
50 97.70 583.53
66.6666666666 91.20 611.76
16.6666666666 95.10 537.64
50 92.30 520.00
16.6666666666 79.70 470.18
16.6666666666 85.50 504.49
16.6666666666 93.50 458.82
66.6666666666 94.60 538.67
33.3333333333 83.60 490.54
16.6666666666 80.70 500.71
16.6666666666 86.50 506.45
66.6666666666 100.00 693.85
33.3333333333 90.40 459.48
50 99.30 579.41
83.3333333333 98.00 684.44
33.3333333333 94.30 482.35
33.3333333333 97.30 475.56
16.6666666666 80.40 504.44
16.6666666666 85.90 535.88
33.3333333333 86.50 493.91
100 94.30 728.29
33.3333333333 83.80 524.96
66.6666666666 95.70 600.56
66.6666666666 99.50 624.20
33.3333333333 88.00 579.44
83.3333333333 88.10 636.41
16.6666666666 88.10 483.45
83.3333333333 100.00 621.54
16.6666666666 80.50 486.61
33.3333333333 78.40 427.14
33.3333333333 90.30 470.47
16.6666666666 79.20 409.00
33.3333333333 78.10 453.71
66.6666666666 100.00 564.29
66.6666666666 98.80 674.22
33.3333333333 88.00 483.94
16.6666666666 89.40 499.09
16.6666666666 76.20 523.33
33.3333333333 99.30 530.23
33.3333333333 69.90 488.43
33.3333333333 62.80 514.24
33.3333333333 54.40 567.27
33.3333333333 84.50 519.25
33.3333333333 88.70 517.00
100 94.30 820.00
100 87.00 858.11
83.3333333333 89.30 788.86
50 94.30 575.71
83.3333333333 99.40 631.06
66.6666666666 94.10 550.77
100 94.10 870.15
33.3333333333 96.90 593.02
50 96.20 628.86
100 93.80 732.12
33.3333333333 91.30 538.57
33.3333333333 92.30 553.19
33.3333333333 90.10 521.42
83.3333333333 82.70 773.85
100 93.10 760.63
66.6666666666 97.80 650.74
83.3333333333 96.90 794.75
100 85.70 897.42
66.6666666666 97.80 646.05
66.6666666666 100.00 627.39
33.3333333333 78.80 511.20
50 63.30 481.28
33.3333333333 67.50 508.94
50 76.40 500.00
33.3333333333 78.90 434.55
83.3333333333 96.70 811.43
33.3333333333 79.20 495.15
33.3333333333 73.00 476.67
33.3333333333 83.30 516.98
50 87.00 543.16
50 64.40 513.14
50 96.00 602.88
33.3333333333 66.30 521.49
66.6666666666 75.20 461.70
50 84.00 507.71
33.3333333333 71.80 559.55
50 75.60 477.63
50 67.40 494.69
50 88.20 494.80
33.3333333333 81.00 533.24
33.3333333333 96.40 504.75
33.3333333333 71.70 480.46
33.3333333333 72.90 480.80
33.3333333333 65.00 464.67
33.3333333333 81.40 485.56
33.3333333333 73.70 505.38
33.3333333333 85.70 516.67
33.3333333333 80.30 485.33
50 74.80 486.94
50 80.50 514.78
50 67.10 562.99
50 95.40 596.64
50 58.30 478.26
33.3333333333 63.50 518.21
50 81.90 471.03
66.6666666666 90.60 665.21
33.3333333333 81.30 511.72
66.6666666666 93.30 548.42
66.6666666666 85.40 499.20
50 97.80 652.00
16.6666666666 93.20 479.17
16.6666666666 77.50 516.80
16.6666666666 66.30 543.53
16.6666666666 75.20 471.74
50 97.50 551.72
33.3333333333 72.80 499.24
83.3333333333 90.60 595.00
16.6666666666 97.10 506.87
50 96.00 595.56
16.6666666666 70.10 410.53
0 86.70 512.55
16.6666666666 91.30 489.67
16.6666666666 89.10 475.92
0 80.20 497.69
33.3333333333 91.80 521.43
33.3333333333 76.40 481.79
16.6666666666 80.00 479.45
33.3333333333 76.20 502.70
16.6666666666 100.00 408.46
33.3333333333 90.80 417.39
33.3333333333 84.80 441.11
16.6666666666 83.00 457.78
16.6666666666 93.30 502.27
16.6666666666 48.40 431.61
33.3333333333 88.40 436.41
33.3333333333 80.20 454.47
16.6666666666 73.00 451.95
16.6666666666 79.70 451.11
33.3333333333 75.90 426.00
33.3333333333 93.30 564.44
33.3333333333 76.40 486.03
33.3333333333 81.40 489.19
16.6666666666 96.00 505.00
16.6666666666 79.20 427.50
33.3333333333 76.50 482.05
33.3333333333 92.10 486.55
33.3333333333 74.20 478.33
33.3333333333 95.10 482.11
33.3333333333 90.50 529.33
33.3333333333 83.50 493.33
16.6666666666 75.50 514.67
33.3333333333 88.50 435.88
33.3333333333 94.00 461.74
16.6666666666 78.40 452.00
50 86.80 575.19
83.3333333333 98.50 702.35
33.3333333333 81.70 498.97
66.6666666666 100.00 681.60
33.3333333333 82.50 475.48
33.3333333333 68.20 462.86
33.3333333333 80.60 438.33
33.3333333333 65.90 453.81
33.3333333333 74.00 529.62
33.3333333333 96.10 428.70
33.3333333333 86.50 450.61
0 72.20 531.18
16.6666666666 93.50 478.00
33.3333333333 55.80 423.64
50 66.50 627.06
50 74.20 442.61
16.6666666666 76.20 478.75
33.3333333333 71.90 468.67
33.3333333333 82.40 517.78
50 77.20 509.63
33.3333333333 92.20 501.60
50 95.80 474.74
16.6666666666 91.90 471.94
33.3333333333 96.30 429.52
83.3333333333 98.30 580.00
16.6666666666 88.50 470.70
33.3333333333 91.00 572.75
16.6666666666 64.90 470.53
50 91.30 555.79
66.6666666666 85.70 599.35
33.3333333333 95.10 505.26
33.3333333333 83.10 445.14
33.3333333333 91.90 506.00
16.6666666666 78.70 487.94
16.6666666666 74.30 495.43
33.3333333333 98.10 564.17
33.3333333333 78.00 468.26
66.6666666666 100.00 698.90
16.6666666666 86.60 579.35
33.3333333333 91.30 559.18
16.6666666666 90.00 505.25
83.3333333333 99.50 621.06
33.3333333333 71.30 497.63
33.3333333333 80.80 538.13
33.3333333333 73.10 492.73
33.3333333333 91.10 500.61
33.3333333333 89.80 500.74
16.6666666666 83.60 478.52
33.3333333333 82.90 454.80
16.6666666666 83.10 587.83
16.6666666666 91.50 518.22
33.3333333333 90.80 472.00
16.6666666666 93.00 480.00
16.6666666666 85.10 501.13
16.6666666666 90.40 539.53
16.6666666666 80.00 522.44
33.3333333333 88.40 442.50
33.3333333333 88.30 420.00
33.3333333333 81.10 427.88
16.6666666666 80.00 506.12
33.3333333333 91.30 482.86
16.6666666666 82.60 470.77
16.6666666666 87.50 395.38
33.3333333333 84.30 458.82
16.6666666666 70.60 509.49
16.6666666666 81.60 442.94
50 100.00 598.00
100 80.40 723.86
66.6666666666 95.60 682.53
0 77.20 472.31
83.3333333333 99.30 700.61
83.3333333333 92.90 771.25
16.6666666666 95.20 480.74
16.6666666666 75.00 423.00
16.6666666666 89.70 493.42
16.6666666666 90.60 520.61
66.6666666666 97.70 605.26
50 97.70 618.10
83.3333333333 89.00 698.67
33.3333333333 93.40 472.14
66.6666666666 94.50 502.63
33.3333333333 89.00 518.89
66.6666666666 100.00 581.33
16.6666666666 91.80 518.89
16.6666666666 81.60 468.33
50 91.90 592.17
66.6666666666 100.00 525.45
0 94.30 477.89
50 96.30 593.95
16.6666666666 84.60 492.56
83.3333333333 97.20 684.39
16.6666666666 78.90 494.48
33.3333333333 67.20 456.86
0 89.00 486.25
50 100.00 521.25
66.6666666666 94.60 600.00
16.6666666666 76.70 499.56
83.3333333333 99.00 676.92
33.3333333333 84.90 600.22
50 85.40 605.16
33.3333333333 70.70 621.86
33.3333333333 79.80 549.36
50 87.40 599.70
33.3333333333 83.30 561.51
33.3333333333 87.90 588.78
83.3333333333 100.00 860.83
50 75.80 625.17
50 85.20 595.96
16.6666666666 95.80 493.79
50 63.90 636.11
33.3333333333 89.00 584.88
83.3333333333 100.00 739.29
16.6666666666 96.70 509.23
16.6666666666 78.00 439.31
16.6666666666 86.40 467.27
83.3333333333 95.00 735.00
16.6666666666 93.40 515.00
66.6666666666 98.80 703.81
16.6666666666 70.20 469.50
33.3333333333 82.60 466.09
0 68.00 520.00
50 98.50 705.45
16.6666666666 66.00 494.21
50 82.00 551.93
16.6666666666 89.60 523.91
16.6666666666 62.60 459.38
16.6666666666 83.20 510.40
16.6666666666 89.60 467.50
16.6666666666 93.60 465.45
16.6666666666 79.80 471.28
16.6666666666 91.10 467.69
16.6666666666 84.60 508.42
16.6666666666 82.40 495.29
16.6666666666 90.90 460.00
16.6666666666 75.20 464.29
50 96.90 595.45
16.6666666666 88.50 485.77
16.6666666666 80.50 507.86
16.6666666666 77.70 515.03
33.3333333333 77.10 432.59
16.6666666666 82.40 473.49
50 89.80 593.71
16.6666666666 77.40 578.00
16.6666666666 73.00 538.65
0 87.50 531.82
16.6666666666 81.80 473.16
16.6666666666 86.50 520.00
66.6666666666 97.40 620.00
0 92.30 433.33
50 100.00 601.67
16.6666666666 65.90 483.33
83.3333333333 90.70 650.58
83.3333333333 97.20 618.49
66.6666666666 99.20 555.33
66.6666666666 94.70 617.70
0 83.80 466.00
50 96.00 598.57
83.3333333333 100.00 628.72
83.3333333333 95.30 675.00
16.6666666666 89.60 455.00
83.3333333333 95.70 824.80
66.6666666666 91.10 615.29
83.3333333333 98.00 736.07
66.6666666666 100.00 920.00
50 65.90 607.69
66.6666666666 98.40 670.59
16.6666666666 71.70 466.09
16.6666666666 94.00 368.89
16.6666666666 91.80 480.00
66.6666666666 96.30 662.99
50 75.70 819.17
100 90.10 745.38
0 100.00 524.00
16.6666666666 95.90 517.14
16.6666666666 88.60 463.08
66.6666666666 96.80 585.43
50 96.30 633.20
16.6666666666 88.50 463.41
33.3333333333 84.10 507.03
100 88.00 767.62
33.3333333333 87.80 519.53
66.6666666666 100.00 630.80
83.3333333333 96.10 607.59
16.6666666666 77.80 502.07
50 97.90 660.00
16.6666666666 81.30 425.66
16.6666666666 86.40 478.36
33.3333333333 99.00 592.72
16.6666666666 80.10 462.53
16.6666666666 85.90 455.21
66.6666666666 100.00 672.31
16.6666666666 79.20 480.11
16.6666666666 88.30 401.62
16.6666666666 86.70 434.74
33.3333333333 80.10 495.38
66.6666666666 99.10 587.50
0 90.50 398.63
16.6666666666 91.80 416.23
16.6666666666 90.40 467.46
16.6666666666 76.20 431.09
66.6666666666 97.60 632.31
33.3333333333 81.40 481.56
16.6666666666 85.60 468.48
50 100.00 607.86
33.3333333333 96.30 535.12
16.6666666666 96.20 449.91
16.6666666666 92.90 453.60
50 98.40 630.91
16.6666666666 91.40 447.54
16.6666666666 91.10 480.57
16.6666666666 84.70 431.26
16.6666666666 83.60 501.46
33.3333333333 96.80 601.29
33.3333333333 98.30 648.33
0 77.90 475.12
16.6666666666 88.90 507.96
16.6666666666 80.80 496.61
16.6666666666 87.10 433.33
16.6666666666 94.70 485.17
16.6666666666 74.90 453.09
33.3333333333 82.40 502.71
33.3333333333 87.70 488.19
16.6666666666 83.40 487.34
33.3333333333 90.70 429.34
33.3333333333 92.60 495.32
0 90.60 463.72
0 85.90 405.78
50 100.00 573.33
16.6666666666 88.80 456.60
16.6666666666 95.40 433.39
16.6666666666 92.90 429.76
16.6666666666 85.40 464.29
16.6666666666 91.30 434.38
16.6666666666 76.50 442.08
0 90.40 431.09
50 92.80 567.06
33.3333333333 76.20 473.04
16.6666666666 93.30 438.86
50 93.40 554.40
66.6666666666 96.60 587.83
33.3333333333 77.80 454.76
16.6666666666 86.00 461.19
33.3333333333 85.30 472.03
33.3333333333 87.00 486.11
83.3333333333 98.20 709.79
33.3333333333 95.90 507.47
66.6666666666 97.00 573.33
66.6666666666 94.50 624.00
16.6666666666 87.60 485.00
100 98.30 724.73
16.6666666666 85.80 481.42
0 91.80 404.90
16.6666666666 91.80 480.48
0 86.30 419.78
16.6666666666 76.70 450.15
50 100.00 594.00
16.6666666666 82.70 487.36
16.6666666666 81.00 476.94
16.6666666666 88.00 493.86
16.6666666666 90.60 460.34
33.3333333333 92.90 621.19
16.6666666666 88.70 466.45
16.6666666666 89.60 462.97
16.6666666666 88.70 453.12
16.6666666666 90.90 439.15
33.3333333333 98.70 558.57
66.6666666666 96.80 606.67
16.6666666666 80.00 406.67
33.3333333333 99.60 569.23
33.3333333333 85.10 447.92
33.3333333333 93.80 505.38
66.6666666666 100.00 576.47
16.6666666666 92.60 431.79
50 98.10 538.18
0 97.20 464.63
0 93.80 476.30
16.6666666666 93.40 385.35
16.6666666666 85.60 472.50
16.6666666666 78.40 418.55
16.6666666666 85.20 474.98
16.6666666666 91.90 443.82
16.6666666666 85.70 419.14
33.3333333333 96.80 591.13
50 100.00 636.36
33.3333333333 99.70 602.55
33.3333333333 91.40 442.96
16.6666666666 91.40 416.38
33.3333333333 91.20 458.90
33.3333333333 100.00 698.35
0 88.60 431.86
33.3333333333 83.20 473.42
33.3333333333 91.70 537.19
50 89.80 602.67
16.6666666666 92.00 467.74
0 86.50 427.46
16.6666666666 92.90 418.23
33.3333333333 88.90 503.44
16.6666666666 90.50 404.76
0 89.20 465.22
16.6666666666 93.20 388.44
33.3333333333 85.80 432.05
16.6666666666 75.90 484.20
0 88.10 484.71
50 97.40 666.76
16.6666666666 91.40 479.53
33.3333333333 89.90 495.37
16.6666666666 95.70 497.81
16.6666666666 93.40 493.16
0 83.60 490.14
16.6666666666 79.90 501.50
33.3333333333 76.70 482.65
16.6666666666 89.80 476.84
16.6666666666 85.40 428.29
16.6666666666 81.80 472.02
66.6666666666 97.80 652.50
16.6666666666 81.80 462.79
16.6666666666 83.50 429.44
16.6666666666 84.00 505.80
33.3333333333 91.40 498.44
16.6666666666 92.70 505.96
16.6666666666 83.90 563.23
33.3333333333 84.80 498.16
16.6666666666 99.60 577.37
33.3333333333 79.60 505.16
33.3333333333 100.00 610.91
16.6666666666 64.70 439.49
33.3333333333 73.30 471.72
16.6666666666 78.40 498.78
33.3333333333 94.90 472.10
16.6666666666 85.10 461.57
66.6666666666 95.40 620.00
16.6666666666 95.80 500.45
33.3333333333 88.70 475.11
16.6666666666 82.10 498.95
33.3333333333 82.00 495.51
50 98.60 658.75
16.6666666666 66.60 498.98
33.3333333333 65.70 527.12
33.3333333333 67.20 411.15
33.3333333333 72.90 495.78
16.6666666666 81.00 460.30
50 91.60 544.48
33.3333333333 82.20 609.00
66.6666666666 87.70 632.00
66.6666666666 94.40 565.71
16.6666666666 65.70 467.09
33.3333333333 82.30 477.62
50 93.80 583.19
50 96.80 616.81
33.3333333333 50.30 399.31
66.6666666666 98.20 600.00
33.3333333333 62.00 451.90
33.3333333333 73.90 464.00
33.3333333333 54.30 504.96
100 97.20 705.71
83.3333333333 100.00 626.67
33.3333333333 66.90 548.91
50 92.40 622.21
100 85.40 605.26
50 91.00 634.86
33.3333333333 83.20 504.67
33.3333333333 87.40 511.91
33.3333333333 81.70 470.63
33.3333333333 87.80 467.35
33.3333333333 73.80 490.00
100 97.80 730.95
66.6666666666 86.80 553.85
66.6666666666 82.80 664.35
16.6666666666 77.60 501.60
100 96.90 721.18
66.6666666666 88.20 645.00
66.6666666666 100.00 515.00
66.6666666666 93.90 606.00
50 99.00 548.28
100 98.60 754.09
100 94.90 777.67
66.6666666666 86.50 628.33
50 83.00 514.34
33.3333333333 73.60 491.47
66.6666666666 88.90 611.11
33.3333333333 78.30 482.79
83.3333333333 93.10 671.05
83.3333333333 86.20 723.28
50 89.90 518.42
33.3333333333 56.20 488.11
50 86.10 530.63
66.6666666666 88.00 529.13
50 75.20 494.00
66.6666666666 65.80 541.43
50 91.60 567.91
33.3333333333 64.30 525.75
33.3333333333 68.40 460.00
33.3333333333 82.00 517.54
50 89.50 560.92
33.3333333333 85.20 479.47
50 83.10 483.89
33.3333333333 99.10 628.63
33.3333333333 80.80 457.42
50 75.30 501.20
33.3333333333 75.70 466.84
33.3333333333 83.60 506.98
33.3333333333 79.70 461.49
33.3333333333 65.40 422.03
50 100.00 537.71
33.3333333333 97.90 626.61
33.3333333333 84.90 495.00
50 86.30 547.03
33.3333333333 75.40 526.28
50 80.60 550.94
50 79.30 532.93
50 81.10 490.19
50 73.70 520.13
50 82.40 591.06
33.3333333333 78.90 502.19
33.3333333333 75.00 472.73
50 89.90 510.87
50 76.30 527.64
50 93.90 460.00
50 51.30 509.09
50 82.60 437.20
33.3333333333 74.20 485.28
50 67.10 495.06
50 100.00 543.16
83.3333333333 93.90 805.78
66.6666666666 89.40 594.12
33.3333333333 73.60 522.97
33.3333333333 81.90 445.10
83.3333333333 100.00 761.35
50 100.00 538.00
33.3333333333 84.30 424.44
33.3333333333 76.80 501.86
50 98.70 568.80
50 79.50 531.85
33.3333333333 69.90 482.83
66.6666666666 98.50 581.82
50 78.70 587.07
50 79.70 572.86
100 95.70 708.36
50 100.00 580.83
50 82.50 548.00
83.3333333333 99.50 694.83
33.3333333333 70.70 474.24
33.3333333333 70.50 372.73
66.6666666666 77.80 660.00
50 76.00 570.42
50 77.80 525.67
50 77.40 477.78
100 92.20 749.49
50 90.50 516.13
50 83.10 536.49
50 77.60 506.76
83.3333333333 98.20 683.41
83.3333333333 96.90 652.20
83.3333333333 100.00 603.59
33.3333333333 76.30 476.80
50 92.90 529.09
50 70.40 530.07
83.3333333333 99.40 758.57
33.3333333333 78.00 481.28
50 91.30 558.75
66.6666666666 97.60 617.04
50 97.10 572.06
66.6666666666 93.90 607.19
50 63.30 489.63
50 97.80 603.45
50 98.10 577.01
33.3333333333 60.30 445.93
33.3333333333 87.10 505.38
50 95.00 556.18
50 80.90 509.87
66.6666666666 96.40 593.33
50 96.60 622.15
50 99.00 567.91
50 97.90 619.86
83.3333333333 93.40 704.85
83.3333333333 95.10 627.46
50 67.80 527.57
50 78.00 525.36
83.3333333333 99.20 729.42
66.6666666666 96.40 629.86
83.3333333333 97.30 674.55
50 79.40 512.14
50 89.30 540.78
50 83.70 529.23
83.3333333333 96.40 624.58
33.3333333333 94.00 565.29
33.3333333333 69.40 511.84
33.3333333333 91.80 492.59
100 98.60 649.17
33.3333333333 76.60 504.86
50 96.20 582.97
33.3333333333 83.90 485.15
33.3333333333 82.50 519.92
33.3333333333 97.10 507.97
66.6666666666 94.60 600.54
66.6666666666 93.70 579.26
66.6666666666 96.10 722.94
33.3333333333 71.10 508.00
33.3333333333 64.80 507.32
33.3333333333 69.10 485.33
100 97.90 691.84
33.3333333333 68.80 505.24
66.6666666666 100.00 591.00
50 83.60 603.14
50 75.00 447.69
33.3333333333 67.90 504.98
50 97.30 670.24
100 97.60 725.66
83.3333333333 95.30 684.44
33.3333333333 81.80 461.95
66.6666666666 95.40 605.49
66.6666666666 100.00 612.00
66.6666666666 94.30 577.14
83.3333333333 97.10 649.13
100 93.90 786.36
33.3333333333 70.60 477.48
50 99.70 628.11
66.6666666666 96.50 595.65
50 88.20 474.59
66.6666666666 96.40 597.50
66.6666666666 94.90 579.38
100 93.80 778.35
66.6666666666 100.00 598.67
50 85.80 470.47
33.3333333333 65.20 513.56
83.3333333333 95.40 600.90
33.3333333333 71.70 490.95
83.3333333333 100.00 582.17
50 58.10 516.13
50 83.80 518.30
50 77.60 500.59
33.3333333333 75.30 504.40
33.3333333333 70.50 472.98
33.3333333333 69.50 485.64
33.3333333333 79.30 510.20
50 99.30 550.64
16.6666666666 70.70 422.02
33.3333333333 71.10 496.47
33.3333333333 79.10 449.79
33.3333333333 78.30 464.14
66.6666666666 100.00 567.74
16.6666666666 76.10 446.38
33.3333333333 60.70 454.72
50 86.10 512.98
33.3333333333 70.60 503.88
50 98.90 612.14
50 83.40 493.61
66.6666666666 95.40 657.78
33.3333333333 77.00 490.42
33.3333333333 69.30 431.85
16.6666666666 94.60 372.31
33.3333333333 98.90 613.57
33.3333333333 88.80 518.84
66.6666666666 97.10 634.55
83.3333333333 95.50 723.16
16.6666666666 66.80 446.82
33.3333333333 73.40 442.03
33.3333333333 85.30 475.77
50 100.00 605.05
33.3333333333 53.60 443.33
33.3333333333 77.20 466.88
33.3333333333 82.80 486.64
33.3333333333 83.90 473.91
16.6666666666 76.00 476.22
33.3333333333 82.60 468.48
33.3333333333 83.30 506.33
33.3333333333 98.80 649.47
16.6666666666 88.50 468.16
66.6666666666 100.00 680.00
16.6666666666 95.50 474.42
16.6666666666 93.60 438.51
16.6666666666 92.70 492.34
33.3333333333 95.20 496.00
16.6666666666 74.20 469.88
33.3333333333 90.10 441.10
50 98.10 629.03
16.6666666666 92.70 403.28
16.6666666666 74.90 415.96
16.6666666666 79.50 467.65
16.6666666666 86.30 451.35
33.3333333333 97.70 603.33
16.6666666666 90.60 473.66
16.6666666666 88.90 445.90
16.6666666666 91.30 435.56
16.6666666666 86.40 526.88
0 83.10 414.99
83.3333333333 99.20 694.78
33.3333333333 72.50 475.46
16.6666666666 87.60 397.68
66.6666666666 98.00 718.18
33.3333333333 72.30 466.77
16.6666666666 84.90 468.35
0 93.60 427.21
66.6666666666 95.10 688.15
0 88.00 471.03
16.6666666666 95.40 493.85
16.6666666666 89.60 452.88
0 91.90 498.48
50 100.00 646.25
33.3333333333 99.60 572.97
33.3333333333 98.80 621.41
83.3333333333 100.00 629.41
33.3333333333 94.50 463.83
16.6666666666 89.40 437.30
16.6666666666 87.10 443.40
33.3333333333 96.60 554.86
16.6666666666 89.80 418.14
16.6666666666 86.90 447.96
16.6666666666 83.40 480.00
33.3333333333 83.10 504.67
66.6666666666 98.40 616.92
33.3333333333 99.70 570.44
33.3333333333 93.70 428.76
50 83.00 614.16
16.6666666666 82.70 440.28
16.6666666666 75.90 457.28
50 95.20 644.44
66.6666666666 85.50 577.14
16.6666666666 83.30 462.46
33.3333333333 80.30 514.12
16.6666666666 91.50 530.32
16.6666666666 83.60 475.61
16.6666666666 90.70 491.17
16.6666666666 72.80 411.78
50 100.00 561.82
66.6666666666 95.20 761.16
33.3333333333 92.00 538.84
33.3333333333 84.30 506.94
66.6666666666 98.50 751.51
50 98.10 551.11
16.6666666666 86.10 450.87
33.3333333333 83.80 504.20
66.6666666666 100.00 542.22
33.3333333333 82.20 432.39
50 100.00 616.92
0 90.80 478.26
66.6666666666 92.90 578.33
66.6666666666 91.20 686.18
33.3333333333 91.60 499.45
33.3333333333 71.60 461.88
33.3333333333 85.10 527.04
16.6666666666 86.20 483.48
33.3333333333 99.10 581.75
33.3333333333 84.20 480.90
16.6666666666 90.20 498.89
16.6666666666 89.30 395.17
16.6666666666 93.20 431.15
66.6666666666 100.00 640.00
16.6666666666 86.50 426.46
33.3333333333 90.70 435.45
33.3333333333 91.70 450.48
33.3333333333 91.50 479.25
16.6666666666 93.60 400.00
33.3333333333 95.30 455.45
33.3333333333 64.90 536.72
16.6666666666 91.00 428.22
33.3333333333 99.40 535.73
50 96.90 618.67
33.3333333333 84.90 480.71
16.6666666666 86.50 415.69
0 82.70 427.48
33.3333333333 83.00 530.91
33.3333333333 97.50 625.68
33.3333333333 81.00 495.13
16.6666666666 77.40 454.07
83.3333333333 96.00 620.26
83.3333333333 98.50 662.07
66.6666666666 97.00 601.75
33.3333333333 88.70 476.75
16.6666666666 73.20 467.96
33.3333333333 88.70 523.97
16.6666666666 77.40 486.06
16.6666666666 90.90 419.74
16.6666666666 81.40 404.84
16.6666666666 93.60 500.00
33.3333333333 90.60 483.41
16.6666666666 86.90 415.94
16.6666666666 84.70 483.97
16.6666666666 94.50 483.40
16.6666666666 82.60 488.78
16.6666666666 86.60 468.45
16.6666666666 82.80 544.03
33.3333333333 98.90 536.57
16.6666666666 83.30 511.94
0 77.60 485.25
33.3333333333 89.70 512.27
33.3333333333 93.80 493.37
16.6666666666 78.90 480.85
33.3333333333 95.50 414.09
16.6666666666 88.70 508.57
33.3333333333 88.90 518.89
16.6666666666 90.20 507.14
16.6666666666 72.60 417.07
33.3333333333 89.90 499.70
16.6666666666 75.90 515.52
16.6666666666 96.40 411.82
16.6666666666 79.50 380.35
33.3333333333 84.30 478.04
66.6666666666 95.50 604.12
66.6666666666 95.40 696.25
16.6666666666 86.40 472.40
33.3333333333 80.00 498.77
66.6666666666 98.90 538.18
33.3333333333 83.90 562.95
33.3333333333 72.00 479.54
83.3333333333 99.10 670.00
33.3333333333 82.60 511.18
16.6666666666 75.00 427.37
83.3333333333 96.80 762.93
50 81.20 521.52
66.6666666666 88.00 611.30
16.6666666666 80.00 444.08
50 99.70 587.53
33.3333333333 72.60 508.48
16.6666666666 76.10 473.93
33.3333333333 85.20 523.67
50 85.60 510.19
33.3333333333 82.30 545.00
66.6666666666 91.30 634.62
50 93.60 500.73
66.6666666666 89.60 592.73
33.3333333333 69.40 551.45
66.6666666666 97.60 586.40
33.3333333333 80.70 457.20
50 97.50 576.70
83.3333333333 98.90 617.60
33.3333333333 84.20 501.63
33.3333333333 79.60 488.42
83.3333333333 97.10 713.54
33.3333333333 98.20 535.30
33.3333333333 88.40 494.05
16.6666666666 91.90 522.09
16.6666666666 84.50 443.27
16.6666666666 82.30 463.50
16.6666666666 76.90 444.23
16.6666666666 80.00 471.48
16.6666666666 84.20 438.22
33.3333333333 98.20 543.29
16.6666666666 84.10 417.66
50 90.90 595.51
33.3333333333 90.10 434.72
16.6666666666 81.20 465.35
50 100.00 645.88
16.6666666666 80.50 459.58
16.6666666666 89.90 464.84
33.3333333333 90.40 513.56
33.3333333333 74.10 427.65
66.6666666666 100.00 634.17
66.6666666666 100.00 682.29
66.6666666666 98.40 649.41
33.3333333333 77.10 500.84
66.6666666666 92.30 645.00
33.3333333333 84.10 495.26
33.3333333333 78.90 473.19
66.6666666666 92.90 605.88
33.3333333333 76.60 478.92
50 86.60 558.36
50 63.60 556.35
83.3333333333 95.70 696.92
66.6666666666 92.90 561.25
50 70.30 489.44
66.6666666666 91.10 695.77
50 99.70 591.33
50 94.40 541.90
50 67.60 500.21
50 82.90 524.03
33.3333333333 70.50 492.31
33.3333333333 85.10 534.55
66.6666666666 98.70 587.59
66.6666666666 95.60 694.67
100 89.40 712.00
83.3333333333 92.70 658.66
50 100.00 619.50
83.3333333333 100.00 658.67
16.6666666666 75.70 447.80
16.6666666666 83.90 437.12
100 98.80 751.06
50 94.10 616.00
66.6666666666 99.20 588.50
50 100.00 644.71
66.6666666666 90.90 612.17
50 72.90 504.26
100 94.20 641.50
83.3333333333 99.60 689.74
16.6666666666 81.50 475.85
16.6666666666 82.90 456.79
33.3333333333 63.50 564.49
16.6666666666 85.10 461.89
50 88.80 567.92
33.3333333333 73.20 457.75
16.6666666666 78.40 455.67
16.6666666666 84.70 464.58
50 67.70 447.06
33.3333333333 74.50 503.10
33.3333333333 60.30 520.31
33.3333333333 46.40 496.99
50 91.60 549.56
33.3333333333 83.70 539.50
50 79.60 480.00
50 100.00 586.67
50 68.40 485.85
16.6666666666 86.30 481.98
83.3333333333 92.90 742.81
100 88.50 655.71
50 98.30 566.82
83.3333333333 94.40 610.67
50 99.50 562.26
33.3333333333 58.50 478.55
33.3333333333 74.30 478.55
83.3333333333 92.00 563.89
33.3333333333 91.60 445.93
16.6666666666 83.30 487.03
33.3333333333 90.40 495.59
66.6666666666 97.50 573.75
83.3333333333 99.20 843.64
50 97.60 656.33
33.3333333333 96.00 565.14
50 99.20 600.68
16.6666666666 90.00 408.21
66.6666666666 98.30 664.37
66.6666666666 100.00 540.00
33.3333333333 97.40 544.90
83.3333333333 96.70 764.89
50 97.90 611.16
33.3333333333 97.70 593.43
50 99.60 591.22
33.3333333333 80.20 498.35
0 89.80 487.22
33.3333333333 99.30 618.07
33.3333333333 100.00 618.52
16.6666666666 87.20 458.64
16.6666666666 80.20 465.08
16.6666666666 75.90 459.37
83.3333333333 98.00 508.75
16.6666666666 91.40 470.57
66.6666666666 96.70 636.47
16.6666666666 94.10 443.77
16.6666666666 89.40 396.36
83.3333333333 99.30 731.78
50 97.60 627.00
33.3333333333 73.60 489.74
33.3333333333 91.50 505.34
16.6666666666 88.80 443.50
66.6666666666 90.30 727.45
66.6666666666 91.00 600.00
83.3333333333 62.10 539.58
66.6666666666 97.90 700.48
83.3333333333 62.90 575.00
50 100.00 603.33
0 86.40 450.22
16.6666666666 93.50 501.86
33.3333333333 77.10 422.75
16.6666666666 89.30 488.25
33.3333333333 96.00 656.74
0 87.00 473.46
16.6666666666 93.20 447.35
66.6666666666 97.50 715.70
83.3333333333 100.00 858.44
66.6666666666 96.40 566.00
100 97.60 685.33
0 88.20 418.75
0 88.70 430.38
66.6666666666 94.60 620.00
100 95.50 692.50
50 93.90 621.67
16.6666666666 93.90 456.60
33.3333333333 85.60 473.59
16.6666666666 79.00 432.92
16.6666666666 90.90 444.69
66.6666666666 97.40 666.46
33.3333333333 57.90 476.54
66.6666666666 94.00 567.59
50 97.90 554.67
66.6666666666 97.20 584.00
66.6666666666 64.20 600.00
16.6666666666 89.30 395.16
33.3333333333 75.20 526.53
50 98.90 634.52
33.3333333333 98.60 565.88
83.3333333333 95.50 740.69
50 95.40 622.31
33.3333333333 98.80 636.05
33.3333333333 98.50 618.51
16.6666666666 75.80 484.94
16.6666666666 84.90 532.23
16.6666666666 81.20 436.13
50 83.20 561.60
33.3333333333 71.30 518.57
33.3333333333 74.40 469.69
16.6666666666 80.50 475.03
33.3333333333 97.60 564.03
16.6666666666 80.60 485.95
16.6666666666 91.80 411.02
16.6666666666 82.10 492.53
83.3333333333 95.50 676.96
66.6666666666 98.10 626.88
83.3333333333 97.90 642.93
66.6666666666 100.00 600.21
83.3333333333 97.80 681.25
0 91.90 474.00
33.3333333333 92.50 586.32
66.6666666666 100.00 582.67
83.3333333333 94.80 815.84
100 98.70 771.35
50 100.00 581.60
83.3333333333 86.90 565.45
33.3333333333 62.10 510.59
33.3333333333 98.20 582.16
83.3333333333 99.50 800.44
100 93.70 803.25
100 95.40 758.33
66.6666666666 100.00 584.30
33.3333333333 97.60 666.13
50 97.70 562.98
33.3333333333 94.70 574.48
50 99.70 589.89
33.3333333333 100.00 559.42
33.3333333333 98.20 644.50
33.3333333333 97.70 614.56
16.6666666666 93.90 515.53
100 100.00 790.18
0 95.80 440.20
100 88.50 612.17
16.6666666666 83.50 531.47
16.6666666666 70.50 505.60
0 74.90 434.85
0 72.00 398.18
100 91.50 760.00
66.6666666666 98.80 684.63
66.6666666666 99.40 586.42
100 93.00 740.92
16.6666666666 86.40 402.13
100 91.10 761.32
16.6666666666 92.70 600.57
16.6666666666 88.70 476.78
83.3333333333 98.40 687.69
66.6666666666 99.20 602.93
16.6666666666 88.40 472.75
0 81.90 458.53
16.6666666666 86.80 405.54
0 95.30 453.33
16.6666666666 87.00 420.32
0 97.00 443.14
16.6666666666 78.40 523.81
16.6666666666 88.40 433.33
16.6666666666 91.80 462.25
16.6666666666 93.60 428.08
33.3333333333 99.40 589.45
16.6666666666 91.90 377.14
0 85.00 453.33
33.3333333333 100.00 525.34
16.6666666666 92.50 414.29
16.6666666666 84.90 435.18
33.3333333333 98.00 544.90
16.6666666666 88.40 430.57
83.3333333333 71.70 573.33
33.3333333333 99.60 616.41
33.3333333333 98.80 585.50
16.6666666666 89.80 520.87
33.3333333333 99.20 585.16
50 96.70 624.14
33.3333333333 98.00 594.89
33.3333333333 95.90 587.02
100 100.00 887.27
33.3333333333 93.50 592.35
33.3333333333 99.30 575.92
33.3333333333 99.60 604.91
16.6666666666 88.90 460.77
33.3333333333 75.80 497.62
33.3333333333 64.60 491.76
66.6666666666 100.00 562.07
33.3333333333 57.10 497.59
50 100.00 490.53
50 52.10 510.83
50 67.90 522.90
50 64.10 496.60
83.3333333333 87.90 657.19
83.3333333333 97.80 578.46
50 72.10 490.97
66.6666666666 94.60 466.67
50 79.90 518.33
50 73.20 471.79
50 56.40 484.89
50 87.20 496.76
50 72.00 532.81
50 65.80 551.30
50 69.90 550.40
50 79.70 513.76
100 97.60 714.04
66.6666666666 93.70 594.19
83.3333333333 96.20 684.00
66.6666666666 91.10 488.89
50 96.50 519.00
83.3333333333 94.50 620.91
33.3333333333 73.70 516.47
66.6666666666 100.00 555.00
33.3333333333 73.30 496.11
16.6666666666 94.70 400.00
66.6666666666 97.30 532.73
33.3333333333 73.70 507.31
33.3333333333 84.20 487.96
33.3333333333 78.10 485.30
33.3333333333 84.20 452.50
33.3333333333 72.50 497.78
66.6666666666 91.80 648.57
83.3333333333 94.70 628.60
33.3333333333 70.50 500.16
16.6666666666 70.80 482.35
33.3333333333 47.20 467.00
16.6666666666 68.40 522.69
33.3333333333 51.70 474.64
16.6666666666 77.40 497.50
16.6666666666 86.60 559.31
33.3333333333 71.20 574.00
16.6666666666 66.40 490.48
33.3333333333 84.00 515.83
33.3333333333 76.90 576.52
16.6666666666 68.50 536.19
16.6666666666 86.40 512.94
33.3333333333 80.90 494.71
33.3333333333 91.90 489.31
16.6666666666 82.60 487.41
33.3333333333 89.20 475.79
83.3333333333 95.90 605.56
33.3333333333 63.60 526.31
33.3333333333 72.80 535.43
16.6666666666 74.40 522.35
16.6666666666 69.20 507.62
33.3333333333 75.80 525.53
16.6666666666 77.80 526.15
33.3333333333 76.10 485.85
33.3333333333 56.10 526.00
33.3333333333 62.30 521.71
33.3333333333 65.00 477.21
33.3333333333 76.90 482.42
33.3333333333 49.00 513.33
33.3333333333 64.60 546.38
33.3333333333 85.70 474.07
33.3333333333 93.30 508.39
33.3333333333 70.00 500.51
33.3333333333 92.50 485.83
33.3333333333 64.00 517.97
66.6666666666 90.10 540.80
33.3333333333 59.90 472.11
33.3333333333 73.20 510.00
33.3333333333 43.80 494.40
33.3333333333 82.10 468.00
50 78.50 515.88
33.3333333333 72.90 484.86
83.3333333333 94.20 750.00
66.6666666666 92.20 596.25
50 62.90 548.70
33.3333333333 74.70 515.55
16.6666666666 94.60 617.33
16.6666666666 74.70 515.79
33.3333333333 86.30 573.33
33.3333333333 91.00 519.41
50 90.50 534.00
33.3333333333 68.00 498.79
50 79.40 559.41
33.3333333333 72.90 551.25
83.3333333333 89.70 581.00
83.3333333333 98.50 586.29
50 74.00 524.90
33.3333333333 83.10 495.88
50 86.00 532.00
33.3333333333 67.00 510.18
66.6666666666 100.00 636.67
33.3333333333 74.40 536.56
50 85.70 587.41
33.3333333333 77.70 506.08
33.3333333333 92.90 484.00
33.3333333333 73.50 476.00
33.3333333333 66.30 477.40
33.3333333333 88.70 522.00
33.3333333333 84.60 529.57
33.3333333333 48.30 522.50
16.6666666666 70.70 439.17
33.3333333333 72.90 485.00
33.3333333333 69.60 486.99
66.6666666666 87.30 576.67
33.3333333333 68.30 488.89
16.6666666666 67.90 450.48
33.3333333333 77.60 440.41
16.6666666666 79.90 498.81
66.6666666666 98.00 558.40
33.3333333333 72.80 516.92
33.3333333333 64.30 481.03
16.6666666666 82.20 464.18
33.3333333333 64.20 482.76
33.3333333333 98.10 477.00
66.6666666666 91.70 545.45
33.3333333333 79.00 476.63
33.3333333333 72.70 428.57
50 99.00 551.52
33.3333333333 70.40 483.73
66.6666666666 94.50 625.74
33.3333333333 68.50 495.26
33.3333333333 79.70 500.47
33.3333333333 72.50 467.50
50 79.70 504.24
50 78.90 478.26
50 65.70 503.91
66.6666666666 54.40 615.71
83.3333333333 93.50 602.40
83.3333333333 93.00 651.61
83.3333333333 94.70 667.10
100 95.00 694.70
50 65.00 531.79
66.6666666666 95.10 605.81
100 89.50 722.30
100 95.50 723.88
100 91.40 824.35
83.3333333333 84.10 672.89
66.6666666666 95.90 672.38
100 93.00 718.64
66.6666666666 91.10 636.00
100 97.40 787.27
50 73.80 568.08
50 67.00 520.32
50 59.10 536.71
50 50.50 477.65
66.6666666666 82.30 511.61
50 64.40 521.27
66.6666666666 70.30 487.81
50 84.20 481.37
50 65.40 489.05
50 88.80 508.04
50 71.70 535.43
33.3333333333 51.40 492.24
50 62.20 506.36
66.6666666666 77.30 489.09
50 61.20 543.64
33.3333333333 72.20 522.64
66.6666666666 83.50 704.35
50 94.80 608.31
83.3333333333 94.90 666.80
83.3333333333 91.60 672.83
66.6666666666 95.90 660.23
33.3333333333 67.00 505.63
83.3333333333 90.00 697.78
66.6666666666 89.20 630.99
66.6666666666 96.20 611.00
66.6666666666 85.20 588.78
50 53.80 524.55
50 64.70 481.90
50 75.20 502.38
50 45.00 542.22
33.3333333333 62.30 474.50
66.6666666666 95.90 587.37
83.3333333333 90.00 652.00
33.3333333333 84.80 487.69
33.3333333333 84.10 464.44
50 73.70 492.67
50 62.30 476.00
66.6666666666 100.00 541.67
66.6666666666 93.20 527.56
66.6666666666 82.10 687.84
83.3333333333 98.40 627.50
66.6666666666 97.10 675.61
66.6666666666 100.00 544.29
100 94.90 810.91
83.3333333333 93.30 576.46
66.6666666666 98.20 538.00
66.6666666666 99.30 644.29
33.3333333333 65.00 521.35
83.3333333333 96.20 577.93
33.3333333333 85.00 459.33
33.3333333333 67.60 520.44
66.6666666666 94.60 613.07
16.6666666666 59.50 478.70
33.3333333333 76.40 471.20
66.6666666666 93.40 594.78
50 90.10 517.14
83.3333333333 96.60 671.30
33.3333333333 82.30 491.11
66.6666666666 100.00 572.73
50 98.40 587.83
50 96.40 496.76
66.6666666666 89.20 567.27
66.6666666666 90.70 486.67
66.6666666666 90.70 601.74
66.6666666666 91.10 560.00
66.6666666666 94.40 567.06
33.3333333333 85.60 494.00
66.6666666666 91.80 615.45
83.3333333333 98.00 737.58
66.6666666666 95.10 798.75
50 64.70 529.91
33.3333333333 91.80 477.14
50 79.60 534.29
66.6666666666 98.50 619.29
66.6666666666 100.00 593.85
33.3333333333 76.50 512.00
66.6666666666 97.10 576.67
83.3333333333 100.00 619.17
50 97.00 584.82
66.6666666666 88.40 692.14
50 93.20 581.38
50 98.50 524.00
66.6666666666 76.50 594.71
83.3333333333 94.10 640.00
83.3333333333 84.90 720.78
66.6666666666 91.20 605.00
66.6666666666 86.40 646.99
50 100.00 604.00
50 78.00 612.97
66.6666666666 97.40 599.29
50 91.10 523.76
100 86.10 802.00
66.6666666666 93.80 624.80
100 95.10 743.43
83.3333333333 100.00 620.36
100 81.20 788.97
66.6666666666 88.90 578.57
66.6666666666 85.60 586.15
50 74.00 595.56
50 100.00 606.27
50 95.40 593.48
50 89.20 637.19
50 76.00 544.40
50 85.10 694.63
66.6666666666 94.60 618.00
83.3333333333 85.40 672.00
100 87.80 797.73
33.3333333333 75.10 496.67
16.6666666666 87.70 479.39
16.6666666666 78.30 470.81
33.3333333333 100.00 527.69
16.6666666666 79.70 472.31
66.6666666666 94.70 510.00
50 90.30 612.35
50 95.50 624.00
66.6666666666 90.20 592.78
33.3333333333 99.20 572.31
33.3333333333 81.20 486.00
33.3333333333 73.80 548.57
16.6666666666 91.20 404.00
33.3333333333 86.30 507.20
33.3333333333 84.10 565.93
33.3333333333 73.60 517.04
16.6666666666 90.40 476.13
16.6666666666 77.40 488.46
16.6666666666 92.90 533.64
16.6666666666 90.70 463.64
16.6666666666 83.30 491.05
16.6666666666 58.90 512.36
50 96.50 651.03
66.6666666666 96.00 624.71
33.3333333333 76.20 500.67
33.3333333333 54.90 560.82
16.6666666666 68.10 548.33
33.3333333333 65.00 555.50
33.3333333333 83.60 623.28
50 93.80 708.98
16.6666666666 88.50 488.13
16.6666666666 78.50 554.74
16.6666666666 92.70 574.76
16.6666666666 77.40 493.71
16.6666666666 80.60 521.18
16.6666666666 66.00 463.16
33.3333333333 87.90 504.09
33.3333333333 91.00 568.57
33.3333333333 90.50 541.82
16.6666666666 85.40 576.67
33.3333333333 84.80 523.70
16.6666666666 79.90 520.00
16.6666666666 80.80 544.92
16.6666666666 88.00 568.84
33.3333333333 80.90 565.36
0 80.00 531.20
16.6666666666 82.40 528.57
16.6666666666 100.00 547.14
66.6666666666 96.80 722.00
33.3333333333 78.90 553.04
16.6666666666 89.50 542.96
66.6666666666 97.00 660.71
16.6666666666 82.80 569.49
16.6666666666 80.20 519.00
16.6666666666 82.00 481.11
50 78.80 478.33
33.3333333333 79.10 545.29
33.3333333333 77.80 524.37
66.6666666666 98.10 694.63
16.6666666666 96.20 584.80
16.6666666666 79.70 528.46
16.6666666666 78.60 580.00
16.6666666666 85.50 513.85
16.6666666666 89.20 492.73
66.6666666666 94.20 643.37
50 90.10 596.67
83.3333333333 100.00 626.22
33.3333333333 76.30 501.62
16.6666666666 85.20 545.16
33.3333333333 78.20 562.53
33.3333333333 89.20 540.00
66.6666666666 76.00 526.00
16.6666666666 79.00 506.45
33.3333333333 86.10 505.63
16.6666666666 89.50 490.00
16.6666666666 91.10 479.51
16.6666666666 78.60 481.94
16.6666666666 76.70 517.39
16.6666666666 90.00 515.88
33.3333333333 96.90 511.76
16.6666666666 84.40 445.71
16.6666666666 72.80 467.78
50 100.00 636.67
16.6666666666 83.20 504.35
16.6666666666 70.40 496.88
33.3333333333 91.30 462.86
16.6666666666 82.10 517.65
33.3333333333 75.60 509.23
16.6666666666 81.20 493.33
16.6666666666 92.10 538.31
16.6666666666 79.20 432.41
16.6666666666 94.20 488.26
16.6666666666 84.00 519.17
33.3333333333 90.00 545.19
33.3333333333 85.90 520.26
33.3333333333 76.80 503.57
33.3333333333 74.90 460.00
33.3333333333 90.40 466.67
16.6666666666 69.80 494.39
33.3333333333 76.20 544.62
33.3333333333 70.40 519.10
33.3333333333 85.00 474.29
16.6666666666 94.40 530.91
33.3333333333 84.40 478.13
33.3333333333 83.60 510.56
33.3333333333 94.40 556.07
33.3333333333 72.80 512.86
33.3333333333 79.40 503.03
33.3333333333 91.30 529.52
33.3333333333 82.20 537.47
33.3333333333 100.00 570.40
33.3333333333 80.10 520.77
16.6666666666 87.60 509.39
66.6666666666 97.60 575.00
16.6666666666 76.00 463.16
16.6666666666 91.60 531.50
33.3333333333 80.50 518.33
16.6666666666 74.10 500.93
66.6666666666 96.40 581.00
33.3333333333 81.70 502.90
33.3333333333 81.60 484.55
16.6666666666 80.20 552.31
33.3333333333 93.70 501.33
33.3333333333 95.70 541.25
33.3333333333 86.00 463.64
16.6666666666 92.30 490.77
33.3333333333 86.30 542.29
16.6666666666 90.50 478.18
33.3333333333 78.30 516.14
16.6666666666 90.40 480.87
16.6666666666 79.10 549.23
33.3333333333 74.20 516.60
16.6666666666 83.50 493.55
33.3333333333 75.40 542.47
16.6666666666 90.80 497.69
33.3333333333 88.60 509.47
16.6666666666 89.40 522.55
33.3333333333 85.30 514.84
33.3333333333 84.30 542.61
33.3333333333 71.40 522.31
16.6666666666 78.90 534.12
33.3333333333 76.90 544.44
33.3333333333 93.40 547.62
33.3333333333 54.00 530.00
16.6666666666 81.20 502.93
33.3333333333 63.80 583.21
33.3333333333 79.10 488.89
33.3333333333 77.30 485.45
33.3333333333 83.70 527.41
33.3333333333 75.70 545.42
33.3333333333 58.00 547.07
33.3333333333 82.00 563.38
33.3333333333 84.40 532.79
16.6666666666 80.60 613.00
16.6666666666 84.80 507.86
33.3333333333 78.10 523.98
16.6666666666 60.80 494.48
16.6666666666 76.30 426.05
33.3333333333 60.90 527.74
50 94.50 564.00
66.6666666666 92.20 616.36
33.3333333333 73.90 538.32
33.3333333333 66.00 511.58
33.3333333333 78.80 541.21
33.3333333333 82.00 535.94
33.3333333333 70.20 518.25
50 95.20 644.71
33.3333333333 83.10 534.09
16.6666666666 72.60 500.00
66.6666666666 96.40 616.25
33.3333333333 73.30 547.92
16.6666666666 80.60 514.35
33.3333333333 67.20 535.68
16.6666666666 85.00 467.89
16.6666666666 80.20 523.33
16.6666666666 77.00 506.89
16.6666666666 79.10 490.13
33.3333333333 76.80 517.75
33.3333333333 83.50 506.67
16.6666666666 86.50 496.92
16.6666666666 70.00 473.16
16.6666666666 81.90 478.38
66.6666666666 99.60 633.03
66.6666666666 94.00 572.27
33.3333333333 85.20 493.49
33.3333333333 77.50 500.26
16.6666666666 81.70 464.58
33.3333333333 100.00 496.80
66.6666666666 91.20 592.00
83.3333333333 97.60 690.00
100 99.00 783.57
50 93.30 563.33
66.6666666666 96.00 640.87
33.3333333333 63.50 557.53
50 74.80 569.92
50 70.60 556.14
50 74.90 553.75
33.3333333333 69.10 506.67
50 67.50 565.78
50 80.70 525.48
50 86.50 543.48
33.3333333333 74.00 541.07
50 64.70 578.79
50 79.00 546.99
50 75.10 538.53
33.3333333333 72.80 437.78
50 80.00 579.34
16.6666666666 82.10 556.00
50 73.50 596.84
50 73.00 563.21
50 80.20 582.96
83.3333333333 90.00 716.07
33.3333333333 62.20 507.33
100 93.40 791.76
66.6666666666 78.10 558.95
33.3333333333 83.10 536.00
50 71.50 522.70
33.3333333333 81.40 525.25
33.3333333333 77.00 523.12
33.3333333333 83.10 452.50
33.3333333333 75.10 500.67
50 96.20 586.67
33.3333333333 74.70 516.36
33.3333333333 68.60 491.39
66.6666666666 78.70 601.38
50 91.40 512.14
16.6666666666 73.80 504.31
16.6666666666 87.00 507.00
16.6666666666 69.50 462.22
33.3333333333 68.00 477.58
16.6666666666 82.80 531.73
0 82.70 483.64
16.6666666666 82.50 512.09
33.3333333333 73.40 486.34
33.3333333333 74.60 488.10
66.6666666666 94.90 548.33
33.3333333333 69.70 454.35
33.3333333333 76.40 489.14
16.6666666666 80.20 504.73
16.6666666666 77.10 531.28
33.3333333333 88.60 509.33
16.6666666666 77.90 467.89
33.3333333333 78.30 522.34
33.3333333333 86.50 541.38
66.6666666666 86.10 691.11
66.6666666666 91.20 633.67
33.3333333333 65.80 475.25
33.3333333333 61.30 474.29
50 81.20 483.53
50 89.40 517.14
33.3333333333 94.10 602.86
33.3333333333 75.70 511.90
33.3333333333 71.20 491.43
66.6666666666 96.80 592.59
66.6666666666 98.10 610.41
66.6666666666 96.30 647.22
66.6666666666 95.70 645.87
50 56.60 546.40
100 93.30 629.23
100 98.90 733.75
100 97.90 753.86
100 98.60 697.14
83.3333333333 82.90 590.00
66.6666666666 96.60 638.29
50 100.00 551.61
50 73.10 546.96
50 70.80 537.14
33.3333333333 56.90 556.67
50 44.20 480.00
50 57.50 505.22
50 59.90 547.10
50 82.40 515.65
50 72.60 485.85
33.3333333333 66.90 497.50
66.6666666666 93.00 572.07
33.3333333333 74.80 541.38
50 73.20 525.95
50 61.50 505.07
50 82.20 538.72
50 98.90 506.30
66.6666666666 65.90 501.56
66.6666666666 76.60 534.29
50 58.00 489.02
50 81.60 522.30
50 87.00 603.00
33.3333333333 75.20 509.60
50 75.20 495.46
50 79.20 532.73
50 71.40 492.20
66.6666666666 78.00 644.80
100 95.70 714.85
100 97.00 779.00
83.3333333333 97.90 640.00
50 65.40 522.16
83.3333333333 94.70 655.86
83.3333333333 95.70 668.57
100 100.00 717.06
66.6666666666 96.70 575.56
100 95.80 670.00
50 82.10 552.47
83.3333333333 83.30 567.00
66.6666666666 97.40 604.71
66.6666666666 100.00 557.93
33.3333333333 65.50 476.71
50 100.00 550.34
83.3333333333 98.60 673.57
66.6666666666 93.90 646.00
33.3333333333 100.00 630.00
33.3333333333 79.40 478.57
50 94.50 557.50
50 95.80 541.00
50 95.80 547.37
83.3333333333 76.30 588.80
50 97.00 618.57
83.3333333333 91.20 629.38
83.3333333333 95.90 661.59
66.6666666666 96.70 600.00
50 93.80 605.56
50 73.30 569.20
50 72.40 557.73
33.3333333333 68.30 546.67
66.6666666666 100.00 546.00
66.6666666666 83.20 574.29
66.6666666666 100.00 532.63
100 90.70 803.57
50 100.00 545.63
100 95.80 742.04
100 89.00 739.76
50 97.10 560.00
16.6666666666 53.60 525.71
50 89.70 564.17
100 92.60 746.94
66.6666666666 97.00 608.42
33.3333333333 73.90 509.60
83.3333333333 100.00 677.78
33.3333333333 81.40 477.50
16.6666666666 89.30 422.40
66.6666666666 100.00 598.26
66.6666666666 98.40 627.27
16.6666666666 57.00 526.29
66.6666666666 100.00 575.45
16.6666666666 88.10 530.00
16.6666666666 89.00 565.71
83.3333333333 89.60 640.51
83.3333333333 94.10 700.00
66.6666666666 81.00 552.80
33.3333333333 84.50 532.86
33.3333333333 80.90 531.43
83.3333333333 93.60 584.00
83.3333333333 98.60 691.33
50 91.50 547.03
66.6666666666 89.70 599.69
66.6666666666 86.40 579.49
66.6666666666 91.50 663.03
66.6666666666 86.50 565.71
83.3333333333 91.30 635.20
66.6666666666 88.70 576.47
50 87.70 658.76
66.6666666666 96.80 589.43
66.6666666666 96.80 634.40
33.3333333333 75.00 530.91
33.3333333333 83.20 532.78
16.6666666666 87.30 470.00
16.6666666666 81.60 501.43
83.3333333333 86.90 660.00
83.3333333333 95.10 689.76
83.3333333333 90.40 697.80
66.6666666666 97.30 602.35
50 93.30 527.27
83.3333333333 99.10 623.23
50 89.90 672.20
50 93.10 548.45
33.3333333333 93.70 602.38
50 82.60 588.88
50 80.30 639.89
66.6666666666 85.30 555.00
100 100.00 735.71
83.3333333333 100.00 623.48
33.3333333333 100.00 535.00
16.6666666666 86.30 522.99
16.6666666666 95.90 511.22
33.3333333333 93.30 498.26
33.3333333333 89.30 529.55
33.3333333333 83.70 536.80
33.3333333333 94.60 513.56
16.6666666666 84.00 487.20
33.3333333333 95.90 495.66
16.6666666666 90.80 543.90
33.3333333333 86.70 510.70
16.6666666666 100.00 464.00
33.3333333333 93.30 518.33
33.3333333333 98.20 586.82
50 90.60 500.88
33.3333333333 88.40 518.10
66.6666666666 97.90 620.00
33.3333333333 95.10 542.78
33.3333333333 87.50 460.29
33.3333333333 100.00 522.59
83.3333333333 100.00 556.36
16.6666666666 95.20 484.08
50 99.60 551.18
33.3333333333 93.00 540.56
33.3333333333 87.90 470.34
33.3333333333 82.90 547.08
66.6666666666 93.10 603.22
33.3333333333 91.60 527.71
33.3333333333 92.40 597.73
66.6666666666 97.70 681.67
83.3333333333 96.80 735.29
50 93.80 558.46
50 96.40 550.04
50 90.10 497.84
50 88.30 530.34
50 93.50 456.92
33.3333333333 92.10 505.63
33.3333333333 93.60 534.81
33.3333333333 83.40 510.29
66.6666666666 86.60 626.32
66.6666666666 97.10 627.60
50 85.00 547.50
50 98.40 506.67
33.3333333333 92.40 530.41
33.3333333333 93.10 493.81
33.3333333333 88.40 513.40
16.6666666666 97.00 501.35
16.6666666666 95.50 513.20
16.6666666666 93.80 444.75
50 91.80 557.94
83.3333333333 96.30 728.61
83.3333333333 96.60 685.52
83.3333333333 94.70 646.80
66.6666666666 95.30 542.22
83.3333333333 97.00 675.70
33.3333333333 93.20 507.06
33.3333333333 85.50 497.87
50 95.00 499.64
50 87.70 520.00
50 91.50 539.70
50 91.60 511.23
50 82.00 481.31
50 98.80 531.70
50 89.20 512.83
50 91.50 491.49
33.3333333333 82.60 438.00
66.6666666666 87.20 619.33
50 70.50 506.77
50 81.70 540.47
50 91.00 467.69
50 73.10 508.00
50 60.60 489.82
66.6666666666 90.80 513.33
50 99.70 600.24
66.6666666666 95.90 509.89
33.3333333333 91.80 541.33
33.3333333333 96.50 538.78
16.6666666666 98.60 484.76
33.3333333333 97.20 535.06
50 91.40 535.71
33.3333333333 79.00 526.15
50 98.90 491.95
33.3333333333 98.30 538.29
33.3333333333 95.70 506.20
33.3333333333 97.90 524.30
16.6666666666 94.20 452.50
16.6666666666 91.40 517.05
33.3333333333 87.60 529.66
16.6666666666 92.20 485.16
33.3333333333 96.90 484.58
83.3333333333 96.70 556.00
66.6666666666 94.40 591.20
33.3333333333 94.70 518.96
66.6666666666 95.70 645.22
66.6666666666 77.40 586.15
83.3333333333 96.00 638.86
33.3333333333 84.20 564.95
16.6666666666 86.10 486.41
100 100.00 600.63
83.3333333333 94.30 691.69
50 91.80 519.75
83.3333333333 96.70 609.71
66.6666666666 86.50 592.90
66.6666666666 98.90 550.30
50 96.30 604.12
50 91.30 600.00
50 95.20 533.67
50 90.20 545.57
50 96.80 537.69
83.3333333333 98.90 561.60
66.6666666666 88.40 595.20
66.6666666666 97.40 574.74
66.6666666666 98.00 549.86
33.3333333333 92.40 520.44
33.3333333333 89.40 481.00
66.6666666666 99.10 617.62
16.6666666666 98.70 496.12
50 100.00 564.62
66.6666666666 90.70 618.52
33.3333333333 97.20 522.97
33.3333333333 97.40 542.86
16.6666666666 90.80 492.94
33.3333333333 96.80 567.06
33.3333333333 97.70 594.80
33.3333333333 85.70 511.58
50 84.00 481.97
83.3333333333 100.00 656.92
83.3333333333 94.30 633.00
33.3333333333 94.30 536.00
66.6666666666 91.00 668.24
50 83.60 617.00
33.3333333333 93.70 546.29
33.3333333333 93.80 483.42
50 92.10 522.82
33.3333333333 98.80 492.12
33.3333333333 91.20 499.05
50 81.80 487.76
33.3333333333 91.60 560.49
33.3333333333 90.50 545.85
33.3333333333 93.00 518.77
33.3333333333 97.00 529.68
33.3333333333 96.80 538.45
33.3333333333 97.40 503.91
33.3333333333 94.70 589.46
50 93.40 521.95
66.6666666666 96.40 593.64
33.3333333333 93.10 548.80
33.3333333333 91.20 528.53
50 100.00 604.71
16.6666666666 96.90 562.50
16.6666666666 96.90 526.83
16.6666666666 95.20 529.28
33.3333333333 76.40 480.26
66.6666666666 100.00 589.09
16.6666666666 95.80 515.18
16.6666666666 82.40 483.27
33.3333333333 87.30 481.54
33.3333333333 83.20 520.77
16.6666666666 94.10 524.00
50 96.70 464.55
16.6666666666 94.90 569.52
33.3333333333 91.00 501.29
83.3333333333 97.40 572.18
83.3333333333 89.80 588.63
83.3333333333 95.30 544.52
100 92.90 613.08
50 89.50 514.26
33.3333333333 87.40 531.11
33.3333333333 88.30 516.36
50 93.90 460.65
33.3333333333 87.10 518.26
33.3333333333 80.90 528.92
16.6666666666 58.60 507.89
33.3333333333 91.10 523.65
33.3333333333 84.20 568.25
33.3333333333 90.60 572.92
66.6666666666 93.30 530.77
16.6666666666 58.10 488.28
16.6666666666 90.50 512.29
16.6666666666 81.90 504.77
16.6666666666 91.80 530.20
33.3333333333 89.10 502.52
33.3333333333 95.50 571.82
33.3333333333 94.50 532.55
33.3333333333 91.80 597.39
33.3333333333 96.70 527.95
16.6666666666 88.10 549.65
33.3333333333 95.80 504.80
33.3333333333 69.50 471.43
33.3333333333 92.70 497.37
50 85.90 503.86
50 81.70 496.36
83.3333333333 85.90 525.56
50 92.50 518.60
33.3333333333 95.40 549.02
33.3333333333 94.20 505.87
33.3333333333 99.20 487.94
83.3333333333 100.00 665.26
33.3333333333 90.50 493.74
66.6666666666 100.00 554.55
50 93.30 463.75
33.3333333333 90.00 556.20
33.3333333333 74.50 485.19
33.3333333333 89.50 450.33
33.3333333333 92.50 460.32
50 93.40 666.27
33.3333333333 95.20 582.38
66.6666666666 96.90 699.67
33.3333333333 83.20 482.06
50 100.00 576.92
33.3333333333 96.20 560.42
83.3333333333 97.30 582.14
33.3333333333 92.50 490.69
33.3333333333 94.30 513.02
33.3333333333 92.30 534.55
33.3333333333 99.30 560.00
33.3333333333 92.60 502.06
66.6666666666 84.10 666.23
33.3333333333 76.20 582.02
33.3333333333 96.80 513.76
33.3333333333 91.10 529.50
66.6666666666 90.30 624.18
66.6666666666 97.20 706.67
33.3333333333 55.70 533.85
33.3333333333 96.00 432.30
16.6666666666 94.00 453.33
33.3333333333 91.30 528.11
33.3333333333 87.90 526.12
66.6666666666 97.90 620.87
33.3333333333 84.40 520.52
66.6666666666 92.30 589.41
33.3333333333 75.90 453.58
16.6666666666 94.60 452.62
33.3333333333 94.50 522.79
33.3333333333 93.90 481.28
50 94.90 562.50
33.3333333333 91.00 526.80
66.6666666666 100.00 613.33
66.6666666666 100.00 537.14
50 95.60 484.41
50 100.00 534.00
33.3333333333 83.90 542.82
66.6666666666 98.10 658.33
66.6666666666 97.70 548.57
33.3333333333 97.00 499.13
33.3333333333 89.80 528.33
66.6666666666 100.00 598.46
33.3333333333 89.70 498.52
50 81.00 497.37
33.3333333333 90.20 498.75
83.3333333333 85.90 605.00
33.3333333333 91.60 426.15
50 82.60 427.27
50 87.60 514.10
50 69.40 511.71
66.6666666666 76.00 536.36
50 93.80 452.80
50 94.60 470.77
50 77.20 495.12
50 95.20 511.16
50 81.00 498.00
83.3333333333 93.10 584.00
50 93.10 502.07
50 90.80 535.88
50 84.00 550.48
50 87.40 537.60
50 78.40 505.53
50 83.10 541.14
50 89.80 488.37
33.3333333333 77.40 523.58
33.3333333333 83.20 476.55
50 84.80 582.63
50 80.40 542.73
66.6666666666 96.60 550.67
66.6666666666 100.00 516.36
83.3333333333 86.60 655.64
50 95.10 484.57
33.3333333333 80.60 537.86
33.3333333333 90.00 508.53
50 84.40 509.86
50 84.10 467.87
50 84.70 491.30
66.6666666666 92.30 507.14
50 94.70 504.56
50 97.70 517.50
50 100.00 480.00
100 100.00 627.86
83.3333333333 100.00 644.41
83.3333333333 99.20 604.75
66.6666666666 100.00 592.67
33.3333333333 92.60 553.45
50 88.30 480.25
50 85.90 517.87
66.6666666666 97.80 523.08
83.3333333333 95.90 578.72
66.6666666666 94.70 528.33
50 93.00 500.00
50 97.40 568.68
50 82.20 478.13
50 92.00 542.67
50 94.90 498.93
33.3333333333 93.00 456.00
50 96.90 507.50
50 87.90 497.11
50 95.90 477.50
50 89.30 489.00
50 91.70 494.15
50 94.60 513.85
50 83.70 465.92
33.3333333333 92.60 499.73
66.6666666666 92.40 541.43
33.3333333333 91.70 501.90
100 94.80 707.03
66.6666666666 100.00 536.92
100 97.00 749.82
50 93.20 538.41
83.3333333333 92.40 610.30
50 78.70 522.35
50 76.70 477.74
33.3333333333 62.50 364.29
50 88.10 501.74
50 94.50 518.10
50 92.20 457.18
50 84.70 481.88
50 79.40 481.60
50 91.90 497.65
50 80.40 515.48
50 73.80 440.93
50 91.50 535.51
50 91.00 490.97
50 87.40 480.00
66.6666666666 100.00 609.09
50 97.40 510.27
50 78.20 502.30
50 92.70 490.12
33.3333333333 95.90 461.14
50 85.20 495.00
66.6666666666 92.70 555.85
50 97.20 557.60
50 95.90 479.64
50 91.60 546.15
66.6666666666 89.50 588.75
50 96.30 562.11
83.3333333333 96.30 540.48
66.6666666666 91.10 500.39
50 91.40 468.33
50 98.30 483.33
66.6666666666 77.80 630.59
50 93.20 541.16
83.3333333333 88.50 597.50
83.3333333333 94.70 536.84
83.3333333333 89.30 570.97
100 96.80 700.00
66.6666666666 88.70 526.22
83.3333333333 92.30 641.92
83.3333333333 96.50 548.57
100 96.80 802.95
50 98.40 545.00
50 93.40 503.64
83.3333333333 97.50 713.28
83.3333333333 94.20 581.62
66.6666666666 96.80 586.15
50 95.30 533.14
100 97.30 805.95
66.6666666666 95.00 549.76
66.6666666666 91.90 493.00
83.3333333333 88.70 711.18
66.6666666666 83.40 554.21
33.3333333333 94.10 460.44
83.3333333333 95.50 622.00
50 74.90 511.64
66.6666666666 86.60 620.76
83.3333333333 93.80 641.90
83.3333333333 95.10 658.38
83.3333333333 95.00 610.20
83.3333333333 79.90 607.41
83.3333333333 97.40 701.05
50 88.30 563.40
50 88.90 465.40
50 91.00 516.20
50 93.20 601.68
50 89.00 537.50
50 86.70 565.58
100 97.80 751.19
100 92.00 601.11
83.3333333333 92.60 613.50
83.3333333333 90.30 645.48
83.3333333333 97.60 593.04
100 96.70 728.14
66.6666666666 79.20 517.90
50 92.20 453.17
50 88.90 489.36
100 95.10 680.00
50 92.10 537.40
50 95.20 522.11
66.6666666666 96.00 655.23
50 97.00 506.29
50 89.40 483.92
50 98.70 469.10
33.3333333333 87.40 536.08
50 87.40 504.00
50 88.90 522.86
50 82.40 496.61
50 79.80 486.83
50 82.10 514.29
50 79.90 592.50
50 96.80 510.00
50 89.80 482.80
50 93.00 454.00
100 82.10 658.95
50 89.70 559.20
100 100.00 780.79
100 98.80 851.27
50 88.90 483.81
50 75.30 484.62
50 97.10 497.59
50 75.70 534.46
50 86.50 476.04
50 91.30 465.93
50 88.50 495.46
50 89.40 518.20
50 90.00 509.84
50 78.40 461.18
50 93.20 447.27
50 92.30 533.73
50 98.90 499.57
50 85.30 516.04
83.3333333333 89.50 576.00
50 92.20 500.35
50 92.10 587.80
50 88.70 547.11
50 90.90 516.05
50 95.70 594.48
50 91.50 472.50
50 83.20 493.86
50 87.50 484.63
50 95.60 467.14
100 91.50 638.26
50 87.00 501.67
33.3333333333 92.00 543.06
50 73.30 545.50
50 87.10 492.22
66.6666666666 77.50 655.89
83.3333333333 94.80 697.78
50 83.70 477.28
83.3333333333 92.80 618.72
100 89.30 569.09
66.6666666666 100.00 501.05
50 90.20 546.28
50 85.50 430.83
50 94.50 497.14
33.3333333333 97.20 518.37
50 89.70 452.91
50 95.70 526.89
83.3333333333 98.60 559.05
66.6666666666 98.40 604.52
66.6666666666 84.60 572.76
33.3333333333 91.90 494.37
33.3333333333 83.20 526.01
33.3333333333 94.50 485.13
66.6666666666 94.00 550.00
50 97.20 588.20
33.3333333333 98.60 489.00
50 98.90 528.89
83.3333333333 94.90 498.75
50 95.30 473.02
50 97.00 469.50
16.6666666666 89.00 482.19
50 93.20 492.11
66.6666666666 96.00 642.41
33.3333333333 93.30 476.47
66.6666666666 100.00 466.67
50 99.40 529.22
33.3333333333 95.60 487.02
33.3333333333 96.60 650.77
50 99.60 601.29
66.6666666666 95.60 555.79
100 97.40 698.21
66.6666666666 95.30 559.09
50 92.80 522.22
50 87.50 553.04
50 93.90 513.44
50 72.90 485.41
66.6666666666 87.30 507.17
100 96.90 759.38
83.3333333333 92.30 641.89
83.3333333333 91.00 625.75
66.6666666666 94.60 538.57
66.6666666666 91.60 635.17
66.6666666666 83.60 665.60
100 95.40 733.12
66.6666666666 95.90 530.75
83.3333333333 97.90 685.00
66.6666666666 92.70 525.00
66.6666666666 84.50 703.08
83.3333333333 92.30 579.64
66.6666666666 91.90 553.75
66.6666666666 97.50 555.20
50 100.00 563.81
33.3333333333 96.20 528.57
66.6666666666 93.70 550.00
66.6666666666 97.50 550.00
66.6666666666 97.80 570.18
50 96.30 566.45
66.6666666666 96.70 583.08
83.3333333333 92.60 724.00
50 88.10 570.95
50 98.10 516.25
50 95.10 580.87
66.6666666666 97.00 481.18
50 98.50 576.00
33.3333333333 100.00 577.00
66.6666666666 97.10 595.48
66.6666666666 97.90 577.48
83.3333333333 94.40 609.12
83.3333333333 95.70 662.78
100 98.70 671.26
33.3333333333 100.00 431.11
66.6666666666 95.70 575.20
33.3333333333 98.40 484.80
16.6666666666 85.70 390.67
100 91.70 686.42
50 90.40 562.50
50 95.00 526.15
83.3333333333 91.80 767.34
83.3333333333 94.80 601.76
66.6666666666 93.30 656.00
66.6666666666 100.00 526.92
66.6666666666 97.20 576.76
100 96.70 682.11
100 95.10 693.16
66.6666666666 94.40 622.86
100 97.60 737.23
66.6666666666 99.00 603.89
83.3333333333 91.50 664.76
66.6666666666 97.50 623.08
83.3333333333 99.00 589.30
66.6666666666 99.30 559.80
50 95.80 622.05
66.6666666666 98.00 527.89
83.3333333333 89.20 624.00
66.6666666666 86.00 476.36
83.3333333333 96.00 577.69
50 92.90 582.60
83.3333333333 97.50 636.44
100 97.50 765.99
66.6666666666 95.70 571.87
100 91.50 697.07
66.6666666666 97.60 546.62
50 89.60 500.00
16.6666666666 96.60 551.03
66.6666666666 86.10 563.64
83.3333333333 100.00 571.22
50 92.20 548.57
83.3333333333 85.70 610.00
83.3333333333 97.10 628.00
66.6666666666 80.80 571.20
33.3333333333 84.90 530.22
50 89.60 539.20
66.6666666666 87.80 598.00
50 95.70 530.74
50 91.00 461.86
50 91.80 511.56
50 93.90 588.51
33.3333333333 95.80 615.93
50 94.20 639.87
50 88.50 567.22
66.6666666666 97.00 633.29
50 98.50 516.47
33.3333333333 92.40 617.43
50 93.20 557.72
50 97.40 547.76
83.3333333333 97.40 612.12
50 94.10 498.95
83.3333333333 97.00 638.99
50 83.30 565.92
50 91.30 562.26
50 92.80 591.54
50 91.50 589.41
50 94.50 567.33
33.3333333333 98.70 509.90
100 88.20 774.29
83.3333333333 94.00 557.44
100 92.60 739.47
66.6666666666 97.10 596.30
50 98.50 581.33
66.6666666666 94.60 570.42
100 96.80 783.53
66.6666666666 92.50 577.14
66.6666666666 88.90 570.53
66.6666666666 100.00 573.64
50 100.00 516.36
66.6666666666 96.00 562.94
50 76.20 615.81
33.3333333333 87.40 515.13
66.6666666666 98.30 481.82
33.3333333333 93.60 609.89
100 93.30 712.68
66.6666666666 90.10 577.65
83.3333333333 94.10 574.17
83.3333333333 96.30 595.06
50 92.20 603.21
33.3333333333 90.10 505.96
50 94.90 556.53
33.3333333333 93.70 586.83
50 93.40 569.78
50 85.50 612.24
33.3333333333 97.10 573.04
33.3333333333 97.20 490.40
33.3333333333 91.20 540.00
100 93.20 688.85
100 98.20 824.05
16.6666666666 92.30 506.75
50 92.50 507.27
33.3333333333 69.40 534.86
16.6666666666 73.20 511.51
33.3333333333 90.60 480.91
50 97.50 614.48
33.3333333333 48.60 536.76
33.3333333333 81.60 525.56
16.6666666666 77.40 483.08
16.6666666666 86.20 505.88
66.6666666666 98.20 582.67
66.6666666666 91.00 603.16
33.3333333333 100.00 574.29
16.6666666666 71.20 520.00
33.3333333333 97.30 543.59
16.6666666666 73.00 487.64
33.3333333333 84.10 486.06
16.6666666666 97.40 505.22
83.3333333333 98.60 605.00
33.3333333333 79.40 465.71
16.6666666666 72.60 541.38
33.3333333333 58.10 434.00
83.3333333333 91.10 617.50
33.3333333333 72.50 498.00
50 97.60 560.00
50 78.40 498.57
16.6666666666 83.20 516.59
66.6666666666 92.00 551.92
83.3333333333 79.40 622.46
83.3333333333 96.30 561.67
83.3333333333 92.90 653.18
33.3333333333 53.00 526.41
33.3333333333 77.90 505.91
33.3333333333 72.40 518.14
83.3333333333 97.80 649.30
33.3333333333 75.40 508.33
33.3333333333 67.90 505.32
33.3333333333 69.40 495.04
33.3333333333 58.30 552.60
50 68.60 554.55
83.3333333333 96.10 597.27
33.3333333333 79.80 521.04
16.6666666666 86.80 477.90
16.6666666666 65.70 459.04
16.6666666666 64.20 476.83
16.6666666666 70.00 499.39
16.6666666666 81.40 428.29
33.3333333333 72.80 473.12
33.3333333333 82.70 491.40
33.3333333333 96.00 510.37
50 73.80 397.89
33.3333333333 69.30 502.35
100 99.00 600.00
66.6666666666 95.40 607.59
33.3333333333 60.40 501.97
83.3333333333 97.00 611.79
50 67.10 515.50
50 72.50 511.40
100 94.20 663.48
83.3333333333 82.40 557.50
50 75.60 522.14
100 99.10 717.00
100 96.90 686.62
100 97.40 610.00
83.3333333333 93.70 573.66
33.3333333333 78.90 469.50
50 75.90 507.18
50 85.20 514.64
66.6666666666 98.20 613.97
50 78.30 545.41
33.3333333333 66.00 521.94
83.3333333333 88.20 547.89
33.3333333333 66.30 516.84
50 85.30 463.23
33.3333333333 60.20 473.10
33.3333333333 64.40 444.00
50 96.50 493.53
33.3333333333 69.30 506.94
50 74.10 505.49
50 72.50 548.57
50 64.70 549.14
50 73.50 633.29
83.3333333333 87.90 657.67
66.6666666666 96.40 567.20
83.3333333333 89.10 644.73
50 93.60 514.50
33.3333333333 88.00 485.00
50 87.50 523.16
50 74.30 526.79
50 65.80 461.00
33.3333333333 84.40 488.15
33.3333333333 44.70 470.18
50 86.60 505.53
33.3333333333 62.70 561.25
50 79.80 518.44
83.3333333333 83.10 644.29
33.3333333333 73.90 567.12
50 66.20 487.83
50 97.20 565.56
16.6666666666 75.60 522.58
33.3333333333 76.90 467.25
33.3333333333 76.80 528.70
83.3333333333 93.40 625.26
33.3333333333 57.60 498.29
33.3333333333 53.90 505.18
50 93.60 574.07
33.3333333333 66.20 516.33
83.3333333333 97.40 595.29
33.3333333333 59.30 508.46
83.3333333333 90.00 624.44
50 95.70 537.86
66.6666666666 90.10 604.32
66.6666666666 98.20 587.78
83.3333333333 85.60 575.45
50 97.60 544.00
83.3333333333 97.60 544.52
50 76.20 550.00
50 77.40 634.64
50 71.40 608.73
33.3333333333 67.80 610.63
66.6666666666 97.50 621.86
50 100.00 592.00
100 96.70 589.66
83.3333333333 98.60 583.75
83.3333333333 96.30 529.38
66.6666666666 77.30 581.45
66.6666666666 96.20 614.35
83.3333333333 97.50 648.30
66.6666666666 94.00 635.00
83.3333333333 87.60 564.56
66.6666666666 97.40 591.25
66.6666666666 100.00 610.00
100 93.40 660.82
66.6666666666 98.60 635.65
50 74.10 605.25
50 95.20 552.00
33.3333333333 81.60 586.40
83.3333333333 95.90 640.00
66.6666666666 97.50 629.00
100 99.20 737.67
83.3333333333 91.40 617.33
100 94.90 691.13
50 66.80 661.94
83.3333333333 94.60 587.50
100 100.00 740.84
66.6666666666 97.00 554.25
50 98.50 566.11
83.3333333333 100.00 606.00
50 97.10 549.52
100 90.50 645.85
50 100.00 529.14
66.6666666666 97.40 602.67
83.3333333333 92.60 616.52
83.3333333333 93.70 549.23
50 74.30 485.29
83.3333333333 97.10 627.35
50 99.00 536.19
33.3333333333 75.00 516.94
66.6666666666 83.10 590.29
50 96.60 511.11
100 96.90 697.74
33.3333333333 54.80 505.13
50 93.90 543.33
50 71.60 532.63
83.3333333333 96.90 600.00
33.3333333333 74.20 533.56
66.6666666666 81.90 530.67
50 92.00 520.00
33.3333333333 96.00 554.84
83.3333333333 90.80 587.07
83.3333333333 91.90 582.22
83.3333333333 93.00 587.69
50 80.20 502.31
66.6666666666 86.40 694.88
66.6666666666 97.10 596.36
83.3333333333 94.50 662.29
66.6666666666 90.40 613.17
66.6666666666 84.80 610.77
33.3333333333 69.60 527.78
100 85.00 657.27
33.3333333333 98.90 550.59
50 92.90 534.86
83.3333333333 100.00 685.45
66.6666666666 100.00 580.00
66.6666666666 94.90 584.29
83.3333333333 85.90 673.00
66.6666666666 96.20 542.63
50 95.80 516.60
33.3333333333 75.20 480.16
50 100.00 595.00
33.3333333333 59.10 520.69
33.3333333333 72.20 470.83
33.3333333333 60.40 527.41
33.3333333333 80.60 519.17
33.3333333333 66.40 549.23
83.3333333333 100.00 636.67
33.3333333333 52.00 506.49
33.3333333333 61.20 544.06
16.6666666666 72.00 478.18
0 89.00 394.55
50 48.50 491.05
33.3333333333 73.70 555.00
16.6666666666 58.70 504.17
33.3333333333 56.30 523.45
33.3333333333 53.30 485.00
16.6666666666 63.20 499.57
83.3333333333 89.30 603.33
33.3333333333 54.70 547.83
33.3333333333 68.70 521.82
33.3333333333 60.70 521.14
33.3333333333 81.40 547.03
33.3333333333 79.90 541.41
66.6666666666 78.60 692.11
33.3333333333 52.00 537.60
66.6666666666 83.50 626.88
66.6666666666 82.70 651.72
33.3333333333 64.00 554.67
33.3333333333 73.20 549.45
50 66.10 562.08
33.3333333333 77.40 518.90
33.3333333333 39.80 533.95
33.3333333333 77.20 584.36
33.3333333333 75.90 482.94
16.6666666666 52.80 541.32
66.6666666666 98.70 809.47
16.6666666666 61.40 557.68
33.3333333333 84.70 524.76
83.3333333333 93.30 756.00
66.6666666666 98.00 647.14
33.3333333333 74.90 514.83
33.3333333333 69.30 513.60
33.3333333333 40.10 514.38
33.3333333333 71.30 545.16
66.6666666666 95.70 568.00
16.6666666666 89.40 466.15
33.3333333333 65.20 532.04
33.3333333333 77.30 552.22
16.6666666666 91.50 466.96
33.3333333333 81.40 473.71
66.6666666666 98.10 498.46
50 79.40 493.78
33.3333333333 85.70 480.00
33.3333333333 90.30 471.48
50 99.20 631.85
66.6666666666 100.00 616.00
50 94.60 501.92
33.3333333333 82.90 453.77
33.3333333333 81.40 468.66
33.3333333333 82.30 487.18
16.6666666666 75.60 502.50
50 92.00 549.17
33.3333333333 82.80 473.56
66.6666666666 97.10 542.86
33.3333333333 83.40 541.48
16.6666666666 89.10 498.24
50 75.00 482.94
33.3333333333 70.00 532.63
50 74.80 480.00
50 60.40 521.29
83.3333333333 94.50 591.93
83.3333333333 94.10 672.63
66.6666666666 77.10 597.89
83.3333333333 86.80 625.26
83.3333333333 97.30 737.00
100 92.30 645.83
100 86.70 674.78
83.3333333333 95.70 700.72
100 96.10 762.82
100 97.50 834.84
50 86.30 639.48
50 68.10 504.66
50 64.60 541.23
83.3333333333 94.40 637.78
83.3333333333 95.40 673.25
66.6666666666 73.70 571.69
100 96.10 799.44
83.3333333333 81.80 720.00
83.3333333333 93.80 750.86
100 88.00 765.28
50 39.90 532.40
50 51.50 552.73
50 67.60 526.87
50 68.60 529.01
50 72.20 549.06
50 86.50 582.86
50 63.00 511.23
50 80.50 564.06
50 78.60 544.55
50 71.30 597.19
50 56.50 573.75
50 66.50 545.81
50 70.10 510.00
50 70.70 536.00
66.6666666666 0.00 626.60
83.3333333333 97.80 581.60
83.3333333333 91.70 633.82
100 91.00 675.00
83.3333333333 94.90 714.21
66.6666666666 85.70 480.00
33.3333333333 49.50 484.53
50 63.40 548.00
33.3333333333 71.60 393.57
33.3333333333 85.20 436.25
33.3333333333 50.00 513.33
83.3333333333 100.00 717.04
83.3333333333 96.30 738.18
50 72.30 494.52
33.3333333333 58.50 528.17
83.3333333333 100.00 743.64
33.3333333333 78.70 494.69
33.3333333333 87.80 539.44
33.3333333333 88.10 494.59
33.3333333333 78.40 540.00
83.3333333333 100.00 604.00
50 95.20 616.19
83.3333333333 95.70 714.55
33.3333333333 66.70 544.07
33.3333333333 67.90 536.18
83.3333333333 100.00 641.05
16.6666666666 58.80 450.62
16.6666666666 60.90 494.86
33.3333333333 73.50 454.51
83.3333333333 70.60 585.45
33.3333333333 65.70 522.20
16.6666666666 75.50 506.10
16.6666666666 75.50 520.56
50 64.30 553.61
33.3333333333 77.60 470.00
66.6666666666 85.70 562.35
33.3333333333 61.50 563.76
16.6666666666 73.60 501.14
83.3333333333 95.90 639.09
33.3333333333 71.90 602.09
100 87.00 652.73
66.6666666666 96.00 594.52
83.3333333333 77.60 671.25
16.6666666666 70.80 499.73
66.6666666666 92.90 696.19
33.3333333333 70.30 528.28
100 93.90 820.97
66.6666666666 89.80 732.00
33.3333333333 72.50 446.67
50 70.70 504.52
16.6666666666 72.60 468.97
83.3333333333 84.70 716.10
100 93.40 773.96
66.6666666666 88.40 596.70
83.3333333333 94.40 642.70
83.3333333333 90.30 789.20
33.3333333333 60.60 494.40
66.6666666666 99.00 573.68
50 99.00 503.75
66.6666666666 100.00 694.00
83.3333333333 92.50 582.11
66.6666666666 95.00 553.53
33.3333333333 65.80 524.07
83.3333333333 94.20 663.59
83.3333333333 72.60 637.50
66.6666666666 96.00 544.74
83.3333333333 95.00 624.44
66.6666666666 87.10 563.00
83.3333333333 99.20 575.29
83.3333333333 86.00 672.00
66.6666666666 95.70 612.00
66.6666666666 96.90 593.53
66.6666666666 98.40 645.53
50 87.90 518.46
66.6666666666 96.50 598.11
66.6666666666 100.00 717.39
83.3333333333 96.60 618.70
66.6666666666 96.80 576.92
16.6666666666 77.90 532.94
66.6666666666 97.70 642.90
33.3333333333 80.20 459.11
50 78.20 515.11
50 68.30 520.35
50 63.00 570.91
50 77.00 553.49
83.3333333333 99.40 623.51
16.6666666666 97.50 510.91
33.3333333333 78.90 500.54
66.6666666666 86.00 641.67
50 82.60 506.96
83.3333333333 98.00 652.28
66.6666666666 92.70 582.50
33.3333333333 61.50 477.33
66.6666666666 93.20 633.04
50 72.90 480.38
16.6666666666 89.10 457.58
50 88.10 519.56
83.3333333333 96.60 625.63
50 85.00 518.46
33.3333333333 86.10 445.26
50 88.90 555.29
50 92.40 622.11
33.3333333333 76.10 482.86
66.6666666666 96.10 600.00
16.6666666666 72.30 492.70
66.6666666666 84.70 617.50
33.3333333333 78.20 515.74
66.6666666666 96.40 637.50
16.6666666666 79.90 501.82
33.3333333333 87.80 552.08
16.6666666666 78.00 481.43
66.6666666666 90.90 555.79
83.3333333333 92.50 661.54
33.3333333333 67.80 412.54
50 95.70 558.18
0 91.40 469.58
66.6666666666 89.90 639.70
83.3333333333 97.70 674.05
50 77.10 522.19
50 95.90 611.82
16.6666666666 67.60 480.70
66.6666666666 95.80 615.38
83.3333333333 95.90 607.00
66.6666666666 95.10 628.46
50 71.50 526.43
33.3333333333 83.40 578.31
83.3333333333 100.00 653.08
83.3333333333 93.10 595.38
33.3333333333 75.10 501.62
50 65.60 523.56
50 57.80 556.55
50 90.50 485.00
50 77.00 564.83
50 58.70 515.32
83.3333333333 93.40 627.55
50 54.00 493.43
83.3333333333 92.60 679.43
83.3333333333 96.70 646.31
83.3333333333 84.50 553.85
83.3333333333 90.70 718.24
33.3333333333 64.10 496.36
83.3333333333 95.50 664.21
50 81.20 481.60
50 62.20 521.43
50 69.70 483.50
50 68.10 511.29
50 65.50 492.62
50 65.40 567.50
50 70.30 552.50
66.6666666666 89.40 549.31
50 82.30 556.22
50 82.90 551.72
50 77.40 472.94
50 75.30 476.00
50 85.30 510.77
50 64.10 512.41
50 66.70 476.36
50 74.00 527.59
66.6666666666 100.00 671.00
33.3333333333 70.20 536.17
66.6666666666 96.60 636.36
33.3333333333 74.10 498.89
33.3333333333 66.30 503.48
50 55.20 550.40
33.3333333333 79.50 485.19
33.3333333333 93.70 518.33
16.6666666666 90.20 482.02
16.6666666666 75.40 454.67
16.6666666666 86.40 509.37
33.3333333333 79.40 513.33
33.3333333333 86.00 483.40
16.6666666666 70.40 600.00
16.6666666666 74.10 586.67
16.6666666666 69.90 511.81
66.6666666666 95.60 649.23
16.6666666666 85.20 485.96
16.6666666666 79.10 525.95
50 98.20 613.33
16.6666666666 86.50 532.21
50 78.80 544.62
33.3333333333 72.00 486.67
83.3333333333 93.00 632.38
33.3333333333 90.50 429.00
16.6666666666 82.20 547.69
33.3333333333 81.40 486.67
33.3333333333 83.40 532.63
83.3333333333 97.50 734.55
50 87.10 595.00
66.6666666666 94.70 667.27
33.3333333333 65.80 499.77
66.6666666666 91.20 650.00
83.3333333333 95.90 672.28
83.3333333333 88.30 695.80
83.3333333333 70.90 628.00
83.3333333333 65.60 632.41
66.6666666666 81.20 597.69
66.6666666666 56.10 630.00
50 100.00 676.92
33.3333333333 61.60 512.20
50 84.40 530.85
50 80.10 595.42
50 74.20 532.50
66.6666666666 70.90 562.50
33.3333333333 87.70 497.62
66.6666666666 91.00 727.32
66.6666666666 100.00 545.26
66.6666666666 94.90 610.33
33.3333333333 91.50 492.89
83.3333333333 100.00 645.93
33.3333333333 70.20 498.33
83.3333333333 89.10 698.57
33.3333333333 87.00 527.06
50 90.40 489.47
50 70.20 447.36
66.6666666666 96.00 577.04
83.3333333333 94.20 660.95
33.3333333333 57.70 558.28
83.3333333333 92.50 642.14
83.3333333333 96.70 734.92
83.3333333333 93.40 686.25
33.3333333333 86.40 476.06
16.6666666666 76.10 514.24
50 82.20 495.31
50 92.20 467.04
50 55.30 507.92
100 96.20 664.26
50 67.20 480.14
33.3333333333 72.70 468.66
50 64.20 442.86
33.3333333333 73.70 475.90
50 62.30 495.00
66.6666666666 91.30 603.61
83.3333333333 90.80 550.97
83.3333333333 89.90 662.05
83.3333333333 94.70 637.65
83.3333333333 100.00 574.59
66.6666666666 96.20 480.83
50 72.10 530.77
50 52.00 517.88
66.6666666666 84.90 611.61
50 51.90 509.08
33.3333333333 55.60 493.08
50 62.40 496.43
50 60.20 471.08
50 64.00 534.48
50 67.40 479.19
83.3333333333 90.90 638.00
83.3333333333 97.40 720.00
83.3333333333 92.30 645.16
100 97.10 765.48
100 93.20 763.02
83.3333333333 92.20 720.65
83.3333333333 98.70 614.55
66.6666666666 78.30 591.79
50 73.40 490.77
50 81.30 534.17
50 62.60 495.29
50 47.50 500.71
50 70.40 519.73
50 72.40 496.10
50 51.50 509.93
50 65.90 485.88
50 65.40 527.74
50 64.00 502.50
66.6666666666 75.10 586.60
50 58.60 528.39
50 60.70 471.01
66.6666666666 73.90 512.00
50 75.10 536.70
66.6666666666 98.20 554.55
100 98.90 744.15
100 97.50 695.31
100 97.50 686.04
83.3333333333 82.00 727.55
66.6666666666 92.50 659.18
66.6666666666 91.20 608.67
50 52.40 527.40
83.3333333333 89.60 667.63
66.6666666666 86.80 672.78
50 93.40 514.07
100 95.60 711.85
83.3333333333 93.70 655.70
50 62.70 502.40
50 62.20 510.34
50 47.00 525.38
50 66.20 472.12
66.6666666666 91.10 568.41
66.6666666666 88.70 670.22
50 91.80 568.89
50 78.80 486.48
50 69.50 477.60
50 71.00 481.74
50 68.30 524.92
83.3333333333 98.80 589.58
50 65.10 481.74
50 70.30 532.22
83.3333333333 91.00 657.59
50 89.30 530.40
33.3333333333 70.40 465.16
50 54.30 519.38
50 63.50 476.67
50 61.80 472.59
50 69.30 481.94
50 62.00 481.41
50 82.70 493.62
50 62.30 500.50
83.3333333333 96.60 622.07
66.6666666666 95.70 588.00
50 89.20 470.77
33.3333333333 70.10 496.50
50 79.70 519.76
66.6666666666 68.90 563.88
50 69.50 521.89
66.6666666666 88.00 605.26
50 63.10 502.58
50 74.90 518.93
50 63.00 497.44
50 89.90 464.71
50 73.90 501.00
50 69.90 486.19
66.6666666666 79.00 515.20
50 67.50 481.86
50 67.30 518.90
83.3333333333 98.60 582.31
50 74.40 475.38
50 67.80 514.02
33.3333333333 82.70 494.38
83.3333333333 91.10 708.00
50 68.60 496.43
50 61.40 542.02
83.3333333333 93.40 588.89
83.3333333333 96.20 578.82
83.3333333333 90.70 567.43
100 96.20 734.76
66.6666666666 94.20 594.17
33.3333333333 67.80 515.29
100 90.70 765.26
50 66.50 531.04
33.3333333333 64.40 521.05
33.3333333333 38.70 482.88
33.3333333333 82.20 523.11
33.3333333333 79.40 561.41
66.6666666666 97.90 673.91
16.6666666666 91.50 551.14
33.3333333333 89.70 507.31
33.3333333333 97.60 503.08
66.6666666666 96.60 623.64
83.3333333333 100.00 640.00
16.6666666666 55.00 553.71
83.3333333333 96.70 752.94
16.6666666666 88.00 555.71
66.6666666666 94.90 692.86
33.3333333333 69.00 505.13
16.6666666666 84.70 510.00
33.3333333333 80.90 496.00
33.3333333333 61.20 489.75
66.6666666666 88.40 582.86
50 76.50 606.38
83.3333333333 98.60 659.44
33.3333333333 63.40 509.13
33.3333333333 80.70 453.78
16.6666666666 57.30 523.33
50 100.00 557.14
33.3333333333 76.80 505.71
16.6666666666 90.90 485.81
16.6666666666 75.50 498.64
33.3333333333 96.50 434.29
33.3333333333 65.40 523.51
16.6666666666 86.00 535.00
16.6666666666 58.80 489.23
33.3333333333 91.40 505.33
16.6666666666 94.80 415.05
16.6666666666 98.60 479.20
33.3333333333 75.40 516.64
16.6666666666 98.20 482.61
83.3333333333 100.00 711.43
33.3333333333 76.80 555.51
33.3333333333 48.30 595.45
16.6666666666 94.70 539.78
33.3333333333 63.30 501.63
33.3333333333 72.40 499.89
16.6666666666 81.30 530.00
16.6666666666 72.90 475.71
33.3333333333 70.10 547.83
16.6666666666 53.40 495.92
16.6666666666 93.80 518.41
33.3333333333 96.20 508.89
33.3333333333 82.00 482.56
83.3333333333 94.30 653.64
66.6666666666 93.80 603.08
16.6666666666 93.00 484.68
33.3333333333 87.40 500.38
33.3333333333 60.10 512.88
33.3333333333 79.60 469.86
50 69.90 509.66
66.6666666666 100.00 612.63
50 63.70 525.23
50 66.20 503.90
33.3333333333 83.60 536.43
100 95.00 693.68
33.3333333333 70.10 545.86
66.6666666666 75.50 690.40
66.6666666666 96.90 662.78
50 70.70 578.99
50 75.40 510.91
50 74.30 504.20
50 66.90 496.59
66.6666666666 94.80 570.00
50 71.70 504.90
50 73.20 546.33
83.3333333333 97.20 732.63
50 82.10 662.44
66.6666666666 97.20 597.14
83.3333333333 94.00 748.00
16.6666666666 82.40 485.45
83.3333333333 94.60 714.48
50 73.10 595.95
16.6666666666 71.80 492.00
33.3333333333 71.00 501.26
66.6666666666 100.00 642.22
50 97.40 636.00
33.3333333333 94.00 527.20
33.3333333333 94.30 570.85
66.6666666666 100.00 633.33
33.3333333333 78.10 534.12
50 86.30 603.58
83.3333333333 84.60 698.38
83.3333333333 95.30 720.63
83.3333333333 97.80 596.04
33.3333333333 67.00 503.58
33.3333333333 64.00 523.71
33.3333333333 63.70 480.81
33.3333333333 83.50 510.00
33.3333333333 85.40 503.51
66.6666666666 89.70 671.96
50 72.00 541.31
83.3333333333 90.40 655.63
83.3333333333 92.40 633.51
83.3333333333 92.30 714.84
50 51.90 507.52
83.3333333333 94.90 580.00
50 74.90 544.06
50 87.50 513.33
50 85.50 490.19
16.6666666666 82.90 520.83
33.3333333333 73.20 520.32
33.3333333333 81.30 469.66
33.3333333333 76.80 511.33
33.3333333333 74.70 508.80
33.3333333333 76.40 500.00
50 83.70 610.00
83.3333333333 93.90 579.31
83.3333333333 100.00 626.35
66.6666666666 98.00 556.00
33.3333333333 74.10 500.76
83.3333333333 94.20 653.89
16.6666666666 65.30 480.75
50 90.50 491.97
33.3333333333 80.30 491.00
33.3333333333 73.30 490.94
83.3333333333 98.70 636.47
50 81.70 529.81
83.3333333333 94.40 718.00
83.3333333333 98.70 645.38
33.3333333333 69.70 466.17
66.6666666666 94.00 666.75
66.6666666666 100.00 614.48
83.3333333333 97.70 672.09
83.3333333333 98.90 666.00
83.3333333333 93.90 668.89
66.6666666666 77.20 633.82
16.6666666666 90.30 528.05
50 71.00 499.08
50 60.40 496.00
66.6666666666 95.60 587.27
33.3333333333 97.10 595.05
33.3333333333 94.10 608.70
83.3333333333 93.80 617.69
50 70.90 651.04
66.6666666666 100.00 613.85
100 89.90 794.00
100 88.10 761.36
100 93.00 690.36
83.3333333333 87.10 599.75
83.3333333333 87.10 670.00
83.3333333333 98.10 633.57
66.6666666666 88.90 653.33
83.3333333333 100.00 566.67
50 91.70 565.95
83.3333333333 94.20 689.17
66.6666666666 92.50 756.25
50 95.20 553.33
83.3333333333 99.30 701.92
83.3333333333 92.00 662.35
66.6666666666 95.70 616.67
50 64.50 570.22
83.3333333333 75.90 626.52
83.3333333333 94.60 737.86
83.3333333333 87.70 630.97
50 71.20 492.05
33.3333333333 74.30 512.41
33.3333333333 77.60 497.33
100 97.40 780.74
83.3333333333 96.50 537.42
33.3333333333 96.70 544.52
33.3333333333 63.30 521.35
50 88.20 526.67
16.6666666666 88.30 508.15
33.3333333333 82.30 610.09
50 45.10 470.91
33.3333333333 67.30 449.66
83.3333333333 98.90 667.74
66.6666666666 90.50 662.40
66.6666666666 96.10 605.52
50 86.70 561.54
66.6666666666 100.00 551.43
66.6666666666 97.70 495.00
50 72.30 519.65
66.6666666666 89.50 551.61
16.6666666666 89.20 526.67
33.3333333333 80.90 529.85
50 68.40 527.79
66.6666666666 76.30 602.40
50 70.30 537.55
50 75.20 506.38
66.6666666666 96.90 624.00
50 69.90 488.08
50 74.20 579.13
83.3333333333 85.50 698.93
50 79.50 520.23
83.3333333333 96.10 666.12
33.3333333333 62.80 535.05
66.6666666666 98.80 613.62
83.3333333333 96.60 598.00
50 81.20 527.37
50 77.70 517.69
66.6666666666 95.70 664.57
83.3333333333 89.00 632.50
50 83.50 520.23
50 95.30 642.14
50 81.60 502.10
66.6666666666 92.60 543.64
66.6666666666 72.70 611.25
66.6666666666 90.20 689.33
66.6666666666 100.00 696.92
33.3333333333 73.70 521.82
83.3333333333 88.80 581.86
83.3333333333 97.30 643.33
33.3333333333 78.70 521.50
50 73.80 566.67
66.6666666666 100.00 522.16
83.3333333333 93.60 681.43
50 68.30 614.00
50 100.00 588.00
50 66.40 590.97
66.6666666666 97.90 661.82
83.3333333333 92.40 570.77
33.3333333333 71.40 519.00
0 99.00 494.44
33.3333333333 81.90 512.73
50 78.30 588.49
33.3333333333 76.10 522.12
66.6666666666 98.90 549.63
33.3333333333 92.10 630.09
50 97.10 559.31
50 65.60 524.95
50 80.10 476.76
50 71.50 505.81
66.6666666666 84.60 664.26
66.6666666666 100.00 586.67
100 100.00 626.67
83.3333333333 93.30 665.26
83.3333333333 98.80 704.68
66.6666666666 100.00 597.00
50 77.10 558.46
16.6666666666 83.50 500.00
16.6666666666 41.10 495.18
50 58.50 529.82
50 75.80 491.67
50 78.00 598.48
50 63.40 529.36
66.6666666666 94.90 702.61
66.6666666666 100.00 551.76
83.3333333333 97.00 526.00
66.6666666666 100.00 562.96
83.3333333333 88.40 673.33
100 94.00 789.14
83.3333333333 96.90 641.59
66.6666666666 100.00 593.57
100 90.80 721.78
83.3333333333 90.70 745.16
83.3333333333 90.00 661.82
33.3333333333 63.00 476.96
83.3333333333 89.60 611.45
83.3333333333 94.30 613.24
16.6666666666 81.70 509.89
83.3333333333 95.60 688.48
50 47.80 530.94
16.6666666666 89.30 490.77
16.6666666666 69.80 551.39
16.6666666666 63.80 521.87
16.6666666666 78.50 592.80
83.3333333333 94.30 545.71
66.6666666666 92.90 632.00
66.6666666666 96.30 671.76
16.6666666666 74.60 482.34
66.6666666666 91.80 614.29
83.3333333333 94.50 577.04
66.6666666666 100.00 628.97
83.3333333333 100.00 676.47
50 64.30 498.13
50 88.10 523.02
83.3333333333 88.30 674.76
33.3333333333 80.70 539.62
66.6666666666 87.90 679.76
33.3333333333 78.60 476.36
83.3333333333 100.00 676.11
33.3333333333 91.30 585.56
66.6666666666 88.70 694.40
66.6666666666 92.70 556.25
66.6666666666 93.40 567.62
33.3333333333 84.50 509.09
100 98.00 712.97
33.3333333333 69.10 488.25
83.3333333333 90.10 703.75
16.6666666666 93.80 464.62
83.3333333333 88.30 780.87
66.6666666666 89.00 716.36
50 79.30 532.94
33.3333333333 73.90 489.29
33.3333333333 69.20 472.27
33.3333333333 75.30 483.05
83.3333333333 98.90 748.18
16.6666666666 83.60 448.81
33.3333333333 88.30 518.49
83.3333333333 98.00 603.33
50 98.30 600.00
100 99.20 790.87
33.3333333333 74.30 526.92
83.3333333333 79.80 636.43
50 92.60 655.71
100 80.00 835.25
50 94.30 577.65
66.6666666666 87.30 629.19
100 97.10 747.24
66.6666666666 100.00 660.00
83.3333333333 86.90 703.89
50 84.20 530.00
66.6666666666 98.50 631.58
16.6666666666 87.80 445.56
66.6666666666 93.30 574.55
83.3333333333 94.00 603.08
50 88.20 501.11
66.6666666666 93.80 525.88
83.3333333333 88.50 661.67
100 89.00 697.50
83.3333333333 92.20 663.59
66.6666666666 100.00 574.17
33.3333333333 92.00 464.05
16.6666666666 75.20 438.52
66.6666666666 94.30 586.21
50 87.50 491.70
66.6666666666 96.80 581.33
16.6666666666 75.80 516.35
83.3333333333 95.50 619.63
66.6666666666 90.80 486.88
100 93.70 715.89
66.6666666666 96.10 598.67
33.3333333333 83.40 657.50
83.3333333333 88.10 622.35
83.3333333333 94.50 637.42
100 92.20 637.95
50 95.50 614.67
16.6666666666 58.60 487.10
66.6666666666 94.10 530.00
33.3333333333 89.10 502.44
33.3333333333 91.40 509.00
83.3333333333 100.00 510.53
33.3333333333 94.70 460.00
83.3333333333 90.40 555.71
50 72.90 672.00
66.6666666666 94.90 665.48
100 97.10 711.85
66.6666666666 68.00 688.89
83.3333333333 87.70 732.00
16.6666666666 80.40 568.26
100 95.70 733.55
66.6666666666 97.80 610.00
100 93.50 683.73
83.3333333333 91.10 606.88
66.6666666666 86.20 588.89
83.3333333333 98.20 641.05
83.3333333333 96.10 590.43
66.6666666666 95.40 550.00
66.6666666666 95.10 550.67
66.6666666666 94.30 563.33
33.3333333333 83.00 458.57
66.6666666666 100.00 567.27
66.6666666666 96.90 595.29
66.6666666666 88.00 574.67
16.6666666666 88.20 465.00
16.6666666666 85.80 420.69
66.6666666666 91.30 562.22
66.6666666666 91.80 699.36
83.3333333333 92.20 689.62
83.3333333333 82.50 521.28
66.6666666666 70.20 499.57
66.6666666666 67.00 522.50
66.6666666666 68.90 512.24
66.6666666666 81.40 561.55
83.3333333333 87.80 508.68
66.6666666666 78.60 513.97
66.6666666666 75.50 559.56
66.6666666666 77.60 566.15
66.6666666666 67.20 535.44
66.6666666666 70.20 480.56
66.6666666666 54.90 563.36
66.6666666666 56.20 505.29
66.6666666666 56.40 504.00
66.6666666666 65.70 490.27
66.6666666666 83.10 562.80
50 58.10 511.32
83.3333333333 82.00 604.35
66.6666666666 51.30 505.51
66.6666666666 89.90 549.61
66.6666666666 78.00 526.15
66.6666666666 62.80 480.84
66.6666666666 73.50 553.74
66.6666666666 60.90 523.58
66.6666666666 76.90 527.43
66.6666666666 70.40 546.71
66.6666666666 75.90 495.56
83.3333333333 69.70 581.34
83.3333333333 67.70 583.04
83.3333333333 85.10 613.41
66.6666666666 68.20 605.71
66.6666666666 68.10 478.60
83.3333333333 77.40 567.79
66.6666666666 92.70 585.75
66.6666666666 80.80 562.27
83.3333333333 93.50 601.28
66.6666666666 84.20 528.97
66.6666666666 80.60 498.21
66.6666666666 71.60 478.10
66.6666666666 66.00 550.40
50 71.00 496.19
83.3333333333 62.70 515.83
66.6666666666 50.70 528.97
66.6666666666 74.40 530.06
66.6666666666 83.80 546.67
66.6666666666 61.60 476.50
66.6666666666 63.30 513.79
66.6666666666 76.60 531.50
66.6666666666 76.90 454.62
83.3333333333 96.20 607.04
66.6666666666 56.30 514.29
83.3333333333 80.80 552.59
66.6666666666 86.40 547.22
66.6666666666 64.10 545.28
66.6666666666 74.10 554.59
83.3333333333 90.80 564.26
66.6666666666 88.70 546.06
66.6666666666 77.90 536.81
66.6666666666 71.20 483.59
66.6666666666 64.40 487.50
66.6666666666 91.10 552.73
83.3333333333 75.50 543.89
50 63.60 525.50
66.6666666666 69.80 503.36
66.6666666666 82.40 467.69
66.6666666666 66.50 535.74
66.6666666666 58.30 539.78
66.6666666666 84.90 541.82
66.6666666666 56.00 518.67
66.6666666666 69.40 522.81
66.6666666666 70.60 546.13
66.6666666666 86.30 550.94
100 94.70 760.83
83.3333333333 90.60 591.36
100 90.20 836.00
83.3333333333 85.70 615.00
100 84.30 663.81
83.3333333333 93.60 695.00
100 82.50 758.39
100 92.90 785.00
83.3333333333 97.80 578.18
100 97.40 764.90
83.3333333333 91.00 693.13
100 86.80 722.13
100 97.80 768.00
83.3333333333 97.30 686.67
100 92.20 623.53
83.3333333333 76.30 639.18
100 93.70 828.26
100 92.40 843.68
100 87.60 832.67
100 94.90 663.75
100 87.50 719.72
100 92.50 713.65
83.3333333333 87.30 607.20
83.3333333333 88.30 560.00
100 95.90 742.85
100 94.00 677.55
100 93.00 772.56
83.3333333333 96.20 618.40
100 96.60 632.22
83.3333333333 81.20 704.00
100 93.70 717.31
100 93.60 679.35
100 89.80 549.38
83.3333333333 92.90 665.83
100 93.60 779.53
100 93.60 697.50
100 91.70 647.65
100 95.40 641.25
100 96.20 603.64
100 89.70 725.63
100 77.70 658.02
100 95.20 747.65
83.3333333333 75.20 595.45
83.3333333333 97.40 640.91
100 95.10 784.08
100 93.30 694.29
100 97.00 824.15
100 89.30 698.49
100 93.60 784.57
83.3333333333 95.80 678.05
83.3333333333 89.60 554.05
83.3333333333 67.40 535.24
83.3333333333 91.20 630.00
83.3333333333 92.90 667.39
83.3333333333 98.80 684.62
100 86.80 623.16
83.3333333333 83.10 540.59
83.3333333333 74.20 592.86
100 83.50 698.44
100 86.70 756.92
100 89.40 786.51
83.3333333333 93.00 679.66
100 94.50 678.18
100 97.20 649.33
66.6666666666 79.90 499.50
50 73.90 504.76
66.6666666666 86.60 512.50
66.6666666666 80.20 535.32
66.6666666666 95.00 586.51
66.6666666666 63.40 494.81
50 68.20 525.17
66.6666666666 85.30 562.30
66.6666666666 77.30 515.15
50 68.60 539.52
50 57.00 487.94
50 81.20 520.53
50 80.80 511.69
66.6666666666 81.50 533.33
66.6666666666 70.40 498.31
66.6666666666 69.00 507.55
66.6666666666 73.80 476.73
66.6666666666 75.20 514.80
83.3333333333 68.80 521.29
66.6666666666 78.50 506.67
66.6666666666 78.40 486.08
50 61.20 455.85
66.6666666666 67.70 507.32
83.3333333333 77.20 555.38
66.6666666666 85.50 500.77
66.6666666666 67.40 543.78
66.6666666666 84.00 544.29
66.6666666666 83.80 555.12
83.3333333333 83.40 540.00
66.6666666666 55.10 508.00
50 94.90 533.02
66.6666666666 89.60 467.06
50 89.80 508.37
50 93.30 477.14
66.6666666666 72.70 529.66
66.6666666666 87.30 525.31
50 74.00 508.62
66.6666666666 84.60 481.36
66.6666666666 78.60 524.33
66.6666666666 74.30 558.79
50 74.40 497.53
50 95.00 545.33
66.6666666666 82.50 553.80
66.6666666666 88.30 550.70
66.6666666666 80.10 523.72
66.6666666666 70.40 537.93
66.6666666666 67.00 522.00
66.6666666666 86.90 559.75
66.6666666666 65.50 530.32
50 75.20 429.47
66.6666666666 72.60 562.72
83.3333333333 91.90 492.90
50 74.30 532.26
66.6666666666 76.30 540.39
66.6666666666 65.70 476.97
66.6666666666 77.30 492.00
66.6666666666 75.80 475.11
50 89.60 510.67
66.6666666666 78.40 499.53
66.6666666666 89.00 500.83
66.6666666666 68.90 507.57
66.6666666666 85.80 512.35
66.6666666666 75.90 504.93
50 65.70 518.15
66.6666666666 75.40 491.56
66.6666666666 82.50 526.58
66.6666666666 66.90 517.29
66.6666666666 86.40 534.78
50 75.90 510.16
66.6666666666 65.80 496.60
66.6666666666 68.00 513.77
66.6666666666 71.10 483.70
66.6666666666 73.80 508.70
66.6666666666 74.30 538.33
33.3333333333 82.00 453.85
50 77.10 499.38
66.6666666666 79.90 575.64
83.3333333333 89.70 548.99
66.6666666666 80.90 535.11
66.6666666666 88.40 535.66
100 92.20 655.38
66.6666666666 95.60 652.68
100 93.80 746.00
100 87.20 701.52
83.3333333333 88.90 622.86
100 86.50 682.28
66.6666666666 91.60 632.00
50 86.10 537.95
83.3333333333 96.70 629.19
83.3333333333 86.00 642.14
66.6666666666 91.40 562.13
66.6666666666 88.70 558.44
100 97.00 660.00
83.3333333333 83.90 516.60
100 88.80 763.23
83.3333333333 98.70 618.00
83.3333333333 96.20 674.38
66.6666666666 83.60 694.47
100 98.70 662.59
33.3333333333 81.10 441.67
50 87.30 514.06
66.6666666666 98.80 503.08
66.6666666666 86.90 528.24
50 68.10 512.07
50 90.10 543.81
50 84.00 516.76
83.3333333333 80.40 594.62
50 84.80 571.35
33.3333333333 81.70 561.48
50 90.60 477.50
33.3333333333 94.00 557.04
50 83.30 476.84
50 90.60 538.46
33.3333333333 83.40 515.56
50 82.00 480.00
33.3333333333 79.10 561.43
66.6666666666 92.80 522.03
83.3333333333 96.60 725.88
50 83.80 521.63
66.6666666666 92.40 567.06
66.6666666666 84.70 586.00
50 85.10 478.67
66.6666666666 88.30 571.86
33.3333333333 97.20 470.00
50 93.50 588.80
33.3333333333 80.10 514.55
50 83.10 513.71
50 78.80 492.67
50 73.60 441.82
33.3333333333 92.90 488.00
16.6666666666 84.80 534.00
50 86.20 580.43
50 89.60 514.00
50 85.70 559.29
50 88.10 490.00
50 91.30 529.29
50 68.60 493.20
33.3333333333 79.00 574.18
33.3333333333 88.50 470.91
33.3333333333 93.40 497.69
33.3333333333 82.40 475.14
50 80.70 579.44
33.3333333333 83.50 550.00
50 86.60 533.20
50 75.90 540.00
33.3333333333 75.90 530.67
83.3333333333 91.40 534.00
83.3333333333 96.80 624.00
33.3333333333 94.20 444.14
33.3333333333 79.50 499.38
50 84.00 530.81
33.3333333333 98.80 501.54
16.6666666666 92.30 436.43
33.3333333333 81.10 483.33
16.6666666666 100.00 575.38
66.6666666666 73.90 515.90
50 83.80 540.57
33.3333333333 77.00 472.31
33.3333333333 86.70 524.86
66.6666666666 67.80 560.14
33.3333333333 67.60 451.71
50 76.30 489.70
83.3333333333 93.90 668.97
33.3333333333 83.70 496.84
33.3333333333 89.30 365.00
33.3333333333 92.80 520.80
33.3333333333 80.10 538.75
33.3333333333 85.80 442.50
33.3333333333 88.50 536.88
33.3333333333 85.50 549.78
33.3333333333 87.90 525.45
16.6666666666 88.40 500.00
16.6666666666 89.00 469.68
50 74.40 469.78
16.6666666666 95.80 426.47
33.3333333333 69.70 479.13
16.6666666666 97.50 523.33
16.6666666666 94.30 441.43
50 86.80 450.00
16.6666666666 90.00 543.64
33.3333333333 96.70 497.69
33.3333333333 97.20 502.31
33.3333333333 82.50 508.75
50 93.40 516.00
33.3333333333 98.60 511.76
33.3333333333 90.60 420.00
50 75.40 510.15
33.3333333333 99.30 490.32
100 90.80 758.79
83.3333333333 100.00 654.29
50 77.00 593.54
83.3333333333 82.20 671.72
50 70.90 518.42
66.6666666666 90.00 560.67
66.6666666666 92.20 563.78
66.6666666666 80.10 527.44
66.6666666666 82.60 482.05
66.6666666666 69.00 526.84
66.6666666666 88.80 514.35
83.3333333333 91.10 599.11
66.6666666666 97.40 558.69
66.6666666666 78.80 573.02
50 87.00 492.62
50 91.90 486.36
50 80.50 565.26
66.6666666666 81.50 567.08
66.6666666666 87.50 582.91
66.6666666666 82.30 536.00
66.6666666666 79.00 563.33
66.6666666666 78.20 543.11
66.6666666666 83.10 554.96
83.3333333333 73.40 546.09
66.6666666666 86.70 549.87
66.6666666666 71.30 529.61
66.6666666666 89.20 537.54
66.6666666666 75.80 580.00
83.3333333333 78.00 512.00
66.6666666666 61.20 493.71
66.6666666666 83.70 489.13
66.6666666666 85.50 517.14
66.6666666666 79.50 517.37
83.3333333333 77.90 534.69
66.6666666666 87.10 566.09
50 85.70 465.60
66.6666666666 84.30 576.30
66.6666666666 92.90 566.67
66.6666666666 83.40 567.83
66.6666666666 90.80 603.26
66.6666666666 88.60 508.61
66.6666666666 81.30 565.56
66.6666666666 94.50 538.85
66.6666666666 89.30 576.27
66.6666666666 90.40 523.33
66.6666666666 88.80 548.95
66.6666666666 74.00 511.82
66.6666666666 91.40 575.32
66.6666666666 93.30 466.98
66.6666666666 88.20 540.61
50 81.10 509.47
66.6666666666 80.00 521.38
66.6666666666 80.40 534.55
50 78.60 544.39
50 80.00 521.05
50 84.40 501.90
66.6666666666 84.10 512.50
66.6666666666 84.20 524.31
66.6666666666 91.50 537.51
50 87.00 581.88
66.6666666666 94.30 497.67
50 74.40 489.03
50 88.30 506.67
66.6666666666 72.80 522.73
66.6666666666 94.30 520.94
83.3333333333 79.50 560.31
66.6666666666 89.60 513.75
50 86.60 526.25
50 92.00 535.00
66.6666666666 80.10 496.92
50 77.00 524.00
66.6666666666 75.10 511.67
66.6666666666 81.40 489.02
66.6666666666 93.70 558.75
66.6666666666 91.10 544.53
50 87.90 485.00
50 91.60 494.29
83.3333333333 98.20 725.29
83.3333333333 89.10 548.33
100 95.80 724.51
83.3333333333 98.10 677.14
100 97.00 745.13
100 96.60 693.82
83.3333333333 96.10 597.50
33.3333333333 75.40 662.82
50 78.40 459.39
66.6666666666 85.40 543.17
33.3333333333 90.30 476.36
50 86.30 461.86
50 86.20 499.73
66.6666666666 89.50 506.25
50 90.70 555.29
50 88.10 520.24
50 75.70 528.64
50 80.20 489.47
50 87.60 492.00
50 84.50 475.00
50 72.90 553.33
66.6666666666 81.40 517.50
50 83.60 500.00
50 69.30 494.44
66.6666666666 80.50 531.61
66.6666666666 76.00 481.22
83.3333333333 87.80 541.20
66.6666666666 73.80 556.18
66.6666666666 78.40 489.47
66.6666666666 76.70 521.90
66.6666666666 79.20 488.14
66.6666666666 70.70 514.15
83.3333333333 87.00 638.33
66.6666666666 78.90 470.86
83.3333333333 72.60 567.93
50 79.70 536.49
50 91.30 551.50
50 72.40 501.88
50 94.90 517.05
33.3333333333 96.60 483.08
33.3333333333 92.10 455.33
33.3333333333 78.10 499.52
50 95.80 558.52
50 86.70 495.74
33.3333333333 82.20 512.22
33.3333333333 84.30 492.47
33.3333333333 90.40 468.33
50 95.70 427.27
33.3333333333 72.90 469.70
33.3333333333 96.90 572.50
33.3333333333 88.10 509.17
33.3333333333 97.80 518.46
50 73.90 530.24
33.3333333333 85.70 474.67
50 58.80 555.10
33.3333333333 98.10 486.00
83.3333333333 96.70 750.23
83.3333333333 94.20 723.20
83.3333333333 94.50 605.00
83.3333333333 85.60 611.20
83.3333333333 94.10 680.00
50 86.40 577.80
50 87.80 496.15
50 84.60 484.17
50 86.60 545.07
66.6666666666 82.00 549.69
50 92.20 535.42
50 76.70 479.41
66.6666666666 85.30 545.43
50 93.50 493.94
50 86.00 525.33
66.6666666666 84.10 509.86
50 92.30 531.76
66.6666666666 83.30 545.67
66.6666666666 95.70 516.22
66.6666666666 91.00 512.00
66.6666666666 95.10 528.57
66.6666666666 80.50 549.49
66.6666666666 72.30 581.15
66.6666666666 76.20 541.54
66.6666666666 88.20 470.21
50 72.40 636.92
66.6666666666 86.40 507.82
50 89.40 509.23
66.6666666666 81.80 536.55
50 95.00 507.62
50 74.10 533.41
50 62.80 544.38
50 68.20 510.79
66.6666666666 79.50 549.04
66.6666666666 82.80 568.86
66.6666666666 89.00 532.50
66.6666666666 63.40 488.57
66.6666666666 72.30 526.83
66.6666666666 90.00 548.65
50 67.90 520.00
50 83.20 523.33
83.3333333333 79.90 597.27
66.6666666666 86.20 554.29
100 95.90 715.76
100 99.20 686.25
50 93.30 604.68
83.3333333333 95.00 693.50
83.3333333333 91.90 609.47
100 96.50 638.60
83.3333333333 96.60 682.45
83.3333333333 99.30 618.93
100 95.00 667.62
83.3333333333 89.20 618.17
50 74.90 593.15
33.3333333333 98.20 420.00
33.3333333333 94.70 451.08
33.3333333333 75.30 484.10
50 77.30 473.33
33.3333333333 100.00 515.38
16.6666666666 98.00 568.00
50 84.50 569.12
50 93.60 483.64
33.3333333333 92.50 483.00
33.3333333333 77.10 470.61
16.6666666666 95.30 462.00
50 75.30 501.28
83.3333333333 100.00 562.00
83.3333333333 97.80 669.25
33.3333333333 91.50 493.71
66.6666666666 71.00 520.93
50 84.20 506.15
50 93.30 531.85
50 81.30 584.12
66.6666666666 79.60 543.81
66.6666666666 81.90 498.50
66.6666666666 68.40 528.49
66.6666666666 78.00 505.76
83.3333333333 85.10 567.09
66.6666666666 75.60 526.60
83.3333333333 77.80 547.06
66.6666666666 75.50 523.53
66.6666666666 73.40 522.80
66.6666666666 73.00 541.36
66.6666666666 79.40 535.87
66.6666666666 75.50 543.68
50 82.00 508.42
66.6666666666 69.80 528.26
83.3333333333 77.50 572.50
66.6666666666 82.30 453.91
50 69.40 513.22
66.6666666666 67.20 511.35
66.6666666666 72.80 544.86
66.6666666666 60.00 564.29
66.6666666666 90.10 500.00
66.6666666666 87.40 540.45
83.3333333333 62.50 619.08
50 82.50 571.35
50 84.00 535.10
33.3333333333 94.20 478.33
50 77.30 487.33
66.6666666666 66.00 553.77
66.6666666666 79.00 556.00
50 94.20 600.87
50 72.90 510.91
50 50.40 579.62
66.6666666666 88.80 540.61
33.3333333333 89.30 563.45
33.3333333333 86.60 551.43
50 88.00 557.22
66.6666666666 95.30 551.32
66.6666666666 83.30 517.42
50 72.10 526.48
83.3333333333 98.20 683.81
100 95.10 758.45
100 94.30 739.70
83.3333333333 71.30 548.57
100 77.60 738.40
100 93.10 800.82
83.3333333333 93.30 679.52
100 98.80 701.25
100 95.70 673.89
100 90.30 782.14
83.3333333333 100.00 663.81
50 93.60 511.58
50 68.20 532.13
50 65.50 534.25
83.3333333333 87.60 626.67
50 85.40 550.43
50 69.00 473.19
50 86.80 512.38
50 78.80 525.66
50 88.10 518.97
50 80.40 494.59
50 81.20 514.75
33.3333333333 80.70 542.95
33.3333333333 98.10 554.00
16.6666666666 97.00 528.33
33.3333333333 93.20 447.50
50 70.00 542.98
66.6666666666 95.60 731.30
66.6666666666 82.30 565.17
33.3333333333 84.10 462.62
50 91.70 506.61
50 82.60 536.81
66.6666666666 74.00 489.66
33.3333333333 82.40 519.11
33.3333333333 96.30 530.00
33.3333333333 86.80 460.00
50 94.80 513.38
33.3333333333 79.10 480.51
33.3333333333 89.90 538.57
33.3333333333 86.80 492.00
50 74.10 540.00
66.6666666666 87.70 557.91
50 84.30 519.10
50 82.30 499.47
50 68.70 506.38
50 77.30 496.42
83.3333333333 96.00 619.56
50 83.10 486.10
50 73.50 490.45
50 90.00 524.53
66.6666666666 88.60 504.50
66.6666666666 81.60 527.27
50 75.20 483.33
33.3333333333 82.20 505.63
50 89.00 515.26
50 94.90 555.09
66.6666666666 95.00 555.57
50 72.00 480.80
33.3333333333 97.30 535.00
66.6666666666 87.40 530.77
50 57.90 513.33
50 74.90 490.25
50 64.10 438.18
66.6666666666 82.90 540.49
50 75.00 454.00
50 84.30 475.35
33.3333333333 91.80 504.00
50 67.60 487.22
33.3333333333 87.70 487.59
33.3333333333 82.10 473.13
16.6666666666 100.00 470.77
33.3333333333 82.50 470.91
33.3333333333 81.80 478.19
50 78.10 498.97
50 82.80 525.46
66.6666666666 100.00 646.15
66.6666666666 96.80 700.74
83.3333333333 97.80 663.13
100 98.70 727.03
100 100.00 642.05
83.3333333333 99.40 670.96
83.3333333333 95.20 684.44
83.3333333333 100.00 591.82
50 84.60 525.00
66.6666666666 72.70 506.67
50 97.00 510.67
50 88.50 489.33
50 81.90 489.23
50 85.70 542.31
50 69.60 524.50
50 65.70 540.27
50 81.20 479.13
66.6666666666 84.30 565.85
50 77.40 524.85
50 71.30 494.91
66.6666666666 80.20 590.23
50 96.30 480.00
50 75.80 488.00
66.6666666666 91.20 512.44
50 74.30 527.22
50 82.20 536.45
66.6666666666 74.80 514.70
50 76.80 518.06
66.6666666666 84.00 546.67
33.3333333333 79.40 534.81
50 88.40 449.23
50 73.50 516.88
33.3333333333 83.10 497.92
66.6666666666 100.00 651.11
100 90.00 645.71
83.3333333333 90.10 674.48
83.3333333333 95.60 745.71
100 94.10 801.74
83.3333333333 97.10 708.89
83.3333333333 96.10 685.38
83.3333333333 100.00 688.75
50 67.40 555.60
50 73.70 531.03
33.3333333333 91.90 547.69
66.6666666666 68.80 521.19
83.3333333333 81.70 561.96
66.6666666666 90.00 496.25
50 69.70 565.00
50 65.40 571.43
66.6666666666 65.80 458.06
66.6666666666 90.50 589.89
66.6666666666 92.60 500.66
66.6666666666 81.50 556.24
50 85.60 505.79
50 97.80 536.92
50 87.00 550.80
100 93.60 830.73
83.3333333333 97.30 695.71
100 98.20 682.22
100 97.10 665.33
83.3333333333 100.00 636.92
66.6666666666 86.90 508.79
66.6666666666 78.70 473.85
50 81.40 532.51
50 92.70 472.38
66.6666666666 75.80 610.00
50 81.80 486.15
50 75.00 492.88
50 79.60 485.95
83.3333333333 94.60 727.69
100 81.60 718.82
83.3333333333 93.70 683.81
83.3333333333 97.10 581.82
50 93.90 535.08
33.3333333333 86.80 413.16
33.3333333333 81.90 478.82
50 89.80 505.23
50 97.20 472.08
66.6666666666 90.90 527.48
50 88.70 525.37
50 88.00 491.82
50 84.40 431.25
66.6666666666 88.90 490.28
50 93.10 466.57
50 83.50 475.71
50 75.80 502.44
66.6666666666 80.10 512.29
33.3333333333 83.40 492.86
50 77.90 446.15
50 79.50 464.76
50 80.90 498.99
50 90.90 465.00
83.3333333333 88.70 654.69
83.3333333333 96.10 574.12
83.3333333333 99.10 641.75
50 82.40 482.05
66.6666666666 92.90 544.80
66.6666666666 83.30 524.00
66.6666666666 84.80 513.33
66.6666666666 83.50 482.58
66.6666666666 80.80 534.60
66.6666666666 88.10 529.23
50 72.80 464.00
66.6666666666 72.20 506.58
66.6666666666 60.00 517.91
66.6666666666 84.00 504.76
66.6666666666 73.70 481.21
50 66.80 467.91
83.3333333333 92.00 632.82
66.6666666666 99.60 499.77
66.6666666666 96.00 541.11
66.6666666666 82.20 544.29
50 90.20 525.52
66.6666666666 78.80 506.33
66.6666666666 77.10 503.23
66.6666666666 77.80 520.93
50 88.70 494.71
50 100.00 534.29
83.3333333333 93.20 649.70
83.3333333333 95.30 665.88
100 92.50 719.17
83.3333333333 95.80 687.78
66.6666666666 91.30 607.06
66.6666666666 92.90 571.34
50 91.80 472.31
50 93.40 486.67
50 94.00 492.97
50 79.90 635.10
66.6666666666 90.70 515.86
66.6666666666 77.20 485.71
66.6666666666 70.50 526.13
83.3333333333 97.00 707.40
66.6666666666 78.80 507.00
66.6666666666 83.30 536.36
66.6666666666 83.90 539.56
66.6666666666 82.30 552.75
66.6666666666 78.00 556.95
83.3333333333 87.10 589.73
66.6666666666 64.40 543.68
50 100.00 598.00
50 88.60 506.60
50 78.80 522.89
50 90.50 526.40
50 87.90 485.85
50 75.40 498.10
66.6666666666 82.50 560.00
50 85.10 501.00
66.6666666666 73.60 554.15
50 84.00 543.87
83.3333333333 98.70 657.00
100 97.00 738.26
83.3333333333 95.80 781.98
100 96.80 696.36
50 85.70 546.21
66.6666666666 77.00 514.36
50 100.00 472.31
66.6666666666 85.10 546.73
50 90.10 558.75
66.6666666666 87.30 523.81
50 83.40 545.53
50 74.70 536.18
50 97.50 528.21
50 81.00 530.79
50 85.20 486.67
50 81.40 520.00
66.6666666666 69.80 565.71
66.6666666666 81.30 548.90
66.6666666666 88.70 521.38
50 92.70 527.50
50 82.20 516.92
83.3333333333 87.20 585.25
83.3333333333 100.00 741.54
100 97.00 601.54
100 92.60 721.38
83.3333333333 94.00 611.67
100 97.00 729.00
100 95.40 772.14
83.3333333333 90.40 847.66
33.3333333333 65.50 471.11
50 92.30 539.69
50 85.40 491.43
16.6666666666 96.40 424.00
33.3333333333 83.50 472.50
50 83.70 521.67
50 68.80 534.95
50 80.90 538.75
33.3333333333 82.70 562.00
33.3333333333 90.70 579.38
50 77.70 539.57
50 86.20 457.50
33.3333333333 90.70 557.78
50 81.40 572.31
33.3333333333 88.30 471.05
33.3333333333 84.30 524.67
33.3333333333 86.30 608.06
50 79.80 518.05
66.6666666666 81.10 542.58
50 80.30 534.57
50 73.90 543.46
66.6666666666 89.90 528.28
50 78.40 550.59
83.3333333333 93.10 690.67
83.3333333333 94.20 736.88
83.3333333333 97.20 726.36
83.3333333333 94.20 707.27
83.3333333333 98.40 740.54
50 92.80 524.21
50 85.80 524.55
50 92.40 602.50
50 82.00 521.40
66.6666666666 72.00 602.56
50 93.20 502.73
50 84.60 500.61
50 75.30 518.38
50 91.10 473.75
66.6666666666 88.10 485.26
33.3333333333 79.80 610.00
50 69.20 645.26
66.6666666666 73.80 593.37
50 86.60 566.86
66.6666666666 55.50 579.04
66.6666666666 65.00 586.72
50 55.30 536.62
83.3333333333 87.10 623.54
66.6666666666 74.40 490.34
50 68.10 549.66
50 87.90 579.76
66.6666666666 62.10 541.25
50 89.60 556.92
100 98.40 763.64
100 90.70 717.22
50 93.70 661.18
66.6666666666 84.10 539.20
50 82.40 498.11
66.6666666666 85.70 511.61
50 95.60 534.34
50 81.40 548.68
50 83.80 530.64
50 82.10 475.71
50 77.90 548.41
66.6666666666 84.50 652.52
83.3333333333 95.70 720.38
100 97.80 761.18
33.3333333333 80.80 466.00
66.6666666666 62.80 537.14
50 65.80 557.62
50 77.60 510.26
33.3333333333 60.60 426.15
50 83.20 518.67
50 76.70 413.85
33.3333333333 87.30 507.27
50 84.90 524.88
50 78.30 501.25
66.6666666666 81.80 502.74
66.6666666666 85.90 496.84
33.3333333333 86.40 499.09
50 82.90 533.24
50 77.20 540.00
66.6666666666 92.60 544.65
66.6666666666 81.20 527.14
66.6666666666 90.00 509.27
50 69.90 494.12
66.6666666666 89.00 490.91
66.6666666666 73.40 562.16
66.6666666666 76.40 519.53
66.6666666666 83.30 563.62
66.6666666666 76.50 557.53
50 85.90 487.06
50 78.70 517.61
50 100.00 665.00
83.3333333333 95.10 652.00
83.3333333333 90.70 651.67
83.3333333333 85.70 662.67
83.3333333333 98.30 685.45
83.3333333333 92.90 679.14
100 96.90 756.00
83.3333333333 96.70 713.75
50 85.10 487.58
33.3333333333 92.20 477.33
33.3333333333 92.30 504.00
33.3333333333 100.00 523.64
33.3333333333 79.00 548.24
33.3333333333 68.60 525.38
50 90.10 484.14
16.6666666666 76.40 475.89
33.3333333333 78.00 508.11
33.3333333333 71.90 488.28
33.3333333333 80.70 522.58
50 83.50 527.53
16.6666666666 89.70 470.00
16.6666666666 89.40 418.82
50 89.20 501.82
50 82.80 567.54
33.3333333333 65.30 485.64
50 75.90 502.86
33.3333333333 84.40 527.69
33.3333333333 91.90 508.41
66.6666666666 97.80 700.00
83.3333333333 100.00 631.76
100 95.20 782.92
83.3333333333 100.00 711.11
83.3333333333 88.80 674.55
83.3333333333 77.80 529.47
66.6666666666 77.40 564.97
50 78.00 446.67
66.6666666666 72.40 518.71
50 81.00 503.28
66.6666666666 73.40 470.77
66.6666666666 81.80 482.12
50 81.50 476.84
66.6666666666 81.70 495.50
50 84.80 492.88
66.6666666666 75.90 447.75
50 55.70 482.42
66.6666666666 92.10 525.19
66.6666666666 95.40 466.25
50 83.50 508.57
50 87.40 526.84
66.6666666666 85.50 519.44
83.3333333333 81.90 568.07
83.3333333333 87.80 524.38
66.6666666666 60.20 500.29
83.3333333333 88.20 542.28
66.6666666666 62.90 507.51
66.6666666666 76.10 513.50
66.6666666666 85.80 518.14
83.3333333333 92.20 588.86
50 83.50 509.52
83.3333333333 84.30 595.56
100 93.50 661.43
66.6666666666 95.50 581.67
100 96.30 636.92
100 98.30 682.98
100 98.60 709.79
100 100.00 566.25
100 98.60 720.38
83.3333333333 100.00 552.14
100 98.20 714.53
66.6666666666 94.80 641.47
50 89.20 536.36
66.6666666666 82.50 527.84
66.6666666666 76.10 496.44
66.6666666666 88.20 542.81
50 81.50 539.47
50 82.70 494.29
50 70.10 543.01
50 71.80 457.67
50 82.70 485.49
50 71.10 455.00
66.6666666666 58.60 512.55
66.6666666666 69.00 509.74
66.6666666666 64.40 552.45
66.6666666666 53.50 536.18
66.6666666666 63.80 592.42
66.6666666666 67.30 579.27
66.6666666666 74.70 503.60
66.6666666666 68.20 514.47
83.3333333333 90.00 637.69
66.6666666666 79.50 558.04
66.6666666666 62.40 529.12
66.6666666666 77.60 497.08
66.6666666666 54.40 553.07
66.6666666666 78.10 574.80
66.6666666666 64.70 520.38
66.6666666666 67.50 528.08
83.3333333333 85.00 584.95
66.6666666666 69.90 573.47
66.6666666666 86.00 552.92
66.6666666666 65.70 535.94
83.3333333333 69.40 592.40
66.6666666666 59.20 507.23
66.6666666666 67.60 555.00
66.6666666666 67.60 553.72
66.6666666666 70.30 553.17
66.6666666666 74.20 505.49
83.3333333333 93.00 595.00
100 94.90 715.60
83.3333333333 92.90 694.62
100 91.80 707.41
100 95.30 780.00
100 98.10 757.27
50 81.50 584.67
50 80.10 538.00
66.6666666666 71.20 538.45
50 81.90 447.20
66.6666666666 85.70 504.13
50 73.40 521.43
50 89.40 497.93
50 84.10 528.77
66.6666666666 83.80 517.33
50 75.50 494.29
50 80.00 528.10
50 72.60 491.05
50 81.00 513.85
50 96.50 456.19
50 79.80 529.09
50 82.80 481.43
50 85.10 507.84
50 85.90 473.07
50 87.70 450.00
50 73.50 504.44
50 79.20 478.78
50 82.40 549.71
50 79.00 514.00
66.6666666666 81.30 508.21
66.6666666666 89.10 564.73
50 79.70 544.30
50 92.10 506.17
66.6666666666 97.50 470.00
66.6666666666 78.00 495.56
33.3333333333 94.50 538.75
50 90.00 526.88
50 79.10 534.91
50 88.30 521.94
50 79.90 490.95
66.6666666666 96.40 558.00
50 81.70 475.29
66.6666666666 87.00 533.89
50 96.90 520.00
50 93.10 461.33
66.6666666666 80.80 533.62
66.6666666666 89.70 551.65
66.6666666666 77.70 543.16
66.6666666666 77.00 498.46
66.6666666666 79.60 523.10
50 89.50 510.00
66.6666666666 93.60 547.91
66.6666666666 79.00 524.44
50 73.90 471.83
100 94.50 720.78
83.3333333333 91.10 638.89
66.6666666666 98.70 622.61
83.3333333333 97.00 658.67
83.3333333333 89.70 686.00
100 95.60 676.80
83.3333333333 94.80 625.00
100 89.70 756.30
100 97.10 703.51
100 80.80 670.00
83.3333333333 100.00 652.63
100 98.70 793.55
100 91.00 672.55
100 92.40 761.25
100 98.50 677.93
50 83.20 584.18
66.6666666666 85.00 549.21
50 87.80 507.37
50 75.50 526.15
50 83.50 516.67
33.3333333333 87.60 518.93
50 70.40 567.11
50 93.10 536.32
50 86.80 577.25
50 88.90 536.90
50 92.10 479.51
50 70.60 574.84
50 77.80 536.47
50 67.80 531.75
66.6666666666 70.10 570.37
66.6666666666 90.40 556.32
50 89.30 519.26
66.6666666666 69.30 569.07
66.6666666666 78.20 575.24
66.6666666666 79.10 625.65
83.3333333333 94.10 601.74
83.3333333333 95.90 853.08
100 97.30 780.82
66.6666666666 91.00 655.00
33.3333333333 79.10 574.07
33.3333333333 87.30 534.48
50 74.00 491.00
16.6666666666 85.10 529.09
33.3333333333 82.30 455.38
50 77.60 565.22
66.6666666666 72.40 528.49
50 85.30 478.49
66.6666666666 72.30 507.00
50 82.50 495.00
66.6666666666 89.90 587.05
66.6666666666 88.40 570.25
83.3333333333 94.20 607.69
50 65.80 531.75
66.6666666666 89.40 511.39
50 80.70 510.60
50 79.50 506.62
50 98.30 536.36
50 97.10 471.52
50 88.50 467.69
50 77.40 483.64
50 85.30 488.33
83.3333333333 83.00 576.94
66.6666666666 71.50 504.00
83.3333333333 98.60 800.91
100 94.30 693.75
100 92.10 814.68
83.3333333333 98.80 611.43
83.3333333333 92.50 681.76
83.3333333333 97.20 606.21
83.3333333333 92.80 743.04
100 100.00 620.95
83.3333333333 96.90 756.88
100 98.20 846.34
100 91.00 727.41
33.3333333333 90.20 530.00
33.3333333333 89.80 490.53
66.6666666666 86.80 506.74
50 76.60 493.33
50 92.20 532.00
66.6666666666 83.50 531.63
66.6666666666 74.10 477.14
66.6666666666 78.60 546.67
50 83.30 568.78
50 90.80 561.33
50 88.20 550.00
66.6666666666 90.20 615.45
33.3333333333 93.40 480.00
50 73.70 516.00
66.6666666666 83.50 590.00
50 81.20 570.06
16.6666666666 87.80 468.75
50 94.30 512.73
50 93.90 582.11
83.3333333333 98.10 654.00
83.3333333333 97.40 680.00
100 97.50 715.00
83.3333333333 91.70 546.00
100 98.10 674.00
33.3333333333 96.00 518.50
50 74.40 501.89
50 74.80 470.43
50 80.00 501.43
50 63.20 437.14
50 65.60 491.65
66.6666666666 53.40 538.33
50 57.20 513.90
50 91.90 524.38
83.3333333333 75.40 548.42
83.3333333333 96.80 614.12
100 92.20 688.75
50 90.90 536.52
50 78.60 468.78
66.6666666666 80.00 502.62
50 83.30 497.69
50 80.80 488.42
50 79.70 525.26
66.6666666666 98.40 544.00
50 84.30 501.43
83.3333333333 100.00 597.14
100 93.50 688.29
50 86.00 474.76
50 100.00 504.00
66.6666666666 89.90 535.18
50 76.70 487.84
66.6666666666 81.90 546.99
66.6666666666 82.90 560.86
83.3333333333 97.60 690.77
50 81.50 522.86
66.6666666666 72.10 565.54
66.6666666666 71.30 561.09
50 92.20 530.56
50 93.00 523.06
66.6666666666 90.10 478.91
66.6666666666 91.40 552.39
50 90.00 483.08
50 93.40 494.00
50 77.80 506.00
50 67.80 476.52
66.6666666666 77.80 554.32
83.3333333333 88.80 641.75
66.6666666666 75.30 550.48
50 93.20 527.59
50 96.00 528.11
66.6666666666 81.60 483.24
33.3333333333 85.60 530.67
50 89.50 523.92
83.3333333333 98.80 660.00
83.3333333333 93.90 727.50
83.3333333333 97.00 669.09
100 99.50 758.10
66.6666666666 100.00 640.00
16.6666666666 82.30 465.88
50 82.70 538.21
100 84.20 551.98
83.3333333333 92.90 556.47
83.3333333333 90.10 709.09
66.6666666666 92.20 636.84
100 95.20 684.71
83.3333333333 97.80 651.67
83.3333333333 98.50 638.33
83.3333333333 95.60 759.17
83.3333333333 97.40 582.71
50 79.20 480.00
50 90.10 504.23
33.3333333333 82.60 504.00
66.6666666666 70.80 552.09
66.6666666666 90.00 483.78
50 96.00 453.04
66.6666666666 96.20 604.35
83.3333333333 98.00 703.08
66.6666666666 84.30 513.81
50 70.80 579.35
83.3333333333 96.80 640.00
83.3333333333 97.40 592.22
100 80.10 743.13
83.3333333333 94.00 727.74
83.3333333333 95.40 704.52
50 77.60 535.70
66.6666666666 84.90 527.50
50 85.30 511.43
66.6666666666 96.60 497.60
100 91.70 753.68
100 99.10 742.50
66.6666666666 83.30 510.89
50 83.30 477.50
83.3333333333 97.00 683.75
100 97.10 769.31
100 93.80 601.88
100 98.20 686.00
83.3333333333 100.00 648.00
100 97.60 676.67
100 89.40 651.11
100 100.00 536.00
66.6666666666 78.70 526.90
50 86.80 537.39
66.6666666666 63.50 539.47
83.3333333333 97.30 713.00
100 98.10 648.24
100 99.00 728.57
66.6666666666 93.90 538.06
66.6666666666 74.30 673.13
83.3333333333 88.90 691.82
83.3333333333 98.10 676.92
100 89.60 695.24
66.6666666666 100.00 572.73
83.3333333333 96.80 583.00
83.3333333333 92.80 691.67
100 98.60 852.00
66.6666666666 97.00 653.00
100 100.00 603.81
83.3333333333 100.00 753.00
100 86.70 647.27
83.3333333333 82.80 702.63
83.3333333333 97.80 860.00
100 92.20 664.00
100 85.10 624.00
33.3333333333 88.80 518.67
50 90.50 561.19
33.3333333333 85.50 490.55
83.3333333333 68.80 468.24
83.3333333333 96.90 700.29
100 94.30 709.23
83.3333333333 100.00 594.74
83.3333333333 74.00 575.45
83.3333333333 95.90 685.71
83.3333333333 63.70 703.21
83.3333333333 90.60 697.50
50 91.60 474.67
83.3333333333 100.00 663.64
83.3333333333 97.30 683.20
100 95.20 753.57
100 95.90 706.33
33.3333333333 85.30 486.12
100 96.80 618.00
83.3333333333 95.70 645.42
50 71.70 484.67
66.6666666666 83.60 661.48
100 92.80 744.59
66.6666666666 94.00 605.44
83.3333333333 87.80 594.00
100 100.00 675.45
100 97.60 633.81
100 96.10 789.33
100 81.90 668.70
100 95.90 788.65
83.3333333333 92.50 693.49
83.3333333333 86.10 737.91
100 82.40 852.69
100 98.10 680.00
83.3333333333 94.20 604.78
100 93.90 729.41
83.3333333333 77.60 596.00
100 91.30 653.33
83.3333333333 98.30 679.00
16.6666666666 86.00 518.00
83.3333333333 83.30 760.00
50 91.40 552.96
100 98.90 557.24
83.3333333333 98.60 576.84
83.3333333333 100.00 501.82
83.3333333333 95.50 627.69
83.3333333333 98.40 732.38
50 86.90 584.35
83.3333333333 100.00 663.64
83.3333333333 100.00 722.96
100 96.20 686.25
66.6666666666 77.00 566.17
83.3333333333 90.50 623.51
50 92.10 521.49
83.3333333333 97.60 669.23
83.3333333333 91.40 640.00
83.3333333333 94.10 571.43
83.3333333333 97.70 645.33
66.6666666666 100.00 611.67
83.3333333333 100.00 728.00
16.6666666666 76.30 445.00
100 97.50 814.02
83.3333333333 92.70 810.91
83.3333333333 94.20 657.50
100 100.00 640.61
100 98.50 624.21
100 81.30 710.48
50 84.00 529.38
83.3333333333 90.00 683.45
100 97.00 608.57
83.3333333333 97.60 690.21
100 96.40 695.17
100 100.00 592.86
83.3333333333 100.00 612.31
83.3333333333 90.20 685.38
66.6666666666 98.30 636.47
100 93.70 812.12
83.3333333333 98.60 665.00
83.3333333333 100.00 575.20
83.3333333333 95.50 609.41
83.3333333333 100.00 647.37
83.3333333333 93.40 707.78
83.3333333333 91.70 526.67
83.3333333333 83.20 564.38
83.3333333333 95.10 647.78
100 88.50 599.33
66.6666666666 98.80 614.00
50 86.50 562.31
83.3333333333 93.20 774.00
83.3333333333 89.10 649.09
83.3333333333 96.40 748.94
50 69.40 513.33
50 60.80 512.83
83.3333333333 98.30 610.00
66.6666666666 81.10 575.60
83.3333333333 95.10 610.00
83.3333333333 100.00 634.55
83.3333333333 97.10 648.75
66.6666666666 90.30 622.94
100 88.70 722.22
83.3333333333 98.70 679.57
83.3333333333 97.40 547.27
83.3333333333 98.40 571.48
50 90.40 541.36
100 94.70 622.96
66.6666666666 95.80 584.55
66.6666666666 100.00 635.71
83.3333333333 98.80 709.33
100 97.90 709.71
100 98.90 632.22
66.6666666666 100.00 653.75
83.3333333333 100.00 710.67
50 82.90 528.89
83.3333333333 94.70 596.00
83.3333333333 86.90 582.58
66.6666666666 100.00 688.75
83.3333333333 100.00 620.00
83.3333333333 89.00 590.48
83.3333333333 88.40 745.81
50 93.00 534.29
83.3333333333 100.00 540.00
83.3333333333 93.80 655.65
100 100.00 773.85
66.6666666666 97.30 763.75
83.3333333333 96.80 626.25
83.3333333333 94.20 588.33
83.3333333333 98.10 685.88
83.3333333333 86.90 658.57
100 93.20 686.36
100 96.10 737.64
100 91.80 564.29
66.6666666666 94.40 574.62
83.3333333333 88.20 740.00
100 98.50 756.21
83.3333333333 93.30 628.75
66.6666666666 96.60 662.22
100 93.80 775.00
83.3333333333 94.30 637.33
100 90.80 710.08
83.3333333333 95.00 721.33
66.6666666666 100.00 690.67
83.3333333333 60.00 606.00
100 97.70 605.00
66.6666666666 98.00 585.45
66.6666666666 97.70 612.00
83.3333333333 94.50 621.21
100 100.00 683.08
83.3333333333 95.20 671.67
100 100.00 636.00
100 99.30 739.68
66.6666666666 96.90 650.00
66.6666666666 62.80 515.83
83.3333333333 92.10 612.43
83.3333333333 93.10 695.08
50 93.80 545.00
100 98.40 650.00
50 83.50 513.85
50 96.90 578.00
50 100.00 560.95
50 90.30 585.45
50 77.50 505.00
66.6666666666 80.90 524.62
33.3333333333 81.10 441.43
66.6666666666 100.00 588.00
66.6666666666 98.10 611.43
100 98.90 758.67
83.3333333333 98.80 727.69
83.3333333333 79.10 626.25
83.3333333333 91.20 589.82
83.3333333333 88.40 603.00
83.3333333333 95.20 606.17
50 91.30 449.52
100 84.80 776.76
100 94.00 698.62
83.3333333333 93.30 737.14
50 82.30 527.50
83.3333333333 95.70 615.45
100 88.80 585.00
66.6666666666 85.50 498.00
83.3333333333 94.40 658.57
83.3333333333 76.10 638.96
83.3333333333 100.00 614.55
100 97.70 700.80
66.6666666666 73.00 510.81
83.3333333333 97.20 600.00
83.3333333333 95.60 647.27
33.3333333333 97.10 457.42
83.3333333333 95.00 644.29
83.3333333333 100.00 645.45
83.3333333333 95.30 613.68
83.3333333333 77.60 554.55
100 94.60 598.89
50 90.30 573.75
50 86.30 554.36
83.3333333333 96.20 636.36
66.6666666666 100.00 593.57
100 93.80 602.00
83.3333333333 94.70 609.41
100 97.40 680.56
83.3333333333 97.50 652.00
100 91.10 676.00
83.3333333333 98.10 598.18
83.3333333333 87.90 776.12
66.6666666666 84.40 517.00
66.6666666666 100.00 653.33
66.6666666666 86.70 541.95
50 65.20 558.18
100 98.10 812.68
83.3333333333 95.70 568.57
100 93.30 722.72
66.6666666666 93.40 525.26
83.3333333333 85.60 544.78
83.3333333333 98.90 584.76
100 96.40 662.58
100 95.00 738.89
100 98.80 662.40
100 88.70 700.00
83.3333333333 85.10 744.17
50 100.00 740.00
33.3333333333 86.90 475.71
50 90.90 508.00
33.3333333333 80.30 518.46
66.6666666666 87.30 514.32
33.3333333333 89.70 575.38
50 85.30 532.63
83.3333333333 94.50 715.15
83.3333333333 97.10 752.41
83.3333333333 96.30 567.27
100 90.30 562.86
83.3333333333 100.00 578.00
100 92.70 708.00
83.3333333333 100.00 553.57
83.3333333333 100.00 523.08
100 93.20 680.00
50 82.70 711.03
83.3333333333 96.20 743.23
100 100.00 566.67
83.3333333333 96.70 730.00
83.3333333333 97.60 750.00
83.3333333333 97.10 674.21
83.3333333333 99.00 642.40
83.3333333333 96.10 625.45
50 64.50 528.54
83.3333333333 93.50 784.62
66.6666666666 95.40 596.00
100 97.00 759.47
100 88.20 704.38
100 83.30 683.75
83.3333333333 81.70 623.20
100 96.30 803.65
66.6666666666 94.30 572.22
50 74.60 543.00
33.3333333333 91.20 493.33
50 77.60 448.33
50 87.10 546.67
33.3333333333 95.70 610.00
83.3333333333 93.00 569.63
83.3333333333 97.20 640.00
83.3333333333 100.00 620.00
100 98.00 667.62
83.3333333333 84.90 633.08
83.3333333333 95.00 624.00
66.6666666666 93.50 620.65
100 97.80 558.57
83.3333333333 100.00 620.00
83.3333333333 77.60 732.22
100 96.00 858.05
100 98.50 789.00
66.6666666666 84.30 695.79
83.3333333333 100.00 581.43
66.6666666666 65.00 534.00
66.6666666666 65.60 659.41
83.3333333333 91.40 780.95
50 92.50 448.00
16.6666666666 57.30 429.00
16.6666666666 90.20 578.46
50 76.00 500.00
16.6666666666 86.70 452.63
66.6666666666 78.80 538.10
66.6666666666 95.90 463.33
66.6666666666 70.80 478.24
83.3333333333 90.60 653.58
83.3333333333 100.00 656.92
83.3333333333 96.00 612.73
83.3333333333 95.00 606.00
83.3333333333 94.30 538.57
83.3333333333 94.10 583.00
66.6666666666 94.60 662.61
100 91.90 668.78
66.6666666666 100.00 672.17
50 60.70 521.05
33.3333333333 100.00 493.85
83.3333333333 100.00 646.67
33.3333333333 88.20 555.00
83.3333333333 89.80 676.32
66.6666666666 72.10 524.58
50 78.10 492.73
33.3333333333 96.10 513.64
100 91.20 609.23
83.3333333333 97.70 607.00
100 96.30 710.59
16.6666666666 100.00 520.00
66.6666666666 70.10 632.59
100 83.60 777.78
16.6666666666 93.70 520.00
83.3333333333 100.00 663.70
83.3333333333 98.60 683.08
100 97.20 748.89
100 95.20 765.00
100 96.10 762.78
83.3333333333 100.00 692.00
83.3333333333 93.70 703.54
66.6666666666 90.50 603.72
66.6666666666 79.00 614.79
50 83.80 552.08
83.3333333333 95.50 695.00
33.3333333333 77.90 539.00
83.3333333333 95.30 695.30
83.3333333333 93.30 657.33
33.3333333333 79.70 478.87
83.3333333333 93.80 726.51
83.3333333333 94.80 578.10
66.6666666666 88.90 637.60
66.6666666666 97.40 671.75
83.3333333333 91.80 673.37
66.6666666666 83.10 676.51
83.3333333333 79.80 698.75
66.6666666666 78.60 493.33
100 97.50 715.00
66.6666666666 93.40 645.28
100 91.70 797.21
66.6666666666 98.70 604.76
100 94.20 845.87
83.3333333333 100.00 620.00
66.6666666666 88.90 446.06
33.3333333333 90.50 480.00
66.6666666666 100.00 538.33
83.3333333333 96.60 733.33
100 100.00 848.00
100 95.30 790.92
50 47.70 507.76
100 98.10 709.04
33.3333333333 71.80 494.55
16.6666666666 83.30 411.25
16.6666666666 82.90 473.49
83.3333333333 100.00 523.64
50 79.50 490.88
33.3333333333 95.00 451.50
33.3333333333 82.90 407.80
50 77.40 488.14
16.6666666666 76.90 474.55
33.3333333333 68.40 402.67
50 88.60 502.11
33.3333333333 89.20 505.88
50 88.50 567.27
50 83.50 494.90
83.3333333333 91.10 511.76
50 76.70 480.56
33.3333333333 75.00 405.26
33.3333333333 72.50 496.39
50 83.90 551.65
33.3333333333 92.70 507.00
33.3333333333 92.10 360.00
33.3333333333 80.60 469.45
50 84.80 480.20
33.3333333333 93.80 485.00
50 90.20 467.70
33.3333333333 85.20 579.32
50 81.40 445.83
83.3333333333 95.60 535.56
50 68.70 503.70
100 94.80 670.83
66.6666666666 99.20 563.64
66.6666666666 95.30 507.69
50 86.90 486.34
50 97.60 558.48
66.6666666666 89.10 556.45
50 85.80 539.25
50 97.20 516.36
50 92.20 501.48
83.3333333333 79.90 660.00
50 85.90 539.22
50 90.80 565.23
33.3333333333 86.00 497.78
50 86.40 432.50
50 89.20 521.14
50 93.70 500.00
33.3333333333 83.50 499.20
33.3333333333 95.10 474.86
33.3333333333 93.10 497.11
33.3333333333 65.50 561.41
33.3333333333 67.90 455.24
33.3333333333 73.90 491.00
50 78.80 504.76
33.3333333333 76.30 512.86
33.3333333333 82.10 482.96
33.3333333333 85.70 508.37
33.3333333333 76.20 495.20
50 74.40 483.30
33.3333333333 93.50 455.00
50 88.30 495.08
33.3333333333 79.60 432.00
50 69.00 528.89
66.6666666666 71.40 529.46
100 98.50 653.75
50 81.70 493.87
33.3333333333 83.60 461.43
33.3333333333 71.40 470.41
100 98.00 657.00
83.3333333333 92.60 553.64
66.6666666666 78.90 511.85
50 88.10 506.32
50 92.60 536.60
33.3333333333 77.20 472.78
50 71.90 486.11
50 75.10 492.77
50 79.30 552.50
50 76.20 518.03
50 80.80 565.08
83.3333333333 96.00 643.72
83.3333333333 97.70 568.70
50 81.80 497.54
50 80.70 481.33
50 78.80 538.00
50 74.70 504.39
50 74.20 540.50
33.3333333333 84.60 479.63
50 91.50 526.39
50 94.30 514.00
50 83.70 497.13
50 71.90 528.20
33.3333333333 82.10 481.74
33.3333333333 82.20 538.18
33.3333333333 90.10 471.82
50 79.20 500.00
33.3333333333 89.00 457.39
50 98.90 531.20
50 77.70 545.14
66.6666666666 84.10 539.84
33.3333333333 70.10 556.84
50 90.60 572.17
50 86.90 589.29
50 83.90 500.41
33.3333333333 99.50 462.39
33.3333333333 96.40 496.19
50 80.60 532.78
50 65.30 580.29
50 86.90 488.54
50 85.30 528.00
50 89.00 534.67
50 92.50 517.65
50 69.00 478.95
50 84.70 516.92
66.6666666666 77.30 550.81
50 72.30 540.00
50 85.40 520.67
33.3333333333 97.60 477.50
83.3333333333 98.00 587.27
50 70.70 568.38
50 92.40 521.90
50 91.80 540.00
50 95.10 606.07
50 95.10 532.35
50 75.60 504.50
50 82.10 470.72
50 74.10 496.07
50 70.70 456.05
50 66.00 521.88
83.3333333333 94.50 615.91
83.3333333333 97.40 579.55
83.3333333333 94.80 530.00
83.3333333333 90.40 553.64
83.3333333333 89.30 601.67
83.3333333333 97.10 546.81
66.6666666666 80.80 468.25
50 64.30 497.28
50 77.90 480.56
50 71.90 539.68
50 65.70 470.68
50 86.90 522.50
50 62.30 429.03
66.6666666666 71.00 501.46
66.6666666666 83.70 450.00
50 68.50 496.00
66.6666666666 80.60 458.21
66.6666666666 63.90 505.10
50 81.20 523.49
83.3333333333 91.40 585.52
50 83.30 438.46
50 64.00 438.63
50 66.40 500.90
66.6666666666 74.10 560.18
83.3333333333 97.50 572.63
50 59.10 473.71
50 70.10 495.14
50 73.80 549.17
66.6666666666 70.50 500.00
50 61.60 520.78
66.6666666666 65.70 536.62
66.6666666666 61.20 534.15
50 63.00 523.55
66.6666666666 79.90 507.27
100 93.90 580.00
50 57.30 478.74
50 85.20 468.12
50 63.80 507.14
50 57.70 515.32
83.3333333333 91.80 600.00
50 91.60 433.33
50 63.50 469.02
83.3333333333 98.80 581.33
100 97.70 646.95
100 93.60 668.54
100 95.60 616.36
83.3333333333 96.90 530.48
66.6666666666 64.20 502.16
66.6666666666 96.20 487.30
66.6666666666 66.40 542.06
83.3333333333 81.70 595.00
66.6666666666 78.00 521.16
100 97.10 601.46
66.6666666666 83.90 562.80
50 85.20 463.95
50 90.30 495.68
83.3333333333 92.90 543.33
83.3333333333 93.40 522.00
50 90.60 505.41
50 59.50 500.00
50 67.30 515.56
66.6666666666 98.60 597.09
66.6666666666 57.40 527.31
66.6666666666 82.00 520.00
83.3333333333 86.00 478.46
66.6666666666 68.00 507.06
66.6666666666 61.50 444.00
83.3333333333 90.60 555.74
83.3333333333 93.80 575.26
66.6666666666 57.40 521.44
50 83.60 504.24
50 76.60 496.43
100 100.00 476.22
83.3333333333 91.20 594.19
83.3333333333 85.40 597.27
83.3333333333 93.30 622.86
100 99.00 710.00
100 95.90 714.67
66.6666666666 65.20 536.16
100 93.90 762.67
100 90.10 624.26
100 81.60 584.86
100 85.20 635.38
50 96.30 481.14
66.6666666666 76.80 551.42
50 66.70 465.87
50 68.20 508.07
50 48.70 485.73
66.6666666666 64.00 523.42
66.6666666666 72.40 528.85
100 93.00 661.65
100 88.10 644.13
100 94.20 627.50
100 92.90 565.95
100 98.70 655.76
100 100.00 541.05
50 84.20 511.65
66.6666666666 76.10 533.05
50 70.00 494.09
50 73.10 546.17
100 89.70 661.25
66.6666666666 93.20 551.15
50 66.70 543.64
50 93.40 486.06
50 56.90 519.09
50 62.40 498.40
50 90.60 450.80
66.6666666666 83.00 552.03
66.6666666666 91.90 546.88
50 75.60 486.15
50 92.40 521.44
50 92.30 505.56
50 78.40 455.48
33.3333333333 63.90 405.00
33.3333333333 81.30 424.00
33.3333333333 84.60 475.71
50 82.60 457.14
50 76.30 455.86
66.6666666666 85.80 598.70
50 87.00 465.88
33.3333333333 80.60 491.49
33.3333333333 88.00 447.14
50 74.10 502.99
50 75.60 514.17
33.3333333333 86.40 481.00
33.3333333333 83.30 438.95
50 71.10 470.65
83.3333333333 96.70 554.55
50 82.30 522.56
33.3333333333 68.40 480.00
50 88.80 511.59
33.3333333333 87.20 504.84
33.3333333333 85.40 496.31
50 88.80 473.18
33.3333333333 84.20 414.00
100 90.80 680.00
50 84.60 542.74
83.3333333333 86.40 626.30
50 92.40 491.56
50 79.00 500.00
50 93.30 548.18
83.3333333333 93.10 663.08
50 86.30 488.98
50 85.00 422.22
50 80.30 573.79
50 80.50 534.29
50 72.90 533.24
33.3333333333 92.80 575.71
100 96.80 730.00
50 84.20 509.92
50 87.70 471.18
100 95.30 699.41
100 96.90 732.28
50 77.20 531.11
50 88.60 510.48
50 84.30 549.43
50 92.90 547.58
50 62.30 506.36
50 84.70 508.03
33.3333333333 87.60 536.27
50 77.00 486.67
50 75.60 527.31
50 98.00 529.23
50 67.60 530.34
50 86.80 548.37
50 86.60 504.68
33.3333333333 80.60 521.67
33.3333333333 90.40 543.70
33.3333333333 68.00 442.74
83.3333333333 95.70 549.23
66.6666666666 64.90 516.21
50 70.30 465.18
100 96.60 563.48
83.3333333333 92.00 578.42
100 75.00 505.45
100 97.80 580.00
50 84.90 430.43
100 100.00 600.00
50 87.50 466.34
50 70.50 464.46
50 72.60 516.40
100 92.90 666.96
83.3333333333 95.80 557.58
66.6666666666 81.60 545.74
100 94.30 641.54
83.3333333333 96.40 541.38
50 69.00 525.88
83.3333333333 96.30 566.67
50 85.60 470.00
100 99.10 562.63
66.6666666666 100.00 608.00
83.3333333333 92.70 495.86
100 97.20 614.01
66.6666666666 100.00 575.00
83.3333333333 97.60 547.37
100 94.60 650.37
100 100.00 742.86
50 54.80 489.09
50 70.50 468.42
100 99.20 660.00
50 68.70 485.71
100 94.30 725.77
83.3333333333 100.00 540.00
50 80.00 501.61
100 98.00 602.79
100 97.50 672.26
100 95.10 631.11
50 76.40 448.00
83.3333333333 86.00 537.78
83.3333333333 94.60 538.89
100 96.10 705.45
100 98.30 601.52
16.6666666666 84.80 412.00
83.3333333333 96.80 553.33
83.3333333333 98.20 595.00
50 74.30 587.18
33.3333333333 79.40 482.58
100 100.00 578.11
66.6666666666 92.70 637.70
50 76.90 631.70
100 99.40 580.19
33.3333333333 84.30 428.15
33.3333333333 86.70 444.21
16.6666666666 91.90 508.24
33.3333333333 73.40 501.29
16.6666666666 64.40 506.67
33.3333333333 82.30 421.33
33.3333333333 80.50 489.41
100 98.40 621.82
50 70.10 587.66
16.6666666666 100.00 603.64
50 76.80 506.47
100 96.70 625.81
83.3333333333 88.60 572.83
83.3333333333 86.60 584.47
50 81.60 440.73
33.3333333333 86.00 490.00
83.3333333333 88.80 628.89
83.3333333333 91.30 597.44
33.3333333333 86.10 507.60
50 49.30 563.16
100 97.80 664.36
50 97.10 621.43
83.3333333333 92.30 514.00
83.3333333333 89.80 598.99
83.3333333333 88.20 621.03
83.3333333333 94.60 577.04
33.3333333333 98.50 570.00
33.3333333333 78.10 468.00
33.3333333333 71.10 477.50
50 77.60 484.36
100 95.20 562.67
100 99.50 671.01
66.6666666666 85.00 634.00
83.3333333333 94.00 644.83
16.6666666666 72.60 484.29
83.3333333333 94.10 614.00
33.3333333333 92.30 538.75
83.3333333333 96.10 571.43
66.6666666666 96.50 632.70
83.3333333333 76.70 646.94
50 68.30 466.12
50 93.90 466.12
66.6666666666 83.20 610.07
66.6666666666 92.60 476.00
66.6666666666 95.60 515.97
50 94.60 576.59
50 87.70 552.50
33.3333333333 96.60 488.75
66.6666666666 95.30 537.32
50 87.60 473.08
50 96.90 522.91
66.6666666666 93.60 554.12
50 88.30 550.00
83.3333333333 94.30 591.82
66.6666666666 95.50 533.04
50 92.80 479.09
50 97.20 540.00
50 95.00 504.29
50 85.50 498.71
50 94.60 538.69
33.3333333333 94.80 564.76
50 92.00 516.60
50 91.60 532.14
33.3333333333 95.10 551.11
16.6666666666 99.20 443.53
33.3333333333 92.20 512.50
50 92.70 566.48
83.3333333333 100.00 678.89
50 92.70 561.18
50 90.60 541.67
66.6666666666 100.00 641.54
50 89.50 546.36
50 96.20 590.23
33.3333333333 93.60 568.33
33.3333333333 97.50 453.33
83.3333333333 100.00 590.67
50 94.60 586.46
50 91.50 525.00
16.6666666666 94.20 446.00
100 96.10 617.27
83.3333333333 93.90 650.24
100 90.00 698.75
33.3333333333 72.40 534.00
50 80.60 465.33
83.3333333333 76.60 593.62
66.6666666666 97.60 615.38
50 69.40 476.00
66.6666666666 92.40 519.55
66.6666666666 79.30 536.67
50 80.00 499.00
83.3333333333 88.80 605.16
50 89.20 524.74
66.6666666666 82.00 534.76
50 81.90 534.35
50 90.20 527.33
50 85.60 522.46
66.6666666666 82.30 519.71
66.6666666666 83.50 521.33
50 88.00 528.97
50 77.00 566.00
83.3333333333 95.20 588.12
66.6666666666 81.70 536.77
100 86.60 680.67
66.6666666666 84.70 535.42
33.3333333333 79.60 507.06
50 77.40 536.00
50 94.20 478.00
50 100.00 510.00
50 83.30 550.00
66.6666666666 89.60 573.95
50 88.70 469.23
66.6666666666 89.20 517.93
50 80.70 634.40
33.3333333333 64.20 498.00
33.3333333333 85.10 507.32
83.3333333333 100.00 643.64
66.6666666666 79.00 535.92
83.3333333333 90.30 535.79
66.6666666666 84.80 513.87
66.6666666666 79.00 525.86
83.3333333333 96.80 542.73
100 90.40 744.80
66.6666666666 96.80 562.58
50 89.50 514.22
50 90.00 543.67
66.6666666666 100.00 548.00
66.6666666666 84.80 592.73
50 76.40 510.40
66.6666666666 93.70 521.48
66.6666666666 86.30 516.62
66.6666666666 89.40 530.71
50 92.10 600.00
66.6666666666 91.00 532.38
66.6666666666 84.00 508.00
50 82.30 549.19
66.6666666666 95.20 518.33
66.6666666666 92.30 543.75
83.3333333333 95.80 701.49
83.3333333333 93.50 703.07
50 88.10 493.53
66.6666666666 95.50 493.00
83.3333333333 85.60 642.14
83.3333333333 90.50 755.61
66.6666666666 89.00 576.25
66.6666666666 87.80 606.25
83.3333333333 100.00 630.00
50 92.50 532.22
50 95.60 580.69
50 92.40 511.15
83.3333333333 100.00 600.00
66.6666666666 88.10 563.51
83.3333333333 94.60 697.00
66.6666666666 91.00 563.81
83.3333333333 100.00 626.25
50 90.80 531.33
50 76.70 513.68
50 82.10 584.71
66.6666666666 94.70 647.50
66.6666666666 90.90 478.82
50 87.50 580.00
50 97.90 496.13
50 100.00 585.09
100 93.00 781.07
83.3333333333 94.80 662.67
66.6666666666 88.40 587.65
66.6666666666 81.90 571.87
83.3333333333 79.10 641.33
100 86.10 797.33
83.3333333333 90.90 611.43
100 90.50 775.94
66.6666666666 94.90 628.07
66.6666666666 86.30 578.33
66.6666666666 89.90 580.93
66.6666666666 86.50 588.97
50 93.50 551.67
66.6666666666 96.40 578.57
66.6666666666 93.80 507.27
100 92.50 798.89
66.6666666666 95.00 619.26
50 88.20 656.67
66.6666666666 78.60 560.00
66.6666666666 98.20 618.95
66.6666666666 83.20 526.25
66.6666666666 98.40 629.09
50 92.80 572.20
50 97.00 530.50
33.3333333333 93.60 434.55
50 84.50 534.12
33.3333333333 92.90 443.81
50 86.10 502.47
50 82.30 518.67
50 86.90 500.00
33.3333333333 89.70 501.11
66.6666666666 76.60 510.65
83.3333333333 90.40 680.00
66.6666666666 86.20 550.45
66.6666666666 91.40 529.47
66.6666666666 92.20 549.09
83.3333333333 85.60 738.38
50 80.70 515.32
83.3333333333 95.60 687.10
83.3333333333 96.80 613.33
50 84.80 505.38
83.3333333333 85.90 705.63
50 89.90 531.66
66.6666666666 86.60 529.71
83.3333333333 83.30 615.20
83.3333333333 93.30 550.00
33.3333333333 91.90 537.89
66.6666666666 81.30 526.32
66.6666666666 75.60 576.18
83.3333333333 95.60 638.82
66.6666666666 80.00 492.41
66.6666666666 72.20 510.14
66.6666666666 95.20 610.60
100 97.30 680.57
66.6666666666 85.10 507.86
50 83.70 521.86
100 93.30 649.27
100 97.80 751.11
50 78.40 491.25
66.6666666666 68.10 502.00
66.6666666666 87.00 555.05
83.3333333333 94.70 689.79
66.6666666666 83.00 530.80
50 75.50 497.60
83.3333333333 100.00 575.00
50 78.70 548.93
50 84.00 537.37
83.3333333333 94.40 626.15
50 86.00 525.58
50 77.70 576.92
100 88.80 662.56
66.6666666666 77.80 556.88
66.6666666666 84.80 568.72
50 85.40 509.17
50 90.40 485.53
66.6666666666 90.80 508.77
83.3333333333 94.70 666.36
100 90.60 755.00
66.6666666666 92.80 525.00
66.6666666666 85.10 506.65
50 74.80 534.00
50 75.30 482.11
50 76.40 511.89
50 98.50 518.57
50 91.40 452.50
83.3333333333 100.00 576.67
50 85.80 516.76
66.6666666666 93.20 534.47
66.6666666666 86.90 541.25
66.6666666666 88.30 537.50
100 98.40 622.35
100 94.60 742.50
66.6666666666 88.70 507.00
66.6666666666 88.40 533.55
100 79.10 674.69
66.6666666666 86.00 557.14
83.3333333333 81.40 538.67
100 93.50 694.58
83.3333333333 81.10 551.38
66.6666666666 87.80 560.00
83.3333333333 100.00 602.00
66.6666666666 94.80 551.43
50 90.50 508.06
66.6666666666 91.20 539.49
66.6666666666 84.40 534.95
83.3333333333 92.40 640.48
83.3333333333 97.70 573.86
66.6666666666 90.80 528.94
66.6666666666 77.10 497.50
83.3333333333 85.80 552.15
83.3333333333 79.40 567.41
100 94.80 721.94
83.3333333333 78.30 591.71
100 93.80 697.06
83.3333333333 92.60 599.29
66.6666666666 79.30 548.29
66.6666666666 84.50 531.28
66.6666666666 85.30 514.43
66.6666666666 90.90 549.03
50 80.30 532.08
83.3333333333 82.70 568.13
83.3333333333 99.80 702.59
66.6666666666 89.40 608.81
66.6666666666 85.00 520.00
66.6666666666 92.50 631.67
83.3333333333 93.80 704.57
66.6666666666 89.50 539.17
66.6666666666 84.40 549.51
66.6666666666 83.60 540.63
83.3333333333 96.90 704.00
50 77.90 558.67
50 89.90 524.75
50 87.50 457.89
50 83.40 474.55
66.6666666666 89.60 541.28
83.3333333333 100.00 627.69
100 100.00 698.18
50 100.00 517.14
66.6666666666 87.40 565.62
50 79.20 550.77
66.6666666666 92.00 573.55
66.6666666666 97.10 550.43
66.6666666666 86.90 570.59
66.6666666666 83.50 531.11
66.6666666666 89.20 546.36
50 98.20 588.80
66.6666666666 84.10 537.38
100 92.20 660.95
83.3333333333 96.90 712.73
66.6666666666 89.90 515.81
66.6666666666 86.00 509.66
66.6666666666 83.80 557.22
83.3333333333 89.70 564.32
66.6666666666 87.70 512.50
66.6666666666 87.50 544.55
50 100.00 612.50
66.6666666666 98.70 537.90
50 88.80 520.89
50 85.20 483.20
50 78.20 555.90
100 86.70 818.75
66.6666666666 92.70 580.43
50 86.40 499.13
50 73.40 555.11
83.3333333333 97.60 600.00
50 81.90 532.55
83.3333333333 100.00 618.46
50 79.30 566.12
83.3333333333 100.00 625.88
50 79.10 492.94
50 83.20 513.33
83.3333333333 93.40 637.86
66.6666666666 92.00 531.47
83.3333333333 90.20 642.50
50 90.40 545.60
100 93.80 665.64
100 94.50 636.67
83.3333333333 93.70 656.25
66.6666666666 84.50 556.48
66.6666666666 85.10 521.72
66.6666666666 80.00 551.90
100 93.40 641.75
66.6666666666 83.80 556.87
100 97.70 822.93
100 91.70 727.63
100 96.10 702.98
83.3333333333 95.60 596.19
83.3333333333 76.60 606.58
50 78.20 528.28
66.6666666666 84.20 537.71
66.6666666666 85.10 526.50
66.6666666666 91.40 591.22
83.3333333333 75.60 552.50
100 94.60 606.25
66.6666666666 87.30 557.83
66.6666666666 87.70 604.44
50 76.80 524.54
66.6666666666 100.00 618.57
100 88.90 664.39
66.6666666666 82.50 528.14
66.6666666666 85.10 566.32
50 89.20 506.67
100 98.20 668.89
100 90.10 729.72
66.6666666666 83.20 554.08
50 94.70 531.03
66.6666666666 82.60 577.93
66.6666666666 83.50 508.50
100 94.50 714.48
66.6666666666 92.00 549.04
66.6666666666 82.40 550.00
50 59.60 578.82
66.6666666666 72.60 470.77
50 80.20 552.17
83.3333333333 100.00 601.54
50 92.90 477.27
50 87.30 545.15
50 89.80 498.18
50 79.30 496.19
83.3333333333 90.70 677.04
83.3333333333 98.30 663.81
66.6666666666 85.20 530.30
66.6666666666 78.70 552.31
50 81.70 432.00
50 84.00 510.80
50 100.00 546.00
66.6666666666 86.10 521.03
50 83.30 529.84
50 91.90 538.39
50 75.80 500.45
66.6666666666 89.50 495.64
66.6666666666 96.00 533.33
50 78.40 510.00
50 91.80 511.63
83.3333333333 85.40 510.91
66.6666666666 85.50 520.00
50 95.40 497.65
50 88.10 498.31
66.6666666666 73.00 509.73
66.6666666666 78.70 496.42
83.3333333333 97.00 582.86
66.6666666666 85.20 517.59
83.3333333333 91.50 568.97
66.6666666666 80.30 470.97
50 71.90 479.64
66.6666666666 82.40 508.86
50 84.40 418.10
50 86.10 444.00
66.6666666666 75.40 498.89
66.6666666666 84.60 528.98
50 76.50 505.28
50 84.10 510.22
50 96.40 573.33
66.6666666666 85.50 571.76
50 85.60 515.71
50 79.90 474.29
50 63.40 526.67
50 84.50 548.00
50 84.70 511.25
50 87.80 525.45
50 85.30 500.52
50 62.00 507.27
83.3333333333 85.10 672.22
50 76.50 499.10
83.3333333333 94.20 700.47
66.6666666666 85.20 554.00
66.6666666666 80.50 540.00
50 78.90 537.58
66.6666666666 87.30 486.21
66.6666666666 91.80 548.29
66.6666666666 86.10 536.99
50 83.20 502.56
50 82.50 531.72
50 73.10 570.00
66.6666666666 88.70 485.54
66.6666666666 79.70 489.09
66.6666666666 85.00 544.71
66.6666666666 86.00 531.20
66.6666666666 83.00 510.58
66.6666666666 85.60 508.10
66.6666666666 81.00 517.14
50 70.20 526.67
83.3333333333 94.60 603.53
66.6666666666 90.60 548.83
83.3333333333 91.80 750.80
66.6666666666 78.30 500.75
50 83.90 520.36
50 78.60 534.58
66.6666666666 82.80 519.02
66.6666666666 80.80 501.67
66.6666666666 94.00 506.67
50 74.90 491.61
66.6666666666 76.30 498.75
66.6666666666 83.70 507.80
50 81.60 502.13
50 78.60 516.75
66.6666666666 80.00 498.97
50 66.60 521.58
66.6666666666 90.30 570.53
66.6666666666 75.20 525.58
50 92.70 495.56
50 78.50 520.57
66.6666666666 72.80 516.97
50 91.90 557.41
50 93.90 532.08
66.6666666666 91.10 478.26
50 75.70 530.18
50 75.10 517.42
83.3333333333 80.50 597.33
66.6666666666 100.00 566.96
50 81.60 533.51
66.6666666666 82.40 557.92
50 81.60 493.38
83.3333333333 91.70 613.64
50 83.10 488.24
66.6666666666 95.00 640.00
50 85.00 517.61
50 85.50 547.23
50 79.20 530.00
50 80.00 505.00
66.6666666666 87.60 584.21
50 90.10 553.86
50 93.90 492.00
50 91.10 489.41
50 88.40 518.05
50 92.50 545.38
50 85.00 538.54
66.6666666666 83.60 508.57
66.6666666666 84.80 504.00
50 80.40 530.85
50 91.00 494.29
83.3333333333 89.90 576.72
50 79.60 507.04
66.6666666666 85.70 511.22
50 83.10 545.82
66.6666666666 84.60 491.20
66.6666666666 90.00 487.62
50 87.00 504.00
83.3333333333 93.10 549.41
83.3333333333 94.80 625.60
66.6666666666 89.30 547.03
66.6666666666 78.10 533.06
100 100.00 620.00
50 87.20 513.33
66.6666666666 86.60 549.38
66.6666666666 72.20 560.59
100 95.10 633.81
66.6666666666 86.60 512.50
66.6666666666 87.70 544.78
66.6666666666 89.30 546.43
66.6666666666 80.50 547.42
66.6666666666 88.70 521.18
66.6666666666 89.10 500.00
66.6666666666 97.00 568.33
50 85.60 525.08
66.6666666666 93.40 581.43
83.3333333333 83.50 602.98
66.6666666666 84.80 513.67
66.6666666666 83.50 520.61
66.6666666666 76.90 528.73
100 95.50 637.89
83.3333333333 76.60 604.44
83.3333333333 80.00 683.20
66.6666666666 72.40 533.48
66.6666666666 59.70 473.68
66.6666666666 82.60 472.00
66.6666666666 82.40 523.93
66.6666666666 63.10 402.50
66.6666666666 71.30 620.00
66.6666666666 88.40 586.90
66.6666666666 78.70 506.35
66.6666666666 77.20 579.31
66.6666666666 77.70 490.42
66.6666666666 73.60 533.20
66.6666666666 67.40 550.00
66.6666666666 85.80 497.14
83.3333333333 88.10 712.26
100 93.60 721.82
83.3333333333 92.80 591.43
100 89.40 684.67
83.3333333333 82.30 718.38
100 83.00 702.70
83.3333333333 90.80 751.74
100 87.00 691.49
100 90.60 727.93
100 48.60 658.10
100 68.30 603.16
66.6666666666 84.30 445.45
66.6666666666 80.30 507.65
66.6666666666 94.50 484.44
66.6666666666 81.90 557.44
66.6666666666 72.10 473.33
66.6666666666 85.00 599.57
100 91.30 780.11
66.6666666666 69.80 557.24
66.6666666666 85.00 590.00
100 98.80 821.11
66.6666666666 73.00 578.80
66.6666666666 72.50 539.29
66.6666666666 84.30 509.63
100 79.50 673.85
83.3333333333 95.70 573.46
100 86.70 795.45
50 80.70 491.84
66.6666666666 82.10 511.05
50 72.90 502.16
50 78.80 489.47
50 75.80 508.54
66.6666666666 94.10 534.29
83.3333333333 88.20 661.69
66.6666666666 80.40 504.00
50 81.40 506.78
66.6666666666 89.50 539.48
50 88.70 496.87
50 94.10 505.31
50 93.90 529.72
50 68.20 497.00
50 77.50 527.20
66.6666666666 87.50 501.55
66.6666666666 85.30 479.20
50 81.50 546.11
50 86.30 503.73
83.3333333333 91.10 618.50
66.6666666666 98.50 500.00
66.6666666666 95.50 530.00
66.6666666666 94.40 537.58
66.6666666666 91.30 556.09
66.6666666666 84.10 532.77
66.6666666666 79.40 512.90
66.6666666666 96.60 545.60
50 81.00 540.77
66.6666666666 88.00 535.83
66.6666666666 89.30 528.78
66.6666666666 86.20 633.59
50 83.00 538.69
50 81.90 558.32
83.3333333333 93.70 611.67
83.3333333333 92.80 558.89
83.3333333333 94.70 614.06
83.3333333333 93.90 587.88
83.3333333333 89.20 585.83
50 72.20 548.33
50 95.20 575.29
50 78.60 458.52
50 94.90 516.32
83.3333333333 88.50 575.20
66.6666666666 85.90 493.33
66.6666666666 84.40 521.38
50 75.30 495.59
66.6666666666 75.60 541.87
66.6666666666 91.90 520.16
66.6666666666 90.00 500.74
83.3333333333 88.20 681.82
50 88.90 523.64
50 79.30 488.95
66.6666666666 81.50 512.63
50 85.50 532.26
100 95.30 860.35
100 96.20 842.70
66.6666666666 89.40 545.88
66.6666666666 65.00 559.52
83.3333333333 88.80 785.41
83.3333333333 90.30 542.86
66.6666666666 58.60 535.87
83.3333333333 79.10 556.00
100 85.30 685.81
100 93.90 697.70
100 92.60 782.17
100 86.40 712.38
33.3333333333 99.50 637.87
66.6666666666 84.30 545.68
100 89.20 760.73
83.3333333333 78.50 612.86
83.3333333333 89.70 602.40
83.3333333333 79.90 749.02
83.3333333333 50.00 566.00
100 88.50 759.56
100 86.40 721.90
100 90.90 681.67
100 81.30 685.19
100 95.00 822.60
50 69.60 509.23
100 99.50 760.00
100 88.10 687.06
100 96.70 787.36
100 94.40 800.91
100 95.50 764.00
100 90.90 613.08
100 96.10 681.21
100 98.00 615.48
100 97.90 792.00
66.6666666666 76.70 552.68
66.6666666666 80.50 557.44
100 98.10 664.00
83.3333333333 98.50 580.00
83.3333333333 95.90 781.48
100 86.70 775.77
50 72.10 555.38
100 82.80 767.50
100 78.70 693.59
66.6666666666 87.60 521.65
100 94.00 779.27
83.3333333333 91.70 618.46
66.6666666666 78.80 542.91
50 80.10 562.72
100 95.20 735.79
83.3333333333 100.00 492.73
100 84.60 781.00
100 91.60 815.71
100 97.10 777.53
100 88.20 672.22
100 96.10 756.61
83.3333333333 99.20 605.13
66.6666666666 97.80 504.21
50 80.90 488.66
66.6666666666 74.60 551.52
83.3333333333 94.60 554.86
100 97.40 780.92
100 96.60 682.14
100 91.50 752.80
100 87.00 686.43
66.6666666666 82.10 553.28
100 87.50 754.48
100 82.70 707.35
100 95.30 726.67
100 90.50 728.76
100 91.80 743.50
66.6666666666 90.70 567.50
83.3333333333 75.90 622.47
83.3333333333 92.50 614.29
83.3333333333 79.30 627.63
100 82.90 704.29
83.3333333333 71.80 554.67
100 91.20 741.54
100 97.40 631.20
66.6666666666 75.40 527.13
100 90.80 702.13
100 93.20 617.50
100 90.70 634.89
83.3333333333 95.50 622.35
100 91.40 730.50
83.3333333333 97.40 575.38
100 93.00 752.73
100 94.60 646.00
100 92.60 647.50
50 75.50 494.68
66.6666666666 95.40 540.00
66.6666666666 94.40 600.00
66.6666666666 80.70 552.94
100 91.80 688.47
83.3333333333 100.00 585.45
83.3333333333 94.50 620.57
66.6666666666 90.40 526.40
83.3333333333 84.40 554.17
83.3333333333 96.20 527.69
66.6666666666 74.90 533.26
66.6666666666 81.80 548.81
66.6666666666 81.80 507.27
50 92.70 545.45
83.3333333333 89.00 605.00
83.3333333333 100.00 624.10
83.3333333333 95.80 595.81
66.6666666666 85.30 630.22
83.3333333333 94.60 569.17
83.3333333333 87.00 663.57
83.3333333333 90.90 548.33
83.3333333333 97.00 569.41
66.6666666666 63.00 666.67
50 82.60 521.21
66.6666666666 75.80 542.24
66.6666666666 74.40 553.46
100 93.20 633.04
100 94.00 720.00
100 91.50 600.00
100 98.70 742.61
83.3333333333 58.40 624.74
83.3333333333 98.00 573.75
83.3333333333 84.60 722.16
100 95.20 697.78
66.6666666666 66.90 553.36
83.3333333333 90.20 648.89
66.6666666666 67.50 543.53
83.3333333333 91.50 524.17
100 92.20 630.00
100 93.80 600.95
100 96.80 593.60
83.3333333333 91.70 526.00
100 90.70 661.25
50 82.80 503.45
83.3333333333 81.90 598.79
83.3333333333 93.80 588.57
66.6666666666 97.90 572.31
83.3333333333 72.00 544.80
66.6666666666 77.00 609.36
66.6666666666 94.10 540.00
66.6666666666 83.10 539.06
66.6666666666 75.70 537.50
66.6666666666 90.90 553.68
83.3333333333 79.30 641.05
66.6666666666 90.40 664.00
83.3333333333 85.40 633.85
83.3333333333 82.90 613.85
100 98.10 737.35
83.3333333333 98.50 567.50
83.3333333333 97.10 576.00
83.3333333333 86.00 592.50
83.3333333333 91.40 517.78
83.3333333333 90.90 628.97
66.6666666666 83.00 492.41
83.3333333333 93.70 718.42
83.3333333333 75.60 600.00
66.6666666666 65.70 585.19
66.6666666666 81.50 586.46
83.3333333333 95.70 591.50
100 87.00 735.58
100 93.90 716.00
66.6666666666 82.30 531.24
50 66.40 532.94
83.3333333333 100.00 588.57
83.3333333333 88.20 620.54
100 86.80 621.88
100 91.90 588.00
83.3333333333 85.80 608.48
83.3333333333 93.00 612.31
83.3333333333 94.00 654.29
83.3333333333 90.70 590.67
100 86.80 750.41
83.3333333333 89.20 601.33
83.3333333333 100.00 675.20
83.3333333333 95.80 539.60
50 71.70 514.95
50 73.90 502.32
50 72.60 518.90
66.6666666666 80.10 517.65
66.6666666666 75.30 540.00
66.6666666666 96.80 516.00
66.6666666666 87.70 605.60
83.3333333333 95.20 593.68
83.3333333333 100.00 731.00
83.3333333333 93.60 536.32
66.6666666666 98.40 608.40
83.3333333333 98.30 557.25
66.6666666666 83.50 515.83
50 70.20 524.00
83.3333333333 93.20 565.57
100 96.60 697.01
66.6666666666 79.40 535.56
83.3333333333 96.60 616.67
83.3333333333 87.00 607.27
83.3333333333 78.20 601.94
83.3333333333 90.30 519.89
50 88.20 525.07
83.3333333333 94.30 496.47
83.3333333333 80.90 560.26
66.6666666666 90.20 531.11
66.6666666666 81.00 530.61
50 78.50 492.53
66.6666666666 85.80 520.00
83.3333333333 92.90 630.86
83.3333333333 86.10 590.77
83.3333333333 86.90 738.64
83.3333333333 77.50 610.91
66.6666666666 77.00 542.83
83.3333333333 72.20 552.00
100 85.50 581.67
83.3333333333 96.60 606.15
100 72.50 755.38
100 84.30 692.00
100 94.30 779.62
50 73.40 510.42
83.3333333333 96.00 538.33
83.3333333333 81.80 604.55
83.3333333333 97.80 575.15
100 96.00 658.43
100 100.00 795.79
83.3333333333 100.00 591.20
66.6666666666 81.30 528.06
100 96.70 805.45
100 67.80 626.67
50 73.70 489.67
50 79.70 560.00
83.3333333333 93.80 571.72
83.3333333333 93.00 760.38
66.6666666666 82.50 539.05
83.3333333333 90.60 662.86
50 73.40 550.00
66.6666666666 74.30 502.78
66.6666666666 74.40 556.92
83.3333333333 87.00 597.69
83.3333333333 77.70 623.33
83.3333333333 78.80 620.00
66.6666666666 83.80 562.77
50 77.10 535.26
66.6666666666 75.90 525.00
50 87.50 549.08
50 73.30 540.39
83.3333333333 95.80 726.53
83.3333333333 100.00 674.29
83.3333333333 95.70 619.31
83.3333333333 87.60 667.80
66.6666666666 72.40 560.00
66.6666666666 77.70 523.45
50 56.20 514.00
83.3333333333 90.20 595.00
66.6666666666 89.50 555.00
83.3333333333 68.20 548.33
83.3333333333 96.40 729.02
83.3333333333 89.00 620.00
66.6666666666 82.50 557.21
83.3333333333 97.40 574.81
66.6666666666 82.70 542.00
83.3333333333 97.60 626.15
66.6666666666 63.30 534.91
83.3333333333 94.40 602.58
50 83.50 523.40
66.6666666666 78.50 524.56
66.6666666666 89.60 523.25
66.6666666666 68.00 506.15
66.6666666666 79.30 481.72
50 84.00 494.12
66.6666666666 72.40 522.03
66.6666666666 74.10 514.71
50 73.30 510.14
50 80.20 518.62
66.6666666666 89.30 638.75
50 81.00 522.32
66.6666666666 100.00 583.43
83.3333333333 100.00 575.56
66.6666666666 83.20 508.37
66.6666666666 89.50 499.33
50 89.10 469.33
66.6666666666 92.30 590.00
66.6666666666 96.50 571.00
83.3333333333 100.00 512.73
66.6666666666 83.10 537.82
66.6666666666 77.30 567.18
83.3333333333 83.40 624.55
66.6666666666 84.80 503.33
66.6666666666 84.00 525.93
50 72.00 498.06
66.6666666666 65.70 548.66
66.6666666666 79.80 510.00
66.6666666666 97.50 540.00
66.6666666666 99.40 625.00
50 75.30 453.33
66.6666666666 82.00 557.41
66.6666666666 77.20 526.46
66.6666666666 83.70 530.68
66.6666666666 86.00 520.16
66.6666666666 80.00 512.23
83.3333333333 90.80 654.74
66.6666666666 98.10 527.57
50 96.10 544.83
50 88.10 516.15
50 83.70 576.47
66.6666666666 92.40 640.00
66.6666666666 98.00 558.56
83.3333333333 88.00 632.86
66.6666666666 90.10 582.07
50 82.30 484.71
66.6666666666 79.40 547.00
66.6666666666 80.80 524.58
66.6666666666 89.90 523.04
33.3333333333 80.10 535.79
66.6666666666 78.80 536.00
66.6666666666 83.30 540.83
50 95.10 532.35
50 88.80 458.33
83.3333333333 94.10 707.27
66.6666666666 84.70 519.41
83.3333333333 94.10 576.80
50 76.60 530.77
83.3333333333 92.10 577.14
33.3333333333 93.90 512.31
50 72.90 538.59
66.6666666666 80.90 566.15
50 77.50 497.50
50 63.90 523.64
66.6666666666 81.90 514.69
50 77.90 495.06
50 69.40 520.17
50 74.80 518.70
50 96.40 561.97
66.6666666666 90.70 513.33
66.6666666666 80.50 524.08
50 87.90 514.75
50 99.20 536.76
66.6666666666 92.00 514.19
66.6666666666 89.80 504.17
83.3333333333 93.30 625.71
83.3333333333 100.00 646.00
83.3333333333 87.50 611.00
100 88.00 640.65
100 86.10 811.35
50 88.50 546.00
66.6666666666 93.90 660.95
50 77.10 497.42
50 83.30 520.84
50 75.50 550.53
50 78.20 525.20
83.3333333333 93.50 692.84
83.3333333333 87.90 558.18
66.6666666666 87.10 656.25
66.6666666666 80.50 498.97
50 65.90 527.50
50 94.20 598.71
50 88.60 475.71
50 79.30 543.59
83.3333333333 77.80 641.43
50 84.40 511.43
100 96.40 674.74
50 91.40 475.51
83.3333333333 82.50 619.29
50 90.10 545.00
100 89.90 731.43
83.3333333333 100.00 563.00
100 92.20 593.00
66.6666666666 94.80 579.23
66.6666666666 75.90 541.11
66.6666666666 97.80 616.25
66.6666666666 88.00 550.00
83.3333333333 100.00 585.07
100 92.20 820.23
100 92.80 674.69
66.6666666666 62.60 556.15
66.6666666666 64.90 496.00
100 97.70 721.54
83.3333333333 94.70 682.50
66.6666666666 86.10 548.39
66.6666666666 77.60 540.58
83.3333333333 95.50 606.67
83.3333333333 83.60 547.83
50 90.60 546.67
83.3333333333 90.40 685.83
100 84.60 569.33
66.6666666666 76.30 522.32
83.3333333333 93.70 601.29
83.3333333333 76.20 618.95
66.6666666666 81.00 524.15
66.6666666666 77.70 556.40
66.6666666666 96.90 612.63
66.6666666666 87.50 618.57
66.6666666666 80.30 538.39
50 79.90 542.05
100 89.50 794.07
100 87.20 774.02
50 81.00 454.59
66.6666666666 89.00 519.17
50 93.30 517.65
66.6666666666 84.20 556.51
83.3333333333 96.00 597.36
66.6666666666 89.80 632.31
66.6666666666 70.50 621.82
83.3333333333 100.00 590.00
100 76.10 673.68
50 67.40 514.81
100 68.80 653.33
100 100.00 630.91
66.6666666666 55.40 595.29
83.3333333333 81.30 524.00
100 98.10 781.74
100 89.50 663.03
66.6666666666 88.00 598.26
66.6666666666 68.60 501.48
50 74.70 514.61
66.6666666666 77.20 527.54
66.6666666666 80.10 533.73
50 64.00 538.97
50 79.20 462.22
50 72.10 490.44
66.6666666666 76.20 535.59
50 65.40 499.29
66.6666666666 76.40 502.69
66.6666666666 72.20 514.15
100 87.50 699.52
83.3333333333 96.30 630.39
66.6666666666 98.20 595.00
66.6666666666 80.70 542.00
100 91.90 718.57
100 97.00 845.26
83.3333333333 97.70 566.67
83.3333333333 88.30 641.43
100 96.80 781.63
50 71.30 484.90
83.3333333333 94.40 607.14
100 95.90 766.02
100 93.80 704.26
83.3333333333 94.50 684.35
100 96.90 615.71
100 97.10 631.82
100 94.40 588.89
100 87.80 657.20
50 97.80 551.67
83.3333333333 92.60 558.62
100 81.90 731.43
66.6666666666 90.70 565.06
66.6666666666 88.90 606.47
83.3333333333 97.30 617.54
83.3333333333 79.60 566.67
50 62.40 482.00
83.3333333333 100.00 567.69
66.6666666666 91.90 551.43
66.6666666666 90.40 593.33
83.3333333333 84.60 617.67
66.6666666666 100.00 504.00
100 88.90 680.00
100 82.10 633.14
66.6666666666 87.00 625.88
100 90.10 715.52
83.3333333333 74.10 576.92
100 95.70 558.80
83.3333333333 93.20 649.23
83.3333333333 88.50 568.00
83.3333333333 91.00 571.16
83.3333333333 82.30 610.06
66.6666666666 86.90 612.50
83.3333333333 97.40 634.00
83.3333333333 93.50 601.33
83.3333333333 100.00 660.00
66.6666666666 95.80 612.55
100 92.40 675.38
83.3333333333 95.80 585.26
100 89.10 668.00
66.6666666666 90.60 670.00
83.3333333333 94.60 706.25
83.3333333333 98.10 544.62
66.6666666666 94.70 631.11
83.3333333333 86.70 688.00
83.3333333333 95.80 649.19
83.3333333333 86.50 581.54
100 88.90 712.80
100 92.10 750.86
83.3333333333 93.80 570.91
66.6666666666 93.00 551.43
66.6666666666 81.80 516.48
100 100.00 672.17
83.3333333333 96.10 661.79
83.3333333333 95.70 623.81
66.6666666666 82.80 519.18
66.6666666666 75.10 548.52
50 67.80 505.63
66.6666666666 94.50 632.76
100 68.60 610.00
83.3333333333 95.50 740.00
66.6666666666 70.50 509.90
66.6666666666 76.00 526.14
83.3333333333 96.80 605.33
66.6666666666 73.60 525.37
83.3333333333 92.10 596.00
83.3333333333 82.30 563.33
50 98.00 521.54
83.3333333333 95.00 608.51
66.6666666666 88.90 570.53
100 73.50 587.37
83.3333333333 95.80 574.44
83.3333333333 81.50 584.36
83.3333333333 90.10 717.01
50 100.00 643.64
100 93.90 710.88
100 91.50 588.80
83.3333333333 87.50 617.50
100 93.10 687.58
66.6666666666 99.00 616.00
66.6666666666 76.90 532.44
83.3333333333 88.20 596.92
66.6666666666 79.20 522.78
83.3333333333 94.90 525.88
100 93.40 717.39
66.6666666666 75.20 496.88
100 93.20 859.17
83.3333333333 93.60 633.13
100 74.80 760.91
66.6666666666 83.70 532.30
50 75.50 497.64
50 85.10 488.52
50 87.40 518.91
83.3333333333 89.80 546.15
100 96.30 646.96
100 93.20 645.40
83.3333333333 65.10 572.73
66.6666666666 69.10 604.68
100 84.00 642.86
100 94.20 706.34
83.3333333333 96.10 623.57
66.6666666666 87.20 520.66
83.3333333333 100.00 508.57
83.3333333333 88.70 630.00
83.3333333333 92.90 669.33
83.3333333333 96.70 663.22
50 72.50 517.65
50 99.40 544.00
100 91.30 620.00
100 98.60 774.67
100 92.10 813.17
100 80.30 654.09
83.3333333333 98.60 669.43
100 81.80 667.37
66.6666666666 73.40 521.14
66.6666666666 94.60 575.56
66.6666666666 96.30 606.67
66.6666666666 83.40 546.11
33.3333333333 94.20 500.80
66.6666666666 87.00 586.19
100 96.10 820.00
66.6666666666 100.00 580.00
100 94.70 677.97
100 96.90 743.56
83.3333333333 84.50 542.29
83.3333333333 82.90 577.00
100 81.40 794.44
100 98.00 689.26
83.3333333333 88.40 558.46
83.3333333333 98.60 598.33
100 94.40 759.13
83.3333333333 100.00 704.00
66.6666666666 98.10 483.08
66.6666666666 98.50 624.35
83.3333333333 100.00 667.73
83.3333333333 95.10 692.59
66.6666666666 82.40 541.79
50 66.70 558.18
100 83.80 678.78
50 67.20 522.63
100 94.10 717.14
83.3333333333 69.00 679.74
83.3333333333 88.40 747.79
100 92.50 699.29
66.6666666666 82.60 521.82
83.3333333333 93.90 603.53
66.6666666666 98.40 560.00
100 96.40 672.63
100 96.70 793.67
83.3333333333 82.60 547.78
100 100.00 585.71
100 90.00 580.00
83.3333333333 90.90 747.86
100 87.90 679.52
83.3333333333 88.50 602.35
66.6666666666 91.70 638.00
100 95.20 708.51
100 92.90 659.59
83.3333333333 84.40 560.92
100 93.20 815.79
83.3333333333 97.40 578.67
100 92.80 720.66
83.3333333333 94.10 592.92
83.3333333333 98.00 652.73
100 75.70 574.38
83.3333333333 95.50 583.33
83.3333333333 97.90 651.54
83.3333333333 90.40 608.00
100 66.40 597.95
100 98.30 797.47
83.3333333333 88.00 503.70
83.3333333333 96.50 585.45
83.3333333333 91.50 589.41
83.3333333333 96.50 634.07
83.3333333333 97.60 650.71
83.3333333333 92.60 776.33
100 93.00 745.17
83.3333333333 95.70 574.40
83.3333333333 90.90 610.77
100 74.40 670.30
83.3333333333 100.00 631.43
100 89.30 743.53
100 94.70 838.64
83.3333333333 98.60 659.13
100 87.40 669.09
100 80.20 639.35
66.6666666666 98.30 613.35
83.3333333333 99.00 605.81
83.3333333333 86.80 625.45
100 93.00 754.67
83.3333333333 81.10 629.47
100 95.70 756.58
83.3333333333 95.60 592.50
100 62.70 603.70
83.3333333333 82.90 656.00
100 85.40 658.05
100 92.80 653.79
66.6666666666 88.60 547.27
83.3333333333 97.30 671.59
66.6666666666 81.10 578.57
83.3333333333 96.30 609.29
83.3333333333 96.10 578.82
100 95.50 533.85
83.3333333333 93.30 633.33
100 94.90 732.38
83.3333333333 94.80 528.85
66.6666666666 88.80 551.11
100 92.50 549.23
83.3333333333 87.10 645.00
100 97.20 693.91
66.6666666666 93.80 531.02
83.3333333333 88.60 533.94
100 81.90 737.45
100 71.10 745.79
100 86.30 930.00
100 87.20 734.16
100 83.70 734.71
83.3333333333 93.50 621.67
100 98.20 705.27
83.3333333333 62.50 669.09
83.3333333333 95.50 658.22
100 81.80 661.48
83.3333333333 94.70 671.91
100 72.00 814.63
100 97.50 713.79
83.3333333333 98.40 614.22
100 89.80 698.08
100 94.70 723.78
66.6666666666 91.70 495.56
100 94.70 766.38
83.3333333333 84.30 684.03
83.3333333333 89.90 615.79
83.3333333333 83.50 567.27
100 95.60 713.03
100 96.20 647.78
100 97.00 706.05
83.3333333333 90.30 564.07
83.3333333333 95.50 638.31
83.3333333333 83.80 566.49
83.3333333333 88.90 635.00
83.3333333333 80.30 652.50
100 92.70 714.34
83.3333333333 93.80 532.00
83.3333333333 95.50 575.38
83.3333333333 86.10 553.18
83.3333333333 95.30 645.48
83.3333333333 93.20 691.20
83.3333333333 97.50 679.17
100 92.40 828.46
100 86.50 724.00
83.3333333333 65.20 542.42
50 73.40 607.95
100 92.70 670.98
83.3333333333 87.90 774.89
83.3333333333 86.40 605.63
100 95.30 785.30
66.6666666666 94.90 564.00
100 82.40 515.38
83.3333333333 95.50 659.47
83.3333333333 95.10 484.00
83.3333333333 85.30 586.36
83.3333333333 99.80 822.31
83.3333333333 78.80 657.27
83.3333333333 72.10 588.57
100 89.20 638.00
83.3333333333 99.00 731.75
100 94.70 618.75
83.3333333333 100.00 551.11
83.3333333333 95.70 543.08
83.3333333333 94.40 608.42
83.3333333333 94.00 611.28
66.6666666666 89.90 560.00
100 95.30 793.02
100 80.00 751.15
83.3333333333 91.80 609.63
83.3333333333 93.80 671.76
50 71.30 533.39
66.6666666666 84.40 710.12
83.3333333333 80.10 731.00
100 92.90 679.05
100 94.60 711.43
66.6666666666 92.90 600.00
100 92.00 671.03
83.3333333333 98.30 622.67
100 96.60 670.45
66.6666666666 95.40 563.08
100 91.90 835.60
100 96.30 778.82
83.3333333333 98.30 646.00
83.3333333333 98.50 566.67
83.3333333333 93.30 553.91
66.6666666666 88.80 530.91
83.3333333333 94.00 616.25
83.3333333333 94.10 604.35
100 85.60 633.33
66.6666666666 93.30 542.67
83.3333333333 86.40 586.67
100 88.80 761.74
66.6666666666 99.30 633.33
50 85.30 543.16
50 95.30 629.05
66.6666666666 71.00 562.11
83.3333333333 99.00 605.37
83.3333333333 96.50 677.11
83.3333333333 97.70 656.72
100 94.60 630.16
83.3333333333 98.70 609.04
83.3333333333 90.40 752.46
66.6666666666 97.00 576.19
83.3333333333 82.50 567.33
100 98.90 750.00
50 76.10 502.10
66.6666666666 71.90 521.83
66.6666666666 85.50 479.49
83.3333333333 89.00 533.13
66.6666666666 78.60 535.07
66.6666666666 72.40 528.00
66.6666666666 80.10 507.00
83.3333333333 91.40 628.08
83.3333333333 78.60 537.21
66.6666666666 85.70 537.04
83.3333333333 97.00 517.27
66.6666666666 82.10 484.12
83.3333333333 89.20 569.38
83.3333333333 79.60 539.73
83.3333333333 90.60 489.64
66.6666666666 85.80 543.33
66.6666666666 92.60 515.32
66.6666666666 91.10 532.15
66.6666666666 85.90 510.70
66.6666666666 81.00 538.95
83.3333333333 89.00 614.94
83.3333333333 92.60 564.33
66.6666666666 87.20 479.48
66.6666666666 89.20 523.33
83.3333333333 97.50 505.83
83.3333333333 91.50 509.58
66.6666666666 95.60 460.00
66.6666666666 95.50 502.74
66.6666666666 73.80 549.16
66.6666666666 83.10 546.24
83.3333333333 80.40 588.13
83.3333333333 81.00 489.57
83.3333333333 96.10 624.88
83.3333333333 86.10 493.89
83.3333333333 86.90 540.67
83.3333333333 93.90 631.46
83.3333333333 97.50 511.85
66.6666666666 80.30 491.33
83.3333333333 84.90 536.21
83.3333333333 76.70 510.23
66.6666666666 86.00 558.33
83.3333333333 85.30 510.34
66.6666666666 73.60 509.67
83.3333333333 84.90 543.25
83.3333333333 95.50 586.88
83.3333333333 87.70 526.12
83.3333333333 78.20 523.32
66.6666666666 88.20 518.60
83.3333333333 75.70 523.56
83.3333333333 86.40 547.06
83.3333333333 91.50 562.03
83.3333333333 97.70 629.50
83.3333333333 81.60 534.75
66.6666666666 80.10 511.32
83.3333333333 80.50 525.26
83.3333333333 92.60 530.74
66.6666666666 85.10 519.46
66.6666666666 94.80 461.48
66.6666666666 73.50 528.42
83.3333333333 78.50 547.09
66.6666666666 61.00 504.75
83.3333333333 60.10 515.35
83.3333333333 96.50 619.77
83.3333333333 82.00 533.19
66.6666666666 88.50 533.99
66.6666666666 70.20 521.22
83.3333333333 80.80 546.19
66.6666666666 83.10 516.31
66.6666666666 83.20 502.99
66.6666666666 68.60 521.72
83.3333333333 90.90 526.96
66.6666666666 81.80 536.25
66.6666666666 82.70 535.25
66.6666666666 91.90 487.25
66.6666666666 70.60 527.50
83.3333333333 91.90 542.57
66.6666666666 91.10 502.44
66.6666666666 93.10 538.83
66.6666666666 80.80 490.63
83.3333333333 77.70 539.57
83.3333333333 88.50 570.45
66.6666666666 93.50 444.29
66.6666666666 71.10 537.14
83.3333333333 87.30 553.30
83.3333333333 94.40 610.06
83.3333333333 92.70 515.17
66.6666666666 97.30 570.15
66.6666666666 96.80 552.05
83.3333333333 80.70 537.09
83.3333333333 93.50 649.10
83.3333333333 95.70 518.87
66.6666666666 98.90 528.97
66.6666666666 93.40 532.61
83.3333333333 85.60 562.48
66.6666666666 89.80 525.54
66.6666666666 85.90 523.76
66.6666666666 82.20 537.64
83.3333333333 100.00 592.80
83.3333333333 76.40 563.90
66.6666666666 95.50 562.22
66.6666666666 84.00 522.22
66.6666666666 76.70 527.57
83.3333333333 97.80 547.06
66.6666666666 99.10 502.12
83.3333333333 65.60 512.29
66.6666666666 80.60 525.63
66.6666666666 96.60 485.19
66.6666666666 59.40 511.60
83.3333333333 90.30 540.45
66.6666666666 85.00 513.78
100 93.30 622.35
66.6666666666 74.30 536.63
66.6666666666 90.70 544.00
83.3333333333 87.00 537.04
83.3333333333 94.70 452.31
66.6666666666 79.60 537.90
66.6666666666 74.10 539.43
83.3333333333 70.70 550.68
66.6666666666 65.30 517.25
83.3333333333 91.60 558.72
66.6666666666 74.30 452.22
83.3333333333 89.40 546.23
66.6666666666 84.50 529.92
66.6666666666 77.10 488.37
66.6666666666 77.20 525.26
66.6666666666 93.20 523.36
83.3333333333 82.60 520.33
66.6666666666 67.80 561.70
66.6666666666 70.50 551.61
66.6666666666 79.30 533.51
66.6666666666 77.80 532.62
66.6666666666 75.40 543.68
66.6666666666 83.20 518.22
66.6666666666 85.10 524.87
66.6666666666 77.40 513.54
66.6666666666 94.30 479.02
50 97.40 510.94
83.3333333333 98.80 536.42
83.3333333333 99.00 533.91
83.3333333333 99.80 507.33
83.3333333333 82.20 568.25
66.6666666666 90.50 580.00
83.3333333333 84.20 536.44
83.3333333333 73.70 527.43
83.3333333333 94.50 518.70
83.3333333333 92.40 545.93
66.6666666666 93.60 506.57
83.3333333333 86.30 582.86
66.6666666666 88.80 514.77
66.6666666666 95.80 528.16
83.3333333333 75.60 535.43
66.6666666666 86.80 548.43
83.3333333333 90.40 535.82
66.6666666666 90.70 488.05
83.3333333333 98.60 506.09
66.6666666666 97.80 479.48
66.6666666666 85.00 509.74
83.3333333333 98.40 673.51
66.6666666666 89.20 541.05
66.6666666666 88.20 485.56
83.3333333333 86.60 523.31
66.6666666666 81.70 513.85
66.6666666666 70.30 606.59
50 92.50 592.90
83.3333333333 96.60 518.92
83.3333333333 77.10 555.91
66.6666666666 87.30 541.76
66.6666666666 97.00 468.00
66.6666666666 91.30 546.19
83.3333333333 92.70 510.22
66.6666666666 96.30 510.39
83.3333333333 93.80 522.20
66.6666666666 86.70 487.39
66.6666666666 89.80 538.48
66.6666666666 90.50 520.82
83.3333333333 78.00 533.51
66.6666666666 88.80 525.58
83.3333333333 86.30 529.30
83.3333333333 97.60 535.11
66.6666666666 96.70 500.00
83.3333333333 80.60 507.83
66.6666666666 82.80 517.50
83.3333333333 89.90 541.03
66.6666666666 88.50 525.14
83.3333333333 94.20 524.89
83.3333333333 87.90 521.56
83.3333333333 98.70 542.22
83.3333333333 94.60 511.76
83.3333333333 81.30 539.11
83.3333333333 74.30 496.36
83.3333333333 78.60 518.63
83.3333333333 98.30 657.38
83.3333333333 81.30 511.43
83.3333333333 76.20 536.25
83.3333333333 75.80 523.23
83.3333333333 87.00 545.65
83.3333333333 84.40 490.28
83.3333333333 90.20 494.90
83.3333333333 85.40 536.48
83.3333333333 84.40 531.67
66.6666666666 81.20 488.80
83.3333333333 81.70 517.66
83.3333333333 79.50 535.22
83.3333333333 85.90 515.49
66.6666666666 85.40 514.02
83.3333333333 80.10 520.00
83.3333333333 93.90 536.08
83.3333333333 86.40 551.76
83.3333333333 59.70 561.25
83.3333333333 72.40 549.04
83.3333333333 98.10 513.96
83.3333333333 79.50 519.05
83.3333333333 85.50 557.65
83.3333333333 89.80 556.81
83.3333333333 78.20 571.11
66.6666666666 83.00 490.82
83.3333333333 91.40 510.93
66.6666666666 82.10 524.44
83.3333333333 100.00 542.26
83.3333333333 78.10 559.09
83.3333333333 92.50 534.87
83.3333333333 93.10 507.00
83.3333333333 86.60 550.15
83.3333333333 95.80 549.67
83.3333333333 76.90 506.67
66.6666666666 76.10 521.86
83.3333333333 81.60 503.64
66.6666666666 89.70 486.00
83.3333333333 92.10 541.09
83.3333333333 79.90 498.68
83.3333333333 84.90 534.14
83.3333333333 94.10 537.86
83.3333333333 76.20 555.18
83.3333333333 77.10 508.30
66.6666666666 85.60 537.00
83.3333333333 96.30 553.62
66.6666666666 99.70 559.47
66.6666666666 89.00 553.40
66.6666666666 83.30 514.74
66.6666666666 85.20 533.33
83.3333333333 87.60 514.93
66.6666666666 81.40 467.43
66.6666666666 86.70 530.41
66.6666666666 78.00 520.67
66.6666666666 75.20 499.28
66.6666666666 88.10 541.08
83.3333333333 89.60 518.89
66.6666666666 83.30 545.63
66.6666666666 94.60 522.77
66.6666666666 88.50 504.35
66.6666666666 96.80 524.09
66.6666666666 97.80 511.25
66.6666666666 86.20 485.00
83.3333333333 82.80 537.62
66.6666666666 73.80 517.82
66.6666666666 97.20 567.11
66.6666666666 84.80 508.46
66.6666666666 88.30 475.00
66.6666666666 93.40 533.85
66.6666666666 92.80 528.89
66.6666666666 82.40 512.56
83.3333333333 91.40 526.93
83.3333333333 91.70 499.85
83.3333333333 98.10 543.95
66.6666666666 86.60 512.78
83.3333333333 83.20 504.44
83.3333333333 94.80 510.00
83.3333333333 79.90 515.18
50 98.30 469.90
66.6666666666 99.40 411.85
66.6666666666 98.40 501.55
66.6666666666 96.90 540.00
66.6666666666 99.20 493.41
66.6666666666 99.30 486.15
66.6666666666 85.20 488.87
66.6666666666 74.60 491.32
66.6666666666 83.30 502.09
83.3333333333 94.30 522.76
66.6666666666 71.30 493.38
66.6666666666 82.10 492.97
83.3333333333 97.20 512.71
83.3333333333 100.00 547.08
66.6666666666 98.50 535.53
83.3333333333 89.40 532.92
66.6666666666 81.30 533.85
66.6666666666 100.00 564.00
83.3333333333 85.20 565.24
66.6666666666 81.50 510.98
66.6666666666 90.90 475.48
66.6666666666 99.10 535.21
66.6666666666 97.30 513.96
50 98.70 546.25
66.6666666666 85.70 532.99
66.6666666666 91.00 541.50
66.6666666666 84.60 541.98
66.6666666666 98.10 490.91
66.6666666666 85.30 543.26
66.6666666666 99.80 564.59
66.6666666666 96.70 521.36
83.3333333333 95.40 610.32
50 81.70 513.02
66.6666666666 85.90 529.37
66.6666666666 87.00 466.84
50 91.80 479.31
50 92.00 463.64
50 86.80 500.71
66.6666666666 74.90 510.00
66.6666666666 95.00 520.00
83.3333333333 75.00 504.26
50 71.60 517.29
83.3333333333 100.00 564.05
83.3333333333 98.00 552.34
83.3333333333 99.10 628.21
50 94.00 518.53
66.6666666666 84.30 471.87
66.6666666666 99.60 607.32
66.6666666666 95.10 558.74
66.6666666666 89.10 479.27
50 90.60 531.61
66.6666666666 100.00 540.87
66.6666666666 87.10 520.54
83.3333333333 96.60 571.16
66.6666666666 88.50 488.96
66.6666666666 100.00 582.68
66.6666666666 84.60 526.95
83.3333333333 98.10 673.07
66.6666666666 89.00 501.33
66.6666666666 97.20 534.89
66.6666666666 91.30 535.85
66.6666666666 87.60 531.11
66.6666666666 95.80 498.86
66.6666666666 93.80 538.38
66.6666666666 96.20 549.43
66.6666666666 93.00 494.12
66.6666666666 98.50 523.04
66.6666666666 89.40 449.14
66.6666666666 99.10 524.08
66.6666666666 95.90 483.02
83.3333333333 98.80 565.35
50 88.30 479.43
50 99.50 510.34
50 96.80 500.00
66.6666666666 99.30 579.17
33.3333333333 84.90 461.92
50 96.50 484.04
66.6666666666 90.90 495.47
50 90.70 480.36
66.6666666666 90.10 498.16
66.6666666666 92.30 466.51
50 90.00 514.36
83.3333333333 91.10 530.18
66.6666666666 92.60 522.76
83.3333333333 93.70 616.19
66.6666666666 90.70 503.60
66.6666666666 87.90 512.50
66.6666666666 98.00 528.08
66.6666666666 84.00 556.00
66.6666666666 88.30 522.11
66.6666666666 94.90 526.67
83.3333333333 98.60 527.12
50 96.60 488.00
66.6666666666 94.00 547.69
66.6666666666 97.50 513.88
50 91.80 506.90
50 86.70 449.33
66.6666666666 89.60 526.30
50 90.60 503.08
66.6666666666 98.30 569.85
50 88.00 495.26
33.3333333333 89.70 498.38
66.6666666666 90.50 511.65
50 86.40 510.77
83.3333333333 100.00 668.73
66.6666666666 91.40 550.23
66.6666666666 98.70 592.73
83.3333333333 97.00 513.33
83.3333333333 96.80 507.70
66.6666666666 94.10 593.38
66.6666666666 83.40 489.43
50 98.90 510.63
66.6666666666 94.80 539.08
66.6666666666 98.80 451.85
83.3333333333 89.10 522.56
83.3333333333 93.40 525.81
83.3333333333 97.10 519.70
83.3333333333 94.40 555.80
83.3333333333 90.20 558.76
66.6666666666 92.60 563.89
66.6666666666 88.80 459.13
83.3333333333 99.00 614.49
66.6666666666 93.70 507.65
83.3333333333 94.50 531.90
83.3333333333 86.70 573.82
83.3333333333 94.80 556.19
83.3333333333 95.40 530.00
83.3333333333 93.60 516.88
83.3333333333 95.80 657.07
83.3333333333 93.00 510.81
83.3333333333 92.40 501.69
83.3333333333 90.50 511.61
66.6666666666 90.40 488.00
83.3333333333 90.30 541.69
66.6666666666 91.50 496.94
66.6666666666 85.60 524.10
66.6666666666 87.20 469.33
66.6666666666 96.50 532.09
66.6666666666 88.80 546.67
83.3333333333 96.00 629.13
83.3333333333 97.50 480.54
83.3333333333 95.60 485.00
66.6666666666 95.10 551.34
50 92.90 508.82
66.6666666666 85.80 510.53
66.6666666666 83.10 513.78
66.6666666666 100.00 515.90
83.3333333333 88.20 503.71
66.6666666666 76.70 502.79
83.3333333333 84.00 504.22
83.3333333333 100.00 571.67
66.6666666666 98.80 550.33
83.3333333333 99.20 496.45
66.6666666666 99.40 543.40
66.6666666666 94.40 511.79
66.6666666666 92.20 535.69
50 96.80 551.63
66.6666666666 76.90 534.29
66.6666666666 95.30 508.15
66.6666666666 86.90 482.78
83.3333333333 96.80 606.59
83.3333333333 87.20 543.81
66.6666666666 89.00 481.25
66.6666666666 96.30 522.19
66.6666666666 81.30 546.36
66.6666666666 95.90 508.29
66.6666666666 95.60 524.17
83.3333333333 98.30 520.00
50 97.80 534.04
66.6666666666 95.50 513.06
50 86.50 505.10
66.6666666666 93.00 521.72
66.6666666666 88.50 511.53
83.3333333333 95.40 518.17
83.3333333333 96.40 535.71
83.3333333333 100.00 528.21
66.6666666666 94.20 501.02
66.6666666666 92.10 500.99
83.3333333333 97.20 530.00
83.3333333333 95.40 552.19
83.3333333333 80.00 472.38
83.3333333333 90.50 525.30
83.3333333333 89.30 533.71
66.6666666666 80.30 518.20
83.3333333333 95.50 539.45
83.3333333333 96.50 551.39
66.6666666666 83.30 546.87
83.3333333333 94.10 651.92
66.6666666666 97.90 512.68
83.3333333333 94.70 442.44
66.6666666666 98.30 501.86
83.3333333333 87.60 495.09
83.3333333333 96.20 526.38
66.6666666666 95.10 545.71
83.3333333333 88.00 558.51
66.6666666666 87.20 520.61
83.3333333333 93.00 546.11
83.3333333333 86.70 520.53
83.3333333333 92.10 540.00
83.3333333333 97.40 560.69
83.3333333333 89.40 547.06
83.3333333333 92.90 544.80
83.3333333333 92.30 538.10
66.6666666666 90.30 468.95
66.6666666666 84.30 456.88
66.6666666666 89.90 502.61
66.6666666666 94.20 532.73
66.6666666666 89.40 559.68
66.6666666666 95.00 517.30
66.6666666666 96.20 506.93
66.6666666666 88.20 542.26
83.3333333333 92.60 531.16
83.3333333333 100.00 503.57
66.6666666666 82.40 536.00
83.3333333333 92.80 542.75
66.6666666666 86.60 519.77
66.6666666666 84.00 493.00
66.6666666666 95.10 505.90
66.6666666666 87.10 497.78
66.6666666666 84.80 507.08
83.3333333333 93.30 625.94
83.3333333333 97.60 553.40
66.6666666666 79.80 527.32
83.3333333333 98.50 544.32
66.6666666666 84.40 498.52
83.3333333333 94.20 521.45
83.3333333333 97.30 579.80
66.6666666666 88.70 517.29
66.6666666666 93.90 526.84
66.6666666666 93.40 513.60
83.3333333333 99.80 589.72
66.6666666666 93.40 550.06
83.3333333333 99.00 542.00
83.3333333333 87.00 545.60
83.3333333333 92.60 562.24
83.3333333333 93.00 502.34
83.3333333333 96.70 527.55
66.6666666666 60.20 510.93
66.6666666666 98.30 524.91
83.3333333333 97.60 615.84
66.6666666666 88.90 517.07
83.3333333333 82.60 495.58
83.3333333333 88.00 520.00
66.6666666666 94.50 540.25
66.6666666666 92.70 501.68
66.6666666666 94.40 436.84
66.6666666666 96.70 482.11
66.6666666666 91.30 497.50
66.6666666666 90.40 509.17
83.3333333333 95.50 578.06
66.6666666666 94.00 493.33
83.3333333333 100.00 504.95
83.3333333333 92.40 554.42
66.6666666666 86.20 492.22
66.6666666666 90.60 598.99
66.6666666666 91.10 535.68
83.3333333333 95.90 552.00
66.6666666666 82.40 485.70
66.6666666666 84.70 518.75
66.6666666666 88.00 522.86
66.6666666666 88.00 517.19
83.3333333333 83.30 536.77
83.3333333333 95.30 528.37
83.3333333333 98.80 499.07
83.3333333333 97.50 677.42
66.6666666666 91.90 516.79
66.6666666666 93.70 454.78
66.6666666666 95.90 512.86
83.3333333333 95.30 608.00
83.3333333333 88.50 563.23
66.6666666666 97.20 529.60
66.6666666666 98.30 548.89
66.6666666666 80.70 522.73
66.6666666666 95.80 497.61
66.6666666666 87.50 540.98
66.6666666666 97.90 527.76
50 97.00 528.57
66.6666666666 98.70 568.57
66.6666666666 87.90 530.84
66.6666666666 95.80 502.61
66.6666666666 91.50 544.72
66.6666666666 89.70 550.50
66.6666666666 95.70 508.75
66.6666666666 100.00 556.73
66.6666666666 87.90 494.29
66.6666666666 89.50 514.29
83.3333333333 96.40 647.35
50 85.20 541.96
83.3333333333 94.70 623.58
66.6666666666 92.10 512.90
83.3333333333 99.50 551.54
66.6666666666 94.00 487.43
83.3333333333 95.50 553.33
66.6666666666 94.80 502.39
66.6666666666 92.60 493.95
66.6666666666 98.00 573.90
83.3333333333 96.20 511.15
50 94.90 491.76
66.6666666666 94.70 496.00
50 94.70 530.97
66.6666666666 94.00 484.87
66.6666666666 99.50 518.46
50 89.30 498.46
66.6666666666 99.40 491.20
66.6666666666 92.60 578.13
66.6666666666 96.70 491.15
50 97.00 584.62
50 96.60 468.00
66.6666666666 95.40 499.08
66.6666666666 96.70 498.64
83.3333333333 95.90 562.22
83.3333333333 98.90 673.38
66.6666666666 84.10 466.90
83.3333333333 90.50 542.05
50 90.20 487.44
66.6666666666 89.10 497.11
83.3333333333 85.20 545.76
83.3333333333 94.10 487.08
83.3333333333 97.30 637.81
50 88.60 498.18
83.3333333333 76.90 548.43
50 94.20 440.83
66.6666666666 95.20 476.00
83.3333333333 98.10 591.25
50 92.70 483.14
66.6666666666 97.60 540.80
50 81.50 486.93
50 91.30 520.54
66.6666666666 97.50 489.63
66.6666666666 77.00 528.75
66.6666666666 82.40 515.08
66.6666666666 94.60 493.67
66.6666666666 91.60 551.50
50 94.40 514.01
66.6666666666 90.20 545.03
66.6666666666 88.50 534.17
66.6666666666 87.30 543.33
66.6666666666 90.60 524.39
66.6666666666 93.60 526.59
83.3333333333 88.00 508.41
83.3333333333 90.60 544.64
66.6666666666 76.00 488.25
50 100.00 470.00
66.6666666666 91.10 478.14
66.6666666666 83.20 511.52
66.6666666666 90.20 500.81
83.3333333333 88.00 516.39
83.3333333333 85.00 527.84
66.6666666666 74.30 526.02
66.6666666666 68.40 503.98
50 95.40 484.83
66.6666666666 79.30 516.00
66.6666666666 92.90 526.67
66.6666666666 90.90 468.33
66.6666666666 62.00 517.44
66.6666666666 97.00 547.69
66.6666666666 97.00 521.62
66.6666666666 84.60 491.35
50 100.00 480.00
83.3333333333 98.40 548.00
83.3333333333 81.70 516.98
83.3333333333 90.90 525.37
83.3333333333 98.90 576.15
83.3333333333 97.50 531.43
83.3333333333 97.50 682.48
50 98.20 502.16
66.6666666666 94.70 539.77
66.6666666666 99.20 624.82
83.3333333333 93.50 623.83
66.6666666666 99.40 501.50
66.6666666666 97.20 507.27
66.6666666666 89.00 531.43
83.3333333333 96.10 521.69
66.6666666666 94.70 524.66
83.3333333333 93.80 582.50
50 96.60 523.48
66.6666666666 92.70 506.79
66.6666666666 88.50 476.60
66.6666666666 97.40 491.43
66.6666666666 100.00 569.91
66.6666666666 94.70 528.26
83.3333333333 95.10 519.72
66.6666666666 66.90 480.43
66.6666666666 98.10 484.55
66.6666666666 88.40 502.86
66.6666666666 98.40 535.91
66.6666666666 84.80 533.25
83.3333333333 98.60 639.83
66.6666666666 80.80 478.40
66.6666666666 92.40 502.76
66.6666666666 93.00 538.69
66.6666666666 96.90 508.57
66.6666666666 96.10 604.76
83.3333333333 100.00 525.54
83.3333333333 97.30 529.12
66.6666666666 96.00 545.06
66.6666666666 94.30 505.00
83.3333333333 86.20 543.48
66.6666666666 92.40 469.27
50 97.10 473.33
66.6666666666 83.70 537.46
66.6666666666 98.60 451.00
66.6666666666 63.60 516.33
66.6666666666 78.30 500.82
66.6666666666 89.70 516.72
83.3333333333 99.00 521.46
66.6666666666 60.50 510.79
66.6666666666 73.20 531.06
50 75.00 455.00
66.6666666666 87.80 535.24
66.6666666666 98.70 544.23
50 82.60 476.55
66.6666666666 92.80 504.32
83.3333333333 99.10 529.79
66.6666666666 95.10 469.09
83.3333333333 81.00 539.50
66.6666666666 99.30 601.21
83.3333333333 91.90 545.28
83.3333333333 86.00 542.45
66.6666666666 92.00 475.56
66.6666666666 90.40 526.00
66.6666666666 93.50 510.00
66.6666666666 80.10 521.48
66.6666666666 97.20 533.33
50 92.80 478.82
66.6666666666 96.30 511.25
83.3333333333 97.40 525.42
66.6666666666 95.20 522.86
66.6666666666 91.30 504.76
66.6666666666 94.80 512.17
66.6666666666 99.80 520.82
66.6666666666 94.90 537.65
83.3333333333 100.00 581.49
66.6666666666 96.80 506.84
66.6666666666 100.00 452.00
66.6666666666 100.00 502.14
83.3333333333 92.80 536.76
66.6666666666 79.60 544.76
50 96.30 484.00
66.6666666666 100.00 527.50
66.6666666666 88.60 515.83
66.6666666666 71.90 492.33
66.6666666666 96.30 504.62
66.6666666666 97.40 493.95
50 91.50 460.00
66.6666666666 89.90 533.33
66.6666666666 100.00 506.00
66.6666666666 96.60 494.14
66.6666666666 99.30 504.35
66.6666666666 99.60 523.87
66.6666666666 93.90 474.74
66.6666666666 91.50 548.57
66.6666666666 96.00 459.51
66.6666666666 82.20 486.15
83.3333333333 100.00 504.48
66.6666666666 85.20 513.13
50 98.50 471.93
66.6666666666 97.10 519.41
66.6666666666 90.30 517.08
66.6666666666 87.90 525.71
66.6666666666 94.10 484.21
66.6666666666 100.00 564.62
66.6666666666 91.30 516.67
66.6666666666 88.90 519.83
66.6666666666 90.50 513.16
83.3333333333 82.70 520.49
66.6666666666 96.00 561.69
83.3333333333 93.40 535.86
50 97.30 507.78
83.3333333333 88.60 537.21
66.6666666666 96.30 493.33
66.6666666666 95.60 553.44
83.3333333333 84.70 562.77
83.3333333333 97.40 666.85
66.6666666666 78.70 538.60
66.6666666666 98.80 508.15
83.3333333333 91.00 546.39
66.6666666666 96.10 559.01
83.3333333333 94.70 521.76
66.6666666666 96.80 512.00
66.6666666666 96.60 529.36
66.6666666666 98.00 542.75
83.3333333333 93.40 533.64
66.6666666666 95.40 564.07
66.6666666666 94.70 542.74
66.6666666666 98.70 568.00
66.6666666666 97.10 493.00
66.6666666666 92.20 543.06
66.6666666666 97.60 517.87
50 92.80 545.38
66.6666666666 95.80 507.78
66.6666666666 91.80 490.57
66.6666666666 96.50 511.21
66.6666666666 92.60 569.46
66.6666666666 98.80 505.00
66.6666666666 100.00 514.74
83.3333333333 95.30 518.33
66.6666666666 91.30 523.33
83.3333333333 94.80 566.25
66.6666666666 97.20 530.00
66.6666666666 81.50 527.48
66.6666666666 94.80 512.30
50 100.00 555.79
66.6666666666 91.00 487.88
66.6666666666 95.80 479.43
66.6666666666 93.80 503.70
66.6666666666 96.80 558.46
66.6666666666 98.80 559.13
66.6666666666 98.60 529.46
66.6666666666 96.10 507.50
66.6666666666 95.90 515.71
66.6666666666 96.40 475.00
66.6666666666 98.30 516.57
50 98.40 442.00
66.6666666666 96.80 477.14
66.6666666666 97.60 477.27
66.6666666666 83.50 536.19
66.6666666666 86.40 554.06
50 80.90 459.35
50 97.60 497.69
66.6666666666 93.20 475.29
66.6666666666 97.60 465.26
50 82.60 512.59
66.6666666666 90.30 447.78
66.6666666666 96.10 534.00
66.6666666666 99.60 514.29
50 87.00 438.57
50 88.50 535.95
50 96.70 544.49
50 95.50 486.00
50 97.80 520.00
50 100.00 465.56
66.6666666666 96.30 519.44
50 96.70 504.29
66.6666666666 86.30 485.09
83.3333333333 98.80 555.20
66.6666666666 96.20 478.82
83.3333333333 94.60 494.33
50 93.80 473.91
66.6666666666 96.10 526.21
83.3333333333 94.90 557.58
50 96.60 474.55
66.6666666666 93.00 491.89
66.6666666666 100.00 539.05
66.6666666666 94.40 501.56
66.6666666666 90.30 498.96
66.6666666666 84.20 497.60
66.6666666666 76.40 529.64
83.3333333333 98.40 559.17
66.6666666666 91.60 545.45
66.6666666666 90.80 543.16
66.6666666666 94.30 536.82
83.3333333333 90.70 510.59
66.6666666666 77.40 494.81
66.6666666666 78.10 525.88
66.6666666666 82.90 527.27
66.6666666666 82.80 476.47
66.6666666666 75.90 467.37
66.6666666666 99.30 511.85
66.6666666666 85.50 499.41
83.3333333333 88.50 549.59
66.6666666666 93.50 467.57
50 98.40 512.73
66.6666666666 99.20 484.69
66.6666666666 75.10 530.43
66.6666666666 98.50 518.57
50 86.20 490.18
66.6666666666 83.80 470.21
50 96.20 491.25
50 93.50 428.89
66.6666666666 83.70 460.00
66.6666666666 98.20 509.88
50 98.70 476.00
66.6666666666 90.10 529.86
66.6666666666 84.10 473.42
66.6666666666 95.40 490.20
66.6666666666 91.70 520.80
66.6666666666 77.90 506.45
66.6666666666 94.10 470.59
66.6666666666 98.70 466.92
66.6666666666 96.80 500.00
66.6666666666 91.20 514.10
50 97.70 505.19
66.6666666666 83.80 554.55
66.6666666666 93.40 516.63
50 93.50 471.90
50 79.90 530.69
50 92.70 524.29
50 97.90 426.09
66.6666666666 91.50 491.65
50 95.50 470.40
66.6666666666 83.90 484.00
66.6666666666 93.50 498.28
66.6666666666 89.10 476.88
50 94.80 516.00
66.6666666666 90.90 465.45
50 96.20 503.87
66.6666666666 91.80 516.84
66.6666666666 99.10 551.53
66.6666666666 91.50 456.57
66.6666666666 98.80 481.11
66.6666666666 99.10 442.11
66.6666666666 94.80 487.69
66.6666666666 79.30 461.05
66.6666666666 71.30 500.00
66.6666666666 100.00 592.73
83.3333333333 98.60 607.34
66.6666666666 78.60 493.68
66.6666666666 86.30 485.13
83.3333333333 82.30 514.71
83.3333333333 91.30 529.02
66.6666666666 96.70 553.79
66.6666666666 94.80 537.74
66.6666666666 99.00 510.00
66.6666666666 97.70 564.48
50 92.90 485.71
66.6666666666 96.10 437.50
50 90.20 495.71
83.3333333333 100.00 677.64
50 98.40 504.80
66.6666666666 99.70 562.42
66.6666666666 94.10 488.19
66.6666666666 92.80 509.13
66.6666666666 85.70 492.00
83.3333333333 84.60 512.31
83.3333333333 96.10 616.61
66.6666666666 77.00 481.33
83.3333333333 97.50 570.99
66.6666666666 83.00 503.18
66.6666666666 88.30 558.10
83.3333333333 92.40 512.14
66.6666666666 97.50 515.61
50 90.60 484.29
66.6666666666 88.30 540.00
66.6666666666 73.50 512.59
50 96.50 482.03
66.6666666666 76.40 490.45
66.6666666666 92.60 516.67
66.6666666666 99.20 525.19
66.6666666666 92.30 512.90
50 93.10 539.31
66.6666666666 98.30 576.62
66.6666666666 87.70 505.38
66.6666666666 96.50 550.97
66.6666666666 87.30 532.00
66.6666666666 97.80 544.04
66.6666666666 98.00 510.00
66.6666666666 91.20 510.62
66.6666666666 93.90 505.00
50 82.40 549.75
66.6666666666 97.40 502.86
50 88.40 475.11
50 97.20 510.43
50 95.40 478.69
66.6666666666 91.80 511.90
66.6666666666 92.60 479.14
50 94.30 513.00
66.6666666666 92.50 526.25
66.6666666666 87.60 537.78
66.6666666666 99.20 540.63
66.6666666666 78.50 530.41
83.3333333333 87.20 478.88
66.6666666666 74.00 504.07
83.3333333333 86.60 546.78
66.6666666666 80.00 505.61
66.6666666666 78.60 515.29
83.3333333333 95.60 536.36
83.3333333333 98.60 530.24
66.6666666666 99.30 528.78
83.3333333333 96.00 535.92
66.6666666666 98.50 492.14
66.6666666666 98.90 478.33
66.6666666666 81.10 541.79
66.6666666666 88.20 525.56
66.6666666666 77.60 507.94
66.6666666666 91.30 511.25
83.3333333333 92.00 519.69
66.6666666666 98.00 454.74
83.3333333333 86.80 522.70
83.3333333333 93.50 536.10
66.6666666666 88.00 492.50
66.6666666666 83.50 545.21
66.6666666666 94.70 514.80
83.3333333333 75.80 540.13
66.6666666666 72.40 513.13
66.6666666666 99.70 541.01
83.3333333333 85.60 433.00
50 84.00 484.38
66.6666666666 93.30 528.51
66.6666666666 71.10 536.32
66.6666666666 81.90 522.45
83.3333333333 89.80 555.92
66.6666666666 92.00 455.65
83.3333333333 91.00 513.49
66.6666666666 71.90 537.93
66.6666666666 97.50 518.00
83.3333333333 87.90 529.33
83.3333333333 97.20 613.08
50 91.80 505.45
66.6666666666 80.30 509.38
50 89.50 510.83
66.6666666666 91.30 478.79
66.6666666666 88.20 480.43
50 100.00 556.92
83.3333333333 78.50 524.23
66.6666666666 75.90 521.15
83.3333333333 89.70 542.86
66.6666666666 76.50 506.15
66.6666666666 96.60 510.26
66.6666666666 95.20 507.76
83.3333333333 91.70 548.08
83.3333333333 90.50 524.31
50 97.30 515.71
83.3333333333 96.70 502.80
83.3333333333 88.60 558.75
66.6666666666 90.90 508.35
83.3333333333 85.70 539.39
66.6666666666 78.40 555.68
66.6666666666 83.90 486.06
66.6666666666 86.60 500.16
83.3333333333 90.60 553.00
83.3333333333 91.90 512.68
66.6666666666 96.40 588.57
66.6666666666 100.00 520.56
66.6666666666 90.30 491.13
66.6666666666 95.60 542.67
83.3333333333 99.30 535.33
83.3333333333 89.90 532.52
83.3333333333 91.30 596.17
66.6666666666 97.40 491.38
83.3333333333 97.10 560.00
83.3333333333 92.20 538.67
66.6666666666 93.70 571.29
66.6666666666 83.30 489.23
66.6666666666 93.60 469.09
83.3333333333 97.90 567.86
66.6666666666 93.00 522.86
83.3333333333 98.80 512.92
66.6666666666 91.60 559.05
66.6666666666 74.20 486.11
66.6666666666 95.50 529.70
50 97.00 498.00
33.3333333333 96.60 477.27
83.3333333333 91.60 504.42
66.6666666666 85.10 562.55
66.6666666666 94.20 521.50
83.3333333333 97.30 533.65
50 95.30 504.44
66.6666666666 81.20 525.15
66.6666666666 78.30 498.20
66.6666666666 73.80 512.86
66.6666666666 86.10 545.95
50 96.00 517.65
66.6666666666 86.60 499.64
66.6666666666 97.00 540.00
83.3333333333 96.50 498.10
66.6666666666 89.30 540.57
83.3333333333 97.20 569.53
50 91.10 505.88
50 76.00 502.35
50 83.90 534.55
66.6666666666 79.60 518.03
66.6666666666 95.70 475.00
66.6666666666 87.70 484.83
66.6666666666 82.20 515.94
66.6666666666 76.10 509.27
100 91.10 655.70
100 76.00 653.47
83.3333333333 94.20 661.99
83.3333333333 94.10 614.17
66.6666666666 91.90 578.09
83.3333333333 98.10 665.97
83.3333333333 96.00 572.09
100 92.70 675.10
83.3333333333 92.60 692.84
100 96.60 565.77
66.6666666666 80.70 535.00
66.6666666666 94.70 600.14
83.3333333333 92.20 542.22
83.3333333333 90.00 535.63
50 100.00 461.05
66.6666666666 98.90 437.42
66.6666666666 94.30 499.13
50 97.20 506.67
66.6666666666 79.00 505.64
66.6666666666 88.60 522.11
83.3333333333 92.30 531.23
66.6666666666 91.10 527.73
83.3333333333 97.40 521.40
66.6666666666 97.00 529.18
83.3333333333 92.70 525.19
50 87.70 518.95
66.6666666666 85.20 518.38
66.6666666666 91.10 540.54
83.3333333333 97.90 552.96
50 88.20 463.57
66.6666666666 98.70 586.67
83.3333333333 96.30 508.44
66.6666666666 99.50 511.43
66.6666666666 97.10 476.00
83.3333333333 100.00 531.54
66.6666666666 100.00 554.42
66.6666666666 98.70 466.32
66.6666666666 75.30 500.67
66.6666666666 98.90 481.25
83.3333333333 87.30 528.66
66.6666666666 93.40 561.50
50 98.80 516.00
66.6666666666 97.00 525.19
66.6666666666 87.30 517.27
83.3333333333 93.50 545.29
66.6666666666 89.90 489.39
66.6666666666 96.20 506.00
66.6666666666 86.00 505.63
83.3333333333 96.20 635.57
83.3333333333 90.50 541.28
66.6666666666 92.40 495.29
66.6666666666 95.50 542.29
66.6666666666 98.80 533.85
83.3333333333 90.20 518.79
66.6666666666 93.20 510.00
50 97.10 480.00
66.6666666666 83.70 546.96
83.3333333333 88.90 576.13
66.6666666666 79.40 500.39
83.3333333333 98.00 590.05
83.3333333333 87.80 520.00
83.3333333333 94.70 515.43
66.6666666666 94.40 513.85
83.3333333333 94.90 575.76
83.3333333333 100.00 563.33
100 97.50 594.12
66.6666666666 74.80 533.10
83.3333333333 75.30 511.35
66.6666666666 73.30 538.40
66.6666666666 93.30 553.03
66.6666666666 100.00 492.00
100 96.60 589.41
66.6666666666 74.90 512.80
83.3333333333 96.70 522.38
83.3333333333 94.10 553.45
66.6666666666 92.80 543.87
66.6666666666 76.30 531.26
66.6666666666 96.30 574.88
83.3333333333 89.70 502.47
83.3333333333 83.90 463.85
100 94.50 621.94
83.3333333333 95.60 563.94
100 91.10 635.74
83.3333333333 97.80 602.35
66.6666666666 100.00 508.18
83.3333333333 96.50 601.62
66.6666666666 88.80 560.00
100 100.00 662.35
100 97.30 529.41
83.3333333333 100.00 553.75
100 98.60 581.76
100 96.00 654.84
83.3333333333 85.20 585.56
83.3333333333 89.20 514.00
100 98.80 581.60
83.3333333333 94.40 534.67
100 99.00 624.35
100 93.80 544.62
100 95.60 673.57
100 95.70 666.45
83.3333333333 99.40 615.29
83.3333333333 94.40 567.74
100 96.30 661.29
100 94.70 654.63
100 88.90 736.53
100 100.00 570.00
100 96.50 585.31
100 98.10 679.44
100 95.50 624.14
100 97.00 542.92
100 98.20 576.70
100 93.50 558.40
100 95.10 700.51
100 97.20 566.18
100 95.80 563.64
100 94.40 626.27
83.3333333333 95.40 535.56
100 96.20 610.15
100 97.80 576.92
100 97.60 642.35
100 89.00 581.96
100 93.30 587.06
83.3333333333 99.50 640.00
100 97.30 773.11
100 96.80 535.83
100 87.90 593.67
100 96.00 610.40
100 87.80 597.33
100 86.60 648.11
100 91.40 637.63
83.3333333333 92.50 580.00
100 94.00 629.23
100 97.10 575.00
100 95.60 631.25
100 98.90 630.67
100 90.80 675.56
100 95.90 704.55
83.3333333333 100.00 558.95
83.3333333333 97.30 614.55
100 92.00 568.00
100 97.50 627.20
100 91.90 666.77
100 96.90 647.57
100 92.80 677.02
83.3333333333 84.10 609.41
100 91.10 654.76
100 92.20 584.85
100 96.50 577.33
100 96.60 654.00
100 95.70 624.52
83.3333333333 100.00 563.08
100 89.30 595.00
100 83.70 584.76
100 92.90 647.25
100 99.40 600.38
83.3333333333 100.00 625.00
83.3333333333 98.30 530.00
83.3333333333 99.30 577.56
100 99.30 601.46
83.3333333333 100.00 541.95
83.3333333333 92.50 685.45
100 91.90 598.28
100 97.00 643.86
83.3333333333 100.00 528.18
100 97.60 627.65
100 97.60 632.41
100 98.30 677.86
100 94.40 621.62
100 91.30 605.04
100 94.70 628.62
100 95.00 650.00
100 96.00 635.17
100 98.70 552.50
100 95.70 626.96
100 97.70 692.63
83.3333333333 87.40 648.70
100 92.20 570.29
83.3333333333 88.40 560.00
100 95.60 670.59
83.3333333333 93.50 566.67
100 97.90 814.26
100 99.10 650.82
100 94.10 652.61
83.3333333333 85.90 617.14
100 100.00 632.00
100 96.30 739.43
100 97.40 744.63
100 95.80 675.76
100 92.50 693.12
100 93.20 644.35
100 94.70 634.67
100 86.90 667.85
100 97.20 680.00
100 96.10 566.92
100 98.30 689.33
100 96.40 700.98
100 98.10 745.98
100 96.40 646.06
100 96.30 573.64
100 96.70 589.23
100 91.30 634.12
100 100.00 724.23
83.3333333333 81.60 608.11
100 97.30 705.40
100 91.70 668.57
100 94.40 650.91
100 98.10 711.22
100 92.60 647.50
100 95.70 628.18
100 100.00 601.82
100 95.50 628.57
100 98.40 632.86
100 97.40 703.28
100 100.00 621.82
100 94.60 590.53
100 94.90 662.76
100 98.00 722.19
100 96.30 717.06
100 98.90 706.90
100 92.80 629.09
100 96.90 618.14
100 94.80 587.06
100 94.80 645.31
100 95.80 565.45
100 98.30 631.43
100 96.60 501.54
100 92.90 566.00
100 91.10 690.24
100 98.40 624.76
83.3333333333 97.50 737.31
83.3333333333 96.70 570.57
100 97.00 585.14
100 94.00 691.61
100 96.00 592.57
83.3333333333 88.80 538.00
100 97.40 632.80
100 87.80 606.80
100 92.90 615.54
100 94.60 629.74
83.3333333333 91.50 597.60
100 94.20 690.98
100 98.20 588.84
100 95.30 596.72
100 91.50 613.33
100 94.50 607.50
83.3333333333 96.00 581.40
100 97.90 725.71
100 96.20 706.06
100 87.00 455.71
100 96.00 709.12
100 94.80 611.25
83.3333333333 100.00 592.50
100 91.70 754.35
100 84.30 642.00
100 97.60 607.59
100 96.50 633.75
100 96.30 671.30
100 93.80 607.06
100 96.90 711.86
100 92.50 711.11
100 92.90 613.75
83.3333333333 95.40 568.97
83.3333333333 98.40 588.44
100 94.80 591.57
83.3333333333 89.40 605.41
83.3333333333 95.10 608.96
100 98.70 675.20
100 99.20 633.89
100 93.50 637.95
100 88.50 586.06
83.3333333333 96.60 652.31
100 98.30 598.33
83.3333333333 97.90 563.64
83.3333333333 98.80 602.61
100 92.10 636.67
100 98.40 783.58
83.3333333333 89.50 563.53
100 98.80 583.16
83.3333333333 88.40 555.29
83.3333333333 97.90 598.67
83.3333333333 99.00 690.34
100 95.90 616.36
83.3333333333 99.00 600.53
100 96.00 621.43
83.3333333333 100.00 554.22
83.3333333333 100.00 613.33
83.3333333333 94.00 598.43
83.3333333333 100.00 526.00
83.3333333333 96.70 652.86
83.3333333333 95.70 515.38
83.3333333333 100.00 538.79
83.3333333333 96.30 648.95
83.3333333333 95.80 550.27
83.3333333333 97.60 622.59
83.3333333333 87.40 542.29
100 90.80 660.00
83.3333333333 94.30 636.74
100 100.00 614.19
100 96.80 670.97
100 100.00 598.18
100 84.80 582.79
100 97.80 601.90
100 93.90 612.78
83.3333333333 100.00 600.74
100 98.40 631.11
100 95.80 582.13
83.3333333333 92.90 577.37
83.3333333333 96.10 539.06
100 94.00 667.69
100 97.50 547.74
100 90.70 622.69
100 83.20 603.81
100 95.20 611.03
100 98.20 584.56
100 93.80 585.00
100 93.20 561.25
100 95.20 561.05
100 92.60 661.67
100 92.50 622.22
100 94.40 629.63
100 94.40 626.36
83.3333333333 92.60 583.10
83.3333333333 92.40 608.49
83.3333333333 89.10 561.67
100 92.50 562.81
100 98.20 575.10
100 97.50 662.50
100 98.60 613.90
100 98.30 609.30
100 95.70 605.83
83.3333333333 86.60 618.00
100 90.10 498.89
100 97.60 650.94
100 92.00 615.17
100 98.60 625.22
100 98.20 550.82
100 95.30 627.62
83.3333333333 81.70 561.82
100 96.80 518.75
83.3333333333 89.80 600.00
83.3333333333 95.70 593.06
100 94.20 625.85
100 93.50 648.36
100 95.70 583.33
83.3333333333 85.10 738.46
83.3333333333 98.00 553.16
100 96.60 680.74
100 98.30 611.76
83.3333333333 100.00 518.10
100 94.30 679.41
100 92.30 607.69
83.3333333333 92.90 630.91
83.3333333333 94.70 588.33
100 90.40 710.77
83.3333333333 99.30 605.71
83.3333333333 100.00 543.33
83.3333333333 98.50 537.33
83.3333333333 99.40 608.68
83.3333333333 95.70 574.88
100 95.90 688.00
83.3333333333 98.90 536.92
100 100.00 558.33
100 96.10 609.12
83.3333333333 96.80 572.94
100 95.80 641.11
83.3333333333 100.00 637.14
83.3333333333 88.90 615.45
100 100.00 606.32
83.3333333333 97.80 592.20
100 97.00 617.62
100 96.70 603.84
100 98.20 542.31
83.3333333333 96.40 548.57
100 93.20 558.13
83.3333333333 96.10 584.35
83.3333333333 96.90 589.68
100 97.80 782.00
100 100.00 649.33
83.3333333333 98.40 633.73
100 100.00 627.50
83.3333333333 97.80 613.14
83.3333333333 97.60 593.71
100 95.50 689.73
83.3333333333 95.80 655.43
100 98.60 594.29
83.3333333333 99.40 625.71
100 89.60 601.43
83.3333333333 98.90 603.57
83.3333333333 97.70 578.67
100 95.60 683.93
83.3333333333 98.90 599.05
83.3333333333 99.00 621.38
83.3333333333 100.00 557.69
83.3333333333 100.00 564.00
100 98.30 593.04
100 98.30 602.56
100 100.00 533.33
100 97.20 654.67
100 98.70 700.00
83.3333333333 95.50 605.71
83.3333333333 97.70 636.00
100 99.30 581.70
100 98.40 667.76
83.3333333333 95.00 559.02
83.3333333333 98.20 567.14
83.3333333333 98.70 552.00
83.3333333333 96.10 584.90
83.3333333333 90.70 602.29
83.3333333333 100.00 610.56
100 100.00 667.69
100 97.70 663.33
83.3333333333 98.00 505.45
100 98.10 691.94
83.3333333333 100.00 563.90
83.3333333333 95.00 576.23
100 94.80 683.78
100 97.80 594.69
100 100.00 604.49
83.3333333333 97.60 623.08
100 97.70 574.55
100 93.50 796.52
100 79.30 652.73
100 93.50 682.39
100 89.80 601.73
100 91.50 700.07
100 93.80 583.16
100 99.20 690.97
100 91.90 618.91
100 84.00 598.18
100 94.70 685.00
100 98.90 717.30
83.3333333333 95.50 658.05
100 97.90 656.47
83.3333333333 96.60 634.55
100 93.00 702.16
100 95.50 729.62
100 92.10 603.33
100 92.10 588.89
83.3333333333 90.30 649.41
83.3333333333 97.80 558.92
83.3333333333 89.90 543.53
83.3333333333 100.00 640.00
100 99.10 614.59
100 99.00 725.93
83.3333333333 100.00 583.81
83.3333333333 100.00 572.23
83.3333333333 97.90 597.04
83.3333333333 95.50 608.89
83.3333333333 100.00 571.18
100 94.80 644.00
100 93.80 664.68
100 96.80 738.18
100 98.60 552.73
100 91.70 632.90
100 91.50 576.18
83.3333333333 94.50 640.89
100 99.50 675.56
83.3333333333 96.80 561.67
83.3333333333 90.00 622.35
83.3333333333 94.20 575.00
100 95.50 504.00
100 98.30 696.55
83.3333333333 100.00 617.60
83.3333333333 100.00 572.38
83.3333333333 100.00 571.11
83.3333333333 92.90 665.60
83.3333333333 86.70 613.20
100 100.00 686.39
100 100.00 674.00
100 98.30 608.98
100 95.30 653.19
83.3333333333 97.10 595.00
100 100.00 616.92
100 98.00 725.34
83.3333333333 91.70 571.43
100 95.60 646.09
83.3333333333 90.10 620.00
83.3333333333 94.20 621.48
100 100.00 721.67
83.3333333333 89.60 617.78
83.3333333333 98.90 616.62
100 99.50 666.36
100 97.40 678.60
100 99.50 686.97
83.3333333333 96.50 656.30
100 94.40 626.40
100 99.10 605.45
83.3333333333 100.00 565.45
83.3333333333 95.90 633.09
83.3333333333 97.40 526.92
100 100.00 707.10
83.3333333333 97.50 548.18
83.3333333333 99.40 655.71
83.3333333333 94.00 542.58
100 97.80 576.00
83.3333333333 97.70 542.00
83.3333333333 99.20 607.83
100 98.20 733.46
100 99.10 724.38
100 91.80 593.85
100 100.00 733.09
100 96.90 662.24
83.3333333333 92.30 570.55
100 93.30 656.77
83.3333333333 90.40 629.36
83.3333333333 95.70 591.54
83.3333333333 98.80 560.00
83.3333333333 96.70 555.38
83.3333333333 98.90 635.86
100 98.00 628.46
100 98.70 582.61
83.3333333333 98.80 566.00
83.3333333333 93.40 596.67
83.3333333333 100.00 566.15
66.6666666666 98.00 520.91
100 87.60 685.88
100 97.30 592.73
83.3333333333 100.00 572.31
83.3333333333 97.50 599.18
100 93.10 569.66
100 96.00 725.35
100 94.10 643.70
83.3333333333 94.50 580.59
100 92.90 550.00
100 87.50 601.62
83.3333333333 94.00 592.17
83.3333333333 97.80 636.73
83.3333333333 96.10 562.44
83.3333333333 96.40 615.81
100 96.60 652.45
100 100.00 669.43
100 81.50 565.88
83.3333333333 98.30 693.75
83.3333333333 99.30 566.43
83.3333333333 100.00 653.91
83.3333333333 100.00 598.46
83.3333333333 100.00 667.86
100 96.60 626.06
100 96.30 559.05
83.3333333333 96.70 557.89
83.3333333333 93.50 609.23
100 91.50 667.83
83.3333333333 100.00 556.00
83.3333333333 90.80 542.35
83.3333333333 92.80 556.88
83.3333333333 99.00 607.83
83.3333333333 95.30 535.22
100 95.50 687.14
83.3333333333 96.30 621.22
83.3333333333 91.90 622.61
83.3333333333 91.80 647.62
66.6666666666 91.10 552.00
100 95.70 603.33
83.3333333333 100.00 574.17
100 99.40 624.25
100 95.00 685.00
83.3333333333 92.40 630.48
83.3333333333 100.00 559.13
100 100.00 685.24
83.3333333333 99.60 672.94
83.3333333333 96.40 567.27
83.3333333333 100.00 674.44
83.3333333333 98.50 621.00
83.3333333333 100.00 556.80
83.3333333333 100.00 626.96
100 98.90 677.59
100 96.70 711.82
100 93.00 698.43
100 98.00 555.79
100 95.30 671.30
100 100.00 636.43
83.3333333333 97.00 581.25
100 100.00 623.00
83.3333333333 98.90 643.45
100 94.80 646.15
83.3333333333 98.90 547.62
83.3333333333 99.20 669.70
83.3333333333 100.00 646.09
83.3333333333 90.20 581.90
83.3333333333 95.90 581.56
83.3333333333 97.90 614.17
83.3333333333 91.00 585.83
83.3333333333 92.80 568.10
100 84.60 650.59
83.3333333333 96.50 552.00
83.3333333333 99.20 655.11
83.3333333333 96.30 547.14
83.3333333333 96.20 643.43
83.3333333333 99.40 550.91
83.3333333333 96.10 619.46
100 99.10 694.36
83.3333333333 93.80 598.67
83.3333333333 98.50 595.26
83.3333333333 97.70 566.09
83.3333333333 99.20 611.89
100 97.50 680.71
100 97.80 660.00
100 99.20 584.62
83.3333333333 100.00 601.43
100 98.70 661.11
83.3333333333 98.80 629.57
83.3333333333 96.50 550.83
83.3333333333 93.40 536.52
100 99.30 567.46
83.3333333333 91.00 572.80
83.3333333333 97.60 618.26
83.3333333333 95.20 607.00
100 98.40 627.69
83.3333333333 98.10 626.00
100 97.60 774.29
100 97.60 639.33
100 97.60 750.54
100 97.60 655.56
100 99.10 601.11
83.3333333333 92.00 592.14
100 100.00 678.62
100 100.00 588.75
66.6666666666 90.40 566.45
83.3333333333 87.00 626.09
100 95.60 637.00
83.3333333333 91.10 678.95
100 97.30 634.55
100 97.60 719.02
100 94.20 584.55
100 100.00 578.62
100 95.70 570.32
83.3333333333 99.30 599.47
100 93.80 624.29
83.3333333333 94.40 609.29
100 97.30 641.94
83.3333333333 100.00 576.47
100 98.50 628.89
100 100.00 639.43
100 99.00 726.86
100 99.50 680.27
100 93.00 586.15
100 99.50 714.43
83.3333333333 94.90 650.91
83.3333333333 94.10 647.55
100 94.20 575.71
100 98.80 628.42
100 91.60 532.90
83.3333333333 100.00 587.27
100 96.60 676.36
100 96.00 577.50
100 92.30 625.91
100 94.70 558.82
83.3333333333 100.00 555.00
100 96.40 667.50
100 87.30 604.10
100 98.00 510.48
100 99.10 591.89
83.3333333333 81.40 600.00
83.3333333333 96.90 590.40
66.6666666666 92.50 696.52
100 98.00 624.33
83.3333333333 98.10 548.95
83.3333333333 99.10 617.89
83.3333333333 95.80 587.68
100 99.10 542.50
100 93.10 580.00
100 100.00 600.77
100 85.30 642.00
83.3333333333 96.60 514.44
83.3333333333 92.50 538.75
83.3333333333 100.00 601.33
100 98.60 715.85
100 98.30 651.25
83.3333333333 98.20 587.06
100 90.10 707.65
83.3333333333 96.30 537.50
100 98.00 624.29
100 96.50 584.00
100 94.80 705.20
100 95.60 608.05
83.3333333333 90.80 601.14
83.3333333333 100.00 544.00
83.3333333333 98.50 591.43
66.6666666666 92.80 527.97
83.3333333333 99.10 521.43
100 97.60 580.00
100 98.20 710.00
100 96.20 656.84
83.3333333333 96.90 666.67
100 100.00 582.00
100 99.10 718.41
100 98.60 664.44
83.3333333333 98.10 603.81
83.3333333333 93.50 543.08
100 97.40 708.13
100 98.00 640.42
100 98.10 685.97
83.3333333333 98.10 558.00
100 100.00 592.86
100 89.80 585.93
100 93.20 655.00
100 95.20 672.56
100 94.00 654.00
100 97.30 630.00
83.3333333333 96.40 627.50
100 94.90 744.71
100 96.40 634.29
100 98.40 652.90
83.3333333333 98.30 621.40
83.3333333333 100.00 566.25
83.3333333333 87.70 520.00
100 95.10 682.42
100 91.10 692.73
83.3333333333 95.00 549.00
100 92.30 628.67
100 97.10 710.00
100 98.00 697.14
100 100.00 689.60
100 92.70 772.00
100 99.10 576.76
100 97.80 630.77
100 100.00 576.00
83.3333333333 98.50 626.32
100 97.20 573.94
100 94.90 655.56
83.3333333333 96.20 521.82
83.3333333333 95.60 565.45
100 95.20 568.39
83.3333333333 89.80 612.86
100 100.00 558.33
100 100.00 561.82
100 94.10 587.88
83.3333333333 96.50 561.90
100 92.90 670.71
100 97.30 691.51
83.3333333333 100.00 603.16
83.3333333333 93.20 537.00
100 95.40 602.73
66.6666666666 90.20 609.45
83.3333333333 98.50 643.53
100 88.50 533.79
100 93.00 612.13
100 98.50 632.08
83.3333333333 98.70 525.88
83.3333333333 100.00 574.17
83.3333333333 95.60 453.33
100 100.00 582.22
100 94.50 583.33
100 95.20 711.71
100 100.00 675.71
100 93.80 571.25
100 93.60 529.66
100 95.50 659.39
100 97.80 756.00
83.3333333333 98.30 641.03
100 100.00 641.82
100 98.10 658.42
100 100.00 686.40
100 99.40 577.21
100 98.70 644.07
100 96.20 644.62
83.3333333333 97.60 560.00
100 98.70 582.14
83.3333333333 92.90 647.22
100 100.00 585.61
83.3333333333 97.70 575.88
100 92.00 621.88
100 92.80 627.00
100 95.70 510.00
100 100.00 669.41
83.3333333333 97.50 549.24
100 98.50 701.03
100 95.30 560.00
100 97.40 668.20
83.3333333333 100.00 593.33
100 96.10 669.09
83.3333333333 99.00 680.77
100 94.90 589.00
83.3333333333 100.00 517.14
83.3333333333 98.10 645.49
83.3333333333 100.00 652.22
100 97.70 694.10
100 98.20 666.36
100 98.30 688.42
100 94.00 689.47
100 98.60 648.00
100 96.20 687.80
100 100.00 795.60
100 93.20 680.35
83.3333333333 91.90 579.69
50 89.00 496.77
100 100.00 764.17
100 95.70 639.57
100 94.40 691.67
100 98.10 614.09
100 96.50 630.55
100 97.00 568.89
83.3333333333 90.50 580.45
100 96.70 633.91
100 98.00 521.82
100 97.40 682.35
100 96.20 627.88
83.3333333333 91.20 542.22
100 94.80 580.33
100 98.40 600.00
100 97.10 632.73
100 100.00 642.41
83.3333333333 75.00 569.23
83.3333333333 88.30 557.71
83.3333333333 100.00 584.44
100 96.90 670.00
100 90.60 541.03
100 97.80 557.50
100 96.60 695.00
100 98.80 653.08
100 100.00 555.71
100 96.00 661.56
100 90.50 651.67
100 95.80 635.00
100 96.60 691.50
100 98.80 615.24
100 98.30 723.53
100 98.80 730.65
100 95.60 698.92
100 92.40 696.25
100 98.60 782.45
83.3333333333 100.00 569.23
100 97.00 584.00
100 99.10 633.91
100 95.80 542.22
100 99.80 655.79
100 100.00 554.55
100 98.60 752.50
83.3333333333 98.40 546.67
100 96.90 627.69
100 97.30 695.35
100 100.00 656.17
100 99.00 647.65
83.3333333333 100.00 571.43
100 100.00 743.74
100 86.30 638.18
83.3333333333 100.00 750.91
100 90.50 713.33
100 93.80 636.00
100 100.00 595.71
100 98.90 525.00
100 99.00 580.00
100 98.30 636.96
83.3333333333 96.40 616.00
100 97.20 610.73
100 97.40 553.33
83.3333333333 98.00 537.39
83.3333333333 96.10 626.32
100 100.00 605.45
83.3333333333 90.90 595.24
83.3333333333 98.70 503.08
100 91.30 557.65
83.3333333333 89.70 576.00
100 92.10 678.18
66.6666666666 94.80 504.12
100 92.60 600.00
100 92.10 582.00
100 93.30 634.55
100 94.10 551.37
100 98.70 620.74
100 100.00 612.73
100 98.00 676.88
100 96.60 610.67
83.3333333333 97.30 581.43
83.3333333333 87.50 627.27
100 98.40 721.82
100 96.90 726.11
100 96.60 619.39
100 100.00 577.24
83.3333333333 96.70 607.27
83.3333333333 99.30 576.88
100 89.10 700.00
100 99.30 707.62
100 87.50 641.33
100 98.80 699.17
83.3333333333 95.00 541.39
100 94.10 649.54
100 99.10 639.84
100 93.90 619.39
100 94.50 741.79
100 92.90 615.00
100 99.30 604.86
100 85.50 523.93
100 93.10 595.00
100 99.10 572.00
100 100.00 617.00
83.3333333333 97.30 564.21
100 99.60 602.04
83.3333333333 94.60 580.00
100 94.00 750.91
100 92.80 677.50
100 93.20 610.00
100 100.00 579.09
100 99.10 600.00
100 89.60 600.87
100 96.10 794.59
100 98.00 689.96
100 94.00 614.74
100 98.10 567.27
83.3333333333 95.70 541.62
100 96.60 643.64
100 96.20 565.10
100 98.00 670.00
100 96.30 572.50
83.3333333333 100.00 582.00
100 100.00 660.00
100 94.50 571.67
100 91.20 728.61
83.3333333333 99.60 612.12
100 93.20 623.16
100 95.40 594.67
83.3333333333 92.10 550.00
83.3333333333 92.60 612.35
83.3333333333 100.00 536.00
100 90.10 760.00
100 95.80 578.26
100 93.50 662.40
100 99.10 712.03
100 99.00 636.15
100 98.20 667.62
100 94.70 564.29
100 100.00 744.17
100 98.90 659.13
100 96.30 697.18
100 99.30 571.67
83.3333333333 98.00 621.67
100 98.70 551.82
100 85.20 687.27
100 95.50 618.64
100 95.70 607.78
100 94.50 605.48
100 96.20 652.14
83.3333333333 93.90 597.69
100 95.70 751.11
100 100.00 616.88
100 97.20 561.92
100 87.90 647.60
100 98.30 605.14
100 98.50 668.18
100 97.90 646.92
100 97.40 598.57
100 96.40 645.33
100 97.30 555.71
83.3333333333 98.20 509.23
100 95.80 582.92
83.3333333333 100.00 666.67
83.3333333333 100.00 600.00
100 97.50 592.78
100 93.90 760.00
83.3333333333 91.20 640.00
100 96.10 741.67
100 96.40 618.67
100 95.70 565.45
83.3333333333 88.00 576.92
100 94.40 620.00
83.3333333333 98.30 563.96
100 100.00 621.18
100 96.60 662.35
100 98.60 587.83
100 92.10 614.71
100 96.40 648.33
83.3333333333 96.10 604.57
100 94.80 555.85
100 97.90 655.38
100 98.30 658.57
83.3333333333 85.50 480.95
83.3333333333 100.00 657.00
100 94.80 823.33
83.3333333333 90.30 539.00
83.3333333333 96.30 546.67
100 100.00 571.11
100 98.50 606.14
83.3333333333 99.00 531.11
100 93.10 542.00
100 95.80 683.76
100 100.00 694.22
83.3333333333 97.90 582.96
83.3333333333 94.10 567.50
83.3333333333 90.10 609.57
100 95.40 644.09
100 97.40 568.00
100 95.40 641.33
100 94.20 806.25
100 98.20 573.08
100 93.20 646.90
83.3333333333 91.80 616.36
100 91.90 725.53
100 76.50 504.76
83.3333333333 94.70 537.89
100 86.50 744.10
100 96.60 592.67
100 100.00 665.68
100 90.10 606.67
100 100.00 551.67
83.3333333333 96.70 578.00
83.3333333333 96.70 606.11
100 95.10 592.05
100 98.30 677.02
100 91.30 705.16
100 97.50 672.70
100 95.40 630.91
66.6666666666 100.00 503.64
100 96.10 605.26
100 99.20 580.65
100 100.00 503.75
100 98.60 593.33
100 96.00 641.33
83.3333333333 100.00 556.00
100 97.90 751.00
100 98.80 633.79
100 85.10 680.00
100 98.60 740.82
100 98.60 635.92
83.3333333333 99.00 526.15
100 98.80 778.13
100 92.50 592.00
83.3333333333 100.00 550.00
100 76.60 560.00
100 97.90 605.47
100 100.00 666.67
100 97.40 621.54
100 99.60 654.93
83.3333333333 99.30 546.40
83.3333333333 86.80 538.57
83.3333333333 97.60 561.48
100 94.50 552.73
100 96.10 784.86
100 96.50 553.14
100 94.50 568.10
100 97.90 674.29
83.3333333333 98.20 553.75
83.3333333333 100.00 503.00
100 97.90 563.23
100 99.10 628.35
100 93.30 623.56
100 97.60 721.43
100 96.40 611.33
100 99.30 698.29
100 97.00 618.00
100 91.20 574.00
100 100.00 585.95
100 95.80 556.46
100 91.90 678.31
100 99.50 620.95
83.3333333333 96.40 669.63
100 100.00 547.27
83.3333333333 93.30 585.83
100 95.10 723.23
100 86.50 603.33
100 97.00 595.71
100 99.40 722.12
100 98.90 659.02
100 95.80 670.00
100 99.20 647.32
100 94.30 569.47
83.3333333333 95.90 562.86
83.3333333333 98.40 616.92
83.3333333333 96.00 677.39
100 97.10 749.90
83.3333333333 96.30 585.22
100 97.50 678.97
100 100.00 618.75
100 92.90 581.08
100 76.40 701.43
83.3333333333 97.70 716.00
100 98.20 637.45
100 100.00 606.00
100 95.60 564.80
100 96.90 640.23
100 95.90 680.00
83.3333333333 100.00 532.00
83.3333333333 98.80 695.00
100 96.60 581.74
100 97.50 533.85
100 93.20 571.88
100 91.40 638.06
100 97.80 693.02
100 99.60 736.39
100 100.00 555.68
100 100.00 568.33
83.3333333333 100.00 617.89
100 100.00 613.85
100 97.40 606.49
83.3333333333 93.40 532.83
83.3333333333 100.00 643.64
100 100.00 629.03
100 97.80 636.97
100 75.80 720.74
83.3333333333 97.90 523.75
100 99.30 671.11
100 93.60 624.21
100 100.00 692.50
100 89.20 704.35
100 86.20 592.22
100 89.00 715.00
100 90.40 642.17
83.3333333333 93.00 534.81
100 100.00 477.14
100 100.00 596.94
100 95.50 553.33
100 98.70 574.81
83.3333333333 96.40 590.67
100 97.70 633.33
100 97.20 604.74
100 57.40 662.31
83.3333333333 87.50 594.29
83.3333333333 96.60 562.00
100 97.50 586.90
100 100.00 596.84
83.3333333333 93.80 581.07
100 95.30 753.78
100 96.40 515.24
100 98.50 602.35
100 98.30 745.00
100 100.00 529.33
100 95.10 617.50
83.3333333333 100.00 614.35
100 96.70 677.55
100 100.00 652.34
100 95.90 590.16
100 100.00 725.56
100 95.20 570.53
100 97.10 569.47
100 93.50 703.20
83.3333333333 95.00 548.33
83.3333333333 99.20 577.14
83.3333333333 97.20 610.00
100 93.30 577.86
66.6666666666 100.00 478.33
100 99.10 530.00
83.3333333333 98.80 535.00
83.3333333333 90.40 622.11
100 91.40 607.20
83.3333333333 98.70 561.82
100 96.10 676.33
100 100.00 672.50
83.3333333333 90.70 558.10
83.3333333333 100.00 567.50
83.3333333333 95.10 556.00
100 100.00 563.08
100 98.80 565.00
83.3333333333 95.30 600.00
100 92.20 547.27
100 97.70 710.77
100 98.10 615.86
83.3333333333 97.80 663.33
83.3333333333 100.00 589.09
83.3333333333 87.50 658.46
100 98.00 678.11
100 94.20 549.00
100 100.00 612.00
100 98.40 666.96
100 96.60 565.56
83.3333333333 88.80 594.59
83.3333333333 100.00 589.47
100 100.00 583.64
83.3333333333 94.70 569.63
83.3333333333 95.50 588.00
100 97.20 730.45
83.3333333333 99.00 608.09
100 100.00 598.57
100 96.00 649.72
83.3333333333 97.90 637.84
100 89.60 621.43
83.3333333333 98.80 547.69
100 100.00 551.91
100 98.50 638.60
100 93.60 600.95
83.3333333333 98.90 565.45
100 97.30 543.08
100 91.20 575.00
100 98.10 669.33
100 97.10 532.73
100 100.00 633.33
83.3333333333 93.50 655.15
100 98.50 677.56
83.3333333333 98.80 587.69
83.3333333333 98.30 572.27
100 90.00 600.00
83.3333333333 95.30 512.00
100 98.30 655.91
100 95.00 676.32
100 98.50 680.00
83.3333333333 97.90 668.57
83.3333333333 97.20 634.00
100 95.10 692.50
100 98.60 600.41
83.3333333333 95.80 524.44
83.3333333333 100.00 635.00
83.3333333333 97.00 613.85
100 100.00 690.00
83.3333333333 100.00 548.89
83.3333333333 100.00 590.58
100 91.70 625.00
83.3333333333 94.70 543.33
100 97.50 762.86
83.3333333333 96.90 591.05
100 98.50 627.27
100 98.80 668.80
100 97.10 531.25
83.3333333333 91.00 599.53
83.3333333333 100.00 577.78
100 100.00 630.00
83.3333333333 89.40 525.88
83.3333333333 97.60 563.00
100 95.00 524.44
83.3333333333 91.90 553.04
100 100.00 578.61
100 91.20 570.00
100 96.90 582.61
83.3333333333 96.20 576.80
100 99.00 610.43
83.3333333333 100.00 585.71
100 97.50 667.86
100 96.90 663.33
100 97.80 660.85
83.3333333333 93.30 501.82
83.3333333333 100.00 614.62
100 96.90 726.35
100 100.00 614.55
100 100.00 513.85
100 100.00 632.50
100 100.00 669.23
83.3333333333 93.30 606.19
83.3333333333 92.10 601.54
100 100.00 676.52
83.3333333333 100.00 611.11
100 93.30 650.30
100 100.00 560.00
83.3333333333 100.00 468.33
83.3333333333 98.00 598.33
83.3333333333 95.40 578.95
100 92.40 800.77
100 94.70 570.53
83.3333333333 99.00 637.60
100 96.40 636.36
100 100.00 630.70
83.3333333333 93.30 516.25
100 97.00 613.33
100 98.80 678.57
83.3333333333 96.70 652.50
100 98.40 570.59
100 99.60 709.50
100 95.50 611.54
100 95.90 596.25
83.3333333333 98.30 705.26
100 96.10 540.00
83.3333333333 98.00 578.79
100 96.90 624.76
100 95.70 652.00
100 98.60 633.33
83.3333333333 93.80 560.00
83.3333333333 96.20 630.00
83.3333333333 99.40 585.29
83.3333333333 98.70 532.89
100 99.00 573.75
100 97.40 522.86
83.3333333333 98.60 575.56
83.3333333333 96.00 589.09
83.3333333333 97.80 600.00
100 94.80 530.78
100 98.30 602.00
100 97.90 652.86
100 88.50 528.40
83.3333333333 95.10 562.00
100 93.10 728.21
100 94.30 612.50
66.6666666666 93.00 440.00
83.3333333333 95.00 543.33
100 100.00 641.92
83.3333333333 100.00 577.33
83.3333333333 100.00 538.18
100 91.30 641.19
100 100.00 627.37
83.3333333333 98.70 646.67
100 95.80 804.78
83.3333333333 100.00 546.29
100 95.00 614.44
100 100.00 592.00
83.3333333333 98.20 585.17
100 96.60 558.57
100 97.80 554.00
100 100.00 624.00
100 99.20 635.00
100 94.00 613.10
100 98.60 662.96
100 99.50 654.29
100 97.80 538.46
100 98.30 764.62
83.3333333333 95.00 517.78
100 94.40 597.00
83.3333333333 96.90 591.67
83.3333333333 98.60 529.33
83.3333333333 98.50 512.00
83.3333333333 98.10 601.67
83.3333333333 100.00 588.00
100 97.20 591.76
100 100.00 590.00
83.3333333333 96.40 590.00
100 90.30 580.00
83.3333333333 91.10 587.14
83.3333333333 100.00 627.06
100 94.30 702.44
100 100.00 730.00
100 100.00 551.43
100 98.20 598.46
100 95.00 574.12
100 93.10 677.50
100 93.90 581.43
100 96.00 596.67
100 84.20 524.00
100 96.40 696.47
100 98.80 550.34
83.3333333333 93.60 513.13
83.3333333333 95.50 536.00
83.3333333333 99.00 583.75
83.3333333333 95.40 559.47
83.3333333333 98.10 562.11
83.3333333333 100.00 627.37
100 95.30 705.71
83.3333333333 90.40 582.22
100 100.00 610.00
83.3333333333 100.00 580.00
83.3333333333 91.80 571.43
100 93.40 709.55
100 98.10 595.47
83.3333333333 100.00 590.00
83.3333333333 97.00 545.63
83.3333333333 100.00 590.91
100 94.90 483.33
100 100.00 618.33
100 100.00 586.84
83.3333333333 93.70 583.53
83.3333333333 98.60 566.36
100 98.10 796.92
83.3333333333 98.80 546.81
100 100.00 714.74
83.3333333333 84.20 558.85
100 98.50 645.56
100 100.00 522.67
100 95.70 719.55
83.3333333333 96.10 581.48
100 99.20 578.67
100 96.20 593.33
83.3333333333 98.00 526.67
100 95.90 700.51
100 100.00 645.82
100 97.40 668.00
100 94.90 667.23
100 96.40 654.17
100 97.80 655.09
100 96.60 564.44
100 100.00 640.00
83.3333333333 100.00 535.65
100 98.10 677.61
83.3333333333 93.80 612.73
100 95.90 591.67
100 98.60 627.37
83.3333333333 96.90 540.47
83.3333333333 99.00 703.40
100 99.00 654.94
100 87.20 677.89
100 89.00 587.14
100 95.80 812.42
100 86.40 616.67
100 100.00 634.67
100 98.20 674.19
100 97.90 681.48
100 98.30 595.38
100 100.00 544.76
100 91.20 538.00
100 98.10 641.49
83.3333333333 98.30 570.77
100 97.40 601.62
100 98.50 623.85
100 98.40 656.97
100 97.20 686.47
100 98.60 516.92
83.3333333333 91.90 590.91
100 95.50 675.29
83.3333333333 98.90 605.00
100 97.90 621.67
83.3333333333 100.00 573.33
83.3333333333 98.40 639.05
100 98.60 611.11
83.3333333333 96.50 620.00
100 100.00 601.60
100 85.90 597.67
100 100.00 453.33
100 84.60 528.89
83.3333333333 95.00 572.11
100 100.00 616.00
83.3333333333 93.50 554.52
83.3333333333 100.00 546.15
100 96.60 585.83
83.3333333333 100.00 550.00
100 99.00 593.89
100 93.00 627.14
83.3333333333 95.70 630.94
100 97.10 604.44
100 73.10 489.80
83.3333333333 94.70 591.50
83.3333333333 98.50 569.33
100 98.20 573.85
83.3333333333 97.50 608.72
100 100.00 621.43
83.3333333333 100.00 503.33
83.3333333333 86.00 521.67
83.3333333333 100.00 647.69
100 95.60 656.67
83.3333333333 98.00 531.67
100 97.70 593.53
83.3333333333 99.40 573.91
100 91.60 618.29
83.3333333333 100.00 528.70
83.3333333333 98.30 527.27
83.3333333333 92.00 549.70
83.3333333333 98.60 565.41
100 90.40 674.50
83.3333333333 100.00 587.27
83.3333333333 100.00 684.71
100 100.00 740.00
100 92.60 702.86
83.3333333333 100.00 578.57
83.3333333333 92.00 551.20
83.3333333333 97.50 553.66
100 98.50 650.00
100 100.00 572.94
100 97.60 653.00
100 94.80 621.00
100 90.50 585.45
83.3333333333 98.90 526.25
83.3333333333 97.20 600.00
100 88.70 772.69
100 92.30 671.85
83.3333333333 100.00 606.25
83.3333333333 93.50 582.67
100 91.30 564.93
100 94.50 615.29
83.3333333333 97.10 600.00
83.3333333333 95.10 550.77
100 92.30 681.82
83.3333333333 90.60 631.25
100 100.00 674.18
83.3333333333 97.40 609.09
83.3333333333 99.10 591.30
100 100.00 697.65
100 98.80 624.00
100 99.00 584.35
100 93.60 520.00
100 98.20 757.87
100 78.40 591.43
100 98.80 592.50
100 83.30 615.24
83.3333333333 100.00 542.86
83.3333333333 100.00 654.55
83.3333333333 93.20 511.54
83.3333333333 93.00 620.00
83.3333333333 100.00 515.38
83.3333333333 94.60 560.00
100 100.00 543.64
100 98.70 582.61
100 92.20 546.67
100 91.60 608.50
100 88.60 754.55
100 98.20 612.35
100 99.20 572.41
100 85.90 638.82
100 100.00 626.43
83.3333333333 98.60 629.47
83.3333333333 96.30 586.00
100 99.50 673.83
83.3333333333 94.20 563.16
83.3333333333 91.90 539.00
83.3333333333 100.00 543.75
100 100.00 687.69
100 100.00 579.43
100 100.00 683.33
100 97.20 633.04
83.3333333333 98.60 508.33
100 100.00 654.12
66.6666666666 93.70 557.23
66.6666666666 77.10 554.00
100 100.00 670.29
100 100.00 674.29
83.3333333333 97.60 644.91
100 100.00 669.09
100 99.10 685.60
100 97.80 633.22
83.3333333333 97.70 610.00
83.3333333333 91.30 458.18
83.3333333333 96.60 568.28
83.3333333333 98.20 625.45
83.3333333333 96.90 541.62
50 100.00 582.67
83.3333333333 91.50 553.33
100 93.40 575.00
83.3333333333 99.30 534.87
66.6666666666 88.50 502.50
66.6666666666 90.10 443.45
50 88.30 471.88
83.3333333333 96.90 605.00
100 97.90 615.29
100 98.40 623.53
100 100.00 686.86
83.3333333333 98.00 503.53
66.6666666666 93.90 547.69
100 100.00 606.34
100 96.70 614.67
100 87.30 551.25
83.3333333333 98.20 683.53
83.3333333333 100.00 575.71
100 93.10 734.76
100 89.70 602.67
83.3333333333 92.20 582.22
83.3333333333 94.00 571.11
83.3333333333 96.90 525.56
100 97.40 730.56
83.3333333333 93.70 589.43
100 100.00 762.86
100 92.20 570.77
83.3333333333 91.20 531.43
66.6666666666 83.80 475.65
83.3333333333 83.20 555.81
100 95.60 654.29
66.6666666666 89.00 514.12
83.3333333333 100.00 507.27
83.3333333333 98.40 578.83
50 73.10 493.53
66.6666666666 98.30 533.15
66.6666666666 92.80 492.20
83.3333333333 95.40 509.38
100 87.10 546.67
100 100.00 544.00
83.3333333333 97.00 598.33
100 92.40 570.77
83.3333333333 72.80 546.84
83.3333333333 98.60 553.51
83.3333333333 99.20 570.77
100 98.20 807.09
83.3333333333 95.80 541.00
100 94.50 509.23
83.3333333333 93.80 559.09
83.3333333333 92.50 547.14
100 92.60 565.00
66.6666666666 98.90 561.05
66.6666666666 97.10 618.93
83.3333333333 97.80 630.10
100 98.80 641.83
83.3333333333 98.50 598.18
83.3333333333 96.90 533.00
100 98.90 588.67
100 99.00 528.00
66.6666666666 91.10 516.41
66.6666666666 87.70 532.86
83.3333333333 98.90 537.59
100 98.90 579.80
83.3333333333 100.00 534.67
100 99.80 739.18
100 99.10 751.11
83.3333333333 97.90 543.64
83.3333333333 98.70 640.71
83.3333333333 94.90 628.00
100 97.00 622.26
100 88.90 718.46
100 96.50 631.58
100 98.40 698.60
66.6666666666 96.70 726.00
100 97.30 709.76
83.3333333333 96.10 695.29
100 99.10 578.57
83.3333333333 100.00 500.00
83.3333333333 97.90 578.82
100 100.00 621.43
100 100.00 666.21
83.3333333333 95.80 573.94
83.3333333333 97.00 549.30
100 100.00 680.53
100 96.40 604.89
83.3333333333 96.50 649.15
83.3333333333 97.10 647.71
66.6666666666 100.00 575.94
83.3333333333 99.20 642.83
83.3333333333 98.00 600.78
83.3333333333 98.80 618.17
83.3333333333 94.20 638.17
83.3333333333 97.50 651.94
66.6666666666 100.00 685.25
83.3333333333 99.40 639.64
100 97.30 662.11
100 100.00 835.71
100 98.50 545.28
100 91.10 666.47
83.3333333333 96.00 589.17
100 95.60 585.08
83.3333333333 98.30 633.80
66.6666666666 97.60 591.16
83.3333333333 98.80 624.63
83.3333333333 94.50 636.52
83.3333333333 95.70 632.23
100 93.20 633.33
83.3333333333 98.60 696.67
83.3333333333 89.40 546.36
83.3333333333 92.60 544.62
100 94.60 564.29
66.6666666666 87.20 494.53
100 94.70 598.95
100 98.90 590.00
100 94.90 602.35
66.6666666666 99.50 538.03
66.6666666666 96.50 638.26
83.3333333333 96.90 634.03
83.3333333333 100.00 622.86
100 100.00 726.43
100 98.30 572.73
100 96.20 669.33
100 100.00 702.60
100 90.90 536.67
83.3333333333 90.10 561.05
100 98.10 598.00
100 95.60 660.00
100 88.90 745.00
100 96.80 703.33
83.3333333333 100.00 608.33
100 100.00 706.00
100 97.10 652.78
100 96.00 554.74
83.3333333333 94.20 566.67
83.3333333333 98.30 580.25
100 98.90 632.00
83.3333333333 94.70 655.45
100 83.10 684.49
100 100.00 614.55
83.3333333333 89.00 567.69
83.3333333333 92.40 601.70
100 98.30 623.39
66.6666666666 92.80 589.98
83.3333333333 100.00 563.08
66.6666666666 93.00 705.11
83.3333333333 94.60 557.65
66.6666666666 95.80 653.68
83.3333333333 95.00 623.69
83.3333333333 86.50 591.61
83.3333333333 100.00 640.00
66.6666666666 97.20 601.47
83.3333333333 98.80 673.92
83.3333333333 98.10 616.24
66.6666666666 83.10 543.16
66.6666666666 97.10 509.23
100 100.00 750.52
100 94.10 574.62
83.3333333333 96.90 692.57
83.3333333333 93.80 684.71
100 100.00 731.43
66.6666666666 97.50 582.04
100 95.00 642.22
66.6666666666 97.40 619.05
100 91.90 605.31
100 97.40 565.38
100 93.00 656.36
83.3333333333 97.70 547.50
83.3333333333 98.00 527.50
100 100.00 567.27
100 95.60 727.85
66.6666666666 92.50 637.93
100 100.00 554.55
83.3333333333 94.00 578.46
83.3333333333 94.80 694.17
100 98.60 697.50
83.3333333333 97.70 627.37
66.6666666666 94.60 560.40
100 94.30 560.83
100 100.00 813.17
100 100.00 651.30
83.3333333333 99.10 603.64
83.3333333333 98.60 576.07
83.3333333333 98.70 690.81
66.6666666666 92.10 616.81
83.3333333333 99.10 580.00
83.3333333333 95.00 617.67
66.6666666666 99.60 619.39
50 98.10 486.45
83.3333333333 98.00 659.82
83.3333333333 97.10 641.83
83.3333333333 97.60 568.57
100 91.00 606.67
66.6666666666 86.80 517.54
100 87.50 588.00
66.6666666666 93.10 582.49
83.3333333333 98.20 603.70
83.3333333333 96.40 641.82
83.3333333333 100.00 588.57
83.3333333333 100.00 642.73
83.3333333333 97.40 596.59
83.3333333333 97.90 517.78
100 83.30 634.21
100 98.90 622.26
100 94.00 697.78
100 92.20 609.63
100 92.90 697.14
100 100.00 640.74
100 97.30 736.52
83.3333333333 100.00 585.65
66.6666666666 99.60 665.97
66.6666666666 98.50 586.02
83.3333333333 96.60 634.42
83.3333333333 99.50 571.25
100 92.40 610.30
83.3333333333 99.10 613.08
100 98.60 665.00
100 95.90 604.78
100 90.70 587.43
100 91.90 685.13
83.3333333333 100.00 624.00
100 96.40 579.20
100 100.00 526.00
83.3333333333 97.50 637.67
100 99.20 711.20
83.3333333333 100.00 662.50
83.3333333333 99.30 552.13
83.3333333333 98.90 638.85
83.3333333333 97.90 648.33
83.3333333333 93.60 620.29
83.3333333333 95.60 557.09
83.3333333333 99.40 626.73
66.6666666666 99.60 666.67
66.6666666666 99.60 632.54
83.3333333333 94.60 557.38
66.6666666666 94.70 524.14
100 95.60 558.00
66.6666666666 92.40 538.91
83.3333333333 82.30 511.47
100 96.70 650.85
33.3333333333 97.20 443.33
66.6666666666 72.00 470.00
100 94.60 588.42
100 95.70 584.21
83.3333333333 91.00 622.74
83.3333333333 99.00 666.22
83.3333333333 95.30 584.66
66.6666666666 99.60 594.11
66.6666666666 96.90 668.53
83.3333333333 93.10 628.91
66.6666666666 98.10 586.00
83.3333333333 95.70 601.36
100 100.00 660.69
83.3333333333 97.80 628.50
100 90.50 682.50
83.3333333333 96.00 618.90
100 87.70 668.42
100 98.00 711.89
100 97.00 691.14
100 86.30 534.00
100 98.90 657.04
83.3333333333 100.00 621.54
83.3333333333 100.00 585.71
100 96.60 683.64
83.3333333333 97.80 639.67
83.3333333333 97.80 596.62
83.3333333333 100.00 561.64
83.3333333333 94.40 556.00
100 100.00 727.78
66.6666666666 91.10 605.16
83.3333333333 96.20 564.38
66.6666666666 99.10 629.60
83.3333333333 100.00 626.90
83.3333333333 96.70 582.12
66.6666666666 100.00 571.76
83.3333333333 100.00 528.24
100 96.40 638.53
100 96.90 698.75
66.6666666666 94.70 521.70
66.6666666666 98.70 613.33
83.3333333333 83.50 577.14
83.3333333333 90.70 567.58
83.3333333333 100.00 659.15
66.6666666666 88.40 516.00
83.3333333333 99.00 640.00
100 93.50 548.46
100 99.20 714.19
83.3333333333 95.90 605.79
83.3333333333 98.60 646.92
100 93.80 767.14
83.3333333333 96.90 670.77
83.3333333333 99.20 640.25
100 96.00 663.10
100 96.30 749.28
100 97.90 745.37
83.3333333333 89.90 663.64
83.3333333333 85.40 541.54
100 89.80 598.89
100 98.20 699.00
100 97.80 678.22
100 92.90 690.53
100 100.00 673.60
100 94.00 612.62
100 95.10 520.50
100 91.90 650.48
100 94.40 610.00
100 98.10 618.43
66.6666666666 99.10 554.55
66.6666666666 99.20 519.85
83.3333333333 97.80 603.60
100 100.00 706.21
100 100.00 710.00
100 100.00 546.15
100 100.00 558.00
100 100.00 736.77
100 89.40 652.77
100 98.30 685.85
83.3333333333 94.00 647.50
100 97.90 596.08
100 97.00 660.00
100 91.30 670.25
83.3333333333 94.70 507.27
100 91.00 675.79
100 95.50 562.50
100 89.90 608.00
100 92.70 631.25
83.3333333333 94.30 575.82
66.6666666666 98.70 526.25
100 98.90 548.57
100 91.90 602.86
100 100.00 660.26
100 99.70 812.38
83.3333333333 100.00 560.00
66.6666666666 98.90 577.74
100 98.60 636.77
100 95.20 517.14
83.3333333333 98.30 546.15
100 98.20 557.14
100 97.00 626.67
100 97.80 635.00
100 86.40 563.33
83.3333333333 100.00 601.67
100 99.40 715.00
83.3333333333 98.70 577.14
100 97.50 712.80
83.3333333333 98.00 568.33
100 98.90 650.53
100 96.20 705.22
100 100.00 730.00
100 91.80 648.18
100 97.40 558.75
83.3333333333 100.00 609.57
100 98.70 686.58
100 100.00 660.00
100 100.00 531.43
83.3333333333 97.80 540.00
100 96.70 657.69
100 98.90 650.43
83.3333333333 92.60 578.00
100 98.80 651.20
100 96.70 628.39
83.3333333333 94.00 590.79
100 95.30 648.89
83.3333333333 100.00 636.47
100 95.30 609.33
100 96.90 654.00
100 99.10 621.43
100 99.10 657.84
100 94.70 617.38
100 100.00 555.00
100 82.30 576.36
83.3333333333 93.30 624.44
83.3333333333 99.10 564.71
83.3333333333 97.30 631.67
83.3333333333 99.40 611.00
83.3333333333 88.60 540.00
83.3333333333 99.80 792.75
83.3333333333 94.70 576.36
83.3333333333 100.00 601.18
83.3333333333 90.40 613.75
100 100.00 568.00
83.3333333333 98.90 606.98
83.3333333333 97.20 611.43
66.6666666666 100.00 529.41
100 95.70 618.82
100 98.40 582.00
83.3333333333 98.40 591.90
83.3333333333 93.20 562.86
100 96.50 675.32
83.3333333333 97.90 607.27
83.3333333333 98.60 574.00
100 100.00 721.86
100 88.90 583.00
83.3333333333 98.60 593.56
100 95.80 688.89
83.3333333333 98.00 601.33
100 95.50 592.63
100 96.50 607.93
83.3333333333 98.80 645.45
100 91.40 666.79
83.3333333333 83.30 492.73
100 99.30 697.65
83.3333333333 97.90 588.13
100 89.40 582.86
83.3333333333 96.60 583.75
100 96.80 612.22
83.3333333333 88.00 618.00
100 91.00 647.62
100 97.10 602.50
83.3333333333 94.50 615.20
100 98.20 587.10
100 93.60 585.42
83.3333333333 93.80 576.67
83.3333333333 100.00 550.97
83.3333333333 100.00 574.62
100 94.00 623.46
100 98.50 604.79
100 98.60 582.86
100 90.80 608.48
100 93.30 502.50
83.3333333333 89.90 566.67
83.3333333333 96.00 564.44
100 96.30 615.83
83.3333333333 95.80 569.57
100 99.10 697.14
83.3333333333 100.00 590.67
83.3333333333 84.30 612.00
100 94.90 597.74
100 99.30 622.86
100 97.10 653.64
100 92.20 611.82
83.3333333333 96.70 472.00
100 95.50 671.33
83.3333333333 99.00 588.75
50 87.40 535.00
66.6666666666 88.90 536.86
66.6666666666 80.00 537.06
83.3333333333 89.60 538.93
83.3333333333 91.70 491.65
83.3333333333 86.30 522.64
50 96.20 400.50
83.3333333333 88.00 502.31
83.3333333333 90.90 540.68
66.6666666666 98.20 507.23
83.3333333333 90.90 518.79
66.6666666666 85.50 485.16
83.3333333333 94.20 560.52
66.6666666666 85.60 498.95
83.3333333333 96.00 504.10
83.3333333333 85.30 509.14
83.3333333333 86.00 538.24
66.6666666666 84.10 484.09
66.6666666666 80.40 540.75
66.6666666666 89.20 506.50
66.6666666666 81.40 489.00
66.6666666666 98.50 492.28
50 95.50 481.67
66.6666666666 82.60 528.92
66.6666666666 89.80 510.36
66.6666666666 82.70 483.57
83.3333333333 79.20 516.78
66.6666666666 92.40 564.64
50 100.00 474.55
66.6666666666 94.10 506.33
66.6666666666 75.60 553.58
83.3333333333 63.70 569.87
66.6666666666 89.90 493.90
66.6666666666 88.40 563.33
50 89.80 492.59
66.6666666666 85.50 589.30
66.6666666666 95.10 487.56
50 98.50 531.91
83.3333333333 84.70 498.13
50 80.90 522.92
66.6666666666 96.50 477.00
66.6666666666 92.40 522.00
66.6666666666 84.20 519.65
66.6666666666 85.20 489.17
66.6666666666 88.30 510.14
66.6666666666 83.70 478.57
66.6666666666 81.00 552.59
66.6666666666 85.00 489.71
66.6666666666 73.90 514.79
83.3333333333 95.80 534.05
66.6666666666 78.80 468.10
83.3333333333 90.10 514.46
50 87.80 514.40
66.6666666666 90.10 484.21
66.6666666666 88.30 494.26
66.6666666666 93.40 496.84
66.6666666666 96.20 460.00
83.3333333333 94.10 537.23
66.6666666666 98.90 552.41
66.6666666666 91.60 511.03
66.6666666666 83.50 541.52
66.6666666666 71.70 502.16
66.6666666666 97.90 564.84
66.6666666666 91.00 528.13
66.6666666666 87.50 536.00
50 91.00 532.31
83.3333333333 98.70 571.01
50 97.00 495.11
66.6666666666 80.50 524.32
66.6666666666 82.50 509.35
66.6666666666 94.40 501.90
66.6666666666 90.60 529.54
66.6666666666 98.20 512.00
50 89.60 506.32
66.6666666666 79.60 515.74
66.6666666666 83.40 506.76
66.6666666666 94.40 494.32
66.6666666666 93.20 561.43
66.6666666666 84.00 546.00
66.6666666666 91.50 492.00
66.6666666666 96.60 515.17
66.6666666666 93.70 499.65
66.6666666666 89.30 535.16
66.6666666666 74.60 548.41
66.6666666666 78.10 509.76
83.3333333333 89.10 545.05
83.3333333333 88.90 551.67
50 94.80 503.16
66.6666666666 87.30 488.74
66.6666666666 96.00 522.17
66.6666666666 95.80 506.92
66.6666666666 96.70 521.01
66.6666666666 88.30 527.65
66.6666666666 99.50 488.11
66.6666666666 97.20 531.16
66.6666666666 87.70 533.75
66.6666666666 100.00 526.67
16.6666666666 94.80 418.10
50 88.10 493.10
66.6666666666 92.50 490.67
66.6666666666 88.30 517.50
83.3333333333 82.30 494.88
83.3333333333 91.40 523.33
66.6666666666 94.80 544.29
66.6666666666 77.60 490.58
83.3333333333 89.30 519.39
83.3333333333 89.50 546.67
100 95.20 707.27
66.6666666666 98.70 561.79
83.3333333333 99.40 582.33
50 96.30 410.20
66.6666666666 95.70 560.82
50 95.10 497.45
83.3333333333 97.30 490.61
66.6666666666 87.90 502.42
66.6666666666 82.80 512.82
66.6666666666 91.10 495.09
50 94.40 530.00
66.6666666666 100.00 518.46
83.3333333333 61.10 545.38
66.6666666666 98.30 543.03
66.6666666666 96.30 527.50
50 90.40 516.92
66.6666666666 96.00 510.45
50 95.30 488.39
33.3333333333 100.00 495.56
66.6666666666 75.20 494.58
66.6666666666 94.40 515.03
66.6666666666 93.40 552.50
66.6666666666 96.60 542.86
66.6666666666 85.10 547.69
83.3333333333 95.90 500.00
66.6666666666 83.50 509.52
50 91.80 471.30
50 95.80 570.71
66.6666666666 97.70 500.95
83.3333333333 93.40 440.00
66.6666666666 90.60 506.22
66.6666666666 88.10 504.57
66.6666666666 83.80 457.30
66.6666666666 98.70 534.59
83.3333333333 99.60 611.00
66.6666666666 98.10 488.24
66.6666666666 87.10 520.31
66.6666666666 90.80 497.07
66.6666666666 95.70 507.78
66.6666666666 77.20 487.14
83.3333333333 96.10 539.47
66.6666666666 89.80 463.53
66.6666666666 96.00 528.89
66.6666666666 95.80 456.00
50 98.60 498.00
83.3333333333 84.40 538.57
66.6666666666 93.50 510.66
83.3333333333 98.30 575.00
66.6666666666 89.90 561.29
50 92.00 523.45
83.3333333333 88.90 474.34
66.6666666666 98.90 518.00
66.6666666666 98.20 556.70
66.6666666666 90.50 567.06
66.6666666666 97.00 481.82
83.3333333333 95.60 581.54
66.6666666666 91.50 496.14
50 94.00 506.86
83.3333333333 92.40 503.75
66.6666666666 93.50 525.00
66.6666666666 98.60 558.95
66.6666666666 92.80 541.89
66.6666666666 97.80 527.10
66.6666666666 74.70 517.78
83.3333333333 89.90 494.83
83.3333333333 98.70 572.08
66.6666666666 96.20 568.24
66.6666666666 97.20 624.24
66.6666666666 99.00 507.37
83.3333333333 89.20 524.00
66.6666666666 82.30 516.67
83.3333333333 89.40 490.00
66.6666666666 93.90 512.73
83.3333333333 85.60 517.27
66.6666666666 90.80 482.48
66.6666666666 91.40 556.52
83.3333333333 93.20 530.15
83.3333333333 92.60 502.55
66.6666666666 96.20 488.67
66.6666666666 87.50 481.62
83.3333333333 96.60 561.14
66.6666666666 83.80 544.71
66.6666666666 89.10 517.82
66.6666666666 85.50 485.26
83.3333333333 98.90 699.38
100 97.90 683.25
66.6666666666 82.90 492.57
66.6666666666 97.60 562.61
66.6666666666 97.00 523.59
83.3333333333 98.90 537.02
83.3333333333 84.90 713.42
66.6666666666 70.90 498.35
66.6666666666 89.80 507.84
83.3333333333 95.60 487.92
83.3333333333 93.50 522.99
66.6666666666 66.90 495.88
83.3333333333 85.60 540.40
66.6666666666 94.70 539.17
83.3333333333 95.50 596.47
66.6666666666 90.70 512.94
66.6666666666 89.40 523.28
83.3333333333 90.60 520.27
66.6666666666 95.10 525.17
66.6666666666 92.90 491.30
66.6666666666 95.90 497.01
33.3333333333 91.80 508.75
66.6666666666 88.20 480.45
66.6666666666 89.50 512.87
66.6666666666 90.30 530.89
66.6666666666 89.50 536.47
66.6666666666 76.60 545.43
83.3333333333 74.80 524.29
50 94.80 470.81
66.6666666666 87.10 539.71
50 91.20 501.25
83.3333333333 97.80 594.18
66.6666666666 95.40 543.56
83.3333333333 98.10 590.10
83.3333333333 98.70 620.43
83.3333333333 97.40 626.47
66.6666666666 92.00 514.78
33.3333333333 95.70 486.67
100 90.00 647.54
66.6666666666 91.00 468.48
50 93.20 504.76
83.3333333333 97.40 574.67
83.3333333333 100.00 588.89
83.3333333333 100.00 503.33
50 76.70 527.35
66.6666666666 95.70 472.12
66.6666666666 86.30 570.79
66.6666666666 91.00 563.87
66.6666666666 87.60 490.71
83.3333333333 91.80 534.35
100 97.30 585.61
50 82.20 495.43
66.6666666666 90.40 524.29
66.6666666666 84.60 507.00
66.6666666666 91.70 533.62
66.6666666666 82.10 505.71
83.3333333333 100.00 774.00
83.3333333333 100.00 555.29
83.3333333333 81.20 550.50
83.3333333333 76.80 558.38
100 90.20 648.53
83.3333333333 88.30 513.92
66.6666666666 76.40 575.00
66.6666666666 75.50 509.49
66.6666666666 88.50 437.14
66.6666666666 76.50 497.38
66.6666666666 84.50 490.00
50 81.20 423.23
66.6666666666 74.20 486.45
66.6666666666 72.90 518.33
66.6666666666 79.90 537.65
66.6666666666 79.80 522.86
66.6666666666 82.20 544.75
100 95.90 602.11
66.6666666666 94.40 514.14
83.3333333333 86.20 629.60
100 94.90 642.22
83.3333333333 94.40 565.90
100 96.20 676.92
66.6666666666 78.10 537.62
66.6666666666 81.30 497.98
50 88.50 465.33
66.6666666666 76.40 563.24
66.6666666666 86.00 513.33
83.3333333333 91.40 640.00
66.6666666666 92.70 524.74
100 90.60 621.43
66.6666666666 64.10 574.65
66.6666666666 84.80 504.62
83.3333333333 95.20 625.71
50 81.40 508.84
83.3333333333 100.00 659.20
83.3333333333 100.00 536.67
100 99.10 583.45
66.6666666666 89.30 537.74
83.3333333333 97.30 665.81
66.6666666666 95.30 563.53
83.3333333333 83.40 575.47
83.3333333333 89.30 564.00
83.3333333333 96.40 594.63
100 99.30 625.47
83.3333333333 84.40 589.39
83.3333333333 75.40 572.45
83.3333333333 76.00 542.86
83.3333333333 77.20 557.00
100 96.00 617.93
100 99.30 645.71
83.3333333333 88.60 604.83
100 95.20 653.53
83.3333333333 84.60 500.53
100 91.60 620.00
83.3333333333 78.70 606.90
100 95.10 613.16
100 96.40 597.00
83.3333333333 82.80 540.47
100 95.20 677.60
66.6666666666 80.10 542.96
100 98.20 602.59
83.3333333333 89.20 576.85
100 94.50 576.92
83.3333333333 91.90 582.22
66.6666666666 93.30 520.00
66.6666666666 89.00 522.90
66.6666666666 83.50 487.69
100 96.40 621.20
66.6666666666 76.30 531.43
83.3333333333 89.10 568.65
100 100.00 597.39
100 98.10 634.55
100 96.90 616.15
66.6666666666 87.40 522.86
66.6666666666 95.20 551.36
83.3333333333 98.90 666.90
50 93.90 486.36
66.6666666666 81.40 552.80
83.3333333333 74.10 555.64
66.6666666666 77.30 527.14
83.3333333333 90.30 606.77
100 90.60 626.00
83.3333333333 89.90 502.40
100 97.80 576.25
66.6666666666 71.20 543.70
100 96.10 665.00
100 97.10 627.17
66.6666666666 76.70 521.62
83.3333333333 86.80 605.45
66.6666666666 82.00 476.84
66.6666666666 85.10 533.64
83.3333333333 92.40 528.29
100 97.70 584.00
83.3333333333 79.90 548.40
83.3333333333 86.40 592.08
83.3333333333 88.40 542.64
100 96.80 726.76
83.3333333333 88.50 530.71
83.3333333333 100.00 743.00
83.3333333333 90.40 554.63
100 96.60 636.18
100 99.20 670.48
83.3333333333 87.00 626.91
83.3333333333 79.30 522.90
66.6666666666 70.40 506.85
83.3333333333 96.80 584.23
66.6666666666 61.50 585.00
100 97.80 692.96
83.3333333333 70.60 540.39
100 98.20 640.00
100 94.70 681.25
83.3333333333 83.60 552.46
50 89.00 529.17
83.3333333333 95.10 584.00
50 92.60 493.33
83.3333333333 100.00 583.57
83.3333333333 98.00 554.00
50 83.50 458.82
50 74.30 531.21
66.6666666666 75.70 495.00
66.6666666666 86.10 536.89
66.6666666666 92.10 503.14
66.6666666666 75.80 488.28
83.3333333333 100.00 602.86
66.6666666666 84.50 540.80
83.3333333333 92.60 658.62
50 87.40 564.78
83.3333333333 87.60 575.63
100 94.20 553.04
66.6666666666 83.60 501.67
66.6666666666 77.00 503.08
66.6666666666 76.70 464.55
33.3333333333 77.80 512.80
83.3333333333 96.10 591.25
50 72.70 466.67
50 85.00 550.00
66.6666666666 98.10 565.56
50 85.70 470.00
100 100.00 567.27
50 86.60 521.82
100 100.00 600.91
16.6666666666 89.50 464.00
83.3333333333 98.60 516.25
83.3333333333 98.90 629.03
50 79.20 462.44
66.6666666666 75.70 540.00
66.6666666666 83.30 501.43
50 85.40 508.00
66.6666666666 86.90 531.43
83.3333333333 94.70 572.38
83.3333333333 99.10 528.00
83.3333333333 89.00 524.05
100 97.30 554.62
100 100.00 584.00
83.3333333333 92.50 469.09
66.6666666666 100.00 550.59
83.3333333333 93.10 490.67
100 96.90 492.73
83.3333333333 100.00 469.41
66.6666666666 79.40 511.16
83.3333333333 92.80 573.07
83.3333333333 89.20 592.22
100 92.90 509.70
100 100.00 582.61
50 93.40 544.71
100 100.00 511.11
83.3333333333 87.90 516.57
66.6666666666 93.80 568.06
100 95.90 668.21
100 98.70 633.11
100 97.20 641.70
100 98.70 595.52
83.3333333333 98.90 603.63
100 97.10 579.35
83.3333333333 100.00 590.00
100 97.10 648.00
66.6666666666 83.90 498.46
66.6666666666 76.60 464.62
66.6666666666 75.70 539.35
83.3333333333 88.20 508.33
66.6666666666 75.00 547.11
66.6666666666 73.20 523.98
83.3333333333 96.80 614.07
66.6666666666 81.00 508.07
66.6666666666 83.70 580.00
83.3333333333 85.30 550.97
83.3333333333 97.00 586.36
66.6666666666 84.00 513.40
66.6666666666 88.40 575.56
66.6666666666 87.50 571.67
83.3333333333 91.70 653.89
100 90.30 634.78
83.3333333333 88.90 504.17
66.6666666666 88.80 534.55
66.6666666666 88.70 508.40
83.3333333333 100.00 636.36
66.6666666666 85.00 582.03
66.6666666666 84.90 481.88
83.3333333333 92.90 560.00
50 74.80 535.78
66.6666666666 88.60 528.00
50 87.60 474.00
66.6666666666 63.10 505.93
66.6666666666 84.50 544.14
66.6666666666 81.10 533.42
66.6666666666 84.80 505.00
66.6666666666 78.50 514.81
66.6666666666 86.10 588.83
83.3333333333 75.80 535.22
83.3333333333 93.70 712.84
83.3333333333 81.70 558.48
83.3333333333 77.20 550.67
66.6666666666 87.80 540.00
100 96.90 697.30
83.3333333333 71.20 528.71
66.6666666666 68.40 520.00
83.3333333333 98.50 652.73
66.6666666666 89.50 506.96
66.6666666666 91.50 491.92
66.6666666666 96.20 716.67
83.3333333333 88.60 554.66
66.6666666666 92.20 561.67
66.6666666666 84.80 537.45
100 99.10 753.45
100 98.20 543.64
83.3333333333 88.30 552.75
100 96.90 679.86
100 91.10 595.33
100 98.70 823.81
66.6666666666 74.00 567.39
66.6666666666 93.20 541.67
100 91.00 584.44
100 100.00 645.00
50 89.10 531.58
83.3333333333 89.80 618.76
33.3333333333 80.90 508.00
83.3333333333 100.00 564.62
50 77.40 580.00
66.6666666666 81.50 579.66
66.6666666666 85.90 523.79
83.3333333333 96.90 581.82
100 96.30 680.31
66.6666666666 69.30 534.81
66.6666666666 73.90 543.72
83.3333333333 87.50 574.80
100 95.80 623.89
83.3333333333 90.60 534.55
66.6666666666 72.50 520.27
66.6666666666 71.50 527.92
66.6666666666 77.00 538.78
100 94.30 632.65
83.3333333333 79.60 524.38
83.3333333333 97.60 550.80
66.6666666666 92.70 571.05
66.6666666666 60.10 525.33
66.6666666666 70.00 501.00
83.3333333333 100.00 556.55
66.6666666666 79.80 528.77
66.6666666666 86.60 569.11
83.3333333333 88.90 553.08
66.6666666666 70.10 454.00
66.6666666666 79.50 483.00
66.6666666666 90.50 545.00
83.3333333333 98.10 531.67
66.6666666666 80.10 519.23
83.3333333333 97.80 605.52
66.6666666666 68.20 518.18
100 98.70 555.79
50 71.80 545.33
50 83.80 536.39
50 89.00 509.70
66.6666666666 84.80 534.55
50 79.90 524.00
50 76.20 560.67
50 98.90 537.14
66.6666666666 84.10 520.00
50 73.20 507.03
66.6666666666 88.30 543.67
50 85.10 473.33
66.6666666666 75.00 551.85
66.6666666666 84.80 528.10
66.6666666666 86.10 521.62
100 98.90 592.86
66.6666666666 88.00 518.18
50 76.20 531.58
83.3333333333 91.30 521.11
83.3333333333 81.90 543.63
83.3333333333 82.30 565.37
66.6666666666 81.60 580.00
100 96.00 672.67
83.3333333333 97.10 589.38
66.6666666666 77.50 521.07
50 77.40 511.90
50 69.50 567.23
66.6666666666 79.40 513.33
66.6666666666 60.10 542.22
66.6666666666 87.60 495.69
50 85.80 538.28
66.6666666666 87.90 528.15
50 100.00 482.67
66.6666666666 87.90 503.15
50 78.40 499.35
66.6666666666 82.70 544.27
83.3333333333 82.50 560.82
100 99.50 615.22
83.3333333333 87.40 514.29
83.3333333333 96.40 752.00
83.3333333333 81.70 538.77
100 97.90 637.63
100 96.70 611.06
83.3333333333 88.60 559.00
33.3333333333 97.30 565.33
50 85.30 495.53
50 89.50 511.43
50 95.10 450.77
66.6666666666 90.10 508.21
50 87.80 484.76
50 83.70 548.00
50 86.50 508.00
50 82.70 528.94
83.3333333333 75.70 538.46
66.6666666666 75.60 517.18
100 97.30 611.84
66.6666666666 74.30 554.71
66.6666666666 66.00 531.60
83.3333333333 79.50 573.78
50 73.40 528.42
100 86.50 626.67
100 91.10 646.46
83.3333333333 99.40 561.19
50 92.60 460.59
66.6666666666 91.60 515.47
33.3333333333 79.60 529.33
83.3333333333 95.70 610.56
83.3333333333 98.60 608.00
50 89.20 451.67
50 97.00 516.36
50 77.30 483.08
50 82.80 523.15
66.6666666666 80.00 512.86
50 86.30 476.47
50 77.60 492.94
66.6666666666 72.40 516.36
50 87.90 524.21
66.6666666666 96.00 500.00
100 93.80 587.50
100 98.40 574.67
66.6666666666 67.90 475.33
83.3333333333 94.60 658.67
83.3333333333 98.80 603.33
100 100.00 544.21
50 94.90 580.67
100 99.00 580.77
50 87.20 505.11
66.6666666666 85.00 528.28
66.6666666666 79.20 473.75
83.3333333333 91.10 535.31
100 96.70 564.00
66.6666666666 79.10 554.48
66.6666666666 76.70 483.53
66.6666666666 73.90 522.44
100 94.10 620.37
83.3333333333 90.90 531.82
66.6666666666 84.00 523.92
83.3333333333 87.60 558.90
83.3333333333 85.80 510.00
100 94.60 618.33
83.3333333333 86.80 555.00
66.6666666666 94.60 536.76
83.3333333333 95.10 570.29
100 97.00 581.29
66.6666666666 73.90 568.39
83.3333333333 75.10 502.78
66.6666666666 83.50 540.00
66.6666666666 74.10 560.74
83.3333333333 91.10 651.76
66.6666666666 63.00 532.34
83.3333333333 85.90 525.29
83.3333333333 93.30 544.51
83.3333333333 66.60 531.55
100 95.90 730.49
100 97.80 601.87
83.3333333333 95.90 546.96
83.3333333333 66.70 504.35
83.3333333333 87.80 568.81
100 88.80 626.54
83.3333333333 87.90 605.63
83.3333333333 79.50 517.62
83.3333333333 94.60 576.00
83.3333333333 85.80 539.80
100 93.20 576.77
83.3333333333 95.90 638.71
83.3333333333 91.10 569.32
100 97.20 647.95
83.3333333333 94.30 564.85
83.3333333333 81.50 531.41
83.3333333333 91.00 515.68
100 96.40 614.38
100 94.90 631.76
100 90.80 650.43
83.3333333333 88.00 556.00
83.3333333333 77.50 555.56
100 81.00 632.41
100 97.40 621.82
83.3333333333 84.50 523.89
83.3333333333 79.40 561.52
100 95.50 586.47
83.3333333333 77.30 528.21
83.3333333333 80.90 519.31
83.3333333333 74.90 547.14
83.3333333333 96.70 591.58
100 93.40 604.21
83.3333333333 75.00 571.67
66.6666666666 84.00 560.00
83.3333333333 96.90 540.88
83.3333333333 94.10 555.73
83.3333333333 83.20 522.72
83.3333333333 73.50 552.87
83.3333333333 80.60 557.75
83.3333333333 93.20 551.71
100 91.10 562.73
83.3333333333 87.80 532.09
100 92.30 616.67
83.3333333333 75.00 519.13
100 97.50 687.58
100 92.50 581.82
83.3333333333 93.80 550.40
83.3333333333 94.80 550.91
83.3333333333 82.50 537.70
100 97.80 644.92
100 97.60 720.00
100 96.00 691.88
100 98.90 711.12
100 97.30 670.48
100 94.40 663.00
83.3333333333 97.60 602.11
100 98.00 600.00
83.3333333333 93.50 619.19
100 94.10 715.00
83.3333333333 88.10 579.31
83.3333333333 89.00 537.74
83.3333333333 93.10 538.19
83.3333333333 75.40 522.11
100 85.20 629.49
100 95.50 768.48
66.6666666666 63.90 498.18
83.3333333333 83.00 541.54
83.3333333333 97.10 620.00
100 91.90 566.15
83.3333333333 85.90 566.32
83.3333333333 79.80 545.61
66.6666666666 54.70 533.70
100 94.80 712.93
83.3333333333 81.10 566.29
100 94.10 616.55
66.6666666666 94.90 610.97
83.3333333333 91.50 561.33
83.3333333333 88.70 563.19
83.3333333333 87.00 567.14
83.3333333333 91.10 487.65
83.3333333333 79.90 561.94
100 98.60 605.90
83.3333333333 93.20 551.46
83.3333333333 95.10 563.63
83.3333333333 95.00 594.48
100 88.90 712.26
66.6666666666 78.90 511.22
83.3333333333 69.00 513.65
83.3333333333 81.70 535.26
100 92.20 593.10
100 95.90 626.00
66.6666666666 72.70 518.06
66.6666666666 75.70 523.80
100 91.40 630.00
100 92.50 606.21
83.3333333333 73.60 517.97
83.3333333333 86.90 480.55
83.3333333333 74.30 512.46
83.3333333333 97.80 608.52
83.3333333333 92.80 597.55
83.3333333333 96.40 532.80
100 98.50 686.11
66.6666666666 68.20 475.38
83.3333333333 100.00 652.73
66.6666666666 84.60 515.56
66.6666666666 81.80 549.77
100 96.20 563.33
100 92.50 649.52
83.3333333333 97.50 564.00
100 91.80 748.15
83.3333333333 93.60 566.86
66.6666666666 85.80 584.29
66.6666666666 88.60 543.21
100 98.70 603.53
83.3333333333 88.00 553.91
83.3333333333 100.00 616.25
50 83.70 533.75
50 73.70 498.18
83.3333333333 94.50 586.67
100 91.40 583.33
83.3333333333 98.70 618.26
66.6666666666 93.90 545.33
66.6666666666 92.40 524.76
66.6666666666 87.80 526.00
100 100.00 629.23
83.3333333333 99.40 597.82
83.3333333333 97.20 548.21
66.6666666666 97.70 544.80
83.3333333333 91.10 581.25
83.3333333333 93.90 617.37
66.6666666666 98.80 594.62
83.3333333333 96.10 511.56
83.3333333333 98.80 557.76
83.3333333333 100.00 583.64
83.3333333333 98.60 584.39
83.3333333333 98.50 550.80
83.3333333333 77.30 656.43
100 98.90 654.90
83.3333333333 97.20 583.11
83.3333333333 96.60 552.99
100 94.00 645.26
66.6666666666 98.90 566.90
100 97.60 622.78
83.3333333333 100.00 638.33
100 100.00 729.41
100 99.50 696.72
100 96.60 639.65
100 100.00 644.23
83.3333333333 95.40 603.68
50 79.20 488.24
66.6666666666 80.60 527.27
100 96.20 735.56
100 99.80 655.34
100 100.00 640.00
100 98.70 516.10
100 98.90 627.59
83.3333333333 100.00 527.83
83.3333333333 94.30 632.31
100 93.40 544.00
100 100.00 593.75
100 99.00 657.03
83.3333333333 92.40 547.27
100 97.80 672.51
66.6666666666 83.80 528.97
66.6666666666 93.20 557.39
66.6666666666 72.50 520.00
83.3333333333 100.00 577.00
66.6666666666 84.40 539.53
66.6666666666 81.70 505.49
50 89.60 467.69
33.3333333333 100.00 561.54
83.3333333333 94.50 546.67
83.3333333333 79.70 555.92
83.3333333333 74.40 548.67
100 100.00 563.85
50 72.20 493.33
83.3333333333 100.00 478.18
66.6666666666 85.50 492.26
83.3333333333 93.80 564.00
66.6666666666 96.60 508.39
66.6666666666 100.00 541.40
50 99.20 515.59
50 77.40 531.52
50 93.70 471.06
66.6666666666 93.00 482.58
50 97.80 437.27
100 100.00 576.90
100 94.30 684.78
100 92.20 625.45
100 92.00 560.00
100 100.00 663.09
100 94.00 588.00
100 98.60 689.11
100 87.00 623.08
83.3333333333 97.10 605.63
83.3333333333 88.60 563.81
100 100.00 571.72
83.3333333333 79.50 520.00
100 96.60 582.76
66.6666666666 88.50 537.31
50 62.70 526.25
66.6666666666 71.70 522.91
100 97.70 563.08
100 95.30 692.50
100 98.50 552.63
100 98.10 585.71
100 94.70 597.89
100 98.00 571.54
33.3333333333 78.40 460.00
66.6666666666 95.60 499.51
50 84.30 498.00
83.3333333333 99.40 547.22
83.3333333333 98.60 527.14
83.3333333333 96.30 552.94
100 100.00 632.82
100 99.50 615.11
100 98.80 653.71
66.6666666666 100.00 556.52
66.6666666666 88.40 511.19
50 93.80 526.67
66.6666666666 94.70 486.67
83.3333333333 94.30 508.75
83.3333333333 98.10 626.75
100 94.80 593.75
83.3333333333 95.60 608.70
83.3333333333 96.40 659.79
83.3333333333 96.00 589.23
100 97.20 588.00
83.3333333333 100.00 585.83
100 98.30 588.15
66.6666666666 88.70 479.51
100 98.40 663.33
83.3333333333 77.20 534.76
83.3333333333 98.10 551.22
83.3333333333 99.50 580.83
83.3333333333 96.60 575.75
100 92.00 529.66
83.3333333333 93.80 574.81
83.3333333333 98.90 520.93
83.3333333333 95.80 617.63
66.6666666666 100.00 613.33
100 92.90 605.63
83.3333333333 97.40 593.33
66.6666666666 84.00 535.71
66.6666666666 98.00 514.88
100 85.90 602.86
83.3333333333 98.00 577.30
83.3333333333 96.80 537.14
83.3333333333 99.10 595.88
83.3333333333 96.00 566.43
83.3333333333 88.70 580.00
83.3333333333 97.80 572.59
83.3333333333 97.30 584.48
100 92.80 528.33
83.3333333333 100.00 552.00
83.3333333333 96.80 551.43
83.3333333333 99.10 547.89
100 93.70 614.58
100 100.00 574.00
100 98.20 689.02
83.3333333333 99.40 542.88
83.3333333333 97.80 567.50
83.3333333333 97.80 542.78
83.3333333333 94.40 631.30
83.3333333333 96.50 670.00
66.6666666666 82.50 527.52
100 97.00 622.67
100 100.00 679.43
83.3333333333 94.60 527.69
50 89.80 504.17
83.3333333333 92.80 619.19
83.3333333333 90.60 580.00
66.6666666666 84.30 581.43
66.6666666666 79.40 527.35
66.6666666666 88.10 512.59
83.3333333333 93.30 582.22
83.3333333333 96.60 508.51
100 94.90 637.07
100 100.00 730.34
83.3333333333 98.70 595.79
83.3333333333 95.90 564.41
83.3333333333 98.50 596.96
83.3333333333 99.60 565.20
83.3333333333 97.70 577.39
83.3333333333 76.10 568.33
83.3333333333 63.80 488.92
100 94.10 669.80
100 88.80 566.43
100 97.90 748.89
83.3333333333 89.00 602.03
100 97.10 564.44
100 96.70 689.32
100 81.50 574.29
66.6666666666 68.80 487.23
83.3333333333 78.20 512.31
100 93.10 629.84
100 95.50 598.67
83.3333333333 76.00 538.46
100 91.80 556.60
66.6666666666 41.50 497.27
66.6666666666 51.50 532.00
100 94.20 623.64
66.6666666666 64.10 511.10
66.6666666666 73.70 520.91
83.3333333333 90.90 604.12
83.3333333333 90.80 609.03
83.3333333333 86.00 557.30
66.6666666666 82.70 535.71
83.3333333333 92.30 640.95
83.3333333333 81.50 520.82
83.3333333333 83.80 561.25
83.3333333333 88.60 545.93
100 98.10 589.43
66.6666666666 72.20 461.00
66.6666666666 69.00 471.43
66.6666666666 63.30 385.45
66.6666666666 67.00 540.00
83.3333333333 76.90 555.80
83.3333333333 74.50 510.67
66.6666666666 94.30 530.00
83.3333333333 86.80 535.65
83.3333333333 79.40 483.08
66.6666666666 83.70 545.38
66.6666666666 78.30 490.00
66.6666666666 47.80 545.00
83.3333333333 77.90 500.00
83.3333333333 79.60 563.67
83.3333333333 100.00 548.33
66.6666666666 76.10 528.28
100 95.10 633.67
83.3333333333 98.20 672.59
83.3333333333 94.50 543.08
100 95.40 595.88
66.6666666666 75.60 554.78
83.3333333333 75.90 551.89
83.3333333333 85.40 555.65
100 95.90 569.47
83.3333333333 85.70 515.38
66.6666666666 83.00 501.54
83.3333333333 72.00 511.28
66.6666666666 75.00 541.88
66.6666666666 82.20 524.86
66.6666666666 80.50 486.09
66.6666666666 81.60 491.79
66.6666666666 81.10 526.36
83.3333333333 73.30 512.00
66.6666666666 94.90 537.33
83.3333333333 87.50 571.72
66.6666666666 77.20 418.24
66.6666666666 87.30 488.00
66.6666666666 75.40 447.27
66.6666666666 66.30 524.82
66.6666666666 74.70 467.62
66.6666666666 78.90 518.95
83.3333333333 85.00 653.85
83.3333333333 94.50 542.32
66.6666666666 68.00 467.41
83.3333333333 92.10 686.80
66.6666666666 63.80 486.67
100 95.70 630.22
100 94.50 655.79
66.6666666666 73.10 522.50
100 96.00 646.10
83.3333333333 76.80 526.20
83.3333333333 96.00 556.41
66.6666666666 87.70 551.55
66.6666666666 97.40 460.00
100 100.00 600.00
83.3333333333 74.30 471.37
83.3333333333 88.90 577.14
83.3333333333 98.20 553.75
66.6666666666 76.30 519.31
66.6666666666 73.00 522.59
83.3333333333 97.60 521.54
83.3333333333 78.30 547.14
83.3333333333 79.70 539.04
100 97.00 644.55
83.3333333333 75.20 550.73
83.3333333333 93.90 605.56
66.6666666666 62.50 523.08
66.6666666666 55.80 472.00
100 95.70 647.65
83.3333333333 74.90 546.07
83.3333333333 65.40 511.11
83.3333333333 82.80 498.12
83.3333333333 76.50 529.76
83.3333333333 63.50 516.71
100 96.80 690.30
100 92.50 615.79
83.3333333333 59.60 509.23
83.3333333333 71.90 533.58
83.3333333333 70.30 491.54
100 90.10 571.94
100 93.90 655.20
83.3333333333 83.00 555.63
100 98.40 607.23
83.3333333333 87.30 531.52
66.6666666666 77.10 448.00
83.3333333333 66.50 522.86
83.3333333333 70.40 538.97
83.3333333333 77.50 521.47
83.3333333333 65.00 559.02
83.3333333333 80.20 500.00
83.3333333333 95.20 532.86
83.3333333333 71.70 552.73
83.3333333333 85.10 599.68
83.3333333333 87.10 535.38
83.3333333333 75.60 568.77
83.3333333333 80.30 578.75
83.3333333333 67.60 524.48
100 96.90 633.48
83.3333333333 86.80 538.15
83.3333333333 76.40 533.20
100 95.10 716.64
100 96.10 630.43
100 85.50 602.07
100 95.90 642.86
66.6666666666 84.80 567.07
100 96.90 607.61
83.3333333333 100.00 588.82
66.6666666666 75.50 533.86
83.3333333333 78.50 533.85
83.3333333333 87.90 585.54
66.6666666666 73.30 555.56
83.3333333333 82.60 555.00
83.3333333333 91.80 584.56
83.3333333333 94.40 511.84
83.3333333333 74.50 528.17
66.6666666666 78.30 519.19
83.3333333333 78.90 540.57
83.3333333333 82.10 555.77
83.3333333333 79.80 600.00
83.3333333333 98.50 641.82
83.3333333333 70.30 535.23
83.3333333333 84.20 587.86
83.3333333333 63.70 531.20
83.3333333333 85.60 594.58
66.6666666666 75.20 574.36
83.3333333333 67.80 568.89
83.3333333333 83.50 597.47
100 100.00 680.83
100 97.70 648.11
83.3333333333 98.60 625.85
83.3333333333 54.00 551.72
83.3333333333 78.40 578.79
83.3333333333 78.80 605.65
66.6666666666 73.70 603.40
66.6666666666 80.30 552.50
66.6666666666 80.90 621.58
66.6666666666 92.60 501.58
66.6666666666 82.50 553.75
66.6666666666 91.50 573.33
83.3333333333 85.50 548.30
66.6666666666 89.80 540.00
83.3333333333 80.20 558.52
83.3333333333 87.90 560.54
66.6666666666 80.30 571.11
66.6666666666 85.00 543.86
66.6666666666 86.50 547.12
83.3333333333 100.00 536.67
66.6666666666 85.60 582.00
66.6666666666 85.40 575.81
100 92.50 602.46
83.3333333333 68.00 556.92
83.3333333333 97.30 526.40
100 92.90 693.24
50 81.70 450.53
83.3333333333 68.20 521.62
83.3333333333 58.50 527.82
83.3333333333 91.60 553.42
50 89.70 455.71
66.6666666666 62.20 478.67
66.6666666666 45.30 488.89
83.3333333333 80.20 520.53
66.6666666666 87.30 496.84
66.6666666666 79.00 486.86
50 70.50 556.67
66.6666666666 85.40 508.75
66.6666666666 72.20 420.00
100 100.00 602.35
66.6666666666 72.40 481.43
66.6666666666 75.60 451.52
50 87.70 487.27
83.3333333333 75.00 543.26
100 100.00 664.00
66.6666666666 82.00 585.00
66.6666666666 70.90 493.90
83.3333333333 79.00 515.63
66.6666666666 82.80 475.38
100 98.10 603.33
66.6666666666 83.20 500.00
66.6666666666 69.10 477.00
66.6666666666 75.50 512.37
50 100.00 552.96
100 98.70 628.42
83.3333333333 76.40 557.92
66.6666666666 85.40 522.76
50 94.80 520.51
66.6666666666 69.20 507.96
50 93.40 505.00
66.6666666666 84.50 504.76
66.6666666666 61.70 526.45
100 94.80 634.55
83.3333333333 80.20 508.57
83.3333333333 80.30 557.94
100 100.00 652.86
66.6666666666 77.30 510.29
66.6666666666 90.00 505.29
66.6666666666 83.10 542.90
66.6666666666 82.00 536.92
66.6666666666 83.10 511.20
66.6666666666 86.70 527.74
66.6666666666 78.80 537.96
66.6666666666 81.50 527.59
66.6666666666 83.50 519.38
50 97.30 537.14
66.6666666666 80.20 530.59
66.6666666666 72.90 523.30
100 100.00 629.41
66.6666666666 93.20 490.43
50 84.60 567.83
50 93.30 460.91
66.6666666666 98.70 509.23
66.6666666666 84.30 515.88
66.6666666666 79.70 501.79
66.6666666666 79.30 458.67
66.6666666666 83.10 531.43
66.6666666666 83.60 502.58
66.6666666666 97.80 580.00
66.6666666666 100.00 537.65
66.6666666666 83.20 523.89
66.6666666666 95.90 508.57
66.6666666666 84.90 557.36
66.6666666666 90.90 566.03
100 98.00 620.00
66.6666666666 94.40 586.88
66.6666666666 72.20 550.30
66.6666666666 79.20 485.65
66.6666666666 94.00 543.08
66.6666666666 93.10 527.78
83.3333333333 73.80 504.78
66.6666666666 82.70 540.00
66.6666666666 60.40 516.88
66.6666666666 90.80 560.00
66.6666666666 92.10 583.86
66.6666666666 87.40 473.33
66.6666666666 90.60 589.23
83.3333333333 81.10 505.45
66.6666666666 77.20 512.38
50 89.80 469.55
50 94.50 506.80
66.6666666666 95.50 498.00
66.6666666666 74.80 481.25
66.6666666666 84.70 572.00
66.6666666666 83.10 521.03
83.3333333333 83.90 582.92
83.3333333333 81.80 534.63
83.3333333333 83.90 531.48
66.6666666666 90.30 514.67
66.6666666666 61.00 530.56
66.6666666666 71.10 534.32
83.3333333333 63.40 516.39
100 89.50 676.92
50 61.20 477.50
66.6666666666 62.60 517.27
83.3333333333 73.70 483.92
83.3333333333 73.20 546.22
66.6666666666 58.70 510.77
83.3333333333 74.60 530.50
66.6666666666 86.80 498.75
66.6666666666 69.20 515.14
83.3333333333 84.30 490.00
66.6666666666 70.90 533.68
83.3333333333 74.70 495.10
50 83.20 533.18
66.6666666666 82.30 483.04
66.6666666666 88.60 511.22
83.3333333333 92.60 561.15
66.6666666666 93.20 507.31
66.6666666666 85.30 553.24
66.6666666666 86.70 498.00
83.3333333333 82.40 543.08
66.6666666666 79.40 540.00
83.3333333333 76.10 558.48
66.6666666666 80.00 548.75
66.6666666666 86.20 550.29
66.6666666666 85.60 548.33
50 94.90 568.33
66.6666666666 82.50 493.71
66.6666666666 81.60 496.15
66.6666666666 90.40 490.40
66.6666666666 88.90 511.25
66.6666666666 85.90 508.61
66.6666666666 86.20 549.23
50 91.10 455.56
50 100.00 518.83
50 85.20 513.85
66.6666666666 86.70 533.55
66.6666666666 85.90 528.94
66.6666666666 83.30 521.82
66.6666666666 73.10 556.03
100 100.00 668.89
83.3333333333 95.80 585.91
83.3333333333 91.70 515.15
66.6666666666 80.70 514.19
50 79.10 544.44
66.6666666666 100.00 524.71
66.6666666666 94.00 535.00
66.6666666666 100.00 487.14
66.6666666666 96.90 548.75
66.6666666666 86.80 597.14
66.6666666666 89.70 541.79
83.3333333333 87.80 568.21
83.3333333333 100.00 756.92
83.3333333333 72.40 558.29
66.6666666666 91.40 532.00
50 83.80 517.14
66.6666666666 90.00 543.75
66.6666666666 76.30 518.00
83.3333333333 83.30 584.50
50 86.50 548.80
50 82.30 543.43
66.6666666666 85.10 553.18
66.6666666666 84.80 539.53
66.6666666666 92.90 507.14
66.6666666666 76.80 558.10
66.6666666666 91.90 591.16
66.6666666666 81.50 556.00
66.6666666666 88.50 529.66
66.6666666666 78.20 518.49
50 84.10 476.13
66.6666666666 87.10 521.51
50 84.70 492.17
50 85.20 461.43
50 74.30 520.00
66.6666666666 85.80 512.08
66.6666666666 79.40 534.55
66.6666666666 86.90 550.56
66.6666666666 84.60 499.20
66.6666666666 92.20 570.75
100 86.60 638.57
83.3333333333 95.40 597.05
100 96.00 642.78
100 92.30 693.60
100 99.30 604.32
83.3333333333 76.50 513.64
83.3333333333 89.20 533.66
66.6666666666 73.70 520.72
66.6666666666 67.10 517.69
83.3333333333 97.80 540.00
66.6666666666 77.40 493.92
66.6666666666 70.00 538.03
66.6666666666 87.60 520.66
66.6666666666 87.00 513.87
83.3333333333 88.90 534.18
66.6666666666 84.30 515.35
50 85.30 521.88
66.6666666666 80.00 503.20
66.6666666666 74.00 542.43
83.3333333333 87.20 612.37
66.6666666666 72.10 527.92
66.6666666666 79.60 546.58
66.6666666666 85.90 515.83
83.3333333333 65.30 558.72
66.6666666666 67.20 550.11
66.6666666666 80.30 563.16
66.6666666666 75.40 526.16
50 69.10 515.77
83.3333333333 77.50 532.34
50 83.30 538.57
100 91.50 618.79
83.3333333333 77.60 545.79
66.6666666666 81.70 552.67
50 89.30 530.53
83.3333333333 80.90 578.75
66.6666666666 90.50 502.07
83.3333333333 77.40 556.59
66.6666666666 71.30 527.08
83.3333333333 95.50 608.50
66.6666666666 67.20 480.53
66.6666666666 69.80 517.14
66.6666666666 77.70 485.33
50 84.20 491.21
50 100.00 450.91
66.6666666666 80.70 498.93
83.3333333333 87.00 540.41
66.6666666666 88.80 522.58
100 94.90 630.65
66.6666666666 71.90 535.85
66.6666666666 87.30 466.67
83.3333333333 98.10 594.29
66.6666666666 77.20 497.84
66.6666666666 85.60 517.89
66.6666666666 68.40 523.70
83.3333333333 84.60 495.00
66.6666666666 74.00 610.48
83.3333333333 96.60 622.14
66.6666666666 81.80 526.11
66.6666666666 76.10 476.33
66.6666666666 82.60 539.57
83.3333333333 75.30 564.13
100 95.70 669.43
83.3333333333 84.30 523.64
83.3333333333 71.40 540.30
83.3333333333 83.70 571.27
83.3333333333 86.20 537.24
100 96.90 654.67
83.3333333333 62.20 556.36
83.3333333333 70.40 553.96
83.3333333333 97.60 503.78
66.6666666666 90.70 526.21
66.6666666666 94.60 450.00
66.6666666666 94.40 521.67
66.6666666666 73.90 551.62
83.3333333333 85.00 554.65
66.6666666666 76.10 448.42
83.3333333333 89.70 614.90
66.6666666666 85.00 462.67
66.6666666666 78.50 506.46
66.6666666666 90.10 523.00
66.6666666666 70.60 543.14
100 92.20 615.23
66.6666666666 61.80 516.40
66.6666666666 100.00 502.35
66.6666666666 94.00 542.86
66.6666666666 71.90 555.29
66.6666666666 74.80 529.55
66.6666666666 76.40 538.79
50 91.80 502.22
66.6666666666 87.90 508.33
66.6666666666 78.90 520.00
66.6666666666 79.10 505.82
66.6666666666 79.80 492.00
83.3333333333 97.60 588.00
66.6666666666 84.80 524.21
50 88.00 487.27
66.6666666666 96.40 486.05
100 98.60 644.83
83.3333333333 82.70 528.92
83.3333333333 96.10 559.13
100 96.60 686.98
66.6666666666 75.70 468.57
50 94.40 486.67
66.6666666666 72.70 489.14
66.6666666666 86.30 479.66
83.3333333333 82.60 554.62
83.3333333333 84.50 582.30
100 93.60 731.03
83.3333333333 92.70 543.61
83.3333333333 82.50 492.00
100 93.10 594.29
83.3333333333 84.60 533.75
83.3333333333 84.10 548.78
100 90.90 678.67
100 94.00 609.80
83.3333333333 78.30 521.82
66.6666666666 100.00 455.29
66.6666666666 76.90 553.33
66.6666666666 77.50 503.57
66.6666666666 93.30 634.39
83.3333333333 100.00 617.78
83.3333333333 86.60 538.24
66.6666666666 86.90 578.92
66.6666666666 67.60 493.89
66.6666666666 78.50 489.23
66.6666666666 76.30 528.00
66.6666666666 94.40 551.92
66.6666666666 88.60 535.24
83.3333333333 74.10 543.47
66.6666666666 94.60 563.85
66.6666666666 74.80 527.72
100 100.00 573.85
66.6666666666 85.80 511.54
66.6666666666 76.50 538.89
66.6666666666 71.60 520.00
66.6666666666 90.50 632.00
66.6666666666 94.10 513.85
66.6666666666 81.10 514.29
66.6666666666 95.20 513.87
66.6666666666 86.50 533.33
66.6666666666 83.70 514.29
66.6666666666 73.70 511.56
66.6666666666 71.00 526.30
66.6666666666 68.00 494.87
66.6666666666 76.50 558.50
66.6666666666 79.30 562.25
100 94.50 696.36
100 95.70 554.55
66.6666666666 79.00 532.70
66.6666666666 75.10 556.84
66.6666666666 79.80 462.50
66.6666666666 87.00 505.26
83.3333333333 55.30 470.77
66.6666666666 59.70 522.97
66.6666666666 70.60 513.33
66.6666666666 94.40 495.76
100 91.80 613.33
66.6666666666 97.70 516.71
100 98.90 609.60
100 100.00 612.00
83.3333333333 90.40 569.54
100 91.60 645.35
83.3333333333 56.60 553.02
83.3333333333 64.90 512.63
100 99.50 676.83
66.6666666666 66.20 534.44
66.6666666666 78.60 517.83
83.3333333333 78.30 506.67
100 98.90 685.38
83.3333333333 93.30 634.50
100 91.90 598.18
100 97.30 671.82
83.3333333333 89.00 543.00
100 96.10 645.78
100 97.20 704.72
66.6666666666 57.90 543.03
100 96.80 585.45
83.3333333333 98.70 556.44
100 100.00 609.57
100 94.20 633.33
83.3333333333 96.60 641.11
100 93.40 584.44
83.3333333333 98.30 587.14
66.6666666666 82.40 519.33
100 95.80 635.00
100 98.90 528.15
83.3333333333 97.80 642.26
50 93.50 478.33
100 92.90 630.57
100 95.30 606.67
83.3333333333 91.40 600.77
100 97.40 606.86
100 94.20 620.90
100 98.90 533.91
83.3333333333 95.40 548.57
100 98.50 687.62
100 99.40 602.71
100 96.70 729.50
100 95.90 610.37
100 98.70 618.33
100 91.30 621.08
83.3333333333 98.50 494.00
100 97.60 554.74
83.3333333333 88.40 550.70
83.3333333333 100.00 572.31
83.3333333333 96.30 562.11
83.3333333333 94.70 550.78
83.3333333333 100.00 612.94
100 99.00 560.00
66.6666666666 77.60 508.63
83.3333333333 88.90 609.33
83.3333333333 96.00 552.50
83.3333333333 91.40 515.00
66.6666666666 90.70 585.84
66.6666666666 86.60 607.94
83.3333333333 93.20 657.60
100 92.60 633.33
100 94.00 674.77
66.6666666666 75.00 519.01
100 90.00 652.50
83.3333333333 81.50 515.83
100 94.90 575.87
100 97.10 589.57
100 99.10 582.00
83.3333333333 95.50 559.00
100 95.40 619.31
100 97.80 634.48
100 97.60 652.57
100 93.90 605.09
100 100.00 611.43
100 94.40 625.76
83.3333333333 88.60 520.74
100 96.70 589.79
100 99.50 741.79
100 98.00 685.60
83.3333333333 100.00 543.33
100 92.10 612.12
100 91.20 575.24
83.3333333333 97.90 531.58
83.3333333333 91.80 502.50
100 100.00 556.55
83.3333333333 96.20 660.95
50 96.90 480.00
100 99.40 610.00
83.3333333333 72.90 545.12
100 98.00 711.79
83.3333333333 74.50 534.90
100 91.00 549.60
100 98.30 644.65
100 99.10 642.74
100 98.60 678.81
100 90.30 610.53
100 97.70 589.15
83.3333333333 82.60 526.93
100 97.20 674.00
83.3333333333 89.30 573.00
100 86.70 623.11
83.3333333333 93.40 619.41
83.3333333333 93.00 591.43
100 95.40 689.52
83.3333333333 93.80 644.62
33.3333333333 78.10 486.25
100 100.00 606.67
83.3333333333 91.40 556.47
83.3333333333 82.70 644.29
83.3333333333 86.30 587.41
100 98.00 625.22
100 96.20 589.73
50 63.30 484.17
100 98.80 577.78
83.3333333333 86.90 754.44
83.3333333333 98.10 642.35
83.3333333333 96.90 581.29
83.3333333333 87.30 647.91
83.3333333333 95.30 508.33
83.3333333333 96.10 624.81
83.3333333333 94.50 671.91
66.6666666666 96.20 638.75
83.3333333333 69.20 615.29
83.3333333333 90.00 680.00
50 82.10 586.67
66.6666666666 65.90 563.64
66.6666666666 74.20 605.00
50 88.50 535.00
66.6666666666 83.80 572.14
50 86.60 598.50
50 69.00 504.81
66.6666666666 78.10 497.45
83.3333333333 78.60 556.72
100 95.70 637.65
66.6666666666 70.20 499.61
100 93.00 699.05
50 66.50 501.58
50 82.60 498.97
66.6666666666 90.80 571.25
66.6666666666 77.10 509.45
100 97.00 557.56
66.6666666666 70.70 514.57
66.6666666666 72.80 555.94
83.3333333333 100.00 588.80
50 73.20 531.82
83.3333333333 72.80 561.28
83.3333333333 82.40 586.92
66.6666666666 93.30 543.85
50 85.10 509.33
66.6666666666 84.60 529.71
100 95.70 736.30
66.6666666666 71.00 519.66
100 100.00 572.73
66.6666666666 82.50 537.89
50 100.00 530.91
66.6666666666 65.40 494.34
66.6666666666 82.80 540.38
66.6666666666 61.10 542.31
66.6666666666 96.00 504.44
66.6666666666 88.70 522.14
66.6666666666 74.20 502.50
100 88.10 661.09
100 95.30 548.78
66.6666666666 75.00 526.11
50 91.80 597.00
50 81.50 509.00
66.6666666666 93.10 527.73
83.3333333333 84.10 522.34
66.6666666666 88.70 551.50
66.6666666666 81.10 523.64
66.6666666666 74.70 466.67
66.6666666666 77.40 526.00
50 86.60 496.67
100 98.10 658.67
100 96.40 635.63
83.3333333333 69.60 577.64
83.3333333333 94.00 621.68
83.3333333333 76.90 592.00
83.3333333333 74.70 520.32
83.3333333333 90.20 593.85
83.3333333333 78.10 518.14
100 94.60 670.34
83.3333333333 97.60 603.33
66.6666666666 57.20 542.58
66.6666666666 87.00 600.00
66.6666666666 92.70 551.43
66.6666666666 77.80 569.58
83.3333333333 90.00 540.26
66.6666666666 65.90 550.63
66.6666666666 73.90 533.62
50 60.90 505.71
50 77.40 485.56
50 90.10 540.00
66.6666666666 77.10 542.22
66.6666666666 67.40 541.21
100 95.10 651.43
66.6666666666 57.10 535.19
50 63.40 488.44
66.6666666666 85.90 531.79
100 93.50 683.23
66.6666666666 68.50 556.17
66.6666666666 68.10 503.96
83.3333333333 96.40 600.77
50 70.60 494.00
66.6666666666 78.30 473.79
66.6666666666 70.10 540.00
66.6666666666 74.90 490.00
66.6666666666 61.10 540.00
100 92.30 647.83
83.3333333333 73.20 540.51
83.3333333333 83.30 530.00
83.3333333333 78.00 550.77
83.3333333333 72.20 544.62
83.3333333333 85.50 561.95
66.6666666666 78.90 529.14
83.3333333333 79.00 543.03
83.3333333333 81.10 542.03
100 93.80 588.00
100 89.20 632.00
100 95.80 586.67
66.6666666666 77.70 514.15
50 88.10 507.62
66.6666666666 74.30 534.19
50 84.90 550.45
66.6666666666 63.60 534.24
83.3333333333 100.00 628.00
50 81.30 540.74
66.6666666666 72.10 504.35
66.6666666666 52.80 552.14
83.3333333333 100.00 655.00
66.6666666666 92.00 506.67
66.6666666666 90.50 548.09
50 95.70 538.89
50 89.50 533.00
66.6666666666 63.50 532.98
83.3333333333 94.10 532.22
100 97.80 640.00
66.6666666666 61.90 553.64
66.6666666666 76.60 536.36
66.6666666666 50.60 532.93
50 73.10 431.67
66.6666666666 82.90 481.76
66.6666666666 97.60 553.20
66.6666666666 73.40 518.18
83.3333333333 94.10 565.00
66.6666666666 69.70 527.14
66.6666666666 58.60 499.51
66.6666666666 94.30 652.90
66.6666666666 92.40 566.00
83.3333333333 77.60 504.59
100 90.10 618.71
83.3333333333 95.60 610.00
66.6666666666 95.20 532.73
50 88.30 524.83
50 85.80 585.45
50 59.20 549.46
66.6666666666 69.30 619.34
100 94.10 634.49
100 98.50 627.34
100 95.70 595.99
83.3333333333 88.70 576.67
83.3333333333 85.90 503.75
83.3333333333 78.10 570.65
66.6666666666 84.60 516.11
66.6666666666 53.60 492.86
83.3333333333 78.60 573.47
83.3333333333 81.90 613.60
100 90.70 601.94
66.6666666666 68.70 542.79
66.6666666666 73.60 555.90
83.3333333333 73.90 567.25
66.6666666666 53.00 515.69
83.3333333333 68.30 585.93
66.6666666666 73.20 512.93
83.3333333333 86.40 533.91
66.6666666666 82.60 510.63
83.3333333333 88.70 591.18
50 66.20 481.52
66.6666666666 76.00 503.16
66.6666666666 60.20 534.56
83.3333333333 87.30 578.75
100 97.80 616.77
83.3333333333 93.60 645.33
83.3333333333 85.10 515.41
66.6666666666 83.60 494.29
50 76.80 546.00
83.3333333333 77.60 536.67
100 91.50 655.48
66.6666666666 89.70 550.00
50 61.20 502.58
100 100.00 627.00
83.3333333333 87.70 553.68
83.3333333333 86.10 558.14
66.6666666666 94.00 518.89
66.6666666666 88.20 563.00
83.3333333333 78.40 613.33
50 70.10 548.24
100 93.10 648.19
100 96.90 676.00
66.6666666666 65.00 555.54
100 97.80 649.57
100 91.10 596.84
66.6666666666 67.30 541.82
83.3333333333 75.90 507.50
83.3333333333 71.80 598.08
83.3333333333 84.30 559.31
66.6666666666 69.40 528.73
83.3333333333 61.50 554.81
66.6666666666 43.40 537.96
50 80.40 470.91
83.3333333333 75.10 630.00
66.6666666666 64.70 511.93
66.6666666666 42.10 547.08
100 93.40 686.25
83.3333333333 65.10 547.54
83.3333333333 71.80 554.07
83.3333333333 76.40 573.14
83.3333333333 66.40 547.38
100 90.10 708.16
100 88.30 719.20
100 97.80 727.67
83.3333333333 76.60 570.88
83.3333333333 75.90 567.63
66.6666666666 55.80 510.54
100 91.10 712.34
83.3333333333 64.50 590.49
83.3333333333 89.00 601.89
66.6666666666 80.50 552.08
50 71.30 577.33
50 86.20 493.45
83.3333333333 88.60 757.04
66.6666666666 71.30 554.88
66.6666666666 90.60 537.50
66.6666666666 93.50 550.00
66.6666666666 69.70 591.37
83.3333333333 95.20 606.15
66.6666666666 66.00 513.78
66.6666666666 84.80 560.00
66.6666666666 86.00 490.00
66.6666666666 82.80 515.00
66.6666666666 84.80 502.22
66.6666666666 73.50 531.43
66.6666666666 69.80 525.00
50 76.20 578.18
66.6666666666 75.40 589.71
66.6666666666 59.90 542.73
66.6666666666 90.60 555.56
66.6666666666 80.70 568.62
66.6666666666 93.00 486.32
50 72.60 512.90
100 96.90 708.21
66.6666666666 67.40 525.11
50 87.30 466.25
83.3333333333 77.50 566.27
66.6666666666 78.90 498.00
66.6666666666 74.80 503.33
50 91.60 517.65
83.3333333333 88.60 789.00
83.3333333333 86.90 536.67
83.3333333333 71.10 546.32
66.6666666666 77.20 546.15
66.6666666666 95.10 532.94
66.6666666666 89.80 449.09
66.6666666666 68.50 534.72
66.6666666666 53.20 495.71
83.3333333333 97.50 511.82
50 75.00 498.87
66.6666666666 78.20 583.33
66.6666666666 93.30 530.27
83.3333333333 83.30 514.15
50 100.00 517.00
66.6666666666 79.20 527.74
66.6666666666 85.30 582.67
66.6666666666 83.00 491.43
66.6666666666 76.60 536.54
50 79.80 548.33
66.6666666666 75.60 447.50
100 100.00 680.63
83.3333333333 96.10 610.00
83.3333333333 68.40 574.26
66.6666666666 62.10 522.14
83.3333333333 84.70 550.62
83.3333333333 76.80 557.40
83.3333333333 69.30 505.66
100 92.10 687.03
100 99.30 688.50
66.6666666666 75.00 523.45
66.6666666666 69.20 553.85
66.6666666666 79.40 449.30
66.6666666666 83.30 522.00
50 81.90 531.85
33.3333333333 54.50 488.57
50 92.90 515.24
66.6666666666 72.00 495.79
83.3333333333 81.50 567.74
66.6666666666 59.70 576.28
66.6666666666 78.90 562.29
83.3333333333 95.70 523.33
66.6666666666 74.30 531.35
66.6666666666 62.20 509.48
100 91.50 632.63
83.3333333333 85.90 576.00
66.6666666666 81.70 552.70
66.6666666666 85.30 427.69
83.3333333333 97.30 595.56
66.6666666666 55.30 524.10
100 96.70 704.29
100 100.00 693.08
83.3333333333 80.40 615.19
83.3333333333 74.80 495.14
66.6666666666 82.80 547.09
83.3333333333 83.00 627.22
83.3333333333 94.40 497.50
83.3333333333 75.80 529.33
100 97.60 687.27
66.6666666666 62.10 558.18
100 98.90 565.83
83.3333333333 89.40 567.62
83.3333333333 78.70 537.38
66.6666666666 89.30 631.58
66.6666666666 93.00 585.53
50 86.90 503.64
83.3333333333 71.40 624.29
83.3333333333 75.50 548.48
83.3333333333 79.20 579.64
83.3333333333 98.60 583.53
83.3333333333 83.50 573.17
50 76.10 498.49
50 58.90 465.95
66.6666666666 86.40 487.33
66.6666666666 83.90 557.82
66.6666666666 66.40 527.14
83.3333333333 77.10 583.14
66.6666666666 93.40 522.46
83.3333333333 100.00 658.33
66.6666666666 97.60 549.23
83.3333333333 85.50 594.17
66.6666666666 73.50 564.31
66.6666666666 84.50 544.85
66.6666666666 73.20 520.80
66.6666666666 77.90 524.07
50 82.50 526.00
66.6666666666 87.10 521.28
83.3333333333 93.30 600.00
66.6666666666 90.80 513.00
50 92.00 583.00
50 72.50 526.94
100 95.70 706.67
66.6666666666 83.90 516.67
83.3333333333 70.10 541.63
100 89.20 631.75
100 89.00 671.54
66.6666666666 74.60 519.57
66.6666666666 58.60 505.45
83.3333333333 74.50 557.50
66.6666666666 57.70 526.15
66.6666666666 89.40 538.77
66.6666666666 66.10 492.73
83.3333333333 92.30 525.71
66.6666666666 62.30 527.22
83.3333333333 90.60 594.40
66.6666666666 93.90 557.67
83.3333333333 82.30 580.00
83.3333333333 69.00 540.93
66.6666666666 77.10 560.14
66.6666666666 59.90 542.68
83.3333333333 91.10 518.28
66.6666666666 87.50 526.84
50 81.40 494.55
83.3333333333 85.40 546.19
66.6666666666 71.00 509.61
66.6666666666 69.90 541.91
83.3333333333 64.60 575.42
66.6666666666 84.20 492.00
100 96.60 644.35
50 81.40 621.54
83.3333333333 71.60 551.76
66.6666666666 76.80 565.51
66.6666666666 92.70 528.00
50 88.10 500.00
66.6666666666 81.70 535.71
50 90.20 516.15
83.3333333333 88.30 575.79
83.3333333333 93.50 567.25
50 67.50 505.88
66.6666666666 82.60 558.13
50 89.40 508.00
66.6666666666 75.00 561.60
66.6666666666 89.00 548.89
100 96.50 582.50
66.6666666666 80.00 554.64
66.6666666666 70.00 506.67
83.3333333333 94.00 660.75
66.6666666666 72.60 575.30
100 98.60 657.62
66.6666666666 73.80 575.95
66.6666666666 67.30 523.03
66.6666666666 84.30 578.18
83.3333333333 62.20 564.50
83.3333333333 86.60 511.18
100 88.60 590.00
66.6666666666 74.60 548.57
66.6666666666 79.60 554.58
66.6666666666 85.30 571.25
50 94.10 500.00
66.6666666666 70.00 531.11
50 86.80 529.17
33.3333333333 87.00 492.90
66.6666666666 78.80 525.21
50 74.70 476.43
66.6666666666 81.90 566.09
50 87.80 550.00
66.6666666666 90.50 556.92
100 92.60 694.78
66.6666666666 84.50 516.30
66.6666666666 87.80 482.58
50 82.90 509.23
66.6666666666 95.10 548.70
83.3333333333 72.30 582.17
66.6666666666 59.90 531.79
66.6666666666 72.10 503.48
50 86.00 527.06
66.6666666666 76.50 566.67
66.6666666666 73.40 520.67
66.6666666666 77.20 510.48
50 68.50 530.25
50 83.70 583.08
50 95.30 553.33
66.6666666666 86.60 547.05
83.3333333333 98.50 690.59
33.3333333333 96.40 480.00
83.3333333333 93.10 562.00
66.6666666666 82.70 506.67
66.6666666666 74.90 514.29
100 87.40 727.55
100 86.40 672.82
83.3333333333 87.70 613.00
66.6666666666 83.50 488.00
100 94.10 635.90
83.3333333333 71.90 502.28
83.3333333333 74.20 495.75
83.3333333333 87.50 630.97
83.3333333333 79.20 552.63
50 78.90 500.34
50 83.50 492.68
50 90.60 492.00
66.6666666666 96.80 517.33
83.3333333333 80.90 521.98
66.6666666666 70.30 522.31
83.3333333333 100.00 707.37
66.6666666666 85.30 534.55
66.6666666666 93.20 497.50
50 77.40 505.37
50 76.00 556.67
66.6666666666 84.20 555.89
100 93.50 612.00
100 98.00 608.00
66.6666666666 68.50 520.34
66.6666666666 59.00 540.48
50 81.90 501.64
66.6666666666 85.40 538.57
50 90.90 504.44
66.6666666666 82.20 513.75
66.6666666666 96.40 520.00
66.6666666666 93.00 450.00
83.3333333333 99.10 578.46
66.6666666666 88.90 525.41
66.6666666666 77.30 516.25
83.3333333333 77.40 583.11
83.3333333333 92.90 569.78
66.6666666666 60.40 538.06
66.6666666666 93.30 555.20
100 94.20 655.56
100 94.70 680.00
83.3333333333 69.60 534.76
83.3333333333 77.10 564.63
83.3333333333 85.70 525.83
100 92.40 654.00
66.6666666666 74.90 494.67
66.6666666666 71.50 536.78
83.3333333333 94.00 602.00
100 99.00 604.55
100 97.10 710.08
83.3333333333 85.10 618.52
66.6666666666 88.50 531.11
83.3333333333 73.50 634.85
83.3333333333 62.80 555.69
66.6666666666 74.60 552.94
66.6666666666 74.40 541.05
66.6666666666 89.00 558.79
100 96.20 660.87
100 98.70 609.87
66.6666666666 62.20 510.25
66.6666666666 70.60 504.86
83.3333333333 88.70 663.33
83.3333333333 87.10 600.64
66.6666666666 87.20 516.57
66.6666666666 73.80 588.46
66.6666666666 73.00 468.89
66.6666666666 68.00 587.33
83.3333333333 87.40 604.29
100 100.00 592.94
66.6666666666 75.80 554.88
66.6666666666 81.60 484.21
50 83.50 508.57
66.6666666666 98.00 593.75
50 95.80 538.18
33.3333333333 67.40 485.56
50 79.30 500.00
50 68.20 540.00
66.6666666666 93.20 542.40
50 91.30 555.59
83.3333333333 92.30 524.40
66.6666666666 60.00 538.42
66.6666666666 73.10 578.70
83.3333333333 79.80 551.91
66.6666666666 83.80 522.81
83.3333333333 88.80 567.39
66.6666666666 85.20 521.62
66.6666666666 88.80 542.65
66.6666666666 80.60 511.22
66.6666666666 73.80 473.75
100 98.60 701.47
100 94.50 623.41
66.6666666666 75.50 517.50
83.3333333333 76.80 565.40
100 91.00 647.00
66.6666666666 71.20 544.81
66.6666666666 74.70 532.17
66.6666666666 78.90 469.68
66.6666666666 92.00 510.00
66.6666666666 59.00 502.00
83.3333333333 98.90 612.80
83.3333333333 91.70 571.50
66.6666666666 65.20 521.32
66.6666666666 70.30 537.67
66.6666666666 56.40 497.62
100 99.10 675.44
66.6666666666 76.70 510.00
50 64.70 637.14
83.3333333333 76.90 572.14
100 93.10 693.64
100 70.20 669.23
66.6666666666 75.50 569.64
66.6666666666 50.00 522.22
66.6666666666 50.10 533.07
66.6666666666 86.40 530.57
83.3333333333 57.80 550.90
100 72.80 690.00
83.3333333333 88.10 514.44
83.3333333333 77.90 760.00
83.3333333333 77.00 601.67
66.6666666666 88.40 562.21
66.6666666666 73.10 471.33
66.6666666666 61.70 524.44
66.6666666666 63.90 492.94
50 71.20 533.51
66.6666666666 75.80 536.53
83.3333333333 94.50 702.00
66.6666666666 71.70 547.32
66.6666666666 77.00 500.00
66.6666666666 59.60 545.00
66.6666666666 70.60 506.39
83.3333333333 62.60 553.33
66.6666666666 86.70 511.18
66.6666666666 48.90 518.80
66.6666666666 89.90 540.00
66.6666666666 59.20 551.43
66.6666666666 70.40 570.81
66.6666666666 92.30 559.13
83.3333333333 60.50 528.82
66.6666666666 87.50 547.26
100 96.10 733.54
83.3333333333 82.30 585.42
100 98.40 652.00
100 94.70 640.20
100 77.20 585.81
100 97.50 732.30
100 98.10 732.27
100 86.30 660.00
100 92.40 736.08
100 91.50 682.75
100 96.00 589.55
100 91.20 605.66
100 92.70 657.42
100 87.40 639.09
100 92.90 627.76
100 88.80 666.08
100 94.70 652.88
100 83.60 618.73
100 96.40 671.88
100 95.00 689.73
66.6666666666 89.60 568.33
66.6666666666 71.50 546.07
66.6666666666 73.40 523.77
66.6666666666 76.10 513.10
66.6666666666 77.90 538.43
66.6666666666 64.30 501.74
66.6666666666 64.80 525.48
83.3333333333 79.60 608.26
83.3333333333 98.80 596.92
83.3333333333 89.50 580.00
83.3333333333 97.50 576.27
66.6666666666 75.10 512.73
66.6666666666 67.10 526.21
83.3333333333 92.60 586.67
100 93.00 671.03
66.6666666666 74.10 590.83
66.6666666666 72.00 563.19
83.3333333333 100.00 591.76
100 94.70 650.30
66.6666666666 64.00 511.83
83.3333333333 79.80 488.16
66.6666666666 78.90 497.65
83.3333333333 46.30 515.00
66.6666666666 73.00 576.25
66.6666666666 60.40 517.14
66.6666666666 59.90 489.47
83.3333333333 54.20 609.63
83.3333333333 69.00 563.08
83.3333333333 87.30 526.67
83.3333333333 81.20 587.23
83.3333333333 64.10 502.86
66.6666666666 63.90 511.60
66.6666666666 70.50 508.97
66.6666666666 68.60 528.12
100 96.00 627.69
100 94.30 647.86
100 89.40 645.22
100 91.40 641.18
83.3333333333 82.00 640.00
100 88.90 673.33
83.3333333333 94.30 657.86
83.3333333333 95.80 546.67
100 73.20 678.46
100 90.00 682.71
100 87.10 702.62
100 96.50 642.94
83.3333333333 66.30 630.67
100 96.50 645.27
83.3333333333 76.00 571.96
100 98.60 601.71
83.3333333333 88.10 636.36
83.3333333333 92.00 578.00
66.6666666666 67.20 540.72
66.6666666666 56.50 527.32
83.3333333333 74.60 594.24
66.6666666666 55.40 526.54
66.6666666666 80.90 491.30
83.3333333333 67.30 544.35
83.3333333333 56.30 520.29
66.6666666666 69.10 515.56
83.3333333333 96.20 722.54
83.3333333333 90.60 581.40
100 86.90 549.41
100 94.40 682.60
66.6666666666 59.60 547.50
83.3333333333 57.10 526.51
66.6666666666 70.00 534.00
66.6666666666 50.50 510.75
100 99.00 653.79
66.6666666666 55.90 532.80
66.6666666666 75.90 553.08
83.3333333333 92.00 565.12
83.3333333333 79.10 538.42
83.3333333333 53.20 528.94
83.3333333333 90.60 608.13
66.6666666666 49.30 522.31
100 97.30 683.11
66.6666666666 71.20 591.25
66.6666666666 85.70 552.80
66.6666666666 84.80 554.44
83.3333333333 65.30 473.65
66.6666666666 87.10 519.20
50 87.30 535.00
66.6666666666 98.30 515.29
50 74.00 538.38
100 90.80 719.38
100 91.10 650.00
66.6666666666 63.10 534.31
50 61.30 493.72
100 95.80 613.60
50 62.40 484.80
66.6666666666 89.40 575.59
66.6666666666 69.40 547.27
66.6666666666 77.60 540.55
66.6666666666 67.70 539.35
66.6666666666 74.10 521.90
66.6666666666 84.50 563.46
66.6666666666 65.30 550.74
100 91.00 635.71
66.6666666666 52.50 497.44
50 72.30 461.71
83.3333333333 77.90 590.13
66.6666666666 76.00 496.26
66.6666666666 58.00 473.33
50 81.40 438.67
66.6666666666 83.90 557.65
66.6666666666 78.10 535.17
100 94.30 623.48
66.6666666666 89.20 500.87
83.3333333333 100.00 634.44
50 88.90 503.53
33.3333333333 86.70 506.25
50 85.60 548.08
66.6666666666 71.10 503.33
66.6666666666 81.30 521.70
66.6666666666 92.50 529.84
66.6666666666 92.00 543.85
66.6666666666 69.00 522.51
50 75.90 480.91
83.3333333333 82.00 478.75
66.6666666666 73.50 491.58
66.6666666666 79.80 581.28
66.6666666666 82.70 476.06
100 94.80 722.45
100 93.30 661.33
83.3333333333 73.50 550.96
100 97.30 641.05
66.6666666666 52.50 531.20
50 80.80 483.70
66.6666666666 71.50 493.33
66.6666666666 80.10 543.00
50 83.70 568.50
66.6666666666 70.30 546.92
66.6666666666 80.10 546.32
66.6666666666 61.40 492.14
83.3333333333 82.50 518.86
83.3333333333 90.40 539.49
100 99.10 608.82
83.3333333333 87.00 499.63
100 93.70 573.00
100 88.10 666.76
100 93.00 722.50
83.3333333333 88.50 670.00
100 95.50 820.00
66.6666666666 69.00 578.09
66.6666666666 62.20 605.07
66.6666666666 68.10 606.85
66.6666666666 87.70 594.44
66.6666666666 65.40 473.00
100 86.80 617.90
66.6666666666 59.40 498.95
66.6666666666 83.10 538.95
66.6666666666 55.70 482.27
66.6666666666 68.70 491.25
100 94.60 678.10
83.3333333333 89.20 603.45
83.3333333333 72.70 595.42
66.6666666666 56.00 507.18
66.6666666666 66.20 520.00
83.3333333333 82.70 571.04
83.3333333333 72.20 582.65
66.6666666666 57.40 541.60
100 91.70 701.88
66.6666666666 53.70 525.54
66.6666666666 94.70 590.00
66.6666666666 62.60 489.33
100 94.10 594.21
66.6666666666 72.70 540.45
50 69.40 487.43
50 71.30 535.00
66.6666666666 74.50 504.21
66.6666666666 83.30 540.00
83.3333333333 86.00 621.43
50 65.70 498.30
83.3333333333 83.50 512.94
100 86.50 693.04
66.6666666666 68.80 538.98
66.6666666666 75.60 561.31
66.6666666666 76.10 512.00
100 96.90 667.62
83.3333333333 93.10 688.42
83.3333333333 93.70 626.40
66.6666666666 73.20 507.39
66.6666666666 61.90 519.61
66.6666666666 59.90 489.28
83.3333333333 97.40 585.88
66.6666666666 73.40 505.48
83.3333333333 89.30 613.10
66.6666666666 75.00 515.48
50 85.20 460.00
83.3333333333 71.20 506.86
66.6666666666 90.70 535.62
66.6666666666 66.10 485.20
83.3333333333 92.10 705.00
100 87.30 565.63
83.3333333333 97.10 691.25
66.6666666666 71.70 530.20
33.3333333333 82.20 472.86
50 79.80 535.45
66.6666666666 70.30 489.09
83.3333333333 70.50 528.19
66.6666666666 74.60 534.55
66.6666666666 74.50 507.08
83.3333333333 93.90 644.00
66.6666666666 70.10 537.42
100 93.80 605.33
50 81.00 488.21
66.6666666666 66.50 498.76
100 100.00 538.00
83.3333333333 74.10 525.49
66.6666666666 76.80 564.84
66.6666666666 83.20 526.67
83.3333333333 100.00 570.00
50 55.60 460.00
50 85.50 483.20
50 91.20 500.00
66.6666666666 79.80 570.94
50 50.70 487.83
50 82.70 503.33
100 97.60 674.67
66.6666666666 63.80 493.96
66.6666666666 83.80 436.36
83.3333333333 86.10 632.31
50 79.10 494.52
66.6666666666 75.50 528.21
83.3333333333 97.90 596.36
100 92.00 614.55
33.3333333333 87.50 494.55
66.6666666666 49.80 525.95
66.6666666666 65.70 560.82
66.6666666666 84.00 543.29
100 89.10 531.30
66.6666666666 59.80 526.54
50 78.20 516.67
66.6666666666 89.50 519.31
50 72.20 494.29
50 67.70 539.05
50 94.00 610.00
50 90.50 537.87
100 95.50 584.21
100 84.40 583.93
100 91.50 704.23
66.6666666666 94.00 532.38
66.6666666666 81.60 556.61
100 88.90 627.69
100 95.70 633.33
66.6666666666 55.50 528.36
66.6666666666 68.10 538.40
83.3333333333 88.80 544.50
66.6666666666 77.60 544.64
66.6666666666 80.80 522.10
66.6666666666 70.50 529.28
50 72.00 503.23
50 75.50 484.00
50 86.80 445.26
83.3333333333 87.00 557.50
66.6666666666 80.50 493.94
83.3333333333 98.00 632.31
66.6666666666 91.50 484.53
83.3333333333 79.60 556.88
83.3333333333 66.10 566.13
66.6666666666 70.50 525.00
66.6666666666 78.80 516.19
66.6666666666 77.10 542.00
66.6666666666 86.20 538.89
50 94.90 520.74
66.6666666666 61.10 510.40
66.6666666666 71.70 543.14
83.3333333333 74.30 602.39
66.6666666666 61.40 549.13
50 69.30 569.41
66.6666666666 93.50 415.00
66.6666666666 87.30 521.82
66.6666666666 79.50 539.15
66.6666666666 66.90 573.87
66.6666666666 92.10 683.48
66.6666666666 71.40 537.24
66.6666666666 55.30 513.59
66.6666666666 69.40 538.45
83.3333333333 91.00 569.47
66.6666666666 53.90 492.62
66.6666666666 65.70 536.11
83.3333333333 80.60 549.50
83.3333333333 90.90 543.59
66.6666666666 71.10 550.37
66.6666666666 99.10 550.00
100 98.80 641.74
50 66.70 561.58
66.6666666666 75.40 542.42
50 78.50 546.00
83.3333333333 81.00 603.33
83.3333333333 68.10 561.90
66.6666666666 91.10 546.67
66.6666666666 83.00 515.79
66.6666666666 96.50 554.17
66.6666666666 77.40 553.68
50 89.20 518.24
66.6666666666 88.10 485.00
66.6666666666 72.70 557.30
66.6666666666 88.30 522.81
100 100.00 656.00
66.6666666666 89.00 501.00
66.6666666666 64.80 503.81
50 76.70 545.00
50 67.90 562.37
66.6666666666 84.30 544.44
83.3333333333 92.30 590.77
50 97.40 549.09
66.6666666666 56.90 473.06
83.3333333333 81.70 566.73
100 91.00 693.62
100 94.00 689.00
66.6666666666 69.20 556.04
66.6666666666 65.90 455.71
83.3333333333 94.80 576.17
66.6666666666 81.70 590.00
83.3333333333 83.40 552.68
66.6666666666 71.10 447.69
66.6666666666 70.50 518.82
50 82.80 475.88
50 98.70 544.71
50 93.50 496.67
66.6666666666 92.50 538.46
66.6666666666 80.50 540.89
50 79.10 571.00
100 90.80 588.89
66.6666666666 58.20 524.36
83.3333333333 74.70 537.53
100 92.60 581.50
50 92.70 508.00
66.6666666666 72.60 516.67
66.6666666666 79.90 512.46
66.6666666666 82.70 502.07
66.6666666666 71.90 535.58
66.6666666666 87.20 507.16
50 100.00 510.00
66.6666666666 74.10 541.20
66.6666666666 72.20 496.61
83.3333333333 95.30 620.77
66.6666666666 96.80 601.43
100 91.90 695.56
66.6666666666 70.40 510.30
66.6666666666 71.80 494.62
100 98.90 662.86
66.6666666666 60.40 566.32
50 76.00 506.67
50 79.20 564.00
66.6666666666 86.70 515.38
83.3333333333 87.70 567.85
66.6666666666 78.00 506.96
66.6666666666 78.00 491.58
66.6666666666 75.10 537.01
50 73.40 657.78
66.6666666666 76.70 498.29
66.6666666666 57.90 510.11
100 95.10 570.00
50 80.50 517.69
83.3333333333 86.30 479.26
66.6666666666 86.70 557.14
50 100.00 540.00
66.6666666666 77.50 590.42
100 90.60 623.40
66.6666666666 86.60 553.90
66.6666666666 68.70 496.97
66.6666666666 89.90 491.11
66.6666666666 89.90 452.80
83.3333333333 82.70 519.07
100 99.00 624.76
100 91.40 587.14
50 78.80 523.57
50 76.80 505.11
100 95.50 660.77
83.3333333333 73.90 558.67
50 86.40 587.37
66.6666666666 83.80 446.00
83.3333333333 65.30 514.62
83.3333333333 95.90 589.00
100 98.80 725.63
83.3333333333 83.30 559.20
66.6666666666 86.10 576.00
100 97.60 644.00
66.6666666666 84.70 518.57
83.3333333333 82.70 570.33
66.6666666666 79.20 519.20
83.3333333333 93.90 743.48
83.3333333333 90.10 635.26
83.3333333333 96.90 713.50
66.6666666666 63.80 551.71
66.6666666666 85.60 493.71
83.3333333333 95.30 617.38
66.6666666666 68.40 500.00
83.3333333333 74.80 538.97
66.6666666666 46.00 532.17
66.6666666666 85.60 545.16
66.6666666666 84.80 504.74
66.6666666666 71.40 524.47
66.6666666666 79.00 518.20
66.6666666666 57.40 536.95
100 91.00 641.82
66.6666666666 46.70 474.42
83.3333333333 96.70 526.67
50 81.70 555.83
66.6666666666 82.40 611.54
83.3333333333 94.40 583.81
66.6666666666 91.10 552.73
66.6666666666 78.90 485.60
66.6666666666 100.00 550.91
50 91.10 493.85
83.3333333333 86.20 535.00
50 90.50 484.21
50 91.50 511.11
50 92.10 441.05
50 81.70 524.80
50 89.80 471.67
66.6666666666 66.00 520.00
100 97.00 643.08
100 97.40 563.33
66.6666666666 73.50 525.00
66.6666666666 82.70 541.25
50 85.30 465.45
66.6666666666 66.10 511.20
50 74.00 484.00
100 94.70 648.00
66.6666666666 87.00 518.90
66.6666666666 55.20 498.33
50 50.30 540.00
50 79.20 485.45
66.6666666666 65.50 497.69
66.6666666666 87.80 501.05
66.6666666666 97.10 561.05
100 98.00 772.22
100 96.50 743.83
33.3333333333 59.70 447.11
66.6666666666 84.60 492.68
66.6666666666 72.20 558.06
100 91.90 704.53
50 83.70 462.86
100 97.60 721.91
100 89.10 614.74
100 96.80 592.31
66.6666666666 79.60 560.18
66.6666666666 64.10 494.81
66.6666666666 86.60 525.33
33.3333333333 66.30 479.49
83.3333333333 78.50 541.33
66.6666666666 57.50 494.12
66.6666666666 85.10 617.69
100 97.10 767.10
83.3333333333 70.10 548.80
83.3333333333 96.50 674.00
100 90.00 657.60
100 94.30 557.14
100 94.10 659.17
66.6666666666 70.70 525.33
100 94.00 610.59
66.6666666666 80.90 530.59
100 97.80 640.00
100 96.30 665.60
66.6666666666 82.30 516.77
83.3333333333 94.30 634.62
100 96.90 672.94
100 94.80 605.19
83.3333333333 95.20 571.20
66.6666666666 90.10 621.05
66.6666666666 93.30 563.64
66.6666666666 53.80 571.67
100 92.00 639.09
83.3333333333 97.50 630.00
83.3333333333 97.70 607.14
100 92.70 693.27
50 89.60 537.24
83.3333333333 65.90 585.65
50 78.00 543.81
100 91.50 652.31
83.3333333333 86.30 510.00
100 94.70 605.26
83.3333333333 95.80 637.14
83.3333333333 74.00 520.00
100 96.20 673.48
83.3333333333 100.00 619.00
83.3333333333 100.00 545.00
50 68.50 509.12
66.6666666666 67.20 554.67
100 100.00 606.67
33.3333333333 56.70 506.84
33.3333333333 84.40 468.42
50 84.30 522.76
66.6666666666 92.40 542.86
100 87.20 606.00
100 97.70 673.10
50 97.30 548.80
83.3333333333 91.00 581.78
50 53.20 518.62
83.3333333333 89.90 549.57
66.6666666666 81.60 555.56
50 78.00 493.64
50 84.30 468.24
100 94.80 633.33
83.3333333333 87.80 567.00
100 97.60 658.11
50 87.20 550.77
66.6666666666 84.30 608.62
66.6666666666 86.20 585.65
33.3333333333 83.10 531.43
50 92.90 497.78
83.3333333333 82.60 640.38
83.3333333333 91.80 784.55
50 57.90 515.71
83.3333333333 87.10 642.29
50 99.00 491.11
100 88.80 675.45
83.3333333333 86.80 723.75
83.3333333333 94.70 731.90
83.3333333333 100.00 598.08
83.3333333333 91.00 617.50
83.3333333333 84.10 673.20
66.6666666666 80.80 530.91
83.3333333333 78.80 618.50
66.6666666666 86.20 588.24
50 78.90 484.60
100 91.50 676.47
50 81.30 518.16
66.6666666666 98.60 583.64
66.6666666666 84.40 582.89
83.3333333333 100.00 548.15
50 72.50 532.86
83.3333333333 95.10 545.00
50 81.50 503.87
50 81.80 492.86
66.6666666666 87.90 544.19
66.6666666666 81.70 487.35
50 68.10 480.56
50 67.80 487.19
50 56.20 496.00
50 52.30 528.00
50 77.90 500.00
83.3333333333 95.80 528.80
83.3333333333 97.50 636.00
83.3333333333 84.20 525.45
50 64.50 519.20
50 75.80 510.29
50 75.70 483.33
50 70.30 471.72
50 83.60 500.00
66.6666666666 93.70 556.67
50 79.10 497.90
50 69.40 520.68
50 84.00 488.00
100 94.70 662.11
50 88.10 473.62
33.3333333333 78.40 480.00
50 52.80 457.21
66.6666666666 74.60 472.00
50 96.40 540.00
50 82.80 490.56
50 71.30 442.44
50 67.60 485.71
50 74.70 480.45
66.6666666666 66.80 504.32
50 73.60 527.69
50 82.20 522.70
50 76.00 505.93
66.6666666666 76.10 523.00
66.6666666666 92.00 532.50
50 65.20 493.33
66.6666666666 97.20 522.50
100 96.30 666.67
100 86.70 780.00
100 97.80 757.21
100 92.00 764.50
100 92.50 568.24
83.3333333333 93.40 604.53
50 53.90 481.36
66.6666666666 81.40 476.77
50 66.70 485.90
50 73.00 535.32
50 74.50 491.49
66.6666666666 78.80 569.52
66.6666666666 96.40 642.54
66.6666666666 58.90 501.84
66.6666666666 75.70 549.83
66.6666666666 59.90 470.83
50 63.00 571.12
66.6666666666 74.10 511.53
50 58.50 471.74
66.6666666666 75.50 546.84
50 49.90 513.73
66.6666666666 70.90 561.27
66.6666666666 61.10 546.56
66.6666666666 60.50 524.19
66.6666666666 68.20 499.33
50 74.80 536.84
50 76.10 501.94
66.6666666666 71.80 495.19
66.6666666666 68.90 543.90
66.6666666666 88.20 620.95
66.6666666666 63.80 499.47
16.6666666666 77.60 521.67
66.6666666666 56.90 504.29
83.3333333333 90.00 628.24
50 79.20 522.35
50 67.20 529.52
83.3333333333 83.60 552.27
66.6666666666 63.50 484.00
66.6666666666 49.90 533.61
50 87.30 519.58
83.3333333333 81.30 559.26
66.6666666666 80.30 606.57
66.6666666666 88.80 550.20
66.6666666666 68.90 475.00
66.6666666666 71.10 521.33
66.6666666666 72.40 559.21
66.6666666666 61.70 521.12
66.6666666666 67.40 564.20
50 92.00 499.17
66.6666666666 83.40 570.95
66.6666666666 82.70 496.92
66.6666666666 57.90 490.28
66.6666666666 80.80 573.66
66.6666666666 81.80 545.57
66.6666666666 72.50 538.85
83.3333333333 97.20 647.50
83.3333333333 88.30 506.43
100 95.90 707.70
100 86.20 626.44
100 97.30 616.00
100 94.50 733.79
83.3333333333 92.80 590.67
100 99.20 664.12
66.6666666666 67.40 551.58
66.6666666666 58.70 523.33
100 95.70 744.00
83.3333333333 95.00 670.86
66.6666666666 73.70 523.16
50 90.20 558.82
50 72.70 479.35
66.6666666666 73.00 531.58
50 71.60 489.41
50 70.90 511.63
50 67.90 488.00
66.6666666666 92.60 512.07
83.3333333333 100.00 580.00
100 95.10 541.67
50 69.40 495.41
66.6666666666 88.00 481.38
66.6666666666 82.20 486.13
50 84.10 513.33
66.6666666666 91.30 505.42
83.3333333333 77.30 580.00
50 78.40 578.46
50 76.70 502.13
66.6666666666 55.10 488.36
50 86.40 513.85
100 99.10 649.29
66.6666666666 59.70 447.41
66.6666666666 79.40 465.23
50 88.60 517.39
66.6666666666 75.50 551.72
66.6666666666 89.50 564.67
66.6666666666 78.50 512.19
66.6666666666 68.20 520.00
83.3333333333 83.60 570.96
66.6666666666 85.00 492.50
66.6666666666 62.20 429.50
66.6666666666 74.60 541.04
66.6666666666 74.70 551.20
83.3333333333 96.30 590.77
100 98.40 600.00
83.3333333333 93.20 548.82
83.3333333333 100.00 606.67
66.6666666666 84.60 495.00
50 96.30 517.00
66.6666666666 75.50 507.76
50 76.80 478.46
50 73.40 473.60
66.6666666666 98.60 494.74
50 75.00 484.35
66.6666666666 87.00 593.21
83.3333333333 96.40 593.85
50 91.70 472.14
83.3333333333 97.90 593.85
50 81.20 525.00
66.6666666666 94.80 530.77
50 81.50 475.25
66.6666666666 70.90 467.08
50 73.50 517.78
50 84.00 477.78
66.6666666666 92.60 527.08
50 87.60 512.50
50 90.20 470.91
50 87.00 531.14
83.3333333333 100.00 557.14
50 77.80 483.27
83.3333333333 100.00 660.00
66.6666666666 62.70 505.79
50 70.60 526.15
66.6666666666 59.60 517.60
83.3333333333 78.30 647.03
50 73.30 458.85
50 82.80 566.45
66.6666666666 74.70 511.60
50 83.90 518.60
50 94.10 505.45
83.3333333333 98.00 482.73
83.3333333333 90.10 461.67
66.6666666666 80.90 542.52
50 61.20 465.96
66.6666666666 76.20 507.41
66.6666666666 52.20 520.56
83.3333333333 84.20 586.81
66.6666666666 68.90 511.48
100 97.00 667.92
66.6666666666 75.60 546.80
66.6666666666 83.20 528.18
66.6666666666 61.40 504.85
100 91.10 652.61
66.6666666666 86.20 507.74
50 76.80 528.00
66.6666666666 90.90 556.36
66.6666666666 89.10 560.80
66.6666666666 84.40 532.14
50 80.50 517.50
50 67.00 467.27
50 82.10 478.86
66.6666666666 72.60 479.08
66.6666666666 72.70 479.84
66.6666666666 71.80 484.84
66.6666666666 80.40 494.74
100 85.70 710.77
66.6666666666 71.10 502.44
50 75.10 494.88
66.6666666666 76.10 519.09
50 80.50 476.07
66.6666666666 67.10 494.44
100 91.40 571.58
100 91.60 598.00
66.6666666666 55.80 543.43
50 68.80 511.73
66.6666666666 61.00 551.52
66.6666666666 88.00 542.70
66.6666666666 86.90 479.44
50 82.50 494.40
66.6666666666 62.20 543.90
50 83.90 566.15
66.6666666666 94.10 569.27
50 85.70 496.92
50 83.10 446.67
66.6666666666 87.70 545.52
66.6666666666 84.70 532.73
100 95.20 564.29
66.6666666666 90.00 506.67
66.6666666666 84.10 473.24
50 84.30 525.93
66.6666666666 76.70 553.70
50 82.00 495.89
50 96.20 516.44
50 71.50 493.33
66.6666666666 77.60 489.43
66.6666666666 62.00 543.73
66.6666666666 72.70 514.74
100 94.60 621.05
66.6666666666 94.90 517.65
100 94.70 673.55
50 87.00 492.00
100 96.40 832.22
100 98.40 568.00
50 87.70 461.82
66.6666666666 78.30 548.46
50 69.10 509.29
50 69.70 478.40
83.3333333333 100.00 605.45
100 97.50 823.75
50 91.30 505.93
83.3333333333 97.30 550.00
50 71.20 528.31
66.6666666666 79.70 494.93
83.3333333333 95.00 685.81
100 94.70 611.67
83.3333333333 97.50 680.27
83.3333333333 85.30 560.00
100 96.80 700.00
0 81.30 444.00
100 78.50 740.00
100 99.00 772.56
100 97.30 728.48
33.3333333333 89.00 401.18
16.6666666666 74.00 401.54
100 98.90 747.61
100 85.30 589.09
100 90.90 629.17
100 97.70 804.57
100 98.90 715.58
100 100.00 610.00
100 96.40 720.00
33.3333333333 75.10 483.85
100 97.90 530.00
50 51.90 491.72
50 69.30 467.50
50 63.90 517.17
33.3333333333 69.70 501.82
83.3333333333 100.00 634.67
66.6666666666 66.10 521.15
33.3333333333 90.50 556.00
66.6666666666 70.90 544.35
100 97.60 721.00
50 67.20 467.00
50 69.50 474.62
50 72.40 488.97
83.3333333333 92.30 576.00
50 75.40 569.08
50 50.30 467.65
50 88.10 418.18
83.3333333333 97.40 526.00
50 77.10 464.44
83.3333333333 100.00 616.47
33.3333333333 82.20 473.08
50 65.10 492.40
66.6666666666 75.60 521.29
50 67.20 508.37
66.6666666666 61.00 460.00
50 52.90 514.29
50 62.00 500.00
50 75.60 545.29
83.3333333333 97.60 552.86
50 68.00 513.23
50 59.50 522.26
50 60.40 527.01
50 73.10 461.38
50 72.90 476.00
50 62.50 500.28
50 73.30 462.67
100 95.30 636.30
50 71.60 515.00
66.6666666666 72.10 523.66
83.3333333333 100.00 554.00
50 71.30 461.65
100 88.70 627.33
50 73.90 498.92
100 93.50 641.07
100 100.00 608.33
66.6666666666 51.70 480.59
66.6666666666 72.70 515.51
66.6666666666 71.60 508.18
50 69.70 515.36
50 62.90 493.19
50 72.30 517.93
83.3333333333 89.50 626.67
83.3333333333 97.10 549.47
50 61.10 496.74
50 67.20 499.69
66.6666666666 76.40 530.11
66.6666666666 65.90 515.20
83.3333333333 94.90 634.29
100 89.90 661.40
50 51.90 531.79
50 61.80 492.38
50 61.90 509.23
50 49.40 464.44
33.3333333333 70.00 466.00
33.3333333333 55.30 483.33
50 63.50 464.62
66.6666666666 95.70 600.00
83.3333333333 96.10 598.89
50 65.10 499.23
50 63.60 454.81
83.3333333333 97.20 660.00
50 48.40 514.44
66.6666666666 94.50 539.51
50 88.00 478.00
100 96.20 677.67
50 49.00 470.65
50 74.70 503.77
50 53.90 459.47
66.6666666666 65.30 522.00
50 69.80 412.00
66.6666666666 73.90 534.53
66.6666666666 69.90 518.99
50 75.70 484.44
50 50.10 506.45
66.6666666666 56.80 537.50
50 66.20 495.20
50 65.50 464.15
83.3333333333 95.70 646.67
50 66.90 485.00
50 69.60 551.48
66.6666666666 69.60 527.05
50 65.40 538.00
100 96.80 682.86
50 71.20 486.67
50 77.80 519.19
83.3333333333 100.00 677.50
50 76.90 495.79
50 77.60 542.86
33.3333333333 85.50 438.46
50 73.20 502.32
100 100.00 614.29
50 73.70 491.54
50 71.40 498.29
33.3333333333 79.80 437.14
50 83.60 483.85
50 72.50 487.91
33.3333333333 73.20 508.67
50 65.70 491.76
50 72.00 553.33
33.3333333333 87.80 416.67
33.3333333333 68.80 382.35
50 69.80 488.82
33.3333333333 64.60 474.63
50 63.00 553.62
83.3333333333 97.20 574.44
100 95.10 738.13
100 95.10 769.77
50 58.80 475.08
66.6666666666 56.80 476.92
66.6666666666 54.50 509.09
66.6666666666 50.40 452.92
66.6666666666 60.00 534.52
66.6666666666 89.00 514.55
66.6666666666 69.90 510.50
66.6666666666 57.20 442.00
50 69.20 476.06
50 81.20 514.72
83.3333333333 88.40 569.69
66.6666666666 89.60 641.91
66.6666666666 74.30 534.17
50 60.00 483.52
83.3333333333 89.70 561.33
66.6666666666 93.90 543.64
100 95.40 659.37
50 71.30 472.50
83.3333333333 99.00 466.47
50 67.60 473.63
83.3333333333 96.40 585.25
66.6666666666 82.80 528.69
100 98.80 699.68
66.6666666666 54.70 512.40
50 62.10 443.81
66.6666666666 67.80 558.06
66.6666666666 73.70 515.31
66.6666666666 64.60 547.08
66.6666666666 60.10 504.84
66.6666666666 55.60 482.51
50 65.40 467.24
83.3333333333 100.00 567.37
83.3333333333 96.20 569.38
50 83.80 504.22
66.6666666666 64.10 451.11
66.6666666666 81.70 534.00
50 54.50 514.44
66.6666666666 67.20 487.50
66.6666666666 54.60 489.63
50 72.00 471.56
50 68.20 430.43
83.3333333333 97.10 526.45
66.6666666666 61.30 482.11
66.6666666666 74.50 524.00
66.6666666666 61.10 505.19
100 100.00 754.67
100 100.00 641.33
50 63.80 488.33
50 64.50 529.12
50 71.00 506.94
50 67.90 445.66
66.6666666666 92.50 598.00
66.6666666666 77.60 572.55
66.6666666666 88.90 531.43
50 64.00 508.53
50 51.60 511.52
66.6666666666 58.20 550.49
50 59.70 467.27
50 76.30 538.28
50 88.20 412.43
50 60.70 563.81
50 62.80 526.23
33.3333333333 67.20 467.69
50 69.00 508.15
50 60.70 488.39
50 65.30 492.50
50 59.20 500.00
66.6666666666 58.30 507.84
50 69.60 518.10
83.3333333333 100.00 641.67
50 82.00 536.92
50 69.40 488.05
50 65.10 470.71
100 96.70 642.00
100 98.30 672.78
66.6666666666 46.10 569.41
50 62.80 463.16
100 90.70 626.09
66.6666666666 67.90 531.13
66.6666666666 52.70 511.72
50 59.00 501.05
83.3333333333 83.90 598.44
50 61.20 476.00
66.6666666666 54.90 532.63
66.6666666666 69.70 533.80
50 59.40 495.07
83.3333333333 98.00 517.14
50 51.70 494.64
33.3333333333 71.90 472.00
50 59.30 500.26
50 57.90 487.20
50 69.40 494.67
83.3333333333 100.00 577.78
50 51.50 507.11
66.6666666666 53.70 491.74
66.6666666666 62.40 495.16
83.3333333333 100.00 558.46
83.3333333333 95.30 633.85
100 99.00 544.44
100 100.00 641.82
50 65.60 480.76
83.3333333333 85.40 596.92
100 96.60 714.17
100 93.60 696.41
50 67.10 470.88
66.6666666666 93.10 571.30
83.3333333333 87.90 560.83
100 93.70 610.67
83.3333333333 94.30 653.91
83.3333333333 95.90 580.91
50 71.60 504.96
83.3333333333 76.00 517.69
50 70.90 481.73
100 100.00 582.86
66.6666666666 100.00 660.38
66.6666666666 72.10 481.18
83.3333333333 94.00 676.30
66.6666666666 90.50 568.00
83.3333333333 100.00 728.33
66.6666666666 76.30 479.62
33.3333333333 93.10 497.33
50 77.20 502.66
83.3333333333 86.60 556.00
83.3333333333 100.00 719.41
83.3333333333 98.30 612.56
66.6666666666 94.40 600.82
50 89.40 449.09
83.3333333333 100.00 533.33
83.3333333333 99.30 641.01
83.3333333333 97.40 558.46
50 48.30 526.15
66.6666666666 85.40 473.33
83.3333333333 100.00 649.41
50 62.00 512.34
83.3333333333 92.20 544.21
83.3333333333 96.60 485.00
33.3333333333 38.90 481.25
100 94.40 601.43
50 56.60 498.18
83.3333333333 96.70 642.22
50 67.50 489.41
100 98.20 651.88
100 98.40 706.09
50 48.70 468.13
33.3333333333 79.20 465.53
83.3333333333 86.30 563.51
66.6666666666 73.30 469.47
50 99.20 489.09
50 72.90 465.00
50 56.40 478.62
83.3333333333 100.00 584.29
50 52.30 501.67
83.3333333333 98.90 598.10
66.6666666666 100.00 528.00
83.3333333333 96.10 590.77
50 41.40 412.94
66.6666666666 56.00 489.69
66.6666666666 100.00 494.00
50 69.30 516.00
50 57.10 494.01
83.3333333333 100.00 544.62
83.3333333333 100.00 527.27
83.3333333333 100.00 613.19
83.3333333333 98.70 648.33
66.6666666666 70.10 475.00
83.3333333333 100.00 542.00
50 46.00 491.43
100 96.40 566.67
100 99.00 742.94
66.6666666666 74.40 464.00
66.6666666666 66.70 520.00
66.6666666666 88.40 452.31
50 64.40 515.00
83.3333333333 100.00 584.62
33.3333333333 98.40 418.33
83.3333333333 84.60 596.92
83.3333333333 98.70 670.59
50 83.90 520.00
83.3333333333 92.20 451.82
83.3333333333 91.70 554.55
66.6666666666 88.50 561.54
83.3333333333 95.50 648.48
66.6666666666 83.50 583.28
66.6666666666 95.40 553.24
66.6666666666 89.80 611.65
66.6666666666 96.60 541.54
50 48.70 401.21
66.6666666666 91.10 552.14
50 95.90 540.44
50 90.90 484.56
33.3333333333 98.40 449.23
50 89.30 456.13
50 94.40 411.25
50 78.00 454.32
33.3333333333 92.50 345.00
33.3333333333 94.90 503.03
50 81.80 519.02
33.3333333333 96.00 473.33
50 90.50 457.15
50 90.10 433.68
83.3333333333 100.00 614.67
50 90.50 566.67
50 88.50 576.14
50 75.60 489.14
66.6666666666 100.00 622.86
50 97.20 497.12
50 90.50 458.42
33.3333333333 74.20 516.00
50 83.50 505.00
16.6666666666 82.10 534.00
33.3333333333 96.30 540.50
50 98.60 532.00
50 86.60 478.69
33.3333333333 75.30 503.82
50 95.80 455.00
50 78.50 469.01
33.3333333333 89.20 490.63
33.3333333333 89.10 520.14
50 94.90 493.80
33.3333333333 91.70 494.17
83.3333333333 91.90 643.11
66.6666666666 95.30 499.43
50 94.00 505.68
33.3333333333 78.20 379.47
33.3333333333 92.40 467.41
33.3333333333 88.30 451.20
50 82.40 486.00
83.3333333333 99.00 527.00
33.3333333333 97.50 583.79
33.3333333333 78.20 444.86
33.3333333333 84.60 440.59
33.3333333333 100.00 510.00
50 97.50 466.86
50 90.20 483.48
50 80.80 503.92
50 71.90 519.31
83.3333333333 93.90 597.50
50 92.20 532.16
16.6666666666 91.90 469.21
33.3333333333 95.00 402.14
33.3333333333 95.40 477.89
33.3333333333 99.30 487.62
50 94.40 465.71
50 92.60 469.57
83.3333333333 93.80 618.50
50 80.80 503.09
50 97.40 442.76
66.6666666666 93.40 646.67
83.3333333333 97.60 702.33
50 77.90 506.46
50 84.80 485.16
50 82.90 501.55
33.3333333333 89.70 508.42
33.3333333333 98.40 489.41
50 85.80 499.53
66.6666666666 94.50 551.67
33.3333333333 76.20 478.03
50 76.40 500.34
33.3333333333 86.70 518.41
50 96.00 474.67
50 97.90 477.84
50 92.00 470.33
50 80.50 513.18
33.3333333333 85.40 503.20
50 95.40 499.05
50 83.30 571.54
33.3333333333 87.40 493.25
33.3333333333 93.20 454.29
83.3333333333 88.00 658.00
100 88.40 670.77
50 91.20 511.43
50 79.80 506.06
66.6666666666 76.70 510.53
66.6666666666 94.70 538.62
50 91.70 474.20
50 79.60 518.83
50 65.60 482.37
50 89.70 481.00
66.6666666666 78.60 531.96
66.6666666666 85.20 495.37
100 87.70 749.80
66.6666666666 86.20 552.25
66.6666666666 81.60 552.00
66.6666666666 93.70 534.49
83.3333333333 98.30 618.50
83.3333333333 100.00 638.89
50 82.90 462.95
66.6666666666 76.50 482.30
83.3333333333 96.90 539.11
66.6666666666 81.40 500.00
50 80.70 497.01
50 78.60 472.00
66.6666666666 80.30 575.20
50 71.10 477.65
50 76.20 448.48
66.6666666666 80.60 475.65
66.6666666666 86.80 560.00
83.3333333333 98.90 741.67
33.3333333333 83.60 507.22
50 94.00 477.50
50 90.00 498.67
33.3333333333 76.00 577.55
50 93.30 550.71
83.3333333333 90.50 492.46
83.3333333333 100.00 692.00
33.3333333333 91.10 485.85
66.6666666666 100.00 677.33
50 91.00 392.50
33.3333333333 90.80 540.45
50 86.70 476.52
50 86.30 509.37
50 92.50 490.23
83.3333333333 100.00 615.38
83.3333333333 93.40 610.00
50 95.90 458.51
50 76.30 488.18
50 77.30 548.18
50 98.90 524.62
50 98.60 496.00
50 95.60 492.41
50 93.30 497.00
50 88.10 482.00
50 91.80 488.80
33.3333333333 88.40 510.26
50 97.20 503.33
50 93.40 479.31
50 100.00 480.00
50 99.00 483.81
33.3333333333 97.10 477.14
50 89.00 453.68
50 94.10 450.59
50 89.00 474.46
33.3333333333 93.00 469.14
33.3333333333 100.00 434.19
50 92.90 460.77
50 83.50 497.27
50 90.10 469.73
50 79.50 479.47
50 85.40 511.18
50 79.90 488.20
83.3333333333 100.00 572.00
50 96.30 525.42
83.3333333333 92.30 604.80
50 84.80 495.56
50 97.60 457.06
50 78.00 506.81
66.6666666666 83.80 508.90
50 94.00 536.34
50 93.90 578.46
50 75.90 512.86
50 79.80 508.49
50 76.50 500.00
50 89.60 514.98
83.3333333333 98.20 649.44
50 72.10 499.11
66.6666666666 100.00 650.91
50 73.10 505.33
66.6666666666 84.50 511.76
83.3333333333 92.60 630.00
66.6666666666 88.80 499.61
50 91.00 603.57
83.3333333333 100.00 479.05
66.6666666666 95.30 545.00
50 60.60 478.07
83.3333333333 93.80 526.67
33.3333333333 73.60 494.78
50 89.50 482.50
33.3333333333 83.40 489.47
83.3333333333 78.80 675.38
83.3333333333 95.80 663.75
83.3333333333 100.00 646.45
83.3333333333 97.40 672.09
66.6666666666 93.70 661.40
100 94.30 809.84
83.3333333333 91.50 559.52
66.6666666666 86.30 585.22
83.3333333333 84.00 649.09
100 98.70 751.20
66.6666666666 82.10 521.62
66.6666666666 88.30 523.81
66.6666666666 97.80 576.79
66.6666666666 86.40 514.62
66.6666666666 81.40 482.40
66.6666666666 84.00 532.65
66.6666666666 98.00 483.48
50 92.20 498.15
83.3333333333 88.70 623.10
66.6666666666 83.60 520.94
66.6666666666 84.70 535.35
50 98.50 500.61
50 72.10 517.14
66.6666666666 89.60 526.94
66.6666666666 74.90 518.73
50 83.60 502.55
66.6666666666 96.00 581.10
66.6666666666 93.40 578.34
50 98.80 541.82
50 93.60 588.73
50 80.30 496.57
50 78.50 546.29
66.6666666666 92.30 507.76
50 78.50 559.39
66.6666666666 90.20 548.45
83.3333333333 94.70 625.83
83.3333333333 90.20 819.55
83.3333333333 98.60 654.55
50 75.50 520.24
66.6666666666 84.70 502.58
50 99.00 506.15
100 94.70 748.71
83.3333333333 99.10 812.20
83.3333333333 93.00 635.56
50 81.60 477.30
83.3333333333 92.00 627.73
66.6666666666 92.40 539.13
83.3333333333 87.50 587.50
83.3333333333 86.90 569.52
83.3333333333 88.50 603.58
83.3333333333 96.80 612.22
83.3333333333 98.50 583.85
50 83.50 507.10
50 92.00 509.54
66.6666666666 87.50 499.19
50 81.10 497.23
50 90.80 463.53
50 79.90 483.71
50 72.80 514.49
66.6666666666 82.30 499.68
50 85.00 510.95
50 93.10 510.58
66.6666666666 80.70 552.35
50 83.80 474.69
50 85.10 487.06
66.6666666666 98.50 578.08
83.3333333333 82.80 650.71
66.6666666666 92.00 544.25
50 80.30 454.93
83.3333333333 100.00 718.95
66.6666666666 90.70 526.52
50 76.40 511.69
100 95.70 627.50
50 99.20 579.07
50 82.90 542.48
50 85.00 508.09
66.6666666666 86.90 560.00
50 75.90 506.82
50 97.20 494.74
50 86.90 486.92
50 80.40 497.78
50 94.00 513.71
50 83.30 485.60
50 79.50 510.57
83.3333333333 91.90 642.50
50 79.40 557.87
66.6666666666 87.70 453.40
50 89.90 514.69
50 85.30 454.93
50 85.60 546.81
33.3333333333 97.90 472.00
33.3333333333 96.40 440.91
33.3333333333 97.90 418.08
50 94.00 476.39
50 84.40 502.89
83.3333333333 95.50 662.13
16.6666666666 90.60 405.45
83.3333333333 94.60 628.75
50 88.20 463.81
33.3333333333 84.30 457.93
50 83.10 432.33
83.3333333333 95.00 627.20
50 96.90 425.71
50 76.70 474.46
50 89.30 509.79
83.3333333333 97.50 526.15
66.6666666666 92.60 487.45
50 80.10 464.14
33.3333333333 95.30 500.00
83.3333333333 96.80 572.22
50 94.30 470.10
83.3333333333 98.30 554.62
33.3333333333 80.90 493.53
33.3333333333 93.30 542.25
83.3333333333 91.50 560.30
33.3333333333 77.70 490.95
83.3333333333 96.50 550.97
50 79.50 502.90
66.6666666666 81.20 499.74
83.3333333333 86.30 588.75
100 97.10 587.89
50 83.80 476.07
66.6666666666 90.40 485.63
66.6666666666 84.70 510.79
100 98.80 581.60
66.6666666666 89.40 497.33
50 93.10 483.31
50 84.30 470.73
50 79.80 514.02
66.6666666666 98.10 548.89
66.6666666666 94.40 541.67
50 89.40 464.57
66.6666666666 98.60 650.00
100 94.00 563.00
50 90.50 508.09
50 86.90 476.30
50 94.30 498.33
33.3333333333 93.30 481.33
83.3333333333 93.00 615.48
66.6666666666 84.30 481.40
50 79.80 514.18
66.6666666666 88.00 476.76
50 68.30 476.67
50 75.40 464.36
50 72.60 497.70
50 90.20 472.63
50 78.40 475.00
50 91.90 441.22
50 96.30 483.93
50 73.80 448.80
50 95.20 463.21
66.6666666666 75.20 488.20
66.6666666666 75.40 520.65
50 90.60 580.27
83.3333333333 90.70 650.53
50 99.00 468.16
66.6666666666 71.30 469.38
50 95.00 530.00
66.6666666666 71.70 547.48
100 91.80 705.00
50 72.20 460.00
66.6666666666 83.70 652.35
83.3333333333 95.70 674.81
66.6666666666 77.50 543.18
66.6666666666 100.00 540.91
50 90.90 470.12
50 97.40 514.74
50 95.50 496.15
66.6666666666 86.40 491.25
100 89.20 752.17
66.6666666666 78.20 535.95
50 91.10 520.49
100 98.40 639.53
100 97.80 633.33
50 82.50 480.00
66.6666666666 80.10 512.36
66.6666666666 77.20 499.64
50 78.00 517.02
66.6666666666 87.10 566.15
50 91.40 481.51
66.6666666666 93.80 572.86
50 89.90 471.77
33.3333333333 84.70 472.73
50 95.60 516.00
50 89.70 462.53
50 89.70 470.67
66.6666666666 93.50 541.11
50 96.00 511.02
50 90.40 489.47
50 100.00 440.00
33.3333333333 91.10 485.63
50 96.70 467.06
66.6666666666 90.60 452.00
50 90.80 491.13
66.6666666666 96.10 477.24
50 81.40 489.02
83.3333333333 97.30 570.86
66.6666666666 80.80 482.54
83.3333333333 96.80 632.86
50 67.30 495.38
50 81.40 438.52
100 91.40 635.38
50 97.20 521.54
66.6666666666 75.70 532.02
100 96.20 652.73
50 81.40 451.18
50 99.30 502.96
66.6666666666 90.70 471.60
66.6666666666 91.20 515.29
66.6666666666 95.10 432.00
50 86.50 520.77
50 92.10 490.37
66.6666666666 95.80 584.96
50 81.20 508.67
50 84.10 469.33
50 72.80 490.67
66.6666666666 70.10 452.93
83.3333333333 96.90 713.33
66.6666666666 79.70 412.31
50 95.00 496.36
50 78.70 509.13
83.3333333333 97.40 640.00
33.3333333333 97.20 464.94
66.6666666666 97.40 553.48
83.3333333333 100.00 640.00
50 88.70 496.55
66.6666666666 87.80 471.54
50 93.20 503.59
50 89.00 574.93
50 83.80 485.33
50 69.90 484.31
83.3333333333 94.90 604.29
66.6666666666 95.20 528.65
50 79.60 479.18
83.3333333333 98.90 673.33
50 81.40 450.67
50 87.50 498.95
33.3333333333 94.60 490.53
66.6666666666 94.40 488.33
66.6666666666 95.10 584.84
50 91.30 541.27
66.6666666666 83.70 457.89
50 95.30 496.00
50 78.20 563.57
83.3333333333 98.00 566.67
66.6666666666 72.40 555.64
50 74.40 514.26
66.6666666666 82.30 534.11
50 98.80 528.46
83.3333333333 90.80 606.74
66.6666666666 75.70 488.33
66.6666666666 83.10 488.75
50 87.40 494.29
66.6666666666 76.90 489.29
50 100.00 489.47
33.3333333333 85.70 448.33
66.6666666666 81.80 463.13
50 79.20 499.18
50 67.60 456.25
50 88.90 545.84
50 88.10 478.18
66.6666666666 78.30 521.71
66.6666666666 99.10 482.40
50 81.60 477.89
50 77.10 545.40
83.3333333333 100.00 609.41
50 99.30 469.17
50 100.00 469.47
50 94.40 404.55
66.6666666666 72.70 453.04
50 76.10 481.96
50 86.90 467.42
50 82.10 489.42
66.6666666666 92.90 568.80
83.3333333333 91.50 667.62
50 92.60 517.14
83.3333333333 96.90 663.13
66.6666666666 87.70 543.56
66.6666666666 94.80 584.58
100 98.60 824.89
100 90.50 634.44
50 94.20 514.29
50 91.20 565.93
66.6666666666 82.40 502.86
50 86.40 438.15
50 93.10 559.74
50 87.50 588.11
83.3333333333 83.10 647.43
66.6666666666 71.50 488.75
66.6666666666 86.90 573.89
50 81.80 487.95
83.3333333333 93.80 625.29
50 83.90 523.68
66.6666666666 98.10 604.35
50 78.30 488.79
50 71.90 504.32
33.3333333333 97.50 465.00
66.6666666666 75.70 501.00
83.3333333333 97.60 546.88
50 86.40 517.25
83.3333333333 95.70 645.00
83.3333333333 98.10 586.67
50 91.10 537.26
50 84.90 481.85
83.3333333333 94.50 731.63
50 86.00 469.60
83.3333333333 95.60 600.00
100 94.80 847.72
83.3333333333 99.60 585.19
66.6666666666 92.70 483.27
66.6666666666 100.00 561.90
50 86.30 509.63
100 97.30 662.40
50 82.20 511.07
50 69.60 494.51
66.6666666666 98.00 505.56
66.6666666666 96.60 525.26
83.3333333333 98.80 620.00
50 65.10 534.00
66.6666666666 96.20 554.04
66.6666666666 88.30 560.46
83.3333333333 96.90 636.67
83.3333333333 95.70 591.25
100 96.20 635.79
50 91.40 544.62
83.3333333333 78.40 572.73
50 70.50 512.00
66.6666666666 96.20 530.24
33.3333333333 91.40 533.33
50 70.20 501.82
50 75.10 450.53
50 84.60 529.75
83.3333333333 93.70 605.00
66.6666666666 93.90 607.14
83.3333333333 99.80 731.10
83.3333333333 92.40 598.82
66.6666666666 100.00 610.00
50 92.10 556.46
66.6666666666 98.10 616.48
66.6666666666 95.60 572.13
50 75.10 513.57
50 87.90 442.78
50 85.70 454.76
50 84.90 521.40
83.3333333333 85.50 586.05
100 98.00 766.86
66.6666666666 91.50 604.76
83.3333333333 91.90 604.80
66.6666666666 100.00 587.69
83.3333333333 99.10 744.21
83.3333333333 100.00 560.18
83.3333333333 96.50 614.48
50 88.70 545.22
33.3333333333 98.30 494.40
50 91.30 504.09
66.6666666666 81.70 521.54
100 96.80 785.45
66.6666666666 94.60 610.49
100 94.90 733.51
83.3333333333 95.00 650.30
83.3333333333 100.00 549.52
83.3333333333 99.60 706.42
83.3333333333 97.20 706.15
100 97.20 676.30
83.3333333333 89.10 646.92
83.3333333333 97.40 710.45
66.6666666666 88.60 522.13
0 94.30 475.38
50 89.00 544.91
66.6666666666 96.70 509.12
50 94.00 472.29
83.3333333333 93.80 653.51
83.3333333333 99.40 648.16
83.3333333333 97.40 649.09
83.3333333333 90.00 749.38
50 88.60 507.07
83.3333333333 97.50 506.00
83.3333333333 88.30 626.25
83.3333333333 100.00 527.06
66.6666666666 97.30 507.78
83.3333333333 97.30 575.56
83.3333333333 98.70 646.00
16.6666666666 90.60 420.00
83.3333333333 96.90 697.87
100 98.80 798.40
83.3333333333 95.50 614.15
100 95.10 695.52
83.3333333333 92.90 728.00
83.3333333333 98.30 575.00
83.3333333333 100.00 769.17
66.6666666666 90.70 604.62
100 98.90 687.78
66.6666666666 93.00 608.93
66.6666666666 79.80 556.46
66.6666666666 86.80 601.47
100 94.10 714.97
83.3333333333 95.80 629.87
83.3333333333 100.00 615.32
66.6666666666 90.90 471.30
100 92.70 788.10
83.3333333333 97.30 616.07
83.3333333333 91.30 617.78
50 79.70 670.91
66.6666666666 89.60 510.89
83.3333333333 100.00 586.67
66.6666666666 97.80 635.71
83.3333333333 98.20 703.50
50 91.30 524.06
66.6666666666 88.30 653.52
100 95.70 648.42
66.6666666666 92.00 583.48
66.6666666666 87.20 644.76
66.6666666666 96.70 532.27
83.3333333333 97.40 718.57
66.6666666666 94.30 653.33
66.6666666666 95.30 634.62
66.6666666666 98.20 598.00
83.3333333333 89.70 660.00
83.3333333333 100.00 513.33
83.3333333333 98.80 652.63
66.6666666666 90.90 601.25
66.6666666666 92.10 603.11
100 92.90 687.43
100 98.10 674.66
66.6666666666 81.50 563.90
83.3333333333 77.10 599.28
66.6666666666 77.00 550.61
66.6666666666 45.00 542.94
100 87.50 611.43
100 94.80 618.14
100 97.60 692.70
100 97.30 734.11
100 84.10 647.59
100 87.00 571.25
83.3333333333 85.70 613.69
83.3333333333 86.20 592.25
100 94.30 715.50
100 97.60 654.17
100 84.70 638.89
100 91.20 651.11
100 96.00 670.77
100 94.90 674.43
100 98.40 675.83
100 93.60 622.42
100 93.60 649.63
100 92.90 647.10
100 89.10 623.11
100 95.70 540.83
66.6666666666 61.00 535.67
100 97.20 596.47
66.6666666666 70.40 556.60
66.6666666666 73.00 538.26
66.6666666666 71.70 562.07
66.6666666666 79.00 521.67
100 98.70 588.03
83.3333333333 91.60 535.85
100 92.30 613.89
100 95.00 593.22
100 97.70 610.52
66.6666666666 91.10 536.20
66.6666666666 78.90 516.83
66.6666666666 70.40 569.31
66.6666666666 98.70 538.12
66.6666666666 70.70 536.23
66.6666666666 81.10 541.52
100 98.30 693.04
100 96.30 671.75
100 83.10 669.38
66.6666666666 77.30 586.07
66.6666666666 77.30 543.30
100 96.00 619.25
100 92.70 631.28
83.3333333333 96.80 715.56
83.3333333333 89.40 644.91
100 98.10 540.00
100 89.70 569.71
83.3333333333 92.00 577.58
66.6666666666 85.10 548.52
66.6666666666 73.50 542.66
66.6666666666 91.10 537.86
83.3333333333 83.90 534.07
100 90.40 718.00
66.6666666666 68.10 563.67
66.6666666666 73.10 530.27
100 93.30 594.39
66.6666666666 65.60 517.71
100 94.20 635.28
100 97.20 646.77
50 71.40 565.71
50 74.30 502.58
66.6666666666 88.20 540.34
66.6666666666 86.20 531.34
50 65.40 544.00
66.6666666666 86.20 523.76
66.6666666666 92.50 550.00
83.3333333333 95.50 598.40
50 88.90 510.00
50 60.90 538.41
66.6666666666 91.10 540.80
66.6666666666 81.30 522.59
100 89.80 630.10
66.6666666666 88.50 533.43
100 96.10 627.00
83.3333333333 91.90 571.78
100 96.40 633.87
66.6666666666 85.90 508.41
50 72.70 500.52
50 86.70 542.67
83.3333333333 96.10 584.17
66.6666666666 83.20 565.43
50 63.70 526.21
66.6666666666 74.70 561.35
66.6666666666 65.00 557.31
50 73.90 524.00
66.6666666666 80.40 567.49
66.6666666666 68.00 510.78
100 98.80 566.25
66.6666666666 91.90 539.83
66.6666666666 95.50 601.36
100 97.30 598.25
83.3333333333 100.00 594.67
66.6666666666 69.30 552.69
83.3333333333 76.20 558.11
83.3333333333 75.30 557.23
50 68.40 493.79
100 93.00 629.30
100 92.90 637.63
66.6666666666 96.60 555.43
66.6666666666 81.90 553.83
66.6666666666 79.00 548.15
50 69.20 532.06
66.6666666666 83.80 562.05
100 94.90 643.53
100 96.90 713.00
100 96.80 586.43
66.6666666666 87.70 488.64
50 76.80 505.45
83.3333333333 90.80 574.00
100 99.10 627.69
83.3333333333 90.50 565.22
83.3333333333 92.70 558.57
83.3333333333 92.30 608.00
83.3333333333 97.50 576.84
100 100.00 556.92
50 80.60 517.24
66.6666666666 84.30 544.74
100 89.30 733.41
83.3333333333 91.20 595.43
66.6666666666 72.40 554.25
83.3333333333 100.00 563.33
100 97.00 678.33
66.6666666666 82.70 529.03
50 76.60 490.06
50 73.00 531.60
83.3333333333 98.10 535.90
66.6666666666 74.00 501.57
50 83.30 535.56
66.6666666666 80.10 524.09
50 76.90 542.03
50 70.10 491.23
100 98.90 737.33
100 75.40 652.91
100 92.00 765.56
83.3333333333 96.30 586.13
83.3333333333 95.70 566.80
83.3333333333 96.30 570.00
100 91.30 655.89
83.3333333333 96.20 589.14
83.3333333333 86.80 582.76
100 94.40 625.16
100 98.70 735.44
83.3333333333 93.50 551.67
66.6666666666 81.60 525.36
100 88.20 562.60
33.3333333333 99.30 606.93
100 97.40 630.00
100 97.80 721.64
66.6666666666 55.20 569.66
50 72.00 512.12
83.3333333333 87.70 615.38
100 97.40 534.55
83.3333333333 97.30 562.05
83.3333333333 96.10 627.96
83.3333333333 94.30 605.87
100 99.00 600.00
100 93.90 698.46
83.3333333333 100.00 580.00
83.3333333333 93.60 575.20
50 88.90 536.47
66.6666666666 85.00 522.25
100 93.00 714.30
100 96.90 609.32
83.3333333333 96.30 635.83
100 94.80 622.61
50 70.30 448.70
83.3333333333 46.40 540.29
100 97.80 633.33
100 97.90 848.77
50 80.70 531.37
66.6666666666 74.80 514.74
50 78.90 517.24
83.3333333333 95.00 578.00]
endfunction
|
bdb6aa7ec2244a3d2144587d13e83e69d98634c5
|
a557f90da8513f81cafd8f65e37e2c0d66449a2f
|
/DTFT_signals.sce
|
2a4524f0dd62f4768c281f5fd0b45e17b00c8d03
|
[] |
no_license
|
Sahil966121/SCI
|
484cd77d6247e54fe87d36b4f112965c83ab5d96
|
cf2921861486a4f2e2e83c3ca813a4e7710d3508
|
refs/heads/main
| 2023-03-03T17:43:08.236192 | 2021-02-03T05:19:43 | 2021-02-03T05:19:43 | 324,413,192 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 500 |
sce
|
DTFT_signals.sce
|
clear;clc;close;
h=input('enter the input sequence'); //h=[1 1 1 1 1]
n=0:length(h)-1;
w=-%pi:%pi/4:%pi; //To evaluate X(ejw) at equi-spaced frequencies
wn= n'*w;
minus_jwn= -%i*n'*w
H=h*exp(minus_jwn);
magH=abs(H);
angH=atan(imag(H),real(H));
figure();
subplot(311),plot2d3(n,h);
xtitle('Impulse Response','time index n');
subplot(312),plot2d(w,magH);
xtitle('Magnitude Response', 'frequency in rad', 'Magnitude');
subplot(313),plot2d(w,angH);
xtitle('Phase Response', 'frequency in rad', 'Phase');
|
f2a705d902b80c02392081567cf0c476ca5476c9
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/browsable_source/2.5/Unix-Windows/scilab-2.5/macros/signal/%k.sci
|
a791411a56e2e955675daab8078ee1ca01b7d92e
|
[
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 667 |
sci
|
%k.sci
|
function [K]=%k(m)
//K=%k(m)
//Calculates Jacobi's complete elliptic integral
//of the first kind:
// K = integral from 0 to 1 of
// [(1-t**2)(1-m*t**2)]**(-1/2)
//m is allowed to be a vector
//Ref :Abramowitz and Stegun page 598
// m :Parameter used in calculating the elliptic
// :integral where 0<m<1.
// K :Value of the elliptic integral from 0 to 1
// :on the real axis.
//
//!
//Author F.D.
// Copyright INRIA
[n1,n2]=size(m);
un=ones(n1,n2);
a=un;
b=sqrt(un-m);
c=sqrt(m);
while maxi(abs(c)) > %eps,
an=0.5*(a+b);
bn=sqrt(a.*b);
cn=0.5*(a-b);
a=an;
b=bn;
c=cn;
end,
K=%pi*un./(2*a);
|
8910a1d047b381ba1c02f6c5dc9ddeebdba25a4f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1709/CH12/EX12.1/12_1.sce
|
307bff06840a8e123c3e20b7a6791f1ea58ccbb8
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 332 |
sce
|
12_1.sce
|
clc
//Initialization of variables
disp("From Mollier diagram,")
h1=1357 //500 psia, 700 F
h2=935 //P2=2 psia
h3=93.99 //sat liq at 2 psia
vf=0.01613
P4=500 //psia
P3=2 //psia
//calculations
dh4=vf*(P4-P3)*144/778
h4=h3+dh4
eta= ((h1-h2)-(h4-h3))/(h1-h4)
//results
printf("Thermal efficiency = %.1f percent ",eta*100)
|
76a0252435051c4dafbe97581172cd99246641c4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/73/CH8/EX8.3/Example8_3.sci
|
99300304a64f9508216d99fba390f0718740e367
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 419 |
sci
|
Example8_3.sci
|
//Chapter 8_Applications of Operational Amplifier
//Caption : Device Temperature
//Example8.3:a)The ambient temperature of the device of Example8.2 rises above 90 degree celsius. What is the new value of Td if it still generates 500 mW?
//a)Solution:
clear;
clc;
Pd=500*10^-3;
Rt=150;//thermal resistance
Ta=90;//ambient temperature
Td=Pd*Rt+Ta;
disp('degree celsius',Td,'New value of device temperature is:')
|
310c69b3836c103cb741fccc162e9d7a39cada65
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1184/CH1/EX1.2/Ex1_2.sce
|
e96b37911adc51a5ff76c2e36bf54210b0f87e55
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 165 |
sce
|
Ex1_2.sce
|
//Example 1-2, Page No - 15
clear
clc
c=300000000
wavelength=1.5
frequency=c/wavelength
printf('Signal frequncy is %.3f Megahertz',frequency/1000000)
|
417759f8feae386bf3b0117dd0bb3d8610983915
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3640/CH3/EX3.1/Ex3_1.sce
|
2e482e05791f077aa49a888ed9ff3d806e8b664f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,056 |
sce
|
Ex3_1.sce
|
clc
//code uses userdefined function complexstring
function s=complexstring(a)
if imag(a)>=0 then
s=sprintf('%g+%gi',real(a),imag(a))
else
s=sprintf('%g%gi',real(a),imag(a))
end
funcprot(0)
endfunction
r2=0.02;
X11=20 //in ohm
x1=0.05 //in ohm
X22=2000 //in ohm
x2=5 //in ohm
Xm1=X11-x1
Xm2=X22-x2
mprintf("Xm1=X11-x1=%fΩ\n",Xm1)
mprintf("Xm2=X22--x2=%fΩ\n",Xm2)
X12=sqrt(Xm1*Xm2)
mprintf("X12=sqrt(Xm1*Xm2)=%fΩ\n",X12)//ans may vary due to roundoff error
kVA=10 //rated kVA
V2=1000 //secondary voltage in volts
I2=(kVA*(10^3))/V2 //rated current
mprintf("I2=ratedkVA*1000/raated V2=%dA\n",I2)
Zl=V2/I2 //load impedence
I1=((Zl+r2+(%i*X22))*I2)/(%i*X12)//ans may vary due to roundoff error
disp('I1=(Zl+r2+jwL22)*I2/wL12*I1='+complexstring(I1)+'A')
r1=0.01 //in ohm
V1=((r1+(%i*X11))*I1)-(%i*X12*I2)
disp('V1=(r1+jwL11)I1-jwL12I2='+complexstring(V1)+'V')//ans may vary due to roundoff error
k1=Xm1/X11
k2=Xm2/X22
mprintf("k1=%f\n",k1)
mprintf("k2=%f\n",k2)
k=sqrt(k1*k2)
mprintf("k=sqrt(k1*k2)=%f\n",k)
|
dca19adf104e3aad06bece3d066150a8a712050d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3673/CH2/EX2.a.8/Example_a_2_8.sce
|
3a3826e74697b4935895f855460f8047e6a668d2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 397 |
sce
|
Example_a_2_8.sce
|
//Example 2_8 page no:92
clc;
R6=6;
delta=[1.83,-1,-0.5,
-1,-1.167,-0.167,
-0.5,-0.167,0.867];
delta2=[1.83,6.67,-0.5,
-1,5,-0.167,
-0.5,0,0.867];
delta3=[1.83,-1,6.67,
-1,-1.167,5,
-0.5,-0.167,0];
V2=det(delta2)/det(delta);
V3=det(delta3)/det(delta);
I6=(V2-V3)/6;
P=I6^2*R6;
disp(P,"the power absorbed or dissipated is (in W))");
|
1c6dfa435cde14b057df2968a12224e6a769a9ec
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3812/CH2/EX2.15/2_15.sce
|
bc7142b4ec6aab73bd535edb67567ae1e84727a1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 310 |
sce
|
2_15.sce
|
//Example 2_15
//Find the convolution of two sequences
clc
n=-8:1:8;
for i=1:length(n)
x(i)=exp(-n(i)^2);
h(i)=3.*n(i)^2;
end
y=convol(x,h);
figure
plot2d3(n,h);
title('Impulse responce');
figure
plot2d3(n,x);
title('Input signal');
figure
n1=-16:1:16
plot2d3(n1,y);
title('Output signal');
|
fb51dcab214b32f20f696a8a91b1bd5abb4cc7a5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/608/CH29/EX29.04/29_04.sce
|
e00a0d3a1b4c0b84ebfdf145f584c1d4c8a2efda
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 443 |
sce
|
29_04.sce
|
//Problem 29.03: A two-branch parallel network is shown in Figure 29.8. Determine the resonant frequency of the network.
//initializing the variables:
RL = 5; // in ohms
L = 0.002; // IN Henry
C = 25e-6; // IN fARADS
Rc = 3; // in ohms
//calculation:
//Resonant frequency, for parallel
fr = (1/(2*%pi*((L*C)^0.5)))*((RL^2 - (L/C))/(Rc^2 - (L/C)))^0.5
printf("\n\n Result \n\n")
printf("\n resonant frequency, fr is %.2f Hz",fr)
|
99dd923b2f10dd67549706f39a256127a87f517f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1619/CH3/EX3.2.1/Example3_2_1.sce
|
0b9778319d184c6c5cbf7a4e338062299b21646c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 154 |
sce
|
Example3_2_1.sce
|
//Example 3.2.1 page 3.10
clc;
clear;
x= 0.07;
Eg= 1.424+1.266*x+0.266*x^2;
lamda= 1.24/Eg;
printf("The emitted wavelength is %.2f um",lamda);
|
1be635b500372c04c02b63ce30b01b37568d66f9
|
ffe9e19b244ceec2af7b863d956d8dbdc079103b
|
/Matemática Computacional II/8170312/exerc32-spline_quadratica.sce
|
cf075d64b284e737c5612395d84c359d6decc988
|
[] |
no_license
|
Vmvs007/ESTG-LEI
|
25b67be60f3695f8677be57779dccd0670a8e48e
|
ae99dd7f6cd57a67cfdc6b1d303a03df3e6e5c69
|
refs/heads/master
| 2020-05-06T12:28:36.560414 | 2019-04-13T17:02:09 | 2019-04-13T17:02:09 | 180,124,885 | 2 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 484 |
sce
|
exerc32-spline_quadratica.sce
|
x_nos = [1 2 5 7];
y_nos = [1 2 3 2.5];
A=[(x_nos(2))^2 0 0 x_nos(2) 0 0 1 0 0;
0 (x_nos(2))^2 0 0 x_nos(2) 0 0 1 0;
0 (x_nos(3))^2 0 0 x_nos(3) 0 0 1 0;
0 0 (x_nos(3))^2 0 0 x_nos(3) 0 0 1;
//
(x_nos(1))^2 0 0 x_nos(1) 0 0 1 0 0;
0 0 (x_nos(4))^2 0 0 x_nos(4) 0 0 1;
//
2*x_nos(2) -2*x_nos(2) 0 1 -1 0 0 0 0;
0 2*x_nos(3) -2*x_nos(3) 0 1 -1 0 0 0;
//
2 zeros(1,8)
]
B=[y_nos(2)
y_nos(2)
y_nos(3)
y_nos(3)
//
y_nos(1)
y_nos(4)
0
0
0
]
sol=rref([A B])
[N,D] = rat(sol(:,$))
|
381b850f0de8e5c78690f6ab90d1fb308104583d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/55/CH11/EX11.9/11ex9.sci
|
a0c5635b9cedfcad6cf6edda371c285a5e4dff83
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 165 |
sci
|
11ex9.sci
|
a=2^4*3^3*7*11*13
b=2^3*3^2*5^2*11*17
V=int32([a,b]);
[d]=gcd(V)
lcm1=2^4*3^3*5^2*7*11*13*17 //lcm is the product of those primes which appear in either a or b
|
af0a0ed3e219cad65fce390b6b8761a0c91d8714
|
d465fcea94a1198464d7f8a912244e8a6dcf41f9
|
/system/kiks_calculate_speed_from_profile.sci
|
42432647fdfe14ea5c782e2ef2a2671eead33b7d
|
[] |
no_license
|
manasdas17/kiks-scilab
|
4f4064ed7619cad9e2117a6c0040a51056c938ee
|
37dc68914547c9d0f423008d44e973ba296de67b
|
refs/heads/master
| 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,006 |
sci
|
kiks_calculate_speed_from_profile.sci
|
function [spd] = kiks_calculate_speed_fro(t0,t1,t2,t3,max_speed,acc,time)
// Ouput variables initialisation (not found in input variables)
spd=[];
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -----------------------------------------------------
global("KIKS_SPDC")
if mtlb_logic(mtlb_double(time),"<",mtlb_double(t0)) then spd = 0; return;end;
if mtlb_logic(mtlb_double(time),"<",mtlb_double(t1)) then spd = ((mtlb_double(acc)*3.125)*mtlb_double(time))/mtlb_double(KIKS_SPDC); return;end;
if mtlb_logic(mtlb_double(time),"<",mtlb_double(t2)) then spd = max_speed; return;end;
if mtlb_logic(mtlb_double(time),"<",mtlb_double(t3)) then spd = mtlb_s(mtlb_double(max_speed)*mtlb_double(KIKS_SPDC),(mtlb_double(acc)*3.125)*mtlb_s(mtlb_double(time),mtlb_double(t2)))/mtlb_double(KIKS_SPDC); return;end;
spd = 0;return;
endfunction
|
d39e05ed0ffec9e43897a0239e23d6cae319730d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/683/CH12/EX12.10/W_10.sce
|
5b7a7c7992cef4ca1b5035b2abcde871b798f065
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 266 |
sce
|
W_10.sce
|
// sum 12-10
clc;
clear;
P=300*10^3;
l=500;
A=2*l;
Td=P/A;
T=(350-250)*P;
IG=(l^3*2/12)+(l*2*5^2);
r=sqrt(250^2+5^2);
Ts=T*r/IG;
Ts=Ts+Td;
Ta=110;
t=Ts/Ta;
h=t/0.707;
h=9;
// printing data in scilab o/p window
printf("h is %0.0f mm ",h);
|
e755b1abe383955581eb2d66072543add63ad3dc
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/51/CH3/EX3.8/3_8.sce
|
ea14437a57776cc18d3a3184fd1394becaf41ecd
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 435 |
sce
|
3_8.sce
|
clc;
clear;
dia=0.03;//m
dia1=0.01;//m
p=3;//kPa(gage)
//density of air d is found using standard temp and pressure conditions
d=(p+101)*1000/((286.9)*(15+273));
//applying Bernoulli's equation at points 1,2 and 3; p=p1
v3=((2*p*1000)/d)^0.5;
Q=%pi/4*(dia1^2)*v3;
//by continuity equation, A2*v2=A3*v3
v2=((dia1/dia)^2)*v3;
p2=(p*1000)-(0.5*d*(v2^2));
disp("m^3/s",Q,"Flowrate =")
disp("N/m^2",p2,"Pressure in the hose=")
|
49476518b37b9817386f361014babb191318204f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/257/CH7/EX7.10/example_7_10.sce
|
2da8f6dcfb2373212a4d0609c9e00c016238f06b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 223 |
sce
|
example_7_10.sce
|
syms k1 k2 s
T= k1/(s^s+k1*k2*s+k1)
Mp=25 //given
zeta=0.4037
Tp=4
omegaN=%pi/(Tp*(sqrt(1-zeta^2)))
disp(omegaN,"omegaN = ")
k1=omegaN^2
disp(k1," k1 = ")
k2=2*zeta/(sqrt(k1))
disp(k2," k2 = ")
|
fcb035be4895d128bb255d86305f056a05dc4d90
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1952/CH6/EX6.7/Ex6_7.sce
|
8a48f01726da25c60e93a86524a2e7bac84abe55
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 359 |
sce
|
Ex6_7.sce
|
// chapter 6 , Example6 6 , pg 174
L= 2.26*10^-8 //Lorentz number (in W*m /K^2)
T=27+273 //temperature (in K) (converting celsius into kelvin)
rho=1.72*10^-8 //electrical resistivity (in ohm *m)
//according to Wiedemann-Franz law
K=(L*T)/rho //thermal conductivity
printf("Thermal conductivity =")
printf("K=%.0f W/(m*K)",K)
|
f32c16984608f8b87cd5d1b0097fac3ce76e3f22
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2084/CH10/EX10.2w/10_2w.sce
|
6991f95ff4ba02ca7a339b15e60dc6e7972dc464
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 526 |
sce
|
10_2w.sce
|
//developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 10.2w
//calculation of the angle rotated during the next second
//given data
theta=2.5//angular displacement(in rad) of the wheel
t=1//time(in s) required
//calculation
alpha=(theta*2)/(t*t)//equation of angular motion
theta1=(alpha*(t+1)*(t+1)/2)//angle rotated during first two seconds
thetar=theta1-theta//angle rotated during next second
printf('the angle rotated during the next second is %3.1f rad',thetar)
|
d0ec9795895eeafce84161bf115cd4b2a01d2872
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/181/CH3/EX3.15/example3_15.sce
|
44644e7dbc8f00cb2afc9deac1d575c5965302be
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 954 |
sce
|
example3_15.sce
|
// Find current,dc voltage,voltage across load
// Basic Electronics
// By Debashis De
// First Edition, 2010
// Dorling Kindersley Pvt. Ltd. India
// Example 3-15 in page 150
clear; clc; close;
// Given data
Vm=50; // Maximum voltage in V
f=50; // Frequency in Hz
Rf=20; // Internal resistance in ohms
Rl=5000; // Load resistance in ohms
// Calculation
Im=Vm/(Rl+Rf);
printf("Since diode conducts only during pisitive half of the input,Im = %0.0e A\n",Im);
printf("(a)Hence i = 10*sin100*pi*t\n");
Vdc=(Im/%pi)*Rl;
printf("(b)V_dc = %0.1f V\n",Vdc);
printf("Hence V_0v=15.9sin100*pi*t\n");
printf("(c)When diode is reverse biased,voltage across diode = %0.1f*sin100*pi*t for 0<100*pi*t<pi and 0 for pi,100*pi*t<2*pi",Vdc);
// Result
// (a) Current in the circuit = 10sin100*pi*t
// (b) DC output voltage across load = 15.9sin100*pi*t
// (c) Voltage across diode = 15.9sin100*pi*t for 0<100*pi*t and 0 for pi<100*pi*t<2*pi
|
b7d5ee432f2853d9e507492720a0fa48ef8579c3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/257/CH2/EX2.3/example_2_3.sce
|
5ff7fcc5e2284ce5601d3d05cfeccb0c6bfa1884
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 82 |
sce
|
example_2_3.sce
|
s=%s;
F=(s+2)/(s*(s+3)*(s+4))
syms t s;
y=ilaplace(F,s,t);
disp(y,"f(t)=")
|
03fa5bfbdcdab4cc5d67736c01a3bc32d477b545
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/830/CH5/EX5.3.1/Linear_Filtering_DFT.sce
|
a7566c35505dbcde2d46e8e3fd2263988099e358
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 790 |
sce
|
Linear_Filtering_DFT.sce
|
//Graphical//
//Example 5.3.1
//Performing Linear Filtering (i.e) Linear Convolution
//Using DFT
clear;
clc;
close;
h = [1,2,3]; //Impulse Response of LTI System
x = [1,2,2,1]; //Input Response of LTI System
N1 = length(x)
N2 = length(h)
disp('Length of Output Response y(n)')
N = N1+N2-1
//Padding zeros to Make Length of 'h' and 'x'
//Equal to length of output response 'y'
h1 = [h,zeros(1,8-N2)]
x1 = [x,zeros(1,8-N1)]
//Computing DFT
H = fft(h1,-1)
X = fft(x1,-1)
//Multiplication of 2 DFTs
Y = X.*H
//Linear Convolution Result
y =abs(fft(Y,1))
for i =1:8
if(abs(H(i))<0.0001)
H(i) =0;
end
if(abs(X(i))<0.0001)
X(i) =0;
end
if(abs(y(i))<0.0001)
y(i) =0;
end
end
disp(X,'X=')
disp(H,'H=')
disp(y,'Output response using Convolution function')
y = convol(x,h)
|
a0317ad381e94bf3e5df5870c725b6e3ea047757
|
717ddeb7e700373742c617a95e25a2376565112c
|
/278/CH9/EX9.4/ex_9_4.sce
|
ba8a8e84a62c1b4bc6d26c0fb2ad470e0d97fbe3
|
[] |
no_license
|
appucrossroads/Scilab-TBC-Uploads
|
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
|
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
|
refs/heads/master
| 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null |
UTF-8
|
Scilab
| false | false | 851 |
sce
|
ex_9_4.sce
|
//find efficiency
clc
//solution
//given
t=13//mm
ft=80//N/mm^2
T=60//N/mm^2
fc=120//N/mm^2
pi=3.14
d=6*sqrt(t)//mm//dia of rivet
//use standard value from table 9.3
//let p be the picth of rivets
//Pt=(p-d)*t*ft=(p-23)*1040//N//tearing resistance of plate
Ps=2*(pi/4)*d^2*T//N//shearing resistance of rivet
//p-23=Ps/1040
p=23+(Ps/1040)//mm
//check the limits,if p<=pmax..then it is safe design
//pmax=C*t+41.28//mm=75.28mm which is more then p
pb=0.33*p+ 0.67*d//distance btw rivets
m=1.58*d//margin
Pt=(p-d)*t*ft//N//tearing resistance of plate
Ps=(2*pi/4)*d^2*T//N//shearing resistance of rivet
Pc=2*d*t*fc//N//crushing resistance of rivet
P=p*t*ft//N//strength of the unriveted
//eff=(least of Pt,Ps,Pc)/P
printf("the value of forces are,%f N\n,%f N\n,%f N\n",Pt,Ps,Pc)
eff=Ps/P//least is Ps
printf("the eff is,%f",eff)
|
27daab34b04773b03bd6c484deaea6b0ebd58e4f
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set8/s_Elementary_Heat_Power_H._L._Solberg_2420.zip/Elementary_Heat_Power_H._L._Solberg_2420/CH5/EX5.1/5_1.sce
|
2a9276a151721dcb2c3c7245a04eb45653a59025
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 210 |
sce
|
5_1.sce
|
errcatch(-1,"stop");mode(2);
//Initialization of variables
x=0.98
vg=26.80
vf=0.01672
//calculations
vx=x*vg+(1-x)*vf
//results
printf("Specific volume of wet steam = %.6f cu ft per lb",vx)
exit();
|
79c2151d3c409110de73edb34283d3124f667809
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1299/CH5/EX5.5/example5_5.sce
|
cdad4923a0d65c17934c64fbb1be4b8d3c31df66
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 353 |
sce
|
example5_5.sce
|
//Example 5.5 a
//constructing Routh array in scilab
clear;clc
xdel(winsid());//close all windows
mode(0);
s=%s;
A=s^3+s^2-s+1
routh_t(A)
//Example 5.5 b
s=%s;
B=s^4-s^2-2*s+2
routh_t(B)
//in this example 0 occurs in the first column of the array
// for which system assumes any small value "eps" and computes the array automatically.
|
fd943f12c8d099be259ccd1c10b0c59e8326e36a
|
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
|
/Air 2.sce
|
9ab74715c484b48890af3c4b11957d7d4dc18e35
|
[] |
no_license
|
MBHuman/Scenarios
|
be1a722825b3b960014b07cda2f12fa4f75c7fc8
|
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
|
refs/heads/master
| 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 48,998 |
sce
|
Air 2.sce
|
Name=Air 2
PlayerCharacters=A
BotCharacters=Bot Rotation air.rot
IsChallenge=true
Timelimit=100000.0
PlayerProfile=A
AddedBots=Bot Rotation air.rot
PlayerMaxLives=0
BotMaxLives=9
PlayerTeam=1
BotTeams=2
MapName=airmap1.map
MapScale=6.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=1000.0
ScorePerDamage=0.0
ScorePerKill=0.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=1.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Tracking, Vertical Aim
WeaponHeroTag=Lightning Gun, Tracking Hitscan
DifficultyTag=5
AuthorsTag=Ku, 1337Noooob
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=if air is so good why is there no air 2? Updated air with the room extended downwards and clipping cones to prevent the bots from hovering directly above and below you. Kill the bots as fast as possible for the highest score!
GameVersion=1.0.5
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Bot Profile]
Name=air1_close_long
DodgeProfileNames=Long Strafes Close
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1
SeeThroughWalls=false
[Bot Profile]
Name=air1_far_long
DodgeProfileNames=Long Strafes Jumping
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1
SeeThroughWalls=false
[Bot Profile]
Name=air_close_short
DodgeProfileNames=Short Strafes Close
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1
SeeThroughWalls=false
[Bot Profile]
Name=air1_far_short
DodgeProfileNames=Short Strafes Jumping
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1
SeeThroughWalls=false
[Bot Profile]
Name=air1F_close_long
DodgeProfileNames=Long Strafes Close
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_fast
SeeThroughWalls=false
[Bot Profile]
Name=air1F_far_long
DodgeProfileNames=Long Strafes Jumping
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_fast
SeeThroughWalls=false
[Bot Profile]
Name=air1F_close_short
DodgeProfileNames=Short Strafes Close
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_fast
SeeThroughWalls=false
[Bot Profile]
Name=air1F_far_short
DodgeProfileNames=Short Strafes Jumping
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_fast
SeeThroughWalls=false
[Bot Profile]
Name=air1_UFO
DodgeProfileNames=Very Short Strafes + Jump;Long Strafes Close
DodgeProfileWeights=1.0;0.5
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_UFO
SeeThroughWalls=false
[Bot Rotation Profile]
Name=Bot Rotation air
ProfileNames=air1_close_long;air1_far_long;air_close_short;air1_far_short;air1F_close_long;air1F_far_long;air1F_close_short;air1F_far_short;air1_UFO
ProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
Randomized=false
[Character Profile]
Name=A
MaxHealth=100.0
WeaponProfileNames=Track Master 100;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=500.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=true
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
[Character Profile]
Name=air1
MaxHealth=1000.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1000.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=100.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=true
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=800.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
[Character Profile]
Name=air1_fast
MaxHealth=1000.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1500.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=100.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=true
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=800.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
[Character Profile]
Name=air1_UFO
MaxHealth=1000.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=2000.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=1.0
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=100.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=true
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=800.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=Blink.abilmov;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
[Dodge Profile]
Name=Long Strafes Close
MaxTargetDistance=750.0
MinTargetDistance=200.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.55
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Long Strafes Jumping
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.55
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Short Strafes Close
MaxTargetDistance=750.0
MinTargetDistance=200.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.55
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Short Strafes Jumping
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.55
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.5
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Very Short Strafes + Jump
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.1
MaxLRTimeChange=0.3
MinFBTimeChange=0.1
MaxFBTimeChange=0.3
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.55
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Weapon Profile]
Name=Track Master 100
Type=Hitscan
ShotsPerClick=1
DamagePerShot=1.0
KnockbackFactor=0.0
TimeBetweenShots=0.01
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=1000000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.01
HitSoundCooldown=0.01
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=0.0
TaggingHitFactor=0.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=1000.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Movement Ability Profile]
Name=Blink
MaxCharges=3.0
ChargeTimer=3.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.1
FullyAuto=false
AbilityDuration=0.075
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=15000.0
MainVelocityCanGoVertical=false
MainVelocitySetToMovementKeys=true
UpVelocity=0.0
EndVelocityFactor=0.075
Hurtbox=false
HurtboxRadius=50.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=1.0
HurtboxAirKnockbackFactor=1.0
AbilityBlocksTurning=false
AbilityBlocksMovement=true
AbilityBlocksAttack=false
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=1500.0
AIMaxTargDist=1000000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.75
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=25.0
AIDamageReactionResetTimer=1.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-112.000000 368.000000 -304.000000
-112.000000 368.000000 -208.000000
-16.000000 368.000000 -208.000000
-16.000000 368.000000 -304.000000
-112.000000 352.000000 -304.000000
-112.000000 352.000000 -208.000000
-16.000000 352.000000 -208.000000
-16.000000 352.000000 -304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-592.000000 704.000000 272.000000
448.000000 704.000000 272.000000
448.000000 704.000000 256.000000
-592.000000 704.000000 256.000000
-592.000000 -704.000000 272.000000
448.000000 -704.000000 272.000000
448.000000 -704.000000 256.000000
-592.000000 -704.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-592.000000 704.000000 256.000000
-576.000000 704.000000 256.000000
-576.000000 704.000000 -784.000000
-592.000000 704.000000 -784.000000
-592.000000 -704.000000 256.000000
-576.000000 -704.000000 256.000000
-576.000000 -704.000000 -784.000000
-592.000000 -704.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 704.000000 -768.000000
464.000000 704.000000 -768.000000
464.000000 704.000000 -784.000000
-576.000000 704.000000 -784.000000
-576.000000 -704.000000 -768.000000
464.000000 -704.000000 -768.000000
464.000000 -704.000000 -784.000000
-576.000000 -704.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
448.000000 704.000000 272.000000
464.000000 704.000000 272.000000
464.000000 704.000000 -768.000000
448.000000 704.000000 -768.000000
448.000000 -704.000000 272.000000
464.000000 -704.000000 272.000000
464.000000 -704.000000 -768.000000
448.000000 -704.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-32.000000 -720.000000 -400.000000
-64.000000 -16.000000 -256.000000
-96.000000 -720.000000 -416.000000
-96.000000 -720.000000 -400.000000
-32.000000 -720.000000 -416.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 2 4 0x00000000
brush
vertices
80.000000 -720.000000 -224.000000
-64.000000 -16.000000 -255.999969
96.000000 -720.000000 -288.000000
80.000000 -720.000000 -288.000000
96.000000 -720.000000 -224.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 2 4 0x00000000
brush
vertices
-96.000000 -720.000000 -112.000000
-64.000061 -16.000000 -256.000000
-32.000000 -720.000000 -96.000008
-32.000000 -720.000000 -112.000008
-96.000000 -720.000000 -96.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 2 4 0x00000000
brush
vertices
-208.000000 -720.000000 -288.000000
-63.999985 -16.000000 -256.000122
-223.999939 -720.000000 -224.000000
-207.999939 -720.000000 -224.000000
-224.000000 -720.000000 -288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 2 4 0x00000000
brush
vertices
-128.000000 -720.000000 -384.000000
-64.000000 -16.000000 -256.000000
-160.000000 -720.000000 -384.000000
-96.000000 -720.000000 -416.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
-192.000000 -720.000000 -192.000000
-64.000000 -16.000000 -256.000000
-192.000000 -720.000000 -160.000000
-224.000000 -720.000000 -224.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
0.000000 -720.000000 -127.999985
-64.000000 -16.000000 -256.000000
32.000000 -720.000000 -128.000000
-32.000000 -720.000000 -95.999985
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
64.000000 -720.000000 -320.000000
-64.000000 -16.000000 -256.000000
64.000000 -720.000000 -352.000000
96.000000 -720.000000 -288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
-32.000000 -720.000000 -416.000000
-64.000000 -16.000000 -256.000000
32.000000 -720.000000 -384.000000
-0.000000 -720.000000 -384.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
-224.000000 -720.000000 -288.000000
-64.000000 -16.000000 -256.000031
-192.000000 -720.000000 -352.000000
-192.000000 -720.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
-96.000000 -720.000000 -96.000000
-64.000031 -16.000000 -256.000000
-160.000000 -720.000000 -128.000000
-128.000000 -720.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
96.000000 -720.000000 -224.000000
-64.000000 -16.000000 -255.999969
64.000000 -720.000000 -160.000000
64.000000 -720.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
-64.000000 -16.000000 -256.000000
32.000000 -720.000000 -160.000000
64.000000 -720.000000 -160.000000
32.000000 -720.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
-64.000000 -16.000000 -256.000000
32.000000 -720.000000 -352.000000
32.000000 -720.000000 -384.000000
64.000000 -720.000000 -352.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
-64.000000 -16.000000 -256.000000
-160.000000 -720.000000 -352.000000
-192.000000 -720.000000 -351.999969
-160.000000 -720.000000 -384.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
-64.000000 -16.000000 -256.000000
-160.000000 -720.000000 -159.999985
-159.999969 -720.000000 -127.999985
-192.000000 -720.000000 -159.999985
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
-592.000000 -704.000000 272.000000
464.000000 -704.000000 272.000000
464.000000 -704.000000 -784.000000
-592.000000 -704.000000 -784.000000
-592.000000 -720.000000 272.000000
464.000000 -720.000000 272.000000
464.000000 -720.000000 -784.000000
-592.000000 -720.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-208.000000 720.000000 -288.000000
-64.000000 80.000000 -256.000000
-223.999939 720.000000 -224.000000
-224.000000 720.000000 -288.000000
-207.999939 720.000000 -224.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 2 4 0x00000000
brush
vertices
-96.000000 720.000000 -112.000000
-64.000000 80.000000 -256.000000
-31.999985 720.000000 -96.000061
-96.000000 720.000000 -96.000000
-31.999985 720.000000 -112.000061
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 2 4 0x00000000
brush
vertices
80.000000 720.000000 -224.000000
-64.000000 80.000000 -256.000000
96.000000 720.000000 -288.000000
96.000000 720.000000 -224.000000
80.000000 720.000000 -288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 2 4 0x00000000
brush
vertices
-32.000000 720.000000 -399.999969
-64.000000 80.000000 -255.999969
-96.000000 720.000000 -415.999908
-32.000000 720.000000 -415.999969
-96.000000 720.000000 -399.999908
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 2 4 0x00000000
brush
vertices
-96.000000 720.000000 -96.000000
-64.000000 80.000000 -256.000000
-160.000000 720.000000 -128.000000
-128.000000 720.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
96.000000 720.000000 -224.000000
-64.000000 80.000000 -256.000000
64.000000 720.000000 -160.000000
64.000000 720.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
-32.000000 720.000000 -416.000000
-64.000000 80.000000 -256.000000
32.000000 720.000000 -384.000000
0.000000 720.000000 -384.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
-224.000000 720.000000 -288.000000
-64.000000 80.000000 -256.000000
-192.000000 720.000000 -352.000000
-192.000000 720.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
-192.000000 720.000000 -192.000000
-64.000000 80.000000 -256.000000
-192.000000 720.000000 -160.000000
-224.000000 720.000000 -224.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
0.000000 720.000000 -127.999985
-64.000000 80.000000 -256.000000
32.000000 720.000000 -128.000000
-32.000000 720.000000 -95.999985
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
64.000000 720.000000 -320.000000
-64.000015 80.000000 -256.000000
63.999985 720.000000 -352.000000
96.000000 720.000000 -288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
-128.000000 720.000000 -384.000000
-64.000000 80.000000 -255.999969
-160.000000 720.000000 -383.999969
-96.000000 720.000000 -416.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000
brush
vertices
-64.000000 80.000000 -256.000000
-160.000000 720.000000 -352.000000
-192.000000 720.000000 -351.999969
-160.000000 720.000000 -384.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
-64.000000 80.000000 -256.000000
-160.000000 720.000000 -159.999985
-159.999969 720.000000 -127.999985
-192.000000 720.000000 -159.999985
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
-64.000000 80.000000 -256.000000
32.000015 720.000000 -160.000000
64.000023 720.000000 -160.000031
32.000031 720.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
-64.000000 80.000000 -255.999985
32.000000 720.000000 -352.000000
31.999969 720.000000 -384.000000
64.000000 720.000000 -352.000031
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000
brush
vertices
-592.000000 720.000000 272.000000
464.000000 720.000000 272.000000
464.000000 720.000000 -784.000000
-592.000000 720.000000 -784.000000
-592.000000 704.000000 272.000000
464.000000 704.000000 272.000000
464.000000 704.000000 -784.000000
-592.000000 704.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-96.000000 0.000000 -288.000000
-96.000000 0.000000 -224.000000
-32.000000 0.000000 -224.000000
-32.000000 0.000000 -288.000000
-96.000000 -16.000000 -288.000000
-96.000000 -16.000000 -224.000000
-32.000000 -16.000000 -224.000000
-32.000000 -16.000000 -288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-112.000000 352.000000 -304.000000
-112.000000 352.000000 -224.000000
-96.000000 352.000000 -224.000000
-96.000000 352.000000 -304.000000
-112.000000 -320.000000 -304.000000
-112.000000 -320.000000 -224.000000
-96.000000 -320.000000 -224.000000
-96.000000 -320.000000 -304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-112.000000 352.000000 -208.000000
-32.000000 352.000000 -208.000000
-32.000000 352.000000 -224.000000
-112.000000 352.000000 -224.000000
-112.000000 -320.000000 -208.000000
-32.000000 -320.000000 -208.000000
-32.000000 -320.000000 -224.000000
-112.000000 -320.000000 -224.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-32.000000 352.000000 -288.000000
-32.000000 352.000000 -208.000000
-16.000000 352.000000 -208.000000
-16.000000 352.000000 -288.000000
-32.000000 -320.000000 -288.000000
-32.000000 -320.000000 -208.000000
-16.000000 -320.000000 -208.000000
-16.000000 -320.000000 -288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-96.000000 352.000000 -288.000000
-16.000000 352.000000 -288.000000
-16.000000 352.000000 -304.000000
-96.000000 352.000000 -304.000000
-96.000000 -320.000000 -288.000000
-16.000000 -320.000000 -288.000000
-16.000000 -320.000000 -304.000000
-96.000000 -320.000000 -304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 -736.000000
Bool8 teamA 0
entity
type CameraPath
UInt32 entityIdAttachedTo 5
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 256.000000 0.000000
String64 effectName internal/misc/reflectionprobe
entity
type Target
Vector3 position 352.000000 256.000000 224.000000
Vector3 angles -135.000000 30.000000 0.000000
String32 name end
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 224.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 416.000000 0.000000 -256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 0.000000 -256.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 -256.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamB 0
|
834b1719a5120fa6f57d6c8621e82fd2a94b42f7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3760/CH4/EX4.21/Ex4_21.sce
|
82f432f09c9f41ff1094d8795b4af342df88a8e7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,704 |
sce
|
Ex4_21.sce
|
clc;
Vrated=30;//rated output voltage of generater
Irated=200;//rated output current of generator
Ra=0.03;//armature resistance(including brushes)
Rf=2.4;//field winding resistance
//No-load saturation curve at 2200rpm
If=[2 4 6 8 10 12];
Ea=[15 27 35 40 43 45];
plot(If,Ea);//magnetization curve at 2200 rpm
//(1)AT 2200 rpm
//at no load
Ea1=28;//induced voltage in armature
//for this voltage, the field current required, from magnetization curve is-
If1=4.23;//field current in ampere
Rt1=Ea1/If1;//total shunt field resistance
Re=Rt1-Rf;//external resistance
//at full load
Ea1_=28+Irated*Ra;//induced voltage in armature
//for this voltage, the field current required, from magnetization curve is-
If1_=5.67;//field current
Rt1_=Ea1/If1_;//total shunt field resistance
Re_=Rt1_-Rf;//external resistance
//(2)AT 4500 rpm
//at no load
Ea2__=28;//induced voltage in armature at 4500 rpm
Ea2=28*(2200/4500);//Ea at 2200 rpm
//for this voltage, the field current required, from magnetization curve is-
If2=1.833;//field current in ampere
Rt2=Ea2__/If2;//total shunt field resistance
Re__=Rt2-Rf;//external resistance
//at full load
Ea2___=28+Irated*Ra;//induced voltage in armature at 4500 rpm
Ea2_=34*(2200/4500);//Ea at 4500 rpm
//for this voltage, the field current required, from magnetization curve is-
If2_=2.17;//field current
Rt2_=Ea2__/If2_;//total shunt field resistance
Re___=Rt2_-Rf;//external resistance
Pmax=If1_*If1_*min(Re,Re_,Re__,Re___);
printf('The minimum & maximum value of external resistance is %f & %fohm respectively.\nMaximum power dissipated through rheostat is %f ohm.',min(Re,Re_,Re__,Re___),max(Re,Re_,Re__,Re___),Pmax);
|
59983adb8f1f761af8d2767ea2c1c2990b5119f0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1472/CH10/EX10.8/10_8.sce
|
bc328cd0866352c02d58909ec1d79f6dfaa359d8
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 202 |
sce
|
10_8.sce
|
clc
//initialization of varaibles
en=1303.7 //B/lb
P=300 //psia
//calculations
disp("Given hg is less than h, steam is superheated. T=580 F")
T=580 //F
//results
printf("Temperature = %d F",T)
|
1d4aecfcb86704cc63d044320c067181ea0aa99f
|
33cf645e9e65f22a3670517a08959b0963cd0cd3
|
/Exercice2_tp1.sce
|
dfeedd9a922129a75b766c9dd67c85b3bc23356d
|
[] |
no_license
|
Abla-Adem/TP-calcul-numerique
|
eecda616e8d512e972c19701c3ff847c184c9e6b
|
c75cc37dd09787fa87867c106adb1ee69d6b581d
|
refs/heads/main
| 2023-02-06T15:15:50.993839 | 2020-12-25T13:10:35 | 2020-12-25T13:10:35 | 314,226,297 | 1 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 220 |
sce
|
Exercice2_tp1.sce
|
function [erreur_avant,erreur_arriere,cnd,x]=erreur(n)
a=rand(n,n)
xex=rand(n,1)
b=a*xex
x=a\b
erreur_avant=norm(x-xex)/norm(xex)
erreur_arriere=norm(b-a*x)/norm(b)
cnd=cond(a)
x=cnd*erreur_arriere
endfunction
|
cf60e554c3b0e36ac00bc56c7b6fa29ae0f32d28
|
3c47dba28e5d43bda9b77dca3b741855c25d4802
|
/microdaq/macros/microdaq_blocks/mdaq_adc_sim.sci
|
a273368e077c006f67f09f5c987c659f50503305
|
[
"BSD-3-Clause"
] |
permissive
|
microdaq/Scilab
|
78dd3b4a891e39ec20ebc4e9b77572fd12c90947
|
ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf
|
refs/heads/master
| 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 |
BSD-3-Clause
| 2019-10-18T09:47:30 | 2015-05-04T17:48:48 |
Scilab
|
UTF-8
|
Scilab
| false | false | 1,162 |
sci
|
mdaq_adc_sim.sci
|
function block=mdaq_adc_sim(block,flag)
global %microdaq;
if %microdaq.dsp_loaded == %F then
select flag
case -5 // Error
case 0 // Derivative State Update
case 1 // Output Update
if %microdaq.private.connection_id > -1 then
channels = block.ipar(3:3+block.ipar(1)-1)';
aiRange = matrix(block.rpar, 2, size(channels, 'c'))';
aiMode_t = block.ipar(3+block.ipar(1):3+2*block.ipar(1)-1)';
aiMode = [];
for i = 1:size(aiMode_t, 'c')
if aiMode_t(i) == 0 then
aiMode(i)= %F;
else
aiMode(i)= %T;
end
end
block.outptr(1) = mdaqAIRead(%microdaq.private.connection_id, channels, aiRange, aiMode');
clear aiMode;
end
case 2 // State Update
case 3 // OutputEventTiming
case 4 // Initialization
case 5 // Ending
case 6 // Re-Initialisation
case 9 // ZeroCrossing
else // Unknown flag
end
end
endfunction
|
afc5b06673a2e38d7847f2ce2941904075541bd1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1955/CH5/EX5.6/example6.sce
|
3d24ff7a573d1bb572ceee1bbf91d50e30245d1e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,471 |
sce
|
example6.sce
|
clc
clear
//input data
R=0.5//Degree of reaction
P1=14//Initial pressure in bar
T1=588//Initial temperature in K
P2=0.14//Final pressure in bar
Ns=0.75//Stage efficiency
RF=1.04//Reheat factor
N=20//No. of stages
W=11770//Total power output in kW
a1=20//Exit blade angle in degree
hD=1/12//Ratio of blade height to blade mean diameter
//calculations
hs1=3080//Isentropic enthalpy at initial condition from mollier chart in kJ/kg
hs2=2270//Isentropic enthalpy at final condition from mollier chart in kJ/kg
dhs=hs1-hs2//Isentropic enthalpy change in kJ/kg
Nt=Ns*RF//Overall efficiency
dh=Nt*dhs//Actual enthalpy drop in kJ/kg
hs=dh/N//Enthalpy drop per stage in kJ/kg
m=W/dh//Mass flow rate in kg/s
C11=1.43*1//Velocity of steam at exit from nozzle in m/s in terms of U for 0.5 degree of reaction
Wm=1*((2*C11*sind(90-a1))-1)//Work done per mass of steam in terms of U^2 in kJ/kg
U=((hs*10^3)/Wm)^(1/2)//Mean blade velocity in m/s as work done equals enthalpy drop per stage
C1=1.43*U//Velocity of steam at exit from nozzle in m/s
Ca=C1*cosd(90-a1)//Flow velocity in m/s
v=1.618//Specific volume of steam from steam table at 1.05 bar with dry saturated steam in m^3/kg
D=((m*v)/(hD*3.14*Ca))^(1/2)//Blade mean diameter in m
N=(U*60)/(3.14*D)//Rotor speed in rpm
//output
printf('(a)Mass flow rate of steam is %3.2f kg/s\n(b)Mean blade velocity is %3.1f m/s \n(c)Blade mean diameter is %3.3f m \n(d)Rotor speed is %3i rpm',m,U,D,N)
|
f688ba4b7ca752a4be95ba7d2ab6c5cf1cdb0781
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2084/CH16/EX16.3w/16_3w.sce
|
d0e9bdc82dcf116407aad9c719af08acd24d0fda
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 900 |
sce
|
16_3w.sce
|
//developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 16.3w
//calculation of the frequency,wavelength,speed,maximum and minimum pressures of the sound wave
//given data
//equation of the sound wave is
//p = (0.01 N/m^2)*sin((1000 s^-1)*t - (3.0 m^-1)*x)............(1)
peq=1.0*10^5//equilibrium pressure(in N/m^2) of the air
//calculation
//comparing equation (1) with standard equation p = p0*sin(w*(t-(x/v)))...we get
w=1000//value of w(in s^-1)
nu=w/(2*%pi)//frequency
v=w/3//velocity
lambda=v/nu//wavelength
p0=0.01//pressure amplitude(in N/m^2)
printf('the frequency is %d Hz',nu)
printf('\nthe wavelength is %3.1f m',lambda)
printf('\nthe speed of the sound wave is %d m/s',v)
printf('\nthe maximum pressure amplitude is (%3.2e + %3.2f) N/m^2',peq,p0)
printf('\nthe minimum pressure amplitude is (%3.2e - %3.2f) N/m^2',peq,p0)
|
6e9856c995bbd81902e50a1400d4dd9d6465c0f4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3819/CH2/EX2.24/Ex2_24.sce
|
d1e62bf63ebb167c90f76cdcdbbffb3c58bc5564
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 659 |
sce
|
Ex2_24.sce
|
// A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
// Chapter 2 - Pressure and its measurements
// Problem 2.24
//Given Data Set in the Problem
dens=1000
g=9.81
Z=7500
p0=10.143*10^4
t0=15
T0=t0+273.15
dens0=1.285
//calculations
//1)incompressible
p=p0-integrate("dens0*g","z",0,Z)
mprintf("The pressure when air is incompressible is %f N/cm^2\n",p*10^-4)
//2)isothermal
p=p0*exp(-g*Z*dens0/p0)
mprintf("The pressure when air follows isothermal law is %f N/cm^2\n",p*10^-4)
//3)adiabatic
k=1.4
p=p0*(1-(k-1)/k*g*Z*dens0/p0)^(k/(k-1))
mprintf("The pressure when air follows adiabatic law is %f N/cm^2\n",p*10^-4)
|
2b70c5a958b0cfbf33dbb67810696ec01467142c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/551/CH15/EX15.1/1.sce
|
2a4d6648f3b9f2ea0459419a351dea6a31fe64e7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 143 |
sce
|
1.sce
|
clc
t1=60; //0C
t2=35; //0C
L=0.22; //m
k=0.51; //W/m 0C
q=k*(t1-t2)/L;
disp("Rate of heat transfer per m^2 =")
disp(q)
disp("W/m^2")
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.