blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e65998fe8ce14202b9e80f9c59347b49e09ba52 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH5/EX5.14/Ex5_14.sce | 5654b0af1ca1b7f27e435a81a48f0c18688a40cf | [] | 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 | 422 | sce | Ex5_14.sce |
//calculating inductance and resistance of the relay
T=.004//time constant which is time taken for the current to rise to .632 of its final steady value
I=.35/.632//final steady value
V=200//applied voltage
R=V/I
L=T*R
mprintf("Resistance of relay circuit=%f ohm\nInductance of relay circuit=%f H\n",R,L)
//calculating initial rate of rise of current
r=V/L
mprintf("Initial rate of rise of current=%f A/s",r)
|
90722d564f3eefca43a61538973fb9b16ce10448 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2168/CH26/EX26.3/Chapter26_example3.sce | 95645a558232973f9c484e03c20fd36b44787b93 | [] | 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,146 | sce | Chapter26_example3.sce | clc
clear
//Input data
a=11500//Altitude in m
n=123//Number of passengers
c=3//Cargo in tonnes
Va=650//Velocity of air craft in km/hour
d=640//Drag in kg
pe=50//Propulsion efficiency in percent
oe=18//Overall efficiency in percent
CV=10000//Calorific value in kcal/kg
da=0.0172//Density of air at 11500 m in kg/cm^2
//Calculations
Vp=((Va*1000)/3600)//Velocity of aeroplane in m/s
Vr=((2/(pe/100))-1)*Vp//Velocity of working medium in m/s
nhp=((d*Vp)/(75*(pe/100)))//Net horse power in H.P
wf=((nhp*75*3600)/((oe/100)*427*CV))//Mass flow rate in kg/hr
thp=((Va*Vp)/75)//Thrust horse power in H.P
F=(wf/thp)//Fuel consumption per thrust H.P hour in kg
W=((Va*9.81)/Vr)//Air flow in kg/sec
va=(W/da)//Volume of air in cu.m/sec
aa=(va/(3*Vr))//Area of jet in m^2
d=sqrt((4*aa)/3.14)*100//Diameter of jet in cm
af=((W*3600)/wf)//Air fuel ratio
//Output
printf('(a) Absolute velocity of the jet is %3.1f m/sec \n (b) Net horse power of the gas plant is %3.0f H.P \n (c) Fuel consumption per thrust H.P hour is %3.3f kg \n (d) Diameter of the jet is %3.1f cm \n (e) Air-fuel ratio of the engine is %3.1f',Vr,nhp,F,d,af)
|
f4ff3b5e1f7bcd61be82c69e9d2a05d44dc7d7b3 | d4433dc5a6e90f6a26a4c5d9dee686eade240b25 | /KEYTEST1.TST | 075e55763187c7d566521a6980edab57f96b5ba5 | [] | no_license | qb40/all | 6e2149ef3c6151717e468ca236840de622cf7d2a | e168acb64fbde09277b04515574507dcbe35161c | refs/heads/master | 2022-02-05T17:58:39.207269 | 2014-01-19T13:28:41 | 2014-01-19T13:28:41 | 106,962,623 | 5 | 0 | null | 2017-10-14T21:02:04 | 2017-10-14T21:02:03 | null | UTF-8 | Scilab | false | false | 711 | tst | KEYTEST1.TST | DECLARE FUNCTION bin1$ (a%)
DECLARE FUNCTION bin& (a%)
'maxkeys per second = 857 INP(&H60) command
CLS
OPEN "O", #1, "test.log"
DO
k% = INP(&H60) 'recieve key from buffer
PRINT k%, bin1$(k%); "b" 'Print keycode, binary code
PRINT #1, k%, bin1$(k%); "b"
DEF SEG = 0 'stop beep sound
POKE &H41A, PEEK(&H41C) '(by clearing keyboard buffer)
DEF SEG '(Qbasic tip)
IF (k% = 129) THEN EXIT DO
LOOP
CLOSE #1
FUNCTION bin& (a%)
b& = 0
c% = 128
DO
b& = (b& * 10) + SGN((a% AND c%))
c% = c% \ 2
LOOP UNTIL c% = 0
bin& = b&
END FUNCTION
FUNCTION bin1$ (a%)
b& = bin&(a%)
c$ = STR$(b&)
c$ = RTRIM$(LTRIM$(c$))
FOR i = LEN(c$) TO 7
c$ = "0" + c$
NEXT
bin1$ = c$
END FUNCTION
|
3a35e2b4aa9af72ef064033313abbe7a6dded0f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3835/CH3/EX3.7/Ex3_7.sce | 5d2fa0d55b36fe8d8dbcb8ff8856c8a7effc4f8c | [] | 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,245 | sce | Ex3_7.sce | clear
//
//given
fluxa=1.4*10**-3
area=0.002
B=fluxa/area //flux density in air gap
printf("\n B= %0.3f Wb/m**2",B)
//u1=4*3.14*10**-7
//ha=B/u1 in AT/m //magnetic field in air gap
ha=55.7
la=2 //length of air gap in m
mmf=ha*la //mmf of air gap
printf("\n mmf= %0.3f AT",mmf)
//since the flux density of central limb is 0.7 the corresponding field srength is h1=250AT/m
h1=250
mmfl=112.45 //mmf for magnetic central limb-->mmf=250*(450-0.2)*10**-3
totmmf=mmf+mmfl
printf("\n totmmf= %0.5f AT",totmmf)
//mean length of core CGHF=0.75m
ml=0.75 //as above
//since the central limb and magnetic core are in parallel they have same mmf that is 223.86AT
h2=totmmf/ml //magnetic intensity in CGHF
printf("\n h2= %0.5f AT",h2)
flux2=B*area
printf("\n flux2= %0.5f Wb",flux2)
totflux=fluxa+flux2 //Wb
Bfabc=totflux/area //flux density in magnetic core fabc in Wb/m**2
H=3000 //AT/m
totmmffabc=H*ml //total mmf in fabc in AT
printf("\n total mmf in fabc= %0.5f Wb/m**2",totmmffabc)
totmmfm=totmmffabc+totmmf //total mmf in magnetic core in AT
printf("\n totmmfm= %0.5f AT",totmmfm)
N=500
I=totmmfm/N //The required current to set up flux in air gap
printf("\n The total current required to set up flux in air gap is= %0.5f A",I)
|
7294d22985e9acfa88c49559fd675b799fd53e91 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH4/EX4.13/ex4_13.sce | 71995397a54dce00446f055b90fd29ac77c5a495 | [] | 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 | 378 | sce | ex4_13.sce | clc;
clear all;
V = 1000; // Volume of hall in cubic meter
s = 400; // Surface area of hall in square meters
a = 0.2; // Average absorption coefficient of hall in sabine
T = (0.163*V)/(a*s);//'Reverberation time of hall
disp('s',T,'Reverberation time of hall is')
// there is slight variation in the answer.. there is mistake in the book.. checked in calculator also..
|
7f165f54e4571a9e02d03400f465d04f73f3d9e7 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/CreatingPlots/testplot.sce | eba811b52827d797fbdfe0d7478ec3b507cf04d4 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 310 | sce | testplot.sce | //* file testplot.sce *//
clf; //clear the graphics window
//plot the circle x(t)=cos(t), y(t)=sin(t)
t=[0:0.02:2*%pi];
x=cos(t);y=sin(t);
plot(x,y,'-r')
//plot the line y=sqrt(2)-x in blue
x=[0;sqrt(2)];y=[sqrt(2);0];
plot(x,y,'--b')
//plot the vector in cyan
x=1/sqrt(2)+[0;1];y=x;
plot(x,y,'c:o')
|
61b754222efbaa91f1a6d69201941b8d84f7cc88 | 63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa | /test/0030.tst | e7fdd23c43f4885f870fbbc00f42b12a4691121b | [] | no_license | fmeci/nfql-testing | e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c | 6b7d465b32fa50468e3694f63c803e3630c5187d | refs/heads/master | 2021-01-11T04:09:48.579127 | 2013-05-02T13:30:17 | 2013-05-02T13:30:17 | 71,239,280 | 0 | 0 | null | 2016-10-18T11:01:57 | 2016-10-18T11:01:55 | Python | UTF-8 | Scilab | false | false | 399 | tst | 0030.tst | SplITtEr hLnhn {}
FILtER fjz { bItOR (, ) }
FIlTER Ofd {noT Ts NOT p }
D -> W -> pI -> rg -> m
groUPEr G {MODULe E{ f <= k DelTa 5 qj <= V } mOdUlE iA{ } mOdulE B{ G = Zzfv zKx >= dMVWS DeLta 37M } moDuLE zxQ{ G < y DeltA 27m } mODule x{ k = vCGb rdelta 487 W >= Cd deLta 4 } MOdULe lNH{ } AggReGaTE mX.mz ,SUm(ug.h) aS t }
uNGrOuPeR TV { }
groupFIlTeR B {}
MeRgeR iE { exPorT M } |
c9012148b3490b55abd34b6a4456549461530867 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH2/EX2.11/Ex2_11.sce | 95bec3d9b64650223f54ffbe5651d2ff054974f9 | [] | 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 | 290 | sce | Ex2_11.sce | clc;
//ex2.11
Pdmax=500; //miliwatt
Vf=0.7; //volt
Io=Pdmax/Vf; //Ampere//using P=V*I
Ifmax=(80/100)*Io; //Ampere//maximum forward current 80% of IO
disp( 'mA',Io,"Io="); //The answers vary due to round off error
disp('mA',Ifmax,"Ifmax="); //The answers vary due to round off error
|
c92141399db5a9fb4f1cb46e054b3bbad7c39d3d | 66037af205d3b3535f7a38922c80089a7f65c479 | /NRZ Unipolar/NRZ UNIPOLAR.sce | 3c32a7a5a832483ee773020dd4931f725a98f5df | [] | no_license | Sid-149/Line-Code-in-Digital-Communication | d7fa5d0966c94478cdce3bb0648a9e2b8da875c3 | bfebdd70407e2b94035ee077589c5234429da5e7 | refs/heads/main | 2023-01-09T06:22:45.268396 | 2020-11-13T13:04:48 | 2020-11-13T13:04:48 | 309,885,670 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 255 | sce | NRZ UNIPOLAR.sce | clc;
clf;
x=[0,0,1,1,1,0,1,0]
z=0;
for i=1:length(x)
t=[z:1:z+1]
subplot(2,1,1)
a=gca();
a.data_bounds=[0,-1.5;length(x),1.5]
a.grid=[1,-1]
title('NRZ UNIPOLAR')
if(x(i)==0)
plot(t,0)
else
plot(t,1)
end
z=z+1
end
|
7a26f93018d6b3f0cbc4640f514afd48071da50b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH16/EX16.3/Ex16_3.sce | 50b71dcdb1a937bc8b06057f48eb90ef29101d7c | [] | 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 | Ex16_3.sce | clear;
clc;
//Example 16.3
Vdd=5;
Vtnd=0.8;
Vtnl=0.8;
Kn=35;
Vo=0.1;
Vi=4.2;
//W/L=Y
yl=0.5;
//Kd/Kl=x
x=(Vdd-Vo-Vtnl)^2/(2*Vo*(Vi-Vtnd)-Vo^2);
printf('\nKd/Kl=%.2f\n',x)
//Kd/Kl=yd/yl
yd=12.6
yl=0.5
iD=Kn*yl*(Vdd-Vo-Vtnl)^2/2;
printf('\ndrain current =%.2f microA\n',iD)
P=iD*Vdd;
printf('\npower dissipation=%.2f microW\n',P)
|
07b9872bf32d3d4b5447318bb4a49ae860f63abb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3683/CH5/EX5.1/Ex5_1.sce | 221a76bcb4dd1386c63d5aef757d22fa2519ec7f | [] | 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 | 265 | sce | Ex5_1.sce | sigma_cc=4//in MPa
sigma_sc=130//in MPa
Asc=4*0.785*25^2//four 25 mm dia bars, in sq mm
b=300//width, in mm
D=300//depth, in mm
Ag=b*D//in sq mm
Ac=Ag-Asc//in sq mm
P=sigma_cc*Ac+sigma_sc*Asc//in N
mprintf("Permissible load on the column = %f kN", P/10^3)
|
1d450e885895936a00216cdf2d1a08b2779829a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1466/CH7/EX7.1/7_1.sce | 3696c35817d21b78552255e1496fbe01caa1a589 | [] | 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 | 307 | sce | 7_1.sce |
clc
//initialisation of variables
As= 13500 //ft^2
n= 16
Vs= 20 //knots
fm= 0.0094
r= 20 //Lb
fs= 0.0091
//CALCULATIONS
Am= As/n^2
s= Vs/sqrt(n)
rf= fm*Am*(Vs/sqrt(n))^2
rw= r-rf
R= n^3*(r+rf*((fs/fm)-1))
hp= R*Vs*1.69*100/(550*60)
//RESULTS
printf (' required horse power = %.f ',hp-25)
|
4a199eda3918ef86c2a07e9c5987be6afe202ea2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH4/EX4.2/4_2.sce | 12181dacb2378374874367c6f97040be1bfc7156 | [] | 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 | 357 | sce | 4_2.sce | V=5.6;//Volume occupied by 8g of Oxygen at 0 C in litres//
T=273;//Temperature at which 8g of Oxygen occupies 5.6litres in Kelvin//
V1=11.2;//Changed volume of 8g of Oxygen in litres//
T1=(V1*T)/V;//Temperature at which 8g of Oxygen occupies 11.6litres in kelvin//
printf('Temperature of 8g of Oxygen Occupying 11.6litres=T1=%fKelvin=273degrees',T1);
|
eb6558eed4f7061b8c9d6a299799ee05071c2f02 | 79770d435e2b3f44a0670aeb846b421149f3f5a7 | /Typewriter/Models.tst | 202961987da0c0857133d3d9d8ed7ff36edbc8df | [] | no_license | scottfulford/frontEndORM | d8549608614ecf8d8074bd32489ff3a14b23f9b3 | f9381dedbd0be3b2dc691dfe029977844547ef6c | refs/heads/master | 2023-03-09T17:29:41.268117 | 2021-02-20T11:00:36 | 2021-02-20T11:00:36 | 340,634,852 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,155 | tst | Models.tst | ${
using Typewriter.Extensions.Types;
Template(Settings settings)
{
settings.IncludeProject("normalizrTestProject");
settings.OutputFilenameFactory = file =>
{
return "../ClientApp/src/app/models/"+file.Name.Replace(".cs", ".ts");
};
}
bool IsPropertyDTOObject(Property p)
{
//return p.Type;
// exclude attributes
if(p.Type.ToString().EndsWith("Dto") || p.Type.ToString().EndsWith("Dto[]")) return true;
return false;
}
string getTypeWithoutBracketsIfArray(Property p)
{
var typestr = p.Type.ToString();
if(typestr.EndsWith("[]")){
typestr = typestr.Replace("[]","");
}
return typestr;
}
}
import { DTOBaseClass } from "./DTOBaseClass";
$Classes(*Dto)[
$Properties($IsPropertyDTOObject)[
import {$getTypeWithoutBracketsIfArray} from "./$getTypeWithoutBracketsIfArray";
]
export class $Name$TypeParameters extends DTOBaseClass{
$Properties($IsPropertyDTOObject)[
public static AddChildProperty_$Parent_$Name : string= "$name";
]
$Properties[
$name: $Type;
]
}]
|
633f7256a6c54b5f789a818052b6588c0a162b21 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/firpmord/firpmord2.sce | 129da383c2402a9b453d6fbc1447d129fae93ea9 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 477 | sce | firpmord2.sce | //frequency greater than nyquist rate
f = [1500 2000];
a = [1 0];
dev = [0.01 0.1];
fs = 8000;
[n,fo,ao,w] = firpmord(f,a,dev);
disp(n);
disp(fo);
disp(ao);
disp(w);
//output
//!--error 116
//firpmord: Wrong value for argument #1 (f): Values must be between 0 and fs/2
//at line 109 of function firpmord called by :
// = firpmord(f,a,dev)
|
07366c62a8293fac9033571b0914e3e91c987d1c | 449d555969bfd7befe906877abab098c6e63a0e8 | /863/CH1/EX1.7/Ex1_7.txt | 418ae6520b0ac3d90ddc37fe12aa45c9d0bb0519 | [] | 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 | 214 | txt | Ex1_7.txt | //Caption:Calculate lowest input frequency
//Exa:1.7
clc;
clear;
close;
fl=10//Lower cutoff frequency(in hertz)
t=0.02//Tilt on output waveform
f=%pi*fl/(t*1000)
disp(f,'Lowest input frequency(in Khz)=')
|
d69f21ea4d5f141a561bed2317d9cc56dd240aab | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH1/EX1.7/Ex1_7.sce | 9c50ad6e8beb310a7ad6459fd94686be6234bb23 | [] | 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 | 313 | sce | Ex1_7.sce | //Example 1_7
clc;
clear;
close;
format('v',5);
//given data :
//11*I2+8*I3=4 from loop GDAG
//8*I2+11*I3=6 from loop HDAH
A=[11 8;8 11];//coefiicient matrix
B=[4;6];//coefiicient matrix
X=A^-1*B;//Matrix multiplication
I2=X(1);//A
I3=X(2);//A
I8=I2+I3;//A
disp(I8,"Current in 8 ohm resistor(A)");
|
438df9d353253f0af54d8e80253aba92ff7bc1b4 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Linear_Integrated_Circuits_J._B._Gupta_1850.zip/Linear_Integrated_Circuits_J._B._Gupta_1850/CH2/EX2.11/exa_2_11.sce | bf8050688b6396cbbe5b898dbab412ecd2de39fb | [] | 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 | exa_2_11.sce | errcatch(-1,"stop");mode(2);// Exa 2.11
;
;
// Given data
format('v',9)
dV_out=20;// in volt
dt= 4;// in micro seconds
SR= dV_out/dt;// in V/micro sec
disp(SR,"Slew rate in V/micro sec");
exit();
|
b7fb2963d7995a95324b748c0ef1cc48d841f1f2 | 9cb37875b74a713c93c09fa50ccc70ac0f71ecdb | /Gesture/SCENARIOS/Human.sce | 1a770a80f2b36db4a9fb1688c3d1e76f1cf084cd | [] | no_license | jmainpri/move3d-assets | a5b621daaedaaf8784fed0da1e80d029c83f3983 | 939db49d17a14e052bb58324b70e6112803d3105 | refs/heads/master | 2021-01-16T17:48:56.669119 | 2016-02-16T14:04:09 | 2016-02-16T14:04:09 | 20,237,987 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,989 | sce | Human.sce | #************************************************************
# Scenario of humanTestEnv
#
# date : Fri Mar 22 16:29:41 2013
#************************************************************
p3d_sel_desc_name P3D_ENV humanTestEnv
p3d_sel_desc_name P3D_ROBOT PR2_ROBOT
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 10.000000 18.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT HERAKLES_HUMAN1
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -1.250000 0.957000 0.000000 0.000000 76.752000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 68.040000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -82.548000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT TABLE
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -0.624000 -0.106000 0.000000 0.000000 -89.748000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_camera_pos -0.130767 -1.097040 0.441223 3.063966 0.823125 0.807500 0.000000 0.000000 1.000000 0.000000
|
8451e9d4916307eaa108ffde29d59a80fc1fc35d | 449d555969bfd7befe906877abab098c6e63a0e8 | /689/CH8/EX8.5/5.sce | 284e76c7d9fa50f05c6fc4d87c2c47b20acfdd62 | [] | 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 | 767 | sce | 5.sce | clc; funcprot(0);
//Example 8.5 Flying Level at Altitude
// Initialisation of variables
W = 2000;
S = 350;
V = 100*1.467;
rho = 0.002378;
// Calculations
Cl = 2*(W/S)/(rho*V^2);
alpha = -1.75; // From fig 8.15
Cd = 0.014; // From fig 8.15
D = Cd*(rho/2)*S*V^2;
HP = D*V/550;
// At 10000 ft altitude density is lower as compared to the density at sea level.
rhoX = 0.001756;
Cl = 2*(W/S)/(rhoX*V^2);
alpha = -0.75; // From fig 8.15
Cd = 0.016; // From fig 8.15
D1 = Cd*(rhoX/2)*S*V^2;
HP1 = D1*V/550;
//Results
disp(HP1,"Horse power required to move the wing forward(hp) :",D1,"Drag (lb):","!------Part (b)------!",HP,"Horse power required to move the wing forward(hp) :",D,"Drag (lb):","!------Part (a)------!"); |
b62272eb3669f57952ad2cdd44290701983e6544 | f7e335e2af57c686554eb057f28ddd8d21aab1e4 | /tests/fuzz/c-wsp/0059.tst | 9b1aa8b9f37bc72446c255597728cd207e06452f | [
"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 | 6 | tst | 0059.tst | ;Vy
|
977dcb8e3288bbb0a4736e51ca8914fcad818272 | 333d6160f9a6d9e23a6bea06cd03e5e8fa8785a9 | /RobotLab2/SciLab/LoadSinData.sce | 1c14500a3157e71689634ce8d7f66ef70c73d27f | [
"MIT"
] | permissive | DmitryIo/ROBOTS | 6f6bb12a8e08dd28024136ee1a8a84ea7254da60 | 777f0884a098c4f21d044985c25a8be276334116 | refs/heads/master | 2023-04-30T12:52:54.082977 | 2021-05-17T19:55:34 | 2021-05-17T19:55:34 | 294,091,170 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 401 | sce | LoadSinData.sce | sin1Data = read(get_absolute_file_path("LoadSinData.sce") + "..\Data\sin_log1pi.txt", -1, 2)
sin1Data(:, 1) = sin1Data(:, 1)*%pi/180
sin2Data = read(get_absolute_file_path("LoadSinData.sce") + "..\Data\sin_log2pi.txt", -1, 2)
sin2Data(:, 1) = sin2Data(:, 1)*%pi/180
sin3Data = read(get_absolute_file_path("LoadSinData.sce") + "..\Data\sin_log3pi.txt", -1, 2)
sin3Data(:, 1) = sin3Data(:, 1)*%pi/180
|
03867047c2f8a5dac96d84a7b031e975f34ce02e | 449d555969bfd7befe906877abab098c6e63a0e8 | /527/CH2/EX2.17/2_17exam.sce | afacfbe21b757dc8dd8fe482bf62bd4534ce3b64 | [] | 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 | 825 | sce | 2_17exam.sce | //Engineering and Chemical Thermodynamics
//Example 2.17
//Page no :82
clear ; clc ;
//Given data
n_dot = 10 ; //[mol/min]
del_h_vap_CO2 = 10400 ; //[J/mol]
A_CO2 = 5.457 ; //From appendix A.3
B_CO2 = 1.045 * 10^-3 ;
D_CO2 = -1.157 * 10^5 ;
A_air = 3.355 ;
B_air = 0.575 * 10^-3 ;
D_air = -0.016 * 10^5 ;
T1 = 273 ; //[K]
T2 = 283 ; //[K]
T3 = 323 ; //[K]
T4 = 293 ; //{k}
function y=f1(T),y=8.314 * (A_CO2 * T + (B_CO2/2) * T^2 - D_CO2/T)
endfunction
sen_heat_CO2 = f1(T2) - f1(T1) ;
Q_dot = n_dot * (del_h_vap_CO2 + sen_heat_CO2) ; //[J/min]
function y=f2(T),y=8.314 * (A_air * T + B_air/2*T^2 - D_air /T)
endfunction
sen_heat_air = f2(T4) - f2(T3);
n_dot_air = - Q_dot / sen_heat_air ;
disp(" Example: 2.17 Page no : 82") ;
printf('\n Air required = %g mol/min',n_dot_air);
|
85d3e68c4ee8f1151077c73e016fd2d710dc615e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1970/CH15/EX15.8/CH15Exa8.sce | 697254084fedf501acecc6ba3d4d7f80a7d9c272 | [] | 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 | 897 | sce | CH15Exa8.sce | // Scilab code Exa15.8 : : Page-655 (2011)
clc; clear;
sigma_a_u = 698; // Absorption cross section for uranium, barns
sigma_a_M = 0.00092; // Absorption cross section for heavy water, barns
N_m = 10^5; // Number of atoms of heavy water
N_u = 1; // Number of atoms of uranium
f = sigma_a_u/(sigma_a_u+sigma_a_M*N_m/N_u); // Thermal utilization factor
eta = 2.08; // Number of fast fission neutron produced
k_inf = eta*f; // Multiplication factor
L_m_sqr = 1.70; // Material length, metre
L_sqr = L_m_sqr*(1-f); // Diffusion length, metre
B_sqr = 1.819/0.30381*exp(-1/12)-1/0.3038; // Geometrical buckling, per square metre
V_c = 120/(B_sqr*sqrt(B_sqr)); // Volume of the reactor, cubic metre
printf("\nThe critical volume of the reactor = %4.1f cubic metre", V_c);
// Result
// The critical volume of the reactor = 36.4 cubic metre |
18dfe8f2a990b821686c50e47f09e8ef28f491d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1997/CH11/EX11.4/example4.sce | 839b75408bc80448e985f487cffbad1fef77e434 | [] | 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 | example4.sce | //Chapter-11 example 4
//=============================================================================
clc;
clear;
PW = 1.5*10^-6;//pulse width in sec
PRF = 2000//per second
//Calculations
Dc = PW*PRF;//duty cycle
//Output
mprintf('Duty Cycle is %e',Dc);
//==========end of program=====================================================
|
a3d8aba09e5afe7717455714cf1d87da6bf8651c | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/macros/mdaqFileData.sci | 87591f2eee059bf519602af1f91b28f0b57e8073 | [
"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 | 2,098 | sci | mdaqFileData.sci | function result = mdaqFileData(filename, filetype, rows, cols)
result = [];
if (argn(2) > 4 | argn(2) < 2) | (filetype == 2 & argn(2) <> 4) then
mprintf("Description:\n");
mprintf("\tReads data from file created with MicroDAQ ''To File'' block\n");
mprintf("Usage:\n");
mprintf("\tmdaqFileData(name, type, rows, cols);\n")
mprintf("\tname - file name \n");
mprintf("\ttype - file type to read data from (1 - text (csv) | 2 - binary)\n");
mprintf("\trows - number of rows (optinal for text filetype)\n");
mprintf("\tcols - number of columns (optinal for text filetype)\n");
return;
end
[mdaq_ip_address, res] = mdaq_get_ip();
if res < 0 then
disp("ERROR: Unable to get IP address!")
return;
end
[tmp_file res] = getURL('http://' + mdaq_ip_address + '/user-disk/dsp/data/' + filename, TMPDIR);
if isfile(tmp_file) & (strindex(res,'404 - Not Found') == []) then
if filetype == 1 then
result = fscanfMat(tmp_file);
if argn(2) == 4 then
nrows = rows;
if nrows > size(result, 1) then
nrows = size(result, 1);
end
ncols = cols;
if ncols > size(result, 2) then
ncols = size(result, 2)
end
result = resize_matrix(result, nrows, ncols);
end
elseif filetype == 2 then
fd1 = mopen(tmp_file,'rb');
data_count = rows*cols;
data = mget(rows*cols,'d',fd1);
if size(data, 2) < data_count then
//disp("ERROR: !");
data_count = size(data, 2);
end
for i=1:cols
result = [result; data(i:cols:data_count)];
end
result = result';
mclose(fd1)
else
error("Unsupported file type, use: 1 - text (csv), 2 - binary");
end
mdelete(tmp_file);
else
error("File not found!");
end
endfunction
|
59b990d013fc183e9643ad4cd666d7e836f972cd | e806e966b06a53388fb300d89534354b222c2cad | /macros/findcontours.sci | 382aa885de19debe5883e0d6faf54821d9ec18bb | [] | 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 | 276 | sci | findcontours.sci | function [outputMat]= findcontours(inputImage, Mode, method, point_x, point_y)
inputList=mattolist(inputImage);
outputList=opencv_findcontours(inputList,Mode, method, point_x, point_y)
for i=1:size(outputList)
outputMat(:,:,i)=outputList(i)
end
endfunction
|
b05332a1ec64cac0dd11bfdce4f73e7e57b29da1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3872/CH11/EX11.7/Ex11_7.sce | 82622ecee1232eae67bb792ede4dc0355c5fcbf3 | [] | 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,303 | sce | Ex11_7.sce | //Book - Power system: Analysisi & Design 5th Edition
//Authors - J. Duncan Glover, Mulukutla S. Sarma, and Thomas J.Overbye
//Chapter-11 ;Example 11.7
//Scilab Version - 6.0.0; OS - Windows
clc;
clear;
function result=table(delcr) //Function to get result in table format using Euler’s method for diferent critical clearing angles
delta=0.4179 //Initial value of delta in rad taken from example 7.6
omega=2*%pi*60 //Initial value of omega in rad/s
H=3 //Value of H constant in pu-s
omegasyn=omega
t=0;
delt=0.02 //Step size
result=[]; //Initialization of result table
tc=0; //Initialization of critical clearing time
while t<0.861 //Maximum time for Eler's method is o.86
result=[result;t delta omega] //Updating the result table
ddeltat=omega-omegasyn //Calculation of ddeltat/dt using equation 11.4.7
deltab=delta+ddeltat*delt //Calculation of delta_bar using equation 11.4.9
if delta<delcr //Steps to calculate accelerating power for prefault condition
papu=1-0.9152*sin(delta)
pafb=1-0.9152*sin(deltab)
else //Steps to calculate accelerating power for postfault condition
tc=tc+1;
papu=1-2.1353*sin(delta)
pafb=1-2.1353*sin(deltab)
end
if tc==1 & delcr==1.95 //Displaying result of case 1(Stable) stable with Critical clearing angle of 1.95
printf('The critical clearing time for case 1 is %.2f sec\n',t)
elseif tc==1 & delcr==2.09 //Displaying result of case 2(Unstable) stable with Critical clearing angle of 2.09
printf('The critical clearing time for case 2 is %.2f sec\n',t)
end
domegat=papu*omegasyn*omegasyn/(2*H*omega) //Calculation of domegat/dt using equation 11.4.8
omegab=omega+domegat*delt //Calculation of omega_bar using equation 11.4.10
ddeltab=omegab-omegasyn //Calculation of ddelta_bar/dt using equation 11.4.11
domegab=pafb*omegasyn*omegasyn/(2*H*omegab) //Calculation of domega_bar/dt using equation 11.4.12
delta=delta+(ddeltat+ddeltab)*delt/2 //Calculation of delta for change in time using equation 11.4.13
omega=omega+(domegat+domegab)*delt/2 //Calculation of omega for change in time using equation 11.4.14
t=t+delt;
end
endfunction
case1=table(1.95) //case1 - critical clearing angle is 1.95 rad
case2=table(2.09) //case2 - critical clearing angle is 2.09 rad
printf(' ----------------------------- -----------------------------\n')
printf(' CASE-1 STABLE CASE-2 UNSTABLE \n')
printf(' ----------------------------- -----------------------------')
disp([case1 case2],'Time(s) Delta(rad) Omega(rad/s) Time(s) Delta(rad) Omega(rad/s)')
|
cd7886def23501c968d655f1a306295250d6fdd9 | 429a254e86091b867fca50a9cc277b3f9cba13e8 | /testit/05-siunattu.tst | 5e541f1fb963180ba12b3def931505129425d864 | [] | no_license | Mirbanator/labyrinth_game | 125d51230c1591515bc751fa93686102328827e1 | a2bb4f7ecc6618e8e226d7588391ff2f0941fc36 | refs/heads/master | 2020-03-26T16:50:54.578498 | 2018-08-17T13:58:15 | 2018-08-17T13:58:15 | 145,127,453 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 50 | tst | 05-siunattu.tst | SIEMENLUKU 500
PELAAJIA 2
IHMINEN Foo
IHMINEN Bar
|
ebf214da6ca47bf7921f62c556390e7f8e58d96a | 449d555969bfd7befe906877abab098c6e63a0e8 | /503/CH3/EX3.22/ch3_22.sci | d68092b8dbc37301b520c126e6dbff08746ab72a | [] | 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 | 889 | sci | ch3_22.sci | // To calculate voltage and kva rating of 1-ph transformer
clc;
V_p=33; //primary side voltage(V)
V_s=11; //secondary side voltage(V)
V_p1=V_p/sqrt(3); //per ph primary side voltage(V)
V_p2=V_s/sqrt(3); //per ph secondary side voltage(V)
r=6000; //kva rating 3-ph
s=r/3; //per phase
disp('Y/Y conn');
disp(V_p1,'primary side ph voltage(V)');
disp(V_p2,'secondary side ph voltage(V)');
disp(s,'kva rating of transformer');
disp('Y/D conn');
disp(V_p1,'primary side ph voltage(V)');
disp(V_s,'secondary side ph voltage(V)');
disp(s,'kva rating of transformer');
disp('D/Y conn');
disp(V_p,'primary side ph voltage(V)');
disp(V_p2,'secondary side ph voltage(V)');
disp(s,'kva rating of transformer');
disp('D/D conn');
disp(V_p,'primary side ph voltage(V)');
disp(V_s,'secondary side ph voltage(V)');
disp(s,'kva rating of transformer');
|
5b60bff5feec16a616639fd2740143fb20f955e9 | 717ddeb7e700373742c617a95e25a2376565112c | /3165/CH4/EX4.3/Ex4_3.sce | caa5f9054743817505ba435fa799b9e77be29ef2 | [] | 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 | 499 | sce | Ex4_3.sce | //Example 4 . 3
//To Design an Analog Butterworth Filter
clc ;
op =0.2* %pi ;
os =0.4* %pi ;
e1 =0.9;
l1 =0.2;
epsilon = sqrt (1/( e1 ^2) -1);
lambda = sqrt (1/( l1 ^2) -1);
N= log( lambda / epsilon )/ log (os/op);
disp ( ceil (N), ' Order o f the f i l t e r , N =' );
s=%s;
HS =1/(( s ^2+0.76537* s +1) *(s ^2+1.8477* s +1) ); // Transfer Function for N=4
oc=op/ epsilon ^(1/ ceil (N));
HS1 = horner (HS ,s/oc);
disp (HS1 , ' Normal i z ed Tr a n s f e r Func t ion , H( s ) =' );
|
8ee9426b1ca588d2212280e7ff2d5cc03860f433 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH9/EX9.14/Ex9_14.sce | 1a68e9c4575d5b74130b60ec401dd5fcf62b350b | [] | 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 | 171 | sce | Ex9_14.sce | clc;
rc=1300; //Ohm
re=2*22.1; //Ohm
rE=300; //Ohm
Av1=rc/(re+rE);
Av2=4.04;
DelAv=Av2-Av1;
disp(' ',DelAv,"DelAv=");//The answers vary due to round off error
|
4d9e8993439885370bfe0180600398c730598330 | 449d555969bfd7befe906877abab098c6e63a0e8 | /695/CH3/EX3.28/Ex3_28.sce | c3607ad95b435f0e8999856efcf4b3ff1f161a5e | [] | 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 | 341 | sce | Ex3_28.sce | //Caption:Find the voltage regulation
//Exa:3.28
clc;
clear;
close;
KVA=500;
V2=500;//in volts
x=0.75;
pf=1;
Eff_max=0.97;
P_i=(KVA*x*1000*pf-KVA*x*1000*pf*Eff_max)/(2*Eff_max);//in watts
P_cu=P_i/x^2;
R_equ=P_cu/(KVA*1000);
X_equ=sqrt(0.1^2-R_equ^2);//in ohms
VR=R_equ*0.8+X_equ*0.6;
disp(VR*100,'Voltage Regulation (in %)=') |
b4161bfeb0eaae2ac642fef805c092b8c42893d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /998/CH29/EX29.51/Ex51.sce | 91755e9da3b2e50d83e4c366ff5b716ac2619f8e | [] | 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 | Ex51.sce | //Ex:51
clc;
clear;
close;
r_a=30000+6370;//apogee in km
r_p=200+6370;//perigee in km
e=(r_a-r_p)/(r_a+r_p);// eccentricity
printf("The apogee=%f km",r_a);
printf("\n The perigee=%f km",r_p);
printf("\n The orbital eccentricity=%f",e); |
702b94cce6f052c5ae3c89bf73937249c6e31c93 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1736/CH4/EX4.23.2/Ch04Ex23_2a.sce | b12c13696ae56dddc26e2172dd75d565ef9c2dfa | [] | 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 | 816 | sce | Ch04Ex23_2a.sce | // Scilab Code Ex4.2a: Page-138 (2006)
clc; clear;
f_E = 0.01; // Occupation probability of electron
E_F = 1; // For simplicity assume Fermi energy to be unity, eV
k = 1.38e-023; // Boltzmann constant, J/mol/K
e = 1.6e-019; // Energy equivalent of 1 eV, J/eV
dE = 0.5; // Exces energy above Fermi level, eV
E = E_F + dE; // Energy of the level above Fermi level, eV
// We have, f_E = 1/(exp((E-E_F)*e/(k*T))+1), solving for T
T = (E-E_F)*e/k*1/log(1/f_E-1); // Temperature at which the electron will have energy 0.1 eV above the Fermi energy, K
printf("\nThe temperature at which the electron will have energy %3.1f eV above the Fermi energy = %4d K", dE, T);
// Result
// The temperature at which the electron will have energy 0.5 eV above the Fermi energy = 1261 K
|
c86b165c830cd2e729c215e28fc840ca18e81ac6 | 5d4265716812dfbc9885effc0334e1144b7d1301 | /y.tst | 0061deeef43f4e773e125a0af582a7e79388046b | [] | no_license | decapolis/test | c9478f609e1e6d48b43d00b3f3a63eaf197e4c3f | c6c66db59c6a7923dfe7a12417c4e6b6ab887379 | refs/heads/master | 2020-03-25T19:17:50.542350 | 2018-08-09T01:22:37 | 2018-08-09T01:22:37 | 144,075,708 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 137 | tst | y.tst | This is line 1
This is line 2
This is line 3
This is line 3.1
This is line 3.2
This is line 3.3
This is line 4
This is line 5
|
09571689609c3be78a315d8dfb17a58ff78873af | 75e8de13b449936c15072e897be26dfe860bf5f4 | /data/samples-plus-reduced.sci | 3a6661385ce8d9fc4fcb815ff74f9266a1a766b3 | [
"LicenseRef-scancode-public-domain"
] | permissive | MyFreertosLab/my_motors_test | 98888702fd22774611b5c01f65d5c3938feb2838 | 2e059c196ec7be0ebd7ac9bd4f8c96585d1da169 | refs/heads/master | 2023-05-13T08:33:44.999855 | 2021-06-03T19:04:42 | 2021-06-03T19:04:42 | 373,610,906 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 530,902 | sci | samples-plus-reduced.sci | A=[
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 864, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11752, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11744, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 944;
52.00000, 11744, 928, 11736, 856, 11736, 944;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 936, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
52.00000, 11744, 928, 11736, 856, 11736, 952;
61.96678, 11656, 7720, 11632, 7392, 11632, 7224;
61.96678, 11656, 7368, 11632, 7408, 11632, 7224;
61.96678, 11656, 7576, 11632, 7408, 11632, 7632;
61.96678, 11656, 7576, 11632, 7184, 11632, 7424;
61.96678, 11656, 7528, 11632, 7432, 11632, 7424;
61.96678, 11656, 7200, 11632, 7432, 11632, 7616;
61.96678, 11656, 7200, 11632, 7608, 11632, 7272;
61.96678, 11656, 7464, 11632, 7648, 11632, 7272;
61.96678, 11656, 7584, 11632, 7648, 11632, 7664;
61.96678, 11656, 7584, 11632, 7128, 11632, 7264;
61.96678, 11648, 7568, 11632, 7184, 11632, 7264;
61.96678, 11648, 7696, 11632, 7184, 11632, 7488;
61.96678, 11656, 7696, 11632, 6888, 11632, 7480;
61.96678, 11656, 7288, 11640, 7320, 11632, 7480;
61.96678, 11656, 7480, 11640, 7320, 11632, 7432;
61.96678, 11648, 7480, 11632, 6896, 11632, 7560;
61.96678, 11648, 7512, 11640, 7352, 11632, 7560;
61.96678, 11648, 7496, 11640, 7352, 11632, 7408;
61.96678, 11656, 7496, 11632, 7376, 11632, 7544;
61.96678, 11656, 7624, 11632, 7376, 11632, 7544;
61.96678, 11656, 7784, 11632, 7376, 11632, 7416;
61.96678, 11656, 7784, 11632, 7296, 11632, 7600;
61.96678, 11656, 7432, 11632, 6952, 11632, 7600;
61.96678, 11656, 7232, 11632, 6952, 11632, 7288;
61.96678, 11648, 7232, 11640, 7248, 11632, 7600;
61.96678, 11656, 7856, 11640, 7096, 11632, 7600;
61.96678, 11656, 7448, 11640, 7096, 11632, 7312;
61.96678, 11648, 7448, 11640, 7560, 11632, 7568;
61.96678, 11656, 7560, 11632, 7328, 11632, 7568;
61.96678, 11656, 7656, 11632, 7328, 11632, 7376;
61.96678, 11656, 7656, 11640, 7632, 11632, 7616;
61.96678, 11656, 7608, 11632, 7344, 11632, 7616;
61.96678, 11656, 7544, 11632, 7344, 11632, 7400;
61.96678, 11648, 7544, 11632, 7216, 11632, 7600;
61.96678, 11656, 7584, 11640, 7240, 11632, 7416;
61.96678, 11656, 7136, 11640, 7240, 11632, 7416;
61.96678, 11656, 7136, 11640, 7168, 11632, 7424;
61.96678, 11648, 7760, 11640, 7440, 11632, 7520;
61.96678, 11648, 7736, 11640, 7440, 11632, 7520;
61.96678, 11656, 7736, 11632, 7152, 11632, 7464;
61.96678, 11648, 7584, 11640, 7280, 11632, 7632;
61.96678, 11648, 7864, 11640, 7280, 11632, 7632;
61.96678, 11656, 7864, 11632, 7048, 11632, 7392;
61.96678, 11656, 7536, 11632, 7280, 11632, 7584;
61.96678, 11648, 7216, 11632, 7288, 11632, 7584;
61.96678, 11648, 7216, 11640, 7288, 11632, 7384;
61.96678, 11656, 7464, 11640, 7216, 11632, 7576;
61.96678, 11656, 7488, 11640, 7504, 11632, 7576;
61.96678, 11656, 7488, 11640, 7504, 11632, 7288;
61.96678, 11656, 7592, 11632, 6904, 11632, 7544;
61.96678, 11656, 8048, 11632, 7520, 11632, 7544;
61.96678, 11656, 8048, 11640, 7520, 11632, 7320;
61.96678, 11656, 7424, 11632, 7312, 11632, 7632;
61.96678, 11656, 7280, 11632, 7256, 11632, 7632;
61.96678, 11656, 7280, 11640, 7256, 11632, 7360;
61.96678, 11656, 7608, 11640, 7064, 11632, 7312;
61.96678, 11656, 7448, 11640, 7264, 11632, 7312;
61.96678, 11656, 7448, 11640, 7264, 11632, 7432;
61.96678, 11656, 7848, 11632, 7328, 11632, 7656;
61.96678, 11656, 7848, 11632, 7328, 11624, 7656;
61.96678, 11656, 7848, 11640, 7328, 11632, 7488;
61.96678, 11656, 7560, 11640, 7160, 11632, 7560;
61.96678, 11656, 7872, 11640, 7440, 11624, 7560;
61.96678, 11656, 7872, 11640, 7440, 11632, 7496;
61.96678, 11656, 7336, 11632, 7288, 11632, 7376;
61.96678, 11656, 7192, 11632, 7304, 11632, 7376;
61.96678, 11656, 7192, 11632, 7304, 11632, 7560;
61.96678, 11656, 7640, 11640, 6880, 11632, 7232;
61.96678, 11656, 7424, 11640, 7256, 11632, 7232;
61.96678, 11656, 7424, 11632, 7256, 11632, 7672;
61.96678, 11656, 7720, 11632, 7064, 11632, 7296;
61.96678, 11656, 7752, 11632, 7328, 11632, 7296;
61.96678, 11656, 7752, 11632, 7328, 11632, 7616;
61.96678, 11656, 7328, 11632, 7320, 11632, 7240;
61.96678, 11656, 7168, 11632, 7536, 11632, 7240;
61.96678, 11656, 7168, 11640, 7536, 11632, 7616;
61.96678, 11656, 7536, 11640, 6872, 11632, 7376;
61.96678, 11648, 7640, 11640, 7376, 11632, 7376;
61.96678, 11648, 7640, 11640, 7376, 11632, 7528;
61.96678, 11648, 7504, 11632, 7424, 11632, 7304;
61.96678, 11656, 7696, 11632, 7832, 11632, 7304;
61.96678, 11656, 7696, 11640, 7832, 11632, 7568;
61.96678, 11648, 7768, 11632, 7696, 11632, 7520;
61.96678, 11648, 7832, 11632, 7584, 11632, 7520;
61.96678, 11648, 7832, 11632, 7584, 11632, 7544;
61.96678, 11656, 7560, 11632, 6976, 11632, 7576;
61.96678, 11656, 7520, 11632, 7296, 11632, 7576;
61.96678, 11656, 7520, 11632, 7296, 11632, 7624;
61.96678, 11648, 7608, 11632, 7080, 11632, 7160;
61.96678, 11648, 7952, 11632, 7424, 11632, 7160;
61.96678, 11648, 7952, 11640, 7424, 11632, 7496;
61.96678, 11656, 7640, 11632, 6968, 11632, 7416;
61.96678, 11648, 7616, 11632, 7312, 11632, 7416;
61.96678, 11648, 7616, 11640, 7312, 11632, 7488;
61.96678, 11648, 8152, 11632, 7504, 11632, 7456;
61.96678, 11656, 7552, 11632, 7792, 11632, 7456;
61.96678, 11656, 7552, 11640, 7792, 11624, 7296;
61.96678, 11656, 7792, 11632, 7592, 11632, 7520;
61.96678, 11656, 7992, 11632, 7576, 11632, 7520;
61.96678, 11656, 7992, 11640, 7576, 11632, 7296;
61.96678, 11656, 7624, 11632, 7440, 11632, 7624;
61.96678, 11648, 7688, 11632, 7304, 11632, 7624;
61.96678, 11648, 7688, 11632, 7304, 11632, 7328;
61.96678, 11656, 7888, 11632, 7000, 11632, 7504;
61.96678, 11656, 7688, 11632, 7240, 11632, 7504;
61.96678, 11656, 7688, 11640, 7240, 11632, 7400;
61.96678, 11648, 7904, 11640, 7048, 11632, 7544;
61.96678, 11656, 7584, 11640, 7456, 11632, 7544;
61.96678, 11656, 7584, 11640, 7456, 11632, 7304;
61.96678, 11656, 7632, 11640, 7504, 11632, 7528;
61.96678, 11656, 8120, 11640, 7616, 11632, 7528;
61.96678, 11656, 8120, 11640, 7616, 11624, 7392;
61.96678, 11656, 7464, 11640, 7472, 11632, 7512;
61.96678, 11656, 7712, 11632, 7168, 11632, 7512;
61.96678, 11656, 7712, 11632, 7168, 11632, 7368;
61.96678, 11656, 8016, 11632, 7304, 11632, 7536;
61.96678, 11656, 7808, 11632, 7328, 11632, 7536;
61.96678, 11656, 7808, 11632, 7328, 11632, 7464;
61.96678, 11648, 7688, 11632, 7080, 11632, 7552;
61.96678, 11656, 7824, 11640, 7288, 11632, 7552;
61.96678, 11656, 7824, 11640, 7288, 11632, 7440;
61.96678, 11648, 7808, 11632, 6960, 11624, 7600;
61.96678, 11648, 7920, 11640, 7336, 11624, 7600;
61.96678, 11648, 7920, 11640, 7336, 11632, 7400;
61.96678, 11656, 7848, 11640, 7392, 11624, 7400;
61.96678, 11656, 7888, 11640, 7720, 11624, 7400;
61.96678, 11656, 7888, 11640, 7720, 11632, 7496;
61.96678, 11656, 8240, 11640, 7896, 11632, 7408;
61.96678, 11648, 7848, 11632, 7872, 11632, 7408;
61.96678, 11648, 7848, 11632, 7872, 11632, 7688;
61.96678, 11648, 7520, 11632, 7240, 11632, 7352;
61.96678, 11648, 7688, 11632, 7232, 11632, 7352;
61.96678, 11648, 7768, 11632, 7232, 11632, 7520;
61.96678, 11656, 7768, 11632, 6848, 11632, 7368;
61.96678, 11648, 7592, 11640, 7456, 11632, 7368;
61.96678, 11648, 7728, 11640, 7456, 11632, 7656;
61.96678, 11648, 7728, 11640, 7512, 11632, 7232;
61.96678, 11656, 7712, 11640, 7464, 11632, 7232;
61.96678, 11656, 7872, 11640, 7464, 11632, 7648;
61.96678, 11648, 7872, 11632, 7584, 11632, 7320;
61.96678, 11648, 7928, 11632, 7184, 11632, 7320;
61.96678, 11656, 7688, 11632, 7184, 11632, 7488;
61.96678, 11656, 7688, 11632, 7200, 11632, 7256;
61.96678, 11648, 7904, 11632, 6848, 11632, 7256;
61.96678, 11656, 8024, 11632, 6848, 11632, 7584;
61.96678, 11656, 8024, 11640, 7320, 11632, 7160;
61.96678, 11656, 7680, 11640, 7608, 11632, 7160;
61.96678, 11648, 7880, 11640, 7608, 11624, 7560;
61.96678, 11648, 7880, 11640, 7688, 11632, 7456;
61.96678, 11656, 8056, 11632, 7624, 11632, 7456;
61.96678, 11648, 7752, 11632, 7624, 11632, 7504;
61.96678, 11648, 7752, 11632, 7000, 11632, 7552;
61.96678, 11648, 7776, 11632, 7056, 11632, 7552;
61.96678, 11656, 7448, 11632, 7056, 11632, 7424;
61.96678, 11656, 7448, 11632, 6832, 11632, 7400;
61.96678, 11656, 7520, 11640, 7480, 11632, 7400;
61.96678, 11648, 7912, 11640, 7480, 11632, 7416;
61.96678, 11648, 7912, 11640, 7032, 11632, 7448;
61.96678, 11656, 7376, 11640, 7400, 11632, 7448;
61.96678, 11656, 7624, 11640, 7400, 11632, 7520;
61.96678, 11656, 7624, 11632, 7024, 11632, 7576;
61.96678, 11656, 7704, 11632, 7240, 11632, 7576;
61.96678, 11656, 7392, 11632, 7240, 11632, 7400;
61.96678, 11656, 7392, 11632, 7264, 11632, 7600;
61.96678, 11656, 7200, 11632, 7072, 11632, 7600;
61.96678, 11656, 7424, 11632, 7072, 11632, 7416;
61.96678, 11656, 7424, 11640, 7344, 11632, 7544;
61.96678, 11656, 7472, 11632, 7016, 11632, 7544;
61.96678, 11656, 7720, 11632, 7016, 11632, 7208;
61.96678, 11656, 7720, 11640, 7544, 11632, 7744;
61.96678, 11656, 8072, 11632, 7216, 11632, 7744;
61.96678, 11656, 7824, 11632, 7216, 11624, 7336;
61.96678, 11656, 7824, 11632, 7672, 11632, 7584;
61.96678, 11656, 7600, 11632, 7336, 11632, 7584;
61.96678, 11656, 7568, 11632, 7336, 11632, 7256;
61.96678, 11656, 7568, 11640, 7376, 11632, 7536;
61.96678, 11656, 7736, 11632, 7192, 11632, 7288;
61.96678, 11648, 7864, 11632, 7280, 11632, 7288;
61.96678, 11648, 7864, 11632, 7280, 11632, 7440;
61.96678, 11656, 7808, 11632, 6808, 11632, 7352;
61.96678, 11656, 7808, 11632, 7296, 11632, 7352;
61.96678, 11656, 7808, 11640, 7296, 11632, 7536;
61.96678, 11648, 8104, 11640, 6944, 11632, 7344;
61.96678, 11656, 7568, 11640, 7512, 11632, 7344;
61.96678, 11656, 7568, 11640, 7512, 11624, 7432;
61.96678, 11648, 7576, 11632, 7360, 11624, 7640;
61.96678, 11648, 8136, 11632, 7784, 11632, 7640;
61.96678, 11648, 8136, 11640, 7784, 11624, 7344;
61.96678, 11656, 7680, 11632, 7744, 11624, 7600;
61.96678, 11648, 7920, 11632, 7480, 11632, 7600;
61.96678, 11648, 7920, 11632, 7480, 11632, 7232;
61.96678, 11656, 7896, 11640, 6952, 11632, 7560;
61.96678, 11648, 7720, 11640, 7104, 11632, 7560;
61.96678, 11648, 7720, 11632, 7104, 11632, 7288;
61.96678, 11648, 7840, 11640, 7632, 11632, 7584;
61.96678, 11656, 7672, 11640, 7616, 11632, 7584;
61.96678, 11656, 7672, 11640, 7616, 11632, 7192;
61.96678, 11656, 7584, 11640, 7688, 11632, 7672;
61.96678, 11648, 7744, 11640, 7432, 11632, 7672;
61.96678, 11648, 7744, 11632, 7432, 11632, 7192;
61.96678, 11648, 7440, 11632, 7224, 11632, 7496;
61.96678, 11656, 7312, 11632, 7064, 11632, 7496;
61.96678, 11656, 7312, 11632, 7064, 11632, 7344;
61.96678, 11656, 7760, 11632, 7248, 11632, 7600;
61.96678, 11648, 7784, 11632, 7144, 11632, 7600;
61.96678, 11648, 7784, 11632, 7144, 11632, 7464;
61.96678, 11656, 7360, 11640, 7408, 11632, 7552;
61.96678, 11656, 7568, 11640, 7080, 11632, 7552;
61.96678, 11656, 7568, 11632, 7080, 11632, 7480;
61.96678, 11656, 7144, 11640, 7440, 11624, 7448;
61.96678, 11648, 7248, 11640, 6920, 11624, 7448;
61.96678, 11648, 7248, 11632, 6920, 11632, 7584;
61.96678, 11656, 7584, 11632, 7208, 11632, 7456;
61.96678, 11656, 7432, 11632, 6960, 11632, 7456;
61.96678, 11656, 7432, 11632, 6960, 11632, 7584;
61.96678, 11656, 7672, 11632, 7256, 11632, 7336;
61.96678, 11656, 7728, 11632, 7424, 11632, 7336;
61.96678, 11656, 7728, 11640, 7424, 11632, 7576;
61.96678, 11656, 7360, 11640, 6952, 11632, 7376;
61.96678, 11656, 7488, 11640, 7512, 11632, 7376;
61.96678, 11656, 7488, 11632, 7512, 11632, 7632;
61.96678, 11656, 7224, 11632, 7136, 11632, 7120;
61.96678, 11656, 7552, 11632, 7464, 11632, 7120;
61.96678, 11656, 7552, 11632, 7464, 11632, 7496;
61.96678, 11656, 7992, 11632, 6920, 11632, 7360;
61.96678, 11656, 7664, 11632, 7312, 11632, 7360;
61.96678, 11656, 7664, 11640, 7312, 11624, 7600;
61.96678, 11656, 7984, 11632, 7176, 11632, 7504;
61.96678, 11648, 8168, 11632, 7344, 11632, 7504;
61.96678, 11648, 8168, 11632, 7344, 11624, 7440;
61.96678, 11648, 7896, 11632, 7248, 11632, 7520;
61.96678, 11648, 7448, 11632, 7112, 11632, 7520;
61.96678, 11648, 7448, 11632, 7112, 11632, 7464;
61.96678, 11656, 7696, 11632, 7176, 11632, 7528;
61.96678, 11648, 7688, 11632, 7224, 11632, 7528;
61.96678, 11648, 7512, 11632, 7224, 11624, 7328;
61.96678, 11648, 7512, 11640, 7280, 11632, 7704;
61.96678, 11656, 7704, 11640, 7216, 11632, 7704;
61.96678, 11656, 7400, 11640, 7216, 11632, 7312;
61.96678, 11656, 7400, 11632, 7208, 11632, 7664;
61.96678, 11648, 7880, 11632, 7448, 11632, 7664;
61.96678, 11648, 7792, 11632, 7448, 11632, 7440;
61.96678, 11656, 7792, 11632, 7112, 11632, 7600;
61.96678, 11656, 7208, 11632, 7304, 11632, 7600;
61.96678, 11656, 7264, 11632, 7304, 11632, 7392;
61.96678, 11648, 7264, 11632, 6984, 11632, 7688;
61.96678, 11656, 7232, 11632, 7352, 11632, 7688;
61.96678, 11648, 7296, 11632, 7352, 11632, 7176;
61.96678, 11648, 7296, 11632, 6920, 11632, 7504;
61.96678, 11656, 7704, 11640, 7288, 11632, 7504;
61.96678, 11656, 7744, 11640, 7288, 11632, 7288;
61.96678, 11656, 7744, 11632, 7024, 11632, 7536;
61.96678, 11656, 7672, 11632, 7400, 11632, 7536;
61.96678, 11656, 7784, 11632, 7400, 11632, 7408;
61.96678, 11656, 7784, 11632, 7272, 11632, 7408;
61.96678, 11656, 7264, 11632, 7192, 11632, 7408;
61.96678, 11656, 7256, 11632, 7192, 11632, 7504;
61.96678, 11656, 7256, 11640, 7200, 11632, 7440;
61.96678, 11656, 7744, 11640, 7080, 11632, 7440;
61.96678, 11656, 7632, 11640, 7080, 11632, 7632;
61.96678, 11656, 7632, 11632, 7488, 11624, 7512;
61.96678, 11656, 7680, 11632, 7200, 11624, 7512;
61.96678, 11656, 7800, 11632, 7200, 11624, 7624;
61.96678, 11656, 7800, 11640, 7760, 11624, 7376;
61.96678, 11656, 7408, 11632, 7600, 11624, 7376;
61.96678, 11648, 7744, 11632, 7600, 11632, 7528;
61.96678, 11648, 7744, 11640, 7656, 11632, 7320;
61.96678, 11656, 7784, 11632, 7232, 11632, 7320;
61.96678, 11656, 7576, 11632, 7232, 11632, 7568;
61.96678, 11656, 7576, 11632, 6984, 11624, 7440;
61.96678, 11656, 7968, 11632, 7208, 11624, 7440;
61.96678, 11656, 7984, 11632, 7208, 11632, 7576;
61.96678, 11656, 7984, 11632, 7592, 11632, 7296;
61.96678, 11656, 7592, 11640, 7896, 11632, 7296;
61.96678, 11648, 7776, 11640, 7896, 11632, 7456;
61.96678, 11648, 7776, 11632, 7560, 11632, 7064;
61.96678, 11656, 7696, 11640, 7200, 11632, 7064;
61.96678, 11648, 7664, 11640, 7200, 11632, 7640;
61.96678, 11648, 7664, 11632, 7320, 11632, 7352;
61.96678, 11648, 7424, 11632, 7328, 11632, 7352;
61.96678, 11648, 7360, 11632, 7328, 11632, 7672;
61.96678, 11648, 7360, 11640, 7448, 11624, 7360;
61.96678, 11656, 7360, 11640, 7592, 11624, 7360;
61.96678, 11656, 7432, 11640, 7592, 11632, 7576;
61.96678, 11656, 7432, 11640, 7824, 11624, 7480;
61.96678, 11656, 7736, 11632, 7512, 11624, 7648;
61.96678, 11656, 7408, 11632, 7512, 11632, 7648;
61.96678, 11656, 7408, 11632, 7200, 11632, 7280;
61.96678, 11656, 7480, 11632, 6928, 11632, 7576;
61.96678, 11656, 7544, 11632, 6928, 11632, 7576;
61.96678, 11656, 7544, 11640, 7408, 11624, 7280;
61.96678, 11648, 7608, 11640, 7512, 11632, 7616;
61.96678, 11648, 7800, 11640, 7512, 11632, 7616;
61.96678, 11648, 7800, 11632, 7296, 11632, 7224;
61.96678, 11656, 7912, 11632, 7344, 11632, 7480;
61.96678, 11648, 7752, 11632, 7344, 11632, 7480;
61.96678, 11648, 7752, 11640, 6960, 11632, 7344;
61.96678, 11648, 8032, 11640, 7304, 11624, 7632;
61.96678, 11656, 7808, 11640, 7304, 11624, 7632;
61.96678, 11656, 7808, 11632, 6968, 11632, 7280;
61.96678, 11648, 7776, 11632, 7408, 11624, 7584;
61.96678, 11648, 7928, 11632, 7408, 11624, 7584;
61.96678, 11648, 7928, 11632, 7336, 11632, 7520;
61.96678, 11648, 7704, 11632, 7272, 11632, 7384;
61.96678, 11648, 7576, 11632, 7272, 11632, 7384;
61.96678, 11648, 7576, 11632, 7200, 11632, 7552;
61.96678, 11648, 7472, 11632, 7008, 11624, 7480;
61.96678, 11656, 7712, 11632, 7008, 11624, 7480;
61.96678, 11656, 7712, 11632, 7248, 11632, 7608;
61.96678, 11648, 7856, 11632, 7072, 11632, 7392;
61.96678, 11648, 7704, 11632, 7072, 11632, 7392;
61.96678, 11648, 7704, 11640, 7536, 11632, 7552;
61.96678, 11656, 7384, 11632, 7088, 11632, 7304;
61.96678, 11648, 7800, 11632, 7088, 11632, 7304;
61.96678, 11648, 7800, 11632, 7304, 11632, 7592;
61.96678, 11648, 7704, 11632, 7088, 11632, 7320;
61.96678, 11648, 7304, 11632, 7112, 11632, 7320;
61.96678, 11648, 7304, 11632, 7112, 11632, 7712;
61.96678, 11656, 7712, 11632, 7088, 11632, 7320;
61.96678, 11648, 7768, 11632, 7184, 11632, 7320;
61.96678, 11648, 7768, 11640, 7184, 11624, 7576;
61.96678, 11648, 7624, 11632, 7608, 11632, 7352;
61.96678, 11648, 7728, 11632, 7392, 11632, 7352;
61.96678, 11648, 7728, 11632, 7392, 11624, 7456;
61.96678, 11656, 7616, 11632, 7296, 11632, 7496;
61.96678, 11648, 8016, 11632, 6816, 11632, 7496;
61.96678, 11648, 8016, 11632, 6816, 11632, 7528;
61.96678, 11656, 7824, 11632, 7328, 11632, 7560;
61.96678, 11656, 7560, 11632, 7720, 11632, 7560;
61.96678, 11656, 7560, 11632, 7720, 11624, 7544;
61.96678, 11656, 7840, 11640, 7784, 11632, 7416;
61.96678, 11648, 7608, 11640, 7408, 11632, 7416;
61.96678, 11648, 7608, 11632, 7408, 11632, 7320;
61.96678, 11648, 7480, 11640, 7344, 11632, 7584;
61.96678, 11648, 7704, 11640, 6968, 11632, 7584;
61.96678, 11648, 7840, 11640, 6968, 11632, 7272;
61.96678, 11648, 7840, 11640, 7304, 11632, 7592;
61.96678, 11648, 7984, 11640, 7152, 11632, 7592;
61.96678, 11648, 7880, 11632, 7152, 11632, 7408;
61.96678, 11656, 7880, 11632, 7224, 11632, 7608;
61.96678, 11656, 7744, 11632, 7128, 11632, 7608;
61.96678, 11656, 7824, 11632, 7128, 11632, 7368;
61.96678, 11648, 7824, 11632, 7232, 11632, 7640;
61.96678, 11648, 7832, 11632, 7496, 11632, 7640;
61.96678, 11648, 7312, 11640, 7496, 11632, 7272;
61.96678, 11656, 7312, 11640, 7824, 11624, 7616;
61.96678, 11648, 7368, 11640, 7592, 11624, 7616;
61.96678, 11648, 7568, 11632, 7592, 11632, 7232;
61.96678, 11656, 7568, 11640, 7200, 11632, 7584;
61.96678, 11648, 7616, 11640, 6944, 11632, 7584;
61.96678, 11648, 7816, 11632, 6944, 11632, 7472;
61.96678, 11656, 7816, 11640, 7376, 11632, 7496;
61.96678, 11656, 7384, 11640, 7656, 11632, 7496;
61.96678, 11656, 7584, 11632, 7656, 11632, 7408;
61.96678, 11648, 7584, 11640, 7728, 11624, 7576;
61.96678, 11656, 7720, 11640, 7448, 11624, 7576;
61.96678, 11656, 7168, 11632, 7448, 11632, 7560;
61.96678, 11656, 7168, 11632, 7208, 11632, 7352;
61.96678, 11648, 7792, 11632, 7280, 11632, 7352;
61.96678, 11648, 7736, 11632, 7280, 11632, 7488;
61.96678, 11648, 7736, 11632, 7200, 11632, 7384;
61.96678, 11656, 7424, 11632, 7416, 11632, 7384;
61.96678, 11656, 7672, 11640, 7416, 11632, 7584;
61.96678, 11656, 7672, 11632, 7392, 11632, 7288;
61.96678, 11656, 7352, 11632, 7264, 11632, 7288;
61.96678, 11656, 7408, 11632, 7264, 11632, 7608;
61.96678, 11648, 7408, 11632, 7120, 11632, 7288;
61.96678, 11648, 7392, 11632, 7008, 11632, 7288;
61.96678, 11648, 7448, 11632, 7008, 11624, 7552;
61.96678, 11656, 7448, 11632, 7272, 11632, 7336;
61.96678, 11648, 7720, 11632, 7128, 11632, 7336;
61.96678, 11648, 7720, 11640, 7128, 11624, 7616;
61.96678, 11656, 7720, 11640, 7440, 11632, 7392;
61.96678, 11648, 7448, 11640, 7280, 11632, 7392;
61.96678, 11648, 7328, 11632, 7280, 11624, 7696;
61.96678, 11648, 7328, 11632, 7192, 11632, 7480;
61.96678, 11648, 7824, 11632, 7120, 11632, 7480;
61.96678, 11648, 7576, 11632, 7120, 11632, 7512;
61.96678, 11648, 7576, 11632, 7224, 11632, 7560;
61.96678, 11648, 7720, 11632, 7416, 11632, 7560;
61.96678, 11648, 7816, 11640, 7416, 11624, 7504;
61.96678, 11656, 7816, 11640, 7872, 11632, 7392;
61.96678, 11648, 7752, 11632, 7712, 11632, 7424;
61.96678, 11648, 7688, 11632, 7712, 11632, 7424;
61.96678, 11648, 7688, 11632, 7352, 11632, 7664;
61.96678, 11648, 7640, 11632, 6984, 11632, 7296;
61.96678, 11648, 7936, 11632, 6984, 11632, 7296;
61.96678, 11648, 7936, 11640, 7216, 11632, 7480;
61.96678, 11648, 8152, 11632, 7592, 11632, 7312;
61.96678, 11656, 7240, 11632, 7592, 11624, 7312;
61.96678, 11656, 7240, 11632, 7888, 11632, 7392;
61.96678, 11648, 7448, 11640, 7656, 11632, 7296;
61.96678, 11656, 7368, 11640, 7656, 11624, 7296;
61.96678, 11656, 7368, 11632, 7528, 11632, 7656;
61.96678, 11656, 7472, 11640, 7216, 11632, 7176;
61.96678, 11648, 7960, 11640, 7216, 11632, 7176;
61.96678, 11648, 7960, 11632, 7360, 11632, 7400;
61.96678, 11648, 7544, 11640, 7376, 11632, 7488;
61.96678, 11648, 7384, 11640, 7376, 11632, 7488;
61.96678, 11648, 7384, 11632, 7136, 11632, 7552;
61.96678, 11656, 8056, 11632, 7240, 11632, 7480;
61.96678, 11656, 7728, 11632, 7240, 11632, 7480;
61.96678, 11656, 7728, 11632, 7264, 11632, 7504;
61.96678, 11656, 7640, 11632, 7184, 11632, 7480;
61.96678, 11656, 7392, 11632, 7184, 11632, 7480;
61.96678, 11656, 7392, 11640, 7512, 11632, 7224;
61.96678, 11648, 7144, 11632, 7688, 11632, 7632;
61.96678, 11656, 7576, 11632, 7688, 11632, 7632;
61.96678, 11656, 7576, 11632, 7448, 11624, 7296;
61.96678, 11656, 7632, 11640, 7160, 11624, 7624;
61.96678, 11648, 7664, 11640, 7160, 11632, 7624;
61.96678, 11648, 7664, 11632, 7192, 11632, 7360;
61.96678, 11648, 7712, 11632, 7568, 11632, 7528;
61.96678, 11656, 7568, 11632, 7568, 11632, 7528;
61.96678, 11656, 7568, 11640, 7488, 11632, 7304;
61.96678, 11656, 8008, 11632, 7280, 11632, 7440;
61.96678, 11656, 7872, 11632, 7280, 11632, 7440;
61.96678, 11656, 7872, 11632, 7216, 11632, 7352;
61.96678, 11656, 7440, 11632, 6896, 11632, 7496;
61.96678, 11648, 7584, 11632, 6896, 11632, 7496;
61.96678, 11648, 7584, 11640, 7328, 11624, 7384;
61.96678, 11648, 7120, 11632, 7128, 11624, 7520;
61.96678, 11656, 7472, 11632, 7128, 11624, 7520;
61.96678, 11656, 7472, 11632, 7840, 11632, 7400;
61.96678, 11656, 7720, 11632, 7600, 11632, 7440;
61.96678, 11656, 7512, 11632, 7600, 11624, 7440;
61.96678, 11656, 7512, 11632, 7120, 11632, 7600;
61.96678, 11648, 7400, 11632, 6976, 11624, 7496;
61.96678, 11648, 7520, 11632, 6976, 11624, 7496;
61.96678, 11648, 7520, 11640, 7352, 11632, 7520;
61.96678, 11648, 7640, 11632, 7248, 11632, 7408;
61.96678, 11648, 7760, 11632, 7248, 11632, 7408;
61.96678, 11648, 7760, 11632, 7528, 11632, 7544;
61.96678, 11648, 7776, 11632, 6800, 11632, 7232;
61.96678, 11656, 7736, 11632, 6800, 11632, 7232;
61.96678, 11656, 7736, 11640, 7480, 11632, 7560;
61.96678, 11648, 8032, 11640, 7432, 11632, 7424;
61.96678, 11656, 7656, 11640, 7432, 11632, 7424;
61.96678, 11656, 7656, 11632, 7672, 11624, 7632;
61.96678, 11656, 7656, 11632, 7528, 11632, 7456;
61.96678, 11656, 8016, 11632, 7528, 11632, 7456;
61.96678, 11656, 8016, 11632, 7232, 11632, 7544;
61.96678, 11656, 7664, 11632, 6896, 11632, 7312;
61.96678, 11648, 7384, 11632, 6896, 11632, 7312;
61.96678, 11648, 7384, 11640, 7488, 11624, 7544;
61.96678, 11656, 7432, 11632, 7632, 11632, 7272;
61.96678, 11656, 7472, 11632, 7632, 11632, 7272;
61.96678, 11656, 7472, 11640, 7856, 11624, 7456;
61.96678, 11656, 8024, 11632, 7200, 11632, 7344;
61.96678, 11656, 7704, 11632, 7200, 11632, 7344;
61.96678, 11656, 7704, 11632, 7184, 11624, 7584;
61.96678, 11656, 7552, 11632, 7368, 11632, 7640;
61.96678, 11648, 7768, 11632, 7368, 11632, 7640;
61.96678, 11648, 7768, 11640, 7536, 11624, 7424;
61.96678, 11656, 7120, 11632, 7448, 11632, 7616;
61.96678, 11656, 7144, 11632, 7432, 11632, 7616;
61.96678, 11656, 7448, 11640, 7432, 11632, 7296;
61.96678, 11656, 7448, 11632, 7424, 11632, 7520;
61.96678, 11656, 7360, 11632, 7456, 11632, 7520;
61.96678, 11656, 7672, 11640, 7456, 11632, 7288;
61.96678, 11656, 7672, 11632, 7328, 11632, 7536;
61.96678, 11656, 7840, 11632, 6992, 11632, 7536;
61.96678, 11656, 7360, 11632, 6992, 11632, 7344;
61.96678, 11656, 7360, 11632, 7064, 11632, 7640;
61.96678, 11648, 7304, 11632, 7008, 11632, 7640;
61.96678, 11648, 7320, 11632, 7008, 11632, 7392;
61.96678, 11656, 7320, 11632, 7696, 11624, 7416;
61.96678, 11656, 7520, 11632, 7696, 11624, 7416;
61.96678, 11656, 7568, 11640, 7696, 11632, 7464;
61.96678, 11656, 7568, 11632, 7448, 11632, 7648;
61.96678, 11656, 7816, 11632, 7096, 11632, 7648;
61.96678, 11656, 7472, 11640, 7096, 11632, 7200;
61.96678, 11656, 7472, 11632, 7280, 11632, 7544;
61.96678, 11648, 7336, 11632, 7136, 11632, 7544;
61.96678, 11648, 7368, 11640, 7136, 11632, 7376;
61.96678, 11656, 7368, 11632, 7648, 11624, 7512;
61.96678, 11656, 7248, 11632, 7272, 11624, 7512;
61.96678, 11656, 7464, 11632, 7272, 11632, 7376;
61.96678, 11656, 7464, 11632, 7200, 11632, 7592;
61.96678, 11648, 7872, 11632, 7024, 11632, 7592;
61.96678, 11648, 7288, 11632, 7024, 11632, 7408;
61.96678, 11648, 7288, 11632, 7304, 11624, 7520;
61.96678, 11648, 7672, 11640, 7760, 11624, 7520;
61.96678, 11648, 8008, 11640, 7760, 11632, 7448;
61.96678, 11648, 8008, 11632, 7320, 11632, 7232;
61.96678, 11656, 7744, 11632, 7152, 11632, 7232;
61.96678, 11656, 7984, 11632, 7152, 11632, 7688;
61.96678, 11656, 7984, 11640, 7424, 11624, 7360;
61.96678, 11656, 8072, 11640, 7616, 11624, 7360;
61.96678, 11656, 7520, 11640, 7616, 11632, 7584;
61.96678, 11648, 7520, 11632, 7416, 11624, 7376;
61.96678, 11648, 7472, 11632, 7152, 11624, 7376;
61.96678, 11648, 7648, 11632, 7152, 11632, 7536;
61.96678, 11656, 7648, 11632, 7328, 11624, 7248;
61.96678, 11656, 7552, 11640, 7496, 11624, 7248;
61.96678, 11656, 7664, 11640, 7496, 11624, 7768;
61.96678, 11656, 7664, 11640, 7600, 11632, 7256;
61.96678, 11656, 7352, 11632, 7440, 11632, 7256;
65.28904, 11640, 8912, 11616, 8144, 11608, 8304;
65.28904, 11632, 8384, 11616, 7744, 11608, 8384;
65.28904, 11632, 8792, 11616, 8312, 11608, 8384;
65.28904, 11632, 8816, 11616, 8312, 11608, 8256;
65.28904, 11632, 8816, 11608, 8080, 11608, 8616;
65.28904, 11640, 9024, 11616, 8584, 11608, 8616;
65.28904, 11640, 8576, 11616, 8584, 11608, 8392;
65.28904, 11632, 8576, 11616, 8936, 11608, 8520;
65.28904, 11632, 8064, 11616, 8776, 11608, 8520;
65.28904, 11632, 8784, 11616, 8776, 11608, 8008;
65.28904, 11632, 8784, 11616, 8160, 11608, 8600;
65.28904, 11640, 9064, 11616, 8320, 11608, 8600;
65.28904, 11640, 8040, 11616, 8320, 11608, 8232;
65.28904, 11632, 8040, 11608, 7808, 11608, 8552;
65.28904, 11632, 9064, 11616, 8600, 11608, 8552;
65.28904, 11632, 8792, 11616, 8600, 11608, 8240;
65.28904, 11640, 8792, 11616, 7944, 11608, 8440;
65.28904, 11632, 8280, 11616, 8512, 11608, 8440;
65.28904, 11632, 8672, 11616, 8512, 11608, 8448;
65.28904, 11632, 8672, 11616, 8800, 11608, 8288;
65.28904, 11640, 8824, 11616, 8632, 11608, 8288;
65.28904, 11640, 8856, 11616, 8632, 11608, 8536;
65.28904, 11632, 8856, 11616, 8040, 11608, 8184;
65.28904, 11632, 8208, 11616, 8104, 11608, 8184;
65.28904, 11632, 8616, 11616, 8104, 11608, 8624;
65.28904, 11632, 8616, 11608, 8040, 11608, 8336;
65.28904, 11640, 9096, 11616, 7840, 11608, 8336;
65.28904, 11640, 8296, 11616, 7840, 11608, 8512;
65.28904, 11632, 8296, 11616, 7992, 11608, 8064;
65.28904, 11632, 8544, 11616, 8224, 11608, 8064;
65.28904, 11632, 9000, 11616, 8224, 11608, 8688;
65.28904, 11632, 9000, 11616, 8672, 11608, 8048;
65.28904, 11640, 8752, 11616, 8392, 11608, 8048;
65.28904, 11640, 8400, 11616, 8392, 11608, 8536;
65.28904, 11632, 8400, 11616, 8504, 11608, 8104;
65.28904, 11632, 8488, 11608, 8288, 11608, 8104;
65.28904, 11632, 8896, 11608, 8288, 11608, 8736;
65.28904, 11632, 8896, 11616, 8096, 11608, 8312;
65.28904, 11632, 8904, 11616, 7920, 11608, 8312;
65.28904, 11632, 7984, 11616, 7920, 11608, 8440;
65.28904, 11632, 7984, 11616, 8192, 11608, 8256;
65.28904, 11632, 8568, 11616, 8144, 11608, 8256;
65.28904, 11632, 9112, 11616, 8144, 11608, 8608;
65.28904, 11640, 9112, 11616, 8736, 11608, 8312;
65.28904, 11632, 8408, 11616, 8288, 11608, 8352;
65.28904, 11632, 8584, 11616, 8288, 11608, 8352;
65.28904, 11632, 8584, 11616, 8576, 11616, 8320;
65.28904, 11632, 8792, 11616, 8064, 11616, 8104;
65.28904, 11632, 8768, 11616, 8064, 11608, 8104;
65.28904, 11632, 8768, 11616, 8592, 11608, 8640;
65.28904, 11632, 8744, 11616, 8088, 11608, 8200;
65.28904, 11632, 8112, 11616, 8088, 11608, 8200;
65.28904, 11632, 8112, 11616, 8144, 11608, 8352;
65.28904, 11632, 8912, 11616, 7912, 11608, 8160;
65.28904, 11632, 9176, 11616, 7912, 11608, 8160;
65.28904, 11640, 9176, 11616, 8536, 11608, 8616;
65.28904, 11632, 8152, 11616, 8368, 11608, 8352;
65.28904, 11632, 8792, 11616, 8368, 11608, 8352;
65.28904, 11632, 8792, 11616, 8456, 11608, 8536;
65.28904, 11640, 8808, 11616, 8440, 11608, 8144;
65.28904, 11632, 8592, 11616, 8632, 11608, 8144;
65.28904, 11632, 8592, 11616, 8632, 11608, 8608;
65.28904, 11632, 8408, 11616, 7984, 11608, 8456;
65.28904, 11632, 8576, 11616, 8224, 11608, 8456;
65.28904, 11632, 8576, 11608, 8224, 11608, 8488;
65.28904, 11632, 8936, 11616, 7832, 11608, 8192;
65.28904, 11640, 8880, 11616, 8384, 11608, 8192;
65.28904, 11640, 8880, 11616, 8384, 11608, 8272;
65.28904, 11632, 7992, 11616, 8264, 11608, 8480;
65.28904, 11632, 8928, 11616, 8464, 11616, 8480;
65.28904, 11632, 8928, 11616, 8464, 11608, 8304;
65.28904, 11640, 8800, 11616, 8744, 11608, 8368;
65.28904, 11640, 8424, 11616, 8384, 11608, 8368;
65.28904, 11640, 8424, 11616, 8384, 11608, 8568;
65.28904, 11632, 8592, 11616, 8176, 11608, 8384;
65.28904, 11632, 8848, 11616, 8000, 11608, 8384;
65.28904, 11632, 8848, 11616, 8000, 11608, 8320;
65.28904, 11640, 8768, 11616, 8184, 11608, 8224;
65.28904, 11632, 8888, 11616, 7936, 11608, 8224;
65.28904, 11632, 8888, 11616, 7936, 11608, 8360;
65.28904, 11632, 8360, 11616, 8544, 11608, 8512;
65.28904, 11632, 8808, 11616, 8120, 11608, 8512;
65.28904, 11632, 8808, 11616, 8120, 11608, 8096;
65.28904, 11640, 9232, 11616, 8464, 11608, 8432;
65.28904, 11632, 8072, 11616, 8000, 11608, 8432;
65.28904, 11632, 8072, 11616, 8000, 11608, 8320;
65.28904, 11632, 8608, 11608, 8056, 11608, 8496;
65.28904, 11640, 8848, 11608, 8056, 11608, 8496;
65.28904, 11640, 8848, 11616, 8056, 11608, 8080;
65.28904, 11632, 8576, 11616, 8160, 11608, 8576;
65.28904, 11632, 8440, 11616, 8720, 11608, 8576;
65.28904, 11632, 8440, 11616, 8720, 11608, 8264;
65.28904, 11632, 8736, 11608, 8384, 11608, 8648;
65.28904, 11632, 8720, 11608, 8384, 11608, 8648;
65.28904, 11632, 8720, 11616, 8384, 11608, 8136;
65.28904, 11632, 8896, 11616, 7856, 11608, 8544;
65.28904, 11632, 8240, 11616, 8080, 11608, 8544;
65.28904, 11632, 8240, 11608, 8080, 11608, 8392;
65.28904, 11632, 8984, 11616, 8248, 11608, 8456;
65.28904, 11640, 8840, 11616, 8280, 11608, 8456;
65.28904, 11640, 8840, 11616, 8280, 11616, 8096;
65.28904, 11632, 8176, 11624, 8864, 11616, 8232;
65.28904, 11632, 8600, 11624, 8760, 11608, 8232;
65.28904, 11632, 8600, 11616, 8760, 11608, 8368;
65.28904, 11640, 8752, 11616, 8136, 11608, 8400;
65.28904, 11632, 9152, 11616, 7576, 11608, 8400;
65.28904, 11632, 9152, 11616, 7576, 11608, 8280;
65.28904, 11632, 8296, 11616, 8288, 11608, 8296;
65.28904, 11632, 8528, 11616, 8400, 11608, 8296;
65.28904, 11632, 8528, 11616, 8400, 11608, 8504;
65.28904, 11632, 9136, 11616, 8560, 11608, 8456;
65.28904, 11640, 8656, 11616, 8360, 11608, 8456;
65.28904, 11640, 8656, 11616, 8360, 11608, 8224;
65.28904, 11632, 8272, 11616, 8240, 11608, 8376;
65.28904, 11632, 8624, 11616, 8152, 11608, 8376;
65.28904, 11632, 8624, 11616, 8152, 11608, 8424;
65.28904, 11632, 8680, 11608, 7688, 11608, 8408;
65.28904, 11640, 8888, 11616, 8272, 11608, 8408;
65.28904, 11640, 8888, 11616, 8272, 11608, 8512;
65.28904, 11632, 8296, 11616, 8664, 11616, 8336;
65.28904, 11632, 8752, 11624, 8616, 11616, 8336;
65.28904, 11632, 8752, 11624, 8616, 11608, 8240;
65.28904, 11632, 9256, 11616, 8192, 11608, 8392;
65.28904, 11632, 8544, 11616, 8560, 11608, 8392;
65.28904, 11632, 8544, 11616, 8560, 11608, 8344;
65.28904, 11632, 7960, 11616, 7880, 11608, 8528;
65.28904, 11632, 8904, 11616, 8448, 11608, 8528;
65.28904, 11632, 8904, 11616, 8448, 11608, 8248;
65.28904, 11640, 8928, 11616, 8296, 11608, 8552;
65.28904, 11632, 8888, 11616, 8480, 11608, 8552;
65.28904, 11632, 8888, 11616, 8480, 11608, 8328;
65.28904, 11632, 8040, 11616, 8576, 11608, 8488;
65.28904, 11632, 8552, 11616, 8408, 11608, 8488;
65.28904, 11632, 8552, 11616, 8408, 11608, 8352;
65.28904, 11640, 9160, 11616, 8272, 11608, 8272;
65.28904, 11632, 8304, 11616, 7848, 11608, 8272;
65.28904, 11632, 8304, 11616, 7848, 11608, 7992;
65.28904, 11632, 8608, 11616, 8296, 11608, 8552;
65.28904, 11640, 8960, 11616, 8312, 11608, 8552;
65.28904, 11640, 8960, 11616, 8312, 11608, 8376;
65.28904, 11640, 8816, 11616, 8512, 11608, 8544;
65.28904, 11632, 8736, 11616, 8312, 11608, 8544;
65.28904, 11632, 8616, 11616, 8312, 11608, 8256;
65.28904, 11632, 8616, 11616, 8632, 11608, 8360;
65.28904, 11632, 8856, 11616, 8096, 11608, 8360;
65.28904, 11632, 8744, 11616, 8096, 11608, 8320;
65.28904, 11632, 8744, 11616, 8248, 11608, 8640;
65.28904, 11632, 8320, 11616, 8056, 11608, 8640;
65.28904, 11632, 9000, 11616, 8056, 11608, 8432;
65.28904, 11632, 9000, 11616, 8248, 11608, 8504;
65.28904, 11640, 8640, 11616, 8552, 11608, 8504;
65.28904, 11640, 8256, 11616, 8552, 11608, 8352;
65.28904, 11632, 8256, 11616, 8168, 11608, 8264;
65.28904, 11632, 9016, 11616, 8664, 11608, 8264;
65.28904, 11632, 8840, 11616, 8664, 11616, 8480;
65.28904, 11640, 8840, 11616, 8672, 11608, 8256;
65.28904, 11632, 8792, 11616, 8216, 11608, 8256;
65.28904, 11632, 8448, 11616, 8216, 11608, 8424;
65.28904, 11632, 8448, 11616, 7976, 11608, 7968;
65.28904, 11632, 8688, 11616, 8424, 11608, 7968;
65.28904, 11632, 9232, 11616, 8424, 11608, 8528;
65.28904, 11632, 9232, 11616, 7840, 11608, 8464;
65.28904, 11632, 8800, 11616, 8208, 11608, 8464;
65.28904, 11632, 8416, 11616, 8208, 11608, 8632;
65.28904, 11632, 8416, 11616, 8488, 11608, 8192;
65.28904, 11632, 8992, 11624, 8552, 11608, 8192;
65.28904, 11640, 8896, 11624, 8552, 11608, 8400;
65.28904, 11640, 8896, 11616, 8544, 11608, 8440;
65.28904, 11632, 8552, 11616, 8672, 11608, 8440;
65.28904, 11632, 8408, 11616, 8672, 11608, 8456;
65.28904, 11632, 8408, 11616, 8112, 11616, 8352;
65.28904, 11632, 8536, 11616, 8032, 11616, 8352;
65.28904, 11632, 9168, 11616, 8032, 11608, 8168;
65.28904, 11632, 9168, 11616, 7720, 11608, 8480;
65.28904, 11632, 8248, 11616, 8208, 11608, 8480;
65.28904, 11632, 8920, 11616, 8208, 11608, 8272;
65.28904, 11632, 8920, 11616, 8448, 11608, 8488;
65.28904, 11640, 9208, 11616, 8408, 11608, 8488;
65.28904, 11632, 8080, 11616, 8408, 11608, 8032;
65.28904, 11632, 8080, 11616, 8312, 11608, 8584;
65.28904, 11632, 8656, 11616, 8816, 11608, 8584;
65.28904, 11640, 8768, 11616, 8816, 11608, 8264;
65.28904, 11640, 8768, 11616, 8232, 11608, 8488;
65.28904, 11632, 8656, 11616, 8424, 11608, 8488;
65.28904, 11632, 8328, 11616, 8424, 11608, 8272;
65.28904, 11632, 8328, 11616, 7840, 11608, 8544;
65.28904, 11632, 8552, 11616, 8048, 11608, 8112;
65.28904, 11632, 8720, 11616, 7920, 11608, 8112;
65.28904, 11632, 8720, 11608, 7920, 11608, 8376;
65.28904, 11640, 9080, 11616, 8536, 11608, 8288;
65.28904, 11632, 8208, 11616, 8328, 11608, 8288;
65.28904, 11632, 8208, 11616, 8328, 11608, 8520;
65.28904, 11632, 9160, 11616, 8744, 11608, 8392;
65.28904, 11640, 8984, 11616, 8376, 11608, 8392;
65.28904, 11640, 8984, 11616, 8376, 11608, 8224;
65.28904, 11632, 8480, 11616, 8248, 11608, 8624;
65.28904, 11632, 8680, 11616, 8048, 11608, 8624;
65.28904, 11632, 8680, 11616, 8048, 11608, 8376;
65.28904, 11632, 8720, 11608, 7936, 11608, 8584;
65.28904, 11632, 8720, 11608, 7816, 11608, 8584;
65.28904, 11632, 8720, 11608, 7816, 11608, 8120;
65.28904, 11632, 8400, 11616, 8080, 11608, 8456;
65.28904, 11632, 8288, 11616, 8280, 11608, 8456;
65.28904, 11632, 8288, 11616, 8280, 11608, 8416;
65.28904, 11632, 8752, 11616, 8360, 11608, 8600;
65.28904, 11640, 9144, 11616, 8912, 11616, 8600;
65.28904, 11640, 9144, 11624, 8912, 11608, 7912;
65.28904, 11640, 8040, 11616, 8696, 11608, 8416;
65.28904, 11632, 8832, 11616, 8144, 11608, 8416;
65.28904, 11632, 8832, 11616, 8144, 11608, 8272;
65.28904, 11632, 8704, 11608, 8056, 11608, 8488;
65.28904, 11632, 8880, 11608, 8176, 11608, 8488;
65.28904, 11632, 8880, 11616, 8176, 11608, 8096;
65.28904, 11632, 8296, 11616, 7784, 11608, 8368;
65.28904, 11632, 8680, 11616, 8240, 11608, 8368;
65.28904, 11632, 8680, 11616, 8240, 11608, 8448;
65.28904, 11632, 8920, 11616, 8656, 11608, 8440;
65.28904, 11640, 8912, 11616, 8528, 11608, 8440;
65.28904, 11640, 8912, 11616, 8528, 11608, 8336;
65.28904, 11632, 8192, 11616, 8336, 11608, 8344;
65.28904, 11632, 8952, 11616, 8632, 11608, 8344;
65.28904, 11632, 8952, 11616, 8632, 11608, 8600;
65.28904, 11632, 8824, 11616, 8240, 11608, 8240;
65.28904, 11632, 8408, 11616, 7944, 11608, 8240;
65.28904, 11632, 8408, 11616, 7944, 11608, 8536;
65.28904, 11632, 8472, 11616, 8160, 11608, 8080;
65.28904, 11632, 8568, 11616, 8232, 11608, 8080;
65.28904, 11632, 8568, 11616, 8232, 11608, 8472;
65.28904, 11632, 8768, 11616, 7800, 11608, 8192;
65.28904, 11632, 8072, 11616, 8576, 11608, 8192;
65.28904, 11632, 8072, 11616, 8576, 11608, 8552;
65.28904, 11632, 8808, 11616, 8560, 11608, 8224;
65.28904, 11640, 9224, 11616, 8624, 11608, 8224;
65.28904, 11640, 9224, 11616, 8624, 11608, 8216;
65.28904, 11632, 8352, 11616, 8024, 11608, 8320;
65.28904, 11632, 8376, 11616, 8424, 11608, 8320;
65.28904, 11632, 8376, 11616, 8424, 11608, 8568;
65.28904, 11632, 8832, 11616, 7744, 11608, 8224;
65.28904, 11640, 8688, 11616, 8016, 11608, 8224;
65.28904, 11640, 8688, 11616, 8016, 11608, 8392;
65.28904, 11632, 8304, 11616, 7920, 11608, 8184;
65.28904, 11632, 8568, 11616, 8800, 11608, 8184;
65.28904, 11632, 8568, 11616, 8800, 11608, 8528;
65.28904, 11640, 8760, 11616, 8328, 11608, 8272;
65.28904, 11640, 8904, 11616, 8568, 11608, 8272;
65.28904, 11640, 8904, 11624, 8568, 11608, 8336;
65.28904, 11632, 8368, 11616, 8272, 11608, 8304;
65.28904, 11632, 8864, 11616, 8416, 11608, 8304;
65.28904, 11632, 8864, 11616, 8416, 11608, 8520;
65.28904, 11640, 9056, 11616, 8040, 11608, 8440;
65.28904, 11632, 8072, 11616, 7952, 11608, 8440;
65.28904, 11632, 8072, 11608, 7952, 11608, 8320;
65.28904, 11632, 8656, 11616, 8280, 11608, 8392;
65.28904, 11640, 8944, 11616, 8224, 11608, 8392;
65.28904, 11640, 8656, 11616, 8224, 11608, 8400;
65.28904, 11640, 8656, 11616, 8512, 11608, 8392;
65.28904, 11632, 8304, 11616, 8552, 11608, 8392;
65.28904, 11632, 8656, 11616, 8552, 11608, 8288;
65.28904, 11632, 8656, 11616, 8744, 11608, 8432;
65.28904, 11632, 9080, 11616, 8584, 11608, 8432;
65.28904, 11632, 8272, 11616, 8584, 11608, 8248;
65.28904, 11632, 8272, 11616, 8224, 11608, 8584;
65.28904, 11632, 8704, 11608, 8088, 11608, 8584;
65.28904, 11632, 9040, 11608, 8088, 11608, 8304;
65.28904, 11632, 9040, 11616, 8400, 11608, 8432;
65.28904, 11632, 8680, 11616, 7816, 11608, 8432;
65.28904, 11632, 8264, 11616, 7816, 11608, 8064;
65.28904, 11632, 8264, 11608, 8024, 11608, 8696;
65.28904, 11632, 8936, 11616, 7824, 11608, 8696;
65.28904, 11640, 8832, 11616, 7824, 11608, 8376;
65.28904, 11640, 8832, 11616, 8256, 11608, 8424;
65.28904, 11632, 8096, 11616, 8440, 11608, 8424;
65.28904, 11632, 8784, 11616, 8440, 11608, 8088;
65.28904, 11632, 8784, 11624, 8824, 11608, 8640;
65.28904, 11632, 8832, 11616, 8752, 11608, 8640;
65.28904, 11632, 8760, 11616, 8752, 11608, 8448;
65.28904, 11632, 8760, 11624, 8296, 11608, 8488;
65.28904, 11632, 8448, 11616, 8432, 11608, 8488;
65.28904, 11632, 8664, 11616, 8432, 11608, 8096;
65.28904, 11632, 8664, 11616, 8120, 11608, 8240;
65.28904, 11632, 8888, 11608, 7800, 11608, 8240;
65.28904, 11632, 8312, 11608, 7800, 11608, 8512;
65.28904, 11632, 8312, 11616, 7840, 11608, 8336;
65.28904, 11632, 8440, 11608, 7920, 11608, 8336;
65.28904, 11632, 8960, 11608, 7920, 11608, 8616;
65.28904, 11632, 8960, 11616, 8064, 11608, 8024;
65.28904, 11640, 8888, 11616, 8520, 11608, 8024;
65.28904, 11632, 8112, 11616, 8520, 11608, 8512;
65.28904, 11632, 8112, 11616, 8704, 11608, 8288;
65.28904, 11632, 9032, 11616, 8712, 11608, 8288;
65.28904, 11640, 8800, 11616, 8712, 11608, 8528;
65.28904, 11640, 8800, 11616, 8408, 11608, 8224;
65.28904, 11632, 8168, 11616, 8312, 11608, 8224;
65.28904, 11632, 8896, 11616, 8312, 11608, 8632;
65.28904, 11632, 8896, 11616, 8032, 11608, 7944;
65.28904, 11640, 8752, 11616, 8024, 11608, 7944;
65.28904, 11632, 8416, 11616, 8024, 11608, 8232;
65.28904, 11632, 8416, 11616, 7784, 11608, 8224;
65.28904, 11632, 8752, 11616, 8096, 11608, 8224;
65.28904, 11632, 8800, 11616, 8096, 11608, 8344;
65.28904, 11632, 8800, 11608, 7832, 11608, 8336;
65.28904, 11632, 8528, 11616, 8200, 11608, 8336;
65.28904, 11632, 8088, 11616, 8200, 11608, 8184;
65.28904, 11632, 8088, 11616, 8136, 11608, 8480;
65.28904, 11632, 8808, 11616, 8384, 11608, 8448;
65.28904, 11640, 8960, 11616, 8384, 11608, 8448;
65.28904, 11640, 8960, 11616, 8392, 11608, 8624;
65.28904, 11632, 8128, 11616, 8504, 11608, 8088;
65.28904, 11632, 8936, 11616, 8504, 11608, 8088;
65.28904, 11632, 8936, 11616, 8480, 11608, 8496;
65.28904, 11640, 8848, 11616, 8760, 11608, 8216;
65.28904, 11632, 8184, 11616, 8760, 11608, 8216;
65.28904, 11632, 8184, 11616, 8472, 11608, 8568;
65.28904, 11632, 8872, 11616, 8544, 11608, 8216;
65.28904, 11640, 8648, 11616, 8544, 11608, 8216;
65.28904, 11640, 8648, 11608, 8336, 11608, 8304;
65.28904, 11632, 8512, 11616, 8328, 11608, 8384;
65.28904, 11632, 8432, 11616, 8328, 11608, 8384;
65.28904, 11632, 8432, 11608, 7520, 11608, 8424;
65.28904, 11632, 8824, 11616, 8216, 11616, 8592;
65.28904, 11640, 9048, 11616, 8216, 11616, 8592;
65.28904, 11640, 9048, 11616, 8264, 11608, 8200;
65.28904, 11632, 8200, 11616, 8704, 11608, 8400;
65.28904, 11632, 8712, 11616, 8704, 11608, 8400;
65.28904, 11632, 8712, 11616, 8832, 11608, 8360;
65.28904, 11640, 8928, 11616, 8888, 11608, 8496;
65.28904, 11632, 8216, 11616, 8424, 11608, 8496;
65.28904, 11632, 8216, 11616, 8424, 11608, 8304;
65.28904, 11632, 9056, 11616, 8424, 11608, 8440;
65.28904, 11640, 9000, 11616, 7976, 11608, 8440;
65.28904, 11640, 9000, 11616, 7976, 11608, 8232;
65.28904, 11632, 8296, 11616, 8120, 11608, 8368;
65.28904, 11632, 8792, 11616, 7616, 11608, 8368;
65.28904, 11632, 8792, 11608, 7616, 11608, 8336;
65.28904, 11640, 8784, 11616, 8384, 11608, 8560;
65.28904, 11632, 8536, 11616, 8184, 11608, 8560;
65.28904, 11632, 8536, 11616, 8184, 11608, 8448;
65.28904, 11632, 8488, 11616, 8736, 11608, 8328;
65.28904, 11632, 8752, 11616, 8624, 11608, 8328;
65.28904, 11632, 8752, 11616, 8624, 11616, 8256;
65.28904, 11632, 9024, 11616, 8792, 11608, 8504;
65.28904, 11632, 8144, 11616, 8144, 11608, 8504;
65.28904, 11632, 8144, 11616, 8144, 11608, 8352;
65.28904, 11632, 8648, 11608, 8504, 11608, 8576;
65.28904, 11632, 9056, 11608, 7904, 11608, 8576;
65.28904, 11632, 9056, 11616, 7904, 11608, 8216;
65.28904, 11632, 8152, 11616, 8496, 11608, 8416;
65.28904, 11632, 8856, 11616, 8080, 11608, 8416;
65.28904, 11632, 8856, 11616, 8080, 11608, 8352;
65.28904, 11640, 8960, 11616, 8392, 11608, 8408;
65.28904, 11632, 8528, 11616, 8496, 11608, 8408;
65.28904, 11632, 8768, 11616, 8496, 11608, 8256;
65.28904, 11632, 8768, 11616, 8544, 11608, 8488;
65.28904, 11640, 8848, 11616, 8352, 11608, 8488;
65.28904, 11640, 8456, 11616, 8352, 11608, 8456;
65.28904, 11632, 8456, 11616, 8536, 11608, 8480;
65.28904, 11632, 8480, 11616, 8096, 11608, 8480;
65.28904, 11632, 8688, 11608, 8096, 11608, 8416;
65.28904, 11640, 8688, 11616, 8312, 11608, 8296;
65.28904, 11632, 8976, 11616, 8016, 11608, 8296;
65.28904, 11632, 8264, 11616, 8016, 11608, 8376;
65.28904, 11632, 8264, 11616, 8272, 11608, 7912;
65.28904, 11632, 8648, 11616, 8080, 11608, 7912;
65.28904, 11632, 9016, 11616, 8080, 11608, 8480;
65.28904, 11640, 9016, 11616, 8608, 11608, 8136;
65.28904, 11632, 8192, 11616, 8264, 11608, 8136;
65.28904, 11632, 8984, 11616, 8264, 11608, 8600;
65.28904, 11632, 8984, 11616, 8392, 11608, 8096;
65.28904, 11640, 8904, 11616, 8480, 11608, 8096;
65.28904, 11640, 8184, 11616, 8480, 11608, 8352;
65.28904, 11632, 8184, 11616, 8432, 11608, 8304;
65.28904, 11632, 8880, 11616, 8600, 11608, 8304;
65.28904, 11632, 9000, 11616, 8600, 11608, 8504;
65.28904, 11640, 9000, 11616, 8432, 11608, 8496;
65.28904, 11632, 8400, 11616, 8720, 11608, 8496;
65.28904, 11632, 8936, 11616, 8720, 11608, 8296;
65.28904, 11632, 8936, 11616, 8232, 11608, 8152;
65.28904, 11632, 8816, 11616, 8096, 11608, 8152;
65.28904, 11632, 8584, 11608, 8096, 11608, 8240;
65.28904, 11632, 8584, 11616, 8248, 11608, 8528;
65.28904, 11632, 8144, 11616, 7744, 11608, 8528;
65.28904, 11632, 8664, 11608, 7744, 11608, 8328;
65.28904, 11632, 8664, 11616, 8096, 11608, 8552;
65.28904, 11640, 9144, 11616, 8616, 11608, 8552;
65.28904, 11640, 8056, 11616, 8616, 11608, 8152;
65.28904, 11632, 8056, 11616, 8784, 11608, 8528;
65.28904, 11632, 9008, 11616, 8544, 11608, 8528;
65.28904, 11632, 9024, 11616, 8544, 11608, 8288;
65.28904, 11640, 9024, 11616, 8720, 11608, 8536;
65.28904, 11632, 8208, 11616, 8272, 11608, 8536;
65.28904, 11632, 8720, 11616, 8272, 11608, 8296;
65.28904, 11632, 8720, 11616, 8072, 11608, 8480;
65.28904, 11632, 8856, 11616, 7664, 11608, 8480;
65.28904, 11632, 8408, 11616, 7664, 11608, 8184;
65.28904, 11632, 8408, 11616, 8120, 11608, 8496;
65.28904, 11632, 8680, 11616, 8056, 11608, 8496;
65.28904, 11632, 8632, 11616, 8056, 11608, 8104;
65.28904, 11632, 8632, 11616, 8272, 11608, 8512;
65.28904, 11632, 9024, 11616, 8544, 11608, 8328;
65.28904, 11632, 8352, 11616, 8544, 11608, 8328;
65.28904, 11632, 8352, 11616, 8720, 11608, 8248;
65.28904, 11632, 8672, 11616, 8304, 11608, 8752;
65.28904, 11632, 8912, 11616, 8304, 11608, 8752;
65.28904, 11632, 8912, 11624, 8696, 11608, 8088;
65.28904, 11632, 8136, 11616, 8304, 11608, 8328;
65.28904, 11632, 8864, 11616, 8304, 11608, 8328;
65.28904, 11632, 8864, 11616, 7944, 11608, 8272;
65.28904, 11632, 9032, 11616, 8176, 11608, 8512;
65.28904, 11632, 8192, 11616, 8176, 11608, 8512;
65.28904, 11632, 8192, 11616, 8096, 11608, 8320;
65.28904, 11632, 8904, 11608, 8048, 11608, 8584;
65.28904, 11640, 8672, 11608, 8048, 11608, 8584;
65.28904, 11640, 8672, 11616, 7880, 11608, 8024;
65.28904, 11632, 8496, 11616, 8184, 11608, 8592;
65.28904, 11632, 8584, 11616, 8184, 11608, 8592;
65.28904, 11632, 8584, 11608, 7992, 11608, 8176;
65.28904, 11632, 8720, 11616, 8512, 11608, 8608;
65.28904, 11632, 8952, 11616, 8512, 11608, 8608;
65.28904, 11632, 8952, 11616, 7928, 11608, 8392;
65.28904, 11632, 8368, 11616, 8512, 11608, 8336;
65.28904, 11632, 8640, 11616, 8512, 11608, 8336;
65.28904, 11632, 8640, 11616, 8304, 11608, 8320;
65.28904, 11640, 8920, 11616, 8432, 11608, 8304;
65.28904, 11632, 8232, 11616, 8432, 11608, 8304;
65.28904, 11632, 8232, 11616, 8624, 11608, 8144;
65.28904, 11632, 8840, 11616, 8728, 11608, 8616;
65.28904, 11640, 9040, 11616, 8728, 11608, 8616;
65.28904, 11640, 9040, 11616, 8352, 11608, 8368;
65.28904, 11632, 8136, 11616, 8328, 11608, 8448;
65.28904, 11632, 8944, 11616, 8328, 11608, 8448;
65.28904, 11632, 8944, 11608, 8160, 11608, 8624;
65.28904, 11640, 8864, 11608, 8200, 11608, 8184;
65.28904, 11632, 8424, 11608, 8200, 11608, 8184;
65.28904, 11632, 8424, 11616, 7688, 11608, 8448;
65.28904, 11632, 8744, 11616, 7912, 11608, 8288;
65.28904, 11640, 8864, 11616, 7912, 11608, 8288;
65.28904, 11640, 8864, 11616, 8120, 11608, 8648;
65.28904, 11632, 8992, 11616, 8552, 11608, 8144;
65.28904, 11632, 8432, 11616, 8552, 11608, 8144;
65.28904, 11632, 8432, 11616, 8600, 11608, 8304;
65.28904, 11632, 8640, 11616, 8656, 11608, 8320;
65.28904, 11632, 9056, 11616, 8656, 11608, 8320;
65.28904, 11632, 9056, 11616, 8568, 11608, 8344;
65.28904, 11632, 8336, 11616, 8320, 11608, 8384;
65.28904, 11632, 8808, 11616, 8320, 11608, 8384;
65.28904, 11632, 8808, 11616, 8264, 11608, 8520;
65.28904, 11640, 9128, 11608, 8232, 11608, 8248;
65.28904, 11632, 8160, 11608, 8232, 11608, 8248;
65.28904, 11632, 8160, 11616, 7888, 11608, 8464;
65.28904, 11632, 8752, 11616, 8120, 11608, 8184;
65.28904, 11632, 8896, 11616, 8120, 11608, 8184;
65.28904, 11632, 8896, 11616, 7856, 11608, 8360;
65.28904, 11632, 8520, 11616, 7968, 11608, 8480;
65.28904, 11632, 8568, 11616, 7968, 11608, 8480;
65.28904, 11632, 8568, 11616, 8384, 11608, 8408;
65.28904, 11632, 8648, 11616, 8352, 11608, 8376;
65.28904, 11632, 8744, 11616, 8352, 11608, 8376;
65.28904, 11632, 8744, 11616, 8136, 11608, 8448;
65.28904, 11632, 8432, 11616, 8624, 11608, 8160;
65.28904, 11632, 8584, 11616, 8624, 11608, 8160;
65.28904, 11632, 8584, 11616, 8576, 11608, 8360;
65.28904, 11632, 8784, 11616, 8344, 11608, 8536;
65.28904, 11632, 8328, 11616, 8344, 11608, 8536;
65.28904, 11632, 8328, 11616, 8504, 11608, 8448;
65.28904, 11632, 8768, 11608, 7928, 11608, 8560;
65.28904, 11632, 9200, 11608, 7920, 11608, 8560;
65.28904, 11632, 9200, 11608, 7920, 11608, 7976;
65.28904, 11632, 8312, 11608, 8128, 11608, 8488;
65.28904, 11632, 8440, 11608, 8280, 11608, 8488;
65.28904, 11632, 9096, 11616, 8280, 11608, 8344;
65.28904, 11632, 9096, 11616, 8136, 11608, 8472;
65.28904, 11632, 8376, 11616, 8160, 11608, 8472;
65.28904, 11632, 8808, 11616, 8160, 11608, 8280;
65.28904, 11632, 8808, 11616, 8656, 11608, 8336;
65.28904, 11632, 8928, 11616, 8568, 11608, 8336;
65.28904, 11632, 8376, 11616, 8568, 11608, 8152;
65.28904, 11632, 8376, 11616, 8224, 11608, 8584;
65.28904, 11632, 8472, 11616, 8064, 11608, 8584;
65.28904, 11632, 8592, 11616, 8064, 11608, 8104;
65.28904, 11640, 8592, 11608, 8040, 11608, 8480;
65.28904, 11632, 8584, 11608, 7952, 11608, 8480;
65.28904, 11632, 8152, 11608, 7952, 11608, 8280;
65.28904, 11632, 8152, 11616, 8248, 11608, 8440;
65.28904, 11632, 8656, 11616, 8216, 11608, 8440;
65.28904, 11632, 8616, 11616, 8216, 11608, 8400;
65.28904, 11632, 8616, 11616, 8536, 11608, 8104;
65.28904, 11632, 8440, 11616, 8424, 11608, 8104;
65.28904, 11632, 9008, 11616, 8424, 11608, 8584;
65.28904, 11632, 9008, 11616, 8464, 11608, 8328;
65.28904, 11632, 9128, 11616, 8528, 11608, 8328;
65.28904, 11632, 8152, 11616, 8528, 11608, 8536;
65.28904, 11632, 8152, 11616, 7952, 11608, 8280;
65.28904, 11632, 8960, 11616, 7880, 11608, 8280;
65.28904, 11632, 8656, 11608, 7880, 11608, 8192;
65.28904, 11640, 8656, 11616, 8184, 11608, 8008;
65.28904, 11632, 8296, 11616, 8248, 11608, 8008;
65.28904, 11632, 8640, 11616, 8248, 11608, 8488;
65.28904, 11632, 8640, 11616, 8400, 11608, 8264;
65.28904, 11632, 8576, 11616, 8728, 11608, 8264;
67.49715, 11624, 8992, 11600, 8592, 11600, 9144;
67.49715, 11624, 9104, 11608, 8648, 11600, 9144;
67.49715, 11624, 9064, 11608, 8648, 11600, 8768;
67.49715, 11624, 9064, 11600, 8280, 11600, 8632;
67.49715, 11624, 9000, 11600, 8760, 11600, 8632;
67.49715, 11624, 9088, 11600, 8760, 11592, 8544;
67.49715, 11624, 9088, 11608, 8752, 11600, 9240;
67.49715, 11624, 8800, 11600, 8256, 11600, 9240;
67.49715, 11624, 9272, 11600, 8256, 11600, 8936;
67.49715, 11632, 9272, 11600, 8904, 11600, 9088;
67.49715, 11624, 8888, 11608, 8888, 11600, 9088;
67.49715, 11624, 9128, 11608, 8888, 11592, 8320;
67.49715, 11624, 9128, 11600, 8632, 11600, 9000;
67.49715, 11624, 9152, 11600, 9072, 11600, 8808;
67.49715, 11624, 8896, 11600, 9072, 11592, 8808;
67.49715, 11624, 8896, 11608, 9072, 11600, 9168;
67.49715, 11624, 9224, 11608, 8856, 11600, 8616;
67.49715, 11624, 9064, 11608, 9104, 11592, 8616;
67.49715, 11624, 9064, 11600, 9104, 11592, 8568;
67.49715, 11624, 8960, 11600, 8800, 11592, 8952;
67.49715, 11624, 9288, 11600, 8304, 11600, 8952;
67.49715, 11624, 9288, 11600, 8304, 11600, 9040;
67.49715, 11624, 8840, 11600, 8576, 11600, 9064;
67.49715, 11616, 9656, 11600, 8672, 11600, 9064;
67.49715, 11616, 9656, 11608, 8672, 11592, 8752;
67.49715, 11624, 9016, 11608, 8480, 11592, 8600;
67.49715, 11624, 8952, 11608, 8816, 11592, 8600;
67.49715, 11624, 8952, 11600, 8816, 11592, 8952;
67.49715, 11624, 9256, 11600, 9224, 11592, 9136;
67.49715, 11624, 8992, 11600, 8680, 11600, 9136;
67.49715, 11624, 8992, 11608, 8680, 11600, 8776;
67.49715, 11624, 9112, 11600, 8296, 11600, 8584;
67.49715, 11624, 9072, 11600, 8736, 11592, 8584;
67.49715, 11624, 9072, 11600, 8736, 11592, 8752;
67.49715, 11624, 9048, 11608, 8560, 11592, 9304;
67.49715, 11624, 9120, 11608, 8528, 11600, 9304;
67.49715, 11624, 9120, 11600, 8528, 11600, 8856;
67.49715, 11624, 9184, 11600, 8832, 11600, 8704;
67.49715, 11624, 8912, 11600, 8760, 11592, 8704;
67.49715, 11624, 8912, 11608, 8760, 11592, 8616;
67.49715, 11624, 9288, 11600, 8360, 11592, 9336;
67.49715, 11624, 9152, 11600, 8888, 11592, 9336;
67.49715, 11624, 9152, 11608, 8888, 11600, 8864;
67.49715, 11624, 9128, 11608, 9328, 11600, 8984;
67.49715, 11624, 9072, 11608, 8304, 11600, 8984;
67.49715, 11624, 9072, 11600, 8304, 11592, 8592;
67.49715, 11624, 9672, 11600, 9096, 11592, 8696;
67.49715, 11624, 8984, 11600, 8664, 11592, 8696;
67.49715, 11624, 8984, 11608, 8664, 11592, 9136;
67.49715, 11624, 9392, 11600, 8584, 11592, 8880;
67.49715, 11624, 9024, 11600, 8712, 11600, 8880;
67.49715, 11624, 9024, 11600, 8712, 11600, 9208;
67.49715, 11624, 9152, 11608, 8528, 11600, 8720;
67.49715, 11624, 9176, 11608, 8448, 11592, 8720;
67.49715, 11624, 9176, 11600, 8448, 11592, 8744;
67.49715, 11624, 8768, 11600, 8736, 11592, 8704;
67.49715, 11624, 9480, 11600, 8968, 11600, 8704;
67.49715, 11624, 9480, 11608, 8968, 11600, 9176;
67.49715, 11624, 9040, 11600, 8856, 11600, 8768;
67.49715, 11624, 9128, 11600, 9000, 11600, 8768;
67.49715, 11624, 9128, 11600, 9000, 11600, 9040;
67.49715, 11624, 9376, 11608, 9144, 11592, 8232;
67.49715, 11624, 9208, 11608, 8232, 11592, 8232;
67.49715, 11624, 9208, 11600, 8232, 11592, 9024;
67.49715, 11624, 9408, 11600, 8720, 11600, 9000;
67.49715, 11624, 8936, 11600, 8792, 11600, 9000;
67.49715, 11624, 8936, 11600, 8792, 11600, 9112;
67.49715, 11624, 9200, 11600, 8216, 11600, 8600;
67.49715, 11624, 9208, 11600, 9064, 11600, 8600;
67.49715, 11624, 9208, 11600, 9064, 11592, 8568;
67.49715, 11624, 9008, 11600, 8480, 11600, 8896;
67.49715, 11624, 8968, 11600, 8080, 11600, 8896;
67.49715, 11624, 8968, 11600, 8080, 11592, 9072;
67.49715, 11624, 9176, 11600, 9216, 11600, 9144;
67.49715, 11624, 8888, 11600, 9168, 11600, 9144;
67.49715, 11624, 8888, 11608, 9168, 11600, 8920;
67.49715, 11624, 9336, 11608, 8720, 11600, 8968;
67.49715, 11624, 8824, 11608, 8760, 11600, 8968;
67.49715, 11624, 8824, 11600, 8760, 11592, 8424;
67.49715, 11624, 9576, 11600, 8920, 11592, 9136;
67.49715, 11624, 8928, 11600, 8880, 11592, 9136;
67.49715, 11624, 8928, 11608, 8880, 11592, 8912;
67.49715, 11624, 9048, 11600, 8720, 11600, 9144;
67.49715, 11624, 9176, 11600, 8840, 11600, 9144;
67.49715, 11624, 9176, 11600, 8840, 11600, 8624;
67.49715, 11624, 9000, 11608, 8872, 11592, 8584;
67.49715, 11624, 9224, 11600, 8240, 11592, 8584;
67.49715, 11624, 9224, 11600, 8240, 11600, 8848;
67.49715, 11624, 8800, 11600, 9096, 11592, 9160;
67.49715, 11624, 9176, 11608, 8992, 11592, 9160;
67.49715, 11624, 9176, 11608, 8992, 11600, 9048;
67.49715, 11624, 9280, 11600, 8568, 11592, 8680;
67.49715, 11624, 9168, 11600, 8808, 11592, 8680;
67.49715, 11624, 9168, 11600, 8808, 11592, 8616;
67.49715, 11624, 9256, 11608, 8904, 11592, 9160;
67.49715, 11624, 9368, 11600, 8336, 11592, 9160;
67.49715, 11624, 9368, 11600, 8336, 11592, 9144;
67.49715, 11624, 9160, 11600, 8728, 11600, 8904;
67.49715, 11624, 9424, 11608, 8656, 11600, 8904;
67.49715, 11624, 9424, 11608, 8656, 11600, 9056;
67.49715, 11624, 9240, 11600, 8632, 11592, 8416;
67.49715, 11624, 9168, 11608, 9064, 11592, 8416;
67.49715, 11624, 9168, 11608, 9064, 11600, 8968;
67.49715, 11624, 8960, 11608, 9024, 11592, 8944;
67.49715, 11616, 9176, 11600, 8496, 11592, 8944;
67.49715, 11616, 9176, 11600, 8496, 11600, 9120;
67.49715, 11624, 9392, 11600, 9072, 11600, 8864;
67.49715, 11624, 8912, 11608, 9080, 11600, 8864;
67.49715, 11624, 9344, 11608, 9080, 11592, 8664;
67.49715, 11624, 9344, 11600, 8304, 11600, 8480;
67.49715, 11624, 9000, 11600, 8800, 11600, 8480;
67.49715, 11624, 9184, 11600, 8800, 11592, 9008;
67.49715, 11624, 9184, 11608, 8680, 11600, 9128;
67.49715, 11624, 9128, 11600, 8568, 11600, 9128;
67.49715, 11624, 8896, 11600, 8568, 11600, 8768;
67.49715, 11624, 8896, 11600, 8712, 11600, 8512;
67.49715, 11624, 9712, 11608, 8576, 11600, 8512;
67.49715, 11624, 8640, 11608, 8576, 11592, 8512;
67.49715, 11624, 8640, 11600, 8488, 11600, 9248;
67.49715, 11624, 9408, 11600, 9032, 11600, 9248;
67.49715, 11624, 8984, 11600, 9032, 11600, 9016;
67.49715, 11624, 8984, 11608, 9272, 11600, 9280;
67.49715, 11624, 9184, 11600, 8704, 11600, 9280;
67.49715, 11624, 9344, 11600, 8704, 11592, 8592;
67.49715, 11624, 9344, 11600, 8832, 11600, 8728;
67.49715, 11624, 9120, 11608, 9328, 11600, 8728;
67.49715, 11624, 9400, 11608, 9328, 11600, 8752;
67.49715, 11624, 9400, 11608, 8512, 11592, 9088;
67.49715, 11624, 8936, 11600, 8832, 11592, 9088;
67.49715, 11616, 9392, 11600, 8832, 11600, 8920;
67.49715, 11616, 9392, 11608, 8792, 11600, 9008;
67.49715, 11624, 9192, 11600, 8224, 11600, 9008;
67.49715, 11624, 8904, 11600, 8224, 11600, 8688;
67.49715, 11624, 8904, 11600, 8712, 11592, 8584;
67.49715, 11624, 9264, 11608, 8584, 11592, 8584;
67.49715, 11624, 9264, 11608, 8584, 11592, 9168;
67.49715, 11624, 9264, 11600, 8288, 11600, 8816;
67.49715, 11624, 8960, 11600, 8840, 11600, 8816;
67.49715, 11624, 8808, 11600, 8840, 11600, 9216;
67.49715, 11624, 8808, 11608, 9048, 11592, 8256;
67.49715, 11624, 9192, 11600, 8968, 11592, 8256;
67.49715, 11624, 9216, 11600, 8968, 11592, 8952;
67.49715, 11624, 9216, 11608, 9040, 11600, 8952;
67.49715, 11624, 9072, 11608, 8600, 11600, 8952;
67.49715, 11624, 9240, 11608, 8600, 11600, 9216;
67.49715, 11624, 9240, 11600, 9072, 11592, 8760;
67.49715, 11624, 9552, 11600, 9000, 11592, 8760;
67.49715, 11624, 9104, 11600, 9000, 11592, 8648;
67.49715, 11624, 9104, 11608, 7936, 11600, 8592;
67.49715, 11624, 9320, 11600, 8720, 11600, 8592;
67.49715, 11624, 8976, 11600, 8720, 11592, 9360;
67.49715, 11624, 8976, 11600, 9232, 11600, 9032;
67.49715, 11624, 9392, 11608, 8608, 11600, 9032;
67.49715, 11624, 9024, 11608, 8608, 11600, 9048;
67.49715, 11624, 9024, 11600, 8848, 11600, 8840;
67.49715, 11624, 8864, 11600, 9016, 11600, 8440;
67.49715, 11624, 9424, 11600, 8808, 11592, 8440;
67.49715, 11624, 9424, 11608, 8808, 11600, 8872;
67.49715, 11624, 9008, 11600, 9112, 11592, 8992;
67.49715, 11624, 9360, 11600, 9096, 11592, 8992;
67.49715, 11624, 9360, 11608, 9096, 11600, 9064;
67.49715, 11624, 9080, 11600, 8416, 11600, 8944;
67.49715, 11624, 9104, 11600, 8768, 11600, 8944;
67.49715, 11624, 9104, 11600, 8768, 11592, 8752;
67.49715, 11624, 9544, 11600, 8632, 11592, 8464;
67.49715, 11624, 8824, 11600, 8336, 11592, 8464;
67.49715, 11624, 8824, 11608, 8336, 11592, 9288;
67.49715, 11624, 9296, 11600, 8560, 11600, 8912;
67.49715, 11624, 8856, 11600, 9080, 11600, 8912;
67.49715, 11624, 8856, 11600, 9080, 11600, 8904;
67.49715, 11624, 9040, 11600, 8560, 11592, 8344;
67.49715, 11624, 9376, 11600, 9024, 11592, 8344;
67.49715, 11624, 9376, 11600, 9024, 11592, 9096;
67.49715, 11624, 9024, 11608, 8928, 11592, 9032;
67.49715, 11624, 9208, 11608, 8576, 11592, 9032;
67.49715, 11624, 9208, 11600, 8576, 11592, 9144;
67.49715, 11624, 8928, 11600, 9112, 11600, 9000;
67.49715, 11624, 9104, 11600, 8984, 11600, 9000;
67.49715, 11624, 9104, 11608, 8984, 11592, 8712;
67.49715, 11624, 9208, 11600, 8416, 11600, 8560;
67.49715, 11624, 8976, 11600, 8656, 11600, 8560;
67.49715, 11624, 8976, 11600, 8656, 11600, 8848;
67.49715, 11616, 9120, 11608, 8736, 11600, 9072;
67.49715, 11624, 9064, 11608, 8344, 11600, 9072;
67.49715, 11624, 9064, 11600, 8344, 11600, 8856;
67.49715, 11624, 8784, 11608, 8856, 11600, 9088;
67.49715, 11624, 8944, 11608, 8848, 11600, 9088;
67.49715, 11624, 8944, 11600, 8848, 11592, 8496;
67.49715, 11624, 9216, 11600, 8560, 11592, 9248;
67.49715, 11624, 8768, 11600, 8904, 11592, 9248;
67.49715, 11624, 8768, 11600, 8904, 11600, 8704;
67.49715, 11624, 9160, 11600, 9432, 11600, 9248;
67.49715, 11624, 9160, 11600, 8424, 11600, 9248;
67.49715, 11624, 9160, 11600, 8424, 11592, 8384;
67.49715, 11624, 8984, 11600, 9144, 11592, 8808;
67.49715, 11624, 9128, 11600, 8984, 11592, 8808;
67.49715, 11624, 9128, 11608, 8984, 11592, 8888;
67.49715, 11624, 9176, 11600, 8592, 11600, 9104;
67.49715, 11624, 9056, 11600, 8496, 11600, 9104;
67.49715, 11624, 9056, 11600, 8496, 11600, 9072;
67.49715, 11624, 9096, 11608, 8680, 11592, 8552;
67.49715, 11624, 9184, 11608, 8472, 11592, 8552;
67.49715, 11624, 9184, 11600, 8472, 11600, 8744;
67.49715, 11624, 9128, 11600, 8776, 11592, 9240;
67.49715, 11624, 9104, 11600, 8928, 11592, 9240;
67.49715, 11624, 9104, 11608, 8928, 11600, 9128;
67.49715, 11624, 8880, 11600, 8256, 11600, 8824;
67.49715, 11624, 9664, 11600, 8968, 11600, 8824;
67.49715, 11624, 8752, 11600, 8968, 11600, 8856;
67.49715, 11624, 8752, 11608, 8800, 11592, 8768;
67.49715, 11624, 9368, 11608, 8976, 11592, 8768;
67.49715, 11624, 9104, 11600, 8976, 11592, 9216;
67.49715, 11624, 9104, 11600, 8984, 11600, 8936;
67.49715, 11616, 9168, 11600, 8640, 11600, 8936;
67.49715, 11616, 9104, 11608, 8640, 11600, 9320;
67.49715, 11624, 9104, 11600, 8656, 11600, 8480;
67.49715, 11616, 8936, 11600, 8616, 11600, 8480;
67.49715, 11616, 9408, 11600, 8616, 11592, 9008;
67.49715, 11624, 9408, 11608, 8040, 11600, 8880;
67.49715, 11624, 8848, 11608, 8944, 11600, 8880;
67.49715, 11624, 9272, 11600, 8944, 11600, 9136;
67.49715, 11624, 9272, 11600, 9104, 11600, 8536;
67.49715, 11624, 8896, 11600, 8784, 11600, 8536;
67.49715, 11624, 9344, 11608, 8784, 11592, 8608;
67.49715, 11624, 9344, 11600, 8552, 11600, 9064;
67.49715, 11624, 8816, 11600, 8832, 11600, 9064;
67.49715, 11624, 9240, 11600, 8832, 11600, 9152;
67.49715, 11624, 9240, 11600, 8832, 11600, 8952;
67.49715, 11624, 9424, 11600, 8520, 11600, 8952;
67.49715, 11624, 9008, 11600, 8520, 11592, 8408;
67.49715, 11624, 9008, 11600, 8880, 11600, 9000;
67.49715, 11624, 9248, 11608, 8512, 11600, 9000;
67.49715, 11624, 8968, 11608, 8512, 11592, 9120;
67.49715, 11624, 8968, 11600, 8304, 11600, 9040;
67.49715, 11624, 9112, 11600, 9024, 11600, 9040;
67.49715, 11624, 9368, 11600, 9024, 11600, 8640;
67.49715, 11624, 9368, 11608, 8792, 11592, 8624;
67.49715, 11624, 8736, 11600, 8544, 11592, 8624;
67.49715, 11616, 9064, 11600, 8544, 11592, 8928;
67.49715, 11616, 9064, 11600, 9064, 11600, 9120;
67.49715, 11624, 9112, 11608, 8768, 11600, 9120;
67.49715, 11624, 9072, 11608, 8768, 11600, 8872;
67.49715, 11624, 9072, 11600, 8640, 11592, 8808;
67.49715, 11624, 9360, 11600, 8768, 11592, 8808;
67.49715, 11624, 8968, 11600, 8768, 11600, 8536;
67.49715, 11624, 8968, 11600, 8544, 11592, 9168;
67.49715, 11624, 9800, 11600, 8752, 11592, 9168;
67.49715, 11624, 9080, 11600, 8752, 11600, 8720;
67.49715, 11624, 9080, 11600, 8968, 11600, 9288;
67.49715, 11624, 9112, 11608, 8864, 11600, 9288;
67.49715, 11624, 9192, 11608, 8864, 11592, 8552;
67.49715, 11624, 9192, 11600, 8536, 11592, 8776;
67.49715, 11624, 9096, 11600, 9192, 11592, 8776;
67.49715, 11624, 9128, 11600, 9192, 11592, 9016;
67.49715, 11624, 9128, 11608, 8840, 11592, 9280;
67.49715, 11624, 9016, 11600, 8768, 11592, 8960;
67.49715, 11624, 9256, 11600, 8768, 11600, 8960;
67.49715, 11624, 9256, 11600, 9000, 11592, 9088;
67.49715, 11624, 9320, 11608, 8568, 11592, 8624;
67.49715, 11624, 9160, 11608, 8568, 11600, 8624;
67.49715, 11624, 9160, 11600, 8480, 11592, 8784;
67.49715, 11624, 9360, 11600, 8680, 11592, 9160;
67.49715, 11624, 9072, 11600, 8680, 11592, 9160;
67.49715, 11624, 9072, 11608, 8744, 11592, 8960;
67.49715, 11624, 9288, 11600, 8632, 11592, 9072;
67.49715, 11624, 9016, 11600, 8632, 11600, 9072;
67.49715, 11624, 9016, 11600, 9104, 11600, 8912;
67.49715, 11624, 9240, 11608, 8832, 11600, 8976;
67.49715, 11624, 9144, 11608, 8832, 11600, 8976;
67.49715, 11624, 9144, 11600, 9008, 11592, 8368;
67.49715, 11624, 9008, 11600, 8816, 11600, 9096;
67.49715, 11624, 9096, 11600, 8816, 11600, 9096;
67.49715, 11624, 9096, 11608, 8560, 11592, 8760;
67.49715, 11624, 9320, 11600, 8504, 11600, 9136;
67.49715, 11624, 8832, 11600, 8504, 11600, 9136;
67.49715, 11624, 8832, 11600, 8544, 11600, 8704;
67.49715, 11624, 9320, 11600, 8280, 11592, 8600;
67.49715, 11624, 8824, 11600, 8280, 11592, 8600;
67.49715, 11624, 8824, 11600, 8936, 11592, 8616;
67.49715, 11624, 9552, 11608, 9136, 11592, 9120;
67.49715, 11624, 8856, 11608, 9136, 11592, 9120;
67.49715, 11624, 8856, 11600, 8432, 11600, 9144;
67.49715, 11624, 9104, 11600, 8800, 11600, 9072;
67.49715, 11624, 9240, 11600, 8800, 11600, 9072;
67.49715, 11624, 9240, 11608, 9072, 11600, 8808;
67.49715, 11624, 8784, 11600, 8720, 11592, 8504;
67.49715, 11624, 9088, 11600, 8720, 11592, 8504;
67.49715, 11624, 9088, 11600, 8952, 11600, 9048;
67.49715, 11624, 9032, 11608, 8888, 11592, 8824;
67.49715, 11624, 8960, 11608, 8888, 11592, 8824;
67.49715, 11624, 8960, 11600, 8352, 11600, 9184;
67.49715, 11624, 9280, 11600, 8936, 11592, 8784;
67.49715, 11624, 9056, 11600, 8936, 11592, 8784;
67.49715, 11624, 9056, 11608, 8736, 11600, 8800;
67.49715, 11624, 9448, 11600, 8576, 11592, 8888;
67.49715, 11624, 8968, 11600, 8792, 11592, 8888;
67.49715, 11624, 8968, 11600, 8792, 11600, 9256;
67.49715, 11624, 8944, 11608, 8904, 11600, 8848;
67.49715, 11624, 9072, 11608, 8576, 11600, 8848;
67.49715, 11624, 9072, 11600, 8576, 11600, 9088;
67.49715, 11624, 9344, 11600, 8872, 11592, 8280;
67.49715, 11624, 9208, 11600, 9032, 11592, 8280;
67.49715, 11624, 8936, 11608, 9032, 11592, 9096;
67.49715, 11624, 8936, 11600, 8456, 11600, 9008;
67.49715, 11624, 9392, 11600, 9096, 11600, 9008;
67.49715, 11624, 9064, 11608, 9096, 11600, 9112;
67.49715, 11624, 9064, 11608, 8864, 11592, 8656;
67.49715, 11624, 8952, 11608, 8184, 11592, 8656;
67.49715, 11624, 9368, 11600, 8184, 11592, 8504;
67.49715, 11624, 9368, 11600, 8896, 11600, 8800;
67.49715, 11624, 8848, 11600, 8752, 11600, 8800;
67.49715, 11624, 9672, 11608, 8752, 11592, 9296;
67.49715, 11624, 9672, 11600, 8128, 11600, 9064;
67.49715, 11624, 8832, 11600, 8888, 11600, 9064;
67.49715, 11624, 9168, 11600, 8888, 11600, 8864;
67.49715, 11624, 9168, 11600, 8456, 11592, 8728;
67.49715, 11624, 9336, 11600, 8560, 11592, 8728;
67.49715, 11624, 8856, 11600, 8560, 11592, 8648;
67.49715, 11624, 8856, 11608, 8984, 11600, 9184;
67.49715, 11624, 9312, 11608, 9104, 11600, 9184;
67.49715, 11624, 8896, 11608, 9104, 11592, 8848;
67.49715, 11624, 8896, 11600, 8544, 11600, 9272;
67.49715, 11624, 9232, 11600, 9064, 11600, 9272;
67.49715, 11624, 9272, 11600, 9064, 11592, 8664;
67.49715, 11624, 9272, 11608, 9240, 11592, 8344;
67.49715, 11624, 9016, 11608, 8464, 11592, 8344;
67.49715, 11624, 9264, 11600, 8464, 11592, 8584;
67.49715, 11624, 9264, 11600, 8784, 11600, 9176;
67.49715, 11624, 9456, 11600, 8792, 11600, 9176;
67.49715, 11624, 8848, 11600, 8792, 11600, 8792;
67.49715, 11624, 8848, 11600, 8456, 11600, 8696;
67.49715, 11624, 9464, 11600, 8616, 11600, 8696;
67.49715, 11624, 8872, 11600, 8616, 11592, 8296;
67.49715, 11624, 8872, 11600, 8928, 11592, 9184;
67.49715, 11624, 9328, 11600, 8448, 11592, 9184;
67.49715, 11624, 8912, 11600, 8448, 11600, 9312;
67.49715, 11624, 8912, 11600, 9048, 11600, 9024;
67.49715, 11624, 9032, 11600, 9200, 11600, 9024;
67.49715, 11624, 9088, 11608, 9200, 11600, 8920;
67.49715, 11624, 9088, 11600, 8552, 11592, 8632;
67.49715, 11624, 8912, 11600, 9240, 11592, 8632;
67.49715, 11624, 9552, 11600, 9240, 11600, 8720;
67.49715, 11624, 9552, 11608, 9040, 11592, 8920;
67.49715, 11624, 9120, 11608, 8712, 11592, 8920;
67.49715, 11624, 9488, 11600, 8712, 11600, 9040;
67.49715, 11624, 9488, 11600, 8904, 11600, 9072;
67.49715, 11624, 9104, 11600, 8792, 11600, 9072;
67.49715, 11624, 8968, 11600, 8792, 11600, 8976;
67.49715, 11624, 8968, 11600, 8312, 11592, 8352;
67.49715, 11624, 9320, 11600, 9000, 11592, 8352;
67.49715, 11624, 9008, 11600, 9000, 11592, 9088;
67.49715, 11624, 9008, 11608, 8776, 11600, 8768;
67.49715, 11624, 9216, 11600, 8240, 11600, 9232;
67.49715, 11624, 9072, 11600, 8240, 11600, 9232;
67.49715, 11616, 9072, 11600, 8760, 11600, 8664;
67.49715, 11624, 9264, 11600, 9360, 11600, 8768;
67.49715, 11624, 9000, 11600, 9360, 11592, 8768;
67.49715, 11624, 9000, 11600, 8480, 11592, 8920;
67.49715, 11624, 8952, 11600, 9096, 11592, 9328;
67.49715, 11624, 9368, 11600, 9096, 11592, 9328;
67.49715, 11624, 9368, 11600, 9000, 11600, 9016;
67.49715, 11624, 8696, 11600, 8680, 11600, 9144;
67.49715, 11624, 9240, 11600, 8680, 11592, 9144;
67.49715, 11624, 9240, 11600, 8904, 11600, 8640;
67.49715, 11624, 9072, 11608, 8216, 11600, 8712;
67.49715, 11624, 8912, 11608, 8216, 11592, 8712;
67.49715, 11624, 8912, 11600, 8392, 11592, 9440;
67.49715, 11624, 9408, 11600, 8992, 11592, 8752;
67.49715, 11624, 8888, 11600, 8992, 11600, 8752;
67.49715, 11624, 8888, 11600, 8992, 11600, 9144;
67.49715, 11624, 9328, 11600, 8248, 11600, 8392;
67.49715, 11624, 8888, 11600, 8248, 11592, 8392;
67.49715, 11624, 8888, 11600, 8880, 11600, 8744;
67.49715, 11624, 9256, 11600, 9056, 11600, 8696;
67.49715, 11624, 8976, 11600, 9056, 11592, 8696;
67.49715, 11624, 8976, 11600, 8480, 11592, 9208;
67.49715, 11624, 8880, 11600, 8848, 11592, 8912;
67.49715, 11624, 9416, 11600, 8848, 11600, 8912;
67.49715, 11624, 9416, 11600, 9232, 11600, 8848;
67.49715, 11624, 9064, 11608, 8416, 11600, 8288;
67.49715, 11624, 9288, 11608, 8416, 11592, 8288;
67.49715, 11624, 9288, 11600, 9192, 11592, 9216;
67.49715, 11624, 8808, 11608, 8872, 11592, 8944;
67.49715, 11624, 9040, 11608, 8872, 11600, 8944;
67.49715, 11624, 9040, 11608, 8608, 11600, 9096;
67.49715, 11624, 9136, 11600, 8784, 11600, 8680;
67.49715, 11624, 9192, 11600, 8784, 11600, 8680;
67.49715, 11624, 9192, 11600, 8968, 11592, 8576;
67.49715, 11624, 9120, 11608, 8984, 11592, 8832;
67.49715, 11624, 8984, 11608, 8984, 11600, 8832;
67.49715, 11624, 8984, 11600, 8208, 11592, 9176;
67.49715, 11624, 9040, 11600, 8944, 11592, 9160;
67.49715, 11624, 9392, 11600, 8944, 11600, 9160;
67.49715, 11624, 9392, 11600, 8552, 11600, 8744;
67.49715, 11624, 8968, 11608, 8432, 11600, 8904;
67.49715, 11624, 9512, 11608, 8432, 11600, 8904;
67.49715, 11624, 9512, 11600, 8664, 11600, 8288;
67.49715, 11624, 8872, 11600, 9176, 11600, 9256;
67.49715, 11624, 9336, 11600, 9176, 11592, 9256;
67.49715, 11624, 9336, 11608, 8592, 11592, 8912;
67.49715, 11624, 9000, 11600, 8856, 11592, 9112;
67.49715, 11616, 8888, 11600, 8856, 11600, 9112;
67.49715, 11616, 8888, 11600, 8776, 11600, 8872;
67.49715, 11624, 9304, 11608, 8672, 11600, 8800;
67.49715, 11624, 9080, 11608, 8672, 11592, 8800;
67.49715, 11624, 9080, 11600, 8688, 11600, 8472;
67.49715, 11624, 9072, 11600, 9056, 11600, 9256;
67.49715, 11624, 9088, 11600, 9056, 11592, 9256;
67.49715, 11624, 9088, 11608, 8952, 11600, 8960;
67.49715, 11624, 9112, 11600, 8328, 11600, 9008;
67.49715, 11624, 9136, 11600, 8328, 11600, 9008;
67.49715, 11624, 9136, 11600, 8944, 11600, 8680;
67.49715, 11624, 8976, 11608, 9272, 11592, 8424;
67.49715, 11624, 9624, 11608, 9272, 11592, 8424;
67.49715, 11624, 9624, 11608, 8632, 11592, 8728;
67.49715, 11624, 9128, 11600, 8952, 11600, 9152;
67.49715, 11616, 9128, 11600, 8952, 11600, 9152;
67.49715, 11616, 9128, 11608, 8888, 11600, 9208;
67.49715, 11624, 9096, 11600, 8288, 11600, 8840;
67.49715, 11624, 8928, 11600, 8288, 11600, 8840;
67.49715, 11624, 8928, 11600, 8856, 11600, 9184;
67.49715, 11624, 9112, 11600, 8640, 11592, 8208;
67.49715, 11624, 8736, 11600, 8640, 11592, 8208;
67.49715, 11624, 8736, 11600, 8024, 11600, 8824;
67.49715, 11624, 9472, 11600, 8880, 11592, 8888;
67.49715, 11624, 8824, 11600, 8880, 11592, 8888;
67.49715, 11624, 8824, 11608, 9216, 11600, 9184;
67.49715, 11624, 9184, 11600, 8632, 11600, 8760;
67.49715, 11624, 9320, 11600, 8632, 11600, 8760;
67.49715, 11624, 9320, 11600, 9104, 11600, 9200;
67.49715, 11616, 9160, 11600, 8960, 11600, 8864;
67.49715, 11624, 9384, 11600, 8960, 11600, 8864;
67.49715, 11624, 9384, 11600, 8536, 11592, 8616;
67.49715, 11624, 9032, 11600, 8936, 11600, 8704;
67.49715, 11624, 9128, 11600, 8936, 11600, 8704;
67.49715, 11624, 9128, 11608, 8240, 11592, 9160;
67.49715, 11624, 9064, 11600, 8376, 11600, 9352;
67.49715, 11616, 8984, 11600, 8728, 11600, 9352;
67.49715, 11616, 9448, 11600, 8728, 11600, 9008;
67.49715, 11624, 9448, 11600, 8792, 11600, 9072;
67.49715, 11624, 8808, 11600, 8928, 11600, 9072;
67.49715, 11624, 9096, 11600, 8928, 11592, 8784;
67.49715, 11624, 9096, 11600, 8928, 11592, 8560;
67.49715, 11624, 9048, 11600, 8880, 11592, 8560;
67.49715, 11624, 9056, 11608, 8880, 11592, 8672;
67.49715, 11624, 9056, 11600, 9000, 11600, 9024;
67.49715, 11624, 9224, 11608, 8672, 11600, 9024;
67.49715, 11624, 8960, 11608, 8672, 11592, 8944;
67.49715, 11624, 8960, 11600, 8248, 11600, 9216;
67.49715, 11616, 8984, 11600, 8752, 11600, 9216;
67.49715, 11616, 9232, 11600, 8752, 11592, 8728;
67.49715, 11624, 9232, 11600, 8664, 11592, 8584;
67.49715, 11624, 8536, 11600, 8440, 11592, 8584;
67.49715, 11624, 9320, 11600, 8440, 11592, 8352;
67.49715, 11624, 9320, 11600, 9344, 11592, 9080;
67.49715, 11624, 8912, 11608, 8448, 11592, 9080;
67.49715, 11624, 9096, 11608, 8448, 11592, 8824;
67.49715, 11624, 9096, 11600, 9232, 11600, 9200;
67.49715, 11624, 9112, 11608, 8864, 11600, 9200;
67.49715, 11624, 9112, 11608, 8864, 11592, 8672;
67.49715, 11624, 9112, 11600, 8584, 11592, 8608;
67.49715, 11624, 9312, 11600, 8824, 11592, 8608;
67.49715, 11624, 8976, 11600, 8824, 11592, 8680;
67.49715, 11624, 8976, 11600, 8688, 11592, 9096;
67.49715, 11624, 9584, 11600, 8256, 11592, 9096;
67.49715, 11624, 9000, 11600, 8256, 11592, 9048;
67.49715, 11624, 9000, 11600, 8704, 11600, 8912;
67.49715, 11624, 9488, 11608, 8712, 11600, 8912;
67.49715, 11624, 9088, 11608, 8712, 11600, 9320;
67.49715, 11624, 9088, 11600, 8648, 11592, 8656;
67.49715, 11624, 9208, 11600, 9120, 11592, 8656;
67.49715, 11624, 9280, 11600, 9120, 11600, 8816;
67.49715, 11624, 9280, 11608, 8952, 11592, 8296;
67.49715, 11624, 9016, 11600, 8448, 11592, 8296;
67.49715, 11624, 9448, 11600, 8448, 11592, 9104;
67.49715, 11624, 9448, 11600, 9032, 11592, 8904;
67.49715, 11624, 8816, 11608, 8776, 11592, 8904;
67.49715, 11624, 8912, 11608, 8776, 11600, 9176;
67.49715, 11616, 8912, 11600, 8096, 11600, 9048;
67.49715, 11624, 9304, 11600, 8896, 11600, 9048;
67.49715, 11624, 8912, 11600, 8896, 11592, 8544;
67.49715, 11624, 8912, 11608, 8640, 11592, 8472;
67.49715, 11624, 9344, 11600, 9056, 11592, 8640;
67.49715, 11624, 9016, 11600, 9056, 11592, 8640;
67.49715, 11624, 9016, 11608, 9152, 11600, 9120;
67.49715, 11616, 9104, 11608, 8800, 11600, 9136;
67.49715, 11616, 9416, 11608, 8800, 11592, 9136;
67.49715, 11624, 9416, 11600, 9272, 11600, 9184;
67.49715, 11624, 8752, 11608, 8936, 11600, 8704;
67.49715, 11624, 9352, 11608, 8936, 11600, 8704;
67.49715, 11624, 9352, 11600, 8144, 11592, 8752;
67.49715, 11624, 8928, 11600, 8808, 11592, 8704;
67.49715, 11624, 8976, 11600, 8808, 11592, 8704;
67.49715, 11624, 8976, 11608, 8592, 11592, 9200;
67.49715, 11624, 9032, 11600, 8448, 11592, 8792;
67.49715, 11624, 9072, 11600, 8448, 11592, 8792;
67.49715, 11624, 9072, 11600, 9072, 11600, 9216;
67.49715, 11624, 9136, 11608, 8616, 11600, 8880;
67.49715, 11624, 8912, 11608, 8616, 11600, 8880;
69.40191, 11616, 9768, 11600, 8808, 11584, 9288;
69.40191, 11616, 9792, 11592, 8672, 11584, 9680;
69.40191, 11616, 9560, 11592, 9072, 11584, 9680;
69.40191, 11616, 9560, 11592, 9072, 11584, 9256;
69.40191, 11616, 9344, 11600, 9168, 11584, 9376;
69.40191, 11616, 9256, 11600, 9256, 11584, 9376;
69.40191, 11616, 9256, 11600, 9256, 11584, 8864;
69.40191, 11616, 9704, 11592, 9024, 11584, 8936;
69.40191, 11616, 9184, 11592, 9320, 11584, 8936;
69.40191, 11616, 9184, 11592, 9320, 11584, 8584;
69.40191, 11616, 9784, 11600, 9416, 11584, 8480;
69.40191, 11608, 9776, 11600, 9112, 11584, 8480;
69.40191, 11608, 9776, 11600, 9112, 11592, 8744;
69.40191, 11616, 9552, 11592, 9048, 11592, 8696;
69.40191, 11616, 9432, 11592, 9312, 11592, 8696;
69.40191, 11616, 9432, 11592, 9312, 11592, 8944;
69.40191, 11616, 9928, 11600, 9208, 11592, 8832;
69.40191, 11616, 9536, 11600, 9312, 11592, 8832;
69.40191, 11616, 9536, 11592, 9312, 11592, 9200;
69.40191, 11616, 9120, 11592, 8808, 11592, 9008;
69.40191, 11616, 9736, 11592, 9192, 11592, 9008;
69.40191, 11616, 9736, 11592, 9192, 11592, 9776;
69.40191, 11616, 9600, 11592, 9216, 11592, 9352;
69.40191, 11616, 9408, 11592, 9192, 11592, 9352;
69.40191, 11616, 9408, 11592, 9192, 11592, 9392;
69.40191, 11608, 9800, 11592, 8864, 11592, 9760;
69.40191, 11616, 9216, 11592, 9080, 11592, 9760;
69.40191, 11616, 9216, 11592, 9080, 11584, 9880;
69.40191, 11616, 9184, 11592, 9344, 11592, 9776;
69.40191, 11616, 9344, 11592, 9240, 11592, 9776;
69.40191, 11616, 9344, 11592, 9240, 11584, 9704;
69.40191, 11608, 9856, 11592, 8672, 11592, 9896;
69.40191, 11616, 9112, 11592, 9392, 11592, 9896;
69.40191, 11616, 9112, 11592, 9392, 11584, 9584;
69.40191, 11616, 9336, 11592, 9624, 11584, 9952;
69.40191, 11616, 9808, 11592, 8832, 11584, 9952;
69.40191, 11616, 9808, 11592, 8832, 11584, 9576;
69.40191, 11616, 9472, 11592, 8576, 11584, 9640;
69.40191, 11616, 9616, 11592, 9112, 11584, 9640;
69.40191, 11616, 9616, 11592, 9112, 11584, 9536;
69.40191, 11616, 9408, 11592, 9296, 11584, 9672;
69.40191, 11608, 9728, 11592, 9120, 11584, 9672;
69.40191, 11608, 9728, 11592, 9120, 11584, 9392;
69.40191, 11616, 9672, 11592, 8728, 11584, 9520;
69.40191, 11616, 9184, 11592, 9048, 11584, 9520;
69.40191, 11616, 9184, 11592, 9048, 11584, 9336;
69.40191, 11616, 10144, 11592, 9496, 11584, 9320;
69.40191, 11616, 9568, 11592, 9680, 11584, 9320;
69.40191, 11616, 9568, 11600, 9680, 11584, 9360;
69.40191, 11616, 9272, 11592, 8840, 11584, 9368;
69.40191, 11616, 9448, 11592, 9056, 11584, 9368;
69.40191, 11616, 9448, 11592, 9056, 11584, 9384;
69.40191, 11616, 9536, 11592, 9328, 11584, 9200;
69.40191, 11616, 9768, 11592, 9792, 11584, 9200;
69.40191, 11616, 9768, 11600, 9792, 11584, 9488;
69.40191, 11616, 9288, 11592, 8920, 11584, 9184;
69.40191, 11616, 9920, 11592, 9112, 11584, 9184;
69.40191, 11616, 9920, 11592, 9112, 11584, 9464;
69.40191, 11616, 9080, 11592, 9408, 11584, 9120;
69.40191, 11616, 9184, 11600, 9792, 11584, 9120;
69.40191, 11616, 9560, 11600, 9792, 11584, 9392;
69.40191, 11616, 9560, 11592, 8992, 11584, 9248;
69.40191, 11616, 9608, 11592, 8864, 11584, 9248;
69.40191, 11616, 9184, 11592, 8864, 11584, 9512;
69.40191, 11616, 9184, 11592, 9000, 11584, 9408;
69.40191, 11616, 9312, 11592, 9544, 11584, 9408;
69.40191, 11616, 9976, 11592, 9544, 11584, 9264;
69.40191, 11616, 9976, 11600, 9328, 11584, 9688;
69.40191, 11616, 9360, 11600, 8944, 11584, 9688;
69.40191, 11608, 9528, 11600, 8944, 11584, 9368;
69.40191, 11608, 9528, 11592, 8784, 11584, 9664;
69.40191, 11616, 9704, 11592, 9168, 11584, 9664;
69.40191, 11616, 8936, 11592, 9168, 11584, 9400;
69.40191, 11616, 8936, 11600, 9504, 11584, 9680;
69.40191, 11616, 10016, 11600, 9016, 11584, 9680;
69.40191, 11608, 9712, 11600, 9016, 11584, 9272;
69.40191, 11608, 9712, 11592, 8624, 11584, 9712;
69.40191, 11608, 9480, 11592, 8392, 11584, 9712;
69.40191, 11616, 9168, 11592, 8392, 11592, 9376;
69.40191, 11616, 9168, 11600, 9424, 11584, 9432;
69.40191, 11616, 9272, 11600, 9288, 11584, 9432;
69.40191, 11616, 9704, 11600, 9288, 11584, 9416;
69.40191, 11616, 9704, 11592, 8448, 11584, 9248;
69.40191, 11616, 9696, 11592, 8672, 11584, 9248;
69.40191, 11608, 10088, 11592, 8672, 11584, 9424;
69.40191, 11608, 10088, 11600, 9344, 11584, 9032;
69.40191, 11616, 9536, 11600, 9296, 11584, 9232;
69.40191, 11616, 8944, 11600, 9296, 11584, 9232;
69.40191, 11616, 8944, 11600, 9248, 11584, 8832;
69.40191, 11616, 9480, 11592, 8760, 11584, 8920;
69.40191, 11616, 9536, 11592, 8760, 11584, 8920;
69.40191, 11616, 9536, 11592, 9072, 11584, 8648;
69.40191, 11616, 9296, 11600, 9480, 11584, 8712;
69.40191, 11616, 9440, 11600, 9480, 11584, 8712;
69.40191, 11616, 9440, 11600, 9376, 11584, 8616;
69.40191, 11616, 9808, 11592, 8552, 11584, 8656;
69.40191, 11616, 9736, 11592, 8552, 11584, 8656;
69.40191, 11616, 9736, 11592, 8744, 11584, 8576;
69.40191, 11616, 9616, 11600, 9384, 11584, 8672;
69.40191, 11616, 9592, 11600, 9384, 11584, 8672;
69.40191, 11616, 9592, 11600, 9488, 11584, 8624;
69.40191, 11616, 9656, 11600, 8720, 11584, 8480;
69.40191, 11608, 9640, 11600, 8720, 11584, 8480;
69.40191, 11608, 9640, 11592, 9064, 11584, 8944;
69.40191, 11616, 8816, 11600, 9448, 11584, 8416;
69.40191, 11616, 9512, 11600, 9448, 11584, 8416;
69.40191, 11616, 9512, 11600, 9384, 11584, 8624;
69.40191, 11616, 9984, 11592, 8808, 11584, 8560;
69.40191, 11616, 9224, 11592, 8808, 11584, 8560;
69.40191, 11616, 9224, 11592, 9024, 11584, 9088;
69.40191, 11616, 9632, 11600, 9120, 11584, 9240;
69.40191, 11616, 9320, 11600, 9120, 11584, 9240;
69.40191, 11616, 9320, 11600, 9008, 11584, 8952;
69.40191, 11616, 9552, 11592, 8560, 11584, 8952;
69.40191, 11616, 9520, 11592, 8560, 11584, 8952;
69.40191, 11616, 9520, 11592, 8408, 11584, 8520;
69.40191, 11608, 9568, 11592, 8896, 11584, 8800;
69.40191, 11608, 9920, 11592, 8896, 11584, 8800;
69.40191, 11608, 9920, 11600, 9160, 11584, 8512;
69.40191, 11616, 9120, 11592, 8776, 11584, 8768;
69.40191, 11616, 9480, 11592, 8776, 11584, 8768;
69.40191, 11616, 9480, 11592, 8800, 11584, 8440;
69.40191, 11616, 9440, 11600, 9112, 11584, 8800;
69.40191, 11608, 9616, 11600, 9112, 11584, 8800;
69.40191, 11608, 9616, 11600, 9440, 11584, 8632;
69.40191, 11616, 9048, 11592, 8912, 11584, 8520;
69.40191, 11608, 9280, 11592, 8912, 11584, 8520;
69.40191, 11608, 9280, 11600, 8800, 11584, 8848;
69.40191, 11616, 9936, 11600, 9072, 11584, 8376;
69.40191, 11616, 9448, 11600, 9432, 11584, 8376;
69.40191, 11616, 9944, 11600, 9432, 11584, 8664;
69.40191, 11616, 9944, 11592, 8952, 11592, 8392;
69.40191, 11616, 9592, 11592, 8888, 11592, 8392;
69.40191, 11616, 9016, 11592, 8888, 11592, 8760;
69.40191, 11616, 9016, 11592, 9016, 11592, 8360;
69.40191, 11616, 9088, 11592, 9160, 11592, 8360;
69.40191, 11616, 9496, 11592, 9160, 11592, 8760;
69.40191, 11616, 9496, 11592, 9232, 11592, 8776;
69.40191, 11608, 10016, 11592, 9008, 11592, 8776;
69.40191, 11608, 9144, 11592, 9008, 11592, 9096;
69.40191, 11616, 9144, 11592, 9216, 11592, 9472;
69.40191, 11616, 9304, 11592, 9272, 11592, 9472;
69.40191, 11616, 9224, 11600, 9272, 11592, 9424;
69.40191, 11616, 9224, 11600, 9376, 11592, 9728;
69.40191, 11608, 9824, 11600, 8792, 11592, 9728;
69.40191, 11608, 9336, 11592, 8792, 11592, 9640;
69.40191, 11616, 9336, 11592, 9280, 11584, 9944;
69.40191, 11616, 9504, 11592, 9368, 11584, 9944;
69.40191, 11616, 9728, 11592, 9368, 11584, 9496;
69.40191, 11616, 9728, 11592, 9128, 11584, 9808;
69.40191, 11616, 9448, 11592, 8608, 11584, 9808;
69.40191, 11616, 9192, 11592, 8608, 11584, 9736;
69.40191, 11624, 9192, 11592, 9080, 11584, 9472;
69.40191, 11616, 9464, 11592, 9304, 11584, 9472;
69.40191, 11616, 9992, 11592, 9304, 11584, 9472;
69.40191, 11616, 9992, 11592, 8832, 11584, 9168;
69.40191, 11616, 9280, 11592, 8688, 11584, 9168;
69.40191, 11616, 9416, 11592, 8688, 11584, 9448;
69.40191, 11616, 9416, 11592, 9112, 11584, 9256;
69.40191, 11616, 9656, 11592, 9648, 11584, 9256;
69.40191, 11616, 9528, 11592, 9648, 11584, 9504;
69.40191, 11616, 9528, 11592, 8856, 11584, 9248;
69.40191, 11616, 9736, 11592, 8672, 11584, 9248;
69.40191, 11616, 9632, 11592, 8672, 11584, 9664;
69.40191, 11616, 9632, 11592, 9160, 11592, 9488;
69.40191, 11616, 9528, 11600, 9536, 11592, 9488;
69.40191, 11616, 9000, 11600, 9536, 11584, 9440;
69.40191, 11616, 9000, 11600, 9120, 11584, 9688;
69.40191, 11616, 9656, 11592, 8688, 11584, 9688;
69.40191, 11616, 9616, 11592, 8688, 11584, 9480;
69.40191, 11616, 9616, 11592, 8952, 11592, 9672;
69.40191, 11616, 9176, 11592, 9448, 11592, 9672;
69.40191, 11616, 9760, 11592, 9448, 11584, 9400;
69.40191, 11616, 9760, 11600, 9568, 11584, 9504;
69.40191, 11608, 9616, 11592, 8936, 11584, 9480;
69.40191, 11608, 9592, 11592, 8936, 11584, 9480;
69.40191, 11616, 9592, 11592, 9096, 11584, 9432;
69.40191, 11616, 9712, 11600, 9840, 11584, 9432;
69.40191, 11616, 9768, 11600, 9840, 11584, 9432;
69.40191, 11608, 9768, 11600, 9392, 11584, 9248;
69.40191, 11608, 9512, 11600, 8504, 11584, 9264;
69.40191, 11608, 8848, 11600, 8504, 11584, 9264;
69.40191, 11616, 8848, 11592, 9024, 11584, 8920;
69.40191, 11616, 9208, 11600, 9864, 11584, 9104;
69.40191, 11616, 9640, 11600, 9864, 11584, 9104;
69.40191, 11616, 9640, 11600, 9224, 11584, 8568;
69.40191, 11608, 9680, 11592, 8632, 11584, 8728;
69.40191, 11608, 9248, 11592, 8632, 11584, 8728;
69.40191, 11616, 9248, 11584, 8640, 11592, 8416;
69.40191, 11616, 9008, 11600, 9488, 11592, 8600;
69.40191, 11616, 9696, 11600, 9488, 11584, 8600;
69.40191, 11616, 9696, 11600, 9256, 11592, 8408;
69.40191, 11616, 9480, 11592, 8784, 11592, 8648;
69.40191, 11616, 9616, 11592, 8784, 11592, 8648;
69.40191, 11616, 9616, 11584, 8520, 11592, 8808;
69.40191, 11616, 9464, 11592, 9296, 11592, 8424;
69.40191, 11616, 9872, 11592, 9296, 11592, 8424;
69.40191, 11608, 9872, 11592, 9416, 11592, 9008;
69.40191, 11616, 9040, 11592, 8936, 11592, 8728;
69.40191, 11616, 9288, 11592, 8936, 11592, 8728;
69.40191, 11616, 9288, 11592, 8624, 11592, 9104;
69.40191, 11616, 9824, 11592, 9504, 11592, 9184;
69.40191, 11616, 9456, 11592, 9504, 11592, 9184;
69.40191, 11616, 9456, 11600, 9416, 11592, 9680;
69.40191, 11616, 9416, 11592, 8944, 11592, 9656;
69.40191, 11616, 9256, 11592, 8944, 11592, 9656;
69.40191, 11616, 9256, 11592, 8528, 11584, 9912;
69.40191, 11616, 9752, 11592, 9072, 11584, 9976;
69.40191, 11616, 9576, 11592, 9072, 11592, 9976;
69.40191, 11616, 9576, 11600, 9368, 11584, 9536;
69.40191, 11616, 9384, 11600, 9360, 11584, 9704;
69.40191, 11616, 9576, 11600, 9360, 11584, 9704;
69.40191, 11616, 9576, 11592, 8624, 11584, 9264;
69.40191, 11616, 9392, 11592, 9360, 11584, 9440;
69.40191, 11616, 9208, 11592, 9360, 11584, 9440;
69.40191, 11616, 9208, 11600, 9440, 11584, 9080;
69.40191, 11616, 9016, 11600, 9360, 11584, 9496;
69.40191, 11616, 9824, 11600, 9360, 11584, 9496;
69.40191, 11616, 9824, 11592, 8776, 11584, 9192;
69.40191, 11616, 9888, 11592, 9384, 11584, 9480;
69.40191, 11616, 9592, 11592, 9384, 11584, 9480;
69.40191, 11616, 9592, 11600, 9440, 11584, 9288;
69.40191, 11616, 9240, 11592, 9120, 11584, 9376;
69.40191, 11616, 9104, 11592, 9120, 11584, 9376;
69.40191, 11616, 9104, 11592, 8616, 11584, 9648;
69.40191, 11616, 9800, 11592, 9184, 11584, 9224;
69.40191, 11616, 9128, 11592, 9184, 11584, 9224;
69.40191, 11616, 9128, 11600, 9104, 11584, 9592;
69.40191, 11616, 9480, 11600, 8984, 11584, 9192;
69.40191, 11616, 9616, 11600, 8984, 11584, 9192;
69.40191, 11616, 9616, 11592, 8520, 11584, 9504;
69.40191, 11608, 9840, 11592, 8480, 11584, 9328;
69.40191, 11616, 9800, 11592, 8480, 11584, 9328;
69.40191, 11616, 9800, 11592, 9144, 11584, 9592;
69.40191, 11616, 9512, 11600, 9224, 11584, 9352;
69.40191, 11616, 9904, 11600, 9224, 11584, 9352;
69.40191, 11616, 9904, 11592, 8592, 11584, 9752;
69.40191, 11616, 9920, 11592, 8600, 11584, 9448;
69.40191, 11608, 9200, 11592, 8600, 11584, 9448;
69.40191, 11608, 9200, 11592, 8832, 11584, 9416;
69.40191, 11616, 9000, 11600, 9048, 11584, 9208;
69.40191, 11616, 9208, 11600, 9048, 11584, 9208;
69.40191, 11616, 9208, 11592, 8984, 11584, 9072;
69.40191, 11616, 9960, 11592, 8712, 11584, 9008;
69.40191, 11616, 9648, 11592, 8712, 11584, 9008;
69.40191, 11616, 9648, 11592, 8808, 11584, 8632;
69.40191, 11616, 9536, 11600, 9368, 11592, 8648;
69.40191, 11616, 9352, 11600, 9368, 11592, 8648;
69.40191, 11616, 9352, 11600, 9352, 11592, 8304;
69.40191, 11608, 9728, 11592, 9088, 11592, 8720;
69.40191, 11616, 9464, 11592, 9072, 11592, 8720;
69.40191, 11616, 9464, 11592, 9072, 11584, 8552;
69.40191, 11616, 9600, 11600, 9392, 11584, 8632;
69.40191, 11616, 9928, 11600, 9536, 11584, 8632;
69.40191, 11616, 9928, 11600, 9536, 11592, 8680;
69.40191, 11616, 8960, 11592, 9000, 11592, 9104;
69.40191, 11616, 9360, 11592, 9208, 11592, 9104;
69.40191, 11616, 9360, 11592, 9208, 11592, 9048;
69.40191, 11616, 9456, 11592, 9432, 11592, 9032;
69.40191, 11608, 9472, 11592, 9320, 11592, 9032;
69.40191, 11608, 9472, 11592, 9320, 11592, 9400;
69.40191, 11616, 9024, 11592, 9000, 11592, 9032;
69.40191, 11608, 9520, 11592, 9040, 11592, 9032;
69.40191, 11608, 9520, 11592, 9040, 11592, 9496;
69.40191, 11616, 9640, 11592, 9192, 11592, 9360;
69.40191, 11616, 9368, 11592, 9504, 11592, 9360;
69.40191, 11616, 9368, 11592, 9504, 11592, 9568;
69.40191, 11616, 9864, 11592, 8840, 11592, 9232;
69.40191, 11616, 9776, 11592, 9104, 11592, 9232;
69.40191, 11616, 9776, 11592, 9104, 11592, 9744;
69.40191, 11616, 9520, 11592, 9344, 11592, 9344;
69.40191, 11616, 9040, 11592, 9656, 11592, 9344;
69.40191, 11616, 9856, 11592, 9656, 11584, 9736;
69.40191, 11608, 9856, 11592, 9008, 11592, 9760;
69.40191, 11616, 9216, 11592, 8792, 11592, 9760;
69.40191, 11616, 9448, 11592, 8792, 11592, 9736;
69.40191, 11616, 9448, 11592, 9112, 11592, 9872;
69.40191, 11616, 9584, 11592, 9528, 11592, 9872;
69.40191, 11616, 9496, 11592, 9528, 11592, 9504;
69.40191, 11608, 9496, 11592, 8976, 11592, 9920;
69.40191, 11616, 9440, 11592, 8336, 11592, 9920;
69.40191, 11616, 9488, 11592, 8336, 11592, 9264;
69.40191, 11616, 9488, 11592, 8984, 11592, 9680;
69.40191, 11616, 9976, 11592, 9136, 11592, 9680;
69.40191, 11616, 8968, 11592, 9136, 11592, 9552;
69.40191, 11616, 8968, 11592, 9656, 11592, 9176;
69.40191, 11616, 9568, 11592, 8600, 11592, 9176;
69.40191, 11616, 9656, 11592, 8600, 11592, 9352;
69.40191, 11616, 9656, 11592, 8968, 11592, 9432;
69.40191, 11616, 9624, 11592, 9416, 11592, 9432;
69.40191, 11616, 9424, 11592, 9416, 11592, 9608;
69.40191, 11616, 9424, 11600, 9320, 11592, 8936;
69.40191, 11608, 9552, 11592, 8784, 11592, 8936;
69.40191, 11608, 9448, 11592, 8784, 11592, 9600;
69.40191, 11616, 9448, 11592, 8592, 11592, 9304;
69.40191, 11616, 9160, 11592, 9272, 11592, 9304;
69.40191, 11616, 9936, 11592, 9272, 11592, 9640;
69.40191, 11616, 9936, 11592, 9952, 11592, 9232;
69.40191, 11608, 9744, 11592, 9128, 11592, 9232;
69.40191, 11608, 9560, 11592, 9128, 11592, 9472;
69.40191, 11608, 9560, 11592, 8600, 11592, 9256;
69.40191, 11616, 9088, 11592, 9240, 11592, 9256;
69.40191, 11616, 9400, 11592, 9240, 11592, 9320;
69.40191, 11616, 9400, 11600, 9848, 11592, 9704;
69.40191, 11616, 9352, 11592, 9320, 11592, 9704;
69.40191, 11616, 9416, 11592, 9320, 11592, 9216;
69.40191, 11616, 9416, 11592, 8320, 11592, 9280;
69.40191, 11608, 10064, 11592, 8832, 11592, 9280;
69.40191, 11608, 9104, 11592, 8832, 11592, 9120;
69.40191, 11616, 9104, 11592, 9728, 11592, 9208;
69.40191, 11616, 9416, 11600, 9816, 11592, 9208;
69.40191, 11616, 9640, 11600, 9816, 11592, 8800;
69.40191, 11616, 9640, 11592, 8920, 11592, 9256;
69.40191, 11616, 8992, 11592, 8608, 11592, 9024;
69.40191, 11616, 9488, 11592, 8608, 11592, 9024;
69.40191, 11616, 9488, 11592, 8800, 11592, 8888;
69.40191, 11616, 9632, 11592, 9504, 11592, 9000;
69.40191, 11616, 9896, 11592, 9504, 11592, 9000;
69.40191, 11616, 9896, 11592, 9584, 11592, 8760;
69.40191, 11616, 9792, 11592, 8712, 11592, 8728;
69.40191, 11616, 9760, 11592, 8712, 11592, 8728;
69.40191, 11608, 9760, 11592, 8296, 11584, 8464;
69.40191, 11616, 9240, 11592, 9384, 11584, 8840;
69.40191, 11616, 8904, 11592, 9384, 11592, 8840;
69.40191, 11616, 8904, 11600, 9496, 11584, 8448;
69.40191, 11616, 9544, 11592, 8768, 11584, 8600;
69.40191, 11616, 9752, 11592, 8768, 11584, 8600;
69.40191, 11616, 9752, 11592, 8424, 11592, 8544;
69.40191, 11616, 9872, 11592, 9208, 11592, 8568;
69.40191, 11616, 9216, 11592, 9208, 11584, 8568;
69.40191, 11616, 9216, 11600, 9848, 11584, 8312;
69.40191, 11616, 9680, 11600, 9216, 11584, 8656;
69.40191, 11616, 9472, 11600, 8696, 11584, 8656;
69.40191, 11616, 9472, 11592, 8696, 11584, 8768;
69.40191, 11608, 9536, 11592, 8672, 11584, 8808;
69.40191, 11616, 9624, 11592, 9496, 11584, 8808;
69.40191, 11616, 9624, 11592, 9496, 11584, 8776;
69.40191, 11616, 9568, 11600, 9344, 11584, 8864;
69.40191, 11608, 9968, 11600, 9032, 11584, 8864;
69.40191, 11608, 9968, 11600, 9032, 11584, 9176;
69.40191, 11608, 9400, 11592, 8544, 11584, 8840;
69.40191, 11616, 9296, 11592, 8952, 11584, 8840;
69.40191, 11616, 9296, 11592, 8952, 11584, 9376;
69.40191, 11616, 9632, 11592, 9520, 11584, 9352;
69.40191, 11608, 9752, 11592, 9360, 11584, 9352;
69.40191, 11608, 9752, 11600, 9360, 11584, 9440;
69.40191, 11616, 9160, 11592, 8656, 11584, 9512;
69.40191, 11616, 9352, 11592, 9128, 11592, 9512;
69.40191, 11616, 9352, 11592, 9128, 11584, 9584;
69.40191, 11616, 9512, 11592, 9680, 11584, 9656;
69.40191, 11616, 9568, 11592, 9296, 11584, 9656;
69.40191, 11616, 9568, 11600, 9296, 11584, 9272;
69.40191, 11616, 9592, 11600, 8984, 11584, 9504;
69.40191, 11616, 9512, 11600, 8672, 11584, 9504;
69.40191, 11616, 9512, 11592, 8672, 11584, 9336;
69.40191, 11608, 9728, 11592, 9304, 11584, 9488;
69.40191, 11616, 8856, 11592, 9008, 11584, 9488;
69.40191, 11616, 8856, 11592, 9008, 11584, 9112;
69.40191, 11616, 9344, 11592, 8704, 11584, 9360;
69.40191, 11616, 9952, 11592, 8600, 11584, 9360;
69.40191, 11616, 9952, 11592, 8600, 11584, 9288;
69.40191, 11616, 9520, 11592, 8712, 11584, 9384;
69.40191, 11616, 9384, 11592, 8968, 11584, 9384;
69.40191, 11616, 9384, 11592, 8968, 11584, 9504;
69.40191, 11616, 9080, 11600, 9296, 11584, 9376;
69.40191, 11608, 9728, 11600, 8768, 11584, 9376;
69.40191, 11608, 9728, 11592, 8768, 11592, 9936;
69.40191, 11616, 9344, 11592, 8768, 11592, 9448;
69.40191, 11616, 9824, 11592, 9280, 11592, 9448;
69.40191, 11616, 9824, 11592, 9280, 11592, 9480;
69.40191, 11616, 9808, 11592, 9192, 11592, 9368;
69.40191, 11616, 9080, 11592, 8976, 11592, 9368;
69.40191, 11616, 9080, 11592, 8976, 11592, 9616;
69.40191, 11616, 9272, 11592, 8568, 11592, 9224;
69.40191, 11616, 9440, 11592, 8920, 11592, 9224;
69.40191, 11616, 9440, 11592, 8920, 11592, 9304;
69.40191, 11608, 10016, 11592, 9008, 11592, 9352;
69.40191, 11616, 9176, 11592, 9200, 11592, 9352;
69.40191, 11616, 9176, 11600, 9200, 11592, 8952;
69.40191, 11616, 9472, 11592, 9064, 11592, 8808;
69.40191, 11616, 9328, 11592, 9032, 11592, 8808;
69.40191, 11616, 9328, 11600, 9032, 11592, 8424;
69.40191, 11616, 9704, 11592, 9328, 11584, 8976;
69.40191, 11616, 9336, 11592, 9104, 11584, 8976;
69.40191, 11616, 9336, 11600, 9104, 11584, 8288;
69.40191, 11616, 9416, 11600, 9472, 11584, 8792;
69.40191, 11608, 9856, 11600, 9112, 11584, 8792;
69.40191, 11608, 9856, 11600, 9112, 11592, 8928;
69.40191, 11608, 9360, 11600, 9232, 11584, 9464;
69.40191, 11616, 9240, 11592, 9296, 11584, 9464;
69.40191, 11616, 9240, 11592, 9296, 11584, 9520;
69.40191, 11616, 9256, 11600, 9320, 11584, 9312;
69.40191, 11608, 9624, 11592, 9168, 11584, 9312;
69.40191, 11608, 9624, 11592, 9168, 11592, 9448;
69.40191, 11616, 9328, 11592, 8952, 11584, 9320;
69.40191, 11616, 9336, 11592, 9120, 11584, 9320;
69.40191, 11616, 9336, 11592, 9120, 11584, 9568;
69.40191, 11608, 9872, 11600, 9264, 11584, 9192;
69.40191, 11616, 9384, 11592, 8872, 11584, 9192;
69.40191, 11616, 9384, 11592, 8872, 11584, 9552;
69.40191, 11616, 9704, 11592, 8728, 11584, 9272;
69.40191, 11616, 9632, 11592, 9288, 11584, 9272;
69.40191, 11616, 9632, 11592, 9288, 11584, 9608;
69.40191, 11616, 9040, 11592, 9216, 11584, 9584;
69.40191, 11616, 9272, 11592, 9480, 11584, 9584;
69.40191, 11616, 9272, 11592, 9480, 11584, 9352;
69.40191, 11616, 9448, 11592, 8736, 11592, 9768;
69.40191, 11616, 10056, 11592, 9128, 11592, 9768;
69.40191, 11616, 9512, 11592, 9128, 11592, 9376;
69.40191, 11616, 9512, 11592, 9392, 11592, 9736;
69.40191, 11616, 9488, 11592, 9552, 11592, 9736;
69.40191, 11616, 9200, 11592, 9552, 11592, 9272;
69.40191, 11616, 9200, 11592, 8656, 11592, 9456;
69.40191, 11608, 9632, 11592, 8528, 11592, 9456;
69.40191, 11616, 9424, 11592, 8528, 11592, 8936;
69.40191, 11616, 9424, 11584, 9224, 11592, 9072;
69.40191, 11616, 9344, 11592, 9504, 11592, 9072;
69.40191, 11616, 9784, 11592, 9504, 11592, 8888;
69.40191, 11616, 9784, 11592, 8696, 11592, 8576;
69.40191, 11608, 9752, 11592, 8648, 11592, 8576;
69.40191, 11616, 9712, 11592, 8648, 11592, 8768;
69.40191, 11616, 9712, 11592, 9024, 11592, 8632;
69.40191, 11616, 9072, 11592, 9584, 11592, 8632;
69.40191, 11616, 9608, 11592, 9584, 11592, 8656;
69.40191, 11616, 9608, 11600, 9408, 11584, 8616;
69.40191, 11616, 9936, 11592, 8800, 11584, 8616;
69.40191, 11616, 8968, 11592, 8800, 11592, 8688;
69.40191, 11616, 8968, 11592, 8896, 11584, 8600;
69.40191, 11616, 9488, 11592, 9288, 11584, 8600;
69.40191, 11616, 9192, 11592, 9288, 11584, 8592;
69.40191, 11616, 9192, 11600, 9648, 11584, 8544;
69.40191, 11608, 10120, 11592, 8936, 11584, 8544;
69.40191, 11616, 9544, 11592, 8936, 11584, 9104;
69.40191, 11616, 9544, 11592, 8856, 11584, 9160;
69.40191, 11616, 9368, 11592, 9328, 11584, 9160;
69.40191, 11616, 9616, 11592, 9328, 11584, 9528;
69.40191, 11616, 9616, 11600, 9848, 11584, 9264;
69.40191, 11616, 9360, 11600, 9240, 11584, 9264;
69.40191, 11616, 9256, 11600, 9240, 11584, 9552;
69.40191, 11616, 9256, 11592, 8896, 11584, 9336;
69.40191, 11616, 9712, 11592, 8808, 11584, 9320;
69.40191, 11616, 9952, 11592, 8808, 11584, 9320;
69.40191, 11616, 9952, 11592, 9272, 11584, 9376;
69.40191, 11616, 9528, 11600, 9728, 11584, 9224;
69.40191, 11616, 9304, 11600, 9728, 11584, 9224;
69.40191, 11616, 9304, 11600, 9224, 11584, 9448;
69.40191, 11616, 9240, 11592, 8672, 11584, 9280;
69.40191, 11608, 9520, 11592, 8672, 11584, 9280;
69.40191, 11608, 9520, 11584, 8704, 11584, 9728;
69.40191, 11616, 9384, 11592, 9136, 11592, 9488;
69.40191, 11616, 9360, 11592, 9136, 11592, 9488;
69.40191, 11616, 9360, 11600, 9616, 11584, 9904;
69.40191, 11608, 10136, 11592, 8976, 11592, 9568;
69.40191, 11616, 9232, 11592, 8976, 11592, 9568;
69.40191, 11616, 9232, 11592, 8312, 11592, 9736;
69.40191, 11616, 9800, 11592, 8928, 11592, 9656;
69.40191, 11616, 9904, 11592, 9760, 11592, 9656;
69.40191, 11616, 9904, 11600, 9760, 11592, 9224;
69.40191, 11608, 9256, 11592, 9232, 11592, 9216;
69.40191, 11616, 9416, 11592, 8744, 11592, 9216;
69.40191, 11616, 9416, 11592, 8744, 11592, 9184;
69.40191, 11616, 9024, 11584, 8704, 11592, 9176;
69.40191, 11616, 10088, 11584, 9728, 11592, 9176;
69.40191, 11616, 10088, 11592, 9728, 11592, 8688;
69.40191, 11616, 9272, 11600, 9344, 11592, 9256;
69.40191, 11616, 9720, 11600, 8896, 11592, 9256;
69.40191, 11616, 9592, 11592, 8896, 11592, 8848;
69.40191, 11616, 9592, 11584, 8616, 11592, 8840;
69.40191, 11616, 9272, 11584, 9168, 11592, 8840;
69.40191, 11616, 9320, 11592, 9168, 11592, 8536;
69.40191, 11616, 9320, 11600, 9520, 11584, 8776;
69.40191, 11616, 9776, 11600, 9192, 11584, 8776;
69.40191, 11616, 9840, 11600, 9192, 11592, 8536;
69.40191, 11616, 9840, 11592, 8568, 11584, 8432;
69.40191, 11616, 9024, 11592, 8896, 11584, 8432;
69.40191, 11616, 9600, 11592, 8896, 11592, 8792;
69.40191, 11616, 9600, 11600, 9528, 11584, 8352;
69.40191, 11616, 9448, 11600, 9352, 11584, 8352;
69.40191, 11616, 9584, 11600, 9352, 11584, 8632;
69.40191, 11608, 9584, 11592, 8824, 11584, 8488;
69.40191, 11616, 9368, 11592, 9192, 11584, 8488;
69.40191, 11616, 9768, 11592, 9192, 11584, 8936;
69.40191, 11608, 9768, 11600, 9544, 11584, 8744;
69.40191, 11616, 9368, 11600, 9440, 11584, 8744;
69.40191, 11616, 9080, 11600, 9440, 11584, 8880;
69.40191, 11616, 9080, 11592, 8656, 11584, 8832;
69.40191, 11616, 9680, 11592, 8784, 11584, 8832;
69.40191, 11616, 9760, 11592, 8784, 11584, 9168;
69.40191, 11616, 9760, 11592, 9240, 11584, 9184;
69.40191, 11608, 9624, 11592, 9344, 11584, 9184;
69.40191, 11608, 9144, 11600, 9344, 11584, 9248;
69.40191, 11616, 9144, 11592, 8520, 11592, 9560;
69.40191, 11608, 9704, 11592, 8472, 11592, 9560;
69.40191, 11608, 9368, 11592, 8472, 11584, 9408;
69.40191, 11616, 9368, 11592, 9176, 11584, 9616;
69.40191, 11616, 9400, 11592, 9128, 11584, 9616;
69.40191, 11616, 9648, 11600, 9128, 11584, 9360;
69.40191, 11608, 9648, 11600, 9080, 11584, 9688;
69.40191, 11608, 9680, 11592, 8768, 11584, 9688;
71.30667, 11608, 9664, 11584, 10000, 11576, 9672;
71.30667, 11608, 10064, 11592, 9272, 11576, 9424;
71.30667, 11608, 9968, 11592, 9400, 11584, 9424;
71.30667, 11608, 9968, 11584, 9400, 11576, 10056;
71.30667, 11608, 9528, 11584, 9680, 11584, 9488;
71.30667, 11608, 9696, 11584, 8656, 11584, 9488;
71.30667, 11608, 9696, 11592, 8656, 11576, 9328;
71.30667, 11608, 10192, 11584, 9832, 11584, 9520;
71.30667, 11608, 9856, 11584, 8928, 11584, 9520;
71.30667, 11608, 9856, 11592, 8928, 11584, 9048;
71.30667, 11608, 9808, 11584, 9520, 11576, 9528;
71.30667, 11608, 9816, 11584, 9432, 11576, 9528;
71.30667, 11608, 9816, 11584, 9432, 11576, 9384;
71.30667, 11608, 9736, 11592, 8768, 11584, 10024;
71.30667, 11608, 10192, 11592, 9992, 11584, 10024;
71.30667, 11608, 9416, 11584, 9992, 11584, 9792;
71.30667, 11608, 9416, 11592, 9656, 11584, 9640;
71.30667, 11608, 9984, 11592, 9304, 11584, 9640;
71.30667, 11608, 9640, 11584, 9304, 11584, 9408;
71.30667, 11608, 9640, 11584, 9616, 11576, 9272;
71.30667, 11608, 10064, 11584, 9016, 11576, 9272;
71.30667, 11608, 9632, 11592, 9016, 11584, 9344;
71.30667, 11608, 9632, 11584, 10064, 11576, 9192;
71.30667, 11608, 9680, 11592, 9440, 11576, 9536;
71.30667, 11608, 9920, 11592, 9440, 11576, 9536;
71.30667, 11608, 9920, 11584, 9288, 11576, 9440;
71.30667, 11600, 9936, 11584, 8960, 11576, 9928;
71.30667, 11608, 9952, 11584, 8960, 11584, 9928;
71.30667, 11608, 9952, 11592, 8912, 11584, 9928;
71.30667, 11608, 9192, 11584, 9832, 11584, 9704;
71.30667, 11608, 10208, 11584, 9832, 11576, 9704;
71.30667, 11608, 10208, 11584, 9072, 11584, 9688;
71.30667, 11608, 9800, 11584, 9224, 11584, 9072;
71.30667, 11608, 9776, 11584, 9224, 11576, 9072;
71.30667, 11608, 9776, 11584, 9688, 11576, 9568;
71.30667, 11608, 9512, 11592, 8904, 11576, 9280;
71.30667, 11608, 9832, 11592, 8904, 11576, 9280;
71.30667, 11608, 9832, 11584, 9872, 11576, 9720;
71.30667, 11608, 9624, 11592, 9336, 11576, 9640;
71.30667, 11608, 9456, 11592, 9336, 11584, 9640;
71.30667, 11608, 9456, 11592, 9288, 11576, 9536;
71.30667, 11608, 9856, 11584, 10008, 11576, 9984;
71.30667, 11608, 9808, 11584, 10008, 11584, 9984;
71.30667, 11608, 9808, 11592, 8664, 11584, 9432;
71.30667, 11608, 9904, 11584, 10008, 11584, 9288;
71.30667, 11608, 9568, 11584, 9544, 11576, 9288;
71.30667, 11608, 9568, 11584, 9544, 11584, 9208;
71.30667, 11608, 9880, 11592, 8656, 11584, 9472;
71.30667, 11608, 9896, 11592, 9912, 11576, 9472;
71.30667, 11608, 9896, 11584, 9912, 11576, 9432;
71.30667, 11608, 9840, 11592, 8328, 11576, 9336;
71.30667, 11608, 9608, 11592, 9976, 11576, 9336;
71.30667, 11608, 9608, 11584, 9976, 11576, 9600;
71.30667, 11608, 9832, 11592, 8944, 11576, 9648;
71.30667, 11608, 9944, 11592, 9344, 11584, 9648;
71.30667, 11608, 9944, 11584, 9344, 11576, 9680;
71.30667, 11600, 9880, 11592, 9784, 11576, 9224;
71.30667, 11608, 9864, 11592, 8464, 11584, 9224;
71.30667, 11608, 9864, 11592, 8464, 11576, 9360;
71.30667, 11608, 9560, 11584, 9960, 11576, 9464;
71.30667, 11608, 10128, 11584, 8800, 11576, 9464;
71.30667, 11608, 10128, 11592, 8800, 11584, 9432;
71.30667, 11608, 9776, 11584, 9680, 11576, 9888;
71.30667, 11608, 9624, 11584, 9608, 11576, 9888;
71.30667, 11608, 9624, 11592, 9608, 11584, 9544;
71.30667, 11608, 9688, 11592, 8984, 11584, 9712;
71.30667, 11608, 10192, 11592, 9704, 11584, 9712;
71.30667, 11608, 10192, 11584, 9704, 11584, 9112;
71.30667, 11608, 9616, 11584, 8888, 11584, 9160;
71.30667, 11608, 9520, 11584, 10112, 11584, 9160;
71.30667, 11608, 9520, 11584, 10112, 11576, 9400;
71.30667, 11608, 10056, 11584, 9768, 11576, 9352;
71.30667, 11608, 9848, 11592, 9080, 11576, 9352;
71.30667, 11608, 9864, 11592, 9080, 11584, 9768;
71.30667, 11608, 9864, 11584, 9744, 11584, 9416;
71.30667, 11608, 9752, 11592, 9024, 11584, 9416;
71.30667, 11608, 10256, 11592, 9024, 11584, 9824;
71.30667, 11608, 10256, 11584, 9872, 11584, 9256;
71.30667, 11608, 9960, 11584, 9568, 11584, 9544;
71.30667, 11608, 10000, 11584, 9568, 11576, 9544;
71.30667, 11608, 10000, 11592, 9008, 11576, 9448;
71.30667, 11608, 9560, 11584, 9720, 11576, 9472;
71.30667, 11608, 10432, 11584, 9720, 11576, 9472;
71.30667, 11608, 10432, 11592, 9080, 11584, 10032;
71.30667, 11608, 9808, 11584, 9216, 11584, 9320;
71.30667, 11608, 9864, 11584, 9216, 11576, 9320;
71.30667, 11608, 9864, 11584, 9832, 11576, 9456;
71.30667, 11608, 9592, 11592, 8888, 11576, 9352;
71.30667, 11608, 9992, 11592, 8888, 11584, 9352;
71.30667, 11608, 9992, 11584, 9728, 11576, 9256;
71.30667, 11608, 9816, 11592, 8944, 11576, 9560;
71.30667, 11608, 9792, 11592, 8944, 11584, 9560;
71.30667, 11608, 9792, 11584, 9528, 11576, 9368;
71.30667, 11608, 9408, 11584, 9944, 11576, 10000;
71.30667, 11608, 9792, 11584, 8856, 11584, 10000;
71.30667, 11608, 9792, 11592, 8856, 11584, 9536;
71.30667, 11608, 10040, 11584, 9872, 11584, 9392;
71.30667, 11608, 9576, 11584, 8720, 11576, 9392;
71.30667, 11608, 9576, 11592, 8720, 11584, 9424;
71.30667, 11608, 9840, 11584, 9864, 11584, 9336;
71.30667, 11608, 9640, 11584, 9624, 11576, 9336;
71.30667, 11608, 9640, 11584, 9624, 11584, 9560;
71.30667, 11608, 10184, 11592, 8688, 11584, 9296;
71.30667, 11608, 9728, 11592, 10016, 11576, 9296;
71.30667, 11608, 9728, 11584, 10016, 11584, 9712;
71.30667, 11608, 9824, 11592, 8528, 11584, 9384;
71.30667, 11608, 9784, 11592, 10240, 11584, 9384;
71.30667, 11608, 9784, 11584, 10240, 11576, 9424;
71.30667, 11608, 10192, 11592, 8824, 11584, 9392;
71.30667, 11608, 9872, 11592, 9464, 11584, 9392;
71.30667, 11608, 9704, 11584, 9464, 11576, 9472;
71.30667, 11608, 9704, 11592, 9816, 11584, 9568;
71.30667, 11608, 9704, 11592, 8312, 11584, 9568;
71.30667, 11608, 9840, 11584, 8312, 11584, 9736;
71.30667, 11608, 9840, 11584, 9792, 11576, 9824;
71.30667, 11608, 10208, 11584, 8816, 11576, 9824;
71.30667, 11608, 9720, 11592, 8816, 11584, 9536;
71.30667, 11608, 9720, 11584, 9608, 11576, 9224;
71.30667, 11608, 9520, 11584, 9736, 11576, 9224;
71.30667, 11608, 10024, 11584, 9736, 11576, 9216;
71.30667, 11608, 10024, 11592, 9000, 11576, 9304;
71.30667, 11608, 9704, 11584, 9552, 11576, 9464;
71.30667, 11608, 9736, 11584, 9552, 11576, 9464;
71.30667, 11608, 9736, 11592, 9016, 11584, 9696;
71.30667, 11608, 9456, 11592, 9672, 11584, 9816;
71.30667, 11608, 10264, 11592, 9672, 11576, 9816;
71.30667, 11608, 10264, 11584, 9872, 11584, 9536;
71.30667, 11608, 9576, 11592, 8984, 11584, 9360;
71.30667, 11608, 10056, 11592, 8984, 11584, 9360;
71.30667, 11608, 10056, 11576, 9672, 11576, 9512;
71.30667, 11608, 9632, 11592, 9264, 11576, 9240;
71.30667, 11608, 10120, 11592, 9264, 11584, 9240;
71.30667, 11608, 10120, 11592, 9048, 11576, 9600;
71.30667, 11608, 9976, 11584, 9832, 11576, 9616;
71.30667, 11608, 9592, 11584, 9136, 11584, 9616;
71.30667, 11608, 9592, 11592, 9136, 11584, 9792;
71.30667, 11608, 9864, 11584, 9240, 11584, 9488;
71.30667, 11608, 9624, 11584, 9424, 11576, 9488;
71.30667, 11608, 9624, 11584, 9424, 11576, 9272;
71.30667, 11608, 10088, 11584, 8632, 11576, 9512;
71.30667, 11608, 9560, 11584, 9832, 11576, 9512;
71.30667, 11608, 9560, 11584, 9832, 11576, 9104;
71.30667, 11608, 10000, 11592, 9040, 11576, 9616;
71.30667, 11608, 9864, 11592, 9192, 11576, 9616;
71.30667, 11608, 9864, 11584, 9192, 11576, 9472;
71.30667, 11608, 10136, 11584, 9784, 11584, 9824;
71.30667, 11608, 9872, 11584, 8920, 11584, 9824;
71.30667, 11608, 9872, 11592, 8920, 11584, 9744;
71.30667, 11608, 9312, 11584, 10000, 11584, 9320;
71.30667, 11608, 10160, 11584, 9344, 11584, 9320;
71.30667, 11608, 10160, 11592, 9344, 11584, 9336;
71.30667, 11608, 9880, 11592, 9304, 11576, 9520;
71.30667, 11608, 9536, 11592, 9712, 11576, 9520;
71.30667, 11608, 9672, 11584, 9712, 11576, 9512;
71.30667, 11608, 9672, 11592, 8752, 11576, 9496;
71.30667, 11608, 10096, 11592, 9912, 11576, 9496;
71.30667, 11608, 9680, 11584, 9912, 11576, 9896;
71.30667, 11608, 9680, 11584, 9472, 11584, 9664;
71.30667, 11608, 9760, 11584, 9128, 11584, 9664;
71.30667, 11608, 9976, 11584, 9128, 11576, 9408;
71.30667, 11608, 9976, 11584, 9600, 11584, 9488;
71.30667, 11608, 10120, 11584, 9008, 11584, 9488;
71.30667, 11608, 9360, 11592, 9008, 11584, 9240;
71.30667, 11608, 9360, 11584, 9544, 11576, 9624;
71.30667, 11608, 9936, 11584, 9760, 11576, 9480;
71.30667, 11608, 9744, 11584, 9760, 11584, 9480;
71.30667, 11608, 9744, 11592, 8816, 11576, 9720;
71.30667, 11608, 10104, 11584, 9880, 11576, 9568;
71.30667, 11608, 9592, 11584, 9880, 11584, 9568;
71.30667, 11608, 9592, 11592, 9024, 11584, 9504;
71.30667, 11608, 9752, 11584, 9648, 11584, 9232;
71.30667, 11608, 10176, 11584, 9648, 11584, 9232;
71.30667, 11608, 10176, 11584, 9976, 11584, 9168;
71.30667, 11608, 9728, 11592, 9088, 11584, 9528;
71.30667, 11608, 9864, 11592, 9088, 11576, 9528;
71.30667, 11608, 9864, 11584, 9808, 11576, 9224;
71.30667, 11608, 9416, 11592, 9112, 11576, 9744;
71.30667, 11608, 10136, 11592, 9112, 11576, 9744;
71.30667, 11608, 10136, 11584, 9304, 11584, 9784;
71.30667, 11608, 9776, 11584, 9808, 11584, 9800;
71.30667, 11608, 9952, 11584, 9808, 11584, 9800;
71.30667, 11608, 9952, 11592, 8784, 11584, 9640;
71.30667, 11608, 9328, 11584, 9432, 11584, 9128;
71.30667, 11608, 10096, 11584, 9432, 11576, 9128;
71.30667, 11608, 10096, 11592, 8760, 11584, 9472;
71.30667, 11608, 9912, 11584, 9288, 11584, 9360;
71.30667, 11608, 9680, 11584, 9760, 11576, 9360;
71.30667, 11608, 9680, 11584, 9760, 11576, 9368;
71.30667, 11608, 9568, 11592, 9032, 11576, 9496;
71.30667, 11608, 10032, 11592, 9808, 11584, 9496;
71.30667, 11608, 10032, 11584, 9808, 11576, 9568;
71.30667, 11608, 9904, 11592, 9000, 11576, 9952;
71.30667, 11608, 9744, 11592, 9472, 11584, 9952;
71.30667, 11608, 9744, 11584, 9472, 11576, 9320;
71.30667, 11608, 9976, 11584, 9392, 11576, 9320;
71.30667, 11608, 9704, 11584, 9104, 11584, 9320;
71.30667, 11608, 9704, 11592, 9104, 11576, 9352;
71.30667, 11608, 10224, 11584, 9800, 11576, 9512;
71.30667, 11608, 9600, 11584, 9112, 11576, 9512;
71.30667, 11608, 9600, 11592, 9112, 11584, 9672;
71.30667, 11608, 9808, 11584, 9488, 11576, 9296;
71.30667, 11608, 9728, 11584, 9712, 11576, 9296;
71.30667, 11608, 9728, 11584, 9712, 11584, 9776;
71.30667, 11608, 9912, 11592, 9072, 11584, 9728;
71.30667, 11608, 9784, 11592, 9528, 11584, 9728;
71.30667, 11608, 9784, 11584, 9528, 11584, 9496;
71.30667, 11608, 9720, 11592, 9248, 11576, 9192;
71.30667, 11608, 9864, 11592, 9240, 11576, 9192;
71.30667, 11608, 9864, 11584, 9240, 11576, 9496;
71.30667, 11608, 10064, 11584, 9720, 11576, 9176;
71.30667, 11608, 10048, 11584, 8832, 11576, 9176;
71.30667, 11608, 9312, 11592, 8832, 11576, 9464;
71.30667, 11608, 9312, 11584, 9936, 11584, 9776;
71.30667, 11608, 10088, 11592, 9328, 11584, 9776;
71.30667, 11608, 9840, 11592, 9328, 11584, 9800;
71.30667, 11608, 9840, 11584, 9424, 11584, 9664;
71.30667, 11608, 9904, 11584, 9776, 11584, 9664;
71.30667, 11608, 9504, 11584, 9776, 11576, 9064;
71.30667, 11608, 9504, 11592, 8688, 11576, 9408;
71.30667, 11608, 9880, 11584, 9920, 11576, 9408;
71.30667, 11608, 9952, 11584, 9920, 11576, 9392;
71.30667, 11608, 9952, 11592, 9384, 11576, 9432;
71.30667, 11608, 9840, 11584, 9120, 11576, 9432;
71.30667, 11608, 9648, 11584, 9120, 11576, 9504;
71.30667, 11608, 9648, 11584, 9504, 11576, 9640;
71.30667, 11608, 9776, 11592, 8272, 11576, 9640;
71.30667, 11608, 10040, 11592, 8272, 11584, 10064;
71.30667, 11608, 10040, 11584, 9800, 11584, 9344;
71.30667, 11608, 9456, 11592, 9200, 11584, 9456;
71.30667, 11608, 9888, 11592, 9200, 11584, 9456;
71.30667, 11608, 9888, 11584, 9544, 11576, 9216;
71.30667, 11608, 9448, 11584, 9496, 11576, 9528;
71.30667, 11608, 10136, 11584, 9496, 11576, 9528;
71.30667, 11608, 10136, 11592, 8760, 11576, 9392;
71.30667, 11608, 9768, 11584, 9944, 11576, 9440;
71.30667, 11608, 9776, 11584, 9944, 11576, 9440;
71.30667, 11608, 9776, 11592, 9248, 11584, 9664;
71.30667, 11608, 9728, 11584, 9616, 11584, 9344;
71.30667, 11608, 10184, 11584, 9616, 11576, 9344;
71.30667, 11608, 10184, 11584, 9584, 11584, 9400;
71.30667, 11608, 9784, 11592, 8808, 11584, 9240;
71.30667, 11608, 9560, 11592, 8808, 11576, 9240;
71.30667, 11608, 9560, 11584, 9848, 11576, 9552;
71.30667, 11608, 9832, 11584, 8904, 11576, 9552;
71.30667, 11608, 9832, 11584, 8904, 11584, 9552;
71.30667, 11608, 9832, 11584, 9536, 11576, 9448;
71.30667, 11608, 9744, 11592, 8864, 11576, 9816;
71.30667, 11608, 9704, 11592, 8864, 11584, 9816;
71.30667, 11608, 9704, 11584, 8920, 11584, 9608;
71.30667, 11608, 9928, 11584, 9840, 11584, 10016;
71.30667, 11608, 9768, 11584, 8744, 11584, 10016;
71.30667, 11608, 9768, 11584, 8744, 11584, 9176;
71.30667, 11608, 10016, 11584, 9896, 11584, 9424;
71.30667, 11608, 9536, 11584, 8592, 11576, 9424;
71.30667, 11608, 9536, 11592, 8592, 11576, 9592;
71.30667, 11608, 9888, 11584, 9608, 11576, 9248;
71.30667, 11608, 9560, 11584, 9520, 11576, 9248;
71.30667, 11608, 9560, 11584, 9520, 11584, 9568;
71.30667, 11608, 10344, 11592, 9144, 11576, 9504;
71.30667, 11608, 9816, 11584, 9920, 11576, 9504;
71.30667, 11608, 9816, 11584, 9920, 11584, 9920;
71.30667, 11608, 9824, 11592, 9032, 11584, 9680;
71.30667, 11608, 9568, 11584, 9856, 11584, 9680;
71.30667, 11608, 9568, 11584, 9856, 11576, 9304;
71.30667, 11608, 10040, 11584, 9184, 11584, 9480;
71.30667, 11608, 9720, 11592, 9616, 11584, 9480;
71.30667, 11608, 9720, 11592, 9616, 11576, 9392;
71.30667, 11608, 9816, 11584, 9976, 11584, 9520;
71.30667, 11608, 9760, 11592, 8848, 11584, 9520;
71.30667, 11608, 9760, 11592, 8848, 11576, 9208;
71.30667, 11608, 9728, 11584, 10032, 11576, 9568;
71.30667, 11608, 10024, 11592, 8984, 11576, 9568;
71.30667, 11608, 10056, 11592, 8984, 11584, 9528;
71.30667, 11608, 10056, 11584, 9320, 11576, 9352;
71.30667, 11608, 9856, 11584, 9688, 11576, 9352;
71.30667, 11608, 9568, 11584, 9688, 11584, 9272;
71.30667, 11608, 9568, 11592, 8864, 11576, 9496;
71.30667, 11608, 10328, 11584, 9656, 11576, 9496;
71.30667, 11608, 9752, 11584, 9656, 11576, 9616;
71.30667, 11608, 9752, 11592, 8936, 11584, 9648;
71.30667, 11608, 9960, 11584, 9544, 11584, 9976;
71.30667, 11608, 9552, 11584, 9544, 11576, 9976;
71.30667, 11608, 9552, 11584, 9640, 11584, 9544;
71.30667, 11608, 10208, 11592, 8984, 11584, 9456;
71.30667, 11608, 9528, 11592, 8984, 11576, 9456;
71.30667, 11608, 9528, 11584, 9600, 11576, 9008;
71.30667, 11608, 9640, 11592, 9072, 11576, 9320;
71.30667, 11608, 9656, 11592, 9072, 11576, 9320;
71.30667, 11608, 9656, 11584, 9912, 11576, 9360;
71.30667, 11608, 9584, 11584, 9760, 11576, 9568;
71.30667, 11608, 10168, 11584, 9760, 11584, 9568;
71.30667, 11608, 10168, 11592, 8800, 11584, 9912;
71.30667, 11608, 10048, 11584, 9720, 11584, 9504;
71.30667, 11608, 9664, 11584, 9720, 11576, 9504;
71.30667, 11608, 9664, 11592, 8960, 11584, 9512;
71.30667, 11608, 9672, 11584, 9856, 11584, 9288;
71.30667, 11608, 9960, 11584, 9856, 11584, 9288;
71.30667, 11608, 9960, 11592, 9280, 11584, 9248;
71.30667, 11608, 9960, 11584, 9200, 11584, 9488;
71.30667, 11600, 9680, 11584, 9200, 11576, 9488;
71.30667, 11600, 9680, 11592, 9640, 11576, 9336;
71.30667, 11608, 9768, 11592, 8272, 11576, 9792;
71.30667, 11608, 9624, 11592, 8272, 11576, 9792;
71.30667, 11608, 9624, 11584, 10000, 11576, 9656;
71.30667, 11608, 10152, 11592, 8808, 11584, 9760;
71.30667, 11608, 9736, 11584, 9536, 11584, 9760;
71.30667, 11608, 9736, 11584, 9536, 11584, 9576;
71.30667, 11608, 10016, 11592, 9784, 11584, 9200;
71.30667, 11608, 9712, 11584, 8832, 11584, 9200;
71.30667, 11608, 9712, 11584, 8832, 11576, 9456;
71.30667, 11608, 10024, 11584, 9400, 11576, 9312;
71.30667, 11608, 9848, 11592, 8648, 11576, 9312;
71.30667, 11608, 9848, 11592, 8648, 11576, 9592;
71.30667, 11608, 9520, 11584, 9888, 11576, 9456;
71.30667, 11608, 9736, 11592, 9232, 11576, 9456;
71.30667, 11608, 9736, 11592, 9232, 11584, 9680;
71.30667, 11608, 9848, 11584, 9560, 11584, 9688;
71.30667, 11608, 10104, 11584, 9816, 11584, 9688;
71.30667, 11608, 10104, 11584, 9816, 11576, 9632;
71.30667, 11608, 9560, 11584, 8648, 11576, 9608;
71.30667, 11608, 10312, 11584, 10032, 11576, 9608;
71.30667, 11616, 10080, 11584, 10032, 11576, 9120;
71.30667, 11616, 10080, 11592, 9048, 11584, 9424;
71.30667, 11608, 10008, 11584, 9504, 11584, 9424;
71.30667, 11608, 9800, 11584, 9504, 11576, 9320;
71.30667, 11608, 9800, 11592, 9336, 11576, 9400;
71.30667, 11608, 9904, 11584, 8552, 11576, 9728;
71.30667, 11608, 10280, 11584, 8552, 11576, 9728;
71.30667, 11608, 10280, 11584, 10072, 11576, 9312;
71.30667, 11608, 9392, 11592, 8896, 11576, 9960;
71.30667, 11608, 10048, 11592, 8896, 11584, 9960;
71.30667, 11608, 10048, 11584, 9216, 11576, 9544;
71.30667, 11608, 10128, 11584, 9296, 11576, 9544;
71.30667, 11608, 9952, 11584, 9008, 11584, 9544;
71.30667, 11608, 9952, 11592, 9008, 11584, 9248;
71.30667, 11608, 9600, 11584, 10160, 11584, 9392;
71.30667, 11608, 10008, 11584, 9144, 11576, 9392;
71.30667, 11608, 10008, 11592, 9144, 11584, 9528;
71.30667, 11608, 9904, 11584, 9744, 11584, 9232;
71.30667, 11600, 9880, 11584, 8984, 11576, 9232;
71.30667, 11600, 9880, 11592, 8984, 11576, 9648;
71.30667, 11608, 9728, 11584, 9752, 11576, 9728;
71.30667, 11608, 9752, 11584, 9968, 11576, 9728;
71.30667, 11608, 9752, 11584, 9968, 11576, 9888;
71.30667, 11608, 10184, 11592, 9128, 11584, 9568;
71.30667, 11608, 9840, 11592, 9640, 11584, 9568;
71.30667, 11608, 9840, 11584, 9640, 11576, 9616;
71.30667, 11608, 9920, 11592, 9160, 11584, 9264;
71.30667, 11608, 9464, 11592, 9096, 11584, 9264;
71.30667, 11608, 9464, 11584, 9096, 11576, 9272;
71.30667, 11608, 10256, 11584, 9704, 11576, 9480;
71.30667, 11608, 9712, 11592, 9056, 11576, 9480;
71.30667, 11608, 9712, 11592, 9056, 11576, 9208;
71.30667, 11608, 9736, 11584, 9328, 11576, 9560;
71.30667, 11608, 9656, 11592, 9288, 11576, 9560;
71.30667, 11608, 9656, 11592, 9288, 11584, 9496;
71.30667, 11608, 9960, 11584, 8904, 11576, 9840;
71.30667, 11608, 9824, 11584, 9872, 11576, 9840;
71.30667, 11608, 9824, 11584, 9872, 11584, 9528;
71.30667, 11608, 9344, 11592, 8672, 11584, 9352;
71.30667, 11608, 9872, 11584, 9928, 11584, 9352;
71.30667, 11608, 9872, 11584, 9928, 11584, 9560;
71.30667, 11608, 9872, 11592, 9192, 11584, 9496;
71.30667, 11608, 9760, 11584, 9712, 11584, 9496;
71.30667, 11608, 9392, 11584, 9712, 11576, 9352;
71.30667, 11608, 9392, 11584, 9536, 11576, 9160;
71.30667, 11608, 10016, 11592, 8832, 11576, 9160;
71.30667, 11608, 9816, 11592, 8832, 11576, 9600;
71.30667, 11608, 9816, 11584, 9904, 11584, 9760;
71.30667, 11600, 9856, 11592, 9032, 11584, 9760;
71.30667, 11608, 9696, 11592, 9032, 11576, 9680;
71.30667, 11608, 9696, 11584, 9856, 11584, 9784;
71.30667, 11608, 9704, 11592, 9072, 11584, 9784;
71.30667, 11608, 10048, 11592, 9072, 11584, 9352;
71.30667, 11608, 10048, 11584, 9448, 11576, 9504;
71.30667, 11600, 9976, 11584, 9832, 11576, 9504;
71.30667, 11608, 9400, 11584, 9832, 11584, 9240;
71.30667, 11608, 9400, 11592, 8736, 11576, 9408;
71.30667, 11608, 9584, 11584, 9800, 11576, 9376;
71.30667, 11608, 10144, 11584, 9800, 11576, 9376;
71.30667, 11608, 10144, 11592, 8808, 11584, 9496;
71.30667, 11608, 9880, 11584, 9392, 11584, 9904;
71.30667, 11600, 9672, 11584, 9392, 11584, 9904;
71.30667, 11600, 9672, 11584, 9736, 11584, 9520;
71.30667, 11608, 9624, 11584, 8336, 11584, 9872;
71.30667, 11608, 10120, 11584, 8336, 11584, 9872;
71.30667, 11608, 10120, 11584, 9792, 11584, 9336;
71.30667, 11608, 9968, 11592, 8424, 11584, 9432;
71.30667, 11608, 9536, 11592, 8424, 11584, 9432;
71.30667, 11608, 9536, 11584, 9480, 11576, 9384;
71.30667, 11608, 9840, 11584, 9736, 11576, 9528;
71.30667, 11608, 9936, 11584, 9736, 11576, 9528;
71.30667, 11608, 9936, 11592, 8928, 11576, 9768;
71.30667, 11608, 9848, 11584, 9808, 11576, 9512;
71.30667, 11608, 9672, 11584, 9808, 11576, 9512;
71.30667, 11608, 9672, 11592, 8768, 11584, 9680;
71.30667, 11608, 9888, 11584, 9480, 11584, 9672;
71.30667, 11608, 9896, 11584, 9480, 11584, 9672;
71.30667, 11608, 9896, 11584, 9672, 11576, 9736;
71.30667, 11600, 9904, 11592, 9000, 11584, 9200;
71.30667, 11608, 9584, 11592, 9000, 11584, 9200;
71.30667, 11608, 9584, 11584, 9608, 11576, 9448;
71.30667, 11608, 9840, 11592, 8848, 11584, 9456;
71.30667, 11608, 9840, 11592, 8848, 11584, 9456;
71.30667, 11608, 9840, 11584, 9120, 11576, 9416;
71.30667, 11600, 9832, 11584, 9752, 11576, 9744;
71.30667, 11608, 9680, 11584, 9752, 11576, 9744;
71.30667, 11608, 9680, 11592, 9176, 11584, 9232;
71.30667, 11608, 9560, 11584, 9512, 11576, 9856;
71.30667, 11608, 10160, 11584, 9512, 11576, 9856;
71.30667, 11608, 10160, 11592, 9600, 11584, 9608;
71.30667, 11608, 9800, 11584, 8856, 11576, 9584;
71.30667, 11600, 9704, 11584, 9952, 11576, 9584;
71.30667, 11600, 9704, 11584, 9952, 11584, 9664;
71.30667, 11608, 9728, 11592, 8936, 11584, 9200;
71.30667, 11608, 10112, 11584, 9544, 11584, 9200;
71.30667, 11608, 10112, 11584, 9544, 11576, 9536;
71.30667, 11608, 10088, 11592, 9656, 11576, 9256;
71.30667, 11608, 9368, 11592, 8448, 11576, 9256;
71.30667, 11608, 9368, 11592, 8448, 11576, 9536;
71.30667, 11608, 10032, 11584, 9752, 11576, 9520;
71.30667, 11608, 10112, 11592, 8800, 11576, 9520;
71.30667, 11608, 10112, 11592, 8800, 11584, 9672;
71.30667, 11608, 10032, 11584, 9296, 11584, 9744;
71.30667, 11600, 9728, 11584, 9832, 11584, 9744;
71.30667, 11608, 9840, 11584, 9832, 11576, 9736;
71.30667, 11608, 9840, 11592, 8456, 11584, 9488;
71.30667, 11608, 10144, 11576, 9976, 11584, 9488;
71.30667, 11600, 9744, 11576, 9976, 11576, 9264;
71.30667, 11600, 9744, 11584, 9272, 11576, 9648;
71.30667, 11608, 9944, 11592, 9008, 11576, 9648;
71.30667, 11608, 9744, 11592, 9008, 11576, 9192;
71.30667, 11608, 9744, 11584, 9880, 11576, 9528;
71.30667, 11608, 10232, 11592, 9056, 11576, 9528;
71.30667, 11608, 9880, 11592, 9056, 11584, 9640;
71.30667, 11608, 9880, 11584, 9648, 11576, 9632;
71.30667, 11608, 9904, 11584, 9800, 11576, 9688;
71.30667, 11608, 9296, 11584, 9800, 11584, 9688;
71.30667, 11608, 9296, 11592, 8792, 11584, 9104;
71.30667, 11608, 10088, 11584, 9816, 11584, 9496;
71.30667, 11608, 9768, 11584, 9816, 11576, 9496;
71.30667, 11608, 9768, 11592, 9544, 11576, 9552;
71.30667, 11608, 9536, 11584, 8768, 11576, 9696;
71.30667, 11608, 9648, 11584, 8768, 11576, 9696;
71.30667, 11608, 9648, 11584, 9832, 11576, 9520;
71.30667, 11608, 9832, 11592, 8808, 11584, 9480;
71.30667, 11608, 9992, 11592, 8808, 11584, 9480;
71.30667, 11608, 9992, 11584, 9672, 11584, 9952;
71.30667, 11608, 9480, 11592, 9648, 11584, 9448;
71.30667, 11608, 9712, 11592, 9648, 11584, 9448;
71.30667, 11608, 9712, 11584, 8664, 11576, 9520;
71.30667, 11608, 9976, 11584, 9752, 11576, 9456;
71.30667, 11608, 9256, 11584, 9752, 11576, 9456;
71.30667, 11608, 9256, 11592, 8768, 11576, 9544;
71.30667, 11608, 9720, 11584, 9792, 11576, 9464;
71.30667, 11608, 9680, 11584, 9792, 11576, 9464;
71.30667, 11608, 9680, 11584, 9688, 11576, 9312;
71.30667, 11608, 10112, 11592, 9016, 11576, 9568;
71.30667, 11608, 9632, 11592, 9016, 11576, 9568;
71.30667, 11608, 9632, 11584, 9688, 11584, 9544;
71.30667, 11608, 9944, 11592, 8944, 11584, 9888;
71.30667, 11608, 9536, 11592, 8944, 11584, 9888;
71.30667, 11608, 9536, 11584, 9736, 11576, 9648;
71.30667, 11608, 10208, 11584, 9872, 11584, 9392;
71.30667, 11608, 9792, 11584, 9872, 11584, 9392;
71.30667, 11608, 9792, 11592, 9080, 11576, 9560;
71.30667, 11608, 9840, 11584, 10008, 11576, 9064;
71.30667, 11608, 9352, 11584, 9072, 11576, 9064;
71.30667, 11608, 9352, 11592, 9072, 11576, 9504;
71.30667, 11608, 9960, 11584, 10080, 11576, 9272;
71.30667, 11608, 9856, 11584, 9888, 11576, 9272;
71.30667, 11608, 9640, 11584, 9888, 11576, 9704;
71.30667, 11600, 9640, 11592, 8992, 11576, 9848;
71.30667, 11608, 9776, 11584, 9328, 11576, 9848;
71.30667, 11608, 9976, 11584, 9328, 11576, 9528;
71.30667, 11608, 9976, 11592, 8792, 11584, 9720;
71.30667, 11608, 10120, 11584, 9520, 11584, 9720;
71.30667, 11608, 9440, 11584, 9520, 11576, 9096;
71.30667, 11600, 9440, 11584, 9464, 11584, 9488;
71.30667, 11608, 9856, 11592, 8608, 11584, 9488;
71.30667, 11608, 9648, 11592, 8608, 11576, 9120;
71.30667, 11608, 9648, 11584, 9664, 11576, 9656;
71.30667, 11608, 10168, 11592, 8824, 11576, 9656;
71.30667, 11608, 9680, 11592, 8824, 11584, 9784;
71.30667, 11608, 9680, 11584, 9664, 11576, 9664;
71.30667, 11608, 9848, 11584, 9896, 11576, 9664;
71.30667, 11608, 9848, 11584, 9896, 11584, 9576;
71.30667, 11608, 9848, 11592, 8896, 11576, 9272;
71.30667, 11608, 9800, 11584, 9952, 11576, 9272;
71.30667, 11608, 10064, 11584, 9952, 11576, 9504;
71.30667, 11608, 10064, 11592, 9216, 11584, 9264;
71.30667, 11608, 9552, 11584, 9040, 11584, 9264;
71.30667, 11608, 9680, 11584, 9040, 11576, 9304;
71.30667, 11608, 9680, 11584, 10048, 11584, 9536;
71.30667, 11608, 9760, 11584, 8912, 11584, 9536;
71.30667, 11608, 10328, 11584, 8912, 11584, 9672;
71.30667, 11608, 10328, 11584, 9536, 11576, 9720;
71.30667, 11608, 9720, 11584, 9248, 11576, 9720;
71.30667, 11608, 9824, 11584, 9248, 11584, 9400;
73.21143, 11600, 9904, 11584, 9424, 11576, 9568;
73.21143, 11600, 10136, 11584, 9632, 11576, 9568;
73.21143, 11600, 9904, 11584, 9632, 11576, 10104;
73.21143, 11600, 9904, 11576, 9104, 11576, 9648;
73.21143, 11600, 10024, 11576, 9936, 11576, 9648;
73.21143, 11600, 9840, 11576, 9936, 11576, 10096;
73.21143, 11600, 9840, 11576, 9984, 11568, 9568;
73.21143, 11600, 10160, 11576, 8728, 11568, 9568;
73.21143, 11600, 9984, 11576, 8728, 11568, 9736;
73.21143, 11600, 9984, 11584, 9976, 11576, 9984;
73.21143, 11600, 10104, 11576, 9256, 11576, 9984;
73.21143, 11600, 10024, 11576, 9256, 11568, 9664;
73.21143, 11600, 10024, 11584, 9432, 11576, 9808;
73.21143, 11600, 10208, 11584, 9672, 11576, 9808;
73.21143, 11600, 10168, 11584, 9672, 11576, 9520;
73.21143, 11600, 10168, 11576, 9184, 11576, 9880;
73.21143, 11600, 9912, 11584, 9912, 11576, 9920;
73.21143, 11600, 10064, 11584, 9912, 11576, 9920;
73.21143, 11600, 10064, 11584, 9784, 11568, 9752;
73.21143, 11600, 10280, 11576, 9248, 11576, 9720;
73.21143, 11600, 10104, 11576, 9248, 11576, 9720;
73.21143, 11600, 10104, 11584, 9984, 11576, 9656;
73.21143, 11600, 9736, 11576, 9904, 11568, 9752;
73.21143, 11600, 10176, 11576, 9904, 11568, 9752;
73.21143, 11600, 10176, 11576, 9360, 11568, 9672;
73.21143, 11600, 9720, 11584, 10112, 11568, 9616;
73.21143, 11600, 10184, 11576, 9848, 11568, 9616;
73.21143, 11600, 10184, 11576, 9848, 11576, 10296;
73.21143, 11600, 9816, 11584, 8904, 11576, 9312;
73.21143, 11600, 10240, 11584, 10248, 11576, 9312;
73.21143, 11600, 9816, 11584, 10248, 11568, 9952;
73.21143, 11600, 9816, 11576, 9248, 11576, 9504;
73.21143, 11600, 9992, 11584, 9664, 11576, 9504;
73.21143, 11600, 10232, 11584, 9664, 11576, 9848;
73.21143, 11600, 10232, 11584, 9672, 11576, 9912;
73.21143, 11600, 9944, 11584, 9328, 11576, 9864;
73.21143, 11600, 10032, 11584, 9328, 11576, 9864;
73.21143, 11600, 10032, 11584, 10240, 11568, 9640;
73.21143, 11600, 9752, 11576, 9808, 11568, 10096;
73.21143, 11600, 10000, 11576, 9808, 11576, 10096;
73.21143, 11600, 10000, 11592, 9816, 11576, 9632;
73.21143, 11600, 9840, 11576, 9648, 11576, 9968;
73.21143, 11600, 10248, 11576, 9456, 11568, 9968;
73.21143, 11600, 10248, 11576, 9456, 11576, 9528;
73.21143, 11600, 10152, 11584, 10128, 11576, 9912;
73.21143, 11600, 10152, 11584, 9216, 11568, 9912;
73.21143, 11600, 10152, 11576, 9216, 11576, 9616;
73.21143, 11600, 9704, 11584, 9472, 11576, 9896;
73.21143, 11600, 10328, 11584, 9320, 11576, 9896;
73.21143, 11600, 9744, 11584, 9320, 11568, 9568;
73.21143, 11600, 9744, 11576, 9152, 11576, 9664;
73.21143, 11600, 10456, 11576, 9736, 11576, 9664;
73.21143, 11600, 9816, 11584, 9736, 11576, 9896;
73.21143, 11600, 9816, 11576, 8880, 11576, 9824;
73.21143, 11600, 10256, 11576, 9536, 11576, 9824;
73.21143, 11600, 10056, 11576, 9536, 11568, 9600;
73.21143, 11600, 10056, 11584, 10536, 11576, 9768;
73.21143, 11600, 10120, 11576, 9448, 11576, 9656;
73.21143, 11600, 10112, 11576, 9448, 11568, 9656;
73.21143, 11600, 10112, 11584, 10008, 11576, 10000;
73.21143, 11600, 9888, 11584, 10544, 11576, 9728;
73.21143, 11600, 9928, 11584, 9192, 11576, 9728;
73.21143, 11600, 9928, 11576, 9192, 11568, 9792;
73.21143, 11600, 9904, 11584, 9920, 11568, 9800;
73.21143, 11600, 10032, 11584, 9576, 11576, 9800;
73.21143, 11600, 10032, 11576, 9576, 11576, 9704;
73.21143, 11600, 9808, 11584, 9464, 11576, 9800;
73.21143, 11600, 10192, 11584, 9824, 11576, 9800;
73.21143, 11600, 10192, 11584, 9824, 11576, 9712;
73.21143, 11600, 10088, 11576, 9256, 11576, 9608;
73.21143, 11600, 10088, 11576, 9520, 11576, 9608;
73.21143, 11600, 10088, 11576, 9520, 11576, 9944;
73.21143, 11600, 10136, 11584, 10064, 11576, 9584;
73.21143, 11600, 10440, 11584, 9328, 11576, 9584;
73.21143, 11600, 9816, 11576, 9328, 11568, 9688;
73.21143, 11600, 9816, 11584, 9784, 11576, 9712;
73.21143, 11600, 10072, 11584, 10256, 11576, 9712;
73.21143, 11600, 10200, 11584, 10256, 11576, 9824;
73.21143, 11600, 10200, 11576, 9200, 11568, 9848;
73.21143, 11600, 10200, 11584, 9712, 11568, 9848;
73.21143, 11600, 9512, 11584, 9712, 11576, 9480;
73.21143, 11600, 9512, 11576, 9400, 11576, 10192;
73.21143, 11600, 10016, 11576, 9384, 11576, 10192;
73.21143, 11600, 10328, 11576, 9384, 11576, 9544;
73.21143, 11600, 10328, 11584, 9728, 11576, 9976;
73.21143, 11600, 9880, 11576, 8928, 11568, 9568;
73.21143, 11600, 10352, 11576, 9312, 11568, 9568;
73.21143, 11600, 10352, 11576, 9312, 11576, 9544;
73.21143, 11600, 9864, 11584, 10016, 11568, 9928;
73.21143, 11600, 10176, 11584, 8464, 11568, 9928;
73.21143, 11600, 9952, 11576, 8464, 11576, 9904;
73.21143, 11600, 9952, 11584, 9936, 11576, 9536;
73.21143, 11600, 10416, 11584, 9560, 11576, 9536;
73.21143, 11600, 10088, 11576, 9560, 11576, 10008;
73.21143, 11600, 10088, 11584, 9528, 11576, 9608;
73.21143, 11600, 10184, 11584, 9856, 11576, 9608;
73.21143, 11600, 9944, 11584, 9856, 11576, 9936;
73.21143, 11600, 9944, 11576, 9320, 11576, 9768;
73.21143, 11600, 10400, 11584, 10128, 11576, 9768;
73.21143, 11600, 9736, 11584, 10128, 11568, 9480;
73.21143, 11600, 9736, 11584, 10176, 11576, 9976;
73.21143, 11600, 9992, 11576, 8968, 11576, 9976;
73.21143, 11600, 9808, 11576, 8968, 11568, 9640;
73.21143, 11600, 9808, 11576, 9896, 11568, 9632;
73.21143, 11600, 10304, 11576, 9408, 11568, 9632;
73.21143, 11600, 10144, 11576, 9408, 11568, 9896;
73.21143, 11600, 10144, 11584, 9096, 11576, 9800;
73.21143, 11600, 10256, 11576, 9496, 11576, 9800;
73.21143, 11600, 10040, 11576, 9496, 11576, 9928;
73.21143, 11600, 10040, 11576, 9160, 11576, 9632;
73.21143, 11600, 9896, 11584, 9832, 11576, 9840;
73.21143, 11600, 10152, 11584, 9832, 11576, 9840;
73.21143, 11600, 10152, 11576, 9800, 11576, 9560;
73.21143, 11600, 10144, 11576, 9088, 11576, 9808;
73.21143, 11600, 10064, 11576, 9088, 11576, 9808;
73.21143, 11600, 10064, 11576, 9744, 11576, 9736;
73.21143, 11600, 9904, 11576, 9792, 11576, 9568;
73.21143, 11600, 10160, 11576, 9112, 11576, 9568;
73.21143, 11600, 10160, 11576, 9112, 11568, 9904;
73.21143, 11608, 10208, 11576, 9960, 11576, 9400;
73.21143, 11600, 10312, 11576, 10008, 11576, 9400;
73.21143, 11600, 10312, 11576, 10008, 11576, 10080;
73.21143, 11600, 9928, 11576, 8728, 11576, 9424;
73.21143, 11600, 10216, 11584, 9896, 11576, 9424;
73.21143, 11600, 9824, 11584, 9896, 11576, 9736;
73.21143, 11600, 9824, 11576, 9752, 11576, 10000;
73.21143, 11600, 10456, 11584, 9056, 11576, 10000;
73.21143, 11600, 10136, 11584, 9056, 11576, 9592;
73.21143, 11600, 10136, 11584, 9944, 11576, 9960;
73.21143, 11600, 9912, 11576, 9216, 11576, 9608;
73.21143, 11600, 10024, 11576, 9216, 11576, 9608;
73.21143, 11600, 10024, 11584, 9936, 11568, 9680;
73.21143, 11600, 9896, 11584, 9784, 11568, 10088;
73.21143, 11600, 10392, 11584, 9784, 11576, 10088;
73.21143, 11600, 10392, 11576, 9128, 11576, 9456;
73.21143, 11600, 9984, 11576, 9920, 11576, 9872;
73.21143, 11600, 10328, 11576, 9832, 11576, 9872;
73.21143, 11600, 10328, 11576, 9832, 11576, 9704;
73.21143, 11600, 9752, 11576, 8728, 11568, 9760;
73.21143, 11600, 10024, 11576, 9824, 11568, 9760;
73.21143, 11600, 10024, 11576, 9824, 11576, 9816;
73.21143, 11600, 9848, 11576, 9232, 11576, 9408;
73.21143, 11600, 10448, 11576, 9304, 11576, 9408;
73.21143, 11600, 9888, 11584, 9304, 11576, 9848;
73.21143, 11600, 9888, 11584, 9440, 11576, 9384;
73.21143, 11600, 10128, 11584, 9128, 11576, 9384;
73.21143, 11600, 10224, 11576, 9128, 11568, 9952;
73.21143, 11608, 10224, 11584, 10064, 11576, 9496;
73.21143, 11600, 10112, 11576, 9888, 11576, 10016;
73.21143, 11600, 9888, 11576, 9888, 11568, 10016;
73.21143, 11600, 9888, 11584, 9472, 11576, 9816;
73.21143, 11600, 10008, 11584, 10296, 11576, 9640;
73.21143, 11600, 9936, 11584, 10296, 11576, 9640;
73.21143, 11600, 9936, 11576, 10008, 11568, 10088;
73.21143, 11600, 10080, 11584, 9528, 11568, 9552;
73.21143, 11600, 10216, 11584, 9968, 11576, 9552;
73.21143, 11600, 10216, 11584, 9968, 11568, 9600;
73.21143, 11600, 10048, 11576, 9336, 11576, 9952;
73.21143, 11600, 10000, 11576, 9456, 11576, 9952;
73.21143, 11600, 10000, 11584, 9456, 11576, 9720;
73.21143, 11600, 10032, 11576, 9296, 11568, 10008;
73.21143, 11608, 10296, 11576, 9320, 11568, 10008;
73.21143, 11608, 9944, 11576, 9320, 11576, 9728;
73.21143, 11600, 9944, 11584, 10280, 11568, 9688;
73.21143, 11600, 10456, 11584, 9784, 11568, 9688;
73.21143, 11600, 9976, 11584, 9784, 11576, 9896;
73.21143, 11600, 9976, 11584, 9552, 11576, 9616;
73.21143, 11600, 10384, 11584, 9768, 11576, 9616;
73.21143, 11600, 10024, 11584, 9768, 11568, 9824;
73.21143, 11600, 10024, 11576, 9616, 11576, 9816;
73.21143, 11600, 10464, 11584, 10360, 11576, 9816;
73.21143, 11600, 9856, 11584, 10360, 11568, 9760;
73.21143, 11600, 9856, 11576, 9328, 11568, 9832;
73.21143, 11600, 10032, 11584, 9600, 11568, 9832;
73.21143, 11600, 10296, 11584, 9600, 11576, 9960;
73.21143, 11600, 10296, 11584, 10384, 11576, 9824;
73.21143, 11600, 10160, 11576, 9152, 11576, 9744;
73.21143, 11600, 9920, 11576, 9152, 11576, 9744;
73.21143, 11600, 9920, 11584, 9816, 11568, 9560;
73.21143, 11600, 10008, 11576, 9048, 11576, 9808;
73.21143, 11600, 9920, 11576, 9312, 11576, 9808;
73.21143, 11600, 9944, 11576, 9312, 11576, 9768;
73.21143, 11600, 9944, 11584, 10072, 11568, 9816;
73.21143, 11600, 9888, 11584, 9136, 11568, 9816;
73.21143, 11600, 10184, 11576, 9136, 11576, 9584;
73.21143, 11600, 10184, 11584, 9904, 11576, 9800;
73.21143, 11600, 9928, 11584, 10512, 11576, 9800;
73.21143, 11600, 10072, 11584, 10512, 11576, 9856;
73.21143, 11600, 10072, 11576, 9224, 11576, 9696;
73.21143, 11600, 10352, 11584, 9848, 11576, 9696;
73.21143, 11600, 9808, 11584, 9848, 11576, 9856;
73.21143, 11600, 9808, 11584, 10304, 11576, 9768;
73.21143, 11600, 10200, 11576, 9248, 11576, 9768;
73.21143, 11600, 9768, 11576, 9248, 11576, 9632;
73.21143, 11600, 9768, 11584, 9576, 11576, 9856;
73.21143, 11600, 10224, 11576, 9272, 11576, 9856;
73.21143, 11600, 10128, 11576, 9272, 11568, 9496;
73.21143, 11600, 10128, 11576, 9288, 11576, 10048;
73.21143, 11600, 10288, 11584, 9488, 11576, 9672;
73.21143, 11600, 9992, 11584, 9488, 11576, 9672;
73.21143, 11600, 9992, 11576, 8960, 11568, 9712;
73.21143, 11600, 10136, 11576, 9464, 11576, 9896;
73.21143, 11600, 10224, 11576, 9464, 11576, 9896;
73.21143, 11600, 10224, 11584, 10384, 11576, 9368;
73.21143, 11600, 10192, 11576, 9120, 11568, 9776;
73.21143, 11600, 9992, 11576, 9120, 11568, 9776;
73.21143, 11600, 9992, 11584, 10016, 11576, 9736;
73.21143, 11600, 9928, 11576, 9568, 11568, 9664;
73.21143, 11600, 9856, 11576, 9424, 11568, 9664;
73.21143, 11600, 9856, 11576, 9424, 11576, 9600;
73.21143, 11600, 9976, 11584, 9888, 11576, 9504;
73.21143, 11600, 10320, 11576, 9368, 11576, 9504;
73.21143, 11600, 10320, 11576, 9368, 11576, 9728;
73.21143, 11600, 9912, 11576, 9392, 11576, 9688;
73.21143, 11600, 10216, 11584, 9688, 11576, 9688;
73.21143, 11600, 10216, 11584, 9688, 11576, 9736;
73.21143, 11600, 9504, 11576, 8896, 11576, 9712;
73.21143, 11600, 10424, 11576, 9416, 11576, 9712;
73.21143, 11600, 10424, 11576, 9416, 11576, 9688;
73.21143, 11600, 9992, 11584, 9976, 11576, 9800;
73.21143, 11600, 10120, 11576, 8768, 11576, 9800;
73.21143, 11600, 10024, 11576, 8768, 11568, 9584;
73.21143, 11600, 10024, 11584, 9848, 11576, 9832;
73.21143, 11600, 10072, 11584, 9792, 11576, 9832;
73.21143, 11600, 10064, 11584, 9792, 11576, 9600;
73.21143, 11600, 10064, 11584, 9408, 11576, 9760;
73.21143, 11600, 10160, 11584, 9792, 11576, 9648;
73.21143, 11600, 10144, 11584, 9792, 11576, 9648;
73.21143, 11600, 10144, 11576, 9120, 11576, 9456;
73.21143, 11600, 9848, 11584, 9960, 11576, 10112;
73.21143, 11600, 10216, 11584, 9960, 11568, 10112;
73.21143, 11600, 10216, 11576, 10088, 11576, 9496;
73.21143, 11600, 10072, 11584, 9088, 11576, 9816;
73.21143, 11600, 10272, 11584, 9688, 11568, 9816;
73.21143, 11600, 10272, 11576, 9688, 11576, 9552;
73.21143, 11600, 9856, 11576, 8984, 11576, 9792;
73.21143, 11600, 9928, 11576, 9896, 11576, 9792;
73.21143, 11600, 9928, 11584, 9896, 11576, 9968;
73.21143, 11600, 10120, 11576, 9384, 11576, 9688;
73.21143, 11600, 10144, 11576, 9456, 11576, 9688;
73.21143, 11600, 10040, 11584, 9456, 11568, 9744;
73.21143, 11600, 10040, 11584, 10040, 11576, 10032;
73.21143, 11600, 10048, 11576, 9656, 11576, 9720;
73.21143, 11600, 9888, 11576, 9656, 11576, 9720;
73.21143, 11600, 9888, 11584, 9656, 11568, 9896;
73.21143, 11600, 10248, 11584, 9928, 11568, 9728;
73.21143, 11600, 9808, 11584, 9928, 11576, 9728;
73.21143, 11600, 9808, 11576, 9648, 11576, 9776;
73.21143, 11600, 10312, 11584, 10224, 11576, 9976;
73.21143, 11600, 9856, 11584, 10224, 11576, 9976;
73.21143, 11600, 9856, 11576, 9480, 11576, 9648;
73.21143, 11600, 9936, 11576, 9520, 11576, 9872;
73.21143, 11600, 10200, 11576, 10432, 11576, 9872;
73.21143, 11600, 10200, 11584, 10432, 11576, 9752;
73.21143, 11600, 10168, 11576, 9448, 11576, 9848;
73.21143, 11600, 10160, 11576, 9680, 11576, 9848;
73.21143, 11600, 10160, 11584, 9680, 11576, 9840;
73.21143, 11600, 10000, 11576, 9280, 11576, 9744;
73.21143, 11600, 9776, 11576, 9456, 11576, 9744;
73.21143, 11600, 9960, 11576, 9456, 11576, 9864;
73.21143, 11600, 9960, 11584, 9952, 11576, 9648;
73.21143, 11600, 10136, 11584, 9264, 11576, 9648;
73.21143, 11600, 9912, 11576, 9264, 11576, 9776;
73.21143, 11600, 9912, 11584, 9800, 11576, 9760;
73.21143, 11600, 10104, 11584, 10360, 11576, 9760;
73.21143, 11600, 10072, 11584, 10360, 11568, 9696;
73.21143, 11600, 10072, 11576, 9192, 11576, 10016;
73.21143, 11600, 10120, 11584, 9680, 11576, 10016;
73.21143, 11600, 10008, 11584, 9680, 11576, 9936;
73.21143, 11600, 10008, 11576, 9872, 11576, 9432;
73.21143, 11600, 10136, 11576, 9320, 11576, 10024;
73.21143, 11600, 9712, 11576, 9544, 11576, 10024;
73.21143, 11600, 9712, 11584, 9544, 11576, 9760;
73.21143, 11600, 10096, 11576, 8920, 11568, 9720;
73.21143, 11600, 9864, 11576, 9432, 11568, 9720;
73.21143, 11600, 9864, 11576, 9432, 11576, 9896;
73.21143, 11600, 10208, 11584, 9816, 11576, 9168;
73.21143, 11600, 9904, 11584, 8488, 11576, 9168;
73.21143, 11600, 9904, 11576, 8488, 11568, 9864;
73.21143, 11600, 10312, 11584, 9912, 11576, 9840;
73.21143, 11600, 9984, 11584, 9608, 11576, 9840;
73.21143, 11600, 10304, 11584, 9608, 11576, 9552;
73.21143, 11600, 10304, 11584, 9520, 11576, 9944;
73.21143, 11600, 9728, 11584, 9784, 11576, 9944;
73.21143, 11600, 10248, 11584, 9784, 11576, 9544;
73.21143, 11600, 10248, 11576, 9096, 11576, 9872;
73.21143, 11600, 9848, 11584, 10072, 11576, 9872;
73.21143, 11600, 9944, 11584, 10072, 11568, 9728;
73.21143, 11600, 9944, 11576, 10088, 11568, 9512;
73.21143, 11600, 10016, 11584, 9344, 11568, 9512;
73.21143, 11600, 10144, 11584, 9344, 11576, 9944;
73.21143, 11600, 10144, 11576, 10168, 11576, 9496;
73.21143, 11600, 9864, 11576, 9328, 11576, 9496;
73.21143, 11600, 10080, 11576, 9328, 11568, 9984;
73.21143, 11600, 10080, 11584, 9864, 11576, 9696;
73.21143, 11600, 10400, 11584, 9504, 11576, 9696;
73.21143, 11600, 9952, 11584, 9504, 11568, 9808;
73.21143, 11600, 9952, 11584, 9552, 11576, 9864;
73.21143, 11600, 10216, 11584, 10064, 11576, 9880;
73.21143, 11600, 9792, 11584, 10064, 11576, 9880;
73.21143, 11600, 9792, 11576, 9440, 11568, 9880;
73.21143, 11600, 10312, 11584, 9680, 11576, 9672;
73.21143, 11600, 9936, 11584, 9680, 11576, 9672;
73.21143, 11600, 9936, 11576, 9544, 11576, 9632;
73.21143, 11600, 10352, 11576, 9680, 11576, 10000;
73.21143, 11600, 9960, 11576, 9680, 11576, 10000;
73.21143, 11600, 9960, 11584, 9768, 11576, 9688;
73.21143, 11600, 10112, 11576, 9528, 11568, 10000;
73.21143, 11600, 9792, 11576, 9392, 11568, 10000;
73.21143, 11600, 9792, 11576, 9392, 11576, 9920;
73.21143, 11600, 10360, 11584, 10312, 11568, 9680;
73.21143, 11600, 10088, 11576, 9400, 11568, 9680;
73.21143, 11600, 10088, 11576, 9400, 11568, 10048;
73.21143, 11600, 9992, 11584, 9488, 11576, 9296;
73.21143, 11600, 9960, 11584, 9944, 11576, 9296;
73.21143, 11600, 10152, 11584, 9944, 11568, 9728;
73.21143, 11600, 10152, 11576, 9016, 11576, 9712;
73.21143, 11600, 10232, 11584, 9712, 11576, 9712;
73.21143, 11600, 10112, 11584, 9712, 11568, 9832;
73.21143, 11600, 10112, 11584, 9352, 11576, 9920;
73.21143, 11600, 10184, 11576, 9408, 11576, 9600;
73.21143, 11600, 9744, 11576, 9408, 11576, 9600;
73.21143, 11600, 9744, 11584, 10176, 11576, 10152;
73.21143, 11600, 10048, 11576, 9528, 11576, 9840;
73.21143, 11600, 9968, 11576, 9528, 11576, 9840;
73.21143, 11600, 9968, 11576, 9672, 11576, 9448;
73.21143, 11600, 10256, 11584, 10496, 11576, 9952;
73.21143, 11600, 9928, 11584, 9408, 11576, 9952;
73.21143, 11600, 9928, 11576, 9408, 11568, 9688;
73.21143, 11600, 10240, 11584, 9768, 11568, 9552;
73.21143, 11600, 10056, 11584, 10120, 11576, 9552;
73.21143, 11600, 10056, 11584, 10120, 11576, 9920;
73.21143, 11600, 10088, 11584, 9032, 11576, 9416;
73.21143, 11600, 10120, 11584, 9520, 11576, 9416;
73.21143, 11600, 9896, 11584, 9520, 11576, 10136;
73.21143, 11600, 9896, 11584, 9464, 11576, 9592;
73.21143, 11600, 10160, 11584, 9536, 11576, 9592;
73.21143, 11600, 9904, 11576, 9536, 11568, 9824;
73.21143, 11600, 9904, 11584, 9600, 11576, 9600;
73.21143, 11600, 10376, 11576, 9840, 11576, 9808;
73.21143, 11600, 9976, 11576, 9840, 11568, 9808;
73.21143, 11600, 9976, 11576, 9520, 11576, 10080;
73.21143, 11600, 10120, 11584, 10016, 11576, 9736;
73.21143, 11600, 10168, 11584, 10016, 11568, 9736;
73.21143, 11600, 10168, 11576, 9544, 11568, 9856;
73.21143, 11600, 10208, 11576, 9512, 11568, 9824;
73.21143, 11600, 9792, 11576, 10424, 11576, 9824;
73.21143, 11600, 9792, 11584, 10424, 11576, 9720;
73.21143, 11600, 10240, 11576, 9096, 11576, 9936;
73.21143, 11600, 9784, 11576, 9712, 11576, 9936;
73.21143, 11600, 9784, 11584, 9712, 11568, 9480;
73.21143, 11600, 10328, 11576, 9056, 11576, 9864;
73.21143, 11600, 10032, 11576, 9008, 11576, 9864;
73.21143, 11600, 10032, 11576, 9008, 11576, 9688;
73.21143, 11600, 9936, 11584, 9664, 11576, 9608;
73.21143, 11600, 10112, 11584, 9056, 11576, 9608;
73.21143, 11600, 9984, 11576, 9056, 11576, 9984;
73.21143, 11600, 9984, 11576, 9976, 11576, 9464;
73.21143, 11600, 10208, 11576, 10464, 11576, 9464;
73.21143, 11600, 9872, 11584, 10464, 11568, 10008;
73.21143, 11600, 9872, 11576, 9240, 11568, 9624;
73.21143, 11600, 10304, 11584, 9840, 11568, 9776;
73.21143, 11600, 9808, 11584, 9840, 11576, 9776;
73.21143, 11600, 9808, 11584, 10152, 11576, 10168;
73.21143, 11600, 10072, 11576, 9480, 11576, 9536;
73.21143, 11600, 10024, 11576, 9480, 11568, 9536;
73.21143, 11600, 10024, 11584, 9952, 11576, 9912;
73.21143, 11600, 10352, 11576, 9304, 11576, 9440;
73.21143, 11600, 10064, 11576, 9320, 11568, 9440;
73.21143, 11600, 10064, 11576, 9320, 11568, 9672;
73.21143, 11600, 10008, 11584, 9696, 11576, 10064;
73.21143, 11600, 9848, 11584, 9152, 11576, 10064;
73.21143, 11600, 9848, 11576, 9152, 11576, 9448;
73.21143, 11600, 10128, 11576, 9488, 11576, 9744;
73.21143, 11600, 9960, 11576, 10016, 11576, 9744;
73.21143, 11600, 10232, 11584, 10016, 11576, 9800;
73.21143, 11600, 10232, 11576, 9376, 11568, 9704;
73.21143, 11600, 9928, 11576, 9720, 11568, 9704;
73.21143, 11600, 10000, 11576, 9720, 11568, 9888;
73.21143, 11600, 10000, 11584, 10400, 11576, 9320;
73.21143, 11600, 10400, 11576, 9136, 11576, 9320;
73.21143, 11600, 9800, 11576, 9136, 11568, 9760;
73.21143, 11600, 9800, 11576, 9552, 11576, 9872;
73.21143, 11600, 10248, 11584, 10224, 11576, 9872;
73.21143, 11600, 9872, 11584, 10224, 11568, 9776;
73.21143, 11600, 9872, 11576, 9312, 11568, 9832;
73.21143, 11600, 9880, 11584, 9424, 11568, 9832;
73.21143, 11600, 10064, 11584, 9424, 11576, 10016;
73.21143, 11600, 10064, 11584, 9848, 11576, 9784;
73.21143, 11600, 10296, 11576, 9160, 11568, 10040;
73.21143, 11600, 9920, 11576, 9160, 11568, 10040;
73.21143, 11600, 9920, 11584, 9464, 11576, 9568;
73.21143, 11600, 10056, 11576, 8696, 11568, 9752;
73.21143, 11600, 9768, 11576, 8696, 11568, 9752;
73.21143, 11600, 9768, 11576, 9512, 11576, 9840;
73.21143, 11600, 10272, 11584, 10336, 11568, 9608;
73.21143, 11600, 9840, 11584, 10336, 11568, 9608;
73.21143, 11600, 9840, 11576, 9472, 11568, 9808;
73.21143, 11600, 10400, 11584, 9864, 11576, 9680;
73.21143, 11600, 9736, 11584, 10344, 11576, 9680;
73.21143, 11600, 9736, 11584, 10344, 11568, 10024;
73.21143, 11600, 10184, 11576, 9256, 11576, 9768;
73.21143, 11600, 9992, 11584, 9896, 11576, 9768;
73.21143, 11600, 9992, 11584, 9896, 11568, 9536;
73.21143, 11600, 10224, 11576, 9312, 11576, 9792;
73.21143, 11600, 10216, 11584, 9456, 11576, 9792;
73.21143, 11600, 9952, 11584, 9456, 11576, 9584;
73.21143, 11600, 9952, 11584, 9848, 11568, 9448;
73.21143, 11600, 9960, 11576, 8912, 11568, 9448;
73.21143, 11600, 10200, 11576, 8912, 11568, 9672;
73.21143, 11600, 10200, 11576, 9456, 11576, 9384;
73.21143, 11600, 9816, 11584, 10344, 11576, 9384;
73.21143, 11600, 10264, 11584, 10344, 11568, 10368;
73.21143, 11600, 10264, 11576, 9104, 11576, 9680;
73.21143, 11600, 9816, 11576, 9928, 11576, 9944;
73.21143, 11600, 10168, 11576, 9928, 11568, 9944;
73.21143, 11600, 10168, 11584, 10192, 11576, 9680;
73.21143, 11600, 10096, 11576, 9048, 11576, 9752;
73.21143, 11600, 9832, 11576, 9800, 11576, 9752;
73.21143, 11600, 9832, 11576, 9800, 11576, 10008;
73.21143, 11600, 10272, 11576, 9984, 11576, 9256;
73.21143, 11600, 9824, 11576, 9400, 11576, 9256;
73.21143, 11600, 9824, 11576, 9400, 11568, 10056;
73.21143, 11600, 10136, 11584, 9800, 11576, 9856;
73.21143, 11600, 10064, 11584, 9064, 11576, 9856;
73.21143, 11600, 10064, 11576, 9064, 11576, 9656;
73.21143, 11600, 10104, 11576, 9480, 11576, 10056;
73.21143, 11600, 9776, 11576, 9592, 11576, 10056;
73.21143, 11600, 10008, 11592, 9592, 11576, 9664;
73.21143, 11600, 10008, 11584, 9336, 11568, 9672;
73.21143, 11600, 10024, 11576, 9688, 11568, 9768;
73.21143, 11600, 10000, 11576, 9688, 11576, 9768;
73.21143, 11600, 10000, 11592, 10472, 11568, 9632;
73.21143, 11600, 10160, 11576, 9248, 11568, 9752;
73.21143, 11600, 10144, 11576, 9248, 11568, 9752;
73.21143, 11600, 10144, 11576, 9824, 11576, 9792;
73.21143, 11600, 9944, 11584, 10296, 11576, 9808;
73.21143, 11600, 10320, 11584, 9264, 11576, 9808;
73.21143, 11600, 10320, 11576, 9264, 11568, 9960;
73.21143, 11600, 9976, 11584, 9704, 11576, 9240;
73.21143, 11600, 9952, 11584, 9632, 11576, 9240;
73.21143, 11600, 9952, 11584, 9632, 11568, 9944;
73.21143, 11600, 9888, 11576, 9168, 11576, 9576;
73.21143, 11600, 10272, 11576, 9496, 11576, 9576;
73.21143, 11600, 10272, 11584, 9496, 11576, 9624;
73.21143, 11600, 10016, 11576, 9256, 11576, 9752;
73.21143, 11600, 10472, 11576, 9520, 11576, 9752;
73.21143, 11600, 10192, 11576, 9520, 11576, 9400;
73.21143, 11600, 10192, 11584, 10016, 11568, 10160;
73.21143, 11600, 10040, 11576, 9416, 11568, 10160;
73.21143, 11600, 9896, 11576, 9416, 11568, 9528;
73.21143, 11600, 9896, 11576, 9656, 11576, 9720;
73.21143, 11600, 10328, 11584, 10472, 11576, 9720;
73.21143, 11600, 9832, 11584, 10472, 11576, 10144;
73.21143, 11600, 9832, 11576, 9152, 11568, 9696;
73.21143, 11600, 10400, 11584, 9624, 11568, 9824;
73.21143, 11600, 9864, 11584, 9088, 11568, 9824;
73.21143, 11600, 9864, 11576, 9088, 11576, 9904;
73.21143, 11600, 10160, 11576, 9368, 11576, 9504;
73.21143, 11600, 9880, 11576, 9736, 11568, 9504;
73.21143, 11600, 9880, 11584, 9736, 11576, 9936;
73.21143, 11600, 10160, 11584, 8824, 11576, 9632;
73.21143, 11600, 9624, 11584, 9624, 11576, 9632;
73.21143, 11600, 9624, 11576, 9624, 11576, 9720;
73.21143, 11600, 10304, 11584, 9920, 11576, 10016;
73.21143, 11600, 9496, 11584, 8784, 11576, 10016;
73.21143, 11600, 9496, 11584, 8784, 11568, 9584;
73.21143, 11600, 10504, 11584, 9928, 11576, 10024;
73.21143, 11600, 9872, 11584, 10032, 11576, 10024;
73.21143, 11600, 9976, 11584, 10032, 11576, 9656;
73.21143, 11600, 9976, 11584, 9472, 11568, 9664;
73.21143, 11600, 9912, 11584, 9872, 11568, 9664;
73.21143, 11600, 10248, 11584, 9872, 11576, 9936;
73.21143, 11600, 10248, 11576, 9328, 11576, 9584;
73.21143, 11600, 10008, 11576, 10072, 11576, 9584;
73.21143, 11600, 10024, 11576, 10072, 11568, 9976;
73.21143, 11600, 10024, 11584, 9976, 11576, 9640;
73.21143, 11600, 9744, 11576, 9040, 11576, 9640;
73.21143, 11600, 10120, 11576, 9040, 11568, 10176;
73.21143, 11600, 10120, 11576, 10088, 11576, 9864;
73.21143, 11600, 10160, 11576, 10024, 11568, 9360;
73.21143, 11600, 9952, 11576, 10024, 11568, 9360;
73.21143, 11600, 9952, 11576, 8864, 11576, 10008;
73.21143, 11600, 10088, 11584, 9944, 11576, 9760;
73.21143, 11600, 9912, 11584, 9944, 11576, 9760;
73.21143, 11600, 9912, 11576, 9504, 11568, 9656;
73.21143, 11600, 10216, 11584, 9728, 11576, 9768;
73.21143, 11600, 9936, 11576, 9768, 11576, 9768;
73.21143, 11600, 9936, 11576, 9768, 11568, 9792;
73.21143, 11600, 10176, 11576, 9224, 11576, 9840;
73.21143, 11600, 10128, 11584, 9968, 11576, 9840;
73.21143, 11600, 10128, 11584, 9968, 11576, 9808;
73.21143, 11600, 9848, 11576, 10000, 11568, 9752;
73.21143, 11600, 10040, 11584, 9368, 11568, 9752;
73.21143, 11600, 10040, 11584, 9368, 11576, 10272;
73.21143, 11600, 10040, 11584, 10216, 11568, 9688;
73.21143, 11600, 10144, 11576, 9672, 11568, 9688;
73.21143, 11600, 10024, 11576, 9672, 11568, 9808;
73.21143, 11600, 10024, 11584, 9216, 11576, 9848;
75.11620, 11600, 10448, 11576, 9528, 11568, 10088;
75.11620, 11592, 10752, 11576, 10344, 11568, 10088;
75.11620, 11592, 10752, 11576, 10344, 11568, 9984;
75.11620, 11592, 10344, 11576, 9792, 11568, 9904;
75.11620, 11592, 10568, 11576, 10552, 11568, 9904;
75.11620, 11592, 10664, 11576, 10552, 11568, 10040;
75.11620, 11592, 10664, 11576, 10032, 11568, 9864;
75.11620, 11592, 10336, 11576, 10520, 11568, 10048;
75.11620, 11592, 10616, 11576, 10520, 11568, 10048;
75.11620, 11592, 10616, 11584, 10152, 11568, 9920;
75.11620, 11592, 10576, 11576, 10544, 11568, 9656;
75.11620, 11600, 10744, 11576, 10264, 11568, 9656;
75.11620, 11600, 10744, 11576, 10264, 11568, 10096;
75.11620, 11592, 10504, 11576, 10472, 11568, 9824;
75.11620, 11592, 10456, 11584, 10496, 11568, 9704;
75.11620, 11592, 10464, 11584, 10496, 11568, 9704;
75.11620, 11592, 10464, 11576, 10528, 11568, 10040;
75.11620, 11592, 10752, 11576, 10432, 11568, 9688;
75.11620, 11600, 10336, 11576, 10360, 11568, 9688;
75.11620, 11600, 10336, 11576, 10360, 11568, 10104;
75.11620, 11592, 10624, 11584, 10768, 11568, 10008;
75.11620, 11600, 10512, 11584, 10296, 11568, 10008;
75.11620, 11600, 10784, 11576, 10296, 11568, 9792;
75.11620, 11600, 10784, 11584, 10768, 11568, 10024;
75.11620, 11600, 10344, 11576, 10144, 11568, 10024;
75.11620, 11592, 10464, 11576, 10144, 11568, 9752;
75.11620, 11592, 10464, 11584, 10392, 11568, 9872;
75.11620, 11600, 10448, 11576, 9896, 11568, 10000;
75.11620, 11592, 10560, 11576, 9896, 11568, 10000;
75.11620, 11592, 10560, 11576, 10360, 11568, 10080;
75.11620, 11592, 10416, 11568, 9696, 11568, 9848;
75.11620, 11592, 10672, 11576, 10520, 11568, 9848;
75.11620, 11592, 10672, 11576, 10520, 11568, 10032;
75.11620, 11592, 10848, 11568, 9680, 11568, 9704;
75.11620, 11592, 10056, 11576, 10696, 11568, 9704;
75.11620, 11592, 10896, 11576, 10696, 11568, 10096;
75.11620, 11592, 10896, 11568, 9616, 11568, 9872;
75.11620, 11592, 10512, 11576, 10232, 11568, 9864;
75.11620, 11592, 10848, 11576, 10232, 11568, 9864;
75.11620, 11592, 10848, 11568, 9800, 11568, 10368;
75.11620, 11592, 10384, 11576, 10088, 11568, 9720;
75.11620, 11592, 10736, 11576, 9536, 11560, 9720;
75.11620, 11592, 10736, 11568, 9536, 11568, 10000;
75.11620, 11592, 10432, 11576, 9848, 11568, 9736;
75.11620, 11592, 10704, 11576, 9368, 11568, 9736;
75.11620, 11592, 10312, 11568, 9368, 11568, 9992;
75.11620, 11592, 10312, 11568, 9888, 11568, 10056;
75.11620, 11592, 10880, 11568, 9544, 11568, 10128;
75.11620, 11592, 10944, 11568, 9544, 11568, 10128;
75.11620, 11600, 10944, 11568, 9848, 11560, 9808;
75.11620, 11600, 10552, 11576, 9848, 11560, 10144;
75.11620, 11592, 10624, 11576, 9728, 11568, 10144;
75.11620, 11592, 10624, 11576, 9728, 11568, 9592;
75.11620, 11600, 10712, 11568, 9568, 11568, 10264;
75.11620, 11600, 11024, 11568, 9824, 11568, 10264;
75.11620, 11600, 10504, 11568, 9824, 11568, 9768;
75.11620, 11592, 10504, 11568, 9472, 11568, 9944;
75.11620, 11600, 11056, 11568, 9632, 11568, 9944;
75.11620, 11600, 10704, 11568, 9632, 11568, 10000;
75.11620, 11592, 10704, 11568, 9208, 11560, 10128;
75.11620, 11600, 11064, 11568, 9384, 11560, 10128;
75.11620, 11600, 10672, 11568, 9384, 11560, 10176;
75.11620, 11600, 10672, 11568, 9504, 11568, 9952;
75.11620, 11600, 10952, 11576, 9400, 11568, 9952;
75.11620, 11600, 10920, 11576, 9400, 11568, 9968;
75.11620, 11600, 10920, 11568, 10056, 11568, 10024;
75.11620, 11600, 11008, 11576, 9504, 11568, 9928;
75.11620, 11600, 10984, 11576, 9504, 11568, 9928;
75.11620, 11600, 10984, 11568, 10056, 11568, 10128;
75.11620, 11600, 10952, 11576, 9672, 11568, 10024;
75.11620, 11600, 10816, 11576, 10072, 11568, 10024;
75.11620, 11600, 10816, 11568, 10072, 11568, 9752;
75.11620, 11600, 11040, 11576, 9432, 11568, 10296;
75.11620, 11600, 10576, 11568, 10000, 11568, 10296;
75.11620, 11600, 10816, 11568, 10000, 11568, 9800;
75.11620, 11600, 10816, 11576, 9536, 11568, 9960;
75.11620, 11600, 10864, 11568, 10152, 11568, 9936;
75.11620, 11600, 10320, 11568, 9680, 11568, 9936;
75.11620, 11600, 10320, 11576, 9680, 11568, 10080;
75.11620, 11600, 10408, 11576, 10248, 11568, 10136;
75.11620, 11600, 10240, 11576, 10048, 11568, 10136;
75.11620, 11600, 10176, 11584, 10048, 11568, 10160;
75.11620, 11600, 10176, 11576, 10288, 11568, 9792;
75.11620, 11600, 10064, 11576, 10384, 11568, 9792;
75.11620, 11600, 9896, 11576, 10384, 11568, 10168;
75.11620, 11600, 9896, 11576, 10288, 11568, 9848;
75.11620, 11600, 9952, 11584, 10264, 11568, 9848;
75.11620, 11600, 10120, 11584, 10264, 11568, 10136;
75.11620, 11600, 10120, 11576, 10512, 11568, 9992;
75.11620, 11600, 9616, 11584, 10296, 11568, 9640;
75.11620, 11600, 10184, 11584, 10296, 11568, 9640;
75.11620, 11600, 10184, 11576, 10376, 11568, 10288;
75.11620, 11600, 9816, 11576, 10360, 11568, 9984;
75.11620, 11600, 9856, 11576, 10392, 11568, 9984;
75.11620, 11600, 9856, 11576, 10392, 11560, 9992;
75.11620, 11600, 9688, 11576, 10184, 11568, 9784;
75.11620, 11600, 9864, 11584, 10328, 11568, 9784;
75.11620, 11600, 9512, 11584, 10328, 11568, 9744;
75.11620, 11592, 9512, 11576, 10264, 11568, 10008;
75.11620, 11592, 9920, 11576, 10448, 11568, 10008;
75.11620, 11600, 9448, 11576, 10448, 11568, 10064;
75.11620, 11600, 9448, 11576, 9912, 11568, 9984;
75.11620, 11592, 9952, 11576, 10136, 11568, 10080;
75.11620, 11600, 9832, 11576, 10136, 11568, 10080;
75.11620, 11600, 9832, 11576, 9784, 11568, 9776;
75.11620, 11592, 9680, 11576, 10024, 11568, 9864;
75.11620, 11592, 9816, 11576, 9432, 11560, 9864;
75.11620, 11592, 9816, 11576, 9432, 11568, 9936;
75.11620, 11592, 9688, 11576, 9872, 11568, 10064;
75.11620, 11592, 9616, 11576, 9064, 11568, 10064;
75.11620, 11592, 9616, 11568, 9064, 11568, 10232;
75.11620, 11592, 9744, 11568, 9592, 11560, 9992;
75.11620, 11592, 9520, 11568, 8888, 11560, 9992;
75.11620, 11592, 9520, 11568, 8888, 11560, 9952;
75.11620, 11592, 9600, 11568, 9416, 11568, 10248;
75.11620, 11592, 9912, 11568, 8856, 11568, 10248;
75.11620, 11592, 9912, 11568, 8856, 11560, 10048;
75.11620, 11592, 9616, 11568, 9176, 11560, 10232;
75.11620, 11592, 10224, 11568, 8744, 11560, 10232;
75.11620, 11592, 9848, 11568, 8744, 11568, 10008;
75.11620, 11592, 9848, 11568, 9328, 11560, 9952;
75.11620, 11592, 9904, 11568, 8848, 11560, 9960;
75.11620, 11592, 9848, 11568, 8848, 11568, 9960;
75.11620, 11592, 9848, 11568, 9392, 11560, 9808;
75.11620, 11592, 9648, 11576, 9072, 11560, 10392;
75.11620, 11592, 9552, 11576, 9072, 11568, 10392;
75.11620, 11592, 9552, 11568, 9584, 11568, 10024;
75.11620, 11592, 9952, 11576, 9176, 11568, 10000;
75.11620, 11592, 9656, 11576, 9176, 11568, 10000;
75.11620, 11592, 9656, 11568, 9696, 11568, 10160;
75.11620, 11592, 10016, 11576, 9440, 11568, 9752;
75.11620, 11592, 10064, 11576, 9944, 11568, 9752;
75.11620, 11592, 10064, 11576, 9944, 11568, 10144;
75.11620, 11592, 9688, 11576, 9984, 11568, 9984;
75.11620, 11592, 9992, 11576, 9920, 11568, 9984;
75.11620, 11592, 9992, 11576, 9920, 11568, 9728;
75.11620, 11592, 10128, 11576, 10176, 11568, 10048;
75.11620, 11592, 9848, 11576, 10176, 11568, 10048;
75.11620, 11592, 9944, 11576, 10176, 11568, 9800;
75.11620, 11592, 9944, 11576, 10424, 11568, 10120;
75.11620, 11592, 9984, 11576, 10440, 11568, 10016;
75.11620, 11592, 9656, 11576, 10440, 11568, 10016;
75.11620, 11592, 9656, 11584, 10560, 11568, 9984;
75.11620, 11592, 10144, 11576, 10648, 11568, 9936;
75.11620, 11592, 9920, 11576, 10128, 11568, 9936;
75.11620, 11592, 9920, 11576, 10128, 11568, 10064;
75.11620, 11592, 10224, 11576, 9936, 11568, 9656;
75.11620, 11592, 10000, 11576, 9576, 11568, 9656;
75.11620, 11592, 10000, 11576, 9576, 11568, 10096;
75.11620, 11592, 9672, 11576, 10176, 11568, 9520;
75.11620, 11592, 9920, 11576, 9568, 11568, 9520;
75.11620, 11592, 10368, 11568, 9568, 11568, 10080;
75.11620, 11592, 10368, 11576, 9984, 11568, 9760;
75.11620, 11592, 10032, 11576, 9408, 11568, 9760;
75.11620, 11592, 10328, 11576, 9408, 11568, 9632;
75.11620, 11592, 10328, 11576, 9928, 11568, 9712;
75.11620, 11592, 10176, 11576, 9432, 11568, 9712;
75.11620, 11592, 10576, 11576, 9432, 11568, 10056;
75.11620, 11592, 10576, 11576, 9560, 11568, 9784;
75.11620, 11592, 10360, 11568, 9744, 11568, 9784;
75.11620, 11592, 10360, 11568, 9744, 11568, 10168;
75.11620, 11592, 10360, 11568, 9336, 11568, 9776;
75.11620, 11592, 10416, 11568, 9448, 11568, 10184;
75.11620, 11592, 10240, 11568, 9448, 11568, 10184;
75.11620, 11592, 10240, 11568, 9096, 11568, 10184;
75.11620, 11592, 9936, 11576, 9472, 11568, 9952;
75.11620, 11592, 10400, 11576, 9472, 11568, 9952;
75.11620, 11592, 10400, 11568, 9344, 11568, 10216;
75.11620, 11592, 10712, 11568, 9568, 11568, 9976;
75.11620, 11592, 10400, 11568, 9136, 11568, 9976;
75.11620, 11592, 10400, 11568, 9136, 11560, 9728;
75.11620, 11592, 10552, 11568, 9464, 11568, 10144;
75.11620, 11592, 10688, 11568, 9224, 11568, 10144;
75.11620, 11592, 10512, 11568, 9224, 11568, 9832;
75.11620, 11592, 10512, 11568, 9704, 11568, 10304;
75.11620, 11592, 10680, 11568, 9400, 11568, 10032;
75.11620, 11592, 10400, 11568, 9400, 11568, 10032;
75.11620, 11592, 10400, 11568, 9824, 11568, 9816;
75.11620, 11592, 10880, 11576, 9648, 11568, 9912;
75.11620, 11600, 11136, 11576, 10008, 11568, 9912;
75.11620, 11600, 11136, 11568, 10008, 11568, 9984;
75.11620, 11592, 10464, 11576, 9768, 11568, 10320;
75.11620, 11600, 10696, 11576, 10192, 11568, 10320;
75.11620, 11600, 10776, 11576, 10192, 11568, 10264;
75.11620, 11600, 10776, 11576, 9832, 11560, 9960;
75.11620, 11600, 10784, 11576, 10480, 11560, 9840;
75.11620, 11600, 10392, 11576, 10480, 11568, 9840;
75.11620, 11600, 10392, 11576, 9984, 11568, 9816;
75.11620, 11600, 10584, 11576, 10328, 11568, 9888;
75.11620, 11600, 10744, 11576, 10656, 11568, 9888;
75.11620, 11600, 10744, 11584, 10656, 11568, 10352;
75.11620, 11600, 10800, 11576, 10320, 11568, 9592;
75.11620, 11600, 10400, 11576, 10608, 11568, 9592;
75.11620, 11600, 10896, 11576, 10608, 11568, 10256;
75.11620, 11600, 10896, 11576, 10320, 11568, 9664;
75.11620, 11600, 10752, 11584, 10656, 11568, 9664;
75.11620, 11600, 10968, 11584, 10656, 11568, 10296;
75.11620, 11600, 10968, 11576, 10280, 11568, 9760;
75.11620, 11600, 10928, 11584, 10664, 11568, 10176;
75.11620, 11600, 10792, 11584, 10664, 11568, 10176;
75.11620, 11600, 10792, 11576, 10104, 11568, 9864;
75.11620, 11600, 10704, 11584, 10512, 11568, 9848;
75.11620, 11600, 10984, 11584, 9888, 11568, 9848;
75.11620, 11600, 10984, 11576, 9888, 11568, 9888;
75.11620, 11600, 10456, 11576, 10056, 11568, 10192;
75.11620, 11600, 10952, 11576, 9360, 11568, 10192;
75.11620, 11600, 10760, 11576, 9360, 11568, 9728;
75.11620, 11600, 10760, 11568, 9928, 11568, 10088;
75.11620, 11592, 10904, 11568, 9368, 11568, 9856;
75.11620, 11600, 10544, 11568, 9368, 11568, 9856;
75.11620, 11600, 10544, 11568, 9400, 11568, 10168;
75.11620, 11600, 10768, 11568, 9264, 11568, 10264;
75.11620, 11600, 10680, 11568, 9384, 11568, 10264;
75.11620, 11600, 10680, 11568, 9384, 11568, 9912;
75.11620, 11600, 10896, 11568, 9088, 11568, 10232;
75.11620, 11600, 10400, 11568, 9224, 11568, 10232;
75.11620, 11600, 10664, 11568, 9224, 11568, 9800;
75.11620, 11600, 10664, 11568, 8928, 11560, 9776;
75.11620, 11600, 11008, 11568, 9296, 11560, 9776;
75.11620, 11600, 10496, 11568, 9296, 11560, 10120;
75.11620, 11600, 10496, 11568, 8960, 11568, 10160;
75.11620, 11600, 10600, 11568, 9352, 11568, 10160;
75.11620, 11600, 10512, 11568, 9352, 11560, 9880;
75.11620, 11600, 10512, 11568, 9376, 11568, 10312;
75.11620, 11592, 10128, 11576, 9296, 11568, 10312;
75.11620, 11592, 10128, 11576, 9296, 11560, 9808;
75.11620, 11592, 10128, 11568, 9904, 11560, 9944;
75.11620, 11600, 10160, 11576, 9624, 11568, 9800;
75.11620, 11600, 9976, 11576, 9624, 11568, 9800;
75.11620, 11600, 9976, 11576, 9976, 11568, 10048;
75.11620, 11600, 9952, 11576, 9584, 11568, 10000;
75.11620, 11600, 9864, 11576, 9968, 11568, 10000;
75.11620, 11600, 9864, 11576, 9968, 11568, 9888;
75.11620, 11592, 10272, 11576, 9616, 11560, 9976;
75.11620, 11600, 9880, 11576, 10128, 11560, 9976;
75.11620, 11600, 9880, 11576, 10128, 11568, 10056;
75.11620, 11592, 9880, 11576, 9576, 11568, 9504;
75.11620, 11600, 9616, 11576, 10368, 11568, 9504;
75.11620, 11600, 9872, 11576, 10368, 11568, 10240;
75.11620, 11592, 9872, 11584, 9752, 11568, 9792;
75.11620, 11592, 9560, 11576, 10232, 11568, 9792;
75.11620, 11592, 9864, 11576, 10232, 11568, 10280;
75.11620, 11592, 9864, 11576, 9960, 11568, 9904;
75.11620, 11600, 9736, 11576, 10352, 11568, 9904;
75.11620, 11592, 9472, 11576, 10352, 11568, 10040;
75.11620, 11592, 9472, 11576, 9768, 11568, 10104;
75.11620, 11592, 10120, 11576, 10592, 11568, 9752;
75.11620, 11592, 9888, 11576, 10592, 11568, 9752;
75.11620, 11592, 9888, 11576, 10048, 11568, 10072;
75.11620, 11592, 10176, 11576, 10440, 11568, 9848;
75.11620, 11592, 9960, 11576, 10088, 11568, 9848;
75.11620, 11592, 9960, 11576, 10088, 11568, 9808;
75.11620, 11592, 10264, 11576, 10400, 11568, 9984;
75.11620, 11592, 10328, 11576, 10104, 11568, 9984;
75.11620, 11592, 10832, 11576, 10104, 11568, 9952;
75.11620, 11592, 10832, 11576, 10552, 11568, 10088;
75.11620, 11592, 10088, 11576, 9760, 11568, 10216;
75.11620, 11592, 10832, 11576, 9760, 11568, 10216;
75.11620, 11592, 10832, 11576, 10584, 11560, 9752;
75.11620, 11600, 10376, 11576, 10136, 11560, 10176;
75.11620, 11592, 10976, 11576, 10400, 11568, 10176;
75.11620, 11592, 10976, 11576, 10400, 11568, 9800;
75.11620, 11592, 10336, 11576, 9856, 11568, 10112;
75.11620, 11592, 10688, 11576, 10496, 11568, 10112;
75.11620, 11592, 10632, 11576, 10496, 11568, 10056;
75.11620, 11600, 10632, 11576, 9744, 11568, 9896;
75.11620, 11600, 11144, 11576, 10128, 11568, 9896;
75.11620, 11600, 10472, 11576, 10128, 11568, 9840;
75.11620, 11600, 10472, 11568, 9360, 11568, 9912;
75.11620, 11592, 10984, 11576, 10032, 11568, 9912;
75.11620, 11600, 10848, 11576, 10032, 11568, 9960;
75.11620, 11600, 10848, 11568, 9200, 11568, 10064;
75.11620, 11592, 10512, 11576, 9736, 11568, 10144;
75.11620, 11600, 10184, 11576, 8944, 11568, 10144;
75.11620, 11600, 10184, 11576, 8944, 11560, 9896;
75.11620, 11600, 10232, 11576, 9776, 11560, 10152;
75.11620, 11592, 9928, 11576, 8944, 11560, 10152;
75.11620, 11592, 9928, 11576, 8944, 11568, 9864;
75.11620, 11592, 9952, 11576, 9488, 11568, 10320;
75.11620, 11600, 9720, 11568, 9208, 11568, 10320;
75.11620, 11592, 9792, 11568, 9208, 11568, 9888;
75.11620, 11592, 9792, 11568, 9472, 11560, 9968;
75.11620, 11592, 9880, 11576, 9024, 11560, 9968;
75.11620, 11592, 9456, 11576, 9024, 11560, 10216;
75.11620, 11592, 9456, 11568, 9680, 11568, 9816;
75.11620, 11592, 9616, 11576, 9552, 11568, 9816;
75.11620, 11592, 9424, 11576, 9552, 11568, 10152;
75.11620, 11592, 9424, 11576, 9848, 11568, 9848;
75.11620, 11592, 9672, 11584, 9992, 11568, 10160;
75.11620, 11592, 9632, 11584, 9992, 11568, 10160;
75.11620, 11592, 9632, 11576, 9864, 11568, 9816;
75.11620, 11592, 10024, 11576, 10240, 11568, 10160;
75.11620, 11592, 9680, 11576, 10240, 11568, 10160;
75.11620, 11592, 9680, 11576, 10136, 11568, 9744;
75.11620, 11592, 10088, 11576, 10456, 11568, 10384;
75.11620, 11592, 9928, 11576, 10520, 11568, 10384;
75.11620, 11592, 9928, 11576, 10520, 11568, 9616;
75.11620, 11592, 10264, 11584, 10456, 11568, 10080;
75.11620, 11592, 10080, 11584, 10544, 11568, 10080;
75.11620, 11592, 10328, 11576, 10544, 11568, 9976;
75.11620, 11592, 10328, 11576, 10752, 11568, 9704;
75.11620, 11592, 10104, 11576, 10528, 11568, 10136;
75.11620, 11592, 10768, 11576, 10560, 11568, 10136;
75.11620, 11592, 10768, 11576, 10560, 11568, 10072;
75.11620, 11592, 10008, 11576, 10536, 11568, 9888;
75.11620, 11592, 10480, 11576, 10472, 11568, 9888;
75.11620, 11592, 10408, 11576, 10472, 11568, 9984;
75.11620, 11592, 10408, 11576, 10216, 11568, 9824;
75.11620, 11592, 10736, 11576, 10112, 11568, 9824;
75.11620, 11592, 10560, 11576, 10112, 11568, 9928;
75.11620, 11592, 10560, 11576, 10096, 11568, 10184;
75.11620, 11592, 10664, 11568, 9512, 11568, 9648;
75.11620, 11600, 10656, 11568, 9512, 11568, 9648;
75.11620, 11600, 10656, 11576, 9952, 11568, 10112;
75.11620, 11600, 10752, 11568, 9208, 11568, 9744;
75.11620, 11592, 10408, 11568, 9208, 11568, 9744;
75.11620, 11592, 10408, 11568, 9704, 11568, 9904;
75.11620, 11592, 10744, 11568, 9488, 11568, 10040;
75.11620, 11600, 11024, 11568, 9208, 11568, 10040;
75.11620, 11600, 11024, 11568, 9208, 11568, 9968;
75.11620, 11600, 10760, 11568, 9576, 11568, 9960;
75.11620, 11600, 10584, 11568, 9328, 11568, 9960;
75.11620, 11600, 10584, 11568, 9328, 11568, 10016;
75.11620, 11600, 10688, 11568, 9336, 11560, 9816;
75.11620, 11600, 10504, 11568, 9144, 11560, 9816;
75.11620, 11592, 10680, 11568, 9144, 11568, 10056;
75.11620, 11592, 10680, 11568, 9296, 11568, 10048;
75.11620, 11600, 10368, 11568, 9312, 11568, 9912;
75.11620, 11600, 10304, 11568, 9312, 11568, 9912;
75.11620, 11600, 10304, 11568, 9328, 11568, 10440;
75.11620, 11600, 10456, 11568, 9216, 11568, 9664;
75.11620, 11592, 9992, 11568, 9768, 11560, 9664;
75.11620, 11592, 9992, 11568, 9768, 11568, 10272;
75.11620, 11592, 10344, 11576, 9120, 11568, 10064;
75.11620, 11600, 10080, 11576, 9616, 11560, 10064;
75.11620, 11600, 10080, 11576, 9616, 11568, 9880;
75.11620, 11600, 9992, 11576, 9728, 11568, 10064;
75.11620, 11600, 9776, 11576, 9800, 11568, 10064;
75.11620, 11600, 10008, 11568, 9800, 11568, 9968;
75.11620, 11600, 10008, 11576, 9712, 11560, 9696;
75.11620, 11600, 9936, 11568, 9936, 11560, 10152;
75.11620, 11600, 10088, 11568, 9936, 11568, 10152;
75.11620, 11592, 10088, 11576, 9608, 11568, 9912;
75.11620, 11600, 9480, 11576, 10200, 11568, 10248;
75.11620, 11600, 9992, 11576, 10200, 11568, 10248;
75.11620, 11592, 9992, 11584, 9816, 11568, 10072;
75.11620, 11592, 9792, 11576, 10296, 11568, 9688;
75.11620, 11592, 9656, 11576, 9944, 11568, 9688;
75.11620, 11592, 9656, 11584, 9944, 11568, 9792;
75.11620, 11600, 9664, 11576, 10208, 11568, 9904;
75.11620, 11592, 9816, 11576, 10112, 11568, 9904;
75.11620, 11592, 9816, 11584, 10112, 11568, 10208;
75.11620, 11592, 9392, 11576, 10304, 11568, 10408;
75.11620, 11592, 9912, 11576, 10592, 11568, 10408;
75.11620, 11592, 10104, 11584, 10592, 11568, 9928;
75.11620, 11592, 10104, 11576, 10328, 11568, 10024;
75.11620, 11592, 10048, 11584, 10872, 11568, 10024;
75.11620, 11592, 10056, 11584, 10872, 11568, 9888;
75.11620, 11592, 10056, 11576, 10192, 11568, 9768;
75.11620, 11592, 10088, 11584, 10696, 11568, 10312;
75.11620, 11592, 10120, 11584, 10696, 11568, 10312;
75.11620, 11592, 10120, 11576, 10216, 11568, 9552;
75.11620, 11592, 10272, 11584, 10784, 11568, 10288;
75.11620, 11592, 10064, 11576, 9952, 11568, 10288;
75.11620, 11592, 10376, 11576, 9952, 11568, 9720;
75.11620, 11592, 10376, 11576, 10768, 11568, 10008;
75.11620, 11600, 10760, 11576, 9888, 11568, 10040;
75.11620, 11592, 10728, 11576, 9888, 11568, 10040;
75.11620, 11592, 10728, 11576, 10400, 11568, 10280;
75.11620, 11600, 10728, 11576, 9784, 11568, 9848;
75.11620, 11592, 10800, 11576, 10656, 11568, 9848;
75.11620, 11592, 10800, 11576, 10656, 11568, 10128;
75.11620, 11600, 10832, 11576, 9688, 11568, 9712;
75.11620, 11600, 10864, 11576, 10520, 11568, 9712;
75.11620, 11600, 10864, 11576, 10520, 11568, 10032;
75.11620, 11600, 10864, 11568, 9376, 11568, 10312;
75.11620, 11600, 10856, 11576, 10128, 11568, 9888;
75.11620, 11600, 11064, 11576, 10128, 11568, 9888;
75.11620, 11600, 11064, 11576, 9400, 11568, 10336;
75.11620, 11592, 10632, 11568, 9736, 11568, 9872;
75.11620, 11600, 10992, 11568, 9696, 11568, 9872;
75.11620, 11600, 10992, 11576, 9696, 11568, 9808;
75.11620, 11600, 10800, 11568, 9592, 11568, 10072;
75.11620, 11600, 10888, 11568, 9336, 11568, 10072;
75.11620, 11600, 10264, 11568, 9336, 11568, 10016;
75.11620, 11600, 10264, 11568, 9368, 11560, 9952;
75.11620, 11600, 10600, 11568, 9152, 11560, 9952;
75.11620, 11600, 10176, 11568, 9152, 11568, 9992;
75.11620, 11600, 10176, 11568, 9344, 11560, 9856;
75.11620, 11600, 10560, 11568, 9472, 11560, 9856;
75.11620, 11600, 9792, 11568, 9472, 11568, 10496;
75.11620, 11600, 9792, 11576, 9088, 11560, 9856;
75.11620, 11600, 10240, 11576, 9520, 11560, 9856;
75.11620, 11600, 9896, 11576, 9520, 11560, 10040;
75.11620, 11592, 9896, 11576, 9176, 11560, 10096;
75.11620, 11592, 9984, 11568, 10024, 11560, 10096;
75.11620, 11592, 9608, 11568, 10024, 11568, 9736;
75.11620, 11592, 9608, 11576, 9512, 11568, 10024;
75.11620, 11592, 9816, 11576, 10128, 11568, 9848;
75.11620, 11592, 9616, 11576, 10128, 11568, 9848;
75.11620, 11592, 9616, 11576, 9392, 11568, 9824;
75.11620, 11592, 9768, 11576, 10224, 11568, 10128;
75.11620, 11600, 9664, 11576, 10224, 11568, 10128;
75.11620, 11600, 9664, 11576, 9832, 11568, 9816;
75.11620, 11592, 9776, 11576, 10360, 11568, 9680;
75.11620, 11600, 9944, 11576, 10296, 11568, 9680;
75.11620, 11600, 9944, 11576, 10296, 11568, 10016;
75.11620, 11592, 9544, 11584, 10456, 11568, 9784;
75.11620, 11592, 10144, 11584, 10368, 11568, 9784;
75.11620, 11592, 9840, 11584, 10368, 11568, 10016;
75.11620, 11592, 9840, 11576, 10472, 11568, 9640;
75.11620, 11592, 9872, 11576, 10400, 11568, 9640;
75.11620, 11592, 9840, 11576, 10400, 11568, 9744;
75.11620, 11592, 9840, 11576, 10288, 11568, 10280;
75.11620, 11592, 10344, 11576, 10008, 11568, 9648;
75.11620, 11592, 9696, 11576, 10008, 11576, 9648;
75.11620, 11592, 9696, 11576, 10104, 11568, 9896;
75.11620, 11592, 10312, 11576, 9808, 11568, 9912;
75.11620, 11592, 10232, 11576, 10112, 11568, 9912;
75.11620, 11592, 10232, 11576, 10112, 11568, 9760;
75.11620, 11592, 10544, 11568, 9464, 11568, 10040;
75.11620, 11592, 10560, 11568, 9928, 11568, 10040;
75.11620, 11592, 10336, 11576, 9928, 11568, 9968;
75.11620, 11592, 10336, 11568, 9624, 11568, 9976;
75.11620, 11592, 10760, 11576, 9896, 11568, 10128;
75.11620, 11592, 10888, 11576, 9896, 11568, 10128;
75.11620, 11592, 10888, 11568, 9040, 11560, 9648;
75.11620, 11592, 10448, 11568, 9520, 11560, 10280;
75.11620, 11592, 10712, 11568, 8768, 11560, 10280;
75.11620, 11592, 10712, 11568, 8768, 11560, 9792;
75.11620, 11600, 10856, 11568, 9368, 11560, 10336;
75.11620, 11592, 10864, 11568, 8584, 11568, 10336;
75.11620, 11592, 10864, 11568, 8584, 11568, 9872;
75.11620, 11600, 10760, 11568, 9720, 11568, 10296;
75.11620, 11600, 10616, 11568, 8792, 11568, 10296;
75.11620, 11600, 10696, 11568, 8792, 11560, 10016;
75.11620, 11600, 10696, 11568, 9800, 11568, 10064;
75.11620, 11600, 10472, 11576, 9000, 11568, 10064;
75.11620, 11600, 10088, 11576, 9000, 11560, 10048;
75.11620, 11600, 10088, 11568, 9808, 11568, 10312;
75.11620, 11592, 10192, 11576, 9280, 11568, 9776;
75.11620, 11600, 10216, 11576, 9280, 11568, 9776;
75.11620, 11600, 10216, 11568, 10040, 11568, 10016;
75.11620, 11600, 9720, 11576, 9752, 11568, 9960;
75.11620, 11592, 10032, 11576, 9752, 11568, 9960;
75.11620, 11592, 10032, 11576, 10200, 11568, 9912;
75.11620, 11592, 9832, 11576, 10032, 11568, 10448;
75.11620, 11592, 9816, 11576, 10312, 11568, 10448;
75.11620, 11592, 9816, 11576, 10312, 11568, 10176;
75.11620, 11592, 9640, 11576, 10112, 11568, 9816;
75.11620, 11600, 9832, 11576, 10352, 11568, 9816;
75.11620, 11592, 9480, 11576, 10352, 11568, 9944;
75.11620, 11592, 9480, 11584, 10320, 11568, 9992;
75.11620, 11592, 10088, 11576, 10544, 11568, 9992;
75.11620, 11600, 9624, 11576, 10544, 11568, 9976;
75.11620, 11600, 9624, 11576, 10576, 11568, 10176;
75.11620, 11592, 10224, 11576, 10424, 11568, 9520;
75.11620, 11592, 9896, 11576, 10424, 11568, 9520;
75.11620, 11592, 9896, 11576, 10248, 11568, 10384;
75.11620, 11592, 10256, 11576, 10264, 11568, 9744;
75.11620, 11592, 10168, 11576, 9888, 11568, 9744;
75.11620, 11592, 10168, 11576, 9888, 11568, 9968;
75.11620, 11592, 10440, 11576, 10184, 11568, 9992;
75.11620, 11592, 10144, 11576, 9592, 11568, 9992;
75.11620, 11592, 10608, 11568, 9592, 11568, 10208;
75.11620, 11592, 10608, 11576, 9928, 11568, 9672;
75.11620, 11592, 10448, 11568, 9344, 11568, 10144;
75.11620, 11592, 10712, 11568, 9344, 11568, 10144;
75.11620, 11592, 10712, 11568, 9480, 11568, 9760;
75.11620, 11592, 10320, 11568, 9552, 11568, 10128;
75.11620, 11592, 10568, 11568, 9256, 11568, 10128;
75.11620, 11592, 10568, 11568, 9256, 11568, 9928;
75.11620, 11592, 10704, 11568, 9400, 11560, 9832;
75.11620, 11592, 10664, 11568, 9216, 11560, 9832;
75.11620, 11592, 10664, 11568, 9216, 11560, 10240;
75.11620, 11600, 10784, 11568, 9336, 11568, 9680;
75.11620, 11600, 10712, 11568, 9208, 11568, 9680;
75.11620, 11600, 10880, 11568, 9208, 11560, 9952;
75.11620, 11600, 10880, 11568, 9544, 11568, 9848;
75.11620, 11592, 10672, 11568, 9176, 11568, 9848;
75.11620, 11592, 10776, 11568, 9176, 11568, 10032;
75.11620, 11600, 10776, 11568, 9400, 11560, 9904;
75.11620, 11600, 10640, 11568, 9416, 11560, 9904;
75.11620, 11600, 10456, 11568, 9416, 11568, 10168;
75.11620, 11600, 10456, 11568, 9712, 11568, 9896;
75.11620, 11592, 10200, 11576, 9392, 11568, 9896;
75.11620, 11600, 9936, 11576, 9392, 11568, 10368;
75.11620, 11600, 9936, 11576, 10080, 11568, 9992;
75.11620, 11592, 9920, 11576, 9784, 11568, 9936;
75.11620, 11600, 9968, 11576, 9784, 11568, 9936;
75.11620, 11600, 9968, 11576, 10296, 11568, 10104;
75.11620, 11592, 9560, 11584, 10024, 11568, 9912;
75.11620, 11592, 9744, 11584, 10024, 11568, 9912;
75.11620, 11592, 9744, 11576, 10384, 11568, 9840;
75.11620, 11592, 9720, 11584, 10464, 11568, 10056;
75.11620, 11592, 9720, 11576, 10448, 11568, 10056;
75.11620, 11592, 9720, 11576, 10448, 11568, 10040;
75.11620, 11592, 9856, 11584, 10560, 11568, 10088;
75.11620, 11592, 10232, 11576, 10312, 11568, 10088;
77.02096, 11592, 11112, 11576, 11272, 11560, 10080;
77.02096, 11584, 9904, 11568, 9272, 11560, 10080;
77.02096, 11584, 11080, 11568, 9272, 11560, 10504;
77.02096, 11592, 11080, 11568, 10064, 11560, 10144;
77.02096, 11584, 10240, 11576, 9136, 11560, 9472;
77.02096, 11592, 11072, 11576, 9136, 11560, 9472;
77.02096, 11592, 11072, 11560, 10200, 11560, 10144;
77.02096, 11584, 9920, 11576, 10368, 11560, 10288;
77.02096, 11600, 11744, 11576, 9832, 11560, 10288;
77.02096, 11600, 11744, 11568, 9832, 11560, 10448;
77.02096, 11584, 9704, 11568, 10984, 11560, 10472;
77.02096, 11600, 11624, 11568, 9776, 11560, 10472;
77.02096, 11600, 9400, 11568, 9776, 11560, 9952;
77.02096, 11584, 9400, 11576, 11192, 11560, 9704;
77.02096, 11592, 11560, 11576, 9280, 11560, 9704;
77.02096, 11592, 9992, 11568, 9280, 11560, 10216;
77.02096, 11592, 9992, 11576, 11048, 11568, 10496;
77.02096, 11592, 11024, 11568, 9152, 11568, 10312;
77.02096, 11592, 10272, 11568, 9152, 11552, 10312;
77.02096, 11592, 10272, 11568, 10320, 11560, 10184;
77.02096, 11584, 11032, 11568, 9304, 11560, 9560;
77.02096, 11592, 10688, 11568, 10080, 11560, 9560;
77.02096, 11592, 10688, 11560, 10080, 11560, 9920;
77.02096, 11584, 10064, 11576, 10048, 11560, 10248;
77.02096, 11600, 11496, 11576, 9824, 11560, 10248;
77.02096, 11600, 9792, 11560, 9824, 11560, 10512;
77.02096, 11584, 9792, 11576, 10560, 11560, 9912;
77.02096, 11600, 11664, 11568, 9208, 11560, 9912;
77.02096, 11600, 9584, 11568, 9208, 11560, 10064;
77.02096, 11584, 9584, 11568, 10520, 11568, 9888;
77.02096, 11600, 11704, 11576, 8808, 11568, 9888;
77.02096, 11584, 9712, 11576, 8808, 11552, 10072;
77.02096, 11584, 9712, 11560, 10768, 11568, 10416;
77.02096, 11600, 11808, 11576, 9888, 11568, 10416;
77.02096, 11584, 9504, 11576, 9888, 11560, 9800;
77.02096, 11584, 9504, 11560, 10296, 11560, 10360;
77.02096, 11592, 11752, 11576, 10328, 11552, 10392;
77.02096, 11592, 9888, 11576, 10328, 11552, 10392;
77.02096, 11592, 9888, 11568, 9736, 11560, 10064;
77.02096, 11592, 10632, 11576, 11248, 11560, 9928;
77.02096, 11592, 10432, 11568, 8936, 11560, 9928;
77.02096, 11592, 10432, 11568, 8936, 11560, 10160;
77.02096, 11592, 10896, 11560, 9560, 11560, 10152;
77.02096, 11592, 10792, 11576, 9464, 11560, 10152;
77.02096, 11584, 10128, 11576, 9464, 11560, 10520;
77.02096, 11584, 10128, 11560, 9952, 11560, 10376;
77.02096, 11592, 11344, 11576, 10424, 11560, 10048;
77.02096, 11584, 9968, 11576, 10424, 11560, 10048;
77.02096, 11584, 9968, 11568, 9432, 11560, 10240;
77.02096, 11600, 11568, 11568, 10800, 11560, 10048;
77.02096, 11584, 9648, 11568, 9336, 11560, 10048;
77.02096, 11584, 9648, 11568, 9336, 11568, 10352;
77.02096, 11600, 11968, 11568, 10752, 11560, 10264;
77.02096, 11584, 9432, 11568, 8888, 11560, 10264;
77.02096, 11584, 11416, 11568, 8888, 11560, 10416;
77.02096, 11600, 11416, 11560, 10432, 11560, 10072;
77.02096, 11584, 9648, 11576, 10368, 11560, 10128;
77.02096, 11592, 11344, 11576, 9648, 11560, 10128;
77.02096, 11592, 11344, 11568, 9648, 11568, 9976;
77.02096, 11592, 10392, 11576, 10976, 11568, 10136;
77.02096, 11592, 10736, 11576, 9728, 11560, 10136;
77.02096, 11592, 10416, 11560, 9728, 11568, 9992;
77.02096, 11592, 10416, 11576, 10920, 11560, 10088;
77.02096, 11584, 10248, 11568, 9232, 11560, 10088;
77.02096, 11584, 11328, 11568, 9232, 11560, 10400;
77.02096, 11592, 11328, 11568, 10344, 11560, 10064;
77.02096, 11584, 9872, 11576, 9416, 11560, 10064;
77.02096, 11600, 11776, 11576, 9416, 11560, 10512;
77.02096, 11600, 11776, 11560, 9952, 11560, 10200;
77.02096, 11584, 9696, 11576, 10248, 11560, 10032;
77.02096, 11600, 11624, 11576, 10248, 11560, 10032;
77.02096, 11600, 11624, 11568, 9384, 11560, 10056;
77.02096, 11584, 9480, 11568, 10744, 11560, 10256;
77.02096, 11592, 11568, 11568, 9440, 11560, 10256;
77.02096, 11592, 11568, 11568, 9440, 11560, 9992;
77.02096, 11584, 9480, 11560, 10640, 11560, 10512;
77.02096, 11592, 11656, 11576, 8992, 11560, 10512;
77.02096, 11584, 9512, 11576, 8992, 11560, 10160;
77.02096, 11584, 9512, 11568, 10480, 11568, 10104;
77.02096, 11592, 11552, 11576, 9976, 11568, 10168;
77.02096, 11592, 9664, 11576, 9976, 11552, 10168;
77.02096, 11592, 9664, 11568, 9560, 11568, 10104;
77.02096, 11592, 11360, 11576, 11136, 11568, 10112;
77.02096, 11592, 9776, 11576, 9288, 11560, 10112;
77.02096, 11592, 9776, 11568, 9288, 11560, 9992;
77.02096, 11592, 11352, 11568, 10904, 11560, 10544;
77.02096, 11584, 9824, 11568, 9552, 11560, 10544;
77.02096, 11584, 11488, 11576, 9552, 11560, 10192;
77.02096, 11592, 11488, 11560, 10152, 11560, 10248;
77.02096, 11584, 9768, 11576, 9464, 11560, 9784;
77.02096, 11584, 10928, 11576, 9464, 11560, 9784;
77.02096, 11592, 10928, 11560, 10248, 11568, 9936;
77.02096, 11592, 10368, 11576, 9072, 11568, 10352;
77.02096, 11592, 10528, 11576, 9072, 11560, 10352;
77.02096, 11592, 10528, 11568, 10256, 11560, 10552;
77.02096, 11592, 11008, 11560, 10784, 11560, 10056;
77.02096, 11584, 9856, 11560, 9192, 11560, 10056;
77.02096, 11584, 11728, 11568, 9192, 11560, 10296;
77.02096, 11600, 11728, 11560, 10304, 11560, 10160;
77.02096, 11584, 9688, 11576, 10152, 11560, 10160;
77.02096, 11584, 11488, 11576, 10152, 11560, 9544;
77.02096, 11600, 11488, 11568, 10000, 11560, 10408;
77.02096, 11584, 9504, 11576, 11208, 11560, 10408;
77.02096, 11592, 11640, 11576, 11208, 11560, 9944;
77.02096, 11592, 11640, 11568, 8968, 11560, 10360;
77.02096, 11584, 9512, 11568, 10288, 11560, 10584;
77.02096, 11592, 11544, 11568, 10288, 11560, 10584;
77.02096, 11592, 11544, 11576, 9720, 11560, 9936;
77.02096, 11592, 9840, 11568, 9576, 11560, 9992;
77.02096, 11584, 10800, 11568, 11096, 11568, 9992;
77.02096, 11584, 10800, 11568, 11096, 11560, 10096;
77.02096, 11592, 10752, 11568, 9256, 11560, 10360;
77.02096, 11592, 10416, 11568, 10800, 11560, 10360;
77.02096, 11592, 11008, 11568, 10800, 11560, 10648;
77.02096, 11592, 11008, 11576, 10136, 11560, 10232;
77.02096, 11584, 10120, 11568, 9744, 11560, 9664;
77.02096, 11600, 11376, 11568, 11008, 11560, 9664;
77.02096, 11600, 11376, 11576, 11008, 11560, 10136;
77.02096, 11584, 9760, 11568, 9176, 11568, 10152;
77.02096, 11600, 11488, 11568, 10384, 11568, 10152;
77.02096, 11600, 9496, 11568, 10384, 11560, 10536;
77.02096, 11584, 9496, 11576, 9616, 11560, 10680;
77.02096, 11600, 11648, 11560, 10264, 11560, 10680;
77.02096, 11600, 9576, 11560, 10264, 11560, 9960;
77.02096, 11584, 9576, 11576, 9704, 11560, 10184;
77.02096, 11600, 11896, 11560, 10136, 11560, 10184;
77.02096, 11584, 9632, 11560, 10136, 11560, 10304;
77.02096, 11584, 9632, 11568, 10648, 11560, 9968;
77.02096, 11592, 11040, 11576, 9128, 11560, 10400;
77.02096, 11592, 10232, 11576, 9128, 11560, 10400;
77.02096, 11592, 10232, 11560, 9784, 11568, 10216;
77.02096, 11584, 10344, 11576, 9408, 11560, 9768;
77.02096, 11592, 10776, 11568, 9872, 11560, 9768;
77.02096, 11592, 10776, 11568, 9872, 11568, 10304;
77.02096, 11584, 10160, 11568, 11112, 11560, 9888;
77.02096, 11600, 11024, 11568, 9384, 11560, 9888;
77.02096, 11584, 9760, 11568, 9384, 11560, 10256;
77.02096, 11584, 9760, 11568, 11312, 11560, 10672;
77.02096, 11600, 11736, 11568, 9304, 11560, 10672;
77.02096, 11584, 9680, 11568, 9304, 11560, 9960;
77.02096, 11584, 9680, 11568, 11136, 11568, 10056;
77.02096, 11592, 11920, 11568, 9096, 11568, 10240;
77.02096, 11584, 9520, 11568, 9096, 11560, 10240;
77.02096, 11584, 9520, 11560, 10280, 11568, 10440;
77.02096, 11592, 11624, 11576, 9576, 11568, 10432;
77.02096, 11584, 9528, 11576, 9560, 11552, 10432;
77.02096, 11584, 9528, 11560, 9560, 11568, 10112;
77.02096, 11592, 11872, 11568, 10312, 11560, 9824;
77.02096, 11592, 9760, 11568, 9200, 11560, 9824;
77.02096, 11592, 9760, 11568, 9200, 11560, 10080;
77.02096, 11592, 10872, 11552, 10056, 11568, 10112;
77.02096, 11592, 10840, 11576, 10208, 11568, 9976;
77.02096, 11592, 10136, 11576, 10208, 11560, 9976;
77.02096, 11584, 10136, 11560, 9696, 11568, 10000;
77.02096, 11592, 11128, 11576, 10056, 11568, 10392;
77.02096, 11584, 10224, 11576, 9736, 11560, 10392;
77.02096, 11584, 10224, 11568, 9736, 11560, 10192;
77.02096, 11600, 11552, 11576, 10608, 11560, 10088;
77.02096, 11584, 9608, 11576, 8984, 11560, 10088;
77.02096, 11584, 11704, 11568, 8984, 11568, 10016;
77.02096, 11600, 11704, 11568, 11080, 11560, 9816;
77.02096, 11584, 9552, 11568, 9448, 11560, 9816;
77.02096, 11584, 11608, 11568, 9448, 11560, 10576;
77.02096, 11600, 11608, 11560, 10400, 11560, 10152;
77.02096, 11584, 9512, 11576, 9552, 11560, 10152;
77.02096, 11592, 11672, 11576, 9552, 11560, 10200;
77.02096, 11592, 11672, 11560, 10136, 11560, 10088;
77.02096, 11584, 9456, 11576, 10240, 11560, 9904;
77.02096, 11592, 11232, 11576, 10240, 11560, 9904;
77.02096, 11592, 11232, 11560, 9504, 11560, 10424;
77.02096, 11592, 10368, 11576, 9944, 11560, 10600;
77.02096, 11592, 10960, 11560, 9120, 11560, 10600;
77.02096, 11592, 10960, 11560, 9120, 11560, 10152;
77.02096, 11592, 10432, 11568, 10856, 11560, 9928;
77.02096, 11584, 10200, 11568, 9024, 11560, 9928;
77.02096, 11600, 11152, 11568, 9024, 11560, 9888;
77.02096, 11600, 11152, 11560, 10592, 11560, 9768;
77.02096, 11584, 10104, 11576, 10368, 11560, 10696;
77.02096, 11600, 11552, 11576, 10368, 11560, 10696;
77.02096, 11600, 11552, 11576, 9480, 11560, 10232;
77.02096, 11584, 9616, 11568, 10840, 11560, 10232;
77.02096, 11592, 11632, 11568, 8880, 11560, 10232;
77.02096, 11592, 11632, 11576, 8880, 11560, 10024;
77.02096, 11584, 9408, 11568, 10448, 11560, 10112;
77.02096, 11592, 11280, 11568, 9664, 11560, 10112;
77.02096, 11592, 9568, 11568, 9664, 11560, 9984;
77.02096, 11592, 9568, 11568, 10016, 11568, 10384;
77.02096, 11592, 11560, 11576, 10736, 11568, 10016;
77.02096, 11592, 9488, 11576, 10736, 11560, 10016;
77.02096, 11592, 9488, 11560, 9808, 11568, 10272;
77.02096, 11592, 11296, 11576, 10992, 11568, 10624;
77.02096, 11592, 10256, 11576, 9272, 11560, 10624;
77.02096, 11592, 10256, 11568, 9272, 11560, 10152;
77.02096, 11584, 10680, 11560, 10024, 11560, 10288;
77.02096, 11592, 11016, 11576, 10128, 11560, 10288;
77.02096, 11592, 9920, 11576, 10128, 11560, 9648;
77.02096, 11584, 9920, 11560, 9784, 11560, 10056;
77.02096, 11592, 11096, 11576, 10448, 11560, 10056;
77.02096, 11584, 10080, 11576, 10448, 11560, 10168;
77.02096, 11584, 10080, 11568, 9248, 11560, 10456;
77.02096, 11592, 11568, 11568, 10536, 11560, 9904;
77.02096, 11584, 9512, 11568, 10536, 11560, 9904;
77.02096, 11584, 9512, 11568, 9416, 11560, 10416;
77.02096, 11600, 12000, 11560, 10576, 11560, 10288;
77.02096, 11584, 9576, 11576, 9136, 11560, 10288;
77.02096, 11584, 9576, 11576, 9136, 11560, 10048;
77.02096, 11600, 11616, 11568, 9968, 11560, 10136;
77.02096, 11584, 9560, 11576, 10072, 11560, 10136;
77.02096, 11592, 11056, 11576, 10072, 11560, 9720;
77.02096, 11592, 11056, 11560, 9352, 11560, 10408;
77.02096, 11592, 10232, 11576, 11128, 11560, 10456;
77.02096, 11584, 10752, 11576, 11128, 11560, 10456;
77.02096, 11584, 10752, 11568, 9160, 11560, 9720;
77.02096, 11592, 10048, 11568, 10936, 11560, 9864;
77.02096, 11584, 10464, 11568, 9368, 11560, 9864;
77.02096, 11584, 10464, 11568, 9368, 11560, 10224;
77.02096, 11600, 10984, 11560, 9872, 11560, 9976;
77.02096, 11584, 9856, 11560, 11224, 11560, 9976;
77.02096, 11584, 11496, 11576, 11224, 11560, 10584;
77.02096, 11600, 11496, 11568, 9048, 11560, 10088;
77.02096, 11584, 9824, 11568, 10296, 11560, 10088;
77.02096, 11584, 11496, 11568, 10296, 11560, 10144;
77.02096, 11592, 11496, 11568, 9184, 11552, 10208;
77.02096, 11584, 9568, 11560, 10544, 11552, 10208;
77.02096, 11592, 11728, 11560, 10544, 11568, 9888;
77.02096, 11592, 11728, 11576, 9360, 11560, 9944;
77.02096, 11584, 9520, 11560, 10216, 11568, 10224;
77.02096, 11592, 11712, 11560, 10600, 11568, 10224;
77.02096, 11592, 11712, 11576, 10600, 11560, 10632;
77.02096, 11592, 9528, 11568, 9344, 11560, 9832;
77.02096, 11592, 11408, 11568, 10736, 11560, 9832;
77.02096, 11592, 10096, 11568, 10736, 11560, 10104;
77.02096, 11592, 10096, 11576, 8904, 11560, 10464;
77.02096, 11584, 10872, 11568, 10104, 11560, 10464;
77.02096, 11592, 10520, 11568, 10104, 11560, 9976;
77.02096, 11592, 10520, 11576, 11232, 11560, 10368;
77.02096, 11584, 10216, 11568, 9352, 11560, 10304;
77.02096, 11592, 11064, 11568, 10992, 11560, 10304;
77.02096, 11592, 11064, 11568, 10992, 11560, 9880;
77.02096, 11584, 9888, 11568, 9496, 11560, 10576;
77.02096, 11600, 11248, 11568, 10528, 11560, 10576;
77.02096, 11600, 9696, 11568, 10528, 11560, 10080;
77.02096, 11584, 9696, 11576, 10136, 11560, 9776;
77.02096, 11600, 11488, 11568, 9288, 11560, 10184;
77.02096, 11600, 9632, 11568, 9288, 11560, 10184;
77.02096, 11584, 9632, 11576, 10688, 11568, 9840;
77.02096, 11592, 11544, 11568, 9016, 11568, 10512;
77.02096, 11592, 9640, 11568, 10536, 11560, 10512;
77.02096, 11592, 9640, 11568, 10536, 11560, 10584;
77.02096, 11592, 11296, 11568, 9136, 11560, 9896;
77.02096, 11592, 10200, 11568, 10064, 11560, 9896;
77.02096, 11592, 10728, 11568, 10064, 11568, 10056;
77.02096, 11584, 10728, 11568, 9472, 11560, 10288;
77.02096, 11592, 10352, 11560, 9912, 11560, 10288;
77.02096, 11592, 10328, 11560, 9912, 11568, 10376;
77.02096, 11584, 10328, 11576, 9728, 11552, 10656;
77.02096, 11592, 10344, 11568, 9368, 11552, 10656;
77.02096, 11584, 10328, 11568, 9368, 11560, 10176;
77.02096, 11584, 10328, 11576, 10936, 11560, 9696;
77.02096, 11592, 10952, 11568, 9160, 11560, 9904;
77.02096, 11584, 9952, 11568, 9160, 11560, 9904;
77.02096, 11584, 9952, 11568, 11120, 11568, 10224;
77.02096, 11600, 10952, 11568, 9136, 11560, 10264;
77.02096, 11584, 9728, 11568, 10936, 11560, 10264;
77.02096, 11584, 9728, 11568, 10936, 11560, 10544;
77.02096, 11592, 11336, 11576, 9632, 11560, 10008;
77.02096, 11592, 9552, 11568, 9976, 11560, 10008;
77.02096, 11592, 11280, 11568, 9976, 11568, 9808;
77.02096, 11592, 11280, 11576, 9616, 11560, 10264;
77.02096, 11592, 9768, 11560, 9920, 11560, 10264;
77.02096, 11592, 11048, 11560, 9920, 11568, 10456;
77.02096, 11592, 11048, 11576, 9872, 11552, 10232;
77.02096, 11592, 10184, 11568, 9664, 11552, 10128;
77.02096, 11584, 10704, 11568, 9664, 11560, 10128;
77.02096, 11584, 10704, 11568, 11248, 11560, 9464;
77.02096, 11592, 10408, 11576, 9376, 11560, 9888;
77.02096, 11584, 10520, 11576, 10496, 11560, 9888;
77.02096, 11584, 10520, 11560, 10496, 11568, 10216;
77.02096, 11592, 10744, 11576, 9560, 11560, 10280;
77.02096, 11584, 10096, 11568, 10088, 11560, 9936;
77.02096, 11584, 11264, 11568, 10088, 11560, 9936;
77.02096, 11600, 11264, 11568, 10704, 11560, 10504;
77.02096, 11584, 9880, 11568, 9080, 11560, 10128;
77.02096, 11600, 11296, 11568, 10920, 11560, 10128;
77.02096, 11600, 11296, 11568, 10920, 11560, 10152;
77.02096, 11584, 9680, 11576, 9184, 11560, 10048;
77.02096, 11592, 11344, 11576, 10544, 11560, 10048;
77.02096, 11592, 9752, 11560, 10544, 11560, 9904;
77.02096, 11584, 9752, 11576, 10304, 11560, 10704;
77.02096, 11592, 11096, 11560, 9816, 11560, 10704;
77.02096, 11592, 10232, 11560, 9816, 11560, 10384;
77.02096, 11592, 10232, 11576, 10800, 11560, 10072;
77.02096, 11592, 11040, 11560, 9592, 11560, 10072;
77.02096, 11584, 10144, 11560, 9592, 11568, 9936;
77.02096, 11584, 10144, 11576, 10096, 11560, 9720;
77.02096, 11592, 10984, 11568, 9128, 11560, 10392;
77.02096, 11592, 10256, 11568, 9128, 11560, 10392;
77.02096, 11592, 10256, 11568, 10872, 11560, 10392;
77.02096, 11584, 10632, 11568, 9136, 11560, 10152;
77.02096, 11592, 11144, 11560, 10880, 11560, 10152;
77.02096, 11584, 9928, 11560, 10880, 11560, 10456;
77.02096, 11584, 9928, 11576, 9408, 11560, 10056;
77.02096, 11600, 11048, 11568, 10664, 11560, 9800;
77.02096, 11584, 9632, 11568, 10664, 11560, 9800;
77.02096, 11584, 9632, 11576, 10040, 11560, 10296;
77.02096, 11592, 10992, 11568, 9640, 11560, 10200;
77.02096, 11584, 9712, 11568, 9640, 11560, 10200;
77.02096, 11584, 9712, 11576, 10320, 11560, 10368;
77.02096, 11592, 10944, 11560, 9712, 11560, 10120;
77.02096, 11592, 10464, 11560, 10664, 11560, 10120;
77.02096, 11592, 10632, 11576, 10664, 11560, 9928;
77.02096, 11584, 10632, 11568, 9152, 11560, 10328;
77.02096, 11592, 10352, 11568, 10256, 11560, 10328;
77.02096, 11592, 10368, 11568, 10256, 11568, 10232;
77.02096, 11584, 10368, 11568, 9384, 11560, 10352;
77.02096, 11592, 10760, 11568, 10632, 11560, 10352;
77.02096, 11584, 9984, 11568, 10632, 11560, 10160;
77.02096, 11584, 9984, 11576, 9048, 11560, 10328;
77.02096, 11600, 10904, 11568, 10176, 11560, 10176;
77.02096, 11584, 9944, 11568, 9928, 11560, 10176;
77.02096, 11584, 11248, 11576, 9928, 11560, 10112;
77.02096, 11600, 11248, 11568, 9104, 11560, 9824;
77.02096, 11584, 9744, 11568, 11200, 11560, 9824;
77.02096, 11584, 11328, 11568, 11200, 11560, 9936;
77.02096, 11600, 11328, 11568, 9240, 11560, 10560;
77.02096, 11584, 9480, 11568, 10432, 11560, 10560;
77.02096, 11592, 11208, 11568, 10432, 11560, 10536;
77.02096, 11592, 11208, 11568, 9800, 11560, 10104;
77.02096, 11584, 9592, 11560, 9896, 11560, 9800;
77.02096, 11592, 11296, 11560, 9896, 11568, 9800;
77.02096, 11592, 11296, 11576, 10496, 11560, 9800;
77.02096, 11592, 10184, 11568, 9792, 11560, 10312;
77.02096, 11592, 10784, 11568, 10176, 11560, 10312;
77.02096, 11592, 10784, 11568, 10176, 11560, 10544;
77.02096, 11592, 10232, 11568, 9176, 11560, 10144;
77.02096, 11584, 10056, 11568, 10728, 11560, 10144;
77.02096, 11584, 10992, 11560, 10728, 11568, 9928;
77.02096, 11592, 10992, 11576, 9080, 11560, 9920;
77.02096, 11584, 9824, 11560, 10488, 11560, 10352;
77.02096, 11584, 11552, 11560, 10488, 11560, 10352;
77.02096, 11592, 11552, 11576, 9896, 11560, 10400;
77.02096, 11584, 9792, 11568, 10600, 11560, 10096;
77.02096, 11592, 11368, 11568, 9968, 11560, 10096;
77.02096, 11592, 9504, 11576, 9968, 11560, 10240;
77.02096, 11584, 9504, 11568, 9088, 11560, 10336;
77.02096, 11592, 11312, 11568, 10696, 11560, 10336;
77.02096, 11592, 9368, 11576, 10696, 11552, 10048;
77.02096, 11584, 9368, 11568, 9064, 11560, 10024;
77.02096, 11592, 11216, 11560, 10264, 11560, 10024;
77.02096, 11584, 9728, 11560, 10264, 11568, 9976;
77.02096, 11584, 9728, 11576, 9328, 11560, 10272;
77.02096, 11592, 10800, 11560, 9808, 11560, 10272;
77.02096, 11592, 10384, 11560, 9808, 11560, 10808;
77.02096, 11592, 10384, 11576, 10696, 11560, 10128;
77.02096, 11592, 10496, 11568, 9536, 11560, 9936;
77.02096, 11592, 10544, 11568, 9536, 11560, 9936;
77.02096, 11592, 10544, 11568, 10168, 11560, 10256;
77.02096, 11584, 10352, 11568, 8888, 11560, 9848;
77.02096, 11592, 10696, 11560, 10344, 11560, 9848;
77.02096, 11592, 10696, 11560, 10344, 11560, 10496;
77.02096, 11584, 9800, 11576, 8936, 11560, 10248;
77.02096, 11592, 11272, 11560, 9960, 11560, 10248;
77.02096, 11584, 9752, 11560, 9960, 11560, 10264;
77.02096, 11584, 9752, 11576, 10256, 11560, 10296;
77.02096, 11600, 11640, 11568, 10016, 11560, 10208;
77.02096, 11584, 9424, 11568, 11056, 11560, 10208;
77.02096, 11584, 9424, 11576, 11056, 11560, 9840;
77.02096, 11592, 11440, 11568, 9496, 11560, 10264;
77.02096, 11584, 9592, 11568, 11184, 11560, 10264;
77.02096, 11584, 9592, 11576, 11184, 11560, 10464;
77.02096, 11592, 11232, 11568, 8984, 11552, 10408;
77.02096, 11592, 9848, 11560, 9856, 11552, 10320;
77.02096, 11592, 10952, 11560, 9856, 11560, 10320;
77.02096, 11584, 10952, 11568, 9184, 11560, 9536;
77.02096, 11592, 10040, 11560, 10048, 11560, 10152;
77.02096, 11592, 10360, 11560, 10048, 11568, 10152;
77.02096, 11584, 10360, 11568, 10688, 11560, 10240;
77.02096, 11592, 10440, 11568, 9584, 11560, 10592;
77.02096, 11584, 10136, 11568, 10752, 11560, 10592;
77.02096, 11584, 11312, 11568, 10752, 11560, 10248;
77.02096, 11592, 11312, 11568, 9272, 11560, 9968;
77.02096, 11584, 9744, 11560, 10584, 11560, 9968;
77.02096, 11584, 11528, 11560, 10584, 11568, 10368;
77.02096, 11592, 11528, 11576, 8944, 11560, 10008;
77.02096, 11584, 9504, 11568, 9656, 11560, 10008;
77.02096, 11592, 11568, 11568, 9656, 11568, 10368;
77.02096, 11592, 11568, 11568, 11192, 11560, 10056;
77.02096, 11584, 9352, 11568, 9488, 11568, 10312;
77.02096, 11592, 11696, 11568, 9488, 11568, 10312;
77.02096, 11592, 11696, 11560, 11072, 11560, 10512;
77.02096, 11592, 9328, 11576, 9240, 11560, 10064;
77.02096, 11592, 11384, 11568, 11048, 11560, 10064;
77.02096, 11592, 11384, 11568, 11048, 11560, 9784;
77.02096, 11592, 10464, 11576, 9344, 11560, 10080;
77.02096, 11584, 10160, 11560, 10120, 11560, 10280;
77.02096, 11592, 10640, 11560, 10120, 11560, 10280;
77.02096, 11592, 10640, 11576, 10184, 11560, 10704;
77.02096, 11584, 10432, 11560, 9872, 11560, 10288;
77.02096, 11592, 10960, 11560, 10528, 11560, 10288;
77.02096, 11592, 10960, 11568, 10528, 11560, 9680;
77.02096, 11584, 9760, 11568, 9240, 11560, 10312;
77.02096, 11592, 11424, 11568, 9464, 11560, 10312;
77.02096, 11592, 9880, 11560, 9464, 11560, 10096;
77.02096, 11584, 9880, 11576, 10424, 11560, 10600;
77.02096, 11600, 11736, 11560, 9832, 11560, 10600;
77.02096, 11600, 9592, 11560, 9832, 11560, 10352;
77.02096, 11584, 9592, 11568, 10216, 11560, 9808;
77.02096, 11592, 11584, 11568, 8904, 11560, 10080;
77.02096, 11592, 9464, 11568, 8904, 11560, 10080;
77.02096, 11592, 9464, 11560, 10040, 11568, 10248;
77.02096, 11592, 11120, 11576, 9928, 11560, 10104;
77.02096, 11592, 10032, 11576, 9320, 11560, 10104;
77.02096, 11592, 11224, 11568, 9320, 11560, 10168;
77.02096, 11584, 11224, 11560, 10896, 11560, 10112;
77.02096, 11592, 9984, 11576, 9160, 11560, 10112;
77.02096, 11592, 10648, 11576, 9160, 11560, 10264;
77.02096, 11584, 10648, 11560, 10632, 11560, 10232;
77.02096, 11592, 10616, 11576, 9928, 11560, 10232;
77.02096, 11584, 9936, 11576, 9928, 11560, 9912;
77.02096, 11584, 9936, 11568, 10192, 11560, 9840;
77.02096, 11592, 11048, 11568, 10760, 11560, 10288;
77.02096, 11584, 9776, 11568, 10760, 11560, 10288;
77.02096, 11584, 9776, 11568, 8920, 11560, 10488;
77.02096, 11600, 11304, 11560, 10504, 11560, 9944;
77.02096, 11584, 9464, 11560, 10328, 11560, 9944;
77.02096, 11584, 9464, 11576, 10328, 11560, 10176;
77.02096, 11592, 11424, 11568, 9848, 11568, 9960;
77.02096, 11584, 9496, 11568, 11208, 11568, 9960;
77.02096, 11584, 9496, 11576, 11208, 11560, 9976;
77.02096, 11592, 11560, 11568, 9512, 11560, 10616;
77.02096, 11592, 9776, 11568, 11168, 11560, 10616;
77.02096, 11592, 11080, 11568, 11168, 11560, 10232;
77.02096, 11592, 11080, 11576, 9304, 11552, 10080;
77.02096, 11592, 9928, 11568, 9712, 11552, 10400;
77.02096, 11584, 10624, 11568, 9712, 11560, 10400;
77.02096, 11584, 10624, 11576, 9952, 11560, 9872;
77.02096, 11592, 10592, 11560, 9792, 11560, 9992;
77.02096, 11584, 10208, 11560, 10400, 11560, 9992;
77.02096, 11584, 10208, 11568, 10400, 11560, 10592;
77.02096, 11592, 11344, 11568, 9232, 11560, 9984;
77.02096, 11584, 9864, 11568, 10280, 11560, 9984;
77.02096, 11584, 11232, 11560, 10280, 11560, 10544;
77.02096, 11592, 11232, 11576, 9456, 11552, 10352;
77.02096, 11584, 9808, 11560, 10040, 11552, 10352;
77.02096, 11584, 11712, 11560, 10040, 11568, 10136;
77.02096, 11592, 11712, 11576, 10232, 11560, 10056;
77.02096, 11584, 9592, 11568, 8880, 11560, 10264;
77.02096, 11600, 11720, 11568, 8880, 11560, 10264;
77.02096, 11600, 11720, 11560, 10312, 11560, 10448;
77.02096, 11584, 9640, 11568, 8848, 11560, 10384;
77.02096, 11600, 11448, 11560, 10432, 11560, 10384;
77.02096, 11600, 11448, 11560, 10432, 11568, 9864;
77.02096, 11584, 9536, 11576, 9752, 11560, 10200;
77.02096, 11600, 11504, 11568, 10192, 11560, 10200;
77.02096, 11584, 9784, 11568, 10192, 11560, 10224;
77.02096, 11584, 9784, 11576, 10488, 11560, 10064;
77.02096, 11592, 11256, 11568, 9400, 11560, 10200;
77.02096, 11584, 9568, 11568, 9400, 11560, 10200;
77.02096, 11584, 9568, 11576, 10912, 11560, 10352;
77.02096, 11600, 11408, 11568, 8936, 11560, 10440;
77.02096, 11584, 9536, 11568, 10152, 11560, 10440;
77.02096, 11584, 9536, 11568, 10152, 11560, 10344;
77.02096, 11592, 11392, 11568, 9056, 11560, 9696;
77.02096, 11584, 9784, 11568, 10416, 11560, 9696;
77.02096, 11584, 11344, 11560, 10416, 11568, 9976;
77.02096, 11592, 11344, 11576, 9320, 11560, 10104;
77.02096, 11584, 9952, 11560, 10216, 11560, 10776;
77.02096, 11584, 11512, 11560, 10216, 11568, 10776;
77.02096, 11592, 11512, 11576, 10088, 11560, 10024;
77.02096, 11584, 9344, 11568, 10232, 11560, 9904;
77.02096, 11592, 11464, 11568, 10360, 11560, 9904;
77.02096, 11592, 11464, 11576, 10360, 11560, 10056;
77.02096, 11584, 9688, 11568, 9040, 11560, 9976;
77.02096, 11592, 11488, 11568, 10952, 11560, 9976;
77.02096, 11592, 9560, 11576, 10952, 11560, 10552;
77.02096, 11584, 9560, 11568, 9232, 11560, 10384;
77.02096, 11592, 11536, 11568, 10680, 11560, 10384;
77.02096, 11592, 9464, 11568, 10680, 11560, 9880;
77.02096, 11584, 9464, 11568, 9400, 11560, 10344;
77.02096, 11592, 11688, 11560, 10168, 11560, 10344;
77.02096, 11584, 9368, 11560, 10168, 11560, 10024;
77.02096, 11584, 9368, 11576, 9688, 11560, 9824;
77.02096, 11592, 11104, 11560, 9712, 11560, 10352;
77.02096, 11592, 10056, 11560, 9712, 11560, 10352;
77.02096, 11592, 10056, 11576, 10032, 11560, 9536;
77.02096, 11592, 9864, 11568, 9832, 11560, 10440;
77.02096, 11592, 10832, 11568, 11048, 11560, 10440;
77.02096, 11592, 10832, 11568, 11048, 11560, 10648;
77.02096, 11584, 10120, 11568, 9296, 11560, 9712;
77.02096, 11592, 10856, 11568, 11016, 11560, 9712;
77.02096, 11584, 9816, 11568, 11016, 11568, 10000;
77.02096, 11584, 9816, 11568, 10512, 11560, 10256;
77.02096, 11600, 11480, 11568, 9816, 11560, 10480;
77.02096, 11584, 9672, 11568, 9816, 11560, 10480;
77.02096, 11584, 9672, 11568, 11152, 11560, 10536;
77.02096, 11600, 11512, 11568, 9016, 11560, 10080;
77.02096, 11584, 9360, 11568, 10768, 11560, 10080;
77.02096, 11584, 9360, 11568, 10768, 11560, 10224;
77.02096, 11592, 11608, 11568, 9000, 11552, 10176;
78.92572, 11592, 11128, 11568, 10088, 11552, 9952;
78.92572, 11592, 9368, 11568, 9984, 11552, 9952;
78.92572, 11592, 9576, 11568, 9984, 11560, 10424;
78.92572, 11592, 9576, 11560, 9952, 11560, 10576;
78.92572, 11584, 9952, 11560, 10200, 11560, 10576;
78.92572, 11584, 10664, 11568, 10200, 11560, 10144;
78.92572, 11576, 10664, 11568, 10496, 11560, 10304;
78.92572, 11584, 12176, 11560, 9968, 11560, 10048;
78.92572, 11592, 11336, 11560, 9768, 11552, 10048;
78.92572, 11592, 11336, 11560, 9768, 11552, 9856;
78.92572, 11600, 9992, 11560, 10064, 11552, 10112;
78.92572, 11592, 9424, 11560, 10536, 11552, 10112;
78.92572, 11592, 10352, 11560, 10536, 11552, 10160;
78.92572, 11584, 10352, 11568, 10256, 11552, 10112;
78.92572, 11576, 11088, 11568, 9904, 11552, 10112;
78.92572, 11576, 12256, 11568, 9904, 11552, 10240;
78.92572, 11584, 12256, 11568, 10096, 11552, 10520;
78.92572, 11592, 11680, 11560, 9968, 11552, 10280;
78.92572, 11592, 9408, 11560, 9968, 11552, 10280;
78.92572, 11592, 9408, 11560, 10472, 11560, 10632;
78.92572, 11592, 9544, 11560, 9808, 11560, 10480;
78.92572, 11584, 10392, 11560, 9808, 11560, 10480;
78.92572, 11584, 10392, 11568, 10216, 11560, 10424;
78.92572, 11576, 10928, 11560, 10232, 11552, 10392;
78.92572, 11584, 12408, 11560, 10464, 11552, 10392;
78.92572, 11592, 10952, 11560, 10464, 11560, 10208;
78.92572, 11592, 10952, 11568, 10112, 11552, 9992;
78.92572, 11592, 9288, 11568, 10464, 11552, 9984;
78.92572, 11584, 9560, 11568, 10464, 11552, 9984;
78.92572, 11584, 9560, 11560, 10152, 11560, 9928;
78.92572, 11576, 10488, 11568, 10040, 11560, 10368;
78.92572, 11576, 11544, 11568, 10312, 11552, 10368;
78.92572, 11576, 11544, 11568, 10312, 11552, 10688;
78.92572, 11592, 11888, 11568, 10272, 11552, 10648;
78.92572, 11592, 9896, 11560, 9952, 11552, 10632;
78.92572, 11592, 9216, 11560, 9952, 11560, 10632;
78.92572, 11584, 9216, 11560, 9976, 11560, 10632;
78.92572, 11584, 10080, 11560, 10376, 11560, 10304;
78.92572, 11584, 10704, 11560, 10376, 11560, 10304;
78.92572, 11576, 10704, 11568, 10320, 11552, 9960;
78.92572, 11584, 11984, 11568, 10336, 11552, 10120;
78.92572, 11592, 11472, 11568, 9928, 11552, 10120;
78.92572, 11592, 9880, 11560, 9928, 11552, 9816;
78.92572, 11592, 9880, 11560, 9856, 11552, 10096;
78.92572, 11592, 9328, 11560, 10272, 11552, 10096;
78.92572, 11592, 9936, 11560, 10272, 11552, 10248;
78.92572, 11584, 9936, 11568, 10384, 11552, 10648;
78.92572, 11576, 10776, 11568, 10048, 11552, 10648;
78.92572, 11576, 12088, 11568, 10048, 11560, 10792;
78.92572, 11576, 12088, 11568, 10016, 11560, 10840;
78.92572, 11592, 11928, 11560, 10560, 11560, 10736;
78.92572, 11592, 10992, 11560, 10560, 11560, 10736;
78.92572, 11592, 10992, 11560, 10296, 11560, 10216;
78.92572, 11592, 9560, 11560, 10184, 11552, 10144;
78.92572, 11592, 9184, 11560, 10216, 11552, 10144;
78.92572, 11576, 10512, 11560, 10216, 11560, 10384;
78.92572, 11576, 10512, 11568, 10120, 11560, 10056;
78.92572, 11576, 10848, 11568, 10088, 11560, 10224;
78.92572, 11584, 11480, 11568, 10088, 11552, 10224;
78.92572, 11584, 11480, 11568, 10016, 11552, 10200;
78.92572, 11584, 12072, 11568, 10440, 11552, 10240;
78.92572, 11592, 10784, 11568, 10232, 11552, 10240;
78.92572, 11592, 9384, 11568, 10232, 11552, 10400;
78.92572, 11592, 9384, 11560, 10144, 11552, 9824;
78.92572, 11592, 9536, 11560, 10040, 11552, 9824;
78.92572, 11592, 10216, 11560, 10040, 11552, 10184;
78.92572, 11584, 10216, 11568, 10448, 11552, 10864;
78.92572, 11576, 11000, 11568, 10128, 11552, 10864;
78.92572, 11576, 12328, 11568, 10128, 11560, 10880;
78.92572, 11576, 12328, 11568, 9904, 11560, 10808;
78.92572, 11592, 11272, 11560, 9712, 11552, 10520;
78.92572, 11592, 9560, 11568, 10200, 11552, 10520;
78.92572, 11592, 9560, 11568, 10200, 11560, 10400;
78.92572, 11592, 9424, 11560, 10400, 11560, 10048;
78.92572, 11584, 10200, 11560, 10192, 11560, 10048;
78.92572, 11576, 11120, 11560, 10192, 11552, 10408;
78.92572, 11576, 11120, 11560, 10104, 11552, 10160;
78.92572, 11592, 12432, 11560, 10240, 11552, 9528;
78.92572, 11592, 9976, 11560, 10240, 11552, 9528;
78.92572, 11592, 9976, 11560, 10496, 11552, 10192;
78.92572, 11592, 9368, 11560, 10200, 11552, 10464;
78.92572, 11576, 9696, 11560, 9768, 11560, 10464;
78.92572, 11576, 9696, 11568, 9768, 11552, 10376;
78.92572, 11576, 10704, 11568, 9752, 11552, 10824;
78.92572, 11576, 11888, 11568, 10400, 11552, 10824;
78.92572, 11576, 12280, 11568, 10400, 11552, 10992;
78.92572, 11592, 12280, 11568, 10208, 11552, 10544;
78.92572, 11592, 10736, 11560, 9904, 11552, 10880;
78.92572, 11592, 9184, 11560, 9960, 11560, 10880;
78.92572, 11592, 9184, 11560, 9960, 11560, 10768;
78.92572, 11584, 10168, 11560, 10128, 11560, 10280;
78.92572, 11576, 11144, 11560, 10080, 11560, 10280;
78.92572, 11576, 12200, 11568, 10080, 11552, 10432;
78.92572, 11584, 12200, 11568, 10352, 11552, 10216;
78.92572, 11592, 12008, 11568, 10312, 11552, 10216;
78.92572, 11592, 10560, 11568, 10312, 11552, 9976;
78.92572, 11592, 10560, 11560, 9624, 11552, 10072;
78.92572, 11592, 9304, 11568, 9616, 11552, 10072;
78.92572, 11584, 10136, 11568, 9616, 11560, 10208;
78.92572, 11584, 10136, 11568, 10096, 11552, 9968;
78.92572, 11576, 11216, 11568, 10320, 11552, 10208;
78.92572, 11584, 12192, 11568, 10320, 11552, 10208;
78.92572, 11584, 12192, 11568, 10120, 11552, 9784;
78.92572, 11592, 11128, 11560, 9760, 11552, 9800;
78.92572, 11592, 9800, 11560, 10208, 11552, 9800;
78.92572, 11592, 9800, 11560, 10208, 11552, 10952;
78.92572, 11592, 9592, 11560, 10400, 11560, 11032;
78.92572, 11584, 10032, 11568, 10456, 11560, 11032;
78.92572, 11576, 11328, 11568, 10456, 11560, 10800;
78.92572, 11576, 11328, 11568, 9784, 11552, 10808;
78.92572, 11584, 11856, 11568, 10128, 11552, 9600;
78.92572, 11592, 9888, 11568, 10096, 11552, 9600;
78.92572, 11592, 9888, 11560, 10096, 11552, 10056;
78.92572, 11592, 9504, 11560, 10392, 11552, 10336;
78.92572, 11584, 10224, 11560, 10152, 11552, 10336;
78.92572, 11584, 10528, 11568, 10152, 11552, 9896;
78.92572, 11576, 10528, 11568, 9520, 11552, 9944;
78.92572, 11576, 11904, 11560, 10352, 11552, 9944;
78.92572, 11576, 12168, 11560, 10352, 11552, 9696;
78.92572, 11592, 12168, 11560, 10152, 11552, 9976;
78.92572, 11592, 10000, 11568, 10184, 11552, 10056;
78.92572, 11592, 9408, 11568, 9864, 11552, 10056;
78.92572, 11592, 9408, 11560, 9864, 11552, 10248;
78.92572, 11584, 10008, 11568, 9936, 11552, 10288;
78.92572, 11576, 11056, 11568, 9856, 11552, 10288;
78.92572, 11576, 12232, 11568, 9856, 11552, 9968;
78.92572, 11584, 12232, 11568, 10064, 11552, 10536;
78.92572, 11592, 11072, 11568, 10192, 11552, 10536;
78.92572, 11592, 9192, 11568, 10192, 11560, 10704;
78.92572, 11592, 9192, 11560, 10048, 11560, 10240;
78.92572, 11584, 10128, 11560, 9872, 11560, 10240;
78.92572, 11576, 11000, 11560, 9872, 11560, 10408;
78.92572, 11576, 11000, 11560, 10344, 11560, 10048;
78.92572, 11576, 11904, 11568, 10592, 11560, 10216;
78.92572, 11592, 11552, 11568, 10304, 11552, 10216;
78.92572, 11592, 11552, 11560, 10304, 11552, 10184;
78.92572, 11592, 9880, 11560, 9256, 11560, 10048;
78.92572, 11584, 9216, 11560, 9904, 11560, 10048;
78.92572, 11584, 10480, 11560, 9904, 11552, 9888;
78.92572, 11584, 10480, 11568, 10400, 11560, 10128;
78.92572, 11576, 11216, 11568, 10424, 11560, 10000;
78.92572, 11576, 11768, 11568, 10424, 11552, 10000;
78.92572, 11584, 11768, 11560, 10000, 11552, 9944;
78.92572, 11592, 10192, 11560, 9856, 11552, 10432;
78.92572, 11592, 9848, 11560, 10112, 11552, 10432;
78.92572, 11592, 9848, 11560, 10112, 11560, 10392;
78.92572, 11584, 9760, 11568, 10432, 11560, 10656;
78.92572, 11576, 10976, 11568, 10264, 11560, 10656;
78.92572, 11576, 11664, 11568, 10264, 11560, 10728;
78.92572, 11584, 11664, 11568, 10480, 11552, 10272;
78.92572, 11592, 10504, 11560, 10120, 11552, 10272;
78.92572, 11592, 9216, 11560, 10120, 11552, 10144;
78.92572, 11592, 9216, 11560, 10040, 11560, 10472;
78.92572, 11584, 10008, 11560, 10072, 11560, 10168;
78.92572, 11576, 10912, 11568, 10056, 11560, 10168;
78.92572, 11576, 10912, 11568, 10056, 11552, 9840;
78.92572, 11584, 11608, 11560, 10104, 11552, 10408;
78.92572, 11592, 12264, 11560, 10096, 11552, 10408;
78.92572, 11592, 10376, 11560, 10096, 11552, 10208;
78.92572, 11592, 10376, 11560, 10280, 11552, 10344;
78.92572, 11592, 9288, 11568, 10464, 11552, 10808;
78.92572, 11584, 9776, 11568, 10184, 11560, 10808;
78.92572, 11584, 9776, 11568, 10184, 11560, 10648;
78.92572, 11576, 10640, 11568, 10040, 11560, 10624;
78.92572, 11576, 11736, 11568, 9928, 11560, 10624;
78.92572, 11576, 11576, 11568, 9928, 11552, 10568;
78.92572, 11592, 11576, 11568, 10216, 11560, 10336;
78.92572, 11592, 9920, 11560, 10224, 11560, 10136;
78.92572, 11592, 9096, 11560, 10224, 11560, 10136;
78.92572, 11592, 9096, 11560, 9864, 11560, 10016;
78.92572, 11584, 9800, 11560, 9744, 11560, 9664;
78.92572, 11576, 10760, 11560, 10248, 11560, 9664;
78.92572, 11576, 10760, 11560, 10248, 11552, 10152;
78.92572, 11584, 12200, 11568, 10328, 11552, 10320;
78.92572, 11592, 11152, 11568, 10048, 11552, 10320;
78.92572, 11592, 9952, 11568, 10048, 11552, 10264;
78.92572, 11592, 9952, 11568, 10352, 11560, 10248;
78.92572, 11584, 9512, 11560, 10088, 11560, 10248;
78.92572, 11584, 10856, 11560, 10088, 11560, 10616;
78.92572, 11576, 10856, 11568, 10352, 11560, 10104;
78.92572, 11576, 11648, 11568, 10144, 11560, 10080;
78.92572, 11592, 12072, 11568, 10144, 11552, 10080;
78.92572, 11592, 12072, 11568, 10576, 11560, 10504;
78.92572, 11592, 9848, 11560, 10088, 11560, 9936;
78.92572, 11584, 9568, 11560, 10224, 11560, 9936;
78.92572, 11584, 9568, 11560, 10224, 11560, 10232;
78.92572, 11584, 10280, 11560, 9800, 11560, 10584;
78.92572, 11576, 10872, 11568, 10680, 11560, 10584;
78.92572, 11576, 12072, 11568, 10680, 11552, 10336;
78.92572, 11576, 12072, 11568, 10528, 11552, 10688;
78.92572, 11592, 11448, 11568, 10056, 11552, 10792;
78.92572, 11592, 9568, 11568, 9816, 11560, 10792;
78.92572, 11592, 9568, 11560, 9816, 11560, 10352;
78.92572, 11584, 9512, 11560, 10160, 11560, 10720;
78.92572, 11584, 10264, 11560, 10320, 11560, 10720;
78.92572, 11584, 11064, 11560, 10320, 11560, 10528;
78.92572, 11576, 11064, 11568, 9784, 11560, 10376;
78.92572, 11584, 12408, 11560, 10056, 11560, 10376;
78.92572, 11584, 10752, 11560, 10056, 11552, 9960;
78.92572, 11592, 10752, 11560, 10280, 11560, 9872;
78.92572, 11592, 9360, 11560, 10504, 11560, 9872;
78.92572, 11584, 9456, 11560, 10504, 11552, 9736;
78.92572, 11584, 9456, 11568, 9992, 11552, 9992;
78.92572, 11584, 10104, 11568, 10080, 11552, 10184;
78.92572, 11576, 11104, 11568, 10080, 11552, 10184;
78.92572, 11576, 11104, 11568, 9848, 11552, 9952;
78.92572, 11584, 12288, 11568, 10360, 11552, 10456;
78.92572, 11592, 10672, 11568, 10072, 11552, 10456;
78.92572, 11592, 10672, 11568, 10072, 11560, 10192;
78.92572, 11592, 9288, 11560, 10392, 11560, 10440;
78.92572, 11584, 9776, 11560, 10008, 11560, 10312;
78.92572, 11576, 10776, 11560, 10008, 11560, 10312;
78.92572, 11576, 10776, 11560, 10104, 11560, 9928;
78.92572, 11576, 11440, 11568, 10488, 11560, 9960;
78.92572, 11584, 12336, 11568, 10464, 11552, 9960;
78.92572, 11584, 12336, 11568, 10464, 11552, 10008;
78.92572, 11584, 12112, 11568, 10488, 11552, 9856;
78.92572, 11592, 9744, 11568, 9848, 11552, 9856;
78.92572, 11592, 9432, 11560, 9848, 11552, 10272;
78.92572, 11592, 9432, 11560, 9744, 11560, 10728;
78.92572, 11584, 9744, 11568, 10424, 11560, 10616;
78.92572, 11584, 11336, 11568, 10424, 11560, 10616;
78.92572, 11576, 11336, 11568, 10312, 11560, 10304;
78.92572, 11584, 12216, 11560, 10136, 11560, 10640;
78.92572, 11592, 11048, 11560, 9632, 11560, 10640;
78.92572, 11592, 11048, 11560, 9632, 11560, 10184;
78.92572, 11592, 9280, 11560, 10296, 11560, 9944;
78.92572, 11584, 9712, 11560, 10408, 11560, 9944;
78.92572, 11584, 10544, 11560, 10408, 11552, 10040;
78.92572, 11576, 10544, 11568, 10296, 11552, 10008;
78.92572, 11576, 11520, 11568, 10048, 11552, 10008;
78.92572, 11584, 12112, 11568, 10048, 11552, 10048;
78.92572, 11584, 12112, 11568, 10088, 11552, 10400;
78.92572, 11592, 10680, 11560, 10128, 11552, 10536;
78.92572, 11592, 9672, 11560, 10128, 11552, 10536;
78.92572, 11592, 9672, 11560, 10184, 11560, 10720;
78.92572, 11584, 9280, 11560, 9920, 11560, 10896;
78.92572, 11576, 10360, 11560, 9816, 11560, 10896;
78.92572, 11576, 10360, 11560, 9816, 11560, 10744;
78.92572, 11576, 11128, 11560, 10440, 11560, 10232;
78.92572, 11584, 11768, 11560, 9960, 11560, 10232;
78.92572, 11592, 11456, 11560, 9960, 11552, 10008;
78.92572, 11592, 11456, 11568, 10528, 11552, 10040;
78.92572, 11592, 9936, 11568, 10544, 11552, 10064;
78.92572, 11592, 9272, 11568, 9864, 11552, 10064;
78.92572, 11592, 9272, 11568, 9864, 11560, 10480;
78.92572, 11584, 10080, 11560, 10024, 11560, 10408;
78.92572, 11576, 11096, 11560, 9960, 11560, 10408;
78.92572, 11576, 11712, 11568, 9960, 11552, 10400;
78.92572, 11584, 11712, 11568, 10440, 11552, 10632;
78.92572, 11592, 11552, 11560, 9856, 11552, 10632;
78.92572, 11592, 9704, 11560, 9856, 11560, 10336;
78.92572, 11592, 9704, 11560, 10016, 11560, 10408;
78.92572, 11584, 9520, 11560, 10432, 11560, 10408;
78.92572, 11576, 10720, 11560, 10432, 11560, 10600;
78.92572, 11576, 10720, 11560, 10416, 11560, 10160;
78.92572, 11576, 11216, 11568, 10336, 11560, 10000;
78.92572, 11584, 11624, 11568, 9904, 11560, 10000;
78.92572, 11584, 11624, 11568, 9904, 11552, 9984;
78.92572, 11592, 10952, 11560, 10120, 11552, 9912;
78.92572, 11592, 9504, 11560, 9944, 11552, 9912;
78.92572, 11592, 9528, 11560, 9944, 11552, 9992;
78.92572, 11592, 9528, 11560, 10120, 11552, 10528;
78.92572, 11576, 10888, 11568, 9896, 11552, 10528;
78.92572, 11576, 11496, 11568, 9896, 11552, 9968;
78.92572, 11576, 11496, 11568, 10120, 11552, 10712;
78.92572, 11592, 11696, 11560, 10456, 11552, 10992;
78.92572, 11592, 10688, 11560, 10456, 11560, 10992;
78.92572, 11592, 10688, 11560, 10576, 11560, 10704;
78.92572, 11592, 9480, 11560, 10312, 11560, 10392;
78.92572, 11584, 9784, 11560, 10080, 11560, 10392;
78.92572, 11584, 9784, 11560, 10080, 11560, 9920;
78.92572, 11576, 10968, 11560, 9960, 11560, 10104;
78.92572, 11576, 11128, 11560, 9792, 11560, 10104;
78.92572, 11576, 11936, 11568, 9792, 11552, 10160;
78.92572, 11592, 11936, 11568, 10040, 11552, 10328;
78.92572, 11592, 9944, 11560, 9856, 11552, 10248;
78.92572, 11592, 9592, 11560, 9856, 11552, 10248;
78.92572, 11592, 9592, 11560, 9904, 11560, 10120;
78.92572, 11584, 9792, 11560, 10072, 11560, 10640;
78.92572, 11576, 10992, 11560, 10440, 11560, 10640;
78.92572, 11576, 10992, 11560, 10440, 11560, 10632;
78.92572, 11576, 11968, 11568, 10448, 11552, 10576;
78.92572, 11592, 11104, 11568, 10440, 11552, 10576;
78.92572, 11592, 9456, 11568, 10440, 11560, 10792;
78.92572, 11592, 9456, 11560, 9808, 11560, 10600;
78.92572, 11584, 9768, 11560, 9904, 11560, 10600;
78.92572, 11576, 11120, 11560, 9904, 11560, 10456;
78.92572, 11576, 11120, 11560, 10512, 11560, 10472;
78.92572, 11592, 11632, 11568, 10232, 11552, 10040;
78.92572, 11592, 10560, 11568, 10232, 11552, 10040;
78.92572, 11592, 10560, 11560, 10128, 11552, 9752;
78.92572, 11592, 9352, 11560, 9768, 11552, 10088;
78.92572, 11584, 10016, 11560, 10424, 11552, 10088;
78.92572, 11584, 10016, 11560, 10424, 11552, 10104;
78.92572, 11576, 11176, 11568, 10456, 11552, 10376;
78.92572, 11584, 12184, 11568, 9592, 11552, 10808;
78.92572, 11592, 10496, 11568, 9592, 11552, 10808;
78.92572, 11592, 10496, 11568, 10536, 11560, 10832;
78.92572, 11592, 9664, 11568, 9904, 11560, 10376;
78.92572, 11584, 9440, 11568, 10048, 11560, 10376;
78.92572, 11584, 9440, 11560, 10048, 11560, 10168;
78.92572, 11584, 10648, 11568, 9832, 11560, 10256;
78.92572, 11576, 11480, 11568, 10376, 11560, 10256;
78.92572, 11576, 11904, 11568, 10376, 11552, 10088;
78.92572, 11584, 11904, 11568, 10240, 11552, 10512;
78.92572, 11592, 10744, 11568, 10312, 11552, 10336;
78.92572, 11592, 9528, 11568, 10056, 11560, 10336;
78.92572, 11592, 9528, 11560, 10056, 11560, 10184;
78.92572, 11584, 9736, 11568, 10608, 11560, 10488;
78.92572, 11576, 10960, 11568, 10376, 11560, 10488;
78.92572, 11576, 11888, 11568, 10376, 11560, 10008;
78.92572, 11576, 11888, 11568, 9832, 11560, 10040;
78.92572, 11584, 11760, 11568, 9512, 11560, 10040;
78.92572, 11584, 11056, 11568, 9512, 11552, 10112;
78.92572, 11592, 11056, 11568, 9992, 11552, 9944;
78.92572, 11592, 9536, 11560, 10288, 11552, 9944;
78.92572, 11584, 9656, 11560, 10288, 11552, 10112;
78.92572, 11584, 9656, 11560, 9776, 11552, 9432;
78.92572, 11576, 10504, 11560, 9928, 11552, 10096;
78.92572, 11576, 10928, 11560, 9928, 11552, 10096;
78.92572, 11576, 10928, 11568, 10688, 11552, 9856;
78.92572, 11584, 12032, 11568, 10408, 11544, 9920;
78.92572, 11592, 11064, 11568, 10448, 11544, 9920;
78.92572, 11592, 11064, 11568, 10448, 11552, 10536;
78.92572, 11592, 9536, 11560, 10000, 11560, 10112;
78.92572, 11584, 9800, 11560, 10064, 11560, 10112;
78.92572, 11576, 10792, 11560, 10064, 11560, 10616;
78.92572, 11576, 10792, 11560, 10144, 11560, 10776;
78.92572, 11576, 11144, 11568, 9832, 11560, 10376;
78.92572, 11584, 12352, 11568, 10376, 11560, 10376;
78.92572, 11584, 12352, 11568, 10376, 11552, 9992;
78.92572, 11592, 10752, 11560, 10216, 11560, 10296;
78.92572, 11592, 9456, 11560, 10224, 11560, 10296;
78.92572, 11592, 9752, 11560, 10224, 11552, 10040;
78.92572, 11584, 9752, 11560, 10320, 11552, 9792;
78.92572, 11576, 10816, 11568, 10672, 11552, 9792;
78.92572, 11576, 11368, 11568, 10672, 11552, 10304;
78.92572, 11576, 11368, 11568, 10112, 11552, 10344;
78.92572, 11584, 12416, 11568, 10016, 11552, 10344;
78.92572, 11592, 11608, 11568, 10016, 11552, 9976;
78.92572, 11592, 11608, 11560, 9480, 11552, 10160;
78.92572, 11592, 9296, 11560, 10128, 11552, 10248;
78.92572, 11592, 9568, 11560, 10224, 11552, 10248;
78.92572, 11592, 9568, 11560, 10224, 11552, 10088;
78.92572, 11584, 10120, 11560, 10040, 11560, 10544;
78.92572, 11576, 11432, 11560, 9768, 11560, 10544;
78.92572, 11592, 12272, 11560, 9768, 11560, 10336;
78.92572, 11592, 12272, 11568, 10552, 11552, 10352;
78.92572, 11592, 10928, 11560, 10584, 11552, 10656;
78.92572, 11592, 9152, 11560, 10584, 11560, 10656;
78.92572, 11592, 9152, 11560, 10216, 11560, 10488;
78.92572, 11584, 9608, 11560, 9448, 11560, 10360;
78.92572, 11576, 10344, 11560, 9624, 11560, 10360;
78.92572, 11576, 10344, 11568, 9624, 11560, 10664;
78.92572, 11576, 11800, 11568, 10176, 11560, 10504;
78.92572, 11584, 12232, 11560, 10264, 11560, 10208;
78.92572, 11584, 11000, 11560, 10264, 11552, 10208;
78.92572, 11592, 11000, 11560, 10400, 11552, 10088;
78.92572, 11592, 9736, 11560, 9784, 11552, 9856;
78.92572, 11584, 9376, 11560, 10152, 11560, 9856;
78.92572, 11584, 9376, 11560, 10152, 11560, 10128;
78.92572, 11576, 10560, 11560, 10304, 11552, 10368;
78.92572, 11576, 11528, 11560, 10504, 11552, 10368;
78.92572, 11576, 12000, 11568, 10504, 11552, 10360;
78.92572, 11592, 12000, 11568, 10408, 11552, 10240;
78.92572, 11592, 10000, 11560, 9704, 11552, 10240;
78.92572, 11584, 9616, 11560, 9704, 11560, 10560;
78.92572, 11584, 9616, 11560, 9832, 11560, 10424;
78.92572, 11584, 9920, 11568, 9824, 11560, 10424;
78.92572, 11576, 11488, 11568, 9824, 11560, 10360;
78.92572, 11576, 11488, 11568, 10208, 11552, 10336;
78.92572, 11584, 12072, 11560, 9752, 11552, 10208;
78.92572, 11592, 11056, 11560, 9752, 11552, 10208;
78.92572, 11592, 11056, 11560, 9928, 11552, 9656;
78.92572, 11592, 9656, 11560, 10448, 11552, 10176;
78.92572, 11584, 9568, 11560, 10288, 11552, 10176;
78.92572, 11584, 9568, 11560, 10288, 11560, 10024;
78.92572, 11576, 10416, 11568, 10568, 11552, 9664;
78.92572, 11576, 11472, 11568, 9592, 11552, 9664;
78.92572, 11584, 11992, 11568, 9592, 11552, 10088;
78.92572, 11584, 11992, 11568, 10080, 11552, 10184;
78.92572, 11592, 9640, 11560, 10112, 11552, 10152;
78.92572, 11592, 9464, 11560, 10112, 11552, 10152;
78.92572, 11592, 9464, 11560, 10072, 11560, 10944;
78.92572, 11584, 9720, 11560, 9752, 11560, 10720;
78.92572, 11576, 10856, 11560, 10144, 11560, 10720;
78.92572, 11576, 12368, 11568, 10144, 11560, 10232;
78.92572, 11576, 12368, 11568, 10328, 11560, 10336;
78.92572, 11584, 11824, 11560, 10456, 11560, 10336;
78.92572, 11584, 9584, 11560, 10456, 11552, 10064;
78.92572, 11592, 9584, 11560, 10192, 11552, 10160;
78.92572, 11592, 9504, 11568, 10168, 11552, 10312;
78.92572, 11584, 9560, 11568, 9896, 11552, 10312;
78.92572, 11584, 9560, 11560, 9896, 11552, 9976;
78.92572, 11576, 11008, 11568, 10048, 11552, 10056;
78.92572, 11584, 12224, 11568, 9992, 11552, 10056;
78.92572, 11584, 11136, 11568, 9992, 11552, 10448;
78.92572, 11592, 11136, 11568, 10208, 11552, 9752;
78.92572, 11592, 9128, 11560, 9976, 11552, 9752;
78.92572, 11592, 10152, 11560, 9976, 11552, 10360;
78.92572, 11584, 10152, 11560, 10032, 11560, 10744;
78.92572, 11576, 10776, 11568, 10048, 11560, 10744;
78.92572, 11576, 12008, 11568, 10048, 11560, 10512;
78.92572, 11576, 12008, 11568, 10424, 11552, 10560;
78.92572, 11584, 12256, 11568, 10448, 11552, 10616;
78.92572, 11592, 11088, 11568, 10072, 11560, 10616;
78.92572, 11592, 11088, 11560, 10072, 11552, 10040;
78.92572, 11592, 9264, 11560, 9608, 11560, 10736;
78.92572, 11592, 9240, 11560, 10264, 11560, 10736;
78.92572, 11592, 9992, 11560, 10264, 11560, 10088;
78.92572, 11584, 9992, 11568, 10320, 11560, 10064;
78.92572, 11576, 11056, 11560, 10152, 11560, 10232;
78.92572, 11576, 12240, 11560, 10152, 11552, 10232;
78.92572, 11584, 12240, 11560, 10024, 11552, 9768;
78.92572, 11592, 11480, 11560, 10208, 11552, 9992;
78.92572, 11592, 10256, 11560, 10384, 11552, 9992;
78.92572, 11592, 9112, 11560, 10384, 11552, 10160;
78.92572, 11592, 9112, 11560, 10320, 11552, 9912;
78.92572, 11584, 10312, 11560, 10104, 11552, 9912;
78.92572, 11584, 11136, 11568, 10104, 11552, 9984;
78.92572, 11576, 11136, 11568, 10024, 11552, 10520;
78.92572, 11584, 11952, 11560, 10136, 11552, 10520;
78.92572, 11592, 11624, 11560, 10136, 11552, 10040;
78.92572, 11592, 11624, 11568, 10008, 11552, 10488;
78.92572, 11592, 9688, 11560, 10496, 11560, 10672;
78.92572, 11584, 9280, 11560, 10496, 11560, 10672;
78.92572, 11584, 9280, 11560, 10056, 11560, 10184;
78.92572, 11584, 10104, 11560, 10232, 11560, 10344;
78.92572, 11576, 11280, 11560, 10336, 11560, 10344;
78.92572, 11584, 11656, 11560, 10336, 11560, 10472;
78.92572, 11584, 11656, 11568, 10592, 11552, 9960;
78.92572, 11592, 11600, 11560, 10568, 11552, 10176;
78.92572, 11592, 10240, 11560, 10568, 11552, 10176;
78.92572, 11592, 10240, 11560, 10024, 11560, 10256;
78.92572, 11592, 9384, 11560, 9768, 11560, 9912;
78.92572, 11584, 9512, 11560, 9848, 11560, 9912;
78.92572, 11584, 9512, 11560, 9848, 11560, 10232;
78.92572, 11584, 10512, 11560, 10432, 11560, 10040;
78.92572, 11576, 10808, 11560, 9760, 11560, 10040;
78.92572, 11576, 12312, 11560, 9760, 11552, 10032;
78.92572, 11584, 12312, 11560, 9872, 11552, 10416;
78.92572, 11592, 11112, 11560, 10184, 11552, 10312;
78.92572, 11592, 9264, 11560, 10184, 11552, 10312;
78.92572, 11592, 9264, 11560, 10456, 11560, 10192;
78.92572, 11584, 9624, 11560, 10224, 11560, 10624;
78.92572, 11576, 10624, 11560, 10280, 11560, 10624;
78.92572, 11576, 11408, 11568, 10280, 11560, 10200;
78.92572, 11576, 11408, 11568, 10024, 11560, 10336;
78.92572, 11584, 12152, 11560, 10096, 11560, 10336;
78.92572, 11584, 11888, 11560, 10096, 11552, 10344;
78.92572, 11592, 11888, 11560, 10272, 11552, 10144;
78.92572, 11592, 10608, 11560, 10080, 11552, 10248;
78.92572, 11592, 9512, 11560, 10080, 11560, 10248;
78.92572, 11592, 9512, 11560, 9792, 11560, 10328;
78.92572, 11584, 9560, 11560, 9992, 11560, 10048;
78.92572, 11584, 10040, 11560, 10480, 11560, 10048;
78.92572, 11584, 10040, 11560, 10480, 11560, 9912;
78.92572, 11576, 10960, 11568, 10648, 11552, 10056;
78.92572, 11576, 11104, 11568, 10352, 11552, 10056;
78.92572, 11576, 12208, 11568, 10352, 11552, 10168;
78.92572, 11584, 12208, 11568, 9952, 11552, 10200;
78.92572, 11592, 10072, 11560, 9648, 11552, 10312;
78.92572, 11592, 9912, 11560, 9648, 11552, 10312;
78.92572, 11592, 9912, 11560, 9784, 11560, 10320;
78.92572, 11584, 9360, 11560, 10208, 11560, 10512;
78.92572, 11576, 10944, 11560, 10152, 11560, 10512;
78.92572, 11576, 10944, 11560, 10152, 11560, 10160;
78.92572, 11584, 11640, 11560, 9536, 11560, 10096;
78.92572, 11592, 11768, 11560, 10320, 11560, 10096;
78.92572, 11592, 10200, 11560, 10320, 11552, 10280;
78.92572, 11592, 10200, 11560, 10512, 11552, 10000;
78.92572, 11592, 9520, 11560, 10464, 11552, 10000;
78.92572, 11584, 9568, 11560, 10464, 11552, 10056;
78.92572, 11584, 9568, 11568, 9912, 11552, 10120;
78.92572, 11576, 10616, 11568, 10104, 11552, 10304;
78.92572, 11576, 12016, 11568, 10104, 11552, 10304;
78.92572, 11576, 12016, 11568, 10104, 11552, 10272;
78.92572, 11592, 11680, 11568, 10152, 11544, 10048;
78.92572, 11592, 10088, 11560, 9880, 11544, 10048;
78.92572, 11584, 9624, 11560, 9880, 11552, 10872;
78.92572, 11584, 9624, 11568, 9816, 11560, 10656;
78.92572, 11584, 9800, 11560, 10168, 11560, 10856;
78.92572, 11576, 10200, 11560, 10168, 11560, 10856;
78.92572, 11576, 10200, 11560, 10280, 11560, 10888;
78.92572, 11576, 11480, 11568, 10480, 11560, 10256;
78.92572, 11584, 12152, 11568, 10416, 11552, 10256;
78.92572, 11584, 10736, 11568, 10416, 11552, 9984;
78.92572, 11592, 10736, 11568, 10240, 11552, 10320;
78.92572, 11592, 9672, 11560, 9784, 11552, 10112;
78.92572, 11592, 9384, 11560, 9784, 11552, 10112;
78.92572, 11584, 9384, 11568, 9968, 11560, 10032;
78.92572, 11576, 10320, 11568, 10152, 11560, 10624;
78.92572, 11576, 11560, 11568, 9888, 11552, 10624;
78.92572, 11576, 11560, 11568, 9888, 11552, 10280;
78.92572, 11584, 12120, 11560, 9736, 11552, 10600;
78.92572, 11592, 10456, 11560, 10112, 11552, 10600;
78.92572, 11592, 9832, 11560, 10112, 11552, 10280;
78.92572, 11592, 9832, 11560, 10456, 11552, 9896;
80.83048, 11576, 10624, 11560, 10432, 11552, 10032;
80.83048, 11584, 10624, 11560, 10184, 11552, 10232;
80.83048, 11584, 10480, 11560, 10168, 11552, 11048;
80.83048, 11584, 10704, 11560, 10288, 11552, 11048;
80.83048, 11584, 10704, 11560, 10288, 11560, 10784;
80.83048, 11584, 10256, 11560, 10288, 11552, 10128;
80.83048, 11576, 11000, 11560, 10048, 11552, 10128;
80.83048, 11576, 10712, 11560, 10048, 11552, 10240;
80.83048, 11584, 10712, 11560, 9840, 11552, 10744;
80.83048, 11584, 11112, 11560, 10136, 11552, 10744;
80.83048, 11576, 10880, 11560, 10136, 11552, 10832;
80.83048, 11576, 10880, 11560, 10160, 11552, 10656;
80.83048, 11584, 10808, 11560, 10176, 11552, 10544;
80.83048, 11584, 10264, 11560, 10000, 11552, 10544;
80.83048, 11584, 10264, 11560, 10000, 11552, 9960;
80.83048, 11576, 10704, 11560, 10376, 11552, 10704;
80.83048, 11584, 10384, 11560, 10096, 11552, 10704;
80.83048, 11584, 10856, 11560, 10096, 11552, 10840;
80.83048, 11584, 10856, 11560, 10072, 11552, 10312;
80.83048, 11584, 10896, 11560, 10032, 11552, 10304;
80.83048, 11584, 10384, 11560, 10336, 11552, 10304;
80.83048, 11584, 10384, 11560, 10336, 11552, 10176;
80.83048, 11584, 10712, 11560, 10264, 11552, 10104;
80.83048, 11584, 10904, 11560, 10032, 11552, 10104;
80.83048, 11584, 10832, 11560, 10032, 11552, 10696;
80.83048, 11584, 10832, 11560, 9992, 11552, 10752;
80.83048, 11584, 11080, 11560, 10192, 11552, 10752;
80.83048, 11576, 10744, 11560, 10192, 11552, 10416;
80.83048, 11576, 10744, 11560, 10112, 11544, 10072;
80.83048, 11584, 10696, 11560, 10168, 11552, 10728;
80.83048, 11584, 10408, 11560, 10048, 11552, 10728;
80.83048, 11584, 10408, 11560, 10048, 11560, 10672;
80.83048, 11584, 9976, 11560, 10408, 11552, 10608;
80.83048, 11584, 10824, 11560, 10032, 11552, 10608;
80.83048, 11576, 11528, 11560, 10032, 11552, 10328;
80.83048, 11576, 11528, 11560, 9864, 11544, 10000;
80.83048, 11568, 12504, 11560, 9848, 11544, 10336;
80.83048, 11576, 11832, 11560, 10360, 11552, 10336;
80.83048, 11576, 11832, 11560, 10360, 11552, 10608;
80.83048, 11592, 10024, 11560, 9992, 11560, 10808;
80.83048, 11592, 9600, 11560, 9928, 11560, 10808;
80.83048, 11592, 9328, 11568, 9928, 11552, 10736;
80.83048, 11592, 9328, 11560, 9904, 11552, 10160;
80.83048, 11584, 10416, 11560, 10408, 11552, 9664;
80.83048, 11584, 10848, 11560, 10408, 11544, 9664;
80.83048, 11576, 10848, 11560, 10000, 11552, 10264;
80.83048, 11584, 10896, 11560, 9968, 11552, 11104;
80.83048, 11584, 10904, 11560, 9864, 11552, 11104;
80.83048, 11584, 10904, 11560, 9864, 11552, 10632;
80.83048, 11584, 10816, 11560, 10400, 11552, 10416;
80.83048, 11576, 10952, 11560, 10168, 11552, 10416;
80.83048, 11576, 10584, 11560, 10168, 11552, 10368;
80.83048, 11576, 10584, 11560, 10096, 11552, 10400;
80.83048, 11584, 10136, 11560, 9944, 11552, 10400;
80.83048, 11584, 10504, 11560, 9944, 11560, 10552;
80.83048, 11584, 10504, 11560, 10384, 11552, 11104;
80.83048, 11584, 10672, 11560, 10000, 11552, 10264;
80.83048, 11584, 10648, 11560, 10024, 11552, 10264;
80.83048, 11584, 10648, 11560, 10024, 11544, 10280;
80.83048, 11584, 11048, 11560, 10064, 11552, 10392;
80.83048, 11584, 10176, 11560, 10440, 11552, 10392;
80.83048, 11584, 10672, 11560, 10440, 11552, 10272;
80.83048, 11584, 10672, 11560, 10104, 11552, 10936;
80.83048, 11584, 10704, 11560, 10072, 11552, 10840;
80.83048, 11576, 11256, 11560, 10104, 11552, 10840;
80.83048, 11576, 11256, 11560, 10104, 11544, 10256;
80.83048, 11576, 11104, 11560, 10392, 11552, 9984;
80.83048, 11584, 10552, 11560, 10216, 11552, 9984;
80.83048, 11584, 10448, 11560, 10216, 11552, 10280;
80.83048, 11584, 10448, 11560, 10200, 11552, 10824;
80.83048, 11584, 10976, 11560, 10208, 11552, 10824;
80.83048, 11584, 10360, 11560, 10208, 11552, 10960;
80.83048, 11584, 10360, 11560, 10264, 11552, 10288;
80.83048, 11584, 10832, 11560, 10264, 11552, 10312;
80.83048, 11584, 10576, 11560, 10224, 11552, 10312;
80.83048, 11584, 10576, 11560, 10224, 11552, 10384;
80.83048, 11584, 10744, 11560, 10184, 11552, 10400;
80.83048, 11584, 10528, 11560, 10368, 11552, 10400;
80.83048, 11576, 10832, 11560, 10368, 11552, 10704;
80.83048, 11576, 10832, 11560, 10160, 11552, 10600;
80.83048, 11584, 10920, 11560, 10128, 11552, 10096;
80.83048, 11576, 10960, 11560, 10192, 11552, 10096;
80.83048, 11576, 10960, 11560, 10192, 11552, 10608;
80.83048, 11584, 10544, 11560, 10288, 11552, 10952;
80.83048, 11584, 10856, 11560, 10192, 11552, 10952;
80.83048, 11584, 10664, 11560, 10192, 11552, 10536;
80.83048, 11584, 10664, 11560, 10040, 11552, 10072;
80.83048, 11584, 10248, 11560, 10208, 11552, 10408;
80.83048, 11584, 10560, 11560, 10208, 11552, 10408;
80.83048, 11584, 10560, 11560, 10264, 11560, 10792;
80.83048, 11584, 10288, 11560, 10216, 11560, 10368;
80.83048, 11584, 10480, 11560, 10168, 11560, 10368;
80.83048, 11584, 11136, 11560, 10168, 11552, 10792;
80.83048, 11576, 11136, 11560, 10144, 11552, 10080;
80.83048, 11576, 11088, 11560, 10200, 11552, 10232;
80.83048, 11576, 11560, 11560, 10200, 11544, 10232;
80.83048, 11576, 11560, 11560, 10112, 11552, 10432;
80.83048, 11584, 10816, 11560, 9944, 11552, 10712;
80.83048, 11584, 10192, 11560, 10408, 11552, 10712;
80.83048, 11584, 10192, 11560, 10408, 11552, 10648;
80.83048, 11584, 10416, 11560, 10208, 11552, 10688;
80.83048, 11584, 10384, 11560, 9928, 11552, 10160;
80.83048, 11584, 11016, 11560, 9928, 11552, 10160;
80.83048, 11584, 11016, 11560, 9904, 11552, 10312;
80.83048, 11576, 11128, 11560, 10224, 11552, 10792;
80.83048, 11584, 10888, 11560, 10040, 11552, 10792;
80.83048, 11584, 10888, 11560, 10040, 11552, 10696;
80.83048, 11584, 10984, 11560, 10064, 11544, 10160;
80.83048, 11584, 10880, 11560, 10080, 11544, 10160;
80.83048, 11584, 10648, 11560, 10080, 11552, 10352;
80.83048, 11584, 10648, 11560, 10376, 11552, 10088;
80.83048, 11584, 10640, 11560, 10264, 11552, 10088;
80.83048, 11584, 10248, 11560, 10264, 11552, 10664;
80.83048, 11584, 10248, 11560, 9992, 11552, 10840;
80.83048, 11584, 10456, 11560, 9872, 11552, 10552;
80.83048, 11576, 11168, 11560, 10216, 11552, 10552;
80.83048, 11576, 11168, 11560, 10216, 11544, 10296;
80.83048, 11576, 11160, 11560, 10024, 11544, 10232;
80.83048, 11584, 11208, 11560, 9920, 11544, 10232;
80.83048, 11584, 10752, 11560, 9920, 11552, 10664;
80.83048, 11584, 10752, 11560, 9992, 11552, 10240;
80.83048, 11584, 10184, 11560, 10264, 11552, 10952;
80.83048, 11584, 10680, 11560, 10128, 11552, 10952;
80.83048, 11584, 10680, 11560, 10128, 11552, 10112;
80.83048, 11576, 10768, 11560, 10136, 11544, 10240;
80.83048, 11576, 10904, 11560, 10104, 11544, 10240;
80.83048, 11576, 11120, 11560, 10104, 11552, 10792;
80.83048, 11584, 11120, 11560, 10336, 11552, 10848;
80.83048, 11584, 10592, 11560, 9944, 11552, 10848;
80.83048, 11584, 10976, 11560, 9944, 11552, 10568;
80.83048, 11584, 10976, 11560, 10056, 11552, 10376;
80.83048, 11584, 10648, 11560, 9936, 11552, 10040;
80.83048, 11584, 10432, 11560, 9936, 11552, 10040;
80.83048, 11584, 10432, 11560, 10392, 11552, 10328;
80.83048, 11584, 10856, 11560, 10136, 11552, 10984;
80.83048, 11584, 10656, 11560, 9872, 11552, 10984;
80.83048, 11584, 10616, 11560, 9872, 11552, 10672;
80.83048, 11584, 10616, 11560, 9912, 11544, 10528;
80.83048, 11584, 11136, 11560, 10432, 11544, 10632;
80.83048, 11576, 10912, 11560, 10432, 11552, 10632;
80.83048, 11576, 10912, 11560, 10048, 11552, 9984;
80.83048, 11584, 11048, 11560, 10064, 11552, 10632;
80.83048, 11584, 10152, 11560, 10056, 11552, 10632;
80.83048, 11584, 10232, 11560, 10056, 11552, 11088;
80.83048, 11584, 10232, 11560, 10248, 11552, 11040;
80.83048, 11584, 11016, 11560, 10200, 11552, 9944;
80.83048, 11584, 10936, 11560, 10200, 11544, 9944;
80.83048, 11576, 10936, 11560, 10200, 11552, 10408;
80.83048, 11576, 11424, 11560, 10072, 11552, 10224;
80.83048, 11576, 10872, 11560, 10512, 11552, 10224;
80.83048, 11576, 9952, 11560, 10512, 11552, 10648;
80.83048, 11584, 9952, 11560, 10176, 11552, 10864;
80.83048, 11584, 10336, 11560, 10080, 11552, 10864;
80.83048, 11584, 10496, 11560, 10080, 11552, 10312;
80.83048, 11584, 10496, 11560, 10088, 11552, 10344;
80.83048, 11584, 10808, 11560, 10312, 11552, 10344;
80.83048, 11576, 10912, 11560, 10312, 11552, 10344;
80.83048, 11576, 10912, 11560, 10096, 11552, 10432;
80.83048, 11584, 10816, 11560, 10040, 11552, 10704;
80.83048, 11584, 10784, 11560, 10120, 11552, 10704;
80.83048, 11584, 10784, 11560, 10120, 11552, 11040;
80.83048, 11584, 10552, 11560, 10456, 11552, 10048;
80.83048, 11584, 10568, 11560, 10240, 11552, 9992;
80.83048, 11584, 11064, 11560, 10240, 11544, 9992;
80.83048, 11584, 11064, 11560, 10312, 11552, 10464;
80.83048, 11584, 10728, 11560, 10168, 11552, 10600;
80.83048, 11584, 10312, 11560, 10480, 11552, 10600;
80.83048, 11584, 10312, 11560, 10480, 11560, 11072;
80.83048, 11584, 10888, 11560, 10136, 11552, 10528;
80.83048, 11576, 10944, 11560, 10000, 11552, 10528;
80.83048, 11576, 10736, 11560, 10000, 11552, 10232;
80.83048, 11584, 10736, 11560, 10176, 11544, 10064;
80.83048, 11576, 10792, 11560, 10400, 11544, 10064;
80.83048, 11584, 10176, 11560, 10400, 11552, 10736;
80.83048, 11584, 10176, 11560, 10096, 11552, 10632;
80.83048, 11584, 10688, 11560, 10040, 11552, 10728;
80.83048, 11576, 11288, 11560, 10224, 11552, 10728;
80.83048, 11576, 11288, 11560, 10224, 11552, 10536;
80.83048, 11576, 10776, 11560, 10392, 11552, 9808;
80.83048, 11576, 11384, 11560, 10048, 11552, 10528;
80.83048, 11584, 10504, 11560, 10048, 11544, 10528;
80.83048, 11584, 10504, 11560, 10072, 11560, 10680;
80.83048, 11584, 10192, 11560, 10240, 11560, 10792;
80.83048, 11584, 10576, 11560, 10264, 11552, 10792;
80.83048, 11584, 11048, 11560, 10264, 11552, 10128;
80.83048, 11576, 11048, 11560, 9984, 11544, 10176;
80.83048, 11576, 11264, 11560, 10104, 11544, 10008;
80.83048, 11576, 10528, 11560, 10104, 11552, 10008;
80.83048, 11584, 10528, 11560, 10264, 11552, 10576;
80.83048, 11584, 10384, 11560, 10184, 11552, 10664;
80.83048, 11584, 10688, 11560, 10232, 11560, 10664;
80.83048, 11584, 10264, 11560, 10232, 11552, 10720;
80.83048, 11584, 10264, 11560, 9992, 11552, 10720;
80.83048, 11576, 10904, 11560, 10200, 11552, 10720;
80.83048, 11576, 10936, 11560, 10200, 11552, 10184;
80.83048, 11576, 10936, 11560, 10216, 11552, 10048;
80.83048, 11584, 10728, 11560, 10208, 11552, 10592;
80.83048, 11584, 10688, 11560, 10208, 11552, 10592;
80.83048, 11584, 10688, 11560, 10048, 11560, 11032;
80.83048, 11584, 10848, 11560, 10176, 11552, 10752;
80.83048, 11576, 10800, 11560, 10080, 11552, 10752;
80.83048, 11584, 10552, 11560, 10080, 11552, 10392;
80.83048, 11584, 10552, 11560, 10008, 11552, 10312;
80.83048, 11584, 10168, 11560, 10032, 11552, 10136;
80.83048, 11584, 10616, 11560, 10032, 11552, 10136;
80.83048, 11584, 10616, 11560, 10392, 11560, 10704;
80.83048, 11584, 10744, 11560, 9936, 11552, 10680;
80.83048, 11576, 10976, 11560, 9856, 11552, 10680;
80.83048, 11576, 10560, 11560, 9856, 11552, 10744;
80.83048, 11584, 10560, 11560, 9960, 11552, 10448;
80.83048, 11576, 10632, 11560, 10280, 11552, 10448;
80.83048, 11576, 10576, 11560, 10280, 11552, 10096;
80.83048, 11584, 10576, 11560, 10000, 11544, 10224;
80.83048, 11576, 11376, 11560, 9944, 11544, 10224;
80.83048, 11576, 11040, 11560, 9944, 11552, 10840;
80.83048, 11576, 11040, 11560, 9904, 11552, 10608;
80.83048, 11584, 10272, 11560, 10424, 11552, 10272;
80.83048, 11584, 10440, 11560, 10152, 11552, 10272;
80.83048, 11584, 10440, 11560, 10152, 11552, 10208;
80.83048, 11576, 10664, 11560, 9920, 11552, 10032;
80.83048, 11584, 10584, 11560, 10024, 11552, 10032;
80.83048, 11584, 10552, 11560, 10024, 11552, 10640;
80.83048, 11584, 10552, 11560, 10232, 11552, 10824;
80.83048, 11584, 10800, 11560, 10008, 11552, 10816;
80.83048, 11576, 11024, 11560, 9832, 11552, 10816;
80.83048, 11576, 11024, 11560, 9832, 11552, 10488;
80.83048, 11584, 10912, 11560, 10024, 11552, 10360;
80.83048, 11584, 11040, 11560, 10312, 11552, 10360;
80.83048, 11584, 11408, 11560, 10312, 11552, 9952;
80.83048, 11576, 11408, 11560, 10192, 11552, 10640;
80.83048, 11584, 10400, 11560, 9984, 11552, 10976;
80.83048, 11584, 10648, 11560, 9960, 11560, 10976;
80.83048, 11584, 10648, 11560, 9960, 11552, 10584;
80.83048, 11584, 10304, 11560, 10360, 11544, 10272;
80.83048, 11576, 10864, 11560, 10112, 11544, 10272;
80.83048, 11576, 11256, 11560, 10112, 11552, 10456;
80.83048, 11576, 11256, 11560, 10216, 11552, 10624;
80.83048, 11584, 10888, 11560, 10128, 11552, 10624;
80.83048, 11584, 10440, 11560, 10128, 11552, 10544;
80.83048, 11584, 10440, 11560, 10480, 11552, 10240;
80.83048, 11584, 10576, 11560, 10144, 11552, 10168;
80.83048, 11584, 10776, 11560, 10144, 11552, 10168;
80.83048, 11584, 10776, 11560, 10080, 11552, 10328;
80.83048, 11584, 11152, 11568, 10136, 11552, 10880;
80.83048, 11584, 10544, 11560, 10368, 11552, 10880;
80.83048, 11584, 10800, 11560, 10368, 11552, 10928;
80.83048, 11576, 10800, 11560, 10064, 11544, 10200;
80.83048, 11576, 11032, 11560, 9976, 11544, 10416;
80.83048, 11584, 10576, 11560, 10160, 11552, 10416;
80.83048, 11584, 10576, 11560, 10160, 11552, 9968;
80.83048, 11584, 10408, 11560, 10328, 11552, 10264;
80.83048, 11584, 10616, 11560, 10272, 11552, 10264;
80.83048, 11584, 11032, 11560, 10272, 11552, 11032;
80.83048, 11584, 11032, 11560, 9960, 11552, 10888;
80.83048, 11584, 10808, 11560, 10280, 11552, 10888;
80.83048, 11584, 10504, 11560, 10280, 11544, 10104;
80.83048, 11584, 10504, 11560, 10280, 11544, 10328;
80.83048, 11584, 10456, 11560, 10280, 11552, 10400;
80.83048, 11584, 10952, 11560, 10280, 11552, 10400;
80.83048, 11584, 10952, 11560, 9952, 11552, 10496;
80.83048, 11584, 10736, 11560, 10064, 11552, 10784;
80.83048, 11576, 11392, 11560, 10160, 11552, 10784;
80.83048, 11576, 11072, 11560, 10160, 11552, 10272;
80.83048, 11576, 11072, 11560, 10096, 11544, 10280;
80.83048, 11584, 10512, 11560, 9936, 11544, 10576;
80.83048, 11584, 10960, 11560, 9936, 11552, 10576;
80.83048, 11584, 10960, 11560, 10192, 11552, 10760;
80.83048, 11584, 10768, 11560, 10160, 11552, 10648;
80.83048, 11584, 10136, 11560, 10280, 11552, 10648;
80.83048, 11584, 10512, 11560, 10280, 11552, 10512;
80.83048, 11584, 10512, 11560, 10256, 11552, 9912;
80.83048, 11584, 10584, 11560, 10320, 11552, 10224;
80.83048, 11584, 10888, 11560, 10320, 11552, 10224;
80.83048, 11584, 10888, 11560, 10232, 11552, 10872;
80.83048, 11584, 10864, 11560, 10088, 11560, 10904;
80.83048, 11584, 10944, 11560, 9952, 11560, 10904;
80.83048, 11584, 10976, 11560, 9952, 11544, 10072;
80.83048, 11584, 10976, 11560, 10240, 11552, 10360;
80.83048, 11584, 10336, 11560, 10120, 11552, 10360;
80.83048, 11584, 10632, 11560, 10120, 11552, 10696;
80.83048, 11584, 10632, 11560, 10040, 11552, 10808;
80.83048, 11576, 11096, 11560, 9984, 11552, 10384;
80.83048, 11584, 10640, 11560, 9984, 11552, 10384;
80.83048, 11584, 10640, 11560, 10192, 11552, 9984;
80.83048, 11584, 10608, 11560, 10184, 11552, 10376;
80.83048, 11584, 10592, 11560, 10152, 11552, 10376;
80.83048, 11584, 10592, 11560, 10152, 11552, 10864;
80.83048, 11584, 10800, 11560, 9960, 11560, 11000;
80.83048, 11576, 11080, 11560, 10256, 11560, 10576;
80.83048, 11576, 10928, 11560, 10256, 11552, 10576;
80.83048, 11576, 10928, 11560, 10104, 11552, 10608;
80.83048, 11576, 11216, 11560, 10104, 11552, 9960;
80.83048, 11584, 10184, 11560, 9896, 11552, 9960;
80.83048, 11584, 10184, 11560, 9896, 11552, 10400;
80.83048, 11584, 10280, 11560, 10248, 11552, 10840;
80.83048, 11576, 11136, 11560, 10184, 11552, 10840;
80.83048, 11576, 10872, 11560, 10184, 11552, 10448;
80.83048, 11576, 10872, 11560, 9888, 11552, 9976;
80.83048, 11584, 10960, 11560, 9856, 11552, 9976;
80.83048, 11584, 10656, 11560, 9856, 11544, 10400;
80.83048, 11584, 10656, 11560, 10304, 11552, 10904;
80.83048, 11584, 10200, 11560, 9952, 11552, 10600;
80.83048, 11584, 10840, 11560, 9952, 11552, 10600;
80.83048, 11584, 10840, 11560, 10024, 11544, 10120;
80.83048, 11576, 10688, 11560, 9912, 11552, 10096;
80.83048, 11584, 10888, 11560, 10416, 11552, 10096;
80.83048, 11584, 10888, 11560, 10416, 11552, 10384;
80.83048, 11584, 10368, 11560, 10248, 11552, 10832;
80.83048, 11584, 10608, 11560, 9992, 11552, 10832;
80.83048, 11584, 10776, 11560, 9992, 11552, 10952;
80.83048, 11584, 10776, 11560, 9920, 11552, 10112;
80.83048, 11584, 11104, 11560, 10304, 11552, 10248;
80.83048, 11584, 10808, 11560, 10056, 11544, 10248;
80.83048, 11584, 10808, 11560, 10056, 11552, 10272;
80.83048, 11584, 10800, 11560, 10032, 11552, 10816;
80.83048, 11584, 10528, 11560, 9936, 11552, 10816;
80.83048, 11584, 10952, 11560, 9936, 11552, 10728;
80.83048, 11584, 10952, 11560, 10312, 11552, 10768;
80.83048, 11584, 10672, 11560, 10136, 11552, 9880;
80.83048, 11584, 10168, 11560, 10192, 11552, 9880;
80.83048, 11584, 10168, 11560, 10192, 11544, 10384;
80.83048, 11584, 10648, 11560, 10120, 11552, 10880;
80.83048, 11576, 11048, 11560, 10240, 11552, 10880;
80.83048, 11576, 11072, 11560, 10240, 11552, 10776;
80.83048, 11584, 11072, 11560, 9968, 11552, 10504;
80.83048, 11584, 11016, 11560, 9968, 11552, 10504;
80.83048, 11584, 10456, 11560, 9968, 11552, 10240;
80.83048, 11584, 10456, 11560, 9912, 11552, 10192;
80.83048, 11584, 10520, 11560, 10536, 11552, 10552;
80.83048, 11584, 10256, 11560, 10536, 11552, 10552;
80.83048, 11584, 10256, 11560, 10096, 11552, 11136;
80.83048, 11576, 10840, 11560, 9904, 11552, 10424;
80.83048, 11576, 11344, 11560, 10088, 11552, 10424;
80.83048, 11576, 11344, 11560, 10088, 11544, 10384;
80.83048, 11576, 11320, 11560, 10464, 11552, 10488;
80.83048, 11584, 10704, 11560, 10232, 11552, 10384;
80.83048, 11584, 10392, 11560, 10232, 11560, 10384;
80.83048, 11584, 10392, 11560, 10120, 11552, 10712;
80.83048, 11584, 10232, 11560, 9808, 11552, 10840;
80.83048, 11584, 10520, 11560, 10360, 11552, 10840;
80.83048, 11584, 10800, 11560, 10360, 11552, 9904;
80.83048, 11584, 10800, 11560, 10128, 11544, 10288;
80.83048, 11576, 11280, 11560, 10024, 11544, 10288;
80.83048, 11576, 11376, 11560, 10024, 11552, 10952;
80.83048, 11576, 11376, 11560, 10048, 11552, 10568;
80.83048, 11576, 10784, 11560, 10472, 11552, 10568;
80.83048, 11584, 10344, 11560, 10472, 11552, 10016;
80.83048, 11584, 10344, 11560, 10152, 11552, 9920;
80.83048, 11584, 10360, 11560, 10040, 11560, 10744;
80.83048, 11584, 10320, 11560, 10040, 11560, 10744;
80.83048, 11584, 10320, 11560, 10040, 11560, 10696;
80.83048, 11584, 10880, 11560, 10464, 11552, 10664;
80.83048, 11584, 10408, 11560, 10048, 11552, 10088;
80.83048, 11576, 10952, 11560, 10048, 11552, 10088;
80.83048, 11576, 10952, 11560, 10208, 11544, 10032;
80.83048, 11576, 11032, 11560, 10272, 11544, 10520;
80.83048, 11576, 10984, 11560, 10456, 11552, 10520;
80.83048, 11576, 10824, 11560, 10456, 11552, 10880;
80.83048, 11584, 10824, 11560, 10216, 11552, 10400;
80.83048, 11584, 10344, 11560, 10136, 11552, 9992;
80.83048, 11584, 10304, 11560, 10136, 11552, 9992;
80.83048, 11584, 10304, 11560, 10176, 11552, 10640;
80.83048, 11584, 10784, 11560, 10480, 11552, 10584;
80.83048, 11584, 10496, 11560, 10312, 11552, 10584;
80.83048, 11584, 11408, 11560, 10312, 11552, 10752;
80.83048, 11576, 11408, 11560, 9976, 11552, 10496;
80.83048, 11568, 12256, 11560, 10008, 11552, 10496;
80.83048, 11568, 11816, 11560, 10008, 11544, 10024;
80.83048, 11576, 11816, 11552, 10448, 11544, 10032;
80.83048, 11584, 11120, 11560, 10480, 11544, 10488;
80.83048, 11592, 9256, 11560, 10480, 11552, 10488;
80.83048, 11592, 9256, 11568, 10136, 11560, 10952;
80.83048, 11584, 9584, 11568, 10104, 11560, 10712;
80.83048, 11592, 9592, 11568, 10472, 11552, 10712;
80.83048, 11592, 9592, 11560, 10472, 11552, 10280;
80.83048, 11584, 11232, 11560, 10216, 11552, 10128;
80.83048, 11576, 10920, 11560, 10048, 11552, 10128;
80.83048, 11576, 10968, 11560, 10048, 11552, 10232;
80.83048, 11584, 10968, 11560, 10024, 11552, 10888;
80.83048, 11584, 11120, 11560, 10288, 11552, 10456;
80.83048, 11584, 10056, 11560, 10216, 11552, 10456;
80.83048, 11584, 10056, 11560, 10216, 11544, 10440;
80.83048, 11584, 10392, 11560, 10144, 11552, 10208;
80.83048, 11576, 10976, 11560, 10256, 11552, 10208;
80.83048, 11576, 11072, 11560, 10256, 11552, 10504;
80.83048, 11576, 11072, 11560, 10216, 11552, 10816;
80.83048, 11584, 10936, 11560, 10104, 11552, 10816;
80.83048, 11576, 10784, 11560, 10104, 11552, 10720;
80.83048, 11576, 10784, 11560, 10000, 11552, 10304;
80.83048, 11584, 10624, 11560, 10152, 11552, 9952;
80.83048, 11584, 10624, 11560, 10184, 11552, 9952;
80.83048, 11584, 10624, 11560, 10184, 11552, 10720;
80.83048, 11584, 10656, 11560, 10008, 11560, 11032;
80.83048, 11584, 10888, 11560, 9928, 11560, 11032;
80.83048, 11576, 11056, 11560, 9928, 11552, 10536;
80.83048, 11576, 11056, 11560, 10168, 11544, 10320;
80.83048, 11584, 10480, 11560, 10160, 11544, 10208;
80.83048, 11584, 10752, 11560, 10168, 11544, 10208;
80.83048, 11584, 10752, 11560, 10168, 11552, 10360;
80.83048, 11584, 10304, 11560, 10000, 11552, 10728;
80.83048, 11584, 10680, 11560, 10400, 11552, 10728;
80.83048, 11584, 10944, 11560, 10400, 11552, 10376;
80.83048, 11584, 10944, 11560, 10160, 11552, 9856;
80.83048, 11576, 10800, 11560, 10376, 11552, 10376;
80.83048, 11584, 11008, 11560, 10040, 11552, 10376;
80.83048, 11584, 11008, 11560, 10040, 11552, 11048;
80.83048, 11576, 11144, 11560, 10256, 11552, 10536;
80.83048, 11584, 10424, 11560, 9984, 11552, 10536;
80.83048, 11584, 10248, 11560, 9984, 11552, 10536;
80.83048, 11584, 10248, 11560, 9944, 11552, 10400;
80.83048, 11576, 10752, 11560, 9976, 11552, 10400;
80.83048, 11584, 10704, 11560, 9976, 11552, 9680;
80.83048, 11584, 10704, 11560, 10304, 11552, 10720;
80.83048, 11584, 11080, 11560, 10032, 11552, 10328;
80.83048, 11584, 10328, 11560, 10032, 11560, 10328;
80.83048, 11584, 10328, 11560, 9912, 11552, 10720;
80.83048, 11584, 10416, 11560, 9880, 11552, 10032;
80.83048, 11576, 10736, 11560, 10280, 11552, 10032;
80.83048, 11576, 10736, 11560, 10280, 11544, 10552;
80.83048, 11576, 10936, 11560, 10056, 11552, 10496;
80.83048, 11584, 10968, 11560, 10064, 11552, 10600;
80.83048, 11584, 10856, 11560, 10064, 11552, 10600;
80.83048, 11584, 10856, 11560, 9952, 11552, 10696;
80.83048, 11584, 10448, 11560, 10360, 11552, 10128;
80.83048, 11584, 10592, 11560, 10240, 11552, 10128;
80.83048, 11584, 10608, 11560, 10240, 11552, 10232;
80.83048, 11576, 10608, 11560, 9968, 11552, 10656;
80.83048, 11584, 11264, 11560, 9992, 11552, 10656;
80.83048, 11584, 10760, 11560, 9992, 11552, 10680;
80.83048, 11584, 10760, 11560, 10304, 11552, 10520;
80.83048, 11584, 10360, 11560, 10088, 11552, 10520;
80.83048, 11584, 10656, 11560, 10088, 11552, 10360;
80.83048, 11584, 10656, 11560, 10000, 11552, 10216;
80.83048, 11584, 10096, 11560, 9992, 11552, 10632;
80.83048, 11584, 10864, 11560, 10480, 11552, 10632;
80.83048, 11584, 10864, 11560, 10480, 11552, 10960;
80.83048, 11576, 11032, 11560, 10176, 11552, 10720;
80.83048, 11576, 11320, 11560, 10128, 11552, 10720;
80.83048, 11584, 10448, 11560, 10128, 11544, 9968;
80.83048, 11584, 10448, 11560, 10056, 11552, 10472;
80.83048, 11584, 10488, 11560, 10424, 11552, 10432;
80.83048, 11584, 10608, 11560, 10104, 11552, 10432;
80.83048, 11584, 10608, 11560, 10104, 11560, 10584;
80.83048, 11584, 10872, 11560, 10216, 11552, 10816;
80.83048, 11576, 10832, 11560, 10176, 11552, 10816;
80.83048, 11576, 10496, 11560, 10176, 11552, 10344;
80.83048, 11584, 10496, 11560, 10464, 11552, 9864;
80.83048, 11584, 10904, 11560, 10472, 11552, 10480;
80.83048, 11584, 10688, 11560, 10016, 11552, 10480;
80.83048, 11584, 10688, 11560, 10016, 11552, 10496;
80.83048, 11584, 10704, 11560, 9976, 11552, 10648;
80.83048, 11584, 11000, 11560, 10360, 11552, 10648;
80.83048, 11584, 10888, 11560, 10360, 11552, 10928;
80.83048, 11584, 10888, 11560, 10120, 11552, 10288;
80.83048, 11584, 10544, 11560, 10232, 11552, 10288;
80.83048, 11576, 11104, 11560, 10232, 11544, 9560;
80.83048, 11576, 11104, 11560, 10056, 11552, 10424;
80.83048, 11576, 11280, 11560, 10440, 11552, 11072;
80.83048, 11584, 10568, 11560, 10168, 11560, 11072;
80.83048, 11584, 10568, 11560, 10168, 11552, 10632;
80.83048, 11584, 10336, 11560, 10056, 11552, 10712;
80.83048, 11584, 10648, 11560, 10112, 11552, 10712;
80.83048, 11584, 10800, 11560, 10112, 11552, 10176;
80.83048, 11576, 10800, 11560, 10464, 11544, 10056;
80.83048, 11576, 11000, 11560, 10200, 11544, 10520;
80.83048, 11584, 11192, 11560, 10000, 11552, 10520;
80.83048, 11584, 11192, 11560, 10000, 11552, 10696;
80.83048, 11576, 11056, 11560, 10176, 11552, 10712;
80.83048, 11584, 10272, 11560, 10384, 11552, 10712;
80.83048, 11584, 10160, 11560, 10384, 11552, 10424;
80.83048, 11584, 10160, 11560, 10136, 11552, 10136;
80.83048, 11584, 10256, 11560, 10088, 11552, 10136;
80.83048, 11584, 10872, 11560, 10088, 11552, 10320;
80.83048, 11584, 10872, 11560, 10352, 11552, 11088;
80.83048, 11576, 11112, 11560, 10168, 11552, 10712;
80.83048, 11576, 11040, 11560, 9976, 11552, 10712;
80.83048, 11576, 11040, 11560, 9976, 11544, 10000;
80.83048, 11576, 11208, 11560, 10016, 11552, 10200;
80.83048, 11584, 10184, 11560, 10160, 11552, 10424;
80.83048, 11592, 9952, 11560, 10160, 11552, 10424;
80.83048, 11592, 9952, 11560, 10344, 11552, 10808;
80.83048, 11584, 10688, 11560, 10296, 11552, 10808;
80.83048, 11576, 10952, 11560, 10104, 11552, 10808;
80.83048, 11576, 10952, 11560, 10104, 11544, 10336;
80.83048, 11576, 11440, 11560, 10256, 11544, 10272;
80.83048, 11584, 10416, 11560, 10168, 11544, 10272;
80.83048, 11584, 10392, 11560, 10168, 11552, 10400;
80.83048, 11584, 10392, 11560, 10008, 11552, 10816;
80.83048, 11584, 10920, 11560, 9960, 11552, 10816;
80.83048, 11576, 10960, 11560, 9960, 11552, 10512;
80.83048, 11576, 10960, 11560, 10144, 11552, 10728;
80.83048, 11584, 10792, 11560, 10064, 11552, 9984;
80.83048, 11584, 10552, 11560, 9992, 11552, 9984;
80.83048, 11584, 10696, 11560, 9992, 11552, 10248;
80.83048, 11584, 10696, 11560, 10120, 11552, 10976;
80.83048, 11576, 11088, 11560, 10352, 11552, 10976;
80.83048, 11576, 10904, 11560, 10352, 11552, 10736;
80.83048, 11576, 10904, 11560, 10072, 11544, 10040;
80.83048, 11584, 10488, 11560, 10112, 11544, 10024;
82.73524, 11576, 10808, 11560, 10272, 11544, 10648;
82.73524, 11576, 10864, 11560, 10272, 11552, 10976;
82.73524, 11576, 10864, 11560, 10160, 11552, 11016;
82.73524, 11576, 10568, 11560, 9648, 11544, 10600;
82.73524, 11576, 10832, 11560, 9648, 11544, 10600;
82.73524, 11576, 10832, 11560, 10024, 11544, 10496;
82.73524, 11576, 11032, 11560, 9952, 11544, 10352;
82.73524, 11576, 10632, 11552, 9584, 11544, 10352;
82.73524, 11576, 10632, 11552, 9584, 11552, 10376;
82.73524, 11576, 10944, 11552, 10080, 11552, 10256;
82.73524, 11576, 10352, 11552, 10640, 11552, 10256;
82.73524, 11584, 10704, 11552, 10640, 11544, 10760;
82.73524, 11584, 10704, 11552, 11616, 11552, 11368;
82.73524, 11576, 10800, 11552, 11624, 11552, 10984;
82.73524, 11584, 10616, 11552, 11216, 11544, 10984;
82.73524, 11584, 10616, 11560, 11216, 11544, 10272;
82.73524, 11576, 10840, 11560, 11232, 11544, 10408;
82.73524, 11576, 10920, 11560, 10624, 11544, 10376;
82.73524, 11576, 10992, 11560, 10624, 11552, 10376;
82.73524, 11576, 10992, 11560, 9760, 11544, 10224;
82.73524, 11576, 10928, 11560, 9432, 11544, 11336;
82.73524, 11576, 10688, 11560, 9288, 11552, 11336;
82.73524, 11576, 10688, 11552, 9288, 11552, 10608;
82.73524, 11576, 10488, 11552, 9344, 11552, 10608;
82.73524, 11576, 10568, 11552, 9928, 11552, 10608;
82.73524, 11576, 10648, 11552, 9928, 11544, 10480;
82.73524, 11576, 10648, 11552, 10104, 11544, 10352;
82.73524, 11576, 11072, 11552, 10304, 11544, 10352;
82.73524, 11576, 11032, 11552, 10304, 11544, 10488;
82.73524, 11576, 11032, 11560, 11648, 11544, 10760;
82.73524, 11576, 10944, 11552, 11736, 11544, 10488;
82.73524, 11576, 10888, 11552, 11736, 11544, 10488;
82.73524, 11576, 10888, 11560, 11624, 11544, 10912;
82.73524, 11576, 10520, 11560, 10960, 11544, 10872;
82.73524, 11576, 10976, 11560, 10848, 11544, 10872;
82.73524, 11576, 10416, 11560, 10848, 11544, 10560;
82.73524, 11576, 10416, 11560, 10048, 11552, 10248;
82.73524, 11576, 10704, 11560, 9664, 11552, 10240;
82.73524, 11576, 10864, 11560, 9456, 11552, 10240;
82.73524, 11576, 10864, 11560, 9456, 11552, 10888;
82.73524, 11576, 10768, 11552, 9400, 11552, 10808;
82.73524, 11576, 10712, 11552, 9856, 11552, 10808;
82.73524, 11576, 10552, 11552, 9856, 11544, 10808;
82.73524, 11584, 10552, 11552, 10184, 11544, 10968;
82.73524, 11576, 11144, 11552, 10608, 11544, 10968;
82.73524, 11576, 10968, 11552, 10608, 11544, 10480;
82.73524, 11576, 10968, 11552, 11184, 11544, 10048;
82.73524, 11576, 10616, 11560, 11824, 11544, 10048;
82.73524, 11576, 10440, 11560, 11824, 11552, 10344;
82.73524, 11576, 10440, 11560, 11312, 11552, 10936;
82.73524, 11576, 10696, 11560, 10656, 11544, 10816;
82.73524, 11576, 10752, 11560, 10856, 11544, 10816;
82.73524, 11576, 11232, 11560, 10856, 11544, 10736;
82.73524, 11576, 11232, 11552, 9712, 11544, 10664;
82.73524, 11576, 10704, 11552, 9480, 11544, 10160;
82.73524, 11576, 10848, 11552, 9480, 11552, 10160;
82.73524, 11576, 10848, 11552, 9320, 11552, 10552;
82.73524, 11576, 10544, 11552, 9136, 11552, 10736;
82.73524, 11576, 10352, 11552, 9744, 11552, 10736;
82.73524, 11576, 10352, 11544, 9744, 11552, 10944;
82.73524, 11576, 10728, 11552, 10384, 11544, 10456;
82.73524, 11584, 10400, 11552, 10936, 11544, 10456;
82.73524, 11584, 11224, 11552, 10936, 11544, 10408;
82.73524, 11576, 11224, 11552, 11288, 11544, 10472;
82.73524, 11576, 11040, 11560, 11360, 11544, 10440;
82.73524, 11576, 11160, 11560, 11728, 11544, 10440;
82.73524, 11576, 11160, 11560, 11728, 11552, 10528;
82.73524, 11576, 10600, 11560, 11176, 11544, 11024;
82.73524, 11576, 10864, 11568, 11304, 11544, 11024;
82.73524, 11576, 10568, 11568, 11304, 11544, 10544;
82.73524, 11576, 10568, 11560, 10768, 11544, 10248;
82.73524, 11576, 10864, 11560, 9920, 11544, 10248;
82.73524, 11576, 10464, 11560, 9920, 11544, 10512;
82.73524, 11576, 10464, 11552, 9232, 11552, 10312;
82.73524, 11576, 10688, 11552, 9224, 11552, 10688;
82.73524, 11576, 11056, 11552, 9224, 11552, 10688;
82.73524, 11576, 11056, 11544, 9288, 11552, 11080;
82.73524, 11576, 10800, 11544, 9816, 11552, 10856;
82.73524, 11576, 10976, 11544, 10640, 11544, 10856;
82.73524, 11576, 10976, 11552, 10640, 11544, 10712;
82.73524, 11584, 10448, 11560, 11032, 11544, 10432;
82.73524, 11584, 10760, 11560, 11680, 11544, 10048;
82.73524, 11584, 10744, 11560, 11680, 11544, 10048;
82.73524, 11576, 10744, 11560, 11952, 11544, 10208;
82.73524, 11584, 10488, 11560, 11288, 11544, 10536;
82.73524, 11576, 10528, 11560, 10720, 11544, 10536;
82.73524, 11576, 10664, 11560, 10720, 11552, 11632;
82.73524, 11576, 10664, 11560, 10080, 11552, 10440;
82.73524, 11576, 10720, 11544, 9360, 11552, 10440;
82.73524, 11576, 11104, 11544, 9360, 11544, 10480;
82.73524, 11576, 11104, 11544, 9848, 11552, 10504;
82.73524, 11576, 10984, 11552, 9640, 11552, 10504;
82.73524, 11576, 10512, 11552, 9640, 11552, 10312;
82.73524, 11576, 10512, 11544, 9488, 11544, 10192;
82.73524, 11576, 10688, 11552, 11480, 11544, 11184;
82.73524, 11576, 10672, 11560, 11288, 11544, 11184;
82.73524, 11576, 10672, 11560, 11288, 11544, 11040;
82.73524, 11576, 10976, 11560, 11040, 11544, 10584;
82.73524, 11576, 10616, 11568, 10248, 11544, 10584;
82.73524, 11576, 10840, 11568, 10248, 11544, 10256;
82.73524, 11576, 10840, 11560, 10168, 11544, 10024;
82.73524, 11576, 11000, 11544, 9624, 11544, 10464;
82.73524, 11576, 10912, 11544, 9928, 11552, 10464;
82.73524, 11576, 10912, 11544, 9928, 11552, 10896;
82.73524, 11576, 10944, 11552, 9976, 11552, 10944;
82.73524, 11584, 10448, 11552, 11600, 11552, 10944;
82.73524, 11584, 10512, 11552, 11600, 11544, 10880;
82.73524, 11584, 10512, 11560, 11552, 11544, 10848;
82.73524, 11576, 10696, 11560, 10744, 11544, 10192;
82.73524, 11576, 10648, 11560, 10312, 11544, 10192;
82.73524, 11576, 10648, 11560, 10312, 11544, 9848;
82.73524, 11576, 10768, 11560, 9800, 11552, 10536;
82.73524, 11576, 11024, 11560, 9816, 11552, 10536;
82.73524, 11576, 10928, 11552, 9816, 11552, 10672;
82.73524, 11576, 10928, 11552, 9880, 11544, 10704;
82.73524, 11576, 11088, 11552, 9736, 11544, 10704;
82.73524, 11576, 10472, 11552, 9736, 11544, 10536;
82.73524, 11576, 10472, 11552, 10088, 11552, 10688;
82.73524, 11584, 10648, 11552, 10712, 11552, 10688;
82.73524, 11576, 10704, 11552, 10712, 11544, 10496;
82.73524, 11576, 10704, 11552, 11472, 11544, 10280;
82.73524, 11576, 10984, 11552, 11520, 11544, 10872;
82.73524, 11576, 10904, 11552, 11216, 11552, 10872;
82.73524, 11576, 10904, 11560, 11216, 11544, 10832;
82.73524, 11576, 10856, 11560, 10928, 11552, 11008;
82.73524, 11576, 10648, 11552, 9520, 11552, 10792;
82.73524, 11576, 10776, 11552, 9520, 11544, 10792;
82.73524, 11576, 10776, 11552, 9416, 11552, 10184;
82.73524, 11584, 10336, 11552, 9272, 11552, 10592;
82.73524, 11584, 10424, 11552, 9440, 11552, 10592;
82.73524, 11584, 10424, 11544, 9440, 11552, 11112;
82.73524, 11576, 10552, 11552, 10976, 11552, 10208;
82.73524, 11576, 10792, 11552, 11560, 11552, 10208;
82.73524, 11576, 11472, 11560, 11560, 11544, 10904;
82.73524, 11576, 11472, 11560, 11520, 11536, 10576;
82.73524, 11576, 11056, 11560, 11064, 11536, 10576;
82.73524, 11576, 11032, 11560, 11064, 11544, 10416;
82.73524, 11576, 11032, 11560, 10504, 11544, 10208;
82.73524, 11576, 10984, 11552, 9976, 11552, 10496;
82.73524, 11576, 10328, 11552, 9976, 11552, 10496;
82.73524, 11576, 10328, 11552, 9552, 11560, 10584;
82.73524, 11576, 10664, 11552, 9376, 11552, 10792;
82.73524, 11576, 10392, 11544, 9520, 11552, 10792;
82.73524, 11576, 10888, 11544, 9520, 11544, 10864;
82.73524, 11576, 10888, 11544, 10384, 11544, 10872;
82.73524, 11576, 10920, 11552, 10232, 11544, 10528;
82.73524, 11584, 10816, 11552, 10232, 11544, 10528;
82.73524, 11584, 10816, 11560, 10672, 11544, 10016;
82.73524, 11576, 10760, 11560, 10928, 11544, 10528;
82.73524, 11576, 10912, 11560, 10064, 11552, 10528;
82.73524, 11576, 10752, 11560, 10064, 11552, 10376;
82.73524, 11568, 10752, 11560, 10200, 11544, 10888;
82.73524, 11576, 11176, 11560, 9520, 11544, 10744;
82.73524, 11576, 10600, 11560, 9520, 11544, 10744;
82.73524, 11576, 10600, 11552, 9376, 11544, 10304;
82.73524, 11584, 10552, 11544, 9944, 11544, 10616;
82.73524, 11576, 10736, 11544, 10272, 11552, 10616;
82.73524, 11576, 10736, 11544, 10272, 11552, 10544;
82.73524, 11584, 10744, 11552, 10640, 11552, 10584;
82.73524, 11576, 10816, 11552, 11032, 11552, 10584;
82.73524, 11576, 10432, 11552, 11032, 11544, 10984;
82.73524, 11584, 10432, 11560, 11640, 11544, 11120;
82.73524, 11576, 10784, 11560, 10800, 11544, 11120;
82.73524, 11576, 10824, 11560, 10800, 11544, 10528;
82.73524, 11576, 10824, 11560, 10184, 11552, 10120;
82.73524, 11576, 10656, 11560, 9440, 11552, 10312;
82.73524, 11576, 10632, 11560, 9344, 11552, 10312;
82.73524, 11576, 10632, 11552, 9344, 11552, 10808;
82.73524, 11576, 10696, 11552, 10016, 11552, 10824;
82.73524, 11576, 10704, 11552, 10856, 11552, 10824;
82.73524, 11576, 11144, 11552, 10856, 11544, 11008;
82.73524, 11576, 11144, 11552, 11160, 11552, 10928;
82.73524, 11576, 10736, 11560, 11768, 11552, 10144;
82.73524, 11576, 10688, 11560, 11640, 11544, 10144;
82.73524, 11576, 10688, 11560, 11640, 11544, 9936;
82.73524, 11576, 10976, 11560, 10984, 11544, 10448;
82.73524, 11576, 10624, 11560, 10160, 11544, 10448;
82.73524, 11576, 10960, 11560, 10160, 11552, 10904;
82.73524, 11576, 10960, 11552, 9704, 11552, 10992;
82.73524, 11576, 10384, 11544, 9432, 11552, 10992;
82.73524, 11576, 10704, 11544, 9432, 11552, 11016;
82.73524, 11576, 10704, 11544, 9960, 11552, 10464;
82.73524, 11576, 10888, 11552, 9992, 11544, 10360;
82.73524, 11584, 10784, 11552, 9992, 11544, 10360;
82.73524, 11584, 10784, 11560, 10976, 11544, 10360;
82.73524, 11576, 10960, 11560, 11392, 11552, 10536;
82.73524, 11576, 10760, 11560, 10504, 11552, 10536;
82.73524, 11576, 10824, 11560, 10504, 11552, 10912;
82.73524, 11576, 10824, 11560, 10280, 11544, 11192;
82.73524, 11576, 10864, 11560, 9544, 11544, 10432;
82.73524, 11576, 10712, 11560, 9544, 11552, 10432;
82.73524, 11576, 10712, 11552, 9568, 11544, 10120;
82.73524, 11584, 10400, 11544, 9944, 11544, 10304;
82.73524, 11584, 10616, 11544, 10088, 11552, 10304;
82.73524, 11584, 10616, 11544, 10088, 11552, 10656;
82.73524, 11576, 10456, 11552, 10120, 11544, 10912;
82.73524, 11576, 11024, 11552, 11320, 11544, 10824;
82.73524, 11576, 10864, 11552, 11320, 11544, 10824;
82.73524, 11576, 10864, 11560, 11184, 11544, 10864;
82.73524, 11576, 11136, 11560, 10744, 11544, 10584;
82.73524, 11576, 10920, 11560, 10248, 11544, 10584;
82.73524, 11576, 10552, 11560, 10248, 11544, 10048;
82.73524, 11576, 10552, 11560, 10080, 11552, 10776;
82.73524, 11576, 10640, 11560, 9816, 11552, 10776;
82.73524, 11576, 10432, 11560, 9816, 11552, 10768;
82.73524, 11576, 10432, 11560, 9816, 11552, 10368;
82.73524, 11576, 10848, 11560, 9472, 11552, 10368;
82.73524, 11576, 10880, 11560, 9472, 11544, 10328;
82.73524, 11576, 10880, 11544, 9536, 11544, 10312;
82.73524, 11584, 10816, 11552, 10584, 11544, 10352;
82.73524, 11584, 10576, 11552, 11352, 11552, 10352;
82.73524, 11584, 10576, 11552, 11352, 11544, 10960;
82.73524, 11576, 10904, 11560, 11272, 11544, 10432;
82.73524, 11576, 10776, 11560, 11896, 11544, 10432;
82.73524, 11576, 11024, 11560, 11896, 11544, 10784;
82.73524, 11576, 11024, 11560, 11024, 11544, 10800;
82.73524, 11576, 10736, 11560, 10656, 11544, 10320;
82.73524, 11576, 10592, 11560, 9816, 11544, 10320;
82.73524, 11576, 10592, 11560, 9816, 11552, 10312;
82.73524, 11576, 10720, 11560, 9472, 11552, 10208;
82.73524, 11576, 10536, 11560, 9520, 11552, 10208;
82.73524, 11576, 11032, 11552, 9520, 11552, 10688;
82.73524, 11576, 11032, 11552, 9752, 11552, 10952;
82.73524, 11576, 10600, 11552, 10416, 11552, 10952;
82.73524, 11576, 10984, 11552, 10416, 11544, 10880;
82.73524, 11576, 10984, 11560, 11072, 11544, 11024;
82.73524, 11576, 10848, 11560, 11776, 11544, 10408;
82.73524, 11584, 10664, 11560, 11776, 11544, 10408;
82.73524, 11584, 10664, 11560, 11808, 11544, 9688;
82.73524, 11576, 10496, 11560, 11192, 11552, 10600;
82.73524, 11576, 10712, 11568, 11000, 11552, 10600;
82.73524, 11576, 10592, 11568, 11000, 11552, 11000;
82.73524, 11576, 10592, 11552, 10128, 11544, 10928;
82.73524, 11576, 10840, 11552, 9496, 11544, 10888;
82.73524, 11576, 10544, 11552, 9496, 11544, 10888;
82.73524, 11576, 10544, 11552, 9416, 11552, 10600;
82.73524, 11576, 10736, 11552, 9272, 11552, 9976;
82.73524, 11576, 10904, 11552, 10232, 11552, 9976;
82.73524, 11576, 10904, 11552, 10232, 11544, 10168;
82.73524, 11576, 10584, 11560, 11648, 11544, 10512;
82.73524, 11576, 10880, 11560, 11712, 11544, 10512;
82.73524, 11576, 10424, 11560, 11712, 11552, 10976;
82.73524, 11584, 10424, 11568, 10816, 11544, 10704;
82.73524, 11576, 10864, 11560, 10312, 11544, 10584;
82.73524, 11576, 10920, 11560, 9680, 11544, 10584;
82.73524, 11576, 10920, 11552, 9680, 11552, 10408;
82.73524, 11576, 10832, 11544, 9584, 11552, 10480;
82.73524, 11576, 10880, 11544, 9576, 11552, 10480;
82.73524, 11576, 10600, 11544, 9576, 11552, 10976;
82.73524, 11576, 10600, 11544, 9544, 11552, 10952;
82.73524, 11576, 10712, 11552, 10352, 11552, 10952;
82.73524, 11576, 10824, 11552, 10352, 11544, 10832;
82.73524, 11576, 10824, 11552, 10736, 11544, 10712;
82.73524, 11584, 10864, 11560, 10880, 11544, 10352;
82.73524, 11576, 10576, 11560, 10880, 11544, 10352;
82.73524, 11576, 10576, 11560, 10456, 11544, 10248;
82.73524, 11576, 10784, 11560, 10648, 11552, 10824;
82.73524, 11576, 10600, 11560, 10072, 11552, 10824;
82.73524, 11576, 11144, 11560, 10072, 11544, 11056;
82.73524, 11576, 11144, 11560, 10176, 11544, 10512;
82.73524, 11576, 10856, 11560, 9720, 11544, 10008;
82.73524, 11576, 11000, 11560, 9720, 11544, 10008;
82.73524, 11576, 11000, 11552, 9472, 11552, 10320;
82.73524, 11576, 10640, 11544, 9912, 11552, 10512;
82.73524, 11584, 10336, 11544, 10232, 11552, 10512;
82.73524, 11584, 10456, 11544, 10232, 11552, 10936;
82.73524, 11576, 10456, 11552, 10496, 11552, 11168;
82.73524, 11584, 10304, 11552, 11288, 11552, 11168;
82.73524, 11584, 10976, 11552, 11288, 11544, 10712;
82.73524, 11576, 10976, 11560, 11576, 11536, 10576;
82.73524, 11576, 11192, 11560, 10736, 11544, 10472;
82.73524, 11576, 11096, 11560, 10736, 11544, 10472;
82.73524, 11576, 11096, 11560, 9744, 11552, 10224;
82.73524, 11576, 10856, 11560, 9672, 11552, 10440;
82.73524, 11576, 10704, 11552, 9312, 11552, 10440;
82.73524, 11576, 10704, 11552, 9312, 11552, 10560;
82.73524, 11576, 10776, 11552, 9888, 11552, 10872;
82.73524, 11576, 10744, 11552, 9816, 11552, 10872;
82.73524, 11584, 10560, 11552, 9816, 11544, 10616;
82.73524, 11584, 10560, 11552, 10336, 11544, 10704;
82.73524, 11584, 10408, 11552, 11104, 11544, 10728;
82.73524, 11584, 10840, 11552, 11904, 11544, 10728;
82.73524, 11584, 10840, 11560, 11904, 11544, 9600;
82.73524, 11576, 10544, 11560, 11120, 11552, 10624;
82.73524, 11576, 11192, 11560, 10712, 11552, 10624;
82.73524, 11576, 10880, 11560, 10712, 11544, 10976;
82.73524, 11576, 10880, 11552, 10160, 11552, 10784;
82.73524, 11576, 10824, 11552, 9592, 11552, 10928;
82.73524, 11576, 10856, 11552, 9672, 11544, 10928;
82.73524, 11576, 10856, 11552, 9672, 11552, 10544;
82.73524, 11584, 10704, 11552, 9432, 11544, 10392;
82.73524, 11584, 10488, 11552, 9544, 11544, 10392;
82.73524, 11584, 10416, 11552, 9544, 11544, 10512;
82.73524, 11584, 10416, 11552, 11048, 11544, 10288;
82.73524, 11584, 10520, 11552, 11560, 11544, 10288;
82.73524, 11584, 11040, 11552, 11560, 11544, 10616;
82.73524, 11576, 11040, 11560, 11488, 11552, 10968;
82.73524, 11576, 11048, 11560, 11304, 11552, 10944;
82.73524, 11576, 10808, 11560, 11304, 11544, 10944;
82.73524, 11576, 10808, 11560, 11336, 11544, 10688;
82.73524, 11576, 11184, 11560, 10800, 11544, 10432;
82.73524, 11576, 10576, 11560, 10704, 11544, 10432;
82.73524, 11576, 10904, 11560, 10704, 11544, 10168;
82.73524, 11576, 10904, 11560, 10072, 11552, 10304;
82.73524, 11576, 10352, 11544, 9480, 11552, 10832;
82.73524, 11576, 10448, 11544, 9480, 11552, 10832;
82.73524, 11576, 10448, 11552, 9760, 11560, 10968;
82.73524, 11576, 10648, 11552, 9696, 11560, 10920;
82.73524, 11576, 10736, 11552, 9344, 11552, 10920;
82.73524, 11576, 10736, 11552, 9344, 11544, 10976;
82.73524, 11576, 11032, 11552, 10960, 11544, 10736;
82.73524, 11576, 10816, 11560, 11552, 11544, 10736;
82.73524, 11576, 11112, 11560, 11552, 11544, 10448;
82.73524, 11576, 11112, 11560, 11664, 11544, 10008;
82.73524, 11576, 11064, 11560, 11008, 11544, 10008;
82.73524, 11576, 10800, 11560, 11008, 11544, 10376;
82.73524, 11576, 10800, 11568, 10952, 11544, 10416;
82.73524, 11576, 10456, 11560, 10432, 11552, 11248;
82.73524, 11576, 10496, 11560, 10584, 11552, 11248;
82.73524, 11576, 10496, 11560, 10584, 11552, 11008;
82.73524, 11576, 10360, 11560, 9824, 11544, 10312;
82.73524, 11576, 10720, 11552, 9288, 11544, 10312;
82.73524, 11576, 10456, 11552, 9288, 11552, 10296;
82.73524, 11576, 10456, 11544, 9248, 11552, 10584;
82.73524, 11576, 10968, 11544, 9720, 11552, 10168;
82.73524, 11576, 11152, 11544, 9720, 11552, 10168;
82.73524, 11576, 11152, 11544, 9760, 11544, 11272;
82.73524, 11576, 10984, 11544, 10032, 11544, 11080;
82.73524, 11576, 10936, 11544, 11632, 11544, 11080;
82.73524, 11576, 10600, 11560, 11632, 11544, 10392;
82.73524, 11576, 10600, 11560, 11208, 11544, 10216;
82.73524, 11576, 10776, 11568, 10840, 11544, 10152;
82.73524, 11576, 10624, 11568, 10544, 11552, 10152;
82.73524, 11576, 10624, 11560, 10544, 11552, 10592;
82.73524, 11576, 10376, 11552, 9736, 11552, 10712;
82.73524, 11576, 10608, 11552, 9880, 11552, 10712;
82.73524, 11576, 10920, 11544, 9880, 11544, 10864;
82.73524, 11576, 10920, 11544, 9816, 11544, 10792;
82.73524, 11576, 10968, 11552, 9544, 11544, 10792;
82.73524, 11576, 11112, 11552, 9544, 11544, 10592;
82.73524, 11576, 11112, 11544, 10984, 11544, 10176;
82.73524, 11576, 10896, 11552, 10944, 11544, 10176;
82.73524, 11576, 10824, 11552, 10944, 11552, 10912;
82.73524, 11576, 10824, 11552, 11112, 11552, 10432;
82.73524, 11584, 10600, 11560, 10688, 11552, 10624;
82.73524, 11576, 10248, 11560, 11064, 11544, 10624;
82.73524, 11576, 10248, 11560, 11064, 11544, 10392;
82.73524, 11576, 10808, 11560, 10240, 11544, 9856;
82.73524, 11576, 10520, 11560, 10184, 11544, 10448;
82.73524, 11576, 10848, 11560, 10184, 11544, 10448;
82.73524, 11576, 10848, 11560, 10000, 11552, 10744;
82.73524, 11576, 11192, 11552, 9448, 11552, 10888;
82.73524, 11576, 11032, 11552, 10576, 11552, 10888;
82.73524, 11576, 11032, 11552, 10576, 11544, 10928;
82.73524, 11576, 11144, 11552, 10624, 11544, 10856;
82.73524, 11584, 10592, 11560, 10864, 11544, 10856;
82.73524, 11584, 10800, 11560, 10864, 11544, 10520;
82.73524, 11576, 10800, 11560, 11576, 11544, 10312;
82.73524, 11576, 10744, 11560, 11208, 11544, 10312;
82.73524, 11576, 10656, 11560, 11208, 11552, 10512;
82.73524, 11576, 10656, 11560, 9816, 11552, 10712;
82.73524, 11576, 10272, 11552, 9384, 11552, 10544;
82.73524, 11576, 10576, 11552, 9296, 11552, 10544;
82.73524, 11576, 10576, 11552, 9296, 11544, 10720;
82.73524, 11576, 10320, 11544, 9696, 11544, 10712;
82.73524, 11576, 11048, 11552, 10560, 11544, 10712;
82.73524, 11576, 10840, 11552, 10560, 11544, 10264;
82.73524, 11576, 10840, 11552, 11304, 11544, 10496;
82.73524, 11576, 10928, 11560, 11304, 11544, 10688;
82.73524, 11576, 11096, 11560, 11224, 11552, 10688;
82.73524, 11576, 11096, 11560, 11224, 11544, 10392;
82.73524, 11576, 10672, 11560, 10672, 11544, 11080;
82.73524, 11576, 10824, 11560, 9944, 11544, 11080;
82.73524, 11576, 10504, 11552, 9944, 11544, 10656;
82.73524, 11576, 10504, 11552, 9376, 11544, 10456;
82.73524, 11576, 10808, 11544, 9368, 11544, 10456;
82.73524, 11576, 10840, 11544, 9368, 11552, 10456;
82.73524, 11576, 10840, 11544, 9856, 11552, 10712;
82.73524, 11576, 10800, 11544, 10088, 11544, 10384;
82.73524, 11576, 10728, 11544, 10704, 11544, 10384;
82.73524, 11576, 10608, 11552, 10704, 11544, 11144;
82.73524, 11576, 10608, 11552, 11272, 11544, 11248;
82.73524, 11576, 10704, 11560, 11424, 11544, 11248;
82.73524, 11576, 10824, 11560, 11424, 11544, 10256;
82.73524, 11576, 10824, 11560, 10672, 11544, 10096;
82.73524, 11576, 10856, 11560, 10080, 11544, 10240;
82.73524, 11576, 10552, 11560, 10080, 11552, 10240;
82.73524, 11576, 10552, 11560, 9576, 11552, 10336;
82.73524, 11576, 10768, 11552, 9520, 11552, 11008;
82.73524, 11576, 10776, 11552, 9864, 11552, 11008;
82.73524, 11576, 10776, 11544, 9864, 11552, 11024;
82.73524, 11576, 11192, 11552, 10312, 11552, 10880;
82.73524, 11576, 10704, 11552, 10152, 11552, 10632;
82.73524, 11576, 10608, 11552, 10152, 11544, 10632;
82.73524, 11584, 10608, 11552, 11680, 11544, 10136;
82.73524, 11576, 10736, 11560, 10848, 11544, 10272;
82.73524, 11576, 10512, 11560, 10576, 11544, 10272;
82.73524, 11576, 10752, 11560, 10576, 11544, 10608;
82.73524, 11576, 10752, 11560, 9704, 11552, 11200;
82.73524, 11576, 10472, 11552, 9728, 11552, 11200;
82.73524, 11576, 10912, 11552, 9728, 11552, 10720;
82.73524, 11576, 10912, 11552, 9728, 11544, 10240;
82.73524, 11576, 10912, 11552, 10016, 11544, 10240;
82.73524, 11576, 10944, 11552, 10016, 11544, 10720;
82.73524, 11576, 10944, 11552, 10072, 11544, 10192;
82.73524, 11576, 10632, 11552, 11248, 11544, 10072;
82.73524, 11584, 10616, 11560, 11936, 11544, 10072;
82.73524, 11584, 10616, 11560, 11936, 11544, 11264;
82.73524, 11584, 10664, 11560, 11640, 11552, 10608;
82.73524, 11576, 11024, 11560, 10992, 11552, 10608;
82.73524, 11576, 11024, 11560, 10992, 11552, 10648;
82.73524, 11576, 11024, 11560, 10368, 11544, 10568;
82.73524, 11576, 10904, 11552, 9544, 11544, 10216;
82.73524, 11576, 10840, 11552, 9536, 11544, 10216;
82.73524, 11576, 10840, 11552, 9536, 11552, 10720;
82.73524, 11576, 10816, 11544, 9296, 11552, 10784;
82.73524, 11576, 10920, 11544, 9280, 11552, 10784;
82.73524, 11576, 10376, 11544, 9280, 11552, 10656;
82.73524, 11584, 10376, 11552, 10480, 11544, 10832;
82.73524, 11576, 10752, 11560, 10904, 11544, 10488;
82.73524, 11584, 10608, 11560, 11328, 11544, 10488;
82.73524, 11584, 10608, 11560, 11328, 11544, 10160;
82.73524, 11584, 10480, 11560, 11448, 11544, 10120;
82.73524, 11576, 10504, 11560, 11544, 11544, 10120;
82.73524, 11576, 10624, 11560, 11544, 11544, 10528;
82.73524, 11576, 10624, 11560, 11080, 11552, 11392;
82.73524, 11576, 10856, 11560, 10576, 11552, 11392;
82.73524, 11576, 11200, 11560, 10576, 11552, 10824;
82.73524, 11576, 11200, 11552, 9688, 11544, 10088;
82.73524, 11576, 11104, 11544, 9496, 11544, 10752;
82.73524, 11576, 10632, 11544, 9496, 11552, 10752;
82.73524, 11576, 10632, 11544, 9440, 11552, 10344;
82.73524, 11576, 10720, 11544, 10024, 11552, 10416;
82.73524, 11584, 10272, 11544, 10312, 11552, 10416;
82.73524, 11584, 10800, 11552, 10312, 11544, 11000;
82.73524, 11576, 10800, 11552, 11344, 11544, 10688;
82.73524, 11576, 10384, 11560, 11520, 11544, 10128;
82.73524, 11576, 10840, 11560, 11520, 11544, 10128;
82.73524, 11576, 10840, 11560, 11600, 11544, 10224;
82.73524, 11576, 11024, 11568, 10360, 11552, 10712;
82.73524, 11576, 10976, 11568, 10264, 11552, 10712;
82.73524, 11576, 10872, 11560, 10264, 11552, 11248;
82.73524, 11576, 10872, 11552, 9464, 11552, 10752;
82.73524, 11576, 10752, 11544, 9736, 11552, 10752;
82.73524, 11576, 10880, 11544, 9736, 11544, 10520;
82.73524, 11576, 10880, 11552, 9656, 11544, 10480;
82.73524, 11584, 10720, 11544, 9784, 11544, 10480;
82.73524, 11584, 10328, 11544, 9784, 11544, 10432;
82.73524, 11584, 10328, 11552, 10944, 11544, 10576;
82.73524, 11576, 10424, 11552, 11240, 11544, 10984;
82.73524, 11576, 10760, 11560, 10920, 11544, 10984;
82.73524, 11576, 10760, 11560, 10920, 11544, 10688;
82.73524, 11576, 10768, 11560, 10288, 11544, 10960;
82.73524, 11576, 11256, 11560, 9728, 11544, 10960;
82.73524, 11576, 10984, 11560, 9728, 11544, 10512;
82.73524, 11576, 10984, 11552, 9896, 11552, 10056;
82.73524, 11576, 10864, 11552, 9648, 11552, 10544;
82.73524, 11576, 10704, 11552, 9544, 11552, 10544;
82.73524, 11576, 10704, 11552, 9544, 11552, 10728;
82.73524, 11584, 10224, 11544, 10096, 11544, 10632;
82.73524, 11576, 10784, 11544, 10888, 11544, 10632;
82.73524, 11576, 10464, 11552, 10888, 11544, 10304;
82.73524, 11576, 10464, 11552, 11400, 11544, 10464;
82.73524, 11584, 10920, 11560, 11192, 11544, 10688;
82.73524, 11576, 10896, 11560, 11392, 11544, 10688;
82.73524, 11576, 10896, 11560, 11392, 11552, 10768;
82.73524, 11576, 10968, 11560, 10768, 11544, 10736;
82.73524, 11576, 10952, 11560, 9728, 11544, 10736;
82.73524, 11576, 10440, 11560, 9728, 11552, 10856;
82.73524, 11576, 10440, 11560, 9272, 11544, 10496;
82.73524, 11576, 10640, 11552, 9224, 11544, 10496;
82.73524, 11576, 10952, 11552, 9224, 11544, 10288;
82.73524, 11576, 10952, 11552, 9552, 11552, 10288;
82.73524, 11576, 10512, 11552, 10592, 11552, 10288;
82.73524, 11584, 10504, 11552, 10592, 11552, 10296;
82.73524, 11584, 10504, 11552, 10488, 11552, 10920;
82.73524, 11576, 10888, 11560, 11136, 11552, 10576;
82.73524, 11576, 10776, 11560, 11952, 11544, 10576;
82.73524, 11576, 10776, 11560, 11952, 11544, 10176;
82.73524, 11576, 11024, 11552, 11512, 11544, 10304;
82.73524, 11576, 10568, 11560, 11152, 11544, 10416;
82.73524, 11576, 10584, 11560, 11152, 11544, 10416;
82.73524, 11576, 10584, 11560, 10736, 11552, 10688;
82.73524, 11576, 10968, 11552, 10080, 11552, 11016;
82.73524, 11576, 10592, 11552, 9528, 11552, 11016;
82.73524, 11576, 10840, 11544, 9528, 11544, 10552;
82.73524, 11576, 10840, 11544, 9592, 11552, 10032;
82.73524, 11576, 10752, 11552, 9536, 11552, 10032;
82.73524, 11576, 10848, 11552, 9536, 11552, 10272;
82.73524, 11576, 10848, 11552, 10176, 11544, 10520;
82.73524, 11576, 10744, 11552, 11136, 11544, 10520;
82.73524, 11576, 10728, 11552, 11136, 11544, 11288;
82.73524, 11576, 10728, 11560, 11840, 11544, 10560;
82.73524, 11584, 10360, 11568, 11280, 11544, 9976;
82.73524, 11584, 10840, 11560, 11560, 11544, 9976;
82.73524, 11584, 10840, 11560, 11560, 11544, 10696;
82.73524, 11576, 10720, 11560, 11024, 11552, 10352;
82.73524, 11576, 10960, 11560, 10680, 11552, 10352;
82.73524, 11576, 10760, 11560, 10680, 11552, 10368;
84.64001, 11560, 10696, 11552, 10168, 11544, 10560;
84.64001, 11568, 10096, 11552, 10168, 11544, 10536;
84.64001, 11568, 10096, 11552, 9744, 11536, 10904;
84.64001, 11568, 9920, 11552, 9720, 11536, 10568;
84.64001, 11576, 10408, 11552, 9720, 11544, 10568;
84.64001, 11576, 10408, 11544, 9392, 11536, 10864;
84.64001, 11584, 11560, 11544, 9488, 11536, 11056;
84.64001, 11576, 12424, 11544, 9352, 11544, 11056;
84.64001, 11576, 12424, 11544, 9352, 11544, 10688;
84.64001, 11568, 12616, 11544, 9248, 11536, 10680;
84.64001, 11560, 11408, 11544, 9136, 11536, 10680;
84.64001, 11560, 10448, 11544, 9136, 11536, 10576;
84.64001, 11560, 10448, 11544, 9328, 11544, 10648;
84.64001, 11568, 9760, 11552, 9240, 11544, 11024;
84.64001, 11568, 9744, 11552, 9240, 11536, 11024;
84.64001, 11568, 9744, 11544, 9016, 11536, 10736;
84.64001, 11576, 10248, 11544, 9296, 11536, 10600;
84.64001, 11576, 10784, 11544, 9296, 11544, 10600;
84.64001, 11576, 10784, 11544, 9448, 11536, 10296;
84.64001, 11576, 11680, 11544, 9624, 11536, 10432;
84.64001, 11576, 12400, 11544, 9920, 11536, 10432;
84.64001, 11576, 12400, 11544, 9920, 11544, 10464;
84.64001, 11576, 12400, 11544, 9992, 11544, 10536;
84.64001, 11568, 11408, 11544, 9752, 11544, 10536;
84.64001, 11568, 11664, 11544, 9752, 11544, 10904;
84.64001, 11568, 11664, 11552, 9976, 11544, 10368;
84.64001, 11560, 11408, 11552, 10392, 11544, 10368;
84.64001, 11560, 10312, 11552, 10392, 11544, 10296;
84.64001, 11560, 10312, 11552, 10344, 11544, 10344;
84.64001, 11560, 9712, 11560, 10472, 11544, 10584;
84.64001, 11576, 9696, 11560, 10472, 11544, 10584;
84.64001, 11576, 9696, 11552, 11104, 11544, 10624;
84.64001, 11576, 10472, 11560, 11224, 11544, 10848;
84.64001, 11584, 10808, 11560, 11496, 11544, 10848;
84.64001, 11584, 11184, 11560, 11496, 11544, 10648;
84.64001, 11584, 11184, 11552, 11760, 11544, 10568;
84.64001, 11576, 12240, 11560, 11496, 11544, 10936;
84.64001, 11576, 12296, 11560, 11496, 11544, 10936;
84.64001, 11576, 12296, 11552, 11560, 11544, 10344;
84.64001, 11568, 12424, 11552, 10808, 11544, 11000;
84.64001, 11568, 11696, 11552, 11168, 11544, 11000;
84.64001, 11568, 11192, 11560, 11168, 11544, 10984;
84.64001, 11568, 11192, 11560, 11456, 11544, 10576;
84.64001, 11568, 10384, 11560, 11552, 11544, 10856;
84.64001, 11560, 9856, 11560, 11592, 11536, 10856;
84.64001, 11560, 9856, 11560, 11592, 11544, 10816;
84.64001, 11568, 9808, 11560, 11472, 11536, 10600;
84.64001, 11576, 10120, 11560, 11632, 11536, 10600;
84.64001, 11576, 10416, 11560, 11632, 11544, 11184;
84.64001, 11576, 10416, 11560, 11640, 11536, 10720;
84.64001, 11584, 11304, 11552, 11392, 11536, 10720;
84.64001, 11584, 11704, 11552, 11392, 11544, 10776;
84.64001, 11584, 11704, 11552, 11112, 11544, 10696;
84.64001, 11576, 12264, 11552, 10968, 11544, 10640;
84.64001, 11576, 12304, 11552, 10968, 11536, 10640;
84.64001, 11576, 12304, 11552, 10872, 11544, 10544;
84.64001, 11568, 11680, 11552, 10488, 11544, 10760;
84.64001, 11560, 11856, 11552, 10008, 11544, 10760;
84.64001, 11560, 10984, 11552, 10008, 11544, 10920;
84.64001, 11568, 10984, 11544, 9960, 11544, 10944;
84.64001, 11568, 10536, 11544, 10384, 11544, 10544;
84.64001, 11560, 9712, 11544, 9896, 11536, 10544;
84.64001, 11560, 9712, 11552, 9896, 11536, 10504;
84.64001, 11568, 9696, 11552, 10416, 11536, 10488;
84.64001, 11568, 9920, 11552, 9664, 11536, 10488;
84.64001, 11568, 9920, 11552, 9664, 11536, 10512;
84.64001, 11576, 10304, 11552, 9608, 11536, 10672;
84.64001, 11584, 10992, 11552, 9856, 11536, 10672;
84.64001, 11584, 11208, 11552, 9856, 11544, 10736;
84.64001, 11584, 11208, 11552, 10000, 11544, 10496;
84.64001, 11576, 11808, 11552, 10192, 11544, 10496;
84.64001, 11576, 12272, 11552, 10192, 11544, 10272;
84.64001, 11576, 12272, 11552, 10352, 11544, 10264;
84.64001, 11568, 11720, 11560, 10512, 11552, 10480;
84.64001, 11568, 11128, 11560, 10512, 11552, 10480;
84.64001, 11568, 11128, 11560, 10632, 11544, 10712;
84.64001, 11568, 10720, 11560, 10928, 11544, 10344;
84.64001, 11568, 9832, 11560, 10920, 11544, 10344;
84.64001, 11576, 10048, 11560, 10920, 11544, 10680;
84.64001, 11576, 10048, 11560, 11080, 11544, 9872;
84.64001, 11576, 9848, 11560, 11128, 11544, 10536;
84.64001, 11584, 10616, 11560, 11128, 11544, 10536;
84.64001, 11584, 10616, 11552, 11080, 11544, 10648;
84.64001, 11584, 11832, 11552, 11192, 11544, 10952;
84.64001, 11584, 12376, 11552, 11464, 11552, 10952;
84.64001, 11584, 12592, 11560, 11464, 11544, 10760;
84.64001, 11576, 12592, 11560, 11760, 11544, 10584;
84.64001, 11576, 11664, 11560, 11912, 11544, 11072;
84.64001, 11576, 10800, 11560, 11912, 11544, 11072;
84.64001, 11568, 10800, 11560, 11560, 11544, 10112;
84.64001, 11568, 10432, 11560, 11528, 11544, 10712;
84.64001, 11568, 9992, 11560, 11896, 11544, 10712;
84.64001, 11568, 9856, 11560, 11896, 11544, 11344;
84.64001, 11568, 9856, 11560, 11496, 11544, 10640;
84.64001, 11576, 9848, 11560, 11792, 11544, 10640;
84.64001, 11576, 10672, 11560, 11792, 11544, 10960;
84.64001, 11576, 10672, 11552, 11456, 11536, 10672;
84.64001, 11576, 10808, 11552, 11272, 11536, 10896;
84.64001, 11584, 11544, 11552, 11272, 11536, 10896;
84.64001, 11584, 11544, 11552, 10808, 11544, 10824;
84.64001, 11576, 12584, 11552, 10520, 11544, 11256;
84.64001, 11576, 12472, 11552, 10488, 11536, 11256;
84.64001, 11576, 12392, 11544, 10488, 11544, 10960;
84.64001, 11568, 12392, 11544, 10312, 11544, 10720;
84.64001, 11568, 11688, 11544, 9832, 11544, 10664;
84.64001, 11568, 10760, 11544, 9832, 11536, 10664;
84.64001, 11568, 10760, 11544, 10048, 11544, 10840;
84.64001, 11568, 10368, 11544, 10064, 11544, 10736;
84.64001, 11568, 9760, 11544, 10040, 11536, 10736;
84.64001, 11568, 9760, 11544, 10040, 11544, 10568;
84.64001, 11568, 9832, 11544, 10080, 11536, 10968;
84.64001, 11576, 10384, 11544, 10272, 11536, 10968;
84.64001, 11576, 10968, 11544, 10272, 11536, 10816;
84.64001, 11576, 10968, 11544, 10216, 11536, 10416;
84.64001, 11576, 11536, 11544, 10248, 11536, 10416;
84.64001, 11584, 11952, 11544, 10248, 11544, 10424;
84.64001, 11584, 11952, 11544, 10624, 11544, 10720;
84.64001, 11576, 12816, 11552, 10976, 11544, 10432;
84.64001, 11568, 12120, 11544, 11016, 11544, 10432;
84.64001, 11568, 12120, 11544, 11016, 11544, 10968;
84.64001, 11568, 11144, 11552, 11192, 11544, 10840;
84.64001, 11568, 9560, 11552, 10880, 11544, 10840;
84.64001, 11576, 9640, 11552, 10880, 11544, 10688;
84.64001, 11576, 9640, 11560, 11168, 11536, 10344;
84.64001, 11576, 10208, 11560, 11272, 11536, 10744;
84.64001, 11584, 10440, 11560, 11376, 11544, 10744;
84.64001, 11584, 10440, 11560, 11376, 11544, 10616;
84.64001, 11584, 11384, 11552, 10928, 11544, 10432;
84.64001, 11584, 12144, 11552, 10656, 11544, 10432;
84.64001, 11584, 12208, 11552, 10656, 11544, 10944;
84.64001, 11576, 12208, 11552, 10432, 11544, 10624;
84.64001, 11568, 12200, 11552, 10200, 11544, 10600;
84.64001, 11568, 11128, 11552, 10016, 11544, 10600;
84.64001, 11568, 11128, 11552, 10016, 11544, 10312;
84.64001, 11560, 10504, 11552, 9648, 11536, 10912;
84.64001, 11560, 9600, 11552, 9608, 11536, 10912;
84.64001, 11560, 9664, 11552, 9608, 11544, 10368;
84.64001, 11560, 9664, 11544, 9864, 11536, 10904;
84.64001, 11576, 9760, 11544, 9512, 11536, 10904;
84.64001, 11576, 10480, 11544, 9512, 11536, 10720;
84.64001, 11576, 10480, 11544, 9520, 11544, 10224;
84.64001, 11584, 11456, 11544, 9992, 11544, 10224;
84.64001, 11584, 11432, 11544, 9992, 11544, 10552;
84.64001, 11584, 11432, 11544, 10080, 11544, 10720;
84.64001, 11576, 12352, 11544, 10264, 11544, 10576;
84.64001, 11576, 12584, 11544, 10752, 11544, 10576;
84.64001, 11576, 12584, 11544, 10752, 11544, 10752;
84.64001, 11576, 12280, 11552, 10880, 11544, 10904;
84.64001, 11568, 11960, 11552, 11328, 11544, 10904;
84.64001, 11568, 11264, 11552, 11328, 11544, 10520;
84.64001, 11568, 11264, 11552, 11688, 11544, 10352;
84.64001, 11568, 10520, 11560, 11600, 11544, 10888;
84.64001, 11568, 10304, 11560, 11648, 11544, 10888;
84.64001, 11568, 10304, 11560, 11648, 11544, 10944;
84.64001, 11568, 9608, 11560, 11552, 11544, 10864;
84.64001, 11576, 9784, 11560, 11192, 11544, 10864;
84.64001, 11576, 10400, 11560, 11192, 11544, 11000;
84.64001, 11584, 10400, 11552, 11216, 11544, 10704;
84.64001, 11584, 11944, 11552, 11568, 11544, 10704;
84.64001, 11576, 11512, 11552, 11568, 11544, 10736;
84.64001, 11576, 11512, 11552, 11184, 11544, 11408;
84.64001, 11576, 11960, 11544, 10560, 11544, 10976;
84.64001, 11568, 12024, 11544, 10512, 11544, 10976;
84.64001, 11568, 12024, 11544, 10512, 11544, 10912;
84.64001, 11560, 10872, 11552, 10568, 11536, 10752;
84.64001, 11568, 10592, 11552, 10264, 11536, 10752;
84.64001, 11568, 10168, 11552, 10264, 11536, 10648;
84.64001, 11568, 10168, 11552, 10032, 11536, 10712;
84.64001, 11576, 9896, 11544, 9936, 11536, 10824;
84.64001, 11576, 10064, 11544, 10024, 11536, 10824;
84.64001, 11576, 10064, 11544, 10024, 11536, 11176;
84.64001, 11576, 10192, 11544, 9696, 11536, 10904;
84.64001, 11584, 11040, 11544, 9776, 11536, 10904;
84.64001, 11584, 11984, 11544, 9776, 11536, 10976;
84.64001, 11576, 11984, 11544, 9200, 11536, 10544;
84.64001, 11576, 12848, 11544, 9792, 11536, 10648;
84.64001, 11576, 11840, 11544, 9792, 11544, 10648;
84.64001, 11568, 11840, 11544, 9600, 11544, 10560;
84.64001, 11568, 11248, 11552, 9936, 11544, 10816;
84.64001, 11568, 11704, 11552, 10352, 11544, 10816;
84.64001, 11568, 11040, 11552, 10352, 11544, 10840;
84.64001, 11568, 11040, 11552, 10672, 11544, 10176;
84.64001, 11560, 10384, 11560, 11024, 11544, 10176;
84.64001, 11560, 9632, 11560, 11024, 11544, 10440;
84.64001, 11568, 9632, 11560, 11264, 11544, 10240;
84.64001, 11576, 9984, 11560, 10944, 11544, 10240;
84.64001, 11576, 10232, 11560, 10944, 11544, 10576;
84.64001, 11576, 10232, 11560, 10960, 11544, 10256;
84.64001, 11584, 10624, 11552, 10752, 11544, 10440;
84.64001, 11584, 11552, 11552, 10288, 11544, 10440;
84.64001, 11584, 11552, 11552, 10288, 11544, 10480;
84.64001, 11576, 12272, 11552, 10128, 11544, 10248;
84.64001, 11576, 12584, 11552, 10304, 11544, 10248;
84.64001, 11576, 12200, 11552, 10304, 11544, 10584;
84.64001, 11576, 12200, 11544, 10040, 11552, 10504;
84.64001, 11568, 11264, 11544, 9336, 11552, 11032;
84.64001, 11568, 11024, 11544, 9520, 11544, 11032;
84.64001, 11568, 11024, 11544, 9520, 11544, 10552;
84.64001, 11560, 10024, 11544, 9240, 11544, 10640;
84.64001, 11568, 9984, 11544, 9168, 11544, 10640;
84.64001, 11568, 9944, 11544, 9168, 11536, 10960;
84.64001, 11568, 9944, 11544, 9056, 11536, 10216;
84.64001, 11576, 10016, 11544, 9208, 11536, 10216;
84.64001, 11576, 10224, 11544, 9208, 11536, 11112;
84.64001, 11576, 10224, 11544, 9152, 11544, 11336;
84.64001, 11576, 10568, 11544, 8992, 11544, 11336;
84.64001, 11584, 11688, 11544, 8992, 11536, 11024;
84.64001, 11584, 11688, 11544, 9440, 11544, 11160;
84.64001, 11576, 12408, 11536, 9544, 11544, 11256;
84.64001, 11576, 12568, 11536, 9544, 11544, 11256;
84.64001, 11576, 12568, 11544, 9760, 11544, 11024;
84.64001, 11568, 12168, 11552, 10024, 11544, 10640;
84.64001, 11568, 10256, 11552, 10272, 11544, 10640;
84.64001, 11568, 10256, 11552, 10272, 11544, 11064;
84.64001, 11568, 10080, 11560, 10328, 11544, 10864;
84.64001, 11568, 9664, 11560, 10824, 11544, 10496;
84.64001, 11576, 9800, 11560, 10824, 11544, 10496;
84.64001, 11576, 9800, 11560, 10960, 11536, 10640;
84.64001, 11576, 10448, 11560, 10816, 11536, 10416;
84.64001, 11584, 10904, 11560, 10904, 11536, 10416;
84.64001, 11584, 10904, 11552, 10904, 11544, 10592;
84.64001, 11584, 11760, 11552, 11152, 11544, 10832;
84.64001, 11576, 11912, 11560, 11352, 11544, 10680;
84.64001, 11576, 12448, 11560, 11352, 11544, 10680;
84.64001, 11576, 12448, 11552, 11544, 11544, 10816;
84.64001, 11568, 11808, 11560, 11584, 11544, 10200;
84.64001, 11568, 11376, 11560, 11576, 11544, 10200;
84.64001, 11568, 10272, 11560, 11576, 11544, 10456;
84.64001, 11568, 10272, 11552, 11304, 11544, 10416;
84.64001, 11568, 9472, 11552, 10512, 11544, 10416;
84.64001, 11568, 9880, 11552, 10512, 11536, 10584;
84.64001, 11576, 9880, 11552, 10768, 11536, 10336;
84.64001, 11576, 10368, 11552, 10592, 11536, 10336;
84.64001, 11584, 10920, 11552, 10592, 11536, 10600;
84.64001, 11584, 10920, 11544, 10392, 11536, 10368;
84.64001, 11576, 12104, 11544, 10704, 11536, 10264;
84.64001, 11576, 12096, 11544, 10584, 11544, 10264;
84.64001, 11576, 12096, 11544, 10584, 11544, 10616;
84.64001, 11568, 12416, 11544, 10024, 11544, 10608;
84.64001, 11568, 11224, 11544, 10056, 11544, 10608;
84.64001, 11568, 10976, 11544, 10056, 11544, 10416;
84.64001, 11568, 10976, 11552, 9952, 11544, 10768;
84.64001, 11560, 9920, 11552, 9976, 11544, 10200;
84.64001, 11568, 9592, 11552, 10160, 11544, 10200;
84.64001, 11568, 9592, 11552, 10160, 11536, 10408;
84.64001, 11576, 9976, 11552, 10312, 11544, 10400;
84.64001, 11584, 10952, 11552, 10712, 11544, 10400;
84.64001, 11584, 11648, 11552, 10712, 11544, 11208;
84.64001, 11584, 11648, 11552, 10672, 11544, 10360;
84.64001, 11576, 11688, 11552, 10728, 11544, 10360;
84.64001, 11576, 11936, 11552, 10728, 11544, 10928;
84.64001, 11576, 11936, 11552, 10944, 11544, 10552;
84.64001, 11568, 12128, 11552, 11016, 11552, 10352;
84.64001, 11568, 11472, 11552, 11016, 11552, 10352;
84.64001, 11568, 11472, 11560, 11112, 11544, 10824;
84.64001, 11568, 11128, 11560, 10928, 11544, 10816;
84.64001, 11568, 10120, 11560, 10912, 11544, 10816;
84.64001, 11568, 9984, 11560, 10912, 11544, 10704;
84.64001, 11568, 9984, 11560, 11344, 11544, 10912;
84.64001, 11576, 9816, 11560, 11192, 11544, 10768;
84.64001, 11576, 10232, 11560, 11192, 11536, 10768;
84.64001, 11576, 10232, 11560, 10944, 11544, 10816;
84.64001, 11576, 10664, 11560, 10768, 11536, 10624;
84.64001, 11584, 11312, 11560, 10968, 11536, 10624;
84.64001, 11584, 12368, 11560, 10968, 11544, 11184;
84.64001, 11584, 12368, 11552, 10760, 11544, 11096;
84.64001, 11576, 11984, 11552, 10600, 11544, 10784;
84.64001, 11576, 11968, 11552, 11048, 11544, 10784;
84.64001, 11576, 11968, 11552, 11048, 11544, 11384;
84.64001, 11568, 12040, 11552, 10816, 11544, 10200;
84.64001, 11560, 11576, 11552, 10248, 11544, 10200;
84.64001, 11560, 10800, 11552, 10248, 11544, 11056;
84.64001, 11560, 10800, 11552, 10520, 11536, 10384;
84.64001, 11568, 10176, 11552, 10360, 11536, 10384;
84.64001, 11568, 9848, 11552, 10360, 11544, 10984;
84.64001, 11568, 9848, 11552, 10304, 11544, 10872;
84.64001, 11568, 9704, 11544, 9832, 11544, 10648;
84.64001, 11576, 10200, 11544, 9832, 11536, 10648;
84.64001, 11576, 10200, 11544, 9720, 11536, 11064;
84.64001, 11576, 10800, 11536, 9680, 11536, 10472;
84.64001, 11584, 10952, 11536, 9808, 11536, 10472;
84.64001, 11584, 10952, 11544, 9808, 11536, 10896;
84.64001, 11584, 11312, 11544, 9888, 11544, 11304;
84.64001, 11584, 11800, 11544, 9864, 11544, 11304;
84.64001, 11584, 12016, 11544, 9864, 11536, 11312;
84.64001, 11576, 12016, 11544, 9904, 11544, 10976;
84.64001, 11568, 12352, 11544, 10600, 11544, 11016;
84.64001, 11568, 11192, 11544, 10600, 11544, 11016;
84.64001, 11568, 11192, 11552, 10752, 11536, 10592;
84.64001, 11560, 10688, 11552, 10928, 11544, 10840;
84.64001, 11568, 9832, 11552, 10984, 11544, 10840;
84.64001, 11568, 9896, 11552, 10984, 11536, 11000;
84.64001, 11568, 9896, 11552, 11024, 11544, 10912;
84.64001, 11576, 10072, 11552, 11056, 11544, 10912;
84.64001, 11576, 10968, 11552, 11056, 11536, 10968;
84.64001, 11584, 10968, 11552, 11352, 11536, 10688;
84.64001, 11584, 11728, 11552, 10896, 11544, 10736;
84.64001, 11584, 11888, 11552, 10896, 11544, 10736;
84.64001, 11584, 11888, 11552, 11304, 11544, 10776;
84.64001, 11584, 12600, 11552, 11352, 11544, 10880;
84.64001, 11576, 11976, 11552, 11480, 11544, 10880;
84.64001, 11576, 11560, 11552, 11480, 11544, 11096;
84.64001, 11576, 11560, 11552, 11288, 11544, 10840;
84.64001, 11568, 11560, 11552, 11328, 11544, 10736;
84.64001, 11568, 10424, 11552, 11328, 11544, 10736;
84.64001, 11568, 10424, 11560, 11272, 11536, 11056;
84.64001, 11568, 10120, 11560, 11440, 11544, 10448;
84.64001, 11568, 9808, 11560, 11208, 11544, 10448;
84.64001, 11568, 10104, 11552, 11208, 11544, 10920;
84.64001, 11576, 10104, 11552, 10856, 11536, 10896;
84.64001, 11576, 9968, 11552, 10496, 11536, 10832;
84.64001, 11576, 9856, 11552, 10496, 11536, 10832;
84.64001, 11576, 9856, 11552, 10280, 11536, 10600;
84.64001, 11576, 10128, 11552, 10184, 11536, 10568;
84.64001, 11576, 10424, 11552, 9848, 11536, 10568;
84.64001, 11576, 10880, 11544, 9848, 11536, 10736;
84.64001, 11576, 10880, 11544, 9744, 11536, 10648;
84.64001, 11584, 11288, 11544, 9760, 11536, 10648;
84.64001, 11584, 11320, 11544, 9760, 11536, 11160;
84.64001, 11584, 11320, 11544, 9840, 11544, 11000;
84.64001, 11576, 12000, 11544, 10112, 11544, 11000;
84.64001, 11576, 12640, 11544, 10112, 11536, 10584;
84.64001, 11576, 12640, 11544, 10640, 11544, 10592;
84.64001, 11576, 12136, 11552, 11040, 11544, 10768;
84.64001, 11568, 12264, 11552, 11136, 11544, 10768;
84.64001, 11568, 12264, 11552, 11136, 11544, 10456;
84.64001, 11568, 10984, 11560, 11296, 11544, 10736;
84.64001, 11568, 10400, 11560, 11152, 11544, 10736;
84.64001, 11568, 10336, 11560, 11152, 11544, 10856;
84.64001, 11568, 10336, 11560, 11232, 11544, 10560;
84.64001, 11568, 9664, 11560, 11488, 11544, 10152;
84.64001, 11576, 10040, 11560, 11584, 11544, 10152;
84.64001, 11576, 10040, 11560, 11584, 11544, 10608;
84.64001, 11584, 10584, 11552, 11488, 11544, 10784;
84.64001, 11584, 11584, 11552, 11256, 11544, 10784;
84.64001, 11584, 11896, 11552, 11256, 11544, 10544;
84.64001, 11584, 11896, 11552, 11400, 11544, 10592;
84.64001, 11576, 11864, 11552, 11576, 11544, 10592;
84.64001, 11568, 11464, 11552, 11576, 11552, 10832;
84.64001, 11568, 11464, 11552, 11416, 11544, 10576;
84.64001, 11560, 11048, 11552, 11096, 11544, 10576;
84.64001, 11568, 9960, 11552, 11096, 11544, 10576;
84.64001, 11568, 9960, 11552, 11096, 11544, 11000;
84.64001, 11568, 9832, 11552, 10624, 11544, 10616;
84.64001, 11568, 9888, 11544, 10424, 11544, 10616;
84.64001, 11576, 9896, 11544, 10424, 11536, 10672;
84.64001, 11576, 9896, 11544, 9840, 11536, 11320;
84.64001, 11576, 10816, 11544, 10176, 11536, 10344;
84.64001, 11584, 11448, 11544, 10176, 11536, 10344;
84.64001, 11584, 11448, 11544, 10024, 11536, 10792;
84.64001, 11584, 12096, 11544, 9968, 11536, 11168;
84.64001, 11576, 12176, 11544, 9944, 11544, 11168;
84.64001, 11576, 12176, 11544, 9944, 11544, 10752;
84.64001, 11576, 11752, 11544, 9928, 11544, 11136;
84.64001, 11568, 11344, 11544, 9752, 11544, 10768;
84.64001, 11568, 11016, 11544, 9752, 11544, 10768;
84.64001, 11560, 11016, 11544, 9480, 11536, 10968;
84.64001, 11560, 9984, 11544, 9528, 11536, 10872;
84.64001, 11560, 9816, 11544, 9528, 11544, 10872;
84.64001, 11568, 9816, 11544, 9504, 11536, 11288;
84.64001, 11568, 9904, 11544, 9608, 11536, 10872;
84.64001, 11576, 10608, 11544, 9912, 11544, 10872;
84.64001, 11576, 10608, 11544, 9912, 11536, 10840;
84.64001, 11576, 10632, 11544, 9704, 11536, 10544;
84.64001, 11576, 11032, 11544, 9648, 11536, 10544;
84.64001, 11576, 11928, 11544, 9648, 11536, 10848;
84.64001, 11584, 11928, 11544, 10240, 11544, 10704;
84.64001, 11576, 12008, 11544, 10072, 11544, 10704;
84.64001, 11576, 12368, 11544, 10072, 11544, 10976;
84.64001, 11576, 12368, 11552, 10536, 11544, 11064;
84.64001, 11568, 11944, 11552, 10408, 11544, 10696;
84.64001, 11568, 10776, 11552, 10408, 11544, 10696;
84.64001, 11568, 10776, 11552, 10784, 11544, 10488;
84.64001, 11568, 10576, 11552, 10960, 11544, 10504;
84.64001, 11568, 9880, 11552, 10936, 11544, 10504;
84.64001, 11568, 9888, 11552, 10936, 11544, 10456;
84.64001, 11568, 9888, 11560, 11088, 11544, 10352;
84.64001, 11568, 9728, 11560, 10712, 11544, 10544;
84.64001, 11568, 9984, 11560, 10712, 11544, 10544;
84.64001, 11576, 9984, 11560, 11024, 11544, 10528;
84.64001, 11576, 10584, 11560, 11200, 11544, 10392;
84.64001, 11584, 10720, 11560, 10832, 11544, 10392;
84.64001, 11584, 10720, 11552, 10832, 11536, 10144;
84.64001, 11584, 11064, 11552, 10648, 11544, 10528;
84.64001, 11584, 12608, 11552, 10776, 11544, 10528;
84.64001, 11584, 12784, 11552, 10776, 11552, 10712;
84.64001, 11576, 12784, 11552, 10352, 11544, 10488;
84.64001, 11576, 12432, 11544, 10120, 11544, 10488;
84.64001, 11568, 11192, 11544, 10120, 11552, 10744;
84.64001, 11568, 11192, 11552, 10136, 11552, 10688;
84.64001, 11568, 10888, 11552, 9904, 11544, 10320;
84.64001, 11568, 10616, 11544, 9632, 11544, 10320;
84.64001, 11568, 10616, 11544, 9632, 11544, 10528;
84.64001, 11568, 9560, 11544, 9376, 11544, 10776;
84.64001, 11568, 9832, 11544, 9368, 11544, 10776;
84.64001, 11576, 10232, 11544, 9368, 11544, 10752;
84.64001, 11576, 10232, 11544, 8856, 11536, 10696;
84.64001, 11576, 11352, 11544, 9144, 11536, 10888;
84.64001, 11576, 11752, 11544, 9144, 11536, 10888;
84.64001, 11576, 11752, 11536, 9280, 11544, 10448;
84.64001, 11576, 12088, 11536, 9152, 11544, 10872;
84.64001, 11576, 12736, 11536, 9176, 11544, 10872;
84.64001, 11576, 12736, 11536, 9176, 11544, 10656;
84.64001, 11568, 11864, 11544, 9408, 11544, 11120;
84.64001, 11560, 10624, 11544, 9536, 11544, 11120;
84.64001, 11560, 9592, 11544, 9536, 11544, 10472;
84.64001, 11560, 9592, 11544, 9640, 11544, 10656;
84.64001, 11568, 9584, 11552, 9896, 11544, 11088;
84.64001, 11568, 9680, 11552, 9896, 11544, 11088;
84.64001, 11568, 9680, 11552, 9992, 11544, 10168;
84.64001, 11576, 9600, 11552, 10304, 11544, 11120;
84.64001, 11576, 10048, 11552, 10304, 11536, 11120;
84.64001, 11576, 10048, 11552, 10680, 11544, 11016;
84.64001, 11584, 11216, 11552, 10912, 11544, 10856;
84.64001, 11584, 11888, 11552, 10920, 11544, 10856;
84.64001, 11584, 12376, 11552, 10920, 11544, 10968;
84.64001, 11576, 12376, 11552, 11568, 11544, 11088;
84.64001, 11576, 12008, 11552, 11536, 11544, 11088;
84.64001, 11568, 12472, 11552, 11536, 11544, 10616;
84.64001, 11568, 12472, 11560, 11648, 11544, 10488;
84.64001, 11568, 11952, 11560, 11632, 11544, 10744;
84.64001, 11560, 10480, 11560, 11632, 11544, 10744;
84.64001, 11560, 10480, 11560, 11528, 11544, 10800;
84.64001, 11560, 10296, 11560, 11448, 11544, 10480;
84.64001, 11568, 9504, 11560, 11184, 11544, 10480;
84.64001, 11568, 9752, 11560, 11184, 11544, 10232;
84.64001, 11568, 9752, 11560, 11688, 11536, 10432;
84.64001, 11576, 9592, 11560, 11504, 11536, 10632;
84.64001, 11576, 10464, 11560, 11504, 11544, 10632;
84.64001, 11576, 10464, 11552, 11336, 11544, 10376;
84.64001, 11584, 11464, 11552, 10672, 11544, 10392;
84.64001, 11576, 11920, 11552, 10720, 11536, 10392;
84.64001, 11576, 12584, 11544, 10720, 11544, 10576;
84.64001, 11576, 12584, 11544, 10368, 11544, 10320;
84.64001, 11568, 11864, 11544, 10152, 11544, 10320;
84.64001, 11568, 11408, 11544, 10152, 11544, 10344;
84.64001, 11568, 11408, 11544, 10296, 11544, 10608;
84.64001, 11560, 11008, 11544, 10128, 11544, 10664;
84.64001, 11560, 10256, 11544, 10128, 11544, 10664;
84.64001, 11560, 10256, 11544, 10144, 11544, 10736;
84.64001, 11560, 9984, 11552, 9992, 11544, 10520;
84.64001, 11568, 9448, 11544, 9728, 11544, 10520;
84.64001, 11568, 9448, 11544, 9728, 11536, 10904;
84.64001, 11576, 10112, 11552, 9720, 11536, 10568;
84.64001, 11576, 10664, 11552, 9944, 11536, 10568;
84.64001, 11584, 11352, 11552, 9944, 11536, 11040;
84.64001, 11584, 11352, 11544, 9792, 11544, 11360;
84.64001, 11584, 12336, 11544, 10096, 11544, 10712;
84.64001, 11576, 12160, 11544, 10096, 11544, 10712;
84.64001, 11576, 12160, 11552, 10064, 11544, 10896;
84.64001, 11568, 12328, 11552, 10488, 11544, 10928;
84.64001, 11568, 11536, 11552, 10688, 11544, 10928;
84.64001, 11568, 10928, 11560, 10688, 11536, 10664;
84.64001, 11568, 10928, 11560, 10600, 11544, 10872;
84.64001, 11568, 9848, 11560, 10752, 11544, 10896;
84.64001, 11568, 9624, 11560, 10792, 11544, 10896;
84.64001, 11568, 9624, 11560, 10792, 11536, 11096;
84.64001, 11576, 10008, 11560, 11088, 11536, 10280;
84.64001, 11576, 10208, 11560, 11336, 11536, 10280;
84.64001, 11576, 11184, 11560, 11336, 11544, 10760;
84.64001, 11584, 11184, 11560, 11456, 11544, 10704;
84.64001, 11584, 11528, 11560, 10840, 11544, 10704;
84.64001, 11584, 11344, 11560, 10840, 11544, 10512;
84.64001, 11584, 11344, 11552, 10840, 11544, 10512;
84.64001, 11576, 11904, 11552, 10728, 11544, 10608;
84.64001, 11576, 12504, 11552, 10728, 11544, 10608;
84.64001, 11576, 12504, 11544, 10464, 11544, 10712;
84.64001, 11568, 12248, 11544, 10360, 11544, 10336;
84.64001, 11568, 12168, 11552, 10928, 11544, 10336;
84.64001, 11568, 11144, 11552, 10928, 11544, 10208;
84.64001, 11568, 11144, 11544, 10184, 11544, 10784;
84.64001, 11560, 10784, 11552, 10160, 11544, 10496;
84.64001, 11560, 9928, 11552, 10112, 11544, 10496;
84.64001, 11560, 9928, 11544, 10112, 11544, 10568;
84.64001, 11576, 9704, 11544, 9720, 11536, 10680;
84.64001, 11576, 10672, 11544, 9672, 11536, 10680;
84.64001, 11576, 11816, 11544, 9672, 11536, 10576;
84.64001, 11584, 11816, 11536, 9832, 11544, 10320;
84.64001, 11576, 12712, 11544, 10224, 11544, 10320;
84.64001, 11576, 11968, 11544, 10224, 11544, 10840;
84.64001, 11576, 11968, 11544, 10240, 11552, 10776;
84.64001, 11568, 11768, 11544, 10624, 11552, 10776;
84.64001, 11568, 11776, 11544, 10624, 11544, 10808;
84.64001, 11568, 11776, 11552, 11016, 11544, 11120;
84.64001, 11568, 10848, 11552, 11400, 11544, 10600;
84.64001, 11568, 10728, 11552, 11472, 11544, 10600;
84.64001, 11568, 10728, 11552, 11472, 11544, 10752;
84.64001, 11568, 10240, 11560, 11400, 11544, 10896;
84.64001, 11576, 9936, 11552, 11640, 11544, 11104;
84.64001, 11576, 10328, 11552, 11640, 11536, 11104;
84.64001, 11576, 10328, 11552, 11216, 11544, 11072;
84.64001, 11584, 10360, 11552, 10992, 11544, 10896;
84.64001, 11584, 11408, 11552, 11024, 11536, 10896;
84.64001, 11584, 11408, 11552, 11024, 11536, 10648;
84.64001, 11584, 12160, 11544, 10632, 11544, 10952;
84.64001, 11576, 12744, 11544, 10176, 11544, 10688;
84.64001, 11576, 12368, 11544, 10176, 11544, 10688;
84.64001, 11568, 12368, 11544, 10064, 11536, 10816;
84.64001, 11568, 11032, 11544, 10120, 11536, 11016;
86.54477, 11560, 10064, 11552, 10792, 11544, 10592;
86.54477, 11576, 11360, 11544, 10432, 11544, 10648;
86.54477, 11568, 11752, 11544, 10432, 11536, 10648;
86.54477, 11568, 11752, 11544, 10592, 11536, 10600;
86.54477, 11560, 9848, 11552, 11288, 11536, 10808;
86.54477, 11568, 11560, 11552, 10288, 11536, 10808;
86.54477, 11568, 12552, 11552, 10288, 11536, 10648;
86.54477, 11576, 12552, 11544, 9432, 11544, 11208;
86.54477, 11568, 10024, 11544, 10040, 11544, 11208;
86.54477, 11568, 10984, 11544, 10040, 11536, 10568;
86.54477, 11568, 10984, 11552, 10800, 11536, 10696;
86.54477, 11576, 11624, 11544, 9984, 11536, 10856;
86.54477, 11560, 10464, 11544, 9984, 11536, 10856;
86.54477, 11560, 10464, 11536, 9952, 11536, 10880;
86.54477, 11576, 10776, 11544, 11400, 11536, 10944;
86.54477, 11576, 12344, 11552, 10800, 11536, 10944;
86.54477, 11576, 12344, 11552, 10800, 11536, 10760;
86.54477, 11560, 10184, 11544, 10432, 11536, 10960;
86.54477, 11576, 10984, 11544, 10696, 11536, 10560;
86.54477, 11576, 12320, 11544, 10696, 11544, 10560;
86.54477, 11576, 12320, 11544, 11064, 11536, 10872;
86.54477, 11560, 10584, 11552, 11432, 11536, 10824;
86.54477, 11568, 11216, 11552, 10224, 11536, 10824;
86.54477, 11568, 11432, 11552, 10224, 11544, 10624;
86.54477, 11576, 11432, 11544, 10536, 11536, 11104;
86.54477, 11560, 10312, 11552, 11152, 11536, 10832;
86.54477, 11560, 11088, 11552, 11152, 11536, 10832;
86.54477, 11568, 11088, 11560, 11440, 11544, 10768;
86.54477, 11576, 12536, 11544, 10208, 11544, 10744;
86.54477, 11560, 10520, 11544, 10208, 11544, 10744;
86.54477, 11560, 10880, 11544, 10208, 11544, 10760;
86.54477, 11568, 10880, 11552, 11280, 11536, 10704;
86.54477, 11576, 12272, 11552, 9872, 11536, 10704;
86.54477, 11560, 9840, 11552, 9872, 11536, 11152;
86.54477, 11560, 9840, 11544, 9616, 11544, 11080;
86.54477, 11576, 10632, 11544, 10352, 11544, 11080;
86.54477, 11576, 12328, 11544, 10352, 11536, 10088;
86.54477, 11576, 12328, 11552, 11264, 11536, 11088;
86.54477, 11560, 10224, 11544, 10728, 11536, 10768;
86.54477, 11576, 11224, 11544, 10232, 11536, 10768;
86.54477, 11576, 11224, 11544, 10232, 11544, 11144;
86.54477, 11576, 12216, 11536, 10400, 11536, 10952;
86.54477, 11568, 10312, 11536, 11232, 11536, 10688;
86.54477, 11576, 11304, 11536, 11232, 11536, 10688;
86.54477, 11576, 11304, 11552, 11232, 11536, 10760;
86.54477, 11576, 11608, 11552, 10840, 11536, 10760;
86.54477, 11560, 10752, 11552, 10328, 11536, 10760;
86.54477, 11560, 10560, 11536, 10328, 11536, 10928;
86.54477, 11568, 10560, 11552, 11064, 11536, 10792;
86.54477, 11576, 12320, 11552, 11224, 11536, 10792;
86.54477, 11576, 10224, 11552, 11224, 11536, 10560;
86.54477, 11560, 10224, 11552, 10776, 11536, 10856;
86.54477, 11568, 10832, 11544, 10432, 11544, 10736;
86.54477, 11576, 12600, 11544, 10432, 11544, 10736;
86.54477, 11576, 12600, 11544, 10480, 11536, 10600;
86.54477, 11568, 10088, 11552, 11496, 11536, 10648;
86.54477, 11568, 10488, 11544, 9384, 11536, 10648;
86.54477, 11576, 11912, 11544, 9384, 11544, 10928;
86.54477, 11576, 11912, 11544, 9616, 11536, 10656;
86.54477, 11568, 10552, 11544, 11008, 11536, 10936;
86.54477, 11568, 10216, 11544, 11008, 11536, 10936;
86.54477, 11568, 10216, 11552, 10784, 11544, 10872;
86.54477, 11576, 12280, 11544, 9784, 11544, 10624;
86.54477, 11560, 10976, 11544, 10096, 11536, 10624;
86.54477, 11560, 10288, 11536, 10096, 11536, 10880;
86.54477, 11568, 10288, 11544, 11016, 11536, 10760;
86.54477, 11576, 11448, 11552, 11008, 11536, 11064;
86.54477, 11576, 11328, 11552, 11008, 11544, 11064;
86.54477, 11560, 11328, 11544, 10632, 11536, 10360;
86.54477, 11560, 9912, 11544, 10280, 11536, 10728;
86.54477, 11576, 12168, 11544, 11224, 11536, 10728;
86.54477, 11576, 11912, 11544, 11224, 11536, 10760;
86.54477, 11568, 11912, 11552, 11464, 11536, 10608;
86.54477, 11560, 10264, 11552, 10544, 11536, 10608;
86.54477, 11560, 11600, 11552, 10544, 11544, 10816;
86.54477, 11576, 11600, 11544, 10120, 11536, 10912;
86.54477, 11568, 11240, 11544, 10792, 11536, 11112;
86.54477, 11560, 9992, 11544, 10792, 11536, 11112;
86.54477, 11560, 9992, 11552, 11360, 11536, 10704;
86.54477, 11576, 11560, 11544, 9392, 11544, 10856;
86.54477, 11568, 11968, 11544, 9560, 11544, 10856;
86.54477, 11568, 11968, 11536, 9560, 11536, 10920;
86.54477, 11560, 10000, 11552, 10568, 11536, 10432;
86.54477, 11576, 11664, 11552, 10608, 11536, 10432;
86.54477, 11568, 12192, 11552, 10608, 11544, 11032;
86.54477, 11568, 12192, 11544, 9912, 11536, 10808;
86.54477, 11568, 9744, 11536, 10104, 11536, 11432;
86.54477, 11576, 12096, 11536, 11064, 11544, 11432;
86.54477, 11576, 12096, 11544, 11064, 11536, 10472;
86.54477, 11568, 10648, 11552, 11184, 11536, 11112;
86.54477, 11568, 10608, 11552, 10240, 11536, 11112;
86.54477, 11568, 11592, 11544, 10240, 11544, 10648;
86.54477, 11576, 11592, 11544, 10232, 11536, 10488;
86.54477, 11568, 11016, 11544, 11064, 11536, 10488;
86.54477, 11568, 10248, 11544, 11064, 11536, 10960;
86.54477, 11568, 10248, 11552, 11384, 11536, 10552;
86.54477, 11576, 11992, 11552, 10424, 11536, 10880;
86.54477, 11568, 10928, 11544, 10000, 11536, 10880;
86.54477, 11568, 10928, 11544, 10000, 11536, 10592;
86.54477, 11560, 10312, 11544, 10512, 11536, 11072;
86.54477, 11576, 12072, 11552, 11136, 11536, 11072;
86.54477, 11560, 10352, 11552, 11136, 11544, 10664;
86.54477, 11560, 10352, 11552, 11432, 11536, 10544;
86.54477, 11568, 9968, 11544, 9984, 11536, 11000;
86.54477, 11576, 12216, 11544, 10112, 11544, 11000;
86.54477, 11576, 12216, 11544, 10112, 11536, 10600;
86.54477, 11568, 11152, 11552, 11416, 11536, 11200;
86.54477, 11568, 10152, 11552, 10192, 11536, 11200;
86.54477, 11568, 11856, 11552, 10192, 11544, 10648;
86.54477, 11576, 11856, 11544, 9464, 11544, 10656;
86.54477, 11568, 10912, 11544, 10296, 11544, 10664;
86.54477, 11568, 10344, 11544, 11368, 11536, 10664;
86.54477, 11568, 10344, 11552, 11368, 11536, 10880;
86.54477, 11576, 11752, 11552, 10688, 11536, 10912;
86.54477, 11560, 10344, 11544, 9888, 11536, 10912;
86.54477, 11560, 11168, 11544, 9888, 11536, 10936;
86.54477, 11576, 11168, 11544, 10840, 11536, 10848;
86.54477, 11568, 12128, 11544, 11472, 11536, 10848;
86.54477, 11560, 10000, 11544, 11472, 11536, 10952;
86.54477, 11560, 10000, 11544, 10776, 11536, 10816;
86.54477, 11576, 12272, 11544, 10064, 11536, 10512;
86.54477, 11568, 11544, 11544, 11072, 11544, 10512;
86.54477, 11568, 11544, 11536, 11072, 11536, 10624;
86.54477, 11568, 9736, 11552, 10952, 11536, 11280;
86.54477, 11576, 11768, 11552, 10992, 11536, 11280;
86.54477, 11576, 11728, 11560, 10992, 11544, 10648;
86.54477, 11568, 11728, 11544, 10224, 11536, 10688;
86.54477, 11560, 9656, 11544, 10360, 11536, 10872;
86.54477, 11576, 11144, 11544, 11432, 11536, 10872;
86.54477, 11576, 11144, 11552, 11432, 11536, 10664;
86.54477, 11568, 11992, 11552, 10736, 11544, 10688;
86.54477, 11560, 10152, 11552, 9456, 11544, 10688;
86.54477, 11560, 11512, 11544, 9456, 11544, 10712;
86.54477, 11576, 11512, 11544, 9696, 11544, 11376;
86.54477, 11576, 11656, 11544, 11016, 11544, 11376;
86.54477, 11560, 10136, 11544, 11016, 11536, 10648;
86.54477, 11560, 10136, 11544, 10192, 11536, 10792;
86.54477, 11576, 11544, 11544, 9896, 11544, 10968;
86.54477, 11568, 11376, 11544, 9896, 11544, 10968;
86.54477, 11568, 11376, 11536, 10704, 11536, 10840;
86.54477, 11560, 9944, 11544, 10600, 11544, 10768;
86.54477, 11576, 11976, 11552, 10824, 11544, 10768;
86.54477, 11568, 11968, 11552, 10824, 11536, 10560;
86.54477, 11568, 11968, 11544, 10376, 11536, 11328;
86.54477, 11568, 9800, 11544, 10984, 11536, 10656;
86.54477, 11576, 11488, 11544, 10984, 11536, 10656;
86.54477, 11576, 11488, 11552, 11568, 11536, 11080;
86.54477, 11576, 12216, 11552, 10864, 11536, 10872;
86.54477, 11560, 9800, 11552, 10032, 11536, 10872;
86.54477, 11560, 11176, 11544, 10032, 11536, 10760;
86.54477, 11576, 11176, 11544, 10568, 11536, 10664;
86.54477, 11568, 12224, 11552, 11512, 11536, 10688;
86.54477, 11568, 10256, 11552, 11512, 11536, 10688;
86.54477, 11560, 10256, 11552, 11272, 11536, 11032;
86.54477, 11568, 11048, 11544, 9824, 11544, 10712;
86.54477, 11576, 12112, 11544, 10176, 11544, 10712;
86.54477, 11576, 10136, 11544, 10176, 11536, 10664;
86.54477, 11568, 10136, 11552, 10672, 11536, 11048;
86.54477, 11576, 11424, 11552, 9776, 11536, 11048;
86.54477, 11576, 11576, 11552, 9776, 11544, 10520;
86.54477, 11576, 11576, 11544, 9464, 11536, 10728;
86.54477, 11560, 10328, 11536, 10704, 11536, 10728;
86.54477, 11568, 11056, 11536, 10704, 11536, 11000;
86.54477, 11568, 11056, 11552, 11432, 11544, 10968;
86.54477, 11576, 12248, 11544, 9864, 11544, 10760;
86.54477, 11560, 10088, 11544, 10288, 11536, 10760;
86.54477, 11560, 10088, 11544, 10288, 11536, 11032;
86.54477, 11576, 11760, 11544, 11000, 11544, 10824;
86.54477, 11576, 12528, 11544, 11208, 11544, 10360;
86.54477, 11576, 9976, 11544, 11208, 11536, 10360;
86.54477, 11560, 9976, 11552, 10872, 11536, 10848;
86.54477, 11576, 10728, 11544, 10312, 11536, 10800;
86.54477, 11576, 12056, 11544, 11240, 11536, 10800;
86.54477, 11576, 12056, 11560, 11240, 11536, 10792;
86.54477, 11560, 10824, 11552, 11288, 11536, 11024;
86.54477, 11568, 10400, 11544, 10600, 11536, 11024;
86.54477, 11568, 11952, 11544, 10600, 11536, 10472;
86.54477, 11576, 11952, 11544, 10640, 11536, 11104;
86.54477, 11568, 11496, 11552, 11480, 11536, 11104;
86.54477, 11560, 9696, 11552, 11480, 11536, 10592;
86.54477, 11560, 9696, 11552, 10664, 11536, 11032;
86.54477, 11568, 11464, 11544, 9504, 11544, 10760;
86.54477, 11568, 12232, 11544, 9528, 11544, 10760;
86.54477, 11568, 12232, 11544, 9528, 11536, 10600;
86.54477, 11560, 10200, 11544, 10808, 11536, 10744;
86.54477, 11568, 11136, 11544, 9952, 11536, 10744;
86.54477, 11576, 12160, 11544, 9952, 11544, 11000;
86.54477, 11576, 12160, 11544, 9544, 11544, 10848;
86.54477, 11560, 10120, 11536, 11536, 11544, 10520;
86.54477, 11576, 11072, 11536, 11536, 11536, 10520;
86.54477, 11576, 11072, 11552, 10896, 11544, 11096;
86.54477, 11576, 11880, 11544, 10344, 11544, 10680;
86.54477, 11560, 10248, 11544, 10352, 11544, 10680;
86.54477, 11560, 10152, 11544, 10352, 11536, 10864;
86.54477, 11568, 10152, 11544, 11560, 11536, 11008;
86.54477, 11576, 12560, 11560, 11776, 11536, 10624;
86.54477, 11576, 10536, 11560, 11776, 11536, 10624;
86.54477, 11560, 10536, 11552, 10336, 11536, 10752;
86.54477, 11568, 10896, 11544, 10648, 11536, 10856;
86.54477, 11576, 12416, 11544, 10688, 11536, 10856;
86.54477, 11576, 10416, 11552, 10688, 11536, 11080;
86.54477, 11568, 10416, 11552, 11496, 11536, 10744;
86.54477, 11568, 10656, 11544, 10224, 11536, 10744;
86.54477, 11576, 12040, 11544, 10224, 11536, 10536;
86.54477, 11576, 12040, 11544, 9840, 11544, 10928;
86.54477, 11560, 10728, 11544, 11072, 11544, 10872;
86.54477, 11560, 10160, 11544, 11072, 11536, 10872;
86.54477, 11560, 10160, 11552, 10480, 11544, 10568;
86.54477, 11576, 12272, 11544, 9800, 11544, 10864;
86.54477, 11568, 11608, 11544, 9704, 11544, 10864;
86.54477, 11568, 9616, 11544, 9704, 11536, 10624;
86.54477, 11568, 9616, 11544, 10824, 11536, 10952;
86.54477, 11576, 11976, 11552, 11152, 11536, 10928;
86.54477, 11576, 11864, 11552, 11152, 11536, 10928;
86.54477, 11568, 11864, 11544, 10072, 11536, 11040;
86.54477, 11560, 9944, 11544, 10008, 11536, 10632;
86.54477, 11576, 11504, 11544, 11000, 11544, 10632;
86.54477, 11576, 11504, 11544, 11000, 11536, 10752;
86.54477, 11576, 11808, 11552, 11384, 11536, 10808;
86.54477, 11560, 10160, 11552, 11168, 11536, 10808;
86.54477, 11560, 10928, 11552, 11168, 11544, 10888;
86.54477, 11576, 10928, 11544, 10184, 11544, 10720;
86.54477, 11576, 11800, 11544, 11168, 11536, 10504;
86.54477, 11560, 10344, 11544, 11168, 11536, 10504;
86.54477, 11560, 10344, 11552, 11024, 11536, 11256;
86.54477, 11576, 11224, 11552, 10992, 11544, 10536;
86.54477, 11576, 12184, 11544, 10504, 11544, 10536;
86.54477, 11576, 12184, 11544, 10504, 11536, 10760;
86.54477, 11560, 10616, 11544, 9992, 11536, 10904;
86.54477, 11568, 10664, 11552, 11184, 11536, 10752;
86.54477, 11576, 12464, 11552, 11184, 11536, 10752;
86.54477, 11576, 12464, 11552, 10160, 11536, 10912;
86.54477, 11568, 10480, 11544, 9704, 11536, 11000;
86.54477, 11560, 10368, 11544, 9896, 11536, 11000;
86.54477, 11560, 10368, 11544, 9896, 11544, 10896;
86.54477, 11576, 11928, 11544, 11376, 11536, 10408;
86.54477, 11560, 10560, 11544, 10472, 11536, 10408;
86.54477, 11560, 10472, 11544, 10472, 11536, 10928;
86.54477, 11568, 10472, 11544, 9904, 11544, 10936;
86.54477, 11576, 12440, 11544, 11200, 11544, 10720;
86.54477, 11560, 10568, 11544, 11040, 11536, 10720;
86.54477, 11560, 10568, 11544, 11040, 11544, 10952;
86.54477, 11568, 10600, 11552, 10672, 11536, 10608;
86.54477, 11576, 12176, 11544, 10232, 11536, 10608;
86.54477, 11576, 10376, 11544, 10232, 11536, 10928;
86.54477, 11568, 10376, 11536, 11208, 11536, 10680;
86.54477, 11568, 10560, 11552, 11488, 11536, 10680;
86.54477, 11576, 12152, 11552, 11488, 11536, 10840;
86.54477, 11576, 12152, 11552, 10224, 11544, 10808;
86.54477, 11568, 11024, 11544, 10160, 11544, 10416;
86.54477, 11560, 10192, 11544, 11192, 11536, 10416;
86.54477, 11560, 10192, 11552, 11192, 11536, 11072;
86.54477, 11576, 12024, 11552, 11384, 11544, 10800;
86.54477, 11568, 11440, 11544, 10048, 11544, 10640;
86.54477, 11568, 10128, 11544, 10048, 11536, 10640;
86.54477, 11560, 10128, 11536, 9816, 11536, 10664;
86.54477, 11568, 10968, 11552, 10328, 11536, 10976;
86.54477, 11576, 12384, 11552, 11112, 11536, 10976;
86.54477, 11576, 10112, 11552, 11112, 11536, 10904;
86.54477, 11560, 10112, 11544, 9888, 11536, 10856;
86.54477, 11568, 11824, 11544, 9968, 11536, 10856;
86.54477, 11568, 12552, 11544, 9968, 11544, 10704;
86.54477, 11576, 12552, 11544, 10304, 11536, 10728;
86.54477, 11568, 9984, 11544, 11392, 11536, 10728;
86.54477, 11576, 11304, 11544, 11392, 11536, 10536;
86.54477, 11576, 11304, 11552, 10240, 11536, 10624;
86.54477, 11576, 12056, 11544, 10056, 11536, 10984;
86.54477, 11560, 10104, 11536, 11112, 11536, 10984;
86.54477, 11560, 10104, 11536, 11112, 11536, 10448;
86.54477, 11568, 11024, 11552, 11408, 11536, 10736;
86.54477, 11568, 12296, 11552, 11232, 11536, 10736;
86.54477, 11560, 9960, 11552, 11232, 11536, 10816;
86.54477, 11560, 9960, 11544, 9872, 11536, 10888;
86.54477, 11576, 11280, 11552, 10864, 11536, 10784;
86.54477, 11576, 12064, 11552, 11272, 11536, 10784;
86.54477, 11576, 12064, 11552, 11272, 11536, 10584;
86.54477, 11560, 10344, 11552, 10888, 11544, 10752;
86.54477, 11568, 11168, 11552, 10080, 11544, 10752;
86.54477, 11568, 12104, 11544, 10080, 11536, 10656;
86.54477, 11576, 12104, 11544, 10528, 11536, 10936;
86.54477, 11560, 10192, 11552, 11416, 11536, 10936;
86.54477, 11568, 11464, 11552, 11416, 11536, 10760;
86.54477, 11568, 11464, 11552, 9280, 11544, 10888;
86.54477, 11568, 12160, 11544, 9720, 11536, 10960;
86.54477, 11568, 9872, 11544, 10984, 11536, 10960;
86.54477, 11568, 9872, 11544, 10984, 11536, 10968;
86.54477, 11576, 12080, 11552, 10736, 11544, 10824;
86.54477, 11568, 11248, 11544, 9888, 11544, 10824;
86.54477, 11560, 9776, 11544, 9888, 11536, 10416;
86.54477, 11560, 9776, 11544, 10232, 11536, 11168;
86.54477, 11576, 12144, 11544, 10944, 11536, 10856;
86.54477, 11568, 11176, 11544, 10944, 11536, 10856;
86.54477, 11568, 11176, 11552, 10704, 11536, 10776;
86.54477, 11560, 9864, 11544, 10488, 11536, 10672;
86.54477, 11576, 12096, 11544, 10552, 11544, 10672;
86.54477, 11576, 12096, 11544, 10552, 11536, 10688;
86.54477, 11568, 11664, 11544, 11344, 11536, 10704;
86.54477, 11560, 9960, 11552, 10960, 11536, 10752;
86.54477, 11560, 12200, 11552, 10960, 11536, 10752;
86.54477, 11576, 12200, 11552, 10224, 11544, 11048;
86.54477, 11576, 10880, 11544, 10408, 11544, 10520;
86.54477, 11560, 10224, 11544, 11560, 11536, 10520;
86.54477, 11560, 11288, 11552, 11560, 11536, 10768;
86.54477, 11568, 11288, 11552, 11240, 11544, 10864;
86.54477, 11576, 12352, 11536, 9616, 11544, 10864;
86.54477, 11576, 10496, 11536, 9616, 11536, 10824;
86.54477, 11560, 10496, 11544, 10536, 11536, 10840;
86.54477, 11568, 10984, 11552, 10688, 11536, 10840;
86.54477, 11576, 12024, 11552, 10688, 11544, 10992;
86.54477, 11576, 12024, 11552, 9656, 11536, 10928;
86.54477, 11560, 10392, 11536, 9592, 11536, 10864;
86.54477, 11568, 10272, 11544, 10856, 11536, 10864;
86.54477, 11568, 10272, 11544, 10856, 11536, 10944;
86.54477, 11576, 12288, 11552, 11184, 11536, 10584;
86.54477, 11560, 10832, 11544, 9984, 11536, 10584;
86.54477, 11568, 10608, 11544, 9984, 11536, 10752;
86.54477, 11568, 10608, 11544, 10192, 11544, 10808;
86.54477, 11576, 12160, 11544, 10968, 11544, 10888;
86.54477, 11568, 10168, 11544, 11296, 11536, 10888;
86.54477, 11568, 10168, 11544, 11296, 11536, 10992;
86.54477, 11568, 10552, 11552, 10848, 11544, 10320;
86.54477, 11576, 12088, 11552, 9872, 11544, 10320;
86.54477, 11576, 10872, 11544, 9872, 11536, 10712;
86.54477, 11560, 10872, 11552, 11152, 11536, 11048;
86.54477, 11568, 10392, 11552, 11264, 11536, 11048;
86.54477, 11576, 12592, 11552, 11264, 11544, 10808;
86.54477, 11576, 12592, 11552, 10824, 11536, 10592;
86.54477, 11568, 10648, 11536, 10480, 11536, 10616;
86.54477, 11560, 10200, 11536, 10480, 11536, 10616;
86.54477, 11560, 10200, 11544, 10760, 11536, 10736;
86.54477, 11576, 12088, 11552, 11520, 11536, 10736;
86.54477, 11568, 10224, 11544, 9488, 11536, 10736;
86.54477, 11568, 10256, 11544, 9488, 11536, 11168;
86.54477, 11568, 10256, 11544, 9360, 11544, 10608;
86.54477, 11576, 12320, 11544, 10856, 11544, 10632;
86.54477, 11560, 10424, 11544, 10856, 11536, 10632;
86.54477, 11560, 10424, 11544, 10672, 11536, 11032;
86.54477, 11568, 10744, 11544, 9984, 11544, 10648;
86.54477, 11576, 12336, 11544, 10080, 11544, 10648;
86.54477, 11576, 10352, 11536, 10080, 11536, 10824;
86.54477, 11568, 10352, 11544, 11608, 11536, 10760;
86.54477, 11568, 10776, 11552, 10488, 11536, 11152;
86.54477, 11576, 12016, 11552, 9976, 11544, 11152;
86.54477, 11576, 12016, 11544, 9976, 11536, 10752;
86.54477, 11560, 10120, 11536, 10616, 11544, 10848;
86.54477, 11576, 11008, 11536, 11360, 11544, 10848;
86.54477, 11576, 12296, 11552, 11360, 11536, 10912;
86.54477, 11576, 12296, 11552, 11440, 11536, 10424;
86.54477, 11560, 10408, 11552, 10184, 11536, 10424;
86.54477, 11568, 11136, 11552, 10184, 11536, 10816;
86.54477, 11568, 11136, 11544, 10304, 11536, 10808;
86.54477, 11576, 12736, 11552, 10752, 11536, 11024;
86.54477, 11568, 9992, 11552, 10752, 11536, 11024;
86.54477, 11568, 9992, 11552, 11616, 11544, 10736;
86.54477, 11568, 10800, 11552, 10600, 11536, 10680;
86.54477, 11576, 11960, 11544, 9648, 11536, 10680;
86.54477, 11568, 10704, 11544, 9648, 11544, 11096;
86.54477, 11568, 10704, 11544, 10424, 11536, 10592;
86.54477, 11568, 10832, 11552, 11056, 11536, 10968;
86.54477, 11576, 12240, 11552, 11056, 11536, 10968;
86.54477, 11576, 12240, 11544, 9832, 11536, 10616;
86.54477, 11560, 10176, 11536, 9424, 11536, 10520;
86.54477, 11576, 11096, 11536, 11192, 11536, 10520;
86.54477, 11576, 11096, 11544, 11192, 11536, 11112;
86.54477, 11576, 12040, 11544, 11232, 11536, 10880;
86.54477, 11560, 10336, 11544, 10032, 11536, 10880;
86.54477, 11560, 11336, 11544, 10032, 11544, 11232;
86.54477, 11568, 11336, 11544, 10264, 11544, 10272;
86.54477, 11576, 11832, 11536, 10752, 11544, 10272;
86.54477, 11560, 10024, 11536, 10752, 11536, 11008;
86.54477, 11560, 10024, 11544, 11424, 11536, 10752;
86.54477, 11568, 11912, 11552, 10984, 11536, 10816;
86.54477, 11568, 11728, 11544, 10048, 11536, 10816;
86.54477, 11568, 11728, 11544, 10048, 11536, 10744;
86.54477, 11568, 9936, 11544, 10632, 11536, 10584;
86.54477, 11576, 11392, 11552, 10976, 11536, 10944;
86.54477, 11568, 11992, 11552, 10976, 11536, 10944;
86.54477, 11568, 11992, 11552, 11664, 11536, 10624;
86.54477, 11560, 9888, 11544, 10056, 11536, 10960;
86.54477, 11576, 11216, 11544, 9736, 11544, 10960;
86.54477, 11576, 11216, 11536, 9736, 11544, 10440;
86.54477, 11568, 12008, 11544, 9960, 11536, 10496;
86.54477, 11560, 9936, 11544, 10776, 11536, 10496;
86.54477, 11560, 11520, 11544, 10776, 11544, 11224;
86.54477, 11576, 11520, 11552, 10168, 11544, 10432;
86.54477, 11568, 11592, 11536, 9920, 11544, 10792;
86.54477, 11560, 10208, 11536, 10184, 11536, 10792;
86.54477, 11560, 10208, 11536, 10184, 11536, 10816;
86.54477, 11576, 11632, 11544, 11296, 11544, 11224;
86.54477, 11568, 11088, 11544, 10160, 11544, 11224;
86.54477, 11568, 9928, 11552, 10160, 11536, 10672;
86.54477, 11560, 9928, 11544, 10232, 11536, 11104;
86.54477, 11576, 11280, 11536, 10496, 11536, 11104;
86.54477, 11568, 12048, 11536, 10496, 11544, 10544;
86.54477, 11568, 12048, 11544, 11280, 11536, 10352;
86.54477, 11560, 9960, 11552, 11616, 11536, 11008;
86.54477, 11568, 11760, 11552, 11616, 11536, 11008;
86.54477, 11568, 11760, 11552, 10472, 11536, 10672;
86.54477, 11568, 12360, 11544, 10320, 11536, 11008;
86.54477, 11560, 9720, 11544, 10632, 11536, 11008;
86.54477, 11576, 11536, 11544, 10632, 11536, 10712;
86.54477, 11576, 11536, 11552, 11448, 11536, 10832;
86.54477, 11568, 11880, 11552, 11048, 11536, 10688;
86.54477, 11560, 10080, 11552, 9848, 11536, 10688;
86.54477, 11560, 10080, 11544, 9848, 11536, 10544;
86.54477, 11576, 11560, 11544, 9760, 11544, 10912;
86.54477, 11568, 12096, 11544, 10080, 11544, 10912;
86.54477, 11568, 9936, 11544, 10080, 11536, 10312;
86.54477, 11560, 9936, 11544, 10912, 11536, 10648;
86.54477, 11576, 11472, 11544, 10056, 11536, 10648;
86.54477, 11576, 11848, 11544, 10056, 11536, 10784;
86.54477, 11568, 11848, 11536, 9792, 11536, 10872;
86.54477, 11560, 10224, 11544, 11432, 11536, 10872;
86.54477, 11576, 11088, 11544, 11432, 11536, 10808;
86.54477, 11576, 11088, 11552, 10976, 11536, 10560;
86.54477, 11568, 12112, 11544, 10408, 11536, 11016;
86.54477, 11560, 10208, 11544, 10448, 11536, 11016;
86.54477, 11560, 10208, 11544, 10448, 11536, 10640;
86.54477, 11576, 11496, 11544, 11168, 11536, 11032;
86.54477, 11576, 12464, 11552, 11536, 11536, 10696;
86.54477, 11560, 10104, 11552, 11536, 11536, 10696;
86.54477, 11560, 10104, 11552, 11256, 11536, 10752;
86.54477, 11576, 11568, 11544, 9792, 11536, 10720;
86.54477, 11576, 11856, 11544, 10256, 11544, 10720;
86.54477, 11576, 10200, 11544, 10256, 11536, 10888;
86.54477, 11560, 10200, 11552, 11424, 11544, 11024;
86.54477, 11568, 10976, 11552, 11136, 11544, 10384;
86.54477, 11568, 11576, 11552, 11136, 11536, 10384;
86.54477, 11568, 11576, 11544, 9800, 11536, 10944;
86.54477, 11560, 9808, 11536, 9904, 11536, 10832;
86.54477, 11584, 11760, 11536, 10880, 11536, 10832;
86.54477, 11584, 11760, 11552, 10880, 11536, 11080;
86.54477, 11568, 11344, 11544, 10192, 11536, 11024;
86.54477, 11568, 10536, 11544, 10000, 11536, 11024;
86.54477, 11568, 12240, 11544, 10000, 11536, 10712;
86.54477, 11576, 12240, 11544, 9624, 11544, 10896;
86.54477, 11568, 10400, 11544, 11128, 11544, 10896;
86.54477, 11568, 10336, 11544, 11128, 11536, 10784;
86.54477, 11568, 10336, 11552, 11224, 11544, 11008;
86.54477, 11576, 11712, 11544, 9848, 11536, 10752;
86.54477, 11560, 10912, 11544, 10056, 11536, 10752;
86.54477, 11560, 10912, 11536, 10056, 11536, 10784;
86.54477, 11568, 10256, 11536, 11312, 11536, 10784;
86.54477, 11576, 12192, 11552, 11512, 11536, 11144;
86.54477, 11568, 11832, 11552, 11512, 11536, 11144;
86.54477, 11568, 11832, 11552, 10632, 11536, 10640;
86.54477, 11560, 9776, 11544, 10184, 11536, 10688;
86.54477, 11576, 11608, 11544, 10672, 11536, 10688;
86.54477, 11576, 11608, 11552, 10672, 11536, 10984;
86.54477, 11568, 11960, 11552, 11672, 11536, 10768;
86.54477, 11560, 10160, 11552, 10856, 11536, 10768;
86.54477, 11560, 11456, 11552, 10856, 11536, 10728;
86.54477, 11576, 11456, 11544, 9944, 11544, 10528;
86.54477, 11568, 11424, 11544, 10432, 11544, 10528;
86.54477, 11560, 10104, 11544, 10432, 11536, 10736;
86.54477, 11560, 10104, 11552, 11424, 11536, 11016;
86.54477, 11576, 11544, 11552, 9408, 11544, 10712;
86.54477, 11568, 11576, 11544, 9664, 11544, 10712;
86.54477, 11568, 11576, 11544, 9664, 11544, 10880;
86.54477, 11560, 10200, 11544, 11016, 11536, 10800;
86.54477, 11576, 10880, 11552, 10680, 11536, 10800;
86.54477, 11576, 12472, 11552, 10680, 11536, 10848;
86.54477, 11576, 12472, 11544, 10232, 11536, 10680;
86.54477, 11560, 10584, 11536, 10048, 11536, 11040;
86.54477, 11576, 10912, 11536, 11136, 11536, 11040;
86.54477, 11576, 10912, 11544, 11136, 11544, 10768;
86.54477, 11576, 12472, 11552, 10760, 11536, 10760;
86.54477, 11560, 10200, 11552, 10576, 11536, 10760;
86.54477, 11560, 10984, 11544, 10576, 11536, 11224;
86.54477, 11568, 10984, 11536, 10560, 11536, 10760;
86.54477, 11576, 11928, 11544, 11168, 11536, 10976;
86.54477, 11560, 10480, 11544, 11504, 11536, 10976;
86.54477, 11560, 10736, 11552, 11504, 11536, 10760;
86.54477, 11568, 10736, 11552, 10440, 11544, 10672;
86.54477, 11576, 12456, 11544, 10296, 11544, 10672;
86.54477, 11576, 10624, 11544, 10296, 11536, 10656;
86.54477, 11560, 10624, 11552, 11208, 11536, 10952;
86.54477, 11576, 11136, 11552, 11320, 11536, 10952;
86.54477, 11576, 12120, 11552, 11320, 11544, 11072;
86.54477, 11576, 12120, 11544, 9728, 11536, 10536;
86.54477, 11560, 10280, 11544, 9496, 11536, 11040;
86.54477, 11568, 10536, 11544, 10288, 11536, 11040;
86.54477, 11568, 10536, 11552, 10288, 11536, 10800;
86.54477, 11576, 11816, 11552, 10960, 11536, 11056;
86.54477, 11560, 10776, 11544, 9976, 11536, 10856;
86.54477, 11560, 10328, 11544, 9976, 11536, 10856;
86.54477, 11568, 10328, 11544, 10056, 11536, 10712;
86.54477, 11576, 12496, 11544, 10336, 11536, 11024;
86.54477, 11560, 10264, 11544, 11512, 11536, 11024;
86.54477, 11560, 10264, 11544, 11512, 11536, 10680;
86.54477, 11568, 11240, 11552, 10872, 11536, 11040;
86.54477, 11576, 11712, 11544, 10584, 11536, 11040;
86.54477, 11576, 10224, 11544, 10584, 11536, 10728;
86.54477, 11560, 10224, 11544, 10376, 11536, 10824;
86.54477, 11576, 10896, 11544, 11360, 11536, 10824;
86.54477, 11568, 12224, 11544, 11360, 11536, 10880;
86.54477, 11568, 12224, 11552, 11768, 11536, 11144;
86.54477, 11560, 10264, 11544, 10320, 11544, 10864;
86.54477, 11576, 11240, 11544, 10336, 11544, 10864;
88.44953, 11568, 11848, 11544, 10688, 11536, 11024;
88.44953, 11560, 11584, 11544, 10288, 11536, 10824;
88.44953, 11560, 10680, 11544, 9872, 11536, 10824;
88.44953, 11560, 11776, 11536, 9872, 11536, 11352;
88.44953, 11568, 11776, 11536, 11048, 11536, 10776;
88.44953, 11560, 10496, 11544, 10392, 11536, 10816;
88.44953, 11568, 11472, 11544, 11360, 11536, 10816;
88.44953, 11568, 11472, 11536, 11360, 11536, 10912;
88.44953, 11568, 11960, 11544, 10408, 11536, 10424;
88.44953, 11560, 10616, 11544, 11016, 11536, 10424;
88.44953, 11560, 12072, 11552, 11016, 11528, 10840;
88.44953, 11576, 12072, 11536, 10704, 11536, 10504;
88.44953, 11560, 10608, 11544, 11160, 11536, 10504;
88.44953, 11560, 10376, 11544, 11160, 11528, 10704;
88.44953, 11560, 10376, 11544, 9688, 11536, 10376;
88.44953, 11568, 12024, 11544, 9944, 11528, 11048;
88.44953, 11560, 10328, 11544, 9944, 11528, 11048;
88.44953, 11560, 10328, 11536, 11080, 11536, 11088;
88.44953, 11568, 11248, 11544, 10152, 11536, 10440;
88.44953, 11560, 10864, 11536, 11032, 11536, 10440;
88.44953, 11568, 10152, 11536, 11032, 11536, 11312;
88.44953, 11568, 10152, 11552, 10488, 11536, 10952;
88.44953, 11568, 12288, 11544, 11160, 11536, 10864;
88.44953, 11568, 10760, 11544, 10176, 11536, 10864;
88.44953, 11568, 10760, 11544, 10176, 11528, 11184;
88.44953, 11560, 10768, 11552, 11136, 11536, 11056;
88.44953, 11568, 12352, 11552, 9992, 11536, 11056;
88.44953, 11568, 10280, 11536, 9992, 11536, 11224;
88.44953, 11560, 10280, 11544, 10752, 11536, 10776;
88.44953, 11568, 11472, 11544, 11072, 11536, 10968;
88.44953, 11568, 11424, 11544, 10960, 11536, 10968;
88.44953, 11568, 11424, 11544, 10960, 11528, 11384;
88.44953, 11560, 10440, 11536, 10976, 11536, 10504;
88.44953, 11576, 11784, 11536, 10648, 11536, 10504;
88.44953, 11576, 11056, 11552, 10648, 11528, 11064;
88.44953, 11568, 11056, 11536, 10856, 11528, 10504;
88.44953, 11560, 10336, 11544, 9736, 11528, 10504;
88.44953, 11576, 11984, 11544, 9736, 11536, 10992;
88.44953, 11576, 11984, 11544, 10528, 11536, 10904;
88.44953, 11560, 10008, 11544, 9976, 11536, 11024;
88.44953, 11568, 11536, 11544, 9976, 11536, 11024;
88.44953, 11568, 11536, 11544, 11544, 11536, 11032;
88.44953, 11568, 11872, 11544, 10624, 11536, 10632;
88.44953, 11560, 10288, 11544, 11344, 11536, 10632;
88.44953, 11560, 12448, 11544, 11344, 11536, 11304;
88.44953, 11576, 12448, 11544, 10296, 11536, 11120;
88.44953, 11568, 11224, 11544, 11280, 11536, 10888;
88.44953, 11568, 11000, 11544, 11280, 11536, 10888;
88.44953, 11568, 11000, 11536, 10144, 11536, 11392;
88.44953, 11568, 11896, 11552, 10232, 11536, 11088;
88.44953, 11560, 10624, 11552, 10312, 11536, 11088;
88.44953, 11560, 10784, 11536, 10312, 11536, 11080;
88.44953, 11568, 10784, 11552, 10408, 11536, 10936;
88.44953, 11568, 11952, 11544, 11160, 11536, 10936;
88.44953, 11560, 10560, 11544, 11160, 11536, 10912;
88.44953, 11560, 10560, 11544, 10936, 11536, 10920;
88.44953, 11568, 12048, 11544, 11352, 11536, 10544;
88.44953, 11560, 10288, 11544, 11352, 11536, 10544;
88.44953, 11560, 10288, 11544, 10512, 11536, 10832;
88.44953, 11568, 11312, 11544, 11320, 11536, 10912;
88.44953, 11568, 11608, 11544, 10104, 11536, 10912;
88.44953, 11560, 10344, 11544, 10104, 11536, 10464;
88.44953, 11560, 10344, 11544, 10720, 11536, 10584;
88.44953, 11568, 11592, 11544, 9856, 11536, 10440;
88.44953, 11560, 11392, 11544, 10840, 11536, 10440;
88.44953, 11560, 11392, 11544, 10840, 11528, 10880;
88.44953, 11568, 10576, 11536, 10640, 11536, 10648;
88.44953, 11568, 11904, 11536, 11056, 11536, 10648;
88.44953, 11568, 11088, 11544, 11056, 11536, 10528;
88.44953, 11560, 11088, 11536, 11224, 11528, 11368;
88.44953, 11568, 10960, 11552, 11144, 11528, 11368;
88.44953, 11568, 11880, 11552, 11144, 11536, 11008;
88.44953, 11568, 11880, 11544, 10480, 11536, 10928;
88.44953, 11560, 10544, 11544, 9888, 11536, 11320;
88.44953, 11568, 11592, 11544, 9888, 11536, 11320;
88.44953, 11568, 11592, 11544, 10256, 11536, 10912;
88.44953, 11560, 11032, 11544, 10216, 11536, 11384;
88.44953, 11568, 10536, 11544, 11696, 11536, 11384;
88.44953, 11568, 12024, 11544, 11696, 11536, 10928;
88.44953, 11568, 12024, 11544, 10648, 11536, 10936;
88.44953, 11568, 10400, 11544, 11360, 11536, 10840;
88.44953, 11568, 10584, 11544, 10704, 11528, 10840;
88.44953, 11568, 10584, 11544, 10704, 11536, 10824;
88.44953, 11568, 12168, 11552, 11376, 11528, 11016;
88.44953, 11560, 10512, 11552, 10200, 11528, 11016;
88.44953, 11560, 12336, 11536, 10200, 11536, 10472;
88.44953, 11568, 12336, 11544, 9512, 11536, 11176;
88.44953, 11568, 11224, 11536, 10184, 11536, 10904;
88.44953, 11560, 11056, 11536, 10224, 11536, 10904;
88.44953, 11560, 11056, 11544, 10224, 11536, 11216;
88.44953, 11576, 11856, 11536, 10896, 11536, 11192;
88.44953, 11560, 10648, 11536, 10824, 11536, 11192;
88.44953, 11560, 10920, 11544, 10824, 11528, 10592;
88.44953, 11568, 10920, 11544, 11200, 11536, 11200;
88.44953, 11568, 12072, 11552, 10640, 11536, 11200;
88.44953, 11560, 9864, 11552, 10640, 11528, 11240;
88.44953, 11560, 9864, 11544, 11056, 11536, 10896;
88.44953, 11568, 12328, 11536, 10112, 11536, 11240;
88.44953, 11560, 10768, 11544, 10752, 11536, 11240;
88.44953, 11560, 10768, 11544, 10752, 11536, 10832;
88.44953, 11568, 10968, 11544, 10088, 11536, 11040;
88.44953, 11568, 11976, 11544, 10912, 11536, 11040;
88.44953, 11560, 10408, 11544, 10912, 11536, 10848;
88.44953, 11560, 10408, 11544, 10480, 11536, 10872;
88.44953, 11568, 11880, 11544, 11064, 11536, 11016;
88.44953, 11568, 11360, 11544, 10848, 11536, 11016;
88.44953, 11568, 11360, 11536, 10848, 11536, 10464;
88.44953, 11560, 10704, 11552, 11176, 11536, 10536;
88.44953, 11568, 11840, 11544, 10616, 11536, 10536;
88.44953, 11568, 11408, 11544, 10616, 11536, 10472;
88.44953, 11560, 11408, 11544, 9896, 11536, 10792;
88.44953, 11560, 10656, 11544, 10720, 11536, 10792;
88.44953, 11568, 11800, 11544, 10720, 11536, 10552;
88.44953, 11568, 11800, 11544, 10224, 11536, 10720;
88.44953, 11560, 10368, 11544, 11456, 11528, 11144;
88.44953, 11568, 11400, 11544, 10528, 11528, 11144;
88.44953, 11568, 11400, 11544, 10528, 11536, 10904;
88.44953, 11568, 11584, 11536, 11104, 11536, 10944;
88.44953, 11560, 10264, 11552, 10368, 11536, 10944;
88.44953, 11568, 11752, 11552, 10368, 11536, 11016;
88.44953, 11568, 11752, 11544, 10968, 11536, 10936;
88.44953, 11560, 10408, 11544, 9992, 11536, 10944;
88.44953, 11568, 10944, 11544, 10512, 11536, 10944;
88.44953, 11568, 10944, 11544, 10512, 11536, 10744;
88.44953, 11576, 12024, 11536, 9840, 11536, 11256;
88.44953, 11560, 10400, 11536, 11080, 11536, 11256;
88.44953, 11560, 12184, 11544, 11080, 11536, 10672;
88.44953, 11576, 12184, 11544, 10576, 11536, 11072;
88.44953, 11560, 11104, 11544, 11416, 11536, 10896;
88.44953, 11560, 10496, 11544, 10872, 11528, 10896;
88.44953, 11560, 10496, 11536, 10872, 11536, 10784;
88.44953, 11576, 12000, 11552, 10720, 11528, 11008;
88.44953, 11560, 10592, 11536, 10776, 11528, 11008;
88.44953, 11560, 10384, 11536, 10776, 11536, 10904;
88.44953, 11568, 10384, 11544, 11016, 11536, 11232;
88.44953, 11568, 12104, 11544, 10000, 11536, 11232;
88.44953, 11560, 10088, 11544, 10000, 11536, 10808;
88.44953, 11560, 10088, 11544, 9960, 11528, 11168;
88.44953, 11568, 11104, 11544, 11008, 11528, 11112;
88.44953, 11568, 12048, 11544, 10488, 11536, 11112;
88.44953, 11568, 12048, 11544, 10488, 11536, 11128;
88.44953, 11560, 10712, 11544, 11352, 11536, 11120;
88.44953, 11568, 12256, 11552, 10808, 11536, 10776;
88.44953, 11560, 10896, 11552, 10808, 11536, 10776;
88.44953, 11560, 10896, 11544, 11136, 11536, 10496;
88.44953, 11560, 10816, 11544, 10376, 11536, 10816;
88.44953, 11568, 11624, 11544, 10960, 11536, 10816;
88.44953, 11568, 10592, 11544, 10960, 11536, 10728;
88.44953, 11560, 10592, 11536, 9936, 11536, 10808;
88.44953, 11568, 11136, 11544, 10488, 11536, 10808;
88.44953, 11568, 11784, 11544, 10488, 11536, 10480;
88.44953, 11568, 11784, 11536, 10288, 11536, 10680;
88.44953, 11560, 10064, 11544, 10776, 11536, 10624;
88.44953, 11568, 12112, 11544, 10776, 11536, 10624;
88.44953, 11568, 12112, 11536, 10712, 11536, 10736;
88.44953, 11560, 10936, 11552, 10528, 11528, 10784;
88.44953, 11568, 10768, 11552, 11232, 11528, 10784;
88.44953, 11568, 11712, 11552, 11232, 11536, 10584;
88.44953, 11568, 11712, 11544, 10208, 11536, 11200;
88.44953, 11560, 10336, 11544, 10704, 11536, 10808;
88.44953, 11568, 11496, 11544, 10704, 11536, 10808;
88.44953, 11568, 11496, 11536, 9848, 11536, 10904;
88.44953, 11560, 11120, 11544, 10888, 11536, 11096;
88.44953, 11568, 10552, 11544, 10496, 11528, 11096;
88.44953, 11568, 12440, 11544, 10496, 11536, 11040;
88.44953, 11568, 12440, 11544, 11096, 11528, 11096;
88.44953, 11560, 10736, 11536, 11184, 11528, 10704;
88.44953, 11560, 11560, 11536, 11184, 11536, 10704;
88.44953, 11568, 11560, 11552, 10904, 11536, 11224;
88.44953, 11560, 11600, 11544, 10648, 11536, 10880;
88.44953, 11560, 10808, 11544, 10304, 11536, 10880;
88.44953, 11560, 11616, 11544, 10304, 11536, 11024;
88.44953, 11568, 11616, 11544, 10960, 11536, 11136;
88.44953, 11560, 10496, 11544, 10208, 11536, 11136;
88.44953, 11568, 10928, 11544, 10208, 11536, 10472;
88.44953, 11568, 10928, 11544, 11528, 11536, 10920;
88.44953, 11568, 11728, 11544, 10720, 11536, 10576;
88.44953, 11560, 10240, 11544, 10720, 11528, 10576;
88.44953, 11560, 10240, 11536, 11072, 11536, 11040;
88.44953, 11568, 12256, 11544, 10304, 11536, 10752;
88.44953, 11560, 11112, 11544, 11248, 11536, 10752;
88.44953, 11560, 10776, 11544, 11248, 11528, 11016;
88.44953, 11560, 10776, 11536, 9832, 11536, 11264;
88.44953, 11568, 12384, 11544, 10072, 11536, 11008;
88.44953, 11560, 10632, 11544, 10240, 11536, 11008;
88.44953, 11560, 10632, 11544, 10240, 11536, 11168;
88.44953, 11568, 11544, 11544, 10520, 11536, 11224;
88.44953, 11568, 11520, 11544, 11088, 11536, 11224;
88.44953, 11568, 10464, 11544, 11088, 11536, 11144;
88.44953, 11560, 10464, 11544, 10904, 11536, 11008;
88.44953, 11576, 11776, 11544, 11288, 11536, 11008;
88.44953, 11560, 10776, 11544, 11288, 11536, 10600;
88.44953, 11560, 10776, 11544, 10448, 11536, 10888;
88.44953, 11568, 10824, 11544, 11424, 11536, 10896;
88.44953, 11568, 12104, 11536, 10080, 11536, 10896;
88.44953, 11568, 12104, 11536, 10080, 11536, 10424;
88.44953, 11560, 10304, 11544, 10616, 11536, 10784;
88.44953, 11568, 11624, 11544, 10192, 11536, 10784;
88.44953, 11568, 11800, 11544, 10192, 11536, 10568;
88.44953, 11568, 11800, 11544, 10680, 11536, 10888;
88.44953, 11560, 10272, 11536, 10512, 11536, 10672;
88.44953, 11568, 12144, 11536, 10792, 11536, 10672;
88.44953, 11568, 12144, 11544, 10792, 11536, 10616;
88.44953, 11560, 10840, 11536, 11200, 11536, 11280;
88.44953, 11568, 11040, 11552, 10832, 11536, 11280;
88.44953, 11568, 12296, 11552, 10832, 11536, 10512;
88.44953, 11568, 12296, 11544, 10976, 11536, 10968;
88.44953, 11560, 10400, 11544, 9944, 11536, 11320;
88.44953, 11568, 12008, 11544, 9944, 11536, 11320;
88.44953, 11568, 12008, 11544, 11104, 11536, 11024;
88.44953, 11568, 11312, 11536, 10184, 11536, 10976;
88.44953, 11560, 10400, 11544, 10928, 11536, 10976;
88.44953, 11560, 12096, 11544, 10928, 11536, 11064;
88.44953, 11568, 12096, 11544, 10528, 11536, 11384;
88.44953, 11560, 10440, 11544, 11016, 11536, 11384;
88.44953, 11568, 10792, 11544, 11016, 11536, 10944;
88.44953, 11568, 10792, 11544, 10544, 11536, 10840;
88.44953, 11568, 11456, 11552, 11440, 11536, 11032;
88.44953, 11560, 9872, 11552, 10200, 11528, 11032;
88.44953, 11560, 9872, 11536, 10200, 11536, 10544;
88.44953, 11568, 12144, 11544, 9768, 11536, 11096;
88.44953, 11568, 10856, 11544, 10920, 11536, 11096;
88.44953, 11568, 10808, 11536, 10920, 11536, 10824;
88.44953, 11560, 10808, 11544, 10328, 11536, 10928;
88.44953, 11576, 11976, 11536, 11416, 11536, 11208;
88.44953, 11560, 10232, 11536, 10784, 11536, 11208;
88.44953, 11560, 10232, 11544, 10784, 11536, 10720;
88.44953, 11568, 12368, 11544, 11400, 11536, 11152;
88.44953, 11560, 10912, 11544, 10536, 11536, 11152;
88.44953, 11560, 10520, 11544, 10536, 11528, 10744;
88.44953, 11560, 10520, 11544, 11496, 11536, 11312;
88.44953, 11568, 11768, 11536, 9872, 11536, 11312;
88.44953, 11560, 10744, 11536, 9872, 11536, 11288;
88.44953, 11560, 10744, 11544, 10360, 11536, 11080;
88.44953, 11568, 10608, 11536, 10360, 11536, 11184;
88.44953, 11568, 12056, 11544, 10760, 11536, 11184;
88.44953, 11568, 12056, 11544, 10760, 11536, 10928;
88.44953, 11560, 9936, 11536, 10912, 11536, 10944;
88.44953, 11568, 12144, 11544, 10808, 11536, 10944;
88.44953, 11560, 11480, 11544, 10808, 11536, 10864;
88.44953, 11560, 11480, 11544, 11296, 11536, 10600;
88.44953, 11560, 10752, 11544, 10680, 11536, 10840;
88.44953, 11576, 12216, 11544, 11312, 11536, 10840;
88.44953, 11576, 12216, 11544, 11312, 11536, 10504;
88.44953, 11560, 10376, 11536, 9608, 11536, 10680;
88.44953, 11568, 10968, 11536, 11152, 11536, 10680;
88.44953, 11568, 11936, 11544, 11152, 11536, 10552;
88.44953, 11568, 11936, 11536, 10200, 11536, 10816;
88.44953, 11560, 10624, 11544, 10176, 11536, 10816;
88.44953, 11568, 11808, 11544, 10176, 11536, 10768;
88.44953, 11568, 11808, 11544, 10504, 11536, 10464;
88.44953, 11568, 11728, 11544, 11224, 11528, 11264;
88.44953, 11560, 10696, 11544, 10856, 11528, 11264;
88.44953, 11560, 10696, 11544, 10856, 11536, 10768;
88.44953, 11568, 11912, 11552, 10784, 11536, 10832;
88.44953, 11560, 10776, 11544, 11032, 11536, 10832;
88.44953, 11568, 10816, 11544, 11032, 11536, 11192;
88.44953, 11568, 10816, 11544, 9704, 11536, 10840;
88.44953, 11568, 11400, 11536, 11168, 11536, 11096;
88.44953, 11560, 10200, 11536, 10456, 11536, 11096;
88.44953, 11560, 10200, 11544, 10456, 11536, 10608;
88.44953, 11568, 11840, 11544, 10448, 11536, 11256;
88.44953, 11568, 11136, 11536, 10496, 11536, 10608;
88.44953, 11568, 10880, 11536, 10496, 11536, 10608;
88.44953, 11560, 10880, 11552, 10816, 11536, 10840;
88.44953, 11568, 11896, 11544, 10864, 11536, 11040;
88.44953, 11560, 10456, 11544, 11424, 11536, 11040;
88.44953, 11560, 11800, 11544, 11424, 11536, 10600;
88.44953, 11568, 11800, 11536, 10184, 11536, 10712;
88.44953, 11560, 11176, 11544, 10312, 11536, 10712;
88.44953, 11560, 10744, 11544, 10312, 11528, 10768;
88.44953, 11560, 10744, 11536, 10440, 11536, 11016;
88.44953, 11568, 11464, 11544, 10704, 11536, 11240;
88.44953, 11560, 10392, 11544, 10704, 11536, 11240;
88.44953, 11560, 10392, 11536, 10992, 11528, 10936;
88.44953, 11568, 11504, 11552, 11192, 11536, 11120;
88.44953, 11568, 11416, 11536, 11304, 11536, 11120;
88.44953, 11568, 11120, 11536, 11304, 11536, 11328;
88.44953, 11568, 11120, 11552, 10568, 11536, 11048;
88.44953, 11568, 12344, 11544, 10920, 11536, 11224;
88.44953, 11560, 10280, 11544, 10920, 11536, 11224;
88.44953, 11560, 10280, 11544, 9488, 11536, 10920;
88.44953, 11568, 11600, 11544, 11168, 11536, 10984;
88.44953, 11560, 11592, 11544, 10256, 11544, 10984;
88.44953, 11560, 10552, 11536, 10256, 11536, 10768;
88.44953, 11560, 10552, 11544, 10712, 11536, 10376;
88.44953, 11568, 11856, 11536, 10760, 11536, 10376;
88.44953, 11568, 10560, 11536, 10760, 11536, 11048;
88.44953, 11560, 10560, 11544, 11424, 11536, 10456;
88.44953, 11568, 11184, 11544, 10504, 11536, 10568;
88.44953, 11568, 12024, 11544, 10504, 11536, 10568;
88.44953, 11568, 12024, 11544, 11440, 11528, 10736;
88.44953, 11560, 10792, 11544, 11040, 11544, 10776;
88.44953, 11576, 12304, 11544, 9680, 11544, 10776;
88.44953, 11560, 10824, 11544, 9680, 11536, 10752;
88.44953, 11560, 10824, 11536, 11344, 11536, 10680;
88.44953, 11568, 11104, 11536, 10224, 11536, 10832;
88.44953, 11568, 12232, 11536, 10224, 11536, 10832;
88.44953, 11568, 12232, 11544, 10808, 11528, 10584;
88.44953, 11560, 10240, 11544, 10752, 11528, 11232;
88.44953, 11568, 11400, 11544, 11336, 11528, 11232;
88.44953, 11568, 10800, 11552, 11336, 11536, 11096;
88.44953, 11560, 10800, 11536, 10632, 11536, 11112;
88.44953, 11568, 10664, 11544, 11232, 11536, 11192;
88.44953, 11568, 12016, 11544, 10328, 11536, 11192;
88.44953, 11568, 12016, 11544, 10328, 11536, 11008;
88.44953, 11560, 10256, 11544, 10096, 11536, 11240;
88.44953, 11568, 11760, 11544, 10904, 11536, 11240;
88.44953, 11568, 10992, 11536, 10904, 11536, 10824;
88.44953, 11560, 10992, 11544, 10024, 11536, 10976;
88.44953, 11560, 10656, 11536, 10744, 11536, 10976;
88.44953, 11568, 11840, 11536, 10744, 11536, 11008;
88.44953, 11568, 11840, 11552, 11040, 11536, 10744;
88.44953, 11560, 10360, 11544, 10808, 11536, 10808;
88.44953, 11568, 11216, 11544, 10648, 11528, 10808;
88.44953, 11568, 11216, 11552, 10648, 11536, 10584;
88.44953, 11568, 11664, 11544, 11248, 11536, 11048;
88.44953, 11560, 10424, 11544, 9736, 11536, 11048;
88.44953, 11560, 11528, 11544, 9736, 11536, 10680;
88.44953, 11568, 11528, 11544, 10800, 11536, 11064;
88.44953, 11560, 11528, 11536, 10432, 11536, 11328;
88.44953, 11560, 10672, 11536, 10752, 11536, 11328;
88.44953, 11560, 10672, 11544, 10752, 11536, 10712;
88.44953, 11568, 12232, 11544, 10960, 11536, 11264;
88.44953, 11560, 10384, 11544, 11232, 11536, 11264;
88.44953, 11560, 11008, 11544, 11232, 11536, 11232;
88.44953, 11568, 11008, 11544, 10672, 11536, 10888;
88.44953, 11568, 11792, 11544, 11304, 11536, 10888;
88.44953, 11560, 10256, 11544, 11304, 11536, 11088;
88.44953, 11560, 10256, 11536, 10272, 11544, 10768;
88.44953, 11568, 11944, 11544, 9744, 11536, 10936;
88.44953, 11568, 11176, 11544, 9744, 11536, 10936;
88.44953, 11568, 11176, 11544, 11256, 11536, 10696;
88.44953, 11560, 10760, 11544, 9912, 11544, 10792;
88.44953, 11576, 12400, 11536, 11032, 11544, 10792;
88.44953, 11560, 10640, 11536, 11032, 11528, 10880;
88.44953, 11560, 10640, 11544, 10608, 11536, 10504;
88.44953, 11576, 12008, 11552, 11288, 11536, 10616;
88.44953, 11568, 11424, 11552, 10616, 11536, 10616;
88.44953, 11568, 11424, 11536, 10616, 11528, 10576;
88.44953, 11560, 10560, 11544, 11312, 11536, 10792;
88.44953, 11568, 11664, 11544, 9960, 11536, 10792;
88.44953, 11568, 10576, 11536, 9960, 11536, 10608;
88.44953, 11560, 10576, 11536, 9872, 11528, 10536;
88.44953, 11568, 10320, 11536, 10480, 11528, 11328;
88.44953, 11568, 12104, 11536, 10480, 11536, 11328;
88.44953, 11568, 12104, 11544, 10120, 11536, 11096;
88.44953, 11560, 10384, 11536, 11160, 11536, 11008;
88.44953, 11568, 11944, 11536, 10976, 11536, 11008;
88.44953, 11568, 11400, 11552, 10976, 11528, 11048;
88.44953, 11568, 11400, 11552, 11000, 11536, 10984;
88.44953, 11560, 10568, 11544, 10576, 11536, 10984;
88.44953, 11568, 12296, 11544, 10576, 11536, 11016;
88.44953, 11568, 12296, 11544, 11248, 11536, 10616;
88.44953, 11560, 10472, 11536, 9848, 11536, 10960;
88.44953, 11568, 11136, 11536, 9848, 11536, 10960;
88.44953, 11568, 11136, 11544, 10528, 11536, 11368;
88.44953, 11568, 11472, 11536, 10640, 11536, 10488;
88.44953, 11560, 10488, 11536, 10488, 11536, 10488;
88.44953, 11560, 11168, 11544, 10488, 11528, 11016;
88.44953, 11568, 11168, 11536, 10968, 11536, 10672;
88.44953, 11568, 11776, 11552, 11160, 11536, 10880;
88.44953, 11568, 10440, 11552, 11160, 11528, 10880;
88.44953, 11560, 10440, 11544, 10656, 11536, 10952;
88.44953, 11568, 12192, 11544, 10384, 11536, 10688;
88.44953, 11560, 10944, 11544, 11224, 11536, 10688;
88.44953, 11560, 11352, 11544, 11224, 11536, 10944;
88.44953, 11568, 11352, 11544, 9640, 11536, 10840;
88.44953, 11568, 11504, 11544, 10592, 11536, 10840;
88.44953, 11560, 10256, 11544, 10592, 11536, 11264;
88.44953, 11560, 10256, 11536, 10696, 11536, 11344;
88.44953, 11568, 11488, 11544, 10816, 11536, 10824;
88.44953, 11568, 11288, 11544, 10816, 11536, 10824;
88.44953, 11568, 11288, 11536, 10976, 11536, 10720;
88.44953, 11568, 10496, 11552, 11320, 11536, 11008;
88.44953, 11576, 12320, 11536, 10560, 11536, 11008;
88.44953, 11560, 10600, 11536, 10560, 11536, 10640;
88.44953, 11560, 10600, 11544, 10752, 11536, 11232;
88.44953, 11568, 11240, 11544, 10768, 11536, 10680;
88.44953, 11568, 12048, 11544, 10072, 11536, 10680;
88.44953, 11568, 12048, 11544, 10072, 11536, 11208;
88.44953, 11560, 10512, 11536, 11056, 11536, 11120;
88.44953, 11568, 12008, 11536, 10296, 11536, 11120;
88.44953, 11568, 10648, 11544, 10296, 11536, 10616;
88.44953, 11560, 10648, 11536, 11128, 11536, 11024;
88.44953, 11568, 10560, 11544, 10720, 11536, 11024;
88.44953, 11568, 12024, 11544, 10720, 11536, 10360;
88.44953, 11568, 12024, 11552, 11168, 11536, 10704;
88.44953, 11560, 10184, 11544, 10904, 11528, 10824;
88.44953, 11568, 11792, 11544, 11224, 11528, 10824;
88.44953, 11568, 11792, 11544, 11224, 11536, 10480;
88.44953, 11568, 11520, 11536, 9840, 11536, 11176;
88.44953, 11560, 10896, 11544, 10136, 11536, 11176;
88.44953, 11568, 12536, 11544, 10136, 11536, 10416;
88.44953, 11568, 12536, 11536, 10544, 11536, 11136;
88.44953, 11560, 10384, 11544, 10272, 11536, 11408;
88.44953, 11576, 12096, 11544, 10928, 11528, 11408;
88.44953, 11576, 12096, 11536, 10928, 11536, 10848;
88.44953, 11560, 10976, 11544, 11312, 11528, 10992;
88.44953, 11568, 10680, 11536, 10424, 11528, 10992;
88.44953, 11568, 12296, 11536, 10424, 11536, 10992;
88.44953, 11568, 12296, 11552, 11208, 11536, 11104;
88.44953, 11560, 10528, 11544, 10768, 11536, 10848;
88.44953, 11568, 11552, 11544, 9784, 11536, 10848;
88.44953, 11568, 11552, 11544, 9784, 11536, 10576;
88.44953, 11568, 11656, 11536, 11408, 11528, 11336;
88.44953, 11560, 10304, 11544, 10632, 11528, 11336;
88.44953, 11560, 12296, 11544, 10632, 11536, 10664;
88.44953, 11568, 12296, 11544, 10792, 11528, 10936;
88.44953, 11560, 11008, 11544, 10824, 11528, 10936;
88.44953, 11560, 10600, 11544, 10824, 11536, 10744;
88.44953, 11560, 10600, 11552, 11088, 11536, 10792;
88.44953, 11568, 12000, 11544, 10472, 11528, 10776;
88.44953, 11560, 10512, 11544, 10952, 11528, 10776;
88.44953, 11560, 10512, 11544, 10952, 11528, 10952;
88.44953, 11568, 10896, 11544, 10200, 11536, 10960;
88.44953, 11568, 11984, 11544, 10184, 11536, 10944;
88.44953, 11560, 10376, 11544, 10184, 11536, 10944;
88.44953, 11560, 10376, 11536, 11208, 11536, 10824;
88.44953, 11568, 12192, 11544, 10360, 11536, 11632;
88.44953, 11560, 11104, 11544, 10840, 11536, 11632;
88.44953, 11560, 11320, 11536, 10840, 11536, 10840;
88.44953, 11568, 11320, 11544, 10488, 11536, 11336;
88.44953, 11568, 11520, 11544, 10584, 11536, 11336;
88.44953, 11568, 10328, 11544, 10584, 11528, 11224;
88.44953, 11560, 10328, 11536, 10848, 11536, 10936;
88.44953, 11568, 11872, 11544, 11264, 11536, 10936;
88.44953, 11560, 10872, 11544, 11264, 11536, 10936;
88.44953, 11560, 10872, 11544, 10024, 11536, 10624;
88.44953, 11560, 10104, 11544, 10304, 11536, 11192;
88.44953, 11568, 12088, 11536, 10648, 11536, 11192;
88.44953, 11560, 10112, 11536, 10648, 11536, 10624;
88.44953, 11560, 10112, 11544, 10832, 11536, 10952;
88.44953, 11568, 11720, 11536, 11072, 11536, 10976;
88.44953, 11568, 11648, 11536, 11072, 11536, 10976;
88.44953, 11568, 11648, 11552, 11120, 11536, 10432;
88.44953, 11560, 10264, 11536, 10632, 11536, 10616;
88.44953, 11568, 12424, 11536, 10576, 11536, 10616;
88.44953, 11568, 10648, 11552, 10576, 11536, 10288;
88.44953, 11560, 10648, 11544, 10800, 11536, 10960;
88.44953, 11568, 11064, 11544, 9616, 11536, 10784;
88.44953, 11568, 11800, 11544, 9616, 11536, 10784;
88.44953, 11568, 11800, 11536, 11112, 11536, 10664;
88.44953, 11560, 10584, 11544, 10120, 11536, 11352;
88.44953, 11568, 11776, 11544, 10656, 11536, 11352;
88.44953, 11568, 11560, 11544, 10656, 11536, 10968;
88.44953, 11568, 11560, 11544, 10552, 11536, 10800;
88.44953, 11560, 10528, 11552, 11336, 11536, 10800;
88.44953, 11568, 11960, 11552, 11336, 11528, 11344;
88.44953, 11568, 11960, 11544, 10464, 11536, 10976;
88.44953, 11560, 10704, 11544, 11488, 11536, 11360;
88.44953, 11568, 11520, 11544, 11488, 11536, 11360;
88.44953, 11568, 11520, 11544, 9936, 11536, 10864;
88.44953, 11568, 11312, 11544, 10336, 11536, 11136;
88.44953, 11560, 10264, 11544, 10736, 11536, 11136;
88.44953, 11560, 11520, 11536, 10736, 11536, 11336;
88.44953, 11568, 11520, 11544, 10576, 11536, 10584;
88.44953, 11568, 10640, 11536, 11160, 11536, 10944;
88.44953, 11568, 10992, 11536, 11120, 11528, 10944;
88.44953, 11568, 10992, 11552, 11120, 11528, 10768;
88.44953, 11576, 12184, 11544, 10624, 11536, 10752;
88.44953, 11560, 10416, 11544, 10912, 11536, 10752;
88.44953, 11560, 11728, 11544, 10912, 11528, 10880;
88.44953, 11568, 11728, 11544, 10944, 11536, 10552;
88.44953, 11568, 11680, 11544, 9928, 11536, 10552;
88.44953, 11560, 10448, 11544, 9928, 11536, 11176;
88.44953, 11560, 10448, 11544, 11096, 11536, 11064;
88.44953, 11568, 11832, 11544, 10416, 11536, 10840;
88.44953, 11560, 10720, 11544, 10416, 11536, 10840;
88.44953, 11560, 10720, 11536, 10912, 11528, 11336;
88.44953, 11568, 10776, 11544, 10752, 11536, 10720;
88.44953, 11568, 11944, 11552, 11224, 11536, 10720;
88.44953, 11560, 9872, 11552, 11224, 11536, 11144;
88.44953, 11560, 9872, 11544, 10656, 11536, 11056;
88.44953, 11568, 11544, 11544, 11256, 11536, 11112;
88.44953, 11560, 11440, 11544, 11256, 11536, 11112;
88.44953, 11560, 11440, 11536, 9392, 11536, 11112;
88.44953, 11560, 10952, 11544, 10512, 11536, 10640;
88.44953, 11568, 12464, 11544, 10368, 11536, 10640;
88.44953, 11568, 10440, 11536, 10368, 11536, 10792;
88.44953, 11560, 10440, 11544, 10312, 11536, 11272;
88.44953, 11568, 11152, 11544, 10776, 11536, 10480;
88.44953, 11568, 11664, 11544, 11400, 11536, 10480;
88.44953, 11568, 11664, 11552, 11400, 11528, 10720;
88.44953, 11560, 10792, 11536, 10632, 11536, 10800;
88.44953, 11568, 11776, 11536, 10976, 11536, 10800;
88.44953, 11568, 11584, 11552, 10976, 11536, 10440;
88.44953, 11568, 11584, 11536, 10304, 11536, 10864;
88.44953, 11560, 10632, 11544, 9616, 11536, 10864;
88.44953, 11568, 11968, 11544, 9616, 11536, 10304;
88.44953, 11568, 11968, 11536, 10816, 11536, 10952;
88.44953, 11560, 10440, 11536, 10160, 11536, 11152;
88.44953, 11568, 11320, 11536, 10160, 11536, 11152;
88.44953, 11568, 11320, 11536, 10880, 11536, 10432;
88.44953, 11568, 11256, 11544, 10744, 11528, 11160;
88.44953, 11560, 10512, 11544, 11584, 11528, 11160;
88.44953, 11560, 11880, 11552, 11584, 11536, 10960;
88.44953, 11568, 11880, 11544, 10552, 11536, 11032;
88.44953, 11568, 11680, 11544, 11672, 11536, 11272;
90.35429, 11568, 11984, 11536, 11040, 11528, 11560;
90.35429, 11560, 11688, 11536, 11240, 11536, 11168;
90.35429, 11560, 12024, 11544, 10840, 11536, 11168;
90.35429, 11560, 11328, 11544, 10840, 11528, 10536;
90.35429, 11560, 11328, 11544, 10048, 11528, 10976;
90.35429, 11560, 10712, 11536, 9984, 11528, 11544;
90.35429, 11560, 10688, 11536, 9984, 11536, 11544;
90.35429, 11560, 10688, 11544, 11160, 11536, 11168;
90.35429, 11560, 11112, 11536, 11224, 11536, 10768;
90.35429, 11568, 11416, 11536, 10840, 11528, 10768;
90.35429, 11568, 11680, 11544, 10840, 11528, 11576;
90.35429, 11568, 11680, 11544, 11240, 11536, 11368;
90.35429, 11560, 11840, 11544, 10304, 11536, 10464;
90.35429, 11560, 11984, 11544, 10304, 11536, 10464;
90.35429, 11560, 11984, 11536, 10808, 11528, 10848;
90.35429, 11560, 11336, 11536, 11064, 11536, 11472;
90.35429, 11560, 11112, 11536, 10952, 11536, 11472;
90.35429, 11560, 10552, 11544, 10952, 11536, 10928;
90.35429, 11560, 10552, 11552, 10992, 11528, 10800;
90.35429, 11560, 10624, 11544, 11360, 11528, 10800;
90.35429, 11568, 10480, 11544, 11360, 11528, 11568;
90.35429, 11568, 10480, 11544, 10712, 11536, 11288;
90.35429, 11568, 10984, 11536, 10840, 11528, 10648;
90.35429, 11568, 11480, 11536, 10840, 11528, 10648;
90.35429, 11568, 11480, 11544, 10760, 11528, 10872;
90.35429, 11568, 11984, 11544, 11056, 11536, 11272;
90.35429, 11568, 12112, 11544, 11376, 11536, 11272;
90.35429, 11560, 11800, 11544, 11376, 11536, 10768;
90.35429, 11560, 11800, 11536, 10856, 11528, 10784;
90.35429, 11560, 11688, 11536, 10480, 11528, 11504;
90.35429, 11560, 11456, 11536, 10736, 11528, 11504;
90.35429, 11560, 11456, 11536, 10736, 11536, 11320;
90.35429, 11560, 11104, 11536, 11104, 11528, 10648;
90.35429, 11560, 10792, 11536, 10944, 11528, 10648;
90.35429, 11560, 10600, 11544, 10944, 11528, 10896;
90.35429, 11560, 10600, 11544, 11448, 11536, 11336;
90.35429, 11560, 10824, 11544, 10472, 11536, 11336;
90.35429, 11560, 10896, 11544, 10472, 11536, 10736;
90.35429, 11560, 10896, 11536, 10360, 11528, 11552;
90.35429, 11568, 10192, 11536, 10320, 11528, 10952;
90.35429, 11568, 11368, 11536, 11064, 11528, 10952;
90.35429, 11568, 11368, 11536, 11064, 11536, 10616;
90.35429, 11560, 11880, 11544, 10688, 11528, 11096;
90.35429, 11568, 12272, 11536, 10912, 11528, 11096;
90.35429, 11560, 11784, 11536, 10912, 11528, 10920;
90.35429, 11560, 11784, 11536, 10280, 11536, 10448;
90.35429, 11560, 11592, 11536, 10016, 11536, 11256;
90.35429, 11560, 11768, 11536, 10616, 11528, 11256;
90.35429, 11560, 11768, 11536, 10616, 11528, 11280;
90.35429, 11560, 11184, 11544, 11064, 11536, 10816;
90.35429, 11560, 10808, 11544, 11096, 11536, 10864;
90.35429, 11560, 10984, 11544, 11096, 11536, 10864;
90.35429, 11560, 10984, 11536, 11000, 11528, 11104;
90.35429, 11560, 10896, 11536, 10208, 11528, 10952;
90.35429, 11568, 10816, 11536, 10824, 11528, 10952;
90.35429, 11568, 10984, 11536, 10824, 11536, 10776;
90.35429, 11568, 10984, 11536, 10872, 11528, 10752;
90.35429, 11568, 11112, 11544, 11080, 11528, 10752;
90.35429, 11568, 11864, 11544, 11080, 11528, 11272;
90.35429, 11568, 11864, 11536, 11392, 11536, 10832;
90.35429, 11560, 11592, 11536, 10752, 11536, 10800;
90.35429, 11560, 11464, 11536, 10752, 11536, 10800;
90.35429, 11560, 11464, 11536, 10344, 11528, 11304;
90.35429, 11560, 11080, 11536, 10704, 11528, 10848;
90.35429, 11560, 10696, 11536, 10960, 11536, 10848;
90.35429, 11560, 10512, 11536, 10960, 11536, 10440;
90.35429, 11560, 10512, 11544, 10968, 11528, 11176;
90.35429, 11560, 10896, 11544, 11168, 11528, 11352;
90.35429, 11560, 10504, 11544, 11168, 11528, 11352;
90.35429, 11560, 10504, 11536, 10272, 11536, 10760;
90.35429, 11568, 11416, 11536, 10576, 11528, 10792;
90.35429, 11568, 11536, 11536, 10696, 11528, 10792;
90.35429, 11568, 12008, 11536, 10696, 11528, 11400;
90.35429, 11568, 12008, 11536, 11160, 11528, 10728;
90.35429, 11568, 12256, 11536, 11072, 11528, 10728;
90.35429, 11560, 11584, 11536, 11072, 11536, 10424;
90.35429, 11560, 11584, 11536, 10264, 11528, 11120;
90.35429, 11560, 11984, 11536, 10024, 11528, 11472;
90.35429, 11560, 11328, 11536, 10024, 11528, 11472;
90.35429, 11560, 11328, 11536, 10536, 11528, 11032;
90.35429, 11560, 11040, 11536, 11040, 11528, 10744;
90.35429, 11552, 10888, 11544, 11376, 11528, 10744;
90.35429, 11560, 10608, 11544, 11376, 11528, 10808;
90.35429, 11560, 10608, 11536, 11048, 11528, 10816;
90.35429, 11560, 10888, 11536, 10024, 11528, 10928;
90.35429, 11560, 11064, 11536, 10024, 11536, 10928;
90.35429, 11560, 11064, 11536, 10024, 11528, 10984;
90.35429, 11560, 10800, 11536, 10608, 11528, 11240;
90.35429, 11568, 11744, 11536, 11296, 11528, 11240;
90.35429, 11568, 11864, 11536, 11296, 11528, 11392;
90.35429, 11568, 11864, 11544, 10912, 11528, 10688;
90.35429, 11568, 12416, 11536, 10784, 11528, 10816;
90.35429, 11560, 11520, 11536, 10008, 11528, 10816;
90.35429, 11560, 11520, 11536, 10008, 11528, 11176;
90.35429, 11560, 11816, 11536, 10416, 11536, 11080;
90.35429, 11560, 11792, 11536, 10448, 11536, 11080;
90.35429, 11560, 11304, 11536, 10448, 11528, 10512;
90.35429, 11560, 11304, 11536, 11168, 11528, 11096;
90.35429, 11560, 11096, 11544, 10712, 11528, 11096;
90.35429, 11560, 10584, 11544, 10712, 11528, 11256;
90.35429, 11560, 10584, 11544, 10416, 11536, 10864;
90.35429, 11560, 10680, 11544, 10144, 11536, 10720;
90.35429, 11560, 10568, 11544, 11264, 11528, 10720;
90.35429, 11560, 10568, 11536, 11264, 11528, 11296;
90.35429, 11568, 11040, 11536, 11136, 11536, 11168;
90.35429, 11568, 11480, 11544, 11024, 11536, 10568;
90.35429, 11568, 11600, 11544, 11024, 11528, 10568;
90.35429, 11568, 11600, 11544, 10896, 11528, 11384;
90.35429, 11568, 11448, 11544, 11056, 11528, 10992;
90.35429, 11568, 11584, 11544, 11160, 11536, 10992;
90.35429, 11568, 11920, 11536, 11160, 11536, 10632;
90.35429, 11560, 11920, 11536, 11112, 11528, 10920;
90.35429, 11560, 11704, 11536, 10752, 11528, 10920;
90.35429, 11560, 11568, 11536, 10752, 11528, 10992;
90.35429, 11560, 11568, 11544, 10936, 11536, 10640;
90.35429, 11560, 11256, 11544, 11296, 11528, 11008;
90.35429, 11560, 10920, 11544, 11296, 11528, 11008;
90.35429, 11560, 10920, 11544, 10528, 11528, 11312;
90.35429, 11560, 10656, 11536, 10688, 11536, 11232;
90.35429, 11560, 10768, 11536, 10736, 11536, 11232;
90.35429, 11560, 10640, 11536, 10736, 11528, 11016;
90.35429, 11560, 10640, 11544, 11232, 11520, 11064;
90.35429, 11568, 11264, 11544, 11224, 11520, 10816;
90.35429, 11560, 11864, 11544, 11224, 11528, 10816;
90.35429, 11560, 11864, 11536, 10936, 11536, 10424;
90.35429, 11568, 12640, 11536, 10256, 11528, 11304;
90.35429, 11560, 11680, 11536, 10672, 11528, 11304;
90.35429, 11560, 10896, 11536, 10672, 11528, 11144;
90.35429, 11560, 10896, 11536, 10832, 11536, 10912;
90.35429, 11552, 10992, 11544, 11248, 11536, 10912;
90.35429, 11560, 11160, 11544, 11248, 11536, 10912;
90.35429, 11560, 11160, 11544, 10864, 11528, 11152;
90.35429, 11568, 10816, 11536, 9880, 11528, 10952;
90.35429, 11568, 11288, 11536, 9880, 11528, 10952;
90.35429, 11568, 11288, 11536, 9880, 11536, 11000;
90.35429, 11560, 11328, 11536, 10504, 11528, 10720;
90.35429, 11568, 12008, 11536, 11128, 11528, 10720;
90.35429, 11568, 11984, 11536, 11128, 11528, 11264;
90.35429, 11568, 11984, 11536, 11280, 11528, 11328;
90.35429, 11560, 11352, 11536, 10968, 11528, 10800;
90.35429, 11552, 11464, 11536, 10968, 11536, 10800;
90.35429, 11552, 11464, 11536, 9520, 11528, 10904;
90.35429, 11560, 11360, 11536, 10080, 11528, 11256;
90.35429, 11560, 10736, 11536, 10328, 11528, 11256;
90.35429, 11560, 10848, 11536, 10328, 11536, 11104;
90.35429, 11560, 10848, 11536, 10800, 11528, 10800;
90.35429, 11568, 10976, 11544, 10752, 11528, 11320;
90.35429, 11568, 11560, 11544, 10480, 11528, 11320;
90.35429, 11568, 11560, 11536, 10480, 11528, 11400;
90.35429, 11560, 11584, 11536, 10248, 11536, 10920;
90.35429, 11560, 11816, 11536, 10872, 11536, 10920;
90.35429, 11560, 12024, 11536, 10872, 11528, 10800;
90.35429, 11560, 12024, 11536, 10592, 11536, 11080;
90.35429, 11568, 11784, 11544, 11136, 11536, 11080;
90.35429, 11560, 11568, 11544, 11136, 11536, 10896;
90.35429, 11560, 11568, 11544, 10936, 11536, 10640;
90.35429, 11560, 10728, 11544, 10808, 11536, 11144;
90.35429, 11560, 10944, 11544, 10976, 11528, 11144;
90.35429, 11560, 10944, 11536, 10976, 11528, 11416;
90.35429, 11560, 10648, 11536, 11176, 11536, 11032;
90.35429, 11568, 10840, 11536, 10856, 11536, 11032;
90.35429, 11568, 11032, 11536, 10856, 11528, 10712;
90.35429, 11568, 11032, 11544, 10920, 11528, 11152;
90.35429, 11568, 11720, 11544, 11928, 11528, 11208;
90.35429, 11560, 11920, 11544, 11112, 11536, 11208;
90.35429, 11560, 11920, 11544, 11112, 11536, 10704;
90.35429, 11560, 12272, 11536, 10720, 11528, 10832;
90.35429, 11560, 11424, 11536, 10680, 11528, 10832;
90.35429, 11560, 11064, 11536, 10680, 11536, 11344;
90.35429, 11560, 11064, 11544, 11496, 11536, 10888;
90.35429, 11560, 10856, 11544, 11064, 11536, 10888;
90.35429, 11568, 11240, 11544, 11064, 11528, 10688;
90.35429, 11568, 11240, 11544, 11248, 11528, 10904;
90.35429, 11560, 10960, 11536, 10672, 11536, 10832;
90.35429, 11568, 11440, 11536, 10824, 11536, 10832;
90.35429, 11568, 11440, 11536, 10824, 11536, 11008;
90.35429, 11568, 11640, 11536, 11072, 11528, 10456;
90.35429, 11568, 11504, 11544, 11440, 11528, 11328;
90.35429, 11568, 12160, 11544, 11440, 11528, 11328;
90.35429, 11568, 12160, 11544, 11384, 11536, 11528;
90.35429, 11560, 11712, 11536, 11160, 11536, 10456;
90.35429, 11560, 11400, 11536, 10216, 11536, 10456;
90.35429, 11560, 11256, 11536, 10216, 11528, 10176;
90.35429, 11560, 11256, 11536, 10696, 11536, 11696;
90.35429, 11560, 10920, 11536, 11072, 11536, 11112;
90.35429, 11560, 10944, 11536, 11072, 11536, 11112;
90.35429, 11560, 10944, 11544, 11000, 11528, 10760;
90.35429, 11568, 11016, 11536, 10736, 11528, 11552;
90.35429, 11568, 10728, 11536, 9736, 11528, 11552;
90.35429, 11568, 12184, 11536, 9736, 11536, 11168;
90.35429, 11560, 12184, 11536, 10168, 11528, 10624;
90.35429, 11560, 11600, 11536, 10288, 11528, 10624;
90.35429, 11560, 11648, 11536, 10288, 11528, 10624;
90.35429, 11568, 11648, 11536, 11288, 11536, 11312;
90.35429, 11560, 11488, 11544, 10904, 11536, 10856;
90.35429, 11560, 11040, 11544, 10904, 11536, 10856;
90.35429, 11560, 11040, 11544, 10200, 11528, 10920;
90.35429, 11560, 10304, 11544, 9960, 11528, 11360;
90.35429, 11560, 10800, 11544, 10552, 11528, 11360;
90.35429, 11560, 10768, 11536, 10552, 11536, 11384;
90.35429, 11568, 10768, 11536, 10880, 11528, 10704;
90.35429, 11568, 11552, 11536, 10864, 11528, 10952;
90.35429, 11568, 12080, 11536, 10864, 11528, 10952;
90.35429, 11560, 12080, 11536, 10920, 11536, 11200;
90.35429, 11568, 12600, 11536, 10208, 11536, 10880;
90.35429, 11560, 11744, 11536, 10744, 11536, 10880;
90.35429, 11560, 11064, 11536, 10744, 11528, 10640;
90.35429, 11560, 11064, 11536, 11240, 11536, 11400;
90.35429, 11560, 10920, 11536, 11072, 11536, 11400;
90.35429, 11560, 11168, 11536, 11072, 11536, 10920;
90.35429, 11560, 11168, 11544, 10816, 11528, 11184;
90.35429, 11568, 10864, 11544, 11208, 11536, 11048;
90.35429, 11568, 10976, 11544, 11208, 11536, 11048;
90.35429, 11568, 10976, 11536, 10432, 11536, 11152;
90.35429, 11568, 11912, 11536, 11328, 11528, 10784;
90.35429, 11568, 11472, 11536, 10928, 11528, 10784;
90.35429, 11560, 11208, 11536, 10928, 11536, 11568;
90.35429, 11560, 11208, 11544, 11032, 11536, 10872;
90.35429, 11560, 11272, 11544, 10896, 11536, 10664;
90.35429, 11560, 10872, 11544, 11232, 11536, 10664;
90.35429, 11560, 10872, 11544, 11232, 11528, 10840;
90.35429, 11560, 10968, 11536, 10368, 11528, 10912;
90.35429, 11568, 10632, 11536, 10368, 11528, 10912;
90.35429, 11568, 11280, 11536, 10368, 11536, 10784;
90.35429, 11568, 11280, 11544, 10648, 11528, 10704;
90.35429, 11568, 11640, 11544, 11432, 11528, 11440;
90.35429, 11568, 11704, 11544, 11376, 11528, 11440;
90.35429, 11568, 11704, 11544, 11376, 11536, 11088;
90.35429, 11560, 11728, 11536, 11040, 11536, 10920;
90.35429, 11560, 11840, 11536, 10424, 11536, 10920;
90.35429, 11560, 11296, 11536, 10424, 11528, 11064;
90.35429, 11560, 11296, 11536, 11016, 11536, 11128;
90.35429, 11560, 10648, 11536, 11072, 11536, 11128;
90.35429, 11560, 10864, 11536, 11072, 11536, 10744;
90.35429, 11560, 10864, 11544, 11224, 11528, 10728;
90.35429, 11568, 11256, 11544, 11240, 11528, 11360;
90.35429, 11560, 11360, 11544, 10944, 11528, 11360;
90.35429, 11560, 11360, 11536, 10944, 11536, 10960;
90.35429, 11560, 11320, 11536, 10664, 11536, 10768;
90.35429, 11560, 11712, 11544, 10840, 11536, 10976;
90.35429, 11560, 11432, 11544, 10840, 11528, 10976;
90.35429, 11560, 11432, 11536, 11152, 11528, 11000;
90.35429, 11560, 10824, 11544, 10880, 11528, 10872;
90.35429, 11560, 10912, 11544, 10896, 11536, 10872;
90.35429, 11560, 10888, 11544, 10896, 11528, 10680;
90.35429, 11560, 10888, 11536, 9848, 11528, 11440;
90.35429, 11568, 11288, 11536, 10472, 11528, 11440;
90.35429, 11568, 11848, 11536, 10472, 11528, 10872;
90.35429, 11568, 11848, 11536, 10912, 11536, 10808;
90.35429, 11560, 11872, 11536, 11272, 11536, 10808;
90.35429, 11560, 11504, 11536, 11272, 11528, 10568;
90.35429, 11560, 11504, 11536, 11128, 11528, 11080;
90.35429, 11560, 11424, 11536, 10256, 11536, 11128;
90.35429, 11560, 10992, 11536, 9840, 11536, 11128;
90.35429, 11560, 10992, 11536, 9840, 11528, 10808;
90.35429, 11560, 10848, 11544, 10408, 11528, 11088;
90.35429, 11568, 10760, 11536, 10936, 11528, 11520;
90.35429, 11560, 11176, 11536, 10936, 11528, 11520;
90.35429, 11560, 11176, 11544, 11280, 11536, 10912;
90.35429, 11560, 11040, 11536, 10896, 11536, 10232;
90.35429, 11568, 10896, 11536, 9880, 11520, 10232;
90.35429, 11568, 10896, 11536, 9880, 11528, 11312;
90.35429, 11568, 11832, 11536, 9936, 11536, 11472;
90.35429, 11560, 11736, 11536, 10400, 11536, 11472;
90.35429, 11560, 12064, 11536, 10400, 11528, 10688;
90.35429, 11560, 12064, 11536, 11488, 11528, 11144;
90.35429, 11560, 11672, 11536, 10816, 11528, 11144;
90.35429, 11552, 11000, 11536, 10816, 11536, 11544;
90.35429, 11552, 11000, 11536, 10384, 11536, 11040;
90.35429, 11552, 10856, 11536, 9840, 11528, 10592;
90.35429, 11560, 10760, 11536, 10400, 11528, 10592;
90.35429, 11560, 10760, 11536, 10400, 11528, 11424;
90.35429, 11560, 10416, 11536, 10712, 11536, 10984;
90.35429, 11568, 11232, 11544, 11232, 11536, 10984;
90.35429, 11568, 10984, 11544, 11232, 11528, 10568;
90.35429, 11568, 10984, 11536, 10568, 11520, 11176;
90.35429, 11568, 11544, 11528, 10248, 11520, 11368;
90.35429, 11560, 11920, 11528, 9912, 11536, 11368;
90.35429, 11560, 11920, 11536, 9912, 11528, 10616;
90.35429, 11568, 11328, 11536, 10344, 11528, 10680;
90.35429, 11560, 12008, 11536, 10944, 11528, 10680;
90.35429, 11560, 11408, 11536, 10944, 11528, 11208;
90.35429, 11560, 11408, 11544, 11408, 11536, 11088;
90.35429, 11560, 10624, 11536, 10552, 11536, 10792;
90.35429, 11568, 10784, 11536, 10080, 11528, 10792;
90.35429, 11568, 10784, 11536, 10080, 11520, 11376;
90.35429, 11568, 11376, 11536, 10240, 11536, 11104;
90.35429, 11568, 12040, 11544, 10752, 11536, 11104;
90.35429, 11568, 11912, 11544, 10752, 11528, 10872;
90.35429, 11568, 11912, 11536, 11280, 11528, 10928;
90.35429, 11560, 11288, 11544, 11048, 11528, 10928;
90.35429, 11552, 11696, 11544, 11048, 11536, 10848;
90.35429, 11552, 11696, 11544, 10640, 11528, 10568;
90.35429, 11560, 11160, 11536, 9632, 11528, 10968;
90.35429, 11560, 10640, 11536, 10104, 11528, 10968;
90.35429, 11560, 10640, 11536, 10104, 11536, 11112;
90.35429, 11560, 10648, 11536, 10568, 11528, 10680;
90.35429, 11560, 10600, 11544, 11088, 11528, 11440;
90.35429, 11560, 10776, 11544, 11088, 11528, 11440;
90.35429, 11560, 10776, 11544, 10752, 11528, 11096;
90.35429, 11568, 10648, 11544, 10720, 11528, 10456;
90.35429, 11568, 11096, 11544, 10552, 11536, 10456;
90.35429, 11568, 12040, 11536, 10552, 11528, 10672;
90.35429, 11568, 12040, 11536, 11280, 11528, 11664;
90.35429, 11568, 11936, 11536, 11224, 11528, 11664;
90.35429, 11568, 11848, 11536, 11224, 11536, 10664;
90.35429, 11560, 11848, 11544, 10880, 11528, 10664;
90.35429, 11560, 11552, 11544, 10960, 11528, 11520;
90.35429, 11560, 10664, 11544, 10960, 11528, 11520;
90.35429, 11560, 10664, 11544, 10896, 11536, 10960;
90.35429, 11552, 10408, 11536, 11008, 11536, 10160;
90.35429, 11560, 10992, 11536, 11080, 11536, 10160;
90.35429, 11568, 10448, 11536, 11080, 11528, 11264;
90.35429, 11568, 10448, 11536, 10856, 11528, 11584;
90.35429, 11568, 11272, 11544, 10552, 11528, 10760;
90.35429, 11560, 11048, 11544, 10552, 11536, 10760;
90.35429, 11560, 11048, 11544, 10912, 11528, 10848;
90.35429, 11568, 11632, 11544, 10728, 11528, 11544;
90.35429, 11560, 12120, 11544, 10488, 11528, 11544;
90.35429, 11560, 11608, 11536, 10488, 11536, 11064;
90.35429, 11560, 11608, 11536, 10648, 11536, 10360;
90.35429, 11560, 12064, 11544, 11256, 11536, 11312;
90.35429, 11560, 11288, 11544, 10832, 11528, 11312;
90.35429, 11560, 11288, 11544, 10832, 11528, 11456;
90.35429, 11560, 10936, 11536, 11136, 11536, 10544;
90.35429, 11560, 11048, 11536, 10152, 11536, 10544;
90.35429, 11560, 10736, 11536, 10152, 11528, 10616;
90.35429, 11560, 10736, 11536, 10800, 11528, 11472;
90.35429, 11568, 11040, 11536, 10840, 11528, 11472;
90.35429, 11560, 11392, 11536, 10840, 11528, 11024;
90.35429, 11560, 11392, 11544, 11072, 11536, 10344;
90.35429, 11568, 11864, 11536, 11136, 11536, 11104;
90.35429, 11560, 12304, 11536, 10200, 11528, 11104;
90.35429, 11560, 12304, 11536, 10200, 11536, 11704;
90.35429, 11560, 12112, 11536, 9944, 11536, 10760;
90.35429, 11560, 11712, 11536, 10808, 11536, 10760;
90.35429, 11560, 10304, 11536, 10808, 11528, 10592;
90.35429, 11560, 10304, 11536, 11200, 11520, 11456;
90.35429, 11560, 10744, 11536, 11368, 11520, 11048;
90.35429, 11560, 10800, 11536, 10784, 11528, 11048;
90.35429, 11560, 10800, 11536, 10784, 11536, 10304;
90.35429, 11568, 11176, 11536, 9840, 11528, 10832;
90.35429, 11568, 11488, 11536, 10224, 11528, 10832;
90.35429, 11568, 12008, 11536, 10224, 11528, 11720;
90.35429, 11568, 12008, 11536, 10472, 11536, 10872;
90.35429, 11560, 11864, 11536, 11440, 11536, 10872;
90.35429, 11552, 11352, 11536, 11440, 11528, 10336;
90.35429, 11552, 11352, 11536, 10840, 11528, 11288;
90.35429, 11560, 10680, 11536, 10352, 11528, 11040;
90.35429, 11560, 10984, 11544, 9848, 11528, 11040;
90.35429, 11560, 10984, 11544, 9848, 11536, 10328;
90.35429, 11560, 10432, 11544, 10568, 11528, 11152;
90.35429, 11568, 11368, 11536, 10816, 11528, 11152;
90.35429, 11568, 12144, 11536, 10816, 11528, 11616;
90.35429, 11568, 12144, 11536, 11224, 11536, 10808;
90.35429, 11568, 12072, 11544, 10744, 11536, 10664;
90.35429, 11560, 11520, 11544, 10472, 11528, 10664;
90.35429, 11560, 11520, 11536, 10472, 11528, 11528;
90.35429, 11560, 11256, 11536, 10008, 11536, 11024;
90.35429, 11560, 11344, 11536, 10960, 11536, 11024;
90.35429, 11560, 11016, 11536, 10960, 11536, 10584;
90.35429, 11560, 11016, 11536, 11104, 11528, 10936;
90.35429, 11560, 10776, 11536, 11056, 11528, 11432;
90.35429, 11560, 11072, 11536, 10984, 11528, 11432;
90.35429, 11560, 11072, 11536, 10984, 11528, 10728;
90.35429, 11560, 10648, 11544, 10288, 11528, 10520;
90.35429, 11560, 10728, 11536, 10624, 11528, 10520;
90.35429, 11560, 11192, 11536, 10624, 11528, 11528;
90.35429, 11568, 11192, 11544, 11080, 11528, 11232;
90.35429, 11568, 11032, 11536, 11184, 11528, 11232;
90.35429, 11568, 11864, 11536, 11184, 11536, 10368;
90.35429, 11568, 11864, 11544, 10936, 11528, 10464;
90.35429, 11560, 12376, 11536, 10952, 11528, 11760;
90.35429, 11568, 12176, 11536, 9960, 11528, 11760;
90.35429, 11568, 12176, 11536, 9960, 11536, 10808;
90.35429, 11560, 11944, 11536, 10680, 11536, 10424;
90.35429, 11560, 10952, 11536, 10960, 11536, 10424;
90.35429, 11560, 10456, 11536, 10960, 11528, 11448;
90.35429, 11560, 10456, 11544, 11040, 11528, 11048;
90.35429, 11560, 11256, 11544, 10944, 11528, 10280;
90.35429, 11560, 10936, 11544, 11016, 11536, 10280;
90.35429, 11560, 10936, 11544, 11016, 11528, 10992;
90.35429, 11568, 11616, 11536, 10944, 11536, 11640;
90.35429, 11560, 11680, 11536, 11384, 11536, 11640;
90.35429, 11560, 11416, 11536, 11384, 11536, 10824;
90.35429, 11560, 11416, 11544, 10936, 11528, 10768;
90.35429, 11560, 11520, 11544, 11040, 11528, 10768;
90.35429, 11560, 10896, 11544, 11040, 11528, 11440;
90.35429, 11560, 10896, 11544, 10976, 11536, 11112;
90.35429, 11560, 10720, 11544, 11128, 11536, 10384;
90.35429, 11560, 10952, 11536, 10832, 11536, 10384;
90.35429, 11560, 10952, 11536, 10832, 11528, 11032;
90.35429, 11560, 10336, 11536, 10496, 11528, 11576;
90.35429, 11568, 11200, 11536, 11104, 11528, 10776;
90.35429, 11560, 11056, 11536, 11104, 11536, 10776;
90.35429, 11560, 11056, 11544, 10480, 11528, 10576;
90.35429, 11568, 11704, 11544, 11160, 11528, 11352;
90.35429, 11560, 11952, 11544, 10728, 11528, 11352;
90.35429, 11560, 11416, 11536, 10728, 11536, 11024;
90.35429, 11560, 11416, 11536, 10448, 11536, 10304;
90.35429, 11560, 11448, 11536, 10384, 11536, 10304;
90.35429, 11560, 11168, 11536, 10384, 11528, 11032;
90.35429, 11560, 11168, 11536, 11128, 11528, 11680;
90.35429, 11560, 11032, 11536, 10536, 11536, 10848;
90.35429, 11560, 11016, 11536, 10536, 11536, 10848;
90.35429, 11560, 11016, 11536, 9832, 11528, 10528;
90.35429, 11560, 10728, 11536, 9608, 11528, 11512;
90.35429, 11560, 10808, 11536, 10864, 11528, 11512;
90.35429, 11560, 11240, 11536, 10864, 11528, 11224;
90.35429, 11560, 11240, 11536, 10400, 11536, 10336;
90.35429, 11568, 11096, 11536, 11368, 11536, 11000;
90.35429, 11568, 12032, 11536, 11368, 11528, 11000;
90.35429, 11568, 12032, 11544, 11024, 11528, 11544;
90.35429, 11560, 12000, 11536, 9992, 11528, 10896;
90.35429, 11560, 12256, 11536, 10232, 11536, 10896;
90.35429, 11560, 11288, 11536, 10232, 11528, 10336;
90.35429, 11560, 11288, 11536, 11144, 11528, 11280;
90.35429, 11560, 10920, 11536, 10984, 11528, 11352;
90.35429, 11560, 10408, 11536, 10984, 11528, 11352;
90.35429, 11560, 10408, 11544, 10736, 11536, 10416;
90.35429, 11560, 10744, 11544, 11128, 11528, 10624;
90.35429, 11560, 10392, 11544, 10264, 11528, 10624;
90.35429, 11560, 11160, 11544, 10264, 11528, 11768;
90.35429, 11568, 11160, 11536, 11096, 11536, 11064;
90.35429, 11568, 11504, 11544, 10768, 11536, 11064;
90.35429, 11568, 11928, 11544, 10768, 11528, 10448;
90.35429, 11568, 11928, 11544, 11144, 11528, 11456;
90.35429, 11568, 12344, 11544, 10968, 11536, 11360;
90.35429, 11560, 11624, 11544, 10968, 11536, 11360;
90.35429, 11560, 11624, 11536, 11280, 11536, 10352;
90.35429, 11560, 11384, 11536, 10736, 11528, 10728;
90.35429, 11560, 10816, 11536, 10832, 11528, 10728;
90.35429, 11560, 10624, 11536, 10832, 11528, 11624;
90.35429, 11560, 10624, 11536, 10656, 11528, 10872;
90.35429, 11560, 10624, 11544, 10728, 11528, 10344;
90.35429, 11560, 10648, 11544, 11224, 11528, 10344;
90.35429, 11560, 10648, 11544, 11224, 11520, 11440;
90.35429, 11568, 11128, 11536, 11248, 11536, 11336;
90.35429, 11568, 10936, 11536, 10488, 11536, 11336;
90.35429, 11568, 10856, 11536, 10488, 11536, 10248;
90.35429, 11560, 10856, 11536, 10880, 11528, 11240;
90.35429, 11568, 11704, 11536, 11312, 11528, 11240;
90.35429, 11560, 12088, 11536, 11312, 11528, 11608;
90.35429, 11560, 12088, 11544, 11184, 11536, 10936;
90.35429, 11560, 12288, 11544, 11544, 11528, 10560;
90.35429, 11560, 11304, 11544, 10872, 11528, 10560;
90.35429, 11560, 11304, 11544, 10872, 11528, 11496;
90.35429, 11560, 11016, 11536, 10424, 11528, 11016;
90.35429, 11560, 10928, 11536, 10512, 11528, 11016;
90.35429, 11560, 11088, 11536, 10512, 11536, 10312;
90.35429, 11560, 11088, 11544, 11336, 11528, 11000;
90.35429, 11560, 11072, 11544, 10840, 11528, 11512;
90.35429, 11568, 11328, 11544, 10848, 11528, 11512;
90.35429, 11568, 11328, 11536, 10848, 11536, 10784;
90.35429, 11568, 11408, 11536, 10024, 11528, 10568;
90.35429, 11568, 11776, 11536, 10368, 11528, 11560;
90.35429, 11568, 11680, 11536, 10368, 11528, 11560;
90.35429, 11560, 11680, 11536, 10824, 11528, 11040;
90.35429, 11560, 11232, 11536, 11176, 11528, 10192;
90.35429, 11560, 11184, 11536, 10656, 11536, 10192;
90.35429, 11560, 11000, 11536, 10656, 11528, 10984;
90.35429, 11560, 11000, 11536, 10144, 11528, 11408;
90.35429, 11560, 10840, 11536, 9944, 11528, 11408;
90.35429, 11560, 10800, 11536, 9944, 11536, 10720;
90.35429, 11560, 10800, 11536, 10992, 11528, 10800;
90.35429, 11560, 11160, 11536, 11080, 11528, 10800;
90.35429, 11568, 10832, 11536, 11080, 11520, 11624;
90.35429, 11568, 10832, 11536, 11296, 11536, 10944;
90.35429, 11568, 11936, 11544, 10888, 11536, 10368;
90.35429, 11560, 12080, 11544, 9992, 11536, 10368;
90.35429, 11560, 12080, 11536, 9992, 11528, 11232;
90.35429, 11568, 11912, 11536, 10096, 11528, 11688;
90.35429, 11560, 11480, 11536, 10856, 11528, 10672;
90.35429, 11560, 10952, 11536, 10856, 11536, 10672;
90.35429, 11560, 10952, 11536, 11584, 11528, 10776;
90.35429, 11560, 10672, 11544, 10824, 11528, 11720;
90.35429, 11560, 10792, 11544, 10784, 11528, 11720;
90.35429, 11560, 10352, 11544, 10784, 11528, 10864;
90.35429, 11560, 10352, 11544, 10136, 11536, 10128;
90.35429, 11560, 11320, 11536, 11224, 11536, 10128;
90.35429, 11560, 11904, 11536, 11224, 11528, 11248;
90.35429, 11560, 11904, 11536, 10872, 11528, 11392;
90.35429, 11568, 12144, 11544, 10944, 11536, 10712;
90.35429, 11560, 11088, 11544, 10944, 11536, 10712;
90.35429, 11560, 11088, 11544, 11072, 11528, 10736;
90.35429, 11560, 10944, 11544, 11224, 11528, 11480;
90.35429, 11560, 10672, 11536, 10736, 11528, 11480;
90.35429, 11560, 11112, 11536, 10736, 11536, 10872;
90.35429, 11560, 11112, 11536, 10952, 11536, 10448;
90.35429, 11560, 10600, 11536, 10656, 11536, 11112;
90.35429, 11568, 11536, 11536, 10656, 11528, 11112;
90.35429, 11568, 11536, 11544, 11216, 11528, 11480;
90.35429, 11568, 12136, 11544, 11440, 11536, 10752;
90.35429, 11560, 12080, 11544, 11120, 11536, 10752;
90.35429, 11560, 11672, 11536, 11120, 11528, 10768;
90.35429, 11560, 11672, 11536, 10560, 11528, 11352;
90.35429, 11560, 11160, 11536, 10592, 11528, 11096;
90.35429, 11560, 10856, 11536, 10952, 11536, 11096;
90.35429, 11560, 10856, 11536, 10952, 11528, 10232;
92.25906, 11560, 11120, 11536, 9776, 11528, 10640;
92.25906, 11560, 11120, 11536, 10672, 11520, 10656;
92.25906, 11560, 11240, 11544, 10912, 11520, 10816;
92.25906, 11552, 11784, 11544, 10528, 11520, 10816;
92.25906, 11552, 11720, 11536, 10528, 11528, 10408;
92.25906, 11560, 11720, 11536, 10392, 11520, 10872;
92.25906, 11560, 11048, 11536, 10576, 11520, 10872;
92.25906, 11560, 11000, 11536, 10576, 11520, 11296;
92.25906, 11560, 11000, 11536, 10824, 11528, 10680;
92.25906, 11552, 11208, 11544, 10960, 11520, 11432;
92.25906, 11552, 12008, 11544, 10960, 11520, 11432;
92.25906, 11552, 12008, 11536, 10784, 11528, 11616;
92.25906, 11560, 11616, 11536, 10328, 11528, 11216;
92.25906, 11560, 11504, 11528, 11360, 11528, 11216;
92.25906, 11552, 11264, 11528, 11360, 11520, 11992;
92.25906, 11552, 11264, 11544, 11376, 11528, 11848;
92.25906, 11560, 11480, 11536, 10616, 11528, 11272;
92.25906, 11552, 11800, 11536, 10616, 11536, 11272;
92.25906, 11552, 11800, 11536, 11096, 11528, 12144;
92.25906, 11552, 11368, 11536, 11080, 11528, 11784;
92.25906, 11552, 11520, 11536, 10888, 11528, 11784;
92.25906, 11552, 11056, 11536, 10888, 11528, 11368;
92.25906, 11560, 11056, 11544, 11224, 11528, 12264;
92.25906, 11560, 11184, 11536, 10288, 11528, 11712;
92.25906, 11552, 11200, 11536, 10424, 11536, 11712;
92.25906, 11552, 11200, 11536, 10424, 11528, 11496;
92.25906, 11552, 11592, 11536, 11224, 11528, 11648;
92.25906, 11560, 12040, 11536, 11024, 11528, 11648;
92.25906, 11560, 11192, 11544, 11024, 11528, 11776;
92.25906, 11560, 11192, 11536, 9784, 11528, 11640;
92.25906, 11560, 11096, 11536, 10760, 11528, 11640;
92.25906, 11560, 11328, 11536, 10760, 11536, 11848;
92.25906, 11560, 11328, 11536, 11544, 11528, 11664;
92.25906, 11552, 11400, 11544, 11400, 11528, 11920;
92.25906, 11552, 11720, 11544, 10288, 11528, 11920;
92.25906, 11552, 11720, 11536, 10288, 11536, 11440;
92.25906, 11560, 11320, 11528, 10520, 11528, 11544;
92.25906, 11560, 10944, 11528, 11168, 11528, 11544;
92.25906, 11560, 11384, 11528, 11168, 11528, 11744;
92.25906, 11552, 11384, 11536, 11176, 11536, 11768;
92.25906, 11552, 11544, 11536, 10440, 11536, 11320;
92.25906, 11560, 12160, 11536, 11032, 11528, 11320;
92.25906, 11560, 12160, 11536, 11032, 11536, 11528;
92.25906, 11560, 11296, 11536, 10696, 11536, 11128;
92.25906, 11560, 10944, 11536, 11344, 11536, 11128;
92.25906, 11560, 10864, 11536, 11344, 11528, 11296;
92.25906, 11560, 10864, 11536, 11840, 11536, 11200;
92.25906, 11552, 11544, 11536, 10104, 11536, 11200;
92.25906, 11560, 11800, 11536, 10104, 11536, 11232;
92.25906, 11560, 11800, 11536, 10928, 11528, 12040;
92.25906, 11560, 11552, 11536, 11304, 11528, 11536;
92.25906, 11552, 10592, 11536, 11144, 11528, 11536;
92.25906, 11552, 10592, 11536, 11144, 11536, 10928;
92.25906, 11560, 10888, 11528, 10184, 11536, 11328;
92.25906, 11552, 11440, 11528, 11128, 11536, 11664;
92.25906, 11560, 11704, 11528, 11128, 11536, 11664;
92.25906, 11560, 11704, 11536, 11048, 11528, 10760;
92.25906, 11560, 12016, 11536, 10848, 11528, 11136;
92.25906, 11560, 10568, 11536, 10528, 11528, 11136;
92.25906, 11560, 10840, 11528, 10528, 11536, 10872;
92.25906, 11560, 10840, 11536, 10888, 11536, 10448;
92.25906, 11560, 11168, 11528, 10568, 11536, 10448;
92.25906, 11560, 11672, 11528, 10568, 11528, 11280;
92.25906, 11552, 11672, 11536, 11320, 11528, 10608;
92.25906, 11560, 11864, 11536, 11288, 11528, 10432;
92.25906, 11560, 11136, 11536, 10368, 11528, 10432;
92.25906, 11560, 11136, 11536, 10368, 11536, 11200;
92.25906, 11560, 11416, 11528, 10544, 11528, 11032;
92.25906, 11560, 11264, 11544, 11480, 11528, 11032;
92.25906, 11552, 11032, 11544, 11480, 11528, 10968;
92.25906, 11552, 11032, 11536, 11504, 11536, 11120;
92.25906, 11552, 11744, 11528, 10480, 11536, 11120;
92.25906, 11560, 12056, 11528, 10480, 11536, 11120;
92.25906, 11560, 12056, 11536, 10976, 11528, 10816;
92.25906, 11560, 11312, 11536, 11200, 11536, 11144;
92.25906, 11560, 10984, 11536, 10784, 11536, 11144;
92.25906, 11560, 11288, 11536, 10784, 11536, 10752;
92.25906, 11552, 11288, 11528, 10968, 11528, 10872;
92.25906, 11552, 11376, 11528, 11136, 11528, 11048;
92.25906, 11560, 11960, 11528, 10816, 11536, 11048;
92.25906, 11560, 11960, 11528, 10816, 11536, 11104;
92.25906, 11560, 11640, 11536, 10848, 11528, 10384;
92.25906, 11560, 11328, 11536, 10840, 11528, 10384;
92.25906, 11560, 10904, 11536, 10840, 11528, 11008;
92.25906, 11560, 10904, 11528, 9784, 11528, 10432;
92.25906, 11560, 10944, 11528, 10968, 11528, 10432;
92.25906, 11560, 12320, 11528, 10968, 11528, 10624;
92.25906, 11560, 12320, 11544, 11048, 11528, 10160;
92.25906, 11560, 11840, 11536, 10704, 11528, 10504;
92.25906, 11560, 11344, 11528, 10216, 11528, 10504;
92.25906, 11560, 11344, 11528, 10216, 11520, 10800;
92.25906, 11560, 10608, 11528, 11520, 11520, 10184;
92.25906, 11560, 10864, 11536, 11304, 11520, 10184;
92.25906, 11560, 11448, 11536, 11304, 11520, 10440;
92.25906, 11560, 11448, 11536, 10976, 11520, 10784;
92.25906, 11560, 12192, 11536, 10344, 11520, 10592;
92.25906, 11560, 11416, 11536, 11144, 11528, 10592;
92.25906, 11560, 11416, 11536, 11144, 11520, 10856;
92.25906, 11560, 11320, 11536, 11232, 11520, 10864;
92.25906, 11560, 10864, 11536, 10712, 11520, 10864;
92.25906, 11560, 11200, 11536, 10712, 11520, 10928;
92.25906, 11552, 11200, 11536, 10648, 11520, 11240;
92.25906, 11552, 11904, 11536, 10344, 11520, 11240;
92.25906, 11560, 11664, 11536, 10344, 11528, 11312;
92.25906, 11560, 11664, 11536, 10672, 11520, 11120;
92.25906, 11560, 11288, 11536, 11080, 11520, 11512;
92.25906, 11560, 10904, 11544, 10696, 11520, 11512;
92.25906, 11560, 10904, 11544, 10696, 11528, 11904;
92.25906, 11560, 11336, 11536, 10072, 11528, 11448;
92.25906, 11552, 12112, 11536, 10800, 11528, 12200;
92.25906, 11560, 11592, 11536, 10800, 11528, 12200;
92.25906, 11560, 11592, 11544, 11008, 11528, 11872;
92.25906, 11560, 11344, 11536, 11088, 11528, 11312;
92.25906, 11552, 11096, 11536, 10088, 11528, 11312;
92.25906, 11552, 11592, 11528, 10088, 11528, 11792;
92.25906, 11560, 11592, 11528, 11056, 11528, 11888;
92.25906, 11552, 12312, 11544, 11632, 11528, 11392;
92.25906, 11552, 11072, 11544, 11632, 11528, 11392;
92.25906, 11560, 11072, 11536, 10856, 11528, 11936;
92.25906, 11560, 11216, 11536, 9984, 11528, 11800;
92.25906, 11552, 10792, 11536, 11000, 11528, 11800;
92.25906, 11552, 11560, 11536, 11000, 11528, 11528;
92.25906, 11552, 11560, 11536, 10808, 11528, 12056;
92.25906, 11560, 12112, 11536, 10816, 11528, 12056;
92.25906, 11560, 11144, 11536, 10816, 11528, 11568;
92.25906, 11560, 11144, 11536, 10640, 11528, 11752;
92.25906, 11560, 11320, 11536, 10720, 11528, 11864;
92.25906, 11560, 11552, 11536, 10720, 11528, 11864;
92.25906, 11560, 11552, 11536, 10952, 11528, 11688;
92.25906, 11560, 11248, 11536, 10728, 11528, 11840;
92.25906, 11552, 11952, 11536, 10760, 11528, 11840;
92.25906, 11552, 11960, 11536, 10760, 11536, 11552;
92.25906, 11552, 11960, 11536, 9760, 11528, 11408;
92.25906, 11560, 11448, 11536, 11000, 11528, 11576;
92.25906, 11560, 11376, 11536, 11000, 11528, 11576;
92.25906, 11560, 11376, 11544, 10856, 11536, 11568;
92.25906, 11560, 11048, 11536, 10712, 11536, 11536;
92.25906, 11552, 11264, 11536, 10384, 11536, 11536;
92.25906, 11552, 11264, 11528, 10384, 11528, 11568;
92.25906, 11560, 11264, 11528, 11280, 11528, 10960;
92.25906, 11560, 11328, 11544, 11568, 11528, 10960;
92.25906, 11560, 11808, 11544, 11568, 11528, 11168;
92.25906, 11560, 11808, 11536, 11032, 11528, 10744;
92.25906, 11560, 11104, 11528, 10472, 11536, 10608;
92.25906, 11568, 11144, 11528, 10472, 11536, 10608;
92.25906, 11568, 11144, 11536, 10896, 11528, 10664;
92.25906, 11560, 10616, 11536, 10944, 11528, 10832;
92.25906, 11560, 11280, 11536, 10792, 11528, 10832;
92.25906, 11560, 11552, 11536, 10792, 11528, 10320;
92.25906, 11560, 11552, 11536, 10608, 11528, 10536;
92.25906, 11560, 11064, 11536, 10856, 11528, 10656;
92.25906, 11560, 11288, 11536, 11104, 11528, 10656;
92.25906, 11560, 11288, 11536, 11104, 11528, 9992;
92.25906, 11560, 11280, 11536, 11312, 11520, 10392;
92.25906, 11560, 10824, 11536, 11272, 11520, 10392;
92.25906, 11560, 10960, 11536, 11272, 11520, 10608;
92.25906, 11552, 10960, 11536, 10144, 11520, 10344;
92.25906, 11560, 11792, 11528, 11152, 11520, 10928;
92.25906, 11560, 11416, 11528, 10864, 11520, 10928;
92.25906, 11560, 11416, 11544, 10864, 11520, 10544;
92.25906, 11560, 11344, 11536, 10944, 11520, 10680;
92.25906, 11560, 11336, 11528, 9848, 11520, 10680;
92.25906, 11560, 11336, 11528, 9848, 11520, 11792;
92.25906, 11560, 11336, 11536, 11088, 11520, 11408;
92.25906, 11560, 11584, 11544, 11248, 11520, 11408;
92.25906, 11560, 11616, 11544, 11248, 11520, 11192;
92.25906, 11560, 11616, 11536, 10912, 11528, 11656;
92.25906, 11560, 11568, 11536, 10520, 11528, 11424;
92.25906, 11560, 11312, 11536, 10760, 11528, 11424;
92.25906, 11560, 11312, 11536, 10760, 11528, 11776;
92.25906, 11560, 10992, 11536, 11040, 11528, 11792;
92.25906, 11560, 11712, 11536, 10696, 11528, 11792;
92.25906, 11560, 11992, 11536, 10696, 11528, 11552;
92.25906, 11552, 11992, 11536, 10832, 11528, 11936;
92.25906, 11560, 11128, 11536, 10672, 11528, 11952;
92.25906, 11560, 11200, 11536, 11208, 11536, 11952;
92.25906, 11560, 11200, 11536, 11208, 11520, 11720;
92.25906, 11560, 11312, 11544, 10968, 11528, 12008;
92.25906, 11560, 11128, 11536, 10120, 11528, 12008;
92.25906, 11560, 11640, 11536, 10120, 11536, 11864;
92.25906, 11552, 11640, 11528, 10496, 11528, 11840;
92.25906, 11560, 11672, 11536, 11168, 11528, 11840;
92.25906, 11560, 11768, 11536, 11168, 11528, 11304;
92.25906, 11560, 11768, 11536, 10912, 11536, 10968;
92.25906, 11560, 10976, 11528, 10664, 11536, 11520;
92.25906, 11560, 11248, 11528, 11272, 11536, 11520;
92.25906, 11560, 11248, 11528, 11272, 11536, 11528;
92.25906, 11560, 11496, 11536, 10456, 11536, 10856;
92.25906, 11560, 11736, 11528, 11376, 11536, 11160;
92.25906, 11560, 11896, 11528, 11376, 11528, 11160;
92.25906, 11560, 11896, 11536, 11416, 11528, 11032;
92.25906, 11560, 11344, 11536, 10616, 11528, 10344;
92.25906, 11560, 10776, 11536, 11056, 11536, 10344;
92.25906, 11560, 11104, 11528, 11056, 11528, 11072;
92.25906, 11560, 11104, 11536, 11192, 11528, 10536;
92.25906, 11552, 11552, 11536, 11320, 11528, 10536;
92.25906, 11552, 11824, 11536, 11320, 11528, 10512;
92.25906, 11560, 11824, 11536, 10080, 11528, 10928;
92.25906, 11560, 11240, 11528, 11472, 11528, 10336;
92.25906, 11560, 10824, 11528, 11472, 11528, 10336;
92.25906, 11560, 10824, 11536, 11512, 11528, 10528;
92.25906, 11560, 10568, 11536, 10792, 11528, 10744;
92.25906, 11552, 11232, 11528, 10656, 11528, 10744;
92.25906, 11560, 11704, 11528, 10656, 11528, 10424;
92.25906, 11560, 11704, 11536, 10744, 11528, 10376;
92.25906, 11568, 12016, 11528, 11008, 11528, 10704;
92.25906, 11560, 11152, 11528, 11008, 11528, 10704;
92.25906, 11560, 11152, 11536, 11176, 11520, 10440;
92.25906, 11560, 10952, 11536, 11288, 11520, 10112;
92.25906, 11560, 11240, 11536, 10104, 11520, 10112;
92.25906, 11560, 11272, 11536, 10104, 11520, 10440;
92.25906, 11560, 11272, 11536, 10784, 11520, 10192;
92.25906, 11560, 11920, 11544, 11232, 11520, 11136;
92.25906, 11560, 11584, 11544, 10888, 11520, 11136;
92.25906, 11560, 11584, 11536, 10888, 11528, 10904;
92.25906, 11560, 11360, 11536, 10296, 11520, 11248;
92.25906, 11560, 10680, 11536, 11120, 11520, 11248;
92.25906, 11560, 11416, 11536, 11120, 11528, 11784;
92.25906, 11560, 11416, 11536, 11136, 11528, 11624;
92.25906, 11552, 11624, 11536, 10808, 11528, 11624;
92.25906, 11560, 11752, 11536, 10808, 11528, 11616;
92.25906, 11560, 11752, 11536, 10784, 11528, 12096;
92.25906, 11560, 11408, 11528, 10840, 11536, 12016;
92.25906, 11560, 10968, 11536, 11456, 11536, 12016;
92.25906, 11560, 10968, 11536, 11456, 11528, 11752;
92.25906, 11560, 11304, 11536, 11440, 11528, 11240;
92.25906, 11552, 11504, 11536, 10488, 11528, 11240;
92.25906, 11560, 11840, 11536, 10488, 11536, 10584;
92.25906, 11560, 11840, 11536, 10496, 11528, 10672;
92.25906, 11568, 11416, 11536, 11008, 11528, 10736;
92.25906, 11560, 11456, 11536, 11336, 11528, 10736;
92.25906, 11560, 11456, 11544, 11336, 11528, 10208;
92.25906, 11560, 11272, 11528, 10560, 11520, 10560;
92.25906, 11552, 11032, 11528, 11048, 11520, 10560;
92.25906, 11552, 12088, 11528, 11048, 11520, 11024;
92.25906, 11560, 12088, 11536, 11048, 11528, 10808;
92.25906, 11560, 12080, 11536, 11096, 11528, 10808;
92.25906, 11560, 11144, 11536, 11096, 11528, 11224;
92.25906, 11560, 11144, 11544, 11072, 11528, 11520;
92.25906, 11560, 11296, 11536, 10312, 11528, 11576;
92.25906, 11552, 11304, 11536, 10544, 11528, 11576;
92.25906, 11552, 11304, 11536, 10544, 11528, 12272;
92.25906, 11552, 11904, 11536, 11128, 11536, 11856;
92.25906, 11560, 11912, 11544, 11208, 11536, 10984;
92.25906, 11560, 11328, 11544, 11208, 11536, 10984;
92.25906, 11560, 11328, 11528, 9840, 11536, 11720;
92.25906, 11560, 11296, 11528, 11120, 11536, 11624;
92.25906, 11560, 11184, 11528, 11360, 11536, 11624;
92.25906, 11560, 11328, 11536, 11360, 11536, 10832;
92.25906, 11560, 11328, 11536, 10952, 11528, 11232;
92.25906, 11552, 11584, 11528, 10984, 11528, 11064;
92.25906, 11552, 11360, 11528, 10984, 11528, 11064;
92.25906, 11560, 11360, 11536, 11112, 11528, 10472;
92.25906, 11560, 11232, 11536, 10840, 11528, 10672;
92.25906, 11560, 10704, 11536, 11152, 11528, 10672;
92.25906, 11560, 10664, 11536, 11152, 11528, 10384;
92.25906, 11560, 10664, 11536, 11016, 11528, 10336;
92.25906, 11552, 11000, 11536, 10032, 11528, 10336;
92.25906, 11560, 11488, 11536, 10032, 11520, 10496;
92.25906, 11560, 11488, 11536, 10832, 11520, 10504;
92.25906, 11560, 11880, 11544, 11320, 11520, 10480;
92.25906, 11560, 11112, 11544, 11320, 11520, 10480;
92.25906, 11560, 11112, 11536, 10912, 11520, 11008;
92.25906, 11560, 10920, 11536, 10160, 11520, 11416;
92.25906, 11552, 11280, 11536, 10928, 11520, 11416;
92.25906, 11552, 10720, 11536, 10928, 11528, 11360;
92.25906, 11552, 10720, 11544, 10808, 11528, 11584;
92.25906, 11560, 11840, 11536, 10456, 11528, 11392;
92.25906, 11560, 11880, 11536, 10760, 11528, 11392;
92.25906, 11560, 11880, 11536, 10760, 11528, 11872;
92.25906, 11560, 10464, 11536, 10392, 11528, 11744;
92.25906, 11560, 11016, 11536, 10936, 11528, 11744;
92.25906, 11560, 11080, 11528, 10936, 11528, 11464;
92.25906, 11552, 11080, 11544, 11192, 11528, 11952;
92.25906, 11552, 11464, 11536, 10704, 11528, 11952;
92.25906, 11560, 11696, 11536, 10704, 11536, 11696;
92.25906, 11560, 11696, 11536, 10248, 11528, 11728;
92.25906, 11560, 10976, 11528, 11304, 11528, 12064;
92.25906, 11560, 11160, 11536, 11480, 11528, 12064;
92.25906, 11560, 11160, 11536, 11480, 11528, 11488;
92.25906, 11560, 11424, 11536, 10752, 11528, 12160;
92.25906, 11560, 11304, 11536, 10480, 11528, 12160;
92.25906, 11560, 11400, 11536, 10480, 11528, 11808;
92.25906, 11560, 11400, 11536, 11568, 11528, 11328;
92.25906, 11560, 10888, 11536, 11184, 11528, 12016;
92.25906, 11560, 11016, 11536, 11192, 11528, 12016;
92.25906, 11560, 11016, 11536, 11192, 11528, 11896;
92.25906, 11560, 10928, 11536, 10792, 11536, 10952;
92.25906, 11552, 11232, 11536, 10800, 11536, 10952;
92.25906, 11552, 11536, 11536, 10800, 11536, 11872;
92.25906, 11552, 11536, 11528, 11280, 11536, 11544;
92.25906, 11560, 11312, 11536, 11520, 11536, 10896;
92.25906, 11560, 11280, 11536, 10632, 11536, 10896;
92.25906, 11560, 11040, 11536, 10632, 11536, 11288;
92.25906, 11560, 11040, 11528, 10680, 11536, 10880;
92.25906, 11560, 11496, 11528, 11424, 11536, 10880;
92.25906, 11560, 11512, 11528, 11424, 11528, 10680;
92.25906, 11560, 11512, 11544, 11472, 11528, 10888;
92.25906, 11560, 11088, 11536, 10560, 11528, 10496;
92.25906, 11560, 11192, 11536, 10560, 11528, 10496;
92.25906, 11560, 11192, 11528, 10520, 11520, 10304;
92.25906, 11560, 11160, 11528, 11120, 11520, 10688;
92.25906, 11560, 11048, 11528, 11040, 11520, 10688;
92.25906, 11560, 11400, 11536, 11040, 11528, 10920;
92.25906, 11552, 11400, 11536, 10360, 11520, 10512;
92.25906, 11560, 11328, 11536, 10616, 11520, 11696;
92.25906, 11560, 11416, 11536, 10616, 11520, 11696;
92.25906, 11560, 11416, 11536, 10936, 11528, 11320;
92.25906, 11560, 11456, 11536, 11192, 11528, 11608;
92.25906, 11560, 11336, 11536, 11288, 11528, 11608;
92.25906, 11560, 11312, 11544, 11288, 11528, 11688;
92.25906, 11552, 11312, 11536, 10128, 11528, 11680;
92.25906, 11560, 11736, 11536, 10664, 11528, 11680;
92.25906, 11552, 12304, 11536, 10664, 11528, 11952;
92.25906, 11552, 12304, 11536, 11336, 11528, 12032;
92.25906, 11560, 11376, 11544, 11024, 11528, 11704;
92.25906, 11560, 11336, 11544, 11024, 11528, 11704;
92.25906, 11560, 11336, 11528, 10232, 11528, 12064;
92.25906, 11560, 11304, 11528, 10896, 11536, 11672;
92.25906, 11560, 11480, 11536, 11176, 11536, 11672;
92.25906, 11560, 11960, 11536, 11176, 11528, 11600;
92.25906, 11560, 11960, 11536, 11296, 11536, 11432;
92.25906, 11560, 11736, 11536, 11328, 11536, 11336;
92.25906, 11560, 11464, 11536, 11232, 11536, 11336;
92.25906, 11560, 11464, 11536, 11232, 11528, 11640;
92.25906, 11560, 11152, 11528, 11048, 11536, 11392;
92.25906, 11560, 11064, 11528, 11296, 11536, 11392;
92.25906, 11560, 11512, 11536, 11296, 11536, 10520;
92.25906, 11552, 11512, 11536, 11136, 11528, 11144;
92.25906, 11552, 11176, 11536, 10088, 11528, 11144;
92.25906, 11560, 11328, 11536, 10088, 11528, 10936;
92.25906, 11560, 11328, 11528, 10768, 11536, 10888;
92.25906, 11560, 11384, 11536, 11424, 11528, 10920;
92.25906, 11560, 11064, 11536, 11216, 11528, 10920;
92.25906, 11560, 11064, 11536, 11216, 11528, 10496;
92.25906, 11552, 11320, 11536, 9920, 11528, 10424;
92.25906, 11552, 11416, 11536, 10816, 11528, 10424;
92.25906, 11560, 11936, 11536, 10816, 11528, 10672;
92.25906, 11560, 11936, 11536, 10984, 11528, 10440;
92.25906, 11560, 11688, 11536, 10552, 11528, 10112;
92.25906, 11560, 10944, 11536, 11056, 11520, 10112;
92.25906, 11560, 10944, 11536, 11056, 11520, 10624;
92.25906, 11560, 11184, 11528, 11056, 11528, 10376;
92.25906, 11560, 10968, 11528, 10832, 11528, 10376;
92.25906, 11560, 11400, 11536, 10832, 11520, 10184;
92.25906, 11560, 11400, 11536, 10872, 11520, 10344;
92.25906, 11560, 11592, 11536, 10952, 11520, 10232;
92.25906, 11560, 10752, 11536, 10072, 11520, 10232;
92.25906, 11560, 10752, 11536, 10072, 11520, 10680;
92.25906, 11560, 11032, 11528, 11072, 11528, 10320;
92.25906, 11560, 11216, 11536, 11184, 11528, 10320;
92.25906, 11560, 11368, 11536, 11184, 11520, 10288;
92.25906, 11552, 11368, 11536, 10904, 11520, 10680;
92.25906, 11560, 11784, 11536, 10200, 11520, 10680;
92.25906, 11560, 11152, 11536, 10200, 11528, 10416;
92.25906, 11560, 11152, 11536, 11304, 11520, 10680;
92.25906, 11560, 11720, 11536, 11040, 11520, 11336;
92.25906, 11560, 11144, 11544, 10824, 11520, 11336;
92.25906, 11560, 11144, 11544, 10824, 11528, 10592;
92.25906, 11560, 11400, 11536, 10312, 11520, 11448;
92.25906, 11552, 11592, 11536, 11208, 11520, 11464;
92.25906, 11560, 11352, 11536, 11208, 11528, 11464;
92.25906, 11560, 11352, 11536, 10856, 11520, 11064;
92.25906, 11560, 11520, 11544, 10904, 11520, 11824;
92.25906, 11560, 11440, 11544, 10536, 11520, 11824;
92.25906, 11560, 11480, 11536, 10536, 11528, 11800;
92.25906, 11560, 11480, 11536, 10024, 11528, 11360;
92.25906, 11560, 11144, 11536, 11008, 11528, 11360;
92.25906, 11552, 11408, 11536, 11008, 11528, 11776;
92.25906, 11552, 11408, 11544, 10816, 11528, 11912;
92.25906, 11560, 11976, 11536, 10288, 11528, 11416;
92.25906, 11552, 11648, 11536, 10288, 11528, 11416;
92.25906, 11552, 11648, 11536, 10000, 11528, 12336;
92.25906, 11560, 11560, 11536, 10928, 11536, 11736;
92.25906, 11560, 11136, 11544, 11312, 11536, 11736;
92.25906, 11560, 11528, 11544, 11312, 11528, 11088;
92.25906, 11560, 11528, 11536, 10696, 11536, 12096;
92.25906, 11560, 12000, 11536, 10312, 11536, 11112;
92.25906, 11552, 11848, 11536, 10992, 11536, 11112;
92.25906, 11552, 11848, 11536, 10992, 11528, 11376;
92.25906, 11560, 11568, 11528, 11128, 11536, 11224;
92.25906, 11560, 11152, 11528, 11376, 11536, 11224;
92.25906, 11560, 11064, 11536, 11376, 11528, 10352;
92.25906, 11560, 11064, 11536, 9776, 11528, 10464;
92.25906, 11560, 10840, 11528, 10560, 11528, 10448;
92.25906, 11552, 11192, 11528, 11088, 11520, 10448;
92.25906, 11552, 11192, 11536, 11088, 11520, 10376;
92.25906, 11560, 12144, 11544, 10984, 11520, 10504;
92.25906, 11560, 11424, 11544, 10208, 11520, 10504;
92.25906, 11560, 10720, 11536, 10208, 11528, 10272;
92.25906, 11560, 10720, 11536, 10800, 11520, 10656;
92.25906, 11560, 11152, 11536, 11144, 11520, 10656;
92.25906, 11560, 10992, 11536, 11144, 11520, 10656;
92.25906, 11560, 10992, 11536, 10816, 11528, 10728;
92.25906, 11560, 12072, 11536, 11024, 11528, 10864;
92.25906, 11560, 11512, 11536, 10872, 11520, 10864;
92.25906, 11560, 11512, 11536, 10872, 11520, 11312;
92.25906, 11560, 10928, 11536, 10680, 11528, 10912;
92.25906, 11560, 11008, 11536, 10800, 11528, 10912;
92.25906, 11560, 10896, 11536, 10800, 11520, 11160;
92.25906, 11560, 10896, 11544, 11512, 11520, 11360;
92.25906, 11552, 11368, 11536, 10152, 11520, 10976;
92.25906, 11560, 11712, 11536, 10880, 11528, 10976;
92.25906, 11560, 11712, 11536, 10880, 11520, 11648;
92.25906, 11560, 11248, 11544, 11408, 11520, 11432;
92.25906, 11560, 11704, 11544, 10912, 11520, 11432;
92.25906, 11560, 11048, 11544, 10912, 11528, 11456;
92.25906, 11552, 11048, 11536, 9960, 11528, 12000;
92.25906, 11560, 11256, 11536, 10768, 11528, 12000;
92.25906, 11552, 11432, 11536, 10768, 11528, 12112;
92.25906, 11552, 11432, 11536, 10728, 11528, 11464;
92.25906, 11552, 11608, 11536, 10336, 11528, 12056;
92.25906, 11552, 12112, 11536, 10528, 11528, 12056;
92.25906, 11552, 12112, 11536, 10528, 11528, 11792;
92.25906, 11560, 11712, 11528, 10984, 11528, 11512;
92.25906, 11560, 11696, 11536, 10896, 11528, 11936;
92.25906, 11560, 11008, 11536, 10896, 11528, 11936;
92.25906, 11560, 11008, 11536, 11360, 11536, 11152;
92.25906, 11560, 11088, 11536, 11160, 11536, 11080;
92.25906, 11552, 11328, 11536, 9952, 11536, 11080;
92.25906, 11552, 11328, 11528, 9952, 11536, 11008;
92.25906, 11560, 11104, 11528, 10960, 11528, 10848;
92.25906, 11560, 12104, 11536, 11272, 11528, 10848;
92.25906, 11560, 11736, 11536, 11272, 11528, 10640;
92.25906, 11560, 11736, 11536, 10728, 11536, 11008;
92.25906, 11560, 10944, 11536, 9928, 11536, 10560;
92.25906, 11560, 10904, 11536, 11528, 11528, 10560;
92.25906, 11560, 10904, 11536, 11528, 11528, 10880;
92.25906, 11560, 11288, 11536, 11536, 11528, 10968;
92.25906, 11560, 11344, 11536, 11248, 11528, 10968;
92.25906, 11560, 11560, 11536, 11248, 11528, 10400;
92.25906, 11560, 11560, 11536, 10736, 11528, 10816;
92.25906, 11560, 11144, 11528, 10736, 11528, 10480;
92.25906, 11560, 10976, 11528, 10736, 11528, 10480;
92.25906, 11560, 10976, 11536, 11192, 11520, 10424;
92.25906, 11560, 10912, 11536, 10520, 11520, 10728;
92.25906, 11560, 11136, 11536, 10968, 11520, 10728;
92.25906, 11560, 11840, 11536, 10968, 11528, 10504;
92.25906, 11552, 11840, 11536, 10976, 11520, 10552;
92.25906, 11560, 11296, 11536, 10760, 11520, 10760;
92.25906, 11560, 11184, 11536, 10760, 11520, 10760;
92.25906, 11560, 11184, 11536, 10712, 11528, 10560;
92.25906, 11560, 11096, 11536, 10808, 11520, 10624;
92.25906, 11560, 11368, 11536, 10512, 11520, 10624;
92.25906, 11560, 11776, 11536, 10512, 11520, 11488;
92.25906, 11560, 11776, 11536, 10256, 11528, 10592;
92.25906, 11560, 11056, 11536, 11048, 11528, 10592;
92.25906, 11560, 11872, 11536, 11048, 11520, 11144;
92.25906, 11560, 11872, 11544, 11240, 11520, 11144;
92.25906, 11560, 11120, 11536, 9936, 11528, 10616;
92.25906, 11560, 11120, 11536, 9936, 11528, 10616;
92.25906, 11560, 11120, 11536, 10912, 11520, 11128;
92.25906, 11560, 11128, 11544, 11440, 11520, 11120;
92.25906, 11560, 11328, 11544, 11176, 11520, 11120;
92.25906, 11560, 11808, 11544, 11176, 11520, 10440;
92.25906, 11560, 11808, 11536, 10000, 11520, 11520;
92.25906, 11560, 11496, 11536, 10744, 11520, 11352;
92.25906, 11560, 11320, 11536, 10744, 11528, 11352;
92.25906, 11560, 11320, 11544, 10760, 11528, 11224;
92.25906, 11560, 11360, 11536, 10488, 11528, 11704;
92.25906, 11560, 11992, 11536, 10632, 11528, 11704;
92.25906, 11560, 12272, 11536, 10632, 11528, 11560;
92.25906, 11552, 12272, 11536, 11024, 11528, 11576;
92.25906, 11560, 11696, 11536, 10880, 11528, 11576;
92.25906, 11560, 11416, 11536, 10880, 11528, 11728;
92.25906, 11560, 11416, 11536, 11048, 11528, 11640;
92.25906, 11560, 11528, 11536, 11504, 11528, 11568;
92.25906, 11560, 11312, 11536, 11504, 11528, 11568;
92.25906, 11560, 11312, 11528, 10512, 11536, 11704;
92.25906, 11560, 11888, 11536, 10472, 11528, 11384;
92.25906, 11552, 12032, 11536, 11200, 11528, 11384;
92.25906, 11560, 11640, 11536, 11200, 11528, 11416;
92.25906, 11560, 11640, 11536, 11240, 11536, 11376;
92.25906, 11560, 11272, 11536, 9824, 11536, 11168;
92.25906, 11560, 11024, 11536, 9824, 11536, 11168;
92.25906, 11560, 11024, 11528, 11008, 11528, 11424;
92.25906, 11560, 11272, 11536, 11568, 11536, 11144;
92.25906, 11552, 11696, 11536, 10952, 11536, 11144;
92.25906, 11552, 11720, 11536, 10952, 11528, 11184;
92.25906, 11560, 11720, 11536, 10664, 11528, 11496;
92.25906, 11560, 11648, 11536, 11264, 11528, 11032;
92.25906, 11560, 10672, 11536, 10952, 11536, 11032;
92.25906, 11560, 10672, 11528, 10952, 11528, 11152;
92.25906, 11560, 11216, 11536, 10976, 11528, 11168;
92.25906, 11552, 10744, 11536, 11008, 11528, 11168;
92.25906, 11552, 11528, 11536, 11008, 11536, 10480;
92.25906, 11552, 11528, 11528, 10408, 11528, 10616;
92.25906, 11560, 11560, 11528, 11456, 11528, 10616;
92.25906, 11560, 11080, 11528, 11456, 11520, 10728;
92.25906, 11560, 11080, 11544, 11008, 11528, 10168;
92.25906, 11560, 11136, 11536, 10648, 11528, 10672;
92.25906, 11560, 11272, 11536, 10392, 11528, 10672;
92.25906, 11560, 11272, 11528, 10392, 11520, 10368;
92.25906, 11560, 11496, 11528, 11024, 11528, 10216;
92.25906, 11560, 11408, 11544, 11488, 11528, 10216;
92.25906, 11560, 11088, 11544, 11488, 11520, 10224;
92.25906, 11560, 11088, 11528, 10920, 11520, 10384;
92.25906, 11560, 11664, 11528, 10896, 11520, 10200;
92.25906, 11560, 11288, 11528, 11544, 11520, 10200;
94.16382, 11552, 11864, 11536, 10824, 11520, 11288;
94.16382, 11552, 11864, 11536, 10416, 11536, 12408;
94.16382, 11552, 11664, 11536, 11352, 11536, 11048;
94.16382, 11552, 11448, 11536, 11408, 11520, 11048;
94.16382, 11552, 11448, 11528, 11408, 11512, 10184;
94.16382, 11552, 11632, 11528, 10216, 11528, 11448;
94.16382, 11560, 11856, 11528, 11264, 11528, 11448;
94.16382, 11560, 11504, 11528, 11264, 11536, 12616;
94.16382, 11552, 11504, 11536, 11104, 11520, 11728;
94.16382, 11552, 11528, 11520, 10848, 11520, 11728;
94.16382, 11552, 11240, 11520, 10848, 11512, 10192;
94.16382, 11552, 11240, 11528, 11920, 11528, 10704;
94.16382, 11552, 11328, 11536, 10944, 11528, 12208;
94.16382, 11560, 11760, 11536, 11160, 11536, 12208;
94.16382, 11560, 11760, 11528, 11160, 11528, 12232;
94.16382, 11560, 11664, 11536, 11904, 11512, 9976;
94.16382, 11552, 11856, 11536, 10624, 11512, 9976;
94.16382, 11552, 11464, 11528, 10624, 11528, 10912;
94.16382, 11552, 11464, 11528, 11368, 11536, 12240;
94.16382, 11552, 10792, 11536, 11072, 11536, 11336;
94.16382, 11552, 11192, 11536, 10640, 11520, 11336;
94.16382, 11552, 11192, 11528, 10640, 11512, 10344;
94.16382, 11552, 11312, 11528, 11792, 11520, 10216;
94.16382, 11552, 11408, 11528, 11048, 11520, 10216;
94.16382, 11552, 11576, 11544, 11048, 11536, 12672;
94.16382, 11560, 11576, 11528, 10224, 11528, 12168;
94.16382, 11552, 11424, 11528, 11992, 11528, 12168;
94.16382, 11552, 12088, 11528, 11992, 11512, 10232;
94.16382, 11552, 12088, 11528, 11248, 11520, 10528;
94.16382, 11552, 10920, 11528, 10864, 11536, 11872;
94.16382, 11560, 10880, 11536, 11520, 11536, 11872;
94.16382, 11560, 10880, 11536, 11520, 11528, 12080;
94.16382, 11552, 11376, 11536, 11616, 11512, 10168;
94.16382, 11560, 11888, 11528, 11024, 11512, 10472;
94.16382, 11552, 11088, 11528, 11024, 11520, 10472;
94.16382, 11552, 11088, 11528, 11408, 11536, 12064;
94.16382, 11552, 11544, 11536, 10088, 11536, 11928;
94.16382, 11552, 11944, 11536, 11384, 11536, 11928;
94.16382, 11552, 11424, 11520, 11384, 11512, 10656;
94.16382, 11552, 11424, 11528, 12208, 11520, 10280;
94.16382, 11552, 11280, 11536, 11056, 11520, 10280;
94.16382, 11552, 11888, 11536, 11056, 11528, 11224;
94.16382, 11552, 11888, 11528, 11576, 11528, 12416;
94.16382, 11552, 11472, 11536, 12568, 11520, 11232;
94.16382, 11552, 11784, 11536, 12568, 11520, 11232;
94.16382, 11552, 11784, 11536, 10904, 11512, 10040;
94.16382, 11552, 10992, 11536, 10616, 11520, 10880;
94.16382, 11552, 11680, 11536, 11880, 11520, 10880;
94.16382, 11560, 12184, 11536, 11880, 11536, 11976;
94.16382, 11560, 12184, 11536, 10456, 11528, 12008;
94.16382, 11552, 11280, 11528, 10832, 11528, 10832;
94.16382, 11552, 11696, 11528, 10832, 11512, 10832;
94.16382, 11552, 11696, 11528, 12128, 11520, 10056;
94.16382, 11552, 11816, 11544, 10416, 11528, 11760;
94.16382, 11552, 11800, 11544, 11072, 11528, 11760;
94.16382, 11552, 11976, 11528, 11072, 11536, 12568;
94.16382, 11560, 11976, 11544, 11952, 11520, 11424;
94.16382, 11552, 10888, 11528, 9920, 11520, 9640;
94.16382, 11552, 11752, 11528, 9920, 11512, 9640;
94.16382, 11552, 11752, 11528, 10880, 11520, 10152;
94.16382, 11552, 11464, 11536, 11288, 11520, 12736;
94.16382, 11560, 10992, 11536, 10072, 11536, 12736;
94.16382, 11560, 11504, 11536, 10072, 11520, 12088;
94.16382, 11552, 11504, 11528, 10912, 11520, 9928;
94.16382, 11552, 11672, 11528, 10696, 11520, 9928;
94.16382, 11552, 11840, 11528, 10696, 11520, 10720;
94.16382, 11552, 11840, 11536, 10272, 11528, 12288;
94.16382, 11552, 11688, 11536, 11096, 11528, 12288;
94.16382, 11552, 11840, 11536, 11096, 11520, 12304;
94.16382, 11552, 11840, 11528, 10024, 11512, 10496;
94.16382, 11552, 11824, 11528, 10712, 11520, 9456;
94.16382, 11560, 10952, 11536, 11192, 11520, 9456;
94.16382, 11560, 10952, 11536, 11192, 11528, 11880;
94.16382, 11560, 11632, 11536, 11008, 11528, 12808;
94.16382, 11560, 11616, 11536, 11632, 11528, 12808;
94.16382, 11552, 11184, 11536, 11632, 11520, 10896;
94.16382, 11552, 11184, 11528, 11224, 11512, 9736;
94.16382, 11552, 11928, 11528, 10352, 11512, 10632;
94.16382, 11560, 12008, 11528, 11616, 11520, 10632;
94.16382, 11560, 12008, 11536, 11616, 11528, 12440;
94.16382, 11560, 11568, 11536, 11048, 11528, 11880;
94.16382, 11552, 11592, 11520, 10488, 11528, 11880;
94.16382, 11552, 11216, 11520, 10488, 11520, 9552;
94.16382, 11552, 11216, 11520, 11816, 11512, 10752;
94.16382, 11552, 10848, 11528, 10736, 11512, 10752;
94.16382, 11560, 11296, 11528, 10736, 11528, 11736;
94.16382, 11560, 11296, 11528, 11072, 11528, 12224;
94.16382, 11552, 11640, 11528, 11344, 11520, 11136;
94.16382, 11552, 11600, 11536, 11688, 11520, 11136;
94.16382, 11552, 11600, 11536, 11688, 11512, 9976;
94.16382, 11560, 11928, 11520, 10888, 11528, 11448;
94.16382, 11552, 11208, 11536, 12144, 11528, 11448;
94.16382, 11552, 11376, 11536, 12144, 11528, 12656;
94.16382, 11552, 11376, 11536, 11504, 11520, 10352;
94.16382, 11552, 11912, 11520, 11408, 11520, 10432;
94.16382, 11552, 10528, 11520, 11904, 11520, 10432;
94.16382, 11552, 10528, 11528, 11904, 11520, 11256;
94.16382, 11560, 11872, 11536, 10992, 11536, 12384;
94.16382, 11552, 11912, 11528, 11264, 11536, 11760;
94.16382, 11552, 11680, 11528, 11264, 11528, 11760;
94.16382, 11544, 11680, 11528, 11024, 11512, 10088;
94.16382, 11552, 11288, 11528, 10344, 11512, 10944;
94.16382, 11552, 11616, 11528, 11776, 11520, 10944;
94.16382, 11552, 11568, 11528, 11776, 11528, 12016;
94.16382, 11552, 11568, 11536, 11224, 11536, 11792;
94.16382, 11560, 11656, 11520, 10944, 11536, 11792;
94.16382, 11560, 11824, 11520, 10944, 11512, 10568;
94.16382, 11552, 11824, 11528, 11792, 11512, 10536;
94.16382, 11552, 11928, 11536, 11536, 11512, 11784;
94.16382, 11552, 11360, 11536, 11536, 11528, 11784;
94.16382, 11552, 11360, 11528, 10656, 11528, 12264;
94.16382, 11560, 10976, 11528, 11592, 11520, 10752;
94.16382, 11552, 11896, 11536, 12120, 11520, 10752;
94.16382, 11552, 11520, 11536, 12120, 11520, 10200;
94.16382, 11552, 11520, 11528, 11072, 11528, 11880;
94.16382, 11552, 11208, 11536, 11632, 11528, 11616;
94.16382, 11552, 10912, 11536, 11632, 11528, 11616;
94.16382, 11552, 10912, 11536, 11272, 11520, 10904;
94.16382, 11560, 11864, 11528, 10376, 11512, 10360;
94.16382, 11552, 11976, 11528, 12240, 11512, 10360;
94.16382, 11552, 11968, 11536, 12240, 11520, 11312;
94.16382, 11560, 11968, 11528, 10784, 11536, 11848;
94.16382, 11552, 10832, 11536, 10840, 11536, 11848;
94.16382, 11552, 11928, 11536, 10840, 11520, 11432;
94.16382, 11552, 11928, 11536, 12024, 11512, 10240;
94.16382, 11552, 11184, 11536, 10584, 11520, 10960;
94.16382, 11552, 11592, 11536, 10584, 11520, 10960;
94.16382, 11552, 11592, 11536, 11088, 11536, 11896;
94.16382, 11560, 11600, 11536, 10512, 11512, 10920;
94.16382, 11560, 11280, 11528, 10672, 11512, 10920;
94.16382, 11552, 11392, 11528, 10672, 11512, 10344;
94.16382, 11552, 11392, 11528, 9944, 11528, 11432;
94.16382, 11560, 11920, 11536, 10800, 11528, 12408;
94.16382, 11560, 11392, 11536, 10616, 11528, 12408;
94.16382, 11560, 11392, 11528, 10616, 11520, 10584;
94.16382, 11552, 11984, 11528, 10568, 11512, 10360;
94.16382, 11552, 11136, 11528, 11080, 11512, 10360;
94.16382, 11552, 12104, 11536, 11080, 11528, 11640;
94.16382, 11560, 12104, 11536, 10304, 11528, 12048;
94.16382, 11560, 11536, 11536, 11232, 11528, 10880;
94.16382, 11552, 11048, 11536, 11928, 11512, 10880;
94.16382, 11552, 11048, 11528, 11928, 11520, 10008;
94.16382, 11552, 11384, 11528, 10864, 11528, 11128;
94.16382, 11560, 11728, 11536, 10872, 11528, 11128;
94.16382, 11560, 11592, 11536, 10872, 11536, 12328;
94.16382, 11552, 11592, 11520, 10672, 11520, 11656;
94.16382, 11552, 11272, 11536, 10856, 11520, 11656;
94.16382, 11552, 11168, 11536, 10856, 11512, 10016;
94.16382, 11552, 11168, 11536, 10976, 11520, 10600;
94.16382, 11560, 11416, 11528, 10920, 11520, 11840;
94.16382, 11552, 11352, 11528, 10656, 11536, 11840;
94.16382, 11552, 11352, 11536, 10656, 11528, 12160;
94.16382, 11552, 11432, 11528, 10400, 11512, 10608;
94.16382, 11552, 11704, 11528, 10480, 11512, 10328;
94.16382, 11552, 12040, 11528, 10480, 11512, 10328;
94.16382, 11552, 12040, 11528, 10616, 11528, 11696;
94.16382, 11552, 11176, 11536, 11144, 11528, 11888;
94.16382, 11552, 11384, 11536, 10312, 11528, 11888;
94.16382, 11552, 11696, 11528, 10312, 11512, 11328;
94.16382, 11552, 11696, 11536, 11448, 11512, 10096;
94.16382, 11552, 11096, 11528, 11432, 11512, 10096;
94.16382, 11552, 12144, 11528, 11432, 11528, 10992;
94.16382, 11552, 12144, 11528, 10632, 11528, 12272;
94.16382, 11552, 11320, 11536, 11240, 11520, 11360;
94.16382, 11544, 12096, 11536, 11240, 11520, 11360;
94.16382, 11544, 12096, 11528, 10592, 11512, 9992;
94.16382, 11552, 11880, 11520, 11304, 11520, 11040;
94.16382, 11560, 11224, 11528, 11440, 11520, 11040;
94.16382, 11560, 11224, 11528, 11440, 11536, 12176;
94.16382, 11560, 11616, 11528, 11360, 11528, 11536;
94.16382, 11552, 11448, 11520, 10848, 11528, 10280;
94.16382, 11552, 10920, 11520, 10848, 11512, 10280;
94.16382, 11552, 10920, 11528, 12104, 11520, 10360;
94.16382, 11560, 11872, 11536, 11472, 11520, 12472;
94.16382, 11560, 11544, 11536, 11472, 11536, 12472;
94.16382, 11560, 11448, 11528, 11472, 11536, 12184;
94.16382, 11560, 11448, 11536, 12384, 11512, 10384;
94.16382, 11552, 12144, 11536, 10744, 11512, 10384;
94.16382, 11552, 11456, 11536, 10744, 11512, 10168;
94.16382, 11552, 11456, 11528, 10944, 11528, 11776;
94.16382, 11552, 12160, 11536, 11840, 11528, 12392;
94.16382, 11552, 12016, 11536, 10016, 11528, 12392;
94.16382, 11552, 11272, 11528, 10016, 11512, 10552;
94.16382, 11552, 11272, 11528, 11008, 11512, 10240;
94.16382, 11552, 11248, 11536, 11624, 11512, 10240;
94.16382, 11560, 11664, 11536, 11624, 11528, 11488;
94.16382, 11560, 11664, 11536, 9872, 11528, 12712;
94.16382, 11552, 11352, 11528, 11344, 11528, 11400;
94.16382, 11552, 11568, 11528, 11344, 11520, 11400;
94.16382, 11552, 11568, 11536, 11648, 11512, 10008;
94.16382, 11552, 10920, 11528, 10704, 11528, 11144;
94.16382, 11560, 11736, 11528, 10592, 11528, 11144;
94.16382, 11560, 11944, 11536, 10592, 11528, 12384;
94.16382, 11552, 11944, 11528, 11160, 11520, 11208;
94.16382, 11552, 11664, 11528, 10024, 11520, 9808;
94.16382, 11552, 11616, 11528, 10664, 11520, 9808;
94.16382, 11552, 11616, 11528, 10664, 11528, 11352;
94.16382, 11560, 12136, 11528, 10728, 11536, 12520;
94.16382, 11552, 11792, 11528, 10008, 11536, 12520;
94.16382, 11552, 11688, 11528, 10008, 11520, 11200;
94.16382, 11552, 11688, 11536, 10784, 11512, 10248;
94.16382, 11552, 11248, 11528, 10560, 11512, 10248;
94.16382, 11560, 11248, 11528, 10560, 11528, 11432;
94.16382, 11560, 11248, 11536, 11056, 11528, 12568;
94.16382, 11552, 11216, 11536, 10624, 11512, 11176;
94.16382, 11552, 12008, 11536, 10624, 11512, 11176;
94.16382, 11552, 12008, 11528, 10624, 11512, 10088;
94.16382, 11552, 11608, 11528, 10656, 11520, 10976;
94.16382, 11552, 11360, 11536, 10888, 11520, 10976;
94.16382, 11552, 11304, 11536, 10888, 11528, 12016;
94.16382, 11552, 11304, 11528, 10800, 11528, 12256;
94.16382, 11552, 11640, 11528, 11360, 11528, 11152;
94.16382, 11560, 11944, 11528, 11120, 11512, 11152;
94.16382, 11560, 11944, 11536, 11120, 11512, 9776;
94.16382, 11552, 12472, 11528, 10704, 11528, 10824;
94.16382, 11552, 11608, 11528, 11000, 11528, 10824;
94.16382, 11552, 11296, 11536, 11000, 11528, 11680;
94.16382, 11560, 11296, 11536, 11280, 11520, 11944;
94.16382, 11560, 11760, 11528, 10456, 11520, 11944;
94.16382, 11552, 11480, 11528, 10456, 11512, 10768;
94.16382, 11552, 11480, 11528, 11600, 11512, 9544;
94.16382, 11552, 10808, 11528, 11592, 11520, 11768;
94.16382, 11560, 11688, 11528, 11592, 11520, 11768;
94.16382, 11560, 11688, 11536, 10696, 11536, 12928;
94.16382, 11560, 11384, 11536, 11504, 11528, 11384;
94.16382, 11552, 11920, 11520, 10440, 11528, 11384;
94.16382, 11552, 11416, 11520, 10440, 11512, 9840;
94.16382, 11552, 11416, 11528, 11192, 11528, 10960;
94.16382, 11552, 11128, 11536, 11288, 11528, 12368;
94.16382, 11552, 11680, 11536, 10328, 11528, 12368;
94.16382, 11552, 11680, 11528, 10328, 11520, 11632;
94.16382, 11552, 12008, 11528, 11656, 11520, 9872;
94.16382, 11552, 10856, 11528, 10584, 11520, 9872;
94.16382, 11552, 11696, 11528, 10584, 11520, 10864;
94.16382, 11560, 11696, 11528, 10344, 11536, 12512;
94.16382, 11552, 11504, 11520, 11800, 11536, 11544;
94.16382, 11552, 11520, 11520, 10712, 11528, 11544;
94.16382, 11552, 11520, 11528, 10712, 11512, 10056;
94.16382, 11552, 11704, 11520, 10360, 11520, 10336;
94.16382, 11560, 10664, 11520, 11360, 11520, 10336;
94.16382, 11560, 11904, 11520, 11360, 11528, 12472;
94.16382, 11552, 11904, 11536, 10424, 11528, 12056;
94.16382, 11560, 11912, 11520, 10592, 11528, 12056;
94.16382, 11544, 11440, 11520, 10592, 11512, 10264;
94.16382, 11544, 11440, 11520, 11784, 11512, 10504;
94.16382, 11552, 10848, 11528, 10656, 11528, 11736;
94.16382, 11552, 12072, 11520, 11040, 11528, 11736;
94.16382, 11552, 12072, 11520, 11040, 11528, 11976;
94.16382, 11552, 11304, 11528, 11336, 11512, 9848;
94.16382, 11552, 11408, 11520, 9768, 11512, 9848;
94.16382, 11552, 11064, 11520, 9768, 11520, 10456;
94.16382, 11552, 11064, 11528, 11168, 11536, 12464;
94.16382, 11560, 11640, 11528, 11160, 11536, 11920;
94.16382, 11552, 11768, 11528, 11160, 11528, 11920;
94.16382, 11552, 11768, 11528, 10720, 11520, 10312;
94.16382, 11552, 12024, 11520, 11240, 11520, 10584;
94.16382, 11552, 11488, 11520, 10872, 11520, 10584;
94.16382, 11552, 12216, 11536, 10872, 11528, 12288;
94.16382, 11560, 12216, 11528, 10376, 11528, 12096;
94.16382, 11552, 11200, 11520, 11136, 11528, 12096;
94.16382, 11552, 11456, 11520, 11136, 11512, 10128;
94.16382, 11552, 11456, 11536, 11320, 11520, 10296;
94.16382, 11552, 11800, 11528, 10984, 11528, 12328;
94.16382, 11560, 11280, 11528, 10984, 11528, 12328;
94.16382, 11560, 11280, 11528, 11536, 11528, 11792;
94.16382, 11552, 11512, 11536, 11320, 11520, 10096;
94.16382, 11552, 10864, 11528, 10544, 11520, 10096;
94.16382, 11552, 11816, 11528, 10544, 11520, 11168;
94.16382, 11552, 11816, 11536, 11752, 11528, 12904;
94.16382, 11560, 11224, 11536, 11792, 11528, 10968;
94.16382, 11552, 11728, 11536, 10928, 11520, 10968;
94.16382, 11552, 11728, 11520, 10928, 11512, 9840;
94.16382, 11552, 12296, 11528, 11160, 11520, 10848;
94.16382, 11552, 11920, 11528, 11640, 11520, 10848;
94.16382, 11552, 11416, 11536, 11640, 11536, 12272;
94.16382, 11552, 11416, 11528, 10872, 11528, 11896;
94.16382, 11552, 10952, 11528, 11928, 11528, 9960;
94.16382, 11552, 11928, 11528, 11328, 11512, 9960;
94.16382, 11552, 11928, 11528, 11328, 11520, 10520;
94.16382, 11552, 12240, 11528, 10832, 11536, 12464;
94.16382, 11560, 11352, 11528, 12672, 11536, 12464;
94.16382, 11560, 11016, 11536, 12672, 11528, 11048;
94.16382, 11552, 11016, 11528, 11496, 11512, 9600;
94.16382, 11552, 11632, 11520, 11264, 11512, 9600;
94.16382, 11552, 11376, 11520, 11264, 11520, 11256;
94.16382, 11552, 11376, 11544, 12512, 11528, 12240;
94.16382, 11560, 11224, 11536, 10728, 11528, 11496;
94.16382, 11560, 12040, 11536, 10728, 11528, 11496;
94.16382, 11560, 12040, 11528, 11112, 11512, 9928;
94.16382, 11552, 11328, 11536, 11920, 11520, 11024;
94.16382, 11552, 11504, 11536, 10592, 11520, 11024;
94.16382, 11552, 11360, 11528, 10592, 11536, 12760;
94.16382, 11552, 11360, 11528, 11168, 11520, 11024;
94.16382, 11552, 11472, 11528, 12128, 11520, 10072;
94.16382, 11552, 11584, 11528, 9728, 11512, 10072;
94.16382, 11552, 11584, 11528, 9728, 11520, 10816;
94.16382, 11552, 11560, 11528, 10792, 11528, 12312;
94.16382, 11552, 10936, 11528, 11672, 11528, 12312;
94.16382, 11552, 11584, 11544, 11672, 11528, 11136;
94.16382, 11552, 11584, 11528, 10512, 11512, 9664;
94.16382, 11552, 11144, 11528, 11264, 11512, 9664;
94.16382, 11552, 11840, 11528, 11264, 11520, 11320;
94.16382, 11560, 11840, 11536, 11808, 11536, 12712;
94.16382, 11552, 12088, 11528, 9960, 11520, 10664;
94.16382, 11552, 10928, 11528, 9960, 11520, 10664;
94.16382, 11552, 10928, 11536, 10512, 11512, 10136;
94.16382, 11552, 11432, 11528, 10888, 11528, 11112;
94.16382, 11560, 11896, 11536, 10888, 11528, 11112;
94.16382, 11560, 11896, 11536, 10888, 11528, 12336;
94.16382, 11552, 11472, 11528, 10872, 11512, 10816;
94.16382, 11544, 12096, 11528, 11160, 11512, 10208;
94.16382, 11552, 11504, 11528, 11160, 11520, 10208;
94.16382, 11552, 11504, 11536, 11120, 11528, 12464;
94.16382, 11552, 11112, 11536, 10440, 11528, 12248;
94.16382, 11552, 11680, 11536, 10504, 11528, 12248;
94.16382, 11552, 11736, 11528, 10504, 11528, 9872;
94.16382, 11552, 11736, 11528, 10640, 11520, 10336;
94.16382, 11552, 11432, 11536, 10896, 11520, 11800;
94.16382, 11552, 11336, 11536, 10896, 11520, 11800;
94.16382, 11560, 11336, 11528, 10056, 11528, 12304;
94.16382, 11560, 11400, 11528, 10696, 11520, 11408;
94.16382, 11552, 11944, 11528, 11048, 11520, 11408;
94.16382, 11552, 11480, 11528, 11048, 11512, 9528;
94.16382, 11552, 11480, 11528, 10544, 11528, 11560;
94.16382, 11552, 11856, 11544, 11416, 11528, 11560;
94.16382, 11552, 11800, 11544, 11416, 11536, 12320;
94.16382, 11552, 11800, 11528, 10880, 11520, 11112;
94.16382, 11560, 12000, 11528, 10752, 11520, 10424;
94.16382, 11552, 10800, 11528, 10752, 11512, 10424;
94.16382, 11552, 10800, 11528, 11304, 11520, 10256;
94.16382, 11560, 11656, 11536, 10416, 11536, 11848;
94.16382, 11560, 11744, 11536, 11072, 11536, 11848;
94.16382, 11560, 11392, 11528, 11072, 11528, 12088;
94.16382, 11560, 11392, 11528, 11120, 11512, 10840;
94.16382, 11552, 11136, 11528, 10712, 11512, 9744;
94.16382, 11552, 11808, 11528, 10712, 11512, 9744;
94.16382, 11552, 11808, 11520, 11336, 11536, 12120;
94.16382, 11552, 11512, 11536, 11496, 11528, 11784;
94.16382, 11552, 11800, 11536, 10824, 11528, 11784;
94.16382, 11552, 11864, 11528, 10824, 11520, 10568;
94.16382, 11552, 11864, 11520, 11336, 11520, 10448;
94.16382, 11560, 11464, 11544, 11912, 11520, 10448;
94.16382, 11552, 11272, 11544, 11912, 11528, 11432;
94.16382, 11552, 11272, 11536, 10672, 11528, 11632;
94.16382, 11552, 11616, 11520, 11616, 11512, 10608;
94.16382, 11552, 11688, 11520, 11616, 11512, 10608;
94.16382, 11552, 11688, 11536, 11296, 11520, 10400;
94.16382, 11552, 11608, 11528, 10528, 11528, 11648;
94.16382, 11552, 11480, 11528, 11504, 11528, 11648;
94.16382, 11552, 11576, 11528, 11504, 11536, 12120;
94.16382, 11552, 11576, 11536, 11456, 11520, 11352;
94.16382, 11552, 11760, 11528, 10264, 11520, 9912;
94.16382, 11552, 11040, 11528, 10264, 11512, 9912;
94.16382, 11552, 11040, 11528, 11496, 11528, 10776;
94.16382, 11552, 11152, 11536, 11720, 11536, 12408;
94.16382, 11552, 11888, 11536, 10544, 11536, 12408;
94.16382, 11552, 12296, 11536, 10544, 11520, 11496;
94.16382, 11552, 12296, 11536, 10896, 11512, 10280;
94.16382, 11552, 11200, 11528, 10544, 11512, 10280;
94.16382, 11552, 11160, 11528, 10544, 11520, 11376;
94.16382, 11552, 11160, 11536, 10336, 11528, 12176;
94.16382, 11560, 11896, 11536, 11568, 11528, 11432;
94.16382, 11552, 11280, 11536, 10168, 11528, 11432;
94.16382, 11552, 12096, 11528, 10168, 11512, 9960;
94.16382, 11552, 12096, 11528, 11248, 11520, 10584;
94.16382, 11552, 11240, 11536, 11528, 11520, 10584;
94.16382, 11552, 11584, 11536, 11528, 11536, 12296;
94.16382, 11552, 11584, 11536, 10024, 11528, 12120;
94.16382, 11552, 11816, 11528, 9792, 11528, 10944;
94.16382, 11552, 11768, 11528, 9792, 11512, 10944;
94.16382, 11552, 11768, 11528, 10744, 11512, 10312;
94.16382, 11552, 12136, 11528, 10552, 11536, 12208;
94.16382, 11560, 11024, 11528, 10392, 11536, 12208;
94.16382, 11560, 11336, 11536, 10392, 11528, 12000;
94.16382, 11552, 11336, 11528, 11088, 11512, 10056;
94.16382, 11552, 11936, 11528, 10616, 11512, 10296;
94.16382, 11552, 11360, 11528, 10856, 11520, 10296;
94.16382, 11552, 11360, 11536, 10856, 11528, 12464;
94.16382, 11560, 11600, 11528, 11352, 11528, 11872;
94.16382, 11560, 12024, 11528, 10560, 11528, 11872;
94.16382, 11560, 11944, 11520, 10560, 11512, 10960;
94.16382, 11552, 11944, 11528, 11456, 11504, 9720;
94.16382, 11560, 11320, 11528, 11848, 11504, 9720;
94.16382, 11552, 11352, 11528, 11848, 11528, 10800;
94.16382, 11552, 11352, 11528, 10920, 11528, 12776;
94.16382, 11552, 11512, 11536, 10872, 11520, 12248;
94.16382, 11552, 11744, 11536, 10872, 11520, 12248;
94.16382, 11552, 11744, 11528, 10808, 11512, 10376;
94.16382, 11552, 11312, 11528, 11104, 11512, 10160;
94.16382, 11552, 11120, 11536, 11104, 11512, 10160;
94.16382, 11560, 12264, 11536, 11104, 11528, 11696;
94.16382, 11560, 12264, 11528, 10048, 11528, 12696;
94.16382, 11552, 11608, 11536, 11384, 11528, 12000;
94.16382, 11552, 11368, 11536, 10920, 11520, 12000;
94.16382, 11552, 11368, 11528, 10920, 11512, 9808;
94.16382, 11552, 11864, 11520, 10424, 11528, 10704;
94.16382, 11560, 11112, 11520, 11136, 11528, 10704;
94.16382, 11560, 11416, 11536, 11136, 11536, 12192;
94.16382, 11552, 11416, 11536, 10584, 11528, 12184;
94.16382, 11552, 11200, 11528, 10448, 11528, 12184;
94.16382, 11552, 11656, 11528, 10448, 11512, 10640;
94.16382, 11552, 11656, 11528, 11744, 11520, 9816;
94.16382, 11552, 11888, 11528, 10584, 11528, 11896;
94.16382, 11552, 11744, 11528, 10584, 11528, 11896;
94.16382, 11552, 11744, 11520, 10784, 11528, 12656;
94.16382, 11552, 11288, 11528, 11360, 11520, 10120;
94.16382, 11552, 11736, 11528, 10424, 11520, 10120;
94.16382, 11552, 11920, 11528, 10424, 11520, 10048;
94.16382, 11552, 11920, 11528, 11048, 11528, 11952;
94.16382, 11552, 11264, 11528, 11968, 11528, 12048;
94.16382, 11552, 11200, 11528, 11464, 11528, 12048;
94.16382, 11552, 11200, 11536, 11464, 11512, 10136;
94.16382, 11552, 11200, 11520, 11160, 11520, 10440;
94.16382, 11552, 11064, 11520, 12488, 11520, 10440;
94.16382, 11552, 11768, 11536, 12488, 11536, 12680;
94.16382, 11552, 11768, 11536, 10760, 11528, 12384;
94.16382, 11552, 12056, 11520, 10976, 11528, 9896;
94.16382, 11552, 11968, 11520, 12272, 11512, 9896;
94.16382, 11552, 11968, 11536, 12272, 11520, 10576;
94.16382, 11552, 11664, 11536, 10720, 11536, 12512;
94.16382, 11560, 11672, 11536, 11032, 11536, 12512;
94.16382, 11560, 11336, 11528, 11032, 11520, 11792;
94.16382, 11552, 11336, 11528, 11384, 11512, 9912;
94.16382, 11544, 11464, 11528, 9840, 11512, 9912;
94.16382, 11552, 11336, 11528, 9840, 11520, 10200;
94.16382, 11552, 11336, 11528, 11152, 11528, 12760;
94.16382, 11552, 11576, 11536, 11944, 11528, 12080;
94.16382, 11552, 11552, 11536, 11944, 11528, 12080;
94.16382, 11552, 11552, 11528, 10160, 11520, 10072;
94.16382, 11552, 12456, 11520, 11760, 11520, 9904;
94.16382, 11552, 11776, 11536, 11632, 11520, 9904;
94.16382, 11560, 11744, 11536, 11632, 11528, 11816;
94.16382, 11560, 11744, 11528, 10176, 11528, 12696;
94.16382, 11560, 11648, 11528, 11208, 11528, 11256;
94.16382, 11552, 11024, 11528, 11208, 11520, 11256;
94.16382, 11552, 11024, 11536, 11424, 11520, 9784;
94.16382, 11552, 11584, 11528, 10288, 11520, 11808;
94.16382, 11560, 11112, 11528, 11352, 11520, 11808;
94.16382, 11560, 11568, 11536, 11352, 11536, 12680;
94.16382, 11552, 11568, 11528, 10672, 11520, 10672;
94.16382, 11552, 11984, 11520, 10120, 11520, 10672;
94.16382, 11552, 11288, 11520, 10120, 11512, 9632;
94.16382, 11552, 11288, 11536, 12136, 11528, 10968;
94.16382, 11552, 11456, 11536, 10800, 11528, 12352;
94.16382, 11560, 11824, 11536, 10800, 11528, 12352;
94.16382, 11560, 11824, 11528, 10544, 11520, 11704;
94.16382, 11560, 11264, 11536, 12112, 11512, 10256;
94.16382, 11544, 11456, 11528, 10792, 11512, 10256;
94.16382, 11552, 11320, 11528, 10792, 11512, 10464;
94.16382, 11552, 11320, 11536, 10736, 11528, 11240;
94.16382, 11552, 11632, 11536, 11520, 11528, 11968;
94.16382, 11552, 11344, 11536, 11520, 11536, 11968;
94.16382, 11552, 11344, 11536, 10760, 11520, 10944;
94.16382, 11552, 11168, 11528, 10760, 11512, 10008;
94.16382, 11544, 11904, 11528, 11200, 11512, 10008;
94.16382, 11544, 11696, 11536, 11200, 11528, 11528;
94.16382, 11552, 11696, 11528, 10280, 11528, 12272;
94.16382, 11560, 11312, 11536, 10088, 11528, 11032;
94.16382, 11552, 11544, 11536, 11352, 11528, 11032;
94.16382, 11552, 11544, 11528, 11352, 11512, 10280;
94.16382, 11552, 10944, 11520, 10080, 11520, 10576;
94.16382, 11552, 11400, 11520, 10400, 11520, 10576;
94.16382, 11552, 11752, 11528, 10400, 11528, 11896;
94.16382, 11552, 11752, 11528, 11376, 11528, 12264;
94.16382, 11552, 11776, 11528, 9680, 11528, 12264;
94.16382, 11552, 11296, 11528, 9680, 11520, 10504;
94.16382, 11552, 11296, 11536, 10552, 11512, 10656;
94.16382, 11552, 11904, 11536, 10712, 11512, 11944;
94.16382, 11560, 11528, 11536, 10712, 11528, 11944;
94.16382, 11560, 11528, 11528, 10600, 11528, 11800;
94.16382, 11552, 11120, 11536, 10720, 11520, 11440;
94.16382, 11552, 11496, 11536, 11176, 11520, 11440;
94.16382, 11552, 11816, 11520, 11176, 11512, 10008;
94.16382, 11552, 11816, 11536, 11048, 11520, 10536;
94.16382, 11560, 11320, 11536, 10704, 11520, 12264;
94.16382, 11552, 11360, 11536, 10456, 11528, 12264;
94.16382, 11552, 11360, 11528, 10456, 11528, 12376;
94.16382, 11552, 12032, 11528, 10888, 11512, 10368;
94.16382, 11552, 11632, 11528, 11176, 11512, 10368;
94.16382, 11552, 11280, 11528, 11176, 11512, 10104;
94.16382, 11552, 11280, 11528, 10312, 11528, 11272;
94.16382, 11560, 11472, 11536, 11376, 11528, 11272;
94.16382, 11560, 11720, 11536, 11376, 11528, 12808;
94.16382, 11560, 11720, 11528, 10696, 11520, 11384;
94.16382, 11552, 11752, 11528, 11008, 11512, 10216;
94.16382, 11552, 11128, 11528, 11632, 11512, 10216;
94.16382, 11552, 11128, 11528, 11632, 11512, 10624;
94.16382, 11552, 11552, 11528, 10696, 11536, 11936;
94.16382, 11552, 11992, 11520, 11040, 11536, 11936;
94.16382, 11552, 11352, 11520, 11040, 11528, 12344;
94.16382, 11552, 11352, 11528, 11520, 11512, 10192;
94.16382, 11552, 11216, 11528, 10704, 11512, 10160;
94.16382, 11552, 11768, 11528, 11072, 11520, 10160;
94.16382, 11552, 11768, 11520, 11072, 11536, 12240;
94.16382, 11560, 11512, 11528, 10792, 11528, 12192;
94.16382, 11552, 11120, 11528, 10528, 11528, 10712;
94.16382, 11552, 10872, 11528, 10528, 11512, 10712;
94.16382, 11552, 10872, 11520, 11312, 11512, 9976;
94.16382, 11552, 11720, 11536, 11320, 11512, 10888;
96.06858, 11544, 11856, 11520, 10600, 11512, 12160;
96.06858, 11552, 12296, 11528, 11464, 11512, 11248;
96.06858, 11552, 11864, 11528, 11464, 11512, 11248;
96.06858, 11552, 11864, 11528, 11760, 11512, 11624;
96.06858, 11552, 12472, 11520, 10312, 11520, 12088;
96.06858, 11552, 11920, 11528, 12208, 11520, 12088;
96.06858, 11544, 10424, 11528, 12208, 11512, 11192;
96.06858, 11544, 10424, 11520, 11480, 11504, 11648;
96.06858, 11544, 11392, 11520, 11112, 11504, 12312;
96.06858, 11552, 12072, 11520, 12128, 11520, 12312;
96.06858, 11552, 12072, 11520, 12128, 11504, 11968;
96.06858, 11544, 12224, 11520, 10704, 11512, 12264;
96.06858, 11544, 11840, 11520, 12256, 11512, 12264;
96.06858, 11544, 12136, 11528, 12256, 11520, 12336;
96.06858, 11544, 12136, 11520, 11872, 11512, 11592;
96.06858, 11544, 11808, 11512, 10200, 11512, 11592;
96.06858, 11544, 11672, 11512, 10200, 11512, 11856;
96.06858, 11544, 11672, 11528, 12064, 11520, 12392;
96.06858, 11544, 12392, 11520, 11192, 11512, 11296;
96.06858, 11552, 12624, 11520, 10616, 11512, 11296;
96.06858, 11552, 12624, 11520, 10616, 11512, 12040;
96.06858, 11544, 12056, 11528, 11832, 11520, 11928;
96.06858, 11544, 11736, 11512, 10440, 11520, 11928;
96.06858, 11544, 11976, 11512, 10440, 11512, 11448;
96.06858, 11544, 11976, 11520, 11920, 11512, 11144;
96.06858, 11544, 12568, 11520, 12256, 11512, 12456;
96.06858, 11544, 11264, 11520, 11088, 11512, 12456;
96.06858, 11544, 11264, 11520, 11088, 11512, 11424;
96.06858, 11552, 12560, 11528, 12072, 11512, 12000;
96.06858, 11544, 11536, 11512, 11024, 11512, 12472;
96.06858, 11544, 11392, 11512, 11024, 11512, 12472;
96.06858, 11536, 11392, 11520, 11288, 11512, 11408;
96.06858, 11544, 11656, 11528, 11568, 11512, 11216;
96.06858, 11544, 11824, 11528, 10504, 11512, 11216;
96.06858, 11544, 12488, 11520, 10504, 11512, 12584;
96.06858, 11544, 12488, 11528, 11488, 11512, 11584;
96.06858, 11544, 12080, 11528, 11632, 11512, 11584;
96.06858, 11544, 12376, 11528, 11632, 11512, 12016;
96.06858, 11544, 12376, 11512, 10328, 11520, 12120;
96.06858, 11544, 11600, 11528, 12968, 11520, 10872;
96.06858, 11544, 11912, 11528, 12968, 11520, 10872;
96.06858, 11544, 11912, 11520, 11352, 11512, 11224;
96.06858, 11544, 11816, 11520, 11048, 11512, 11680;
96.06858, 11552, 11784, 11520, 12288, 11520, 11680;
96.06858, 11552, 11920, 11528, 12288, 11512, 11232;
96.06858, 11552, 11920, 11520, 10880, 11512, 11072;
96.06858, 11544, 11608, 11528, 11864, 11512, 11928;
96.06858, 11544, 10968, 11528, 11864, 11520, 11928;
96.06858, 11544, 10968, 11520, 11440, 11512, 10920;
96.06858, 11552, 12096, 11520, 10504, 11512, 12200;
96.06858, 11544, 11200, 11520, 11808, 11512, 12200;
96.06858, 11544, 12080, 11528, 11808, 11520, 11664;
96.06858, 11544, 12080, 11520, 11368, 11512, 11720;
96.06858, 11552, 12264, 11520, 10904, 11512, 11720;
96.06858, 11544, 12512, 11520, 10904, 11512, 11736;
96.06858, 11544, 12512, 11528, 12368, 11520, 12056;
96.06858, 11544, 11976, 11512, 10840, 11512, 11336;
96.06858, 11544, 12376, 11512, 10840, 11512, 11336;
96.06858, 11544, 12376, 11528, 12040, 11512, 11752;
96.06858, 11544, 11872, 11520, 12032, 11520, 11552;
96.06858, 11544, 11520, 11520, 10688, 11520, 11552;
96.06858, 11552, 12400, 11520, 10688, 11512, 11856;
96.06858, 11552, 12400, 11528, 11072, 11512, 11616;
96.06858, 11544, 11680, 11520, 11360, 11512, 11104;
96.06858, 11544, 12400, 11520, 10792, 11520, 11104;
96.06858, 11544, 12400, 11528, 10792, 11512, 11104;
96.06858, 11544, 11368, 11528, 12200, 11512, 11168;
96.06858, 11544, 12240, 11528, 11168, 11512, 11168;
96.06858, 11544, 11984, 11520, 11168, 11512, 12120;
96.06858, 11544, 11984, 11520, 11632, 11512, 11576;
96.06858, 11544, 12144, 11528, 11960, 11512, 11504;
96.06858, 11544, 12160, 11528, 10592, 11512, 11504;
96.06858, 11544, 12160, 11520, 10592, 11512, 11944;
96.06858, 11552, 12280, 11536, 12304, 11512, 11384;
96.06858, 11544, 11696, 11520, 11176, 11512, 11384;
96.06858, 11544, 11800, 11520, 11176, 11512, 12224;
96.06858, 11544, 11800, 11520, 11208, 11512, 11736;
96.06858, 11544, 12016, 11528, 12296, 11512, 11736;
96.06858, 11544, 12816, 11528, 12296, 11504, 11440;
96.06858, 11544, 12816, 11520, 11080, 11512, 11736;
96.06858, 11544, 11568, 11520, 11816, 11512, 12304;
96.06858, 11552, 12000, 11520, 12040, 11520, 12304;
96.06858, 11552, 12000, 11520, 12040, 11520, 11104;
96.06858, 11544, 11936, 11512, 10128, 11504, 11200;
96.06858, 11544, 11168, 11528, 12040, 11504, 12088;
96.06858, 11544, 11904, 11528, 12040, 11512, 12088;
96.06858, 11544, 11904, 11520, 11440, 11504, 11800;
96.06858, 11552, 11952, 11520, 10760, 11504, 11864;
96.06858, 11552, 11976, 11520, 11688, 11512, 11864;
96.06858, 11552, 11960, 11528, 11688, 11512, 12080;
96.06858, 11544, 11960, 11520, 10704, 11512, 12112;
96.06858, 11544, 12520, 11528, 11712, 11512, 12112;
96.06858, 11544, 11576, 11528, 11712, 11520, 11608;
96.06858, 11544, 11576, 11528, 12144, 11512, 10920;
96.06858, 11544, 11432, 11512, 10576, 11512, 12160;
96.06858, 11544, 11832, 11512, 10576, 11512, 12160;
96.06858, 11544, 11832, 11520, 12232, 11512, 12104;
96.06858, 11552, 12680, 11512, 11624, 11512, 11672;
96.06858, 11544, 11856, 11520, 11280, 11512, 11672;
96.06858, 11544, 11952, 11520, 11280, 11512, 11936;
96.06858, 11544, 11952, 11528, 12304, 11520, 11800;
96.06858, 11536, 12056, 11512, 10224, 11520, 11368;
96.06858, 11544, 12432, 11512, 10224, 11504, 11368;
96.06858, 11544, 12432, 11520, 10936, 11512, 11600;
96.06858, 11544, 11656, 11528, 12056, 11520, 12128;
96.06858, 11552, 12536, 11528, 10680, 11520, 12128;
96.06858, 11552, 11968, 11520, 10680, 11512, 11664;
96.06858, 11552, 11968, 11528, 12144, 11512, 11968;
96.06858, 11544, 11400, 11512, 11552, 11512, 11968;
96.06858, 11544, 11088, 11512, 11552, 11512, 12008;
96.06858, 11544, 11088, 11520, 11176, 11512, 11448;
96.06858, 11544, 11248, 11528, 12064, 11512, 11848;
96.06858, 11544, 12336, 11528, 12064, 11512, 11848;
96.06858, 11544, 12336, 11520, 11016, 11512, 11960;
96.06858, 11544, 12344, 11520, 10928, 11512, 11368;
96.06858, 11544, 12720, 11528, 11400, 11512, 11368;
96.06858, 11544, 11824, 11528, 11400, 11512, 11176;
96.06858, 11544, 11824, 11512, 9712, 11512, 11288;
96.06858, 11544, 11912, 11528, 12160, 11512, 11960;
96.06858, 11544, 11888, 11528, 11552, 11520, 11960;
96.06858, 11544, 11888, 11520, 11552, 11512, 11224;
96.06858, 11544, 12656, 11520, 10480, 11512, 11160;
96.06858, 11552, 12016, 11520, 11944, 11512, 11160;
96.06858, 11552, 12360, 11528, 11944, 11520, 12072;
96.06858, 11544, 12360, 11512, 11296, 11504, 11520;
96.06858, 11544, 11784, 11520, 11816, 11504, 11480;
96.06858, 11544, 12144, 11520, 12256, 11512, 11480;
96.06858, 11544, 12144, 11520, 12256, 11504, 11496;
96.06858, 11552, 11304, 11512, 10848, 11520, 12360;
96.06858, 11552, 12344, 11528, 12032, 11520, 12360;
96.06858, 11552, 12352, 11528, 12032, 11512, 11008;
96.06858, 11552, 12352, 11528, 11760, 11512, 11336;
96.06858, 11544, 11344, 11520, 10816, 11512, 11336;
96.06858, 11544, 11504, 11520, 10816, 11512, 12216;
96.06858, 11544, 11504, 11528, 12432, 11512, 10896;
96.06858, 11544, 11096, 11512, 10536, 11504, 12248;
96.06858, 11544, 12360, 11528, 11624, 11504, 12248;
96.06858, 11544, 12360, 11528, 11624, 11520, 11656;
96.06858, 11544, 11968, 11528, 12152, 11520, 11720;
96.06858, 11544, 12752, 11520, 10864, 11520, 11184;
96.06858, 11544, 11584, 11520, 10864, 11512, 11184;
96.06858, 11544, 11584, 11528, 11600, 11512, 12136;
96.06858, 11544, 12448, 11520, 11032, 11512, 12192;
96.06858, 11544, 11544, 11520, 10568, 11512, 12192;
96.06858, 11544, 12088, 11520, 10568, 11512, 11760;
96.06858, 11544, 12088, 11528, 12552, 11512, 11992;
96.06858, 11544, 11568, 11520, 11000, 11512, 11992;
96.06858, 11544, 12408, 11520, 11000, 11512, 11872;
96.06858, 11544, 12408, 11520, 11208, 11520, 12608;
96.06858, 11544, 12000, 11520, 12024, 11520, 10976;
96.06858, 11544, 12352, 11520, 12024, 11520, 10976;
96.06858, 11544, 12352, 11520, 10424, 11512, 11376;
96.06858, 11544, 11496, 11528, 12112, 11520, 11960;
96.06858, 11544, 11728, 11512, 11352, 11520, 11960;
96.06858, 11544, 11624, 11512, 11352, 11504, 11600;
96.06858, 11544, 11624, 11520, 10784, 11512, 11744;
96.06858, 11544, 12408, 11520, 12328, 11512, 12120;
96.06858, 11544, 10984, 11520, 12328, 11520, 12120;
96.06858, 11544, 10984, 11512, 11240, 11512, 11072;
96.06858, 11544, 11472, 11520, 11240, 11512, 11664;
96.06858, 11552, 11960, 11520, 12168, 11512, 11664;
96.06858, 11552, 11304, 11528, 12168, 11512, 12360;
96.06858, 11544, 11304, 11512, 10168, 11512, 11888;
96.06858, 11552, 12480, 11528, 11568, 11512, 12016;
96.06858, 11552, 11984, 11528, 11664, 11512, 12016;
96.06858, 11552, 11984, 11520, 11664, 11520, 12160;
96.06858, 11544, 12048, 11520, 10352, 11512, 10984;
96.06858, 11544, 11864, 11520, 11864, 11512, 10984;
96.06858, 11544, 12248, 11528, 11864, 11512, 11008;
96.06858, 11544, 12248, 11512, 10952, 11512, 12112;
96.06858, 11544, 12016, 11520, 11376, 11512, 12112;
96.06858, 11544, 11496, 11520, 11376, 11512, 11424;
96.06858, 11544, 11496, 11520, 11296, 11512, 11632;
96.06858, 11544, 12264, 11512, 11064, 11512, 11712;
96.06858, 11552, 12280, 11512, 11936, 11520, 11712;
96.06858, 11552, 12280, 11520, 11936, 11512, 11176;
96.06858, 11552, 11904, 11520, 11880, 11512, 11400;
96.06858, 11544, 11888, 11520, 10680, 11512, 11400;
96.06858, 11544, 11920, 11512, 10680, 11512, 12352;
96.06858, 11544, 11920, 11528, 12768, 11512, 11824;
96.06858, 11552, 12336, 11520, 10984, 11512, 12320;
96.06858, 11544, 11664, 11520, 10744, 11512, 12320;
96.06858, 11544, 11664, 11520, 10744, 11520, 12064;
96.06858, 11552, 12160, 11528, 12016, 11512, 10784;
96.06858, 11544, 11696, 11520, 11008, 11512, 10784;
96.06858, 11544, 11656, 11520, 11008, 11512, 11784;
96.06858, 11536, 11656, 11528, 12184, 11512, 11728;
96.06858, 11544, 12104, 11520, 11320, 11512, 11728;
96.06858, 11536, 12000, 11520, 11320, 11504, 11432;
96.06858, 11536, 12000, 11520, 10600, 11512, 11920;
96.06858, 11552, 12584, 11520, 12160, 11520, 11624;
96.06858, 11544, 12032, 11512, 11624, 11520, 11624;
96.06858, 11544, 12032, 11512, 11624, 11512, 10536;
96.06858, 11544, 12640, 11520, 11408, 11512, 11680;
96.06858, 11552, 11544, 11528, 12264, 11512, 11496;
96.06858, 11544, 11720, 11528, 12264, 11504, 11496;
96.06858, 11544, 11720, 11512, 9992, 11504, 11984;
96.06858, 11544, 12000, 11528, 12088, 11504, 12104;
96.06858, 11544, 11872, 11528, 11456, 11512, 12104;
96.06858, 11544, 11872, 11528, 11456, 11520, 11984;
96.06858, 11544, 12480, 11520, 10776, 11512, 11016;
96.06858, 11544, 12032, 11528, 11680, 11512, 11016;
96.06858, 11544, 12008, 11528, 11680, 11520, 11880;
96.06858, 11544, 12008, 11520, 11704, 11512, 12072;
96.06858, 11544, 11920, 11520, 10840, 11512, 11928;
96.06858, 11544, 11800, 11520, 11880, 11512, 11928;
96.06858, 11544, 11704, 11528, 11880, 11520, 12184;
96.06858, 11544, 11704, 11512, 10480, 11520, 11176;
96.06858, 11552, 11720, 11520, 11528, 11520, 11176;
96.06858, 11544, 12112, 11520, 11528, 11512, 11088;
96.06858, 11544, 12112, 11520, 11920, 11512, 11872;
96.06858, 11544, 10872, 11520, 11160, 11512, 11752;
96.06858, 11544, 11592, 11520, 11160, 11504, 11752;
96.06858, 11544, 11592, 11528, 12368, 11512, 11776;
96.06858, 11544, 11048, 11512, 11184, 11520, 12296;
96.06858, 11544, 12528, 11512, 11152, 11520, 12296;
96.06858, 11544, 12584, 11520, 11152, 11520, 11200;
96.06858, 11544, 12584, 11528, 12144, 11512, 11264;
96.06858, 11544, 11984, 11520, 10632, 11512, 11624;
96.06858, 11544, 12032, 11520, 11376, 11512, 11624;
96.06858, 11544, 12032, 11528, 11376, 11512, 11768;
96.06858, 11544, 11256, 11520, 11368, 11512, 12008;
96.06858, 11544, 12208, 11520, 10200, 11512, 12008;
96.06858, 11544, 12488, 11520, 10200, 11520, 11912;
96.06858, 11544, 12488, 11528, 11992, 11520, 11872;
96.06858, 11544, 11744, 11520, 11576, 11520, 11872;
96.06858, 11536, 12288, 11520, 11576, 11520, 11000;
96.06858, 11536, 12288, 11512, 10408, 11504, 11408;
96.06858, 11552, 12048, 11520, 12208, 11512, 12024;
96.06858, 11544, 11400, 11512, 11024, 11512, 12024;
96.06858, 11544, 11400, 11512, 11024, 11504, 11712;
96.06858, 11544, 11704, 11520, 12472, 11512, 11608;
96.06858, 11552, 12064, 11520, 11712, 11512, 11608;
96.06858, 11544, 12856, 11520, 11712, 11512, 12080;
96.06858, 11544, 12856, 11512, 10216, 11512, 12008;
96.06858, 11544, 11760, 11528, 11936, 11512, 11424;
96.06858, 11544, 11968, 11528, 11128, 11512, 11424;
96.06858, 11544, 11968, 11520, 11128, 11512, 11832;
96.06858, 11544, 11752, 11520, 10752, 11520, 12312;
96.06858, 11544, 11552, 11528, 12712, 11520, 12312;
96.06858, 11544, 12008, 11528, 12712, 11512, 11504;
96.06858, 11552, 12008, 11520, 10344, 11512, 11688;
96.06858, 11544, 12048, 11520, 11528, 11512, 11688;
96.06858, 11552, 12272, 11520, 11528, 11512, 11968;
96.06858, 11552, 12272, 11528, 11912, 11512, 11736;
96.06858, 11544, 12120, 11520, 10672, 11512, 11328;
96.06858, 11544, 12328, 11528, 11992, 11512, 11328;
96.06858, 11544, 12328, 11528, 11992, 11520, 11096;
96.06858, 11544, 11464, 11512, 11184, 11512, 12192;
96.06858, 11544, 11872, 11520, 11648, 11512, 11504;
96.06858, 11544, 11528, 11520, 11648, 11512, 11504;
96.06858, 11544, 11528, 11528, 12360, 11512, 11704;
96.06858, 11552, 12240, 11512, 10760, 11512, 12264;
96.06858, 11544, 12176, 11512, 10688, 11512, 12264;
96.06858, 11544, 11712, 11520, 10688, 11520, 12048;
96.06858, 11544, 11712, 11528, 11632, 11512, 11048;
96.06858, 11536, 11840, 11520, 10128, 11512, 11520;
96.06858, 11536, 12472, 11520, 10128, 11512, 11520;
96.06858, 11544, 12472, 11536, 12608, 11512, 11888;
96.06858, 11544, 11360, 11520, 11272, 11512, 11560;
96.06858, 11544, 12592, 11520, 10576, 11512, 11560;
96.06858, 11544, 12296, 11520, 10576, 11512, 11760;
96.06858, 11552, 12296, 11528, 12144, 11520, 12064;
96.06858, 11544, 12088, 11520, 11376, 11520, 12064;
96.06858, 11544, 11720, 11520, 11376, 11512, 11328;
96.06858, 11544, 11720, 11528, 11920, 11512, 11328;
96.06858, 11544, 11856, 11520, 11944, 11512, 12288;
96.06858, 11544, 11536, 11520, 11944, 11512, 12288;
96.06858, 11544, 11536, 11512, 10920, 11512, 11072;
96.06858, 11544, 11656, 11528, 12032, 11512, 12088;
96.06858, 11552, 12152, 11528, 11608, 11512, 12088;
96.06858, 11552, 11800, 11520, 11608, 11520, 12272;
96.06858, 11544, 11800, 11520, 10784, 11520, 11680;
96.06858, 11552, 12008, 11528, 11616, 11520, 11552;
96.06858, 11544, 11112, 11528, 10512, 11512, 11552;
96.06858, 11544, 11112, 11520, 10512, 11512, 12008;
96.06858, 11544, 12096, 11528, 11816, 11512, 11208;
96.06858, 11552, 12192, 11528, 12032, 11512, 11208;
96.06858, 11552, 12464, 11520, 12032, 11512, 11464;
96.06858, 11544, 12464, 11512, 10888, 11512, 11960;
96.06858, 11536, 12240, 11528, 12264, 11512, 11960;
96.06858, 11544, 12368, 11528, 12264, 11520, 11944;
96.06858, 11544, 12368, 11512, 11096, 11512, 11384;
96.06858, 11544, 11728, 11520, 11160, 11512, 11408;
96.06858, 11544, 11976, 11528, 12160, 11512, 11408;
96.06858, 11544, 11976, 11528, 12160, 11512, 12304;
96.06858, 11552, 12208, 11520, 10664, 11512, 11624;
96.06858, 11552, 12392, 11528, 11072, 11512, 11624;
96.06858, 11552, 11632, 11528, 11072, 11512, 12128;
96.06858, 11552, 11632, 11520, 11832, 11520, 12104;
96.06858, 11544, 11440, 11520, 10320, 11520, 11112;
96.06858, 11544, 11416, 11520, 12272, 11512, 11112;
96.06858, 11544, 11416, 11528, 12272, 11512, 11456;
96.06858, 11536, 12144, 11520, 10632, 11512, 11728;
96.06858, 11544, 12960, 11520, 11144, 11512, 11992;
96.06858, 11544, 11784, 11520, 11144, 11520, 11992;
96.06858, 11544, 11784, 11528, 12464, 11520, 11368;
96.06858, 11544, 11864, 11512, 11352, 11520, 11824;
96.06858, 11544, 11984, 11512, 11600, 11504, 11824;
96.06858, 11544, 11712, 11520, 11600, 11520, 11856;
96.06858, 11544, 11712, 11520, 12128, 11504, 11144;
96.06858, 11544, 12320, 11520, 10296, 11504, 11144;
96.06858, 11544, 12056, 11520, 10296, 11512, 11704;
96.06858, 11544, 12056, 11528, 11992, 11512, 11976;
96.06858, 11544, 12104, 11520, 11696, 11512, 11624;
96.06858, 11552, 12384, 11520, 11696, 11504, 11624;
96.06858, 11552, 12384, 11520, 10488, 11512, 11376;
96.06858, 11544, 11280, 11528, 11808, 11512, 11128;
96.06858, 11544, 11368, 11528, 10880, 11520, 11128;
96.06858, 11544, 12256, 11512, 10880, 11512, 10800;
96.06858, 11544, 12256, 11528, 11848, 11520, 11448;
96.06858, 11544, 12280, 11528, 11992, 11520, 11688;
96.06858, 11544, 11904, 11528, 11992, 11512, 11688;
96.06858, 11544, 11904, 11512, 10520, 11512, 11008;
96.06858, 11544, 12160, 11528, 12104, 11512, 11488;
96.06858, 11544, 11536, 11528, 11672, 11512, 11488;
96.06858, 11544, 11496, 11520, 11672, 11512, 11776;
96.06858, 11536, 11496, 11520, 10704, 11520, 11456;
96.06858, 11552, 11944, 11528, 12736, 11520, 11456;
96.06858, 11544, 11848, 11528, 12736, 11504, 10944;
96.06858, 11544, 11848, 11520, 10520, 11520, 12232;
96.06858, 11544, 12296, 11520, 10856, 11512, 11864;
96.06858, 11544, 12176, 11520, 10856, 11512, 11864;
96.06858, 11544, 12176, 11528, 11976, 11504, 11952;
96.06858, 11544, 12624, 11520, 10608, 11512, 11600;
96.06858, 11552, 11768, 11528, 12112, 11512, 11600;
96.06858, 11552, 12096, 11528, 12112, 11520, 11296;
96.06858, 11552, 12096, 11512, 10992, 11512, 11088;
96.06858, 11552, 11888, 11520, 11120, 11512, 11704;
96.06858, 11544, 12280, 11520, 12504, 11512, 11704;
96.06858, 11544, 12280, 11528, 12504, 11512, 12032;
96.06858, 11544, 11640, 11512, 11032, 11512, 11624;
96.06858, 11544, 11672, 11512, 10624, 11512, 11624;
96.06858, 11544, 11888, 11528, 10624, 11512, 11672;
96.06858, 11544, 11888, 11528, 11856, 11512, 12040;
96.06858, 11544, 12456, 11520, 10608, 11512, 12040;
96.06858, 11544, 11512, 11520, 10608, 11520, 11536;
96.06858, 11544, 11512, 11528, 12824, 11504, 11248;
96.06858, 11544, 12096, 11520, 11360, 11512, 12032;
96.06858, 11544, 11960, 11520, 10992, 11512, 12032;
96.06858, 11544, 11728, 11520, 10992, 11512, 11856;
96.06858, 11544, 11728, 11528, 12224, 11512, 11968;
96.06858, 11544, 11728, 11520, 11128, 11512, 11968;
96.06858, 11544, 11952, 11520, 11128, 11512, 12152;
96.06858, 11544, 11952, 11528, 11216, 11512, 11592;
96.06858, 11544, 11944, 11528, 11760, 11512, 11104;
96.06858, 11544, 12032, 11528, 10272, 11512, 11104;
96.06858, 11544, 12032, 11520, 10272, 11512, 12352;
96.06858, 11544, 11936, 11528, 11600, 11512, 11360;
96.06858, 11544, 11632, 11520, 11672, 11512, 11904;
96.06858, 11544, 11832, 11520, 11672, 11512, 11904;
96.06858, 11544, 11832, 11520, 11096, 11512, 11856;
96.06858, 11544, 11888, 11528, 12408, 11512, 11776;
96.06858, 11544, 12024, 11528, 10792, 11512, 11776;
96.06858, 11544, 11976, 11512, 10792, 11504, 11560;
96.06858, 11552, 11976, 11528, 11856, 11512, 12328;
96.06858, 11544, 11920, 11528, 12184, 11512, 12328;
96.06858, 11544, 12104, 11528, 12184, 11512, 11352;
96.06858, 11544, 12104, 11512, 11008, 11512, 11736;
96.06858, 11544, 12008, 11528, 11760, 11512, 12000;
96.06858, 11544, 11416, 11528, 11760, 11512, 12000;
96.06858, 11544, 11416, 11520, 11248, 11520, 12160;
96.06858, 11544, 12088, 11520, 10240, 11512, 11256;
96.06858, 11552, 12392, 11528, 12120, 11512, 11256;
96.06858, 11544, 12424, 11528, 12120, 11512, 11296;
96.06858, 11544, 12424, 11520, 11192, 11512, 11744;
96.06858, 11544, 11728, 11520, 11056, 11512, 11448;
96.06858, 11544, 12016, 11520, 11056, 11512, 11448;
96.06858, 11544, 12016, 11528, 12168, 11504, 11936;
96.06858, 11544, 12008, 11512, 10696, 11512, 11624;
96.06858, 11544, 11680, 11512, 12648, 11512, 11624;
96.06858, 11544, 12456, 11528, 12648, 11512, 11040;
96.06858, 11552, 12456, 11512, 11568, 11512, 11432;
96.06858, 11552, 11872, 11520, 10640, 11512, 11432;
96.06858, 11544, 11664, 11520, 10640, 11512, 12288;
96.06858, 11544, 11664, 11536, 12384, 11512, 11760;
96.06858, 11544, 12024, 11520, 10944, 11512, 11744;
96.06858, 11544, 12144, 11520, 10944, 11512, 11744;
96.06858, 11544, 12144, 11520, 11160, 11512, 11664;
96.06858, 11552, 12304, 11520, 12272, 11512, 10928;
96.06858, 11544, 11936, 11520, 10280, 11512, 10928;
96.06858, 11544, 12304, 11520, 10280, 11512, 11680;
96.06858, 11544, 12304, 11528, 12088, 11512, 11848;
96.06858, 11552, 12280, 11520, 11880, 11512, 11808;
96.06858, 11544, 11736, 11520, 9984, 11512, 11808;
96.06858, 11544, 11736, 11520, 9984, 11512, 11848;
96.06858, 11544, 11824, 11528, 11808, 11512, 11840;
96.06858, 11544, 11872, 11528, 10720, 11512, 11840;
96.06858, 11544, 12360, 11512, 10720, 11512, 11120;
96.06858, 11552, 12360, 11528, 11904, 11512, 11384;
96.06858, 11552, 11656, 11528, 12208, 11512, 11824;
96.06858, 11544, 12560, 11528, 10760, 11520, 11824;
96.06858, 11544, 12560, 11512, 10760, 11512, 12072;
96.06858, 11544, 10712, 11528, 12040, 11512, 12160;
96.06858, 11536, 11296, 11528, 11696, 11512, 12160;
96.06858, 11536, 11976, 11520, 11696, 11512, 11816;
96.06858, 11552, 11976, 11512, 10480, 11520, 12104;
96.06858, 11552, 12280, 11528, 12528, 11520, 12104;
96.06858, 11544, 12432, 11528, 12528, 11512, 10992;
96.06858, 11544, 12432, 11520, 10736, 11512, 12536;
96.06858, 11544, 11832, 11520, 11168, 11512, 11840;
96.06858, 11544, 11856, 11520, 12096, 11512, 11840;
96.06858, 11544, 11856, 11528, 12096, 11512, 11200;
96.06858, 11544, 11160, 11520, 10624, 11512, 11728;
96.06858, 11544, 12152, 11520, 11960, 11512, 11728;
96.06858, 11544, 11920, 11528, 11960, 11520, 12152;
96.06858, 11544, 11920, 11512, 11248, 11512, 11200;
96.06858, 11544, 13200, 11520, 10944, 11512, 11888;
96.06858, 11552, 12056, 11520, 12032, 11512, 11888;
96.06858, 11552, 12056, 11528, 12032, 11512, 11928;
96.06858, 11544, 11472, 11512, 11248, 11504, 11576;
96.06858, 11544, 11880, 11520, 11248, 11504, 11576;
96.06858, 11544, 12416, 11520, 11248, 11512, 12008;
96.06858, 11552, 12416, 11528, 12016, 11520, 12104;
96.06858, 11544, 12136, 11512, 9976, 11520, 12104;
96.06858, 11544, 12048, 11512, 9976, 11512, 11344;
96.06858, 11544, 12048, 11528, 12368, 11512, 11688;
96.06858, 11544, 11736, 11520, 11616, 11512, 11968;
96.06858, 11544, 11992, 11520, 10760, 11512, 11968;
96.06858, 11544, 11992, 11520, 10760, 11512, 11392;
96.06858, 11544, 11424, 11528, 11928, 11512, 11760;
96.06858, 11544, 11968, 11520, 11136, 11512, 11760;
96.06858, 11552, 12512, 11520, 11136, 11512, 11960;
96.06858, 11552, 12512, 11520, 11288, 11512, 11056;
96.06858, 11544, 11744, 11528, 12016, 11512, 11528;
96.06858, 11544, 12568, 11528, 10464, 11512, 11528;
96.06858, 11544, 11440, 11512, 10464, 11512, 12112;
96.06858, 11544, 11440, 11528, 11088, 11512, 11536;
96.06858, 11544, 11784, 11520, 11784, 11512, 11416;
96.06858, 11544, 12168, 11520, 11784, 11512, 11416;
96.06858, 11544, 12168, 11528, 11240, 11512, 11728;
96.06858, 11552, 12752, 11528, 12352, 11520, 11952;
96.06858, 11544, 11944, 11528, 10936, 11520, 11952;
96.06858, 11544, 11912, 11512, 10936, 11512, 11000;
96.06858, 11544, 11912, 11520, 11792, 11512, 11200;
96.06858, 11544, 11728, 11528, 12320, 11512, 11200;
96.06858, 11552, 12536, 11528, 12320, 11520, 11912;
96.06858, 11552, 12536, 11512, 10928, 11512, 11696;
96.06858, 11552, 11336, 11520, 11888, 11512, 11872;
96.06858, 11544, 12152, 11520, 11888, 11512, 11872;
96.06858, 11544, 12152, 11520, 11400, 11520, 11632;
96.06858, 11544, 11376, 11520, 10240, 11512, 11096;
96.06858, 11544, 11456, 11520, 11600, 11512, 11096;
96.06858, 11544, 11376, 11528, 11600, 11512, 11536;
96.06858, 11544, 11376, 11520, 11288, 11512, 11584;
96.06858, 11544, 11864, 11520, 11000, 11512, 12056;
96.06858, 11552, 12144, 11520, 12144, 11504, 12056;
96.06858, 11552, 12144, 11528, 12144, 11512, 12240;
96.06858, 11544, 11568, 11520, 10704, 11512, 11568;
96.06858, 11544, 12072, 11520, 12336, 11512, 11568;
96.06858, 11544, 11328, 11528, 12336, 11512, 11168;
96.06858, 11544, 11328, 11520, 11392, 11512, 12072;
96.06858, 11544, 11632, 11520, 10472, 11512, 12072;
96.06858, 11536, 11688, 11520, 10472, 11512, 11744;
96.06858, 11536, 11688, 11528, 12192, 11512, 11296;
96.06858, 11552, 12528, 11520, 11400, 11512, 11440;
96.06858, 11544, 12240, 11520, 11032, 11512, 11440;
96.06858, 11544, 12240, 11520, 11032, 11512, 12128;
96.06858, 11544, 11912, 11528, 12480, 11512, 10680;
96.06858, 11536, 12176, 11520, 10272, 11512, 10680;
96.06858, 11544, 12280, 11520, 10272, 11512, 11848;
96.06858, 11544, 12280, 11528, 12072, 11512, 11664;
96.06858, 11544, 11280, 11520, 11696, 11512, 11656;
96.06858, 11544, 12008, 11520, 10664, 11504, 11656;
96.06858, 11544, 12008, 11512, 10664, 11512, 12072;
96.06858, 11544, 12024, 11528, 12312, 11520, 12120;
96.06858, 11552, 12568, 11512, 11144, 11520, 12120;
96.06858, 11552, 11552, 11512, 11144, 11504, 11008;
96.06858, 11544, 11552, 11520, 11408, 11520, 11968;
96.06858, 11544, 12256, 11528, 12128, 11520, 11968;
96.06858, 11544, 11872, 11528, 12128, 11512, 11744;
96.06858, 11544, 11872, 11520, 10400, 11512, 12536;
96.06858, 11544, 12016, 11520, 12088, 11520, 12312;
96.06858, 11544, 12192, 11520, 11560, 11520, 12312;
96.06858, 11544, 12192, 11520, 11560, 11512, 10896;
96.06858, 11544, 11608, 11512, 10824, 11520, 11392;
96.06858, 11544, 12416, 11528, 12672, 11520, 11848;
96.06858, 11544, 11920, 11528, 12672, 11512, 11848;
96.06858, 11544, 11920, 11512, 11008, 11512, 11984;
96.06858, 11544, 12272, 11520, 10960, 11512, 11520;
96.06858, 11544, 11768, 11520, 12088, 11512, 11520;
96.06858, 11544, 11984, 11528, 12088, 11520, 11640;
96.06858, 11544, 11984, 11520, 10080, 11512, 11192;
96.06858, 11544, 11856, 11528, 11648, 11512, 11632;
96.06858, 11544, 12440, 11528, 11648, 11512, 11632;
96.06858, 11552, 12440, 11520, 11592, 11504, 12208;
96.06858, 11544, 11800, 11512, 10648, 11512, 11816;
96.06858, 11544, 11024, 11512, 12232, 11512, 11816;
96.06858, 11544, 12016, 11528, 12232, 11512, 11912;
96.06858, 11544, 12016, 11512, 11088, 11520, 11672;
96.06858, 11544, 12248, 11520, 10840, 11520, 11672;
96.06858, 11544, 12016, 11520, 10840, 11512, 10960;
96.06858, 11544, 12016, 11520, 12320, 11512, 11264;
96.06858, 11544, 12248, 11512, 10712, 11512, 11920;
96.06858, 11544, 11808, 11512, 10712, 11512, 11920;
96.06858, 11544, 11808, 11528, 12632, 11512, 11216;
96.06858, 11544, 11448, 11520, 11520, 11504, 11688;
96.06858, 11544, 11624, 11520, 10600, 11504, 11688;
96.06858, 11544, 12104, 11520, 10600, 11512, 11520;
97.97334, 11536, 11376, 11528, 10904, 11512, 11048;
97.97334, 11536, 11656, 11512, 10904, 11512, 11400;
97.97334, 11536, 11656, 11520, 11280, 11512, 11464;
97.97334, 11544, 10840, 11520, 12272, 11512, 11856;
97.97334, 11544, 11528, 11520, 12272, 11520, 11856;
97.97334, 11544, 11528, 11512, 10336, 11512, 12072;
97.97334, 11544, 12320, 11520, 11576, 11512, 11752;
97.97334, 11544, 12344, 11520, 11912, 11512, 11752;
97.97334, 11544, 12272, 11520, 11912, 11504, 10488;
97.97334, 11544, 12272, 11512, 10576, 11512, 12448;
97.97334, 11544, 12040, 11528, 12704, 11512, 12448;
97.97334, 11536, 11624, 11528, 12704, 11512, 11352;
97.97334, 11536, 11624, 11520, 11376, 11504, 12344;
97.97334, 11544, 12592, 11520, 10824, 11504, 12384;
97.97334, 11544, 11312, 11520, 10824, 11512, 12384;
97.97334, 11544, 11312, 11528, 11840, 11520, 11120;
97.97334, 11544, 12288, 11512, 10808, 11504, 11232;
97.97334, 11544, 12544, 11512, 11336, 11504, 11232;
97.97334, 11544, 11912, 11528, 11336, 11512, 11712;
97.97334, 11544, 11912, 11520, 11848, 11504, 11456;
97.97334, 11544, 12216, 11512, 10760, 11504, 12048;
97.97334, 11544, 12128, 11512, 11984, 11512, 12048;
97.97334, 11544, 12128, 11528, 11984, 11520, 11984;
97.97334, 11544, 12008, 11520, 11736, 11512, 11672;
97.97334, 11544, 11488, 11520, 10992, 11512, 11672;
97.97334, 11544, 12368, 11512, 10992, 11504, 10640;
97.97334, 11544, 12368, 11528, 11488, 11512, 11008;
97.97334, 11544, 11696, 11512, 10704, 11512, 11008;
97.97334, 11544, 11440, 11512, 10704, 11504, 12160;
97.97334, 11544, 11440, 11528, 12264, 11504, 11992;
97.97334, 11544, 11904, 11520, 12072, 11512, 11984;
97.97334, 11544, 12240, 11512, 10648, 11512, 11984;
97.97334, 11544, 12240, 11512, 10648, 11512, 11912;
97.97334, 11544, 11976, 11520, 11552, 11504, 10568;
97.97334, 11544, 12080, 11512, 11568, 11504, 10568;
97.97334, 11536, 11880, 11512, 11568, 11512, 12344;
97.97334, 11536, 11880, 11520, 11080, 11512, 11504;
97.97334, 11544, 12056, 11528, 12152, 11512, 12128;
97.97334, 11544, 11216, 11528, 10696, 11504, 12128;
97.97334, 11544, 11216, 11512, 10696, 11512, 11816;
97.97334, 11544, 11584, 11520, 10768, 11512, 10592;
97.97334, 11544, 12088, 11520, 11752, 11512, 10592;
97.97334, 11544, 12448, 11520, 11752, 11512, 11336;
97.97334, 11544, 12448, 11520, 10512, 11504, 12320;
97.97334, 11544, 11624, 11528, 12520, 11504, 12320;
97.97334, 11544, 12320, 11528, 12520, 11512, 11576;
97.97334, 11544, 12320, 11512, 11264, 11504, 12544;
97.97334, 11544, 11408, 11520, 11200, 11512, 11904;
97.97334, 11544, 11016, 11520, 12640, 11512, 11904;
97.97334, 11544, 11016, 11520, 12640, 11512, 11968;
97.97334, 11544, 11456, 11512, 11256, 11504, 11096;
97.97334, 11544, 11856, 11520, 11512, 11504, 12280;
97.97334, 11544, 12504, 11520, 11512, 11512, 12280;
97.97334, 11544, 12504, 11520, 12040, 11504, 11832;
97.97334, 11544, 11496, 11520, 10096, 11504, 12000;
97.97334, 11544, 11792, 11520, 11824, 11512, 12000;
97.97334, 11544, 11936, 11528, 11824, 11520, 12272;
97.97334, 11544, 11936, 11520, 11536, 11512, 10952;
97.97334, 11544, 12136, 11520, 10768, 11512, 11648;
97.97334, 11544, 11832, 11520, 10768, 11512, 11648;
97.97334, 11544, 11832, 11528, 12344, 11512, 11864;
97.97334, 11544, 12712, 11512, 11024, 11504, 11664;
97.97334, 11544, 11848, 11512, 12032, 11504, 11664;
97.97334, 11544, 11336, 11528, 12032, 11512, 11800;
97.97334, 11536, 11336, 11512, 12104, 11512, 12088;
97.97334, 11544, 12336, 11512, 9904, 11512, 12088;
97.97334, 11544, 12720, 11512, 9904, 11504, 11200;
97.97334, 11544, 12720, 11528, 11992, 11512, 11776;
97.97334, 11544, 11976, 11520, 11512, 11512, 12120;
97.97334, 11544, 12272, 11520, 11512, 11512, 12120;
97.97334, 11544, 12272, 11520, 10808, 11512, 11616;
97.97334, 11544, 10992, 11528, 12480, 11512, 11824;
97.97334, 11544, 11360, 11512, 10440, 11512, 11824;
97.97334, 11544, 11368, 11512, 10440, 11512, 12040;
97.97334, 11544, 11368, 11520, 11288, 11512, 11144;
97.97334, 11544, 12168, 11528, 12152, 11512, 11432;
97.97334, 11544, 12288, 11528, 10536, 11512, 11432;
97.97334, 11544, 12288, 11520, 10536, 11512, 11968;
97.97334, 11544, 11880, 11520, 12336, 11504, 11224;
97.97334, 11536, 12088, 11520, 11000, 11504, 11224;
97.97334, 11536, 11728, 11512, 11000, 11504, 12096;
97.97334, 11536, 11728, 11512, 11376, 11520, 11768;
97.97334, 11544, 11320, 11520, 12328, 11520, 11768;
97.97334, 11536, 12280, 11520, 12328, 11512, 11008;
97.97334, 11536, 12280, 11512, 11104, 11504, 11808;
97.97334, 11544, 12144, 11520, 11480, 11512, 12120;
97.97334, 11544, 12000, 11520, 11952, 11512, 12120;
97.97334, 11544, 12000, 11520, 11952, 11504, 11640;
97.97334, 11544, 11696, 11512, 10192, 11504, 12080;
97.97334, 11536, 12176, 11528, 11632, 11504, 12080;
97.97334, 11552, 12472, 11528, 11632, 11520, 11888;
97.97334, 11552, 12472, 11520, 11400, 11512, 10992;
97.97334, 11544, 11704, 11520, 10280, 11512, 11656;
97.97334, 11552, 11896, 11520, 11856, 11512, 11656;
97.97334, 11552, 11896, 11528, 11856, 11512, 11536;
97.97334, 11544, 10960, 11512, 11016, 11504, 11496;
97.97334, 11536, 11064, 11520, 11712, 11504, 11448;
97.97334, 11536, 10728, 11520, 11712, 11512, 11448;
97.97334, 11544, 10728, 11520, 12024, 11512, 11864;
97.97334, 11544, 12200, 11512, 10696, 11512, 11136;
97.97334, 11544, 12472, 11512, 12280, 11512, 11136;
97.97334, 11544, 11888, 11528, 12280, 11512, 11776;
97.97334, 11544, 11888, 11520, 11848, 11512, 11664;
97.97334, 11544, 12024, 11520, 10976, 11512, 11664;
97.97334, 11544, 10920, 11520, 10976, 11504, 11848;
97.97334, 11544, 10920, 11528, 11384, 11504, 11776;
97.97334, 11544, 11856, 11512, 10408, 11504, 12280;
97.97334, 11544, 11736, 11512, 10408, 11520, 12280;
97.97334, 11544, 11736, 11528, 11416, 11520, 11448;
97.97334, 11544, 12136, 11520, 12288, 11520, 11232;
97.97334, 11544, 12488, 11520, 10680, 11512, 11232;
97.97334, 11544, 12120, 11512, 10680, 11504, 12424;
97.97334, 11544, 12120, 11520, 11888, 11512, 11160;
97.97334, 11536, 11840, 11512, 11768, 11512, 12352;
97.97334, 11536, 12272, 11512, 11768, 11512, 12352;
97.97334, 11544, 12272, 11520, 11032, 11520, 11848;
97.97334, 11544, 11784, 11520, 12296, 11512, 11216;
97.97334, 11544, 11928, 11520, 10768, 11512, 11216;
97.97334, 11544, 12624, 11512, 10768, 11512, 11104;
97.97334, 11544, 12624, 11520, 10184, 11504, 11448;
97.97334, 11544, 12032, 11520, 11520, 11504, 11448;
97.97334, 11544, 11336, 11520, 11520, 11504, 11824;
97.97334, 11544, 11336, 11520, 10616, 11512, 12200;
97.97334, 11544, 12024, 11528, 12504, 11520, 11864;
97.97334, 11544, 11560, 11528, 12504, 11520, 11864;
97.97334, 11544, 11560, 11512, 11464, 11504, 11512;
97.97334, 11544, 12232, 11520, 11088, 11512, 11544;
97.97334, 11544, 11728, 11528, 12384, 11512, 11544;
97.97334, 11544, 11584, 11528, 12384, 11504, 11536;
97.97334, 11544, 11584, 11520, 11104, 11504, 12008;
97.97334, 11544, 11680, 11520, 11664, 11504, 11744;
97.97334, 11536, 11984, 11520, 11656, 11512, 11744;
97.97334, 11536, 11984, 11520, 11656, 11520, 11960;
97.97334, 11544, 12400, 11520, 10104, 11512, 11064;
97.97334, 11544, 12544, 11520, 12080, 11512, 11064;
97.97334, 11544, 12232, 11528, 12080, 11512, 11904;
97.97334, 11544, 12232, 11512, 11808, 11504, 11264;
97.97334, 11536, 12024, 11520, 11104, 11504, 12136;
97.97334, 11552, 12112, 11520, 11104, 11504, 12136;
97.97334, 11552, 12112, 11528, 12064, 11512, 11672;
97.97334, 11536, 11296, 11512, 10736, 11512, 12304;
97.97334, 11544, 11872, 11520, 11680, 11512, 12304;
97.97334, 11544, 12248, 11520, 11680, 11512, 10736;
97.97334, 11552, 12248, 11520, 11920, 11504, 11272;
97.97334, 11544, 11928, 11512, 10320, 11504, 11272;
97.97334, 11544, 11808, 11512, 10320, 11504, 12400;
97.97334, 11544, 11808, 11520, 12456, 11512, 11784;
97.97334, 11544, 12360, 11512, 11736, 11512, 11960;
97.97334, 11544, 11960, 11512, 10992, 11504, 11960;
97.97334, 11544, 11960, 11520, 10992, 11520, 11744;
97.97334, 11544, 11536, 11528, 12224, 11504, 9976;
97.97334, 11544, 12600, 11528, 10504, 11504, 9976;
97.97334, 11544, 11848, 11512, 10504, 11512, 11800;
97.97334, 11544, 11848, 11520, 11040, 11512, 11752;
97.97334, 11544, 12024, 11528, 12024, 11512, 11832;
97.97334, 11544, 11456, 11528, 10480, 11504, 11832;
97.97334, 11544, 11456, 11520, 10480, 11504, 12096;
97.97334, 11544, 11952, 11528, 12000, 11520, 11480;
97.97334, 11544, 11824, 11512, 10832, 11520, 11480;
97.97334, 11544, 12048, 11512, 10832, 11504, 11000;
97.97334, 11544, 12048, 11520, 11008, 11504, 11544;
97.97334, 11552, 12040, 11528, 12120, 11504, 11544;
97.97334, 11544, 11600, 11528, 12120, 11520, 12232;
97.97334, 11544, 11600, 11512, 11216, 11504, 12096;
97.97334, 11544, 11552, 11520, 11864, 11512, 11688;
97.97334, 11544, 11824, 11520, 12032, 11512, 11688;
97.97334, 11544, 11824, 11520, 12032, 11512, 12304;
97.97334, 11544, 12000, 11512, 10224, 11512, 11144;
97.97334, 11544, 11896, 11528, 12176, 11512, 10848;
97.97334, 11544, 12048, 11528, 12176, 11504, 10848;
97.97334, 11544, 12048, 11520, 11520, 11512, 12120;
97.97334, 11544, 12608, 11520, 10552, 11512, 11480;
97.97334, 11544, 11600, 11520, 12256, 11512, 11480;
97.97334, 11544, 11408, 11520, 12256, 11504, 11840;
97.97334, 11536, 11408, 11512, 11200, 11512, 12000;
97.97334, 11544, 12464, 11520, 11848, 11512, 12000;
97.97334, 11544, 12008, 11520, 11848, 11512, 11360;
97.97334, 11544, 12008, 11520, 11560, 11504, 11488;
97.97334, 11544, 12208, 11520, 10688, 11512, 12184;
97.97334, 11536, 12344, 11520, 10688, 11512, 12184;
97.97334, 11536, 12344, 11528, 11872, 11512, 11600;
97.97334, 11544, 11904, 11520, 11088, 11504, 11704;
97.97334, 11536, 11816, 11520, 10888, 11504, 11704;
97.97334, 11544, 12136, 11520, 10888, 11512, 12016;
97.97334, 11544, 12136, 11528, 11536, 11512, 11328;
97.97334, 11544, 12256, 11520, 10688, 11512, 11232;
97.97334, 11544, 12184, 11520, 10688, 11512, 11232;
97.97334, 11544, 12184, 11528, 12256, 11512, 12464;
97.97334, 11544, 11744, 11520, 12072, 11504, 11856;
97.97334, 11536, 11400, 11520, 10808, 11504, 11856;
97.97334, 11536, 11504, 11512, 10808, 11512, 12128;
97.97334, 11536, 11504, 11520, 11920, 11512, 11352;
97.97334, 11544, 11672, 11512, 11800, 11512, 11712;
97.97334, 11544, 11960, 11512, 10592, 11512, 11712;
97.97334, 11544, 11960, 11520, 10592, 11520, 12040;
97.97334, 11544, 11824, 11528, 11992, 11512, 11504;
97.97334, 11544, 11912, 11528, 10968, 11512, 11504;
97.97334, 11544, 11960, 11512, 10968, 11504, 11848;
97.97334, 11536, 11960, 11520, 10384, 11512, 12584;
97.97334, 11544, 11424, 11520, 11784, 11512, 12584;
97.97334, 11544, 11752, 11520, 11784, 11512, 11160;
97.97334, 11544, 11752, 11520, 10600, 11512, 11952;
97.97334, 11544, 12472, 11528, 12240, 11512, 11960;
97.97334, 11544, 11800, 11528, 11184, 11512, 11960;
97.97334, 11544, 11800, 11512, 11184, 11504, 11632;
97.97334, 11544, 12680, 11520, 11192, 11504, 12104;
97.97334, 11544, 11704, 11520, 12624, 11504, 12104;
97.97334, 11544, 11312, 11520, 12624, 11520, 12144;
97.97334, 11536, 11312, 11512, 10640, 11512, 11224;
97.97334, 11544, 12088, 11520, 11936, 11512, 11264;
97.97334, 11552, 12632, 11520, 12008, 11512, 11264;
97.97334, 11552, 12632, 11528, 12008, 11512, 11976;
97.97334, 11544, 12072, 11520, 10328, 11512, 10880;
97.97334, 11544, 11880, 11528, 11904, 11512, 10880;
97.97334, 11544, 11808, 11528, 11904, 11504, 12008;
97.97334, 11544, 11808, 11520, 11504, 11512, 11800;
97.97334, 11544, 12432, 11520, 10488, 11512, 11800;
97.97334, 11544, 11360, 11520, 10488, 11512, 11568;
97.97334, 11544, 11360, 11528, 11760, 11512, 11120;
97.97334, 11544, 12216, 11512, 11088, 11504, 12080;
97.97334, 11544, 12320, 11520, 11808, 11504, 12080;
97.97334, 11544, 12320, 11520, 11808, 11504, 11224;
97.97334, 11544, 11776, 11520, 11952, 11504, 11808;
97.97334, 11544, 12248, 11512, 9984, 11504, 11976;
97.97334, 11544, 12040, 11512, 9984, 11512, 11976;
97.97334, 11544, 12040, 11520, 12208, 11520, 11088;
97.97334, 11544, 12056, 11520, 11784, 11520, 11216;
97.97334, 11544, 12032, 11520, 10904, 11504, 11216;
97.97334, 11544, 12032, 11520, 10904, 11512, 11792;
97.97334, 11544, 12376, 11520, 12648, 11504, 11400;
97.97334, 11544, 11432, 11512, 10424, 11504, 11352;
97.97334, 11544, 11624, 11512, 10424, 11512, 11352;
97.97334, 11544, 11624, 11520, 11136, 11520, 11944;
97.97334, 11544, 11872, 11528, 12056, 11520, 11152;
97.97334, 11544, 11920, 11528, 10432, 11512, 11152;
97.97334, 11544, 12496, 11520, 10432, 11504, 11664;
97.97334, 11544, 12496, 11528, 11888, 11512, 11160;
97.97334, 11544, 11336, 11512, 10944, 11512, 11160;
97.97334, 11544, 11664, 11512, 10944, 11504, 11464;
97.97334, 11544, 11664, 11520, 10864, 11512, 11936;
97.97334, 11544, 11168, 11528, 12080, 11512, 12080;
97.97334, 11544, 11968, 11528, 12080, 11512, 12080;
97.97334, 11544, 11968, 11512, 11272, 11504, 11416;
97.97334, 11544, 11648, 11520, 11760, 11504, 11760;
97.97334, 11544, 11768, 11520, 11928, 11512, 11760;
97.97334, 11544, 12416, 11520, 11928, 11504, 11744;
97.97334, 11544, 12416, 11512, 10488, 11504, 11936;
97.97334, 11544, 11760, 11528, 12472, 11504, 11664;
97.97334, 11544, 11936, 11528, 12472, 11512, 11664;
97.97334, 11536, 11936, 11512, 11728, 11520, 11648;
97.97334, 11536, 11840, 11512, 10696, 11512, 11528;
97.97334, 11536, 12008, 11512, 11672, 11512, 11528;
97.97334, 11536, 12424, 11528, 11672, 11512, 11552;
97.97334, 11544, 12424, 11520, 10928, 11504, 11792;
97.97334, 11544, 12080, 11520, 11184, 11504, 11792;
97.97334, 11544, 12496, 11520, 11184, 11512, 11480;
97.97334, 11544, 12496, 11520, 11920, 11512, 12296;
97.97334, 11544, 11728, 11512, 10704, 11520, 12040;
97.97334, 11544, 12144, 11512, 10704, 11520, 12040;
97.97334, 11544, 12144, 11520, 11960, 11504, 11320;
97.97334, 11544, 11632, 11520, 11776, 11512, 11760;
97.97334, 11544, 11064, 11520, 10912, 11512, 11760;
97.97334, 11544, 10976, 11520, 10912, 11504, 11296;
97.97334, 11544, 10976, 11528, 11408, 11504, 11936;
97.97334, 11544, 12184, 11504, 10472, 11504, 12048;
97.97334, 11544, 11400, 11504, 11952, 11512, 12048;
97.97334, 11544, 11400, 11528, 11952, 11520, 11720;
97.97334, 11544, 11416, 11520, 12328, 11504, 10720;
97.97334, 11536, 11624, 11520, 10648, 11504, 10720;
97.97334, 11536, 12352, 11512, 10648, 11512, 11200;
97.97334, 11544, 12352, 11528, 11704, 11512, 11432;
97.97334, 11544, 11568, 11520, 11496, 11512, 11432;
97.97334, 11544, 12072, 11520, 11496, 11504, 12040;
97.97334, 11544, 12072, 11520, 11080, 11520, 12136;
97.97334, 11544, 12096, 11520, 12456, 11512, 11792;
97.97334, 11536, 11440, 11512, 11280, 11512, 11792;
97.97334, 11536, 11440, 11512, 11280, 11504, 11440;
97.97334, 11544, 12096, 11520, 10400, 11512, 12016;
97.97334, 11544, 11992, 11520, 12048, 11512, 12016;
97.97334, 11544, 11856, 11520, 12048, 11504, 11360;
97.97334, 11544, 11856, 11520, 10880, 11504, 12416;
97.97334, 11544, 11808, 11528, 12304, 11504, 12008;
97.97334, 11544, 12136, 11528, 11288, 11512, 12008;
97.97334, 11544, 12136, 11512, 11288, 11512, 11688;
97.97334, 11544, 11784, 11512, 10600, 11504, 11248;
97.97334, 11544, 11920, 11528, 12240, 11504, 11752;
97.97334, 11544, 12344, 11528, 12240, 11512, 11752;
97.97334, 11536, 12344, 11512, 10528, 11504, 11416;
97.97334, 11544, 12544, 11520, 11024, 11504, 11896;
97.97334, 11544, 11664, 11520, 12152, 11504, 11896;
97.97334, 11544, 11784, 11528, 12152, 11504, 12072;
97.97334, 11536, 11784, 11512, 10488, 11512, 11296;
97.97334, 11544, 11944, 11520, 12016, 11512, 11296;
97.97334, 11544, 12472, 11520, 12016, 11504, 11384;
97.97334, 11544, 12472, 11520, 11960, 11512, 12136;
97.97334, 11544, 11992, 11512, 11000, 11504, 11768;
97.97334, 11544, 12432, 11512, 11000, 11504, 11768;
97.97334, 11544, 12432, 11528, 12144, 11504, 12152;
97.97334, 11544, 12008, 11512, 10760, 11512, 12112;
97.97334, 11544, 11888, 11520, 11800, 11512, 12112;
97.97334, 11544, 11632, 11520, 11800, 11512, 11416;
97.97334, 11544, 11632, 11520, 12056, 11504, 11248;
97.97334, 11536, 12120, 11512, 9848, 11504, 12360;
97.97334, 11544, 12368, 11512, 9848, 11512, 12360;
97.97334, 11544, 12368, 11520, 12216, 11512, 11280;
97.97334, 11544, 12120, 11520, 11864, 11504, 12056;
97.97334, 11544, 12352, 11520, 10768, 11504, 12056;
97.97334, 11544, 11488, 11512, 10768, 11512, 11976;
97.97334, 11544, 11488, 11520, 12568, 11512, 11200;
97.97334, 11544, 11184, 11512, 10752, 11512, 11200;
97.97334, 11536, 11328, 11512, 10752, 11504, 11552;
97.97334, 11536, 11328, 11520, 11320, 11520, 12400;
97.97334, 11552, 12032, 11528, 12000, 11504, 11608;
97.97334, 11552, 12568, 11528, 12000, 11504, 11608;
97.97334, 11552, 12568, 11520, 10520, 11512, 12296;
97.97334, 11544, 12240, 11520, 12200, 11512, 12016;
97.97334, 11536, 11240, 11512, 10944, 11512, 12016;
97.97334, 11544, 12152, 11512, 10944, 11512, 11568;
97.97334, 11544, 12152, 11520, 10896, 11512, 11648;
97.97334, 11544, 11496, 11528, 11832, 11512, 12168;
97.97334, 11544, 12120, 11528, 10656, 11512, 12168;
97.97334, 11544, 12120, 11512, 10656, 11512, 11784;
97.97334, 11544, 12352, 11520, 11248, 11512, 11768;
97.97334, 11544, 12408, 11520, 12048, 11512, 11768;
97.97334, 11544, 11808, 11520, 12048, 11512, 12240;
97.97334, 11544, 11808, 11512, 10096, 11512, 11216;
97.97334, 11544, 11912, 11528, 12688, 11512, 11704;
97.97334, 11544, 11928, 11528, 11808, 11504, 11704;
97.97334, 11544, 11928, 11520, 11808, 11512, 11984;
97.97334, 11544, 12032, 11512, 10744, 11512, 11832;
97.97334, 11552, 11960, 11528, 11696, 11512, 11832;
97.97334, 11552, 11400, 11528, 11696, 11512, 11944;
97.97334, 11544, 11400, 11512, 10896, 11512, 12216;
97.97334, 11544, 11176, 11520, 11520, 11512, 12216;
97.97334, 11536, 10864, 11520, 11520, 11512, 11312;
97.97334, 11536, 10864, 11520, 11952, 11520, 11840;
97.97334, 11544, 12576, 11512, 10744, 11520, 12152;
97.97334, 11552, 12464, 11512, 12048, 11512, 12152;
97.97334, 11552, 12464, 11520, 12048, 11512, 11456;
97.97334, 11544, 12032, 11512, 11376, 11512, 11408;
97.97334, 11536, 11912, 11520, 11032, 11512, 11728;
97.97334, 11536, 12264, 11520, 11032, 11512, 11728;
97.97334, 11544, 12264, 11520, 11136, 11512, 10904;
97.97334, 11536, 11800, 11520, 10424, 11512, 11416;
97.97334, 11544, 11744, 11520, 11376, 11512, 11416;
97.97334, 11544, 12264, 11528, 11376, 11512, 11880;
97.97334, 11552, 12264, 11520, 12312, 11512, 11096;
97.97334, 11544, 12480, 11512, 10704, 11512, 11096;
97.97334, 11544, 11680, 11512, 10704, 11504, 12024;
97.97334, 11544, 11680, 11520, 12064, 11512, 12144;
97.97334, 11544, 11952, 11512, 11872, 11504, 11000;
97.97334, 11544, 11768, 11512, 11872, 11504, 11000;
97.97334, 11544, 11768, 11520, 11008, 11512, 11384;
97.97334, 11544, 11536, 11520, 12520, 11520, 12040;
97.97334, 11544, 12512, 11512, 11224, 11520, 12040;
97.97334, 11544, 11912, 11512, 11224, 11504, 11712;
97.97334, 11544, 11912, 11520, 10112, 11512, 11696;
97.97334, 11544, 11632, 11528, 11416, 11512, 11344;
97.97334, 11536, 11824, 11528, 11416, 11512, 11344;
97.97334, 11536, 11824, 11520, 10488, 11520, 11784;
97.97334, 11544, 12384, 11528, 12320, 11520, 11056;
97.97334, 11544, 12064, 11528, 11320, 11520, 11056;
97.97334, 11544, 11888, 11512, 11320, 11504, 10576;
97.97334, 11544, 11888, 11520, 11000, 11504, 11456;
97.97334, 11536, 12152, 11520, 12600, 11504, 11416;
97.97334, 11544, 11840, 11520, 11280, 11512, 11416;
97.97334, 11544, 11840, 11512, 11280, 11504, 11816;
97.97334, 11536, 11888, 11520, 11352, 11512, 12032;
97.97334, 11544, 11544, 11520, 11840, 11512, 12032;
97.97334, 11544, 12272, 11528, 11840, 11512, 11968;
97.97334, 11544, 12272, 11520, 10080, 11504, 11376;
97.97334, 11544, 12168, 11528, 11640, 11504, 11376;
97.97334, 11544, 12104, 11528, 11640, 11520, 11568;
97.97334, 11544, 12104, 11520, 12008, 11504, 11840;
97.97334, 11544, 12056, 11512, 10728, 11504, 11600;
97.97334, 11544, 11904, 11512, 11968, 11512, 11600;
97.97334, 11544, 11904, 11528, 11968, 11512, 12280;
97.97334, 11544, 11544, 11512, 11200, 11512, 11488;
97.97334, 11544, 11656, 11512, 11704, 11512, 11488;
97.97334, 11544, 11456, 11520, 11704, 11512, 10912;
97.97334, 11544, 11456, 11520, 12416, 11504, 11360;
97.97334, 11536, 11256, 11512, 10616, 11504, 12240;
97.97334, 11544, 12368, 11512, 11928, 11512, 12240;
97.97334, 11544, 12368, 11528, 11928, 11512, 11632;
97.97334, 11544, 12096, 11520, 11296, 11504, 11824;
97.97334, 11544, 11360, 11520, 10640, 11504, 11824;
97.97334, 11544, 12144, 11520, 10640, 11512, 11864;
97.97334, 11544, 12144, 11528, 12184, 11512, 12440;
97.97334, 11536, 11976, 11512, 10848, 11512, 12440;
97.97334, 11544, 12304, 11512, 10848, 11504, 11304;
97.97334, 11544, 12304, 11520, 11312, 11512, 11888;
97.97334, 11544, 12232, 11520, 12408, 11512, 11888;
97.97334, 11544, 12104, 11512, 10808, 11512, 11888;
97.97334, 11544, 12104, 11512, 10808, 11512, 11480;
97.97334, 11544, 11856, 11528, 11744, 11512, 11728;
97.97334, 11544, 12480, 11512, 11344, 11512, 11984;
97.97334, 11544, 11728, 11512, 11344, 11512, 11984;
97.97334, 11544, 11728, 11512, 10400, 11512, 10784;
97.97334, 11544, 12616, 11528, 11976, 11512, 11056;
97.97334, 11552, 11968, 11528, 10992, 11512, 11056;
97.97334, 11552, 11992, 11520, 10992, 11512, 12392;
97.97334, 11544, 11992, 11520, 11264, 11512, 11208;
97.97334, 11544, 11368, 11520, 12184, 11512, 11208;
97.97334, 11544, 11376, 11520, 12184, 11504, 11680;
97.97334, 11536, 11376, 11512, 10656, 11512, 12168;
97.97334, 11544, 11536, 11528, 12256, 11512, 12144;
97.97334, 11544, 11768, 11528, 12256, 11512, 12144;
97.97334, 11544, 11768, 11512, 12032, 11504, 11240;
97.97334, 11544, 12672, 11520, 10600, 11512, 12080;
97.97334, 11544, 11456, 11520, 11688, 11512, 12080;
97.97334, 11544, 11648, 11520, 11688, 11512, 11832;
97.97334, 11544, 11648, 11512, 11200, 11504, 12048;
97.97334, 11544, 11592, 11520, 11056, 11504, 11736;
97.97334, 11544, 11632, 11520, 11056, 11512, 11736;
97.97334, 11544, 11632, 11528, 11784, 11512, 11856;
97.97334, 11544, 12264, 11512, 10224, 11512, 11136;
97.97334, 11544, 12352, 11512, 11560, 11512, 11136;
97.97334, 11544, 11808, 11528, 11560, 11512, 11184;
97.97334, 11536, 11808, 11520, 11624, 11512, 11936;
97.97334, 11544, 12128, 11512, 10432, 11512, 11624;
97.97334, 11544, 11712, 11512, 12624, 11504, 11624;
97.97334, 11544, 11712, 11528, 12624, 11504, 11776;
97.97334, 11544, 12008, 11512, 11064, 11512, 12120;
97.97334, 11552, 12208, 11512, 11632, 11512, 12120;
97.97334, 11552, 12288, 11520, 11632, 11512, 12072;
97.97334, 11552, 12288, 11520, 12472, 11504, 11016;
97.97334, 11536, 11160, 11512, 10552, 11504, 11016;
97.97334, 11544, 11616, 11512, 10552, 11512, 12448;
97.97334, 11544, 11616, 11520, 11464, 11512, 11744;
97.97334, 11544, 10872, 11520, 11528, 11512, 12064;
97.97334, 11544, 12384, 11520, 10504, 11504, 12064;
97.97334, 11544, 12384, 11520, 10504, 11512, 12312;
97.97334, 11552, 12304, 11528, 12224, 11520, 11152;
97.97334, 11544, 11440, 11512, 11016, 11520, 11152;
97.97334, 11536, 12120, 11512, 11016, 11504, 11344;
97.97334, 11536, 12120, 11520, 11024, 11512, 11912;
97.97334, 11536, 11200, 11520, 11176, 11512, 11760;
97.97334, 11544, 12040, 11520, 10576, 11504, 11760;
97.97334, 11544, 12040, 11520, 10576, 11504, 11888;
97.97334, 11544, 12376, 11528, 12392, 11520, 11960;
97.97334, 11544, 12112, 11512, 11632, 11520, 11960;
97.97334, 11544, 12016, 11512, 11632, 11504, 10872;
97.97334, 11536, 12016, 11512, 10800, 11504, 11608;
97.97334, 11544, 12184, 11520, 12376, 11504, 11608;
97.97334, 11544, 11184, 11520, 12376, 11512, 12384;
97.97334, 11544, 11184, 11520, 11608, 11504, 11976;
97.97334, 11544, 11696, 11520, 10768, 11512, 12344;
97.97334, 11544, 12200, 11528, 11936, 11512, 12344;
97.97334, 11544, 12200, 11528, 11936, 11512, 12080;
97.97334, 11544, 12432, 11512, 9936, 11512, 11544;
97.97334, 11544, 11776, 11520, 11288, 11512, 11296;
97.97334, 11544, 12016, 11520, 11288, 11504, 11296;
97.97334, 11544, 12016, 11520, 12264, 11512, 12224;
97.97334, 11544, 11968, 11512, 10904, 11512, 11424;
97.97334, 11536, 11552, 11512, 11992, 11512, 11424;
97.97334, 11536, 12448, 11520, 11992, 11504, 11824;
97.97334, 11544, 12448, 11512, 11096, 11512, 11848;
97.97334, 11544, 11936, 11520, 11408, 11512, 11728;
97.97334, 11544, 11856, 11520, 11408, 11512, 11728;
97.97334, 11544, 11856, 11528, 12056, 11512, 11056;
97.97334, 11536, 11576, 11512, 10160, 11512, 12152;
97.97334, 11544, 12096, 11512, 11744, 11512, 12152;
97.97334, 11544, 12264, 11520, 11744, 11512, 11576;
97.97334, 11544, 12264, 11520, 11904, 11504, 11960;
97.97334, 11544, 12320, 11520, 10512, 11504, 11960;
97.97334, 11544, 12128, 11520, 10512, 11512, 12192;
97.97334, 11544, 12128, 11528, 12400, 11512, 11208;
97.97334, 11544, 11944, 11512, 10688, 11512, 11344;
97.97334, 11536, 12056, 11512, 10688, 11504, 11344;
97.97334, 11536, 12056, 11520, 11160, 11512, 12304;
97.97334, 11544, 11704, 11520, 12608, 11512, 11432;
97.97334, 11544, 12080, 11520, 10968, 11512, 11432;
97.97334, 11544, 12216, 11512, 10968, 11504, 11592;
97.97334, 11544, 12216, 11520, 12272, 11512, 12008;
97.97334, 11544, 11992, 11512, 11600, 11512, 10792;
97.97334, 11544, 12384, 11512, 9992, 11512, 10792;
97.97334, 11544, 12384, 11512, 9992, 11504, 10760;
97.97334, 11544, 11440, 11520, 12208, 11512, 11976;
97.97334, 11544, 11672, 11520, 10936, 11512, 11976;
97.97334, 11544, 11608, 11520, 10936, 11504, 11576;
97.97334, 11544, 11608, 11520, 11208, 11512, 11600;
97.97334, 11544, 11736, 11520, 11608, 11512, 11600;
97.97334, 11544, 12328, 11520, 11608, 11512, 12064;
97.97334, 11544, 12328, 11520, 10272, 11504, 11112;
97.97334, 11544, 11640, 11528, 12064, 11512, 12072;
97.97334, 11536, 12192, 11528, 12064, 11512, 12072;
97.97334, 11536, 12192, 11520, 11928, 11504, 11776;
97.97334, 11536, 11552, 11512, 10992, 11504, 11832;
97.97334, 11544, 12040, 11520, 12144, 11504, 11832;
97.97334, 11536, 11888, 11520, 12144, 11512, 12032;
97.97334, 11536, 11888, 11512, 11328, 11512, 11488;
97.97334, 11544, 12864, 11520, 11128, 11512, 11224;
97.97334, 11544, 12184, 11520, 11792, 11504, 11224;
97.97334, 11544, 12184, 11528, 11792, 11512, 11800;
97.97334, 11536, 11560, 11512, 10400, 11504, 11384;
97.97334, 11544, 12264, 11512, 11320, 11504, 11384;
97.97334, 11544, 11888, 11528, 11320, 11512, 11456;
97.97334, 11544, 11888, 11520, 11424, 11504, 11528;
97.97334, 11544, 11408, 11512, 10840, 11504, 11528;
99.87810, 11536, 11584, 11512, 10576, 11504, 12120;
99.87810, 11544, 11392, 11520, 12112, 11504, 12120;
99.87810, 11544, 11536, 11520, 12112, 11504, 11816;
99.87810, 11536, 11536, 11512, 11296, 11504, 11832;
99.87810, 11544, 12304, 11512, 11424, 11504, 12208;
99.87810, 11544, 11864, 11512, 11424, 11512, 12208;
99.87810, 11544, 11864, 11520, 12304, 11520, 11104;
99.87810, 11536, 11808, 11512, 10792, 11504, 11928;
99.87810, 11536, 12000, 11520, 11632, 11504, 11928;
99.87810, 11544, 12440, 11520, 11632, 11512, 12224;
99.87810, 11544, 12440, 11512, 11840, 11504, 11520;
99.87810, 11536, 11568, 11512, 10616, 11504, 12000;
99.87810, 11544, 12480, 11512, 10616, 11512, 12000;
99.87810, 11544, 12480, 11528, 12504, 11512, 11728;
99.87810, 11544, 12272, 11512, 11320, 11504, 11104;
99.87810, 11536, 11752, 11512, 10960, 11504, 11104;
99.87810, 11536, 11728, 11512, 10960, 11512, 12432;
99.87810, 11544, 11728, 11520, 12264, 11504, 11664;
99.87810, 11536, 12248, 11512, 10608, 11504, 11664;
99.87810, 11544, 12352, 11512, 10608, 11512, 12160;
99.87810, 11544, 12352, 11520, 11872, 11512, 11600;
99.87810, 11544, 11840, 11520, 11488, 11504, 11592;
99.87810, 11536, 12288, 11520, 11488, 11504, 11592;
99.87810, 11536, 12288, 11512, 10952, 11504, 12184;
99.87810, 11544, 11472, 11520, 11984, 11512, 11632;
99.87810, 11536, 11288, 11512, 11784, 11512, 11632;
99.87810, 11536, 11984, 11512, 11784, 11504, 12048;
99.87810, 11536, 11984, 11512, 11072, 11512, 12240;
99.87810, 11544, 12656, 11520, 11960, 11512, 10672;
99.87810, 11544, 12048, 11520, 10552, 11512, 10672;
99.87810, 11544, 12048, 11512, 10552, 11512, 11752;
99.87810, 11544, 11984, 11520, 11720, 11512, 11936;
99.87810, 11544, 11936, 11520, 12264, 11512, 11936;
99.87810, 11544, 12496, 11520, 12264, 11504, 11376;
99.87810, 11544, 12496, 11512, 10440, 11504, 11848;
99.87810, 11536, 11008, 11520, 11832, 11504, 10704;
99.87810, 11544, 11632, 11520, 11448, 11512, 10704;
99.87810, 11544, 11632, 11512, 11448, 11504, 11216;
99.87810, 11544, 12632, 11520, 10600, 11520, 11688;
99.87810, 11544, 12008, 11528, 11920, 11520, 11688;
99.87810, 11544, 11584, 11528, 11920, 11504, 11840;
99.87810, 11544, 11584, 11512, 11216, 11504, 11648;
99.87810, 11536, 11608, 11512, 10664, 11504, 11648;
99.87810, 11544, 11528, 11512, 10664, 11512, 11640;
99.87810, 11544, 11528, 11520, 12000, 11512, 11008;
99.87810, 11544, 11528, 11512, 10440, 11512, 11736;
99.87810, 11544, 12624, 11512, 12424, 11512, 11736;
99.87810, 11544, 12624, 11528, 12424, 11512, 12136;
99.87810, 11544, 11816, 11512, 11312, 11504, 11496;
99.87810, 11544, 11672, 11512, 10392, 11504, 11584;
99.87810, 11544, 11632, 11512, 10392, 11504, 11584;
99.87810, 11536, 11632, 11520, 12080, 11512, 10816;
99.87810, 11544, 12576, 11512, 10968, 11512, 11024;
99.87810, 11544, 12392, 11512, 11344, 11504, 11024;
99.87810, 11544, 11920, 11520, 11344, 11512, 11944;
99.87810, 11544, 11920, 11512, 11800, 11504, 11408;
99.87810, 11536, 12120, 11512, 10864, 11504, 11408;
99.87810, 11536, 12360, 11512, 10864, 11504, 11040;
99.87810, 11544, 12360, 11520, 12536, 11512, 11160;
99.87810, 11536, 11280, 11512, 11288, 11504, 11160;
99.87810, 11544, 11944, 11512, 11288, 11504, 11160;
99.87810, 11544, 11944, 11512, 10968, 11512, 12232;
99.87810, 11552, 12304, 11520, 12008, 11504, 11576;
99.87810, 11544, 12144, 11512, 10768, 11504, 11576;
99.87810, 11536, 11400, 11512, 10768, 11504, 12200;
99.87810, 11536, 11400, 11520, 12032, 11512, 11272;
99.87810, 11536, 11232, 11520, 11784, 11512, 11648;
99.87810, 11536, 12056, 11520, 11784, 11504, 11648;
99.87810, 11536, 12056, 11512, 10688, 11512, 12224;
99.87810, 11544, 11560, 11520, 12000, 11512, 11888;
99.87810, 11544, 12208, 11520, 11528, 11512, 11888;
99.87810, 11544, 12264, 11512, 11528, 11512, 12088;
99.87810, 11536, 12264, 11512, 10856, 11512, 11608;
99.87810, 11544, 11488, 11520, 12424, 11512, 11608;
99.87810, 11536, 11504, 11520, 12424, 11504, 11176;
99.87810, 11536, 11504, 11512, 10640, 11512, 12096;
99.87810, 11536, 12432, 11520, 11432, 11504, 11800;
99.87810, 11544, 12064, 11520, 12216, 11504, 11800;
99.87810, 11544, 12064, 11528, 12216, 11504, 11912;
99.87810, 11544, 11832, 11512, 10648, 11512, 12312;
99.87810, 11536, 12152, 11520, 11936, 11512, 12312;
99.87810, 11544, 12256, 11520, 11936, 11504, 10664;
99.87810, 11544, 12256, 11512, 11192, 11504, 12152;
99.87810, 11536, 11136, 11512, 11112, 11504, 11328;
99.87810, 11544, 11568, 11512, 11984, 11504, 11328;
99.87810, 11544, 11568, 11520, 11984, 11504, 12168;
99.87810, 11544, 12176, 11512, 10736, 11512, 12032;
99.87810, 11544, 12496, 11512, 11120, 11512, 12032;
99.87810, 11544, 11696, 11520, 11120, 11504, 11280;
99.87810, 11536, 11696, 11520, 11304, 11504, 11592;
99.87810, 11536, 12016, 11512, 10480, 11504, 11264;
99.87810, 11544, 12056, 11512, 12352, 11504, 11264;
99.87810, 11544, 12056, 11528, 12352, 11504, 12096;
99.87810, 11544, 11688, 11512, 11360, 11520, 11960;
99.87810, 11544, 12552, 11512, 10552, 11520, 11960;
99.87810, 11544, 12248, 11512, 10552, 11512, 11848;
99.87810, 11544, 12248, 11520, 12328, 11512, 11288;
99.87810, 11536, 11976, 11512, 10936, 11512, 11288;
99.87810, 11536, 11792, 11512, 10936, 11504, 11400;
99.87810, 11536, 11792, 11520, 11736, 11504, 11376;
99.87810, 11544, 12024, 11512, 11416, 11520, 12200;
99.87810, 11544, 11952, 11512, 10816, 11520, 12200;
99.87810, 11544, 11952, 11512, 10816, 11512, 11240;
99.87810, 11544, 11688, 11520, 11800, 11504, 11344;
99.87810, 11536, 12080, 11512, 11912, 11504, 11376;
99.87810, 11544, 12064, 11512, 11912, 11504, 11376;
99.87810, 11544, 12064, 11512, 11216, 11504, 10832;
99.87810, 11536, 11288, 11520, 12288, 11504, 11920;
99.87810, 11536, 11624, 11520, 10720, 11504, 11920;
99.87810, 11536, 12248, 11512, 10720, 11512, 12336;
99.87810, 11544, 12248, 11520, 12152, 11504, 11400;
99.87810, 11544, 12544, 11528, 12000, 11504, 11400;
99.87810, 11544, 11760, 11528, 12000, 11504, 12536;
99.87810, 11536, 11760, 11512, 10592, 11504, 11720;
99.87810, 11536, 12032, 11520, 11744, 11512, 12200;
99.87810, 11544, 11992, 11520, 11744, 11512, 12200;
99.87810, 11544, 11992, 11512, 11224, 11504, 11368;
99.87810, 11536, 11520, 11520, 10952, 11512, 12064;
99.87810, 11544, 12232, 11520, 11928, 11512, 12064;
99.87810, 11544, 12232, 11520, 11928, 11504, 11688;
99.87810, 11544, 12232, 11512, 10648, 11504, 11824;
99.87810, 11544, 12360, 11520, 11328, 11504, 11952;
99.87810, 11536, 11776, 11520, 11328, 11512, 11952;
99.87810, 11536, 11776, 11520, 11032, 11504, 10968;
99.87810, 11536, 12360, 11528, 10488, 11512, 12248;
99.87810, 11544, 12016, 11528, 12128, 11512, 12248;
99.87810, 11544, 11680, 11520, 12128, 11512, 11120;
99.87810, 11544, 11680, 11512, 10856, 11504, 12032;
99.87810, 11536, 11960, 11520, 11464, 11504, 11904;
99.87810, 11544, 12328, 11520, 12160, 11512, 11904;
99.87810, 11544, 12328, 11520, 12160, 11504, 10864;
99.87810, 11536, 11680, 11512, 11296, 11504, 11704;
99.87810, 11536, 11416, 11512, 12408, 11504, 11704;
99.87810, 11536, 12256, 11520, 12408, 11504, 12056;
99.87810, 11544, 12256, 11512, 12008, 11504, 11984;
99.87810, 11536, 12832, 11520, 10624, 11504, 11984;
99.87810, 11544, 11840, 11520, 10624, 11504, 11880;
99.87810, 11544, 11840, 11520, 12304, 11512, 11688;
99.87810, 11544, 11384, 11512, 11280, 11512, 10544;
99.87810, 11544, 11944, 11512, 10696, 11504, 10544;
99.87810, 11544, 11944, 11520, 10696, 11512, 12336;
99.87810, 11536, 11352, 11520, 11864, 11512, 11488;
99.87810, 11544, 12160, 11520, 10736, 11512, 11488;
99.87810, 11544, 12248, 11512, 10736, 11504, 12088;
99.87810, 11544, 12248, 11528, 11896, 11512, 11936;
99.87810, 11544, 12376, 11512, 11128, 11512, 10944;
99.87810, 11536, 11888, 11512, 10584, 11504, 10944;
99.87810, 11536, 11888, 11512, 10584, 11504, 11184;
99.87810, 11536, 12144, 11528, 12384, 11512, 12128;
99.87810, 11536, 11624, 11512, 11296, 11512, 12128;
99.87810, 11536, 12008, 11512, 11296, 11512, 11536;
99.87810, 11544, 12008, 11520, 11128, 11504, 12096;
99.87810, 11536, 12360, 11520, 12136, 11504, 12096;
99.87810, 11544, 12984, 11520, 12136, 11512, 11312;
99.87810, 11544, 12984, 11512, 10400, 11504, 11032;
99.87810, 11544, 11696, 11520, 12040, 11512, 11576;
99.87810, 11536, 11544, 11520, 12176, 11512, 11576;
99.87810, 11536, 11544, 11520, 12176, 11512, 12440;
99.87810, 11536, 11992, 11512, 10800, 11504, 11664;
99.87810, 11544, 12424, 11520, 11704, 11504, 11992;
99.87810, 11544, 11536, 11520, 11704, 11504, 11992;
99.87810, 11544, 11536, 11512, 10720, 11512, 11992;
99.87810, 11544, 12296, 11512, 11160, 11512, 11024;
99.87810, 11544, 11968, 11512, 12240, 11512, 11024;
99.87810, 11544, 11304, 11520, 12240, 11512, 11592;
99.87810, 11536, 11304, 11512, 10728, 11504, 11872;
99.87810, 11544, 11816, 11520, 12016, 11504, 11256;
99.87810, 11544, 11480, 11520, 12016, 11512, 11256;
99.87810, 11544, 11480, 11520, 11592, 11504, 11544;
99.87810, 11544, 11904, 11512, 10336, 11512, 12248;
99.87810, 11536, 11120, 11512, 12408, 11512, 12248;
99.87810, 11536, 12264, 11528, 12408, 11512, 10952;
99.87810, 11536, 12264, 11512, 10896, 11504, 12496;
99.87810, 11544, 11464, 11520, 10576, 11504, 12496;
99.87810, 11544, 11976, 11520, 10576, 11512, 11456;
99.87810, 11544, 11976, 11528, 12352, 11504, 11800;
99.87810, 11536, 12112, 11512, 10808, 11504, 12256;
99.87810, 11544, 12376, 11512, 10808, 11512, 12256;
99.87810, 11544, 12376, 11520, 11544, 11504, 11448;
99.87810, 11544, 11504, 11512, 11256, 11504, 11960;
99.87810, 11536, 11472, 11512, 10920, 11504, 11960;
99.87810, 11536, 12000, 11512, 10920, 11512, 12352;
99.87810, 11544, 12000, 11520, 12104, 11504, 11880;
99.87810, 11544, 12376, 11512, 10456, 11504, 12024;
99.87810, 11536, 11576, 11512, 11456, 11512, 12024;
99.87810, 11536, 11576, 11512, 11456, 11512, 11936;
99.87810, 11544, 12304, 11512, 12304, 11504, 10704;
99.87810, 11544, 12096, 11512, 10648, 11504, 10704;
99.87810, 11544, 11392, 11512, 10648, 11512, 11728;
99.87810, 11536, 11392, 11520, 12456, 11512, 11280;
99.87810, 11544, 11928, 11512, 11640, 11512, 11280;
99.87810, 11536, 12048, 11512, 11640, 11504, 11848;
99.87810, 11536, 12048, 11512, 10504, 11512, 11688;
99.87810, 11544, 12136, 11520, 11936, 11512, 10704;
99.87810, 11536, 11792, 11512, 11120, 11512, 10704;
99.87810, 11536, 11792, 11512, 11120, 11504, 11184;
99.87810, 11544, 12664, 11520, 11584, 11512, 12056;
99.87810, 11552, 11144, 11520, 12064, 11512, 12056;
99.87810, 11544, 11384, 11520, 12064, 11504, 11688;
99.87810, 11544, 11384, 11512, 10120, 11504, 11792;
99.87810, 11536, 11784, 11520, 10808, 11504, 11368;
99.87810, 11544, 12216, 11520, 11336, 11512, 11368;
99.87810, 11544, 12216, 11520, 11336, 11512, 11192;
99.87810, 11544, 12104, 11520, 10944, 11512, 11288;
99.87810, 11544, 11872, 11528, 11808, 11512, 11288;
99.87810, 11544, 11704, 11528, 11808, 11512, 12184;
99.87810, 11536, 11704, 11504, 10904, 11504, 11600;
99.87810, 11544, 12312, 11520, 11432, 11504, 11600;
99.87810, 11544, 11432, 11520, 11432, 11504, 10984;
99.87810, 11544, 11432, 11520, 12216, 11512, 11376;
99.87810, 11536, 12224, 11512, 10496, 11504, 11040;
99.87810, 11544, 12128, 11528, 11576, 11504, 11040;
99.87810, 11544, 12128, 11528, 11576, 11504, 11696;
99.87810, 11536, 11616, 11512, 11688, 11504, 11576;
99.87810, 11536, 11944, 11512, 11128, 11504, 11432;
99.87810, 11544, 11816, 11512, 11128, 11504, 11432;
99.87810, 11544, 11816, 11520, 12448, 11504, 11264;
99.87810, 11536, 12264, 11512, 11528, 11504, 11632;
99.87810, 11536, 12000, 11512, 11000, 11504, 11632;
99.87810, 11536, 12512, 11520, 11000, 11504, 11232;
99.87810, 11544, 12512, 11520, 11936, 11512, 12272;
99.87810, 11544, 11408, 11512, 10608, 11512, 12160;
99.87810, 11544, 11408, 11512, 10608, 11504, 12160;
99.87810, 11544, 11408, 11520, 11448, 11512, 11712;
99.87810, 11536, 12120, 11512, 11448, 11512, 12080;
99.87810, 11544, 12656, 11512, 10616, 11512, 12080;
99.87810, 11544, 12120, 11512, 10616, 11512, 11344;
99.87810, 11544, 12120, 11528, 12208, 11504, 11912;
99.87810, 11544, 12056, 11512, 11032, 11504, 11912;
99.87810, 11536, 11920, 11512, 11032, 11504, 11720;
99.87810, 11536, 11920, 11512, 11624, 11504, 11488;
99.87810, 11544, 11928, 11520, 11776, 11504, 11600;
99.87810, 11536, 11496, 11520, 11776, 11512, 11600;
99.87810, 11536, 11496, 11512, 10648, 11512, 11192;
99.87810, 11544, 12176, 11528, 12088, 11512, 11440;
99.87810, 11544, 12248, 11520, 11744, 11512, 11440;
99.87810, 11536, 11992, 11520, 11744, 11504, 11952;
99.87810, 11536, 11992, 11520, 10624, 11512, 11976;
99.87810, 11544, 11624, 11520, 12000, 11512, 12256;
99.87810, 11536, 11872, 11520, 11104, 11512, 12256;
99.87810, 11536, 11872, 11512, 11104, 11512, 11184;
99.87810, 11544, 11128, 11520, 12160, 11504, 11216;
99.87810, 11544, 11264, 11520, 12032, 11504, 11216;
99.87810, 11544, 12432, 11520, 12032, 11504, 11984;
99.87810, 11544, 12432, 11512, 10728, 11504, 12056;
99.87810, 11544, 11656, 11520, 12112, 11504, 12056;
99.87810, 11536, 11352, 11520, 12112, 11504, 12296;
99.87810, 11536, 11352, 11512, 11344, 11512, 12304;
99.87810, 11536, 11720, 11512, 10304, 11512, 11016;
99.87810, 11544, 12008, 11520, 12152, 11512, 11016;
99.87810, 11544, 12008, 11520, 12152, 11504, 11144;
99.87810, 11536, 12336, 11520, 10672, 11512, 12184;
99.87810, 11536, 12216, 11512, 11304, 11512, 11744;
99.87810, 11536, 11888, 11512, 11304, 11512, 11744;
99.87810, 11536, 11888, 11520, 12200, 11504, 12000;
99.87810, 11544, 12312, 11512, 10776, 11504, 11048;
99.87810, 11536, 11240, 11512, 12064, 11512, 11048;
99.87810, 11536, 11240, 11520, 12064, 11512, 10648;
99.87810, 11544, 11952, 11512, 11336, 11512, 11352;
99.87810, 11544, 12256, 11520, 11328, 11512, 12264;
99.87810, 11544, 12224, 11520, 11328, 11504, 12264;
99.87810, 11544, 12224, 11520, 12336, 11504, 11320;
99.87810, 11544, 11648, 11504, 10128, 11504, 11200;
99.87810, 11544, 11944, 11504, 11184, 11504, 11200;
99.87810, 11544, 11936, 11512, 11184, 11512, 10728;
99.87810, 11544, 11936, 11520, 11912, 11504, 11600;
99.87810, 11536, 11768, 11512, 10568, 11504, 11600;
99.87810, 11544, 12112, 11512, 10568, 11504, 12232;
99.87810, 11544, 12112, 11520, 12208, 11512, 11952;
99.87810, 11552, 11696, 11520, 11800, 11512, 11856;
99.87810, 11536, 10960, 11520, 11800, 11504, 11856;
99.87810, 11536, 10960, 11512, 10400, 11512, 11920;
99.87810, 11536, 11136, 11520, 11680, 11512, 11056;
99.87810, 11544, 11960, 11520, 11168, 11512, 11056;
99.87810, 11544, 12608, 11512, 11168, 11512, 11648;
99.87810, 11544, 12608, 11520, 11576, 11504, 11736;
99.87810, 11544, 12288, 11520, 12072, 11504, 11456;
99.87810, 11536, 11936, 11520, 9968, 11504, 11456;
99.87810, 11536, 11936, 11512, 9968, 11512, 12112;
99.87810, 11544, 12328, 11520, 11432, 11512, 11232;
99.87810, 11544, 11232, 11520, 11640, 11512, 11232;
99.87810, 11544, 11696, 11520, 11640, 11504, 11664;
99.87810, 11536, 11696, 11520, 10912, 11512, 12008;
99.87810, 11544, 12416, 11528, 12160, 11512, 12008;
99.87810, 11536, 12288, 11528, 12160, 11504, 11952;
99.87810, 11536, 12288, 11512, 10752, 11512, 12216;
99.87810, 11536, 11672, 11512, 10848, 11504, 11352;
99.87810, 11544, 11952, 11512, 10848, 11504, 11352;
99.87810, 11544, 11952, 11520, 12192, 11512, 12200;
99.87810, 11544, 11656, 11512, 10640, 11504, 11368;
99.87810, 11536, 11536, 11520, 11704, 11504, 11368;
99.87810, 11544, 12536, 11520, 11704, 11504, 12080;
99.87810, 11544, 12536, 11512, 11808, 11512, 12200;
99.87810, 11544, 11960, 11512, 10784, 11512, 11592;
99.87810, 11544, 12144, 11512, 12456, 11504, 11592;
99.87810, 11544, 12144, 11520, 12456, 11504, 11232;
99.87810, 11536, 11824, 11512, 11256, 11504, 11856;
99.87810, 11536, 12160, 11512, 11736, 11504, 11856;
99.87810, 11536, 11976, 11512, 11736, 11504, 11680;
99.87810, 11552, 11976, 11520, 12024, 11512, 11664;
99.87810, 11536, 12072, 11520, 10816, 11512, 11664;
99.87810, 11536, 12064, 11520, 10816, 11512, 11848;
99.87810, 11536, 12064, 11520, 11856, 11504, 11248;
99.87810, 11544, 12392, 11512, 11376, 11504, 11824;
99.87810, 11536, 11240, 11512, 10648, 11504, 11824;
99.87810, 11536, 11680, 11512, 10648, 11504, 11640;
99.87810, 11544, 11680, 11520, 12320, 11520, 11872;
99.87810, 11536, 12216, 11512, 11264, 11520, 11872;
99.87810, 11544, 12600, 11512, 11264, 11512, 12040;
99.87810, 11544, 12600, 11520, 11440, 11504, 10944;
99.87810, 11544, 11832, 11520, 11824, 11504, 12144;
99.87810, 11536, 12048, 11520, 10672, 11504, 12144;
99.87810, 11536, 12048, 11512, 10672, 11504, 11832;
99.87810, 11544, 11808, 11520, 11560, 11504, 12168;
99.87810, 11536, 11432, 11520, 11984, 11504, 12080;
99.87810, 11536, 12496, 11520, 11984, 11512, 12080;
99.87810, 11544, 12496, 11520, 10776, 11512, 11840;
99.87810, 11544, 11768, 11520, 11992, 11512, 11032;
99.87810, 11544, 11856, 11520, 10944, 11512, 11032;
99.87810, 11544, 11792, 11512, 10944, 11504, 11600;
99.87810, 11536, 11792, 11520, 11888, 11512, 12264;
99.87810, 11544, 12120, 11520, 12072, 11512, 12264;
99.87810, 11544, 12136, 11520, 12072, 11512, 11632;
99.87810, 11544, 12136, 11512, 10600, 11504, 12032;
99.87810, 11544, 12152, 11520, 12040, 11520, 11824;
99.87810, 11536, 11992, 11520, 12040, 11520, 11824;
99.87810, 11536, 11992, 11512, 11200, 11504, 11384;
99.87810, 11544, 12408, 11512, 10832, 11512, 12096;
99.87810, 11536, 11288, 11528, 11992, 11512, 12096;
99.87810, 11544, 11752, 11528, 11992, 11504, 11792;
99.87810, 11544, 11752, 11520, 10712, 11504, 12240;
99.87810, 11544, 12328, 11520, 10928, 11504, 12344;
99.87810, 11544, 12576, 11520, 10928, 11512, 12344;
99.87810, 11544, 12576, 11520, 12424, 11504, 10984;
99.87810, 11536, 11672, 11512, 10760, 11504, 11952;
99.87810, 11536, 12096, 11512, 12064, 11504, 11952;
99.87810, 11536, 11720, 11520, 12064, 11512, 11856;
99.87810, 11544, 11720, 11512, 11448, 11504, 11992;
99.87810, 11536, 11632, 11520, 10920, 11504, 11992;
99.87810, 11544, 12448, 11520, 10920, 11512, 12056;
99.87810, 11544, 12448, 11520, 12056, 11520, 11648;
99.87810, 11544, 11352, 11512, 10896, 11504, 11072;
99.87810, 11536, 11224, 11512, 10896, 11504, 11072;
99.87810, 11536, 11224, 11512, 10632, 11512, 11800;
99.87810, 11536, 10872, 11520, 11952, 11504, 11056;
99.87810, 11536, 11792, 11520, 10504, 11504, 11056;
99.87810, 11544, 11872, 11520, 10504, 11504, 11568;
99.87810, 11544, 11872, 11520, 12344, 11520, 11840;
99.87810, 11544, 11920, 11520, 11752, 11520, 10824;
99.87810, 11536, 11840, 11520, 10744, 11512, 10824;
99.87810, 11536, 11840, 11512, 10744, 11504, 11624;
99.87810, 11544, 12296, 11520, 11960, 11512, 11304;
99.87810, 11536, 11456, 11520, 11488, 11512, 11304;
99.87810, 11536, 11784, 11512, 11488, 11504, 11656;
99.87810, 11536, 11784, 11520, 11528, 11512, 11904;
99.87810, 11544, 12104, 11520, 12016, 11512, 11064;
99.87810, 11544, 12592, 11520, 10376, 11512, 11064;
99.87810, 11544, 12592, 11512, 10376, 11504, 11936;
99.87810, 11544, 11640, 11520, 10808, 11512, 12024;
99.87810, 11544, 12160, 11512, 11816, 11512, 12024;
99.87810, 11544, 11992, 11512, 11816, 11504, 11672;
99.87810, 11544, 11992, 11520, 10872, 11512, 12048;
99.87810, 11536, 11312, 11520, 12144, 11512, 12048;
99.87810, 11544, 12056, 11520, 12144, 11512, 11896;
99.87810, 11544, 12056, 11512, 11120, 11504, 11200;
99.87810, 11544, 12040, 11520, 11336, 11504, 11576;
99.87810, 11544, 12040, 11520, 12616, 11504, 11576;
99.87810, 11544, 12040, 11528, 12616, 11512, 11464;
99.87810, 11536, 11760, 11512, 10912, 11504, 11432;
99.87810, 11544, 12088, 11520, 11992, 11504, 11720;
99.87810, 11544, 11536, 11520, 11992, 11504, 11720;
99.87810, 11544, 11536, 11512, 11760, 11512, 11768;
99.87810, 11544, 11648, 11512, 10216, 11512, 10912;
99.87810, 11536, 11656, 11512, 12048, 11512, 10912;
99.87810, 11536, 11984, 11520, 12048, 11504, 11552;
99.87810, 11544, 11984, 11512, 11648, 11504, 11664;
99.87810, 11544, 11464, 11512, 10816, 11504, 11664;
99.87810, 11544, 11808, 11512, 10816, 11504, 11776;
99.87810, 11544, 11808, 11520, 12000, 11512, 11768;
99.87810, 11536, 12160, 11512, 10824, 11504, 11376;
99.87810, 11544, 12736, 11512, 10824, 11504, 11376;
99.87810, 11544, 12736, 11520, 12056, 11504, 10824;
99.87810, 11544, 11296, 11520, 11424, 11504, 12264;
99.87810, 11536, 11976, 11512, 10608, 11504, 12264;
99.87810, 11544, 11872, 11512, 10608, 11504, 11672;
99.87810, 11544, 11872, 11528, 12096, 11512, 12208;
99.87810, 11536, 11600, 11512, 11704, 11512, 11536;
99.87810, 11536, 11688, 11512, 11704, 11512, 11536;
99.87810, 11536, 11688, 11512, 11056, 11512, 10840;
99.87810, 11544, 12072, 11520, 12296, 11504, 12120;
99.87810, 11536, 12520, 11520, 10296, 11504, 12120;
99.87810, 11536, 12288, 11512, 10296, 11504, 11488;
99.87810, 11536, 12288, 11520, 11584, 11504, 11464;
99.87810, 11544, 12368, 11520, 11960, 11504, 11808;
99.87810, 11536, 11256, 11520, 10648, 11512, 11808;
99.87810, 11536, 11256, 11512, 10648, 11504, 11456;
99.87810, 11544, 11928, 11520, 12016, 11512, 11488;
99.87810, 11536, 12200, 11520, 11144, 11512, 11488;
99.87810, 11536, 11920, 11512, 11144, 11504, 12000;
99.87810, 11544, 11920, 11512, 10952, 11504, 11680;
99.87810, 11544, 12280, 11528, 12112, 11504, 11680;
99.87810, 11544, 11616, 11528, 12112, 11512, 11904;
99.87810, 11544, 11616, 11512, 10968, 11512, 11488;
99.87810, 11536, 12112, 11520, 11120, 11512, 11352;
99.87810, 11544, 11160, 11520, 11808, 11504, 11352;
99.87810, 11544, 11160, 11520, 11808, 11504, 12392;
99.87810, 11536, 11384, 11512, 10528, 11504, 12208;
99.87810, 11544, 11984, 11512, 12320, 11504, 12208;
99.87810, 11544, 11976, 11528, 12320, 11512, 12032;
99.87810, 11544, 11976, 11512, 11568, 11504, 11488;
99.87810, 11536, 12048, 11512, 10624, 11504, 11640;
99.87810, 11544, 12216, 11512, 12096, 11504, 11640;
99.87810, 11544, 12216, 11528, 12096, 11512, 11920;
99.87810, 11536, 11984, 11512, 10944, 11504, 12096;
99.87810, 11544, 11952, 11520, 11192, 11504, 12096;
99.87810, 11544, 11968, 11520, 11192, 11512, 11608;
99.87810, 11544, 11968, 11520, 11616, 11512, 11536;
99.87810, 11544, 12536, 11512, 10608, 11512, 11536;
99.87810, 11536, 11528, 11512, 10608, 11504, 10920;
99.87810, 11536, 11528, 11528, 11536, 11504, 11928;
99.87810, 11536, 12000, 11520, 11792, 11504, 12064;
99.87810, 11536, 11248, 11512, 10832, 11504, 12064;
99.87810, 11536, 11248, 11512, 10832, 11504, 11632;
99.87810, 11544, 11872, 11520, 11400, 11504, 11744;
99.87810, 11544, 12400, 11512, 10504, 11504, 12320;
99.87810, 11544, 12272, 11512, 10504, 11512, 12320;
99.87810, 11544, 12272, 11520, 11768, 11504, 10896;
99.87810, 11536, 11792, 11520, 12584, 11504, 12056;
99.87810, 11536, 11792, 11520, 11200, 11504, 12056;
99.87810, 11536, 11568, 11504, 11200, 11504, 12288;
99.87810, 11544, 11568, 11520, 12176, 11504, 11624;
99.87810, 11544, 11624, 11512, 11856, 11504, 11624;
99.87810, 11544, 12104, 11512, 11856, 11504, 11912;
99.87810, 11536, 12104, 11520, 11144, 11520, 11944;
99.87810, 11544, 12488, 11520, 12136, 11512, 10920;
99.87810, 11536, 11840, 11520, 12136, 11512, 10920;
99.87810, 11536, 11840, 11512, 10984, 11504, 10408;
99.87810, 11536, 12296, 11520, 10936, 11512, 12184;
99.87810, 11536, 11576, 11520, 10824, 11512, 12184;
99.87810, 11544, 11768, 11520, 10824, 11504, 11400;
99.87810, 11544, 11768, 11512, 10800, 11504, 12000;
99.87810, 11544, 12112, 11528, 12400, 11504, 11952;
99.87810, 11544, 11896, 11528, 12400, 11512, 11952;
99.87810, 11544, 11896, 11512, 11352, 11504, 10976;
99.87810, 11536, 11624, 11512, 10888, 11504, 11760;
99.87810, 11536, 11896, 11512, 12520, 11504, 11760;
99.87810, 11536, 11992, 11528, 12520, 11512, 12288;
99.87810, 11536, 11992, 11512, 11200, 11504, 11864;
99.87810, 11544, 11928, 11520, 11384, 11504, 12144;
99.87810, 11544, 11904, 11520, 11616, 11504, 12144;
99.87810, 11544, 11904, 11520, 11616, 11512, 12456;
99.87810, 11536, 12096, 11512, 10064, 11504, 11456;
99.87810, 11544, 12304, 11512, 11800, 11504, 11456;
99.87810, 11544, 11288, 11520, 11800, 11512, 12216;
99.87810, 11536, 11288, 11520, 12032, 11504, 11224;
99.87810, 11536, 11792, 11520, 10544, 11504, 11224;
99.87810, 11544, 12240, 11520, 10544, 11504, 11784;
99.87810, 11544, 12240, 11520, 12016, 11512, 11576;
99.87810, 11544, 12424, 11512, 10952, 11512, 11792;
99.87810, 11544, 11664, 11512, 11888, 11512, 11792;
99.87810, 11544, 11664, 11520, 11888, 11512, 10760;
99.87810, 11544, 12008, 11520, 11992, 11504, 11184;
99.87810, 11544, 12072, 11512, 10816, 11504, 11184;
99.87810, 11536, 11544, 11512, 10816, 11504, 11712;
99.87810, 11536, 11544, 11520, 12616, 11512, 11832;
99.87810, 11544, 12304, 11512, 11744, 11512, 11976;
99.87810, 11544, 11880, 11512, 10600, 11512, 11976;
99.87810, 11544, 11880, 11520, 10600, 11512, 12248;
99.87810, 11544, 11920, 11520, 11848, 11504, 10952;
99.87810, 11536, 11664, 11512, 10712, 11504, 10952;
99.87810, 11536, 12368, 11512, 10712, 11504, 12208;
99.87810, 11536, 12368, 11512, 11464, 11512, 11944;
99.87810, 11544, 12160, 11520, 12216, 11512, 11944;
99.87810, 11544, 12200, 11520, 12216, 11504, 12072;
99.87810, 11544, 12200, 11512, 10664, 11512, 12200;
99.87810, 11536, 12136, 11520, 11848, 11512, 11304;
99.87810, 11544, 12440, 11512, 11328, 11512, 11304;
99.87810, 11544, 12440, 11512, 11328, 11504, 10768;
99.87810, 11536, 11800, 11512, 11088, 11512, 11312;
99.87810, 11544, 11448, 11520, 12384, 11512, 12184;
99.87810, 11536, 11632, 11520, 12384, 11504, 12184;
99.87810, 11536, 11632, 11512, 11120, 11504, 11432;
99.87810, 11544, 12840, 11520, 11224, 11504, 11904;
99.87810, 11544, 11704, 11520, 11784, 11512, 11904;
99.87810, 11544, 11960, 11520, 11784, 11512, 11296;
99.87810, 11544, 11960, 11512, 10080, 11504, 11424;
99.87810, 11544, 11848, 11528, 12320, 11504, 11960;
99.87810, 11544, 11240, 11528, 12320, 11512, 11960;
99.87810, 11536, 11240, 11520, 11504, 11504, 12352;
99.87810, 11544, 12112, 11512, 10560, 11512, 11624;
99.87810, 11544, 12232, 11512, 12008, 11512, 11624;
99.87810, 11544, 12064, 11520, 12008, 11512, 11224;
99.87810, 11544, 12064, 11512, 11064, 11512, 11888;
99.87810, 11536, 12008, 11520, 11240, 11512, 11888;
99.87810, 11536, 12480, 11520, 11240, 11512, 11080;
99.87810, 11536, 12480, 11520, 11536, 11512, 11824;
99.87810, 11536, 11248, 11512, 10728, 11512, 11792;
99.87810, 11544, 12216, 11512, 10728, 11504, 11792;
99.87810, 11544, 12216, 11520, 12280, 11512, 11832;
];
|
7adb029e63188432aca8a5edb4b64ca1dea6a562 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH7/EX7.14/Ex7_14.sce | c66b07bb54c2b630b7b0beb75c156cbd04de49ca | [] | 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 | 725 | sce | Ex7_14.sce | // Problem no 7.14,Page no.194
clc;clear;
close;
d=10 //cm //Diameter of shaft
r=5 //cm //radius of shaft
P=100 //KW //Power
N=120 //r.p.m
n=6
L_k=14 //cm //Length of key
B_k=2.5 //cm //width of key
n=6
d_b=2 //cm //Diameter of bolt
D_b=30 //cm //Diameter of bolt circle
R_b=15 //cm //radius
//Calculations
T=(P*60000*(2*%pi*N)**-1)*10**2 //N*m //Torque
I_p=%pi*32**-1*d**4 //Polar M.I of shaft
sigma_s=T*r*(I_p)**-1 //N/cm**2
sigma_k=T*(L_k*B_k*r)**-1 //N/cm**2
sigma_b=T*4*(n*%pi*d_b**2*R_b)**-1 //N/cm**2
//Result
printf("shear stress in shaft %.2f",sigma_s);printf(" N/cm**2")
printf("\n Key %.2f",sigma_k);printf(" N/cm**2")
printf("\n bolts %.2f",sigma_b);printf(" N/cm**2")
|
34b73fea4d5300ddf9b009eada54b05442737134 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH6/EX6.9/6_9.sce | 4b1fdb4c2114061db9c00f199b4f3b2a8f2796b5 | [] | 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,763 | sce | 6_9.sce | clear;
clc;
//Example - 6.9
//Page number - 226
printf("Example - 6.9 and Page number - 226\n\n");
//Given
T_1 = 298.15;//[K] - Standard temperature
T_2 = 1000;//[K] - Reaction temperature
//At 298.15 K
delta_H_C_for_298 = 0.00;//[cal/mol] - Enthalpy of formation of C(s,graphite) at 298.15 K
delta_H_H2O_for_298 = -57.7979*10^(3);//[cal/mol] - Enthalpy of formation of H2O at 298.15 K
delta_H_CO_for_298 = -26.4157*10^(3);//[cal/mol] - Enthalpy of formation of CO at 298.15 K
delta_H_H2_for_298 = 0.00;//[cal/mol] - Enthalpy of formation of H2 at 298.15 K
delta_G_C_for_298 = 0.00;//[cal/mol] - Gibbs free energy change for formation of C(s, graphite) at 298.15 K
delta_G_H2O_for_298 = -54.6357*10^(3);//[cal/mol] - Gibbs free energy change for formation of H2O at 298.15 K
delta_G_CO_for_298 = -32.8079*10^(3);//[cal/mol] - Gibbs free energy change for formation of CO at 298.15 K
delta_G_H2_for_298 = 0.00;//[cal/mol] - Gibbs free energy change for formation of H2 at 298.15 K
///Standaerd heat capacity data in cal/mol-K are given below, T is in K
//Cp_0_C = 3.519 + 1.532*10^(-3)*T - 1.723*10^(5)*T^(-2)
//Cp_0_H2O = 7.7 + 0.04594*10^(-2)*T + 0.2521*10^(-5)*T^(2) - 0.8587*10^(-9)*T^(3)
//Cp_0_CO = 6.726 + 0.04001*10^(-2)*T + 0.1283*10^(-5)*T^(2) - 0.5307*10^(-9)*T^(3)
//Cp_0_H2 = 6.952 - 0.04576*10^(-2)*T + 0.09563*10^(-5)*T^(2) - 0.2079*10^(-9)*T^(3)
//Therefore standard heat capacity of reaction is given by,
//Cp_0_rkn = Cp_0_H2 + Cp_0_CO - Cp_0_C - Cp_0_H2O
//On simplification,we get the relation
//Cp_0_rkn = 2.459 - 2.0489*10^(-3)*T - 2.817*10^(-7)*T^(2) + 1.201*10^(-10)*T^(3) + 1.723*10^(5)*T^(-2)
delta_H_rkn_298 = delta_H_CO_for_298 + delta_H_H2_for_298 - delta_H_C_for_298 - delta_H_H2O_for_298;//[cal] - Enthalpy of reaction at 298.15 K
delta_G_rkn_298 = delta_G_CO_for_298 + delta_G_H2_for_298 - delta_G_C_for_298 - delta_G_H2O_for_298;//[cal] - Gibbs free energy of the reaction at 298.15 K
delta_H_rkn_1000 = delta_H_rkn_298 + integrate('2.459-2.0489*10^(-3)*T-2.817*10^(-7)*T^(2)+1.201*10^(-10)*T^(3)+1.723*10^(5)*T^(-2)','T',T_1,T_2);//[cal]
printf(" Standard enthalpy change of reaction at 1000 K is %f cal\n\n",delta_H_rkn_1000);
//Now determining the standard entropy change of reaction at 298.15 K
delta_S_rkn_298 = (delta_H_rkn_298 - delta_G_rkn_298)/298.15;//[cal/K]
delta_S_rkn_1000 = delta_S_rkn_298 + integrate('(2.459-2.0489*10^(-3)*T-2.817*10^(-7)*T^(2)+1.201*10^(-10)*T^(3)+1.723*10^(5)*T^(-2))/T','T',T_1,T_2);//[cal/K]
//Therefore,the standard Gibbs free energy change of the reaction is given by,
delta_G_rkn_1000 = delta_H_rkn_1000 - 1000*delta_S_rkn_1000;//[cal]
printf(" Standard Gibbs free energy change of reaction at 1000 K is %f cal\n",delta_G_rkn_1000);
|
f0ca9a4beeea261fcfa77bc6175fe88ac3dd29fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2735/CH1/EX1.5/Ex1_5.sce | 6b856136b74e6b7e3f95a65e03c403085e8a604f | [] | 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 | 173 | sce | Ex1_5.sce | clc
clear
//Initialization of variables
F=5e-9 //lbf/ft^2 hr
g=32.1739
//calculations
F2=F*3600*g
//results
printf("Force without dimensions = %.2e lbm/ft sec",F2)
|
cefef405e6cddea183d0394c067e5376d18c2ff1 | 19ba35741abeefce1e69482bfe706700a7c4fe54 | /fourier.sci | fa4cfae8a2d174d48f9e5105a9c5e9ee36c7ac4e | [
"MIT"
] | permissive | swarlesbarkely/SciLab_Functions | 3c3be10d2025c06aa59bdc985d31239d59860d96 | f97d45ee7c2e574041a7b2845e6aad3bfbb76dad | refs/heads/master | 2021-01-17T11:28:57.829853 | 2017-06-06T01:20:01 | 2017-06-06T01:20:01 | 33,019,021 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 430 | sci | fourier.sci | //**********************************************************************
// Plots the frequency contents of the given signal
//**********************************************************************
function fourier (t, y)
SampleRate = 1 / (t(2) - t(1));
N = size (t, '*');
y = fft (y) * 2 / N;
Freq = SampleRate * (0:int (N/2)) / N;
N = size (Freq, '*');
plot (Freq, abs (y (1:N)));
endfunction
|
51b82f9d944bb86efcd54cf20f1558977cdf6c1b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1958/CH9/EX9.1/Chapter9_example1.sce | 9bd2390443bcdc7a5ec5c449b20b9c835128334c | [] | 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 | 418 | sce | Chapter9_example1.sce | clc
clear
//Input data
t=0.2//Thickness of film in micro m
r=1.25//Refractive index of liquid
w=[4000,5000]//Range of wavelength in Angstrom
q=35//Angle observed in degrees
//Calculations
u=asind(sind(q)/r)//Angle of reflection in degrees
w1=(2*t*10^-6*r*cosd(u))/10^-10//Wavelength in Angstrom
w2=w1/2//Wavelength in Angstrom
//Output
printf('Wavelength absent in reflected light is %i Angstrom',w2)
|
3c9b6d35aa4df9b35450dfa3bffb3c526472a2d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1394/CH8/EX8.1.1/Ex8_1_1.sce | 95ce8a955b42f480089e28b9fed3166aeaf4cf0b | [] | 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 | 376 | sce | Ex8_1_1.sce |
clc
//initiliazation of variables
Vap = (0.05/22.4)*23.8/760 // Vapour concentration
V = 18.4*10^3 // Air Volume in cc
A = 150 // Liquid Area in Cm^2
t1 = 180 // Time in sec
N1 = (Vap*V)/(A*t1)
k = 3.4*10^-2 // cm/sec
C = 0.9
//Calculations
t = (-V/(k*A))*log(1 - C)
thr = t/3600
//Results
printf("the time taken to reach 90 percent saturation is %.3f hr",thr)
|
f651fb367ebb825ee4e31e54741adbe9fc6f2b75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2006/CH9/EX9.2/ex9_2.sce | 8f9e7d85fe2613d000bf2006242156148c798b80 | [] | 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,324 | sce | ex9_2.sce | clc;
r=18; // Compression ratio of an engine
p1=100; // Pressure of air before compression in lPa
T1=300; // Temperature air before compression in kelvin
qH=1800; // Heat added to the air in kJ/kg
k=1.4; // Index of reversible adiabatic process
Cvo=0.7165; // Specific heat at constant volume in kJ/kg K
Cpo=1.0035; // Specific heat at constant pressure in kJ/kg K
R=0.287; // characteristic gas constant of air in kJ/kg K
// Diesel cycle
// state 2
T2=T1*(r)^(k-1); // Temperature at the end of compression
p2=p1*(r)^k; // Pressure at the end of compression
// state 3
T3=(qH/Cpo)+T2; // Temperatue after heat addition
p3=p2; //constant pressure
Tmax=T3; // maximum temperature
Pmax=p3; // Maximum pressure
// state 4
v3=R*T3/p3; // Specific volume at state 3
v4=R*T1/p1; // Specific volume at state 4
T4=T3*(v3/v4)^(k-1); // Temperature after expansion
p4=p3*(v3/v4)^k; // Pressure after expansion
qL=Cvo*(T4-T1); // Heat rejected
wnet=qH-qL; // net work
eff_th=wnet/qH; // thermal efficiency
v1=R*T1/p1; // Specific volume at state 1
v2=v1/r; // Specific volume at state 2
pm=wnet/(v1-v2); // Mean effective pressure
disp ("kPa",pm,"Mean effective pressure = (Error in textbook) ","%",eff_th*100,"Thermal efficienvy = ","K",Tmax,"Maximum Temperature = ","kPa",Pmax,"Maximum pressure = ");
|
1a49031cc0868ec694b6ae41ad2935a81a8ba221 | 623a9dd972dc78dbde5d5b8dc187acd6a1eb5910 | /TP2/gaussP.sci | c09a93db6f54d6cd12310769d289e7f7f51cb2c9 | [] | no_license | gtessi/CN2012-FICH | 0daad054ceb6c36636ee5e8b174a676b9e0acb9b | 4024384653b61b5af9e1c11ffb575e154025ee47 | refs/heads/master | 2020-03-27T05:53:04.684505 | 2018-08-25T03:03:15 | 2018-08-25T03:03:15 | 146,059,800 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 862 | sci | gaussP.sci | function [x, indx] = gaussP(A,b)
n=length(b);
x=zeros(n,1);
indx=1:n; // índices sin permutar
for (k=1:n-1)
// busca el pivot mas grande
[val,p]=max(abs(A(indx(k:n),k)));
p=p+(k-1);
if (val==0) then
mprintf('No existe solución única.\n\n')
abort;
end
if (indx(p)<>indx(k))
temp=indx(p);
indx(p)=indx(k);
indx(k)=temp;
end
// eliminación de gauss
for (i=k+1:n)
m=A(indx(i),k)/A(indx(k),k);
A(indx(i),k)=0;
A(indx(i),k+1:n)=A(indx(i),k+1:n)-m*A(indx(k),k+1:n);
b(indx(i))=b(indx(i))-m*b(indx(k));
end
end
// sustituyo hacia atrás con índices
x=ibackSub(A,b,indx);
endfunction |
d28ac3e17eca5247b20efaa5e8e4378e0082ebbc | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH19/EX19.4/example4.sce | 815e42e1a8bdebbfca4cdee5f63b529c4a9b170b | [] | 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 | 642 | sce | example4.sce | // find closed-loop total harmonic distortion
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 19-4, page 714
clear; clc; close;
// Given data
R1=10^2;// in ohms from the given figure
Rf=3.9*10^3;// in ohms from the given figure
Avol=10^5;// Avol of 741C
THDol=7.5;// open loop total harmonic distortion in %
// Calculations
B=R1/(R1+Rf);// feedback fraction
THDcl=THDol/(1+(Avol*B));// closed loop total harmonic distortion in %
disp("%",THDcl,"closed-loop total harmonic distortion=")
// Result
// closed-loop total harmonic distortion is 0.003% |
511b270212756310848f605f83ba3e3c04f7e166 | 4bbc2bd7e905b75d38d36d8eefdf3e34ba805727 | /ee_scicoslab/scicos_flex/dspic/Communication/SerialGateway/loader.sce | 33543b01abbae2b3ae1d549a493884970f5e7ab2 | [] | no_license | mannychang/erika2_Scicos-FLEX | 397be88001bdef59c0515652a365dbd645d60240 | 12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba | refs/heads/master | 2021-02-08T17:01:20.857172 | 2012-07-10T12:18:28 | 2012-07-10T12:18:28 | 244,174,890 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | loader.sce | // Script to load the serial gateway dynamic library.
// Author: Errico Guidieri, Evidence Srl.
// -------- Modules to be imported ----------
// Link to import the selected modules of the library
serial_gateway_link_num = link(get_absolute_file_path('loader.sce') + 'Release\lib_serial_gateway.dll', 'serial_gateway_block', 'c');
|
04f18ce4ef49615e9bda9eb167eac3e792e3ff75 | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpasslp2lp/test_1.sce | e482f75672f2e3b455e353ba25fcabbcf11e0971 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 225 | sce | test_1.sce | // Test # 1 : No Input Arguments
exec('./allpasslp2lp.sci',-1);
[n,d]=allpasslp2lp();
//!--error 10000
//Number of input arguments should be 2
//at line 28 of function allpasslp2lp called by :
//[n,d]=allpasslp2lp();
|
a0604fe8e0bcf0ca8e0f2b52ad1450dc32f79b64 | 2e676e3b1cebfbb9d20f9b935ceacd507c57d36a | /Octave/octave-4.2.1/share/octave/4.2.1/etc/tests/fixed/line-continue.tst | 0d456dda0846ac7c13af107684c67b6df5baf99a | [] | no_license | vohrahul/ML-ang-coursera | 239469e763b290aa178b7aa8a86eda08e4e7f4be | 4c24fd2ecfb9f3de7df15e3a9f75627f782f9915 | refs/heads/master | 2022-12-28T03:45:54.810173 | 2020-10-16T12:33:25 | 2020-10-16T12:33:25 | 304,620,441 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,913 | tst | line-continue.tst | ## Copyright (C) 2006-2017 John W. Eaton
##
## This file is part of Octave.
##
## Octave is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or (at
## your option) any later version.
##
## Octave is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
## General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with Octave; see the file COPYING. If not, see
## <http://www.gnu.org/licenses/>.
%!shared x, a, b
%! x = [1,2];
%! a = 1;
%! b = 2;
%!test
%! y = [a... # comments here ok
%! b];
%! assert (y, x);
## FIXME: Next 3 tests use '\' continuation outside of a double-quoted string
## This behavior is deprecated and will be removed at some point.
## When it does these
%!test
%! x = [1;2];
%! y = [a... # comments here ok
%! ;\
%!
%! b];
%! assert (y, x);
%!assert (1 + ...
%! 2 - \# comments here ok
%! 3 / ... # comments here ok
%! -1,6);
%!function y = f (a,...
%! b, ...
%! c, ... % comments ok
%! x, # continuation characters not required in parens
%! y, \# but they should work too.
%! z)
%!
%! y = 1;
%!endfunction
%!
%!assert (f (), 1)
# String continuation using '\'
%!assert (["abc\
%! def"], "abc def")
%!test
%!assert (1 == 1
%! && 2 == 2
%! || 3 == 5);
%!test
%! x = [1, ...
%!
%! ...
%!
%! 2];
%! y = [1;2];
%! assert (y, x);
%!test
%! x = [1 ,...
%! 2];
%! y = [1,2];
%! assert (y, x);
%!test
%! x = [ 1 , ...
%! 2];
%! y = [1,2];
%! assert (y, x);
%!test
%! x = [ 1 , ...anything after the ... is ignored
%! 2];
%! y = [1,2];
%! assert (y, x);
|
a14c3a1facfbcc1a960fc205d287e1b5dce8f625 | b4bbf9b2a475b5cf299b30bf5e0c621e32f6c832 | /test/assign1/blah.tst | 952d009ae7b0434e6794b4c279502e13efedc417 | [] | no_license | apetresc/castro | 1ec1ac1307542487aa1be14c335170f7a1347bf2 | 843165af7c946188a2dd772384cd2d579723c99d | refs/heads/master | 2022-02-20T14:28:41.962893 | 2019-10-07T08:41:59 | 2019-10-07T08:41:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,880 | tst | blah.tst | boardsize 10
play w s10
play b r11
play w q12
play b p13
play w o14
play b n15
play w m16
play b l17
play w k18
play b j19
play w i18
play b h17
play w g16
play b f15
play w e14
play b d13
play w c12
play b b11
play w a10
play b a9
play w a8
play b a7
play w a6
play b a5
play w a4
play b a3
play w a2
play b a1
play w b1
play b c1
play w d1
play b e1
play w f1
play b g1
play w h1
play b i1
play w j1
play b k1
play w l1
play b m1
play w n1
play b o1
play w p1
play b q1
play w r1
play b s1
play w s2
play b s3
play w s4
play b s5
play w s6
play b s7
play w s8
play b s9
play w r10
play b q11
play w p12
play b o13
play w n14
play b m15
play w l16
play b k17
play w j18
play b i17
play w h16
play b g15
play w f14
play b e13
play w d12
play b c11
play w b10
play b b9
play w b8
play b b7
play w b6
play b b5
play w b4
play b b3
play w b2
play b c2
play w d2
play b e2
play w f2
play b g2
play w h2
play b i2
play w j2
play b k2
play w l2
play b m2
play w n2
play b o2
play w p2
play b q2
play w r2
play b r3
play w r4
play b r5
play w r6
play b r7
play w r8
play b r9
play w q10
play b p11
play w o12
play b n13
play w m14
play b l15
play w k16
play b j17
play w i16
play b h15
play w g14
play b f13
play w e12
play b d11
play w c10
play b c9
play w c8
play b c7
play w c6
play b c5
play w c4
play b c3
play w d3
play b e3
play w f3
play b g3
play w h3
play b i3
play w j3
play b k3
play w l3
play b m3
play w n3
play b o3
play w p3
play b q3
play w q4
play b q5
play w q6
play b q7
play w q8
play b q9
play w p10
play b o11
play w n12
play b m13
play w l14
play b k15
play w j16
play b i15
play w h14
play b g13
play w f12
play b e11
play w d10
play b d9
play w d8
play b d7
play w d6
play b d5
play w d4
play b e4
play w f4
play b g4
play w h4
play b i4
play w j4
play b k4
play w l4
play b m4
play w n4
play b o4
play w p4
play b p5
play w p6
play b p7
play w p8
play b p9
play w o10
play b n11
play w m12
play b l13
play w k14
play b j15
play w i14
play b h13
play w g12
play b f11
play w e10
play b e9
play w e8
play b e7
play w e6
play b e5
play w f5
play b g5
play w h5
play b i5
play w j5
play b k5
play w l5
play b m5
play w n5
play b o5
play w o6
play b o7
play w o8
play b o9
play w n10
play b m11
play w l12
play b k13
play w j14
play b i13
play w h12
play b g11
play w f10
play b f9
play w f8
play b f7
play w f6
play b g6
play w h6
play b i6
play w j6
play b k6
play w l6
play b m6
play w n6
play b n7
play w n8
play b n9
play w m10
play b l11
play w k12
play b j13
play w i12
play b h11
play w g10
play b g9
play w g8
play b g7
play w h7
play b i7
play w j7
play b k7
play w l7
play b m7
play w m8
play b m9
play w l10
play b k11
play w j12
play b i11
play w h10
play b h9
play w h8
play b i8
play w j8
play b k8
play w l8
play b l9
play w k10
play b j11
play w i10
play b i9
play w j9
play b k9
1 havannah_winner
#? [none]
play w j10
2 havannah_winner
#? [white]
|
f671003dae4c6022b85663fb82d3041016644d23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1691/CH2/EX2.9/exmp2_9.sce | e1dc2d99b6fd65a99bb5113f87c03064c9ad74ee | [] | 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 | exmp2_9.sce | //Example 2.9
clc
disp("The given values are,")
disp(" L1 = 0.5 mH, L2 = 1 mH, C = 0.2 uF")
disp("Now f = 1 / 2*pi*sqrt(C*L_eq)")
leq=0.5+1 // in mH
disp(leq,"and L_eq(in mH) = L1 + L2 =")
f=(1/(2*%pi*sqrt(1.5*0.2*10^-9)))*10^-3 // in kHz
format(5)
disp(f,"Therefore, f(in kHz) =")
|
8ea1b297bfcab9dd465d38ec4e9638d641cb3e51 | b3ea2513d73daaf7b2730f55e31e47011a885f52 | /POS tagging/test.sce | c1234876f7d3db0a32e7186eae5a476e04254c88 | [] | no_license | JoannaMisztalRadecka/Other-projects | e9975e81006d5c7d23de56c945b5e06f74c8e328 | 507e70f5bfbdadd28e83571abef78611b0c1d35e | refs/heads/master | 2021-01-10T16:33:29.845279 | 2015-10-05T09:59:12 | 2015-10-05T09:59:12 | 43,676,805 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,339 | sce | test.sce | test = list()
test(1) = list("Kasia","robi","herbatę")
test(2) = list("ktoś","dzwoni")
test(3) = list("ona","ma","dzieci")
test(4) = list("Wojtek","jest","uczniem")
test(5) = list("chorzy","coś","robią")
test(6) = list("oni","są","zadowoleni")
test(7) = list("on","ma","lekcje")
test(8) = list("on","cię","lubi")
test(9) = list("Wacek","jest","uczniem")
test(10) = list("ktoś","robi","herbatę")
test(11) = list("oni","robią","coś","bez","ciebie")
test(12) = list("on","woli","pierogi")
test(13) = list("Kasia","lubi","brata")
test(14) = list("mama","ma","dużo","dzieci")
test(15) = list("Kasia","piła","wodę")
test(16) = list("piła","jest","bardzo","ostra")
parts = list()
parts(1) = list(1,3,1)
parts(2) = list(5,3)
parts(3) = list(5,3,1)
parts(4) = list(1,3,1)
parts(5) = list(1,5,3)
parts(6) = list(5,3,2)
parts(7) = list(5,3,1)
parts(8) = list(5,5,3)
parts(9) = list(1,3,1)
parts(10) = list(5,3,1)
parts(11) = list(5,3,5,7,5)
parts(12) = list(5,3,1)
parts(13) = list(1,3,1)
parts(14) = list(1,3,4,1)
parts(15) = list(1,3,1)
function err = makeTest()
err=0
nr=0
for i=1:length(test)
result = findSequence(test(i))
nr = nr+length(test(i))
for j=1:length(result)
if result(j)<>parts(i)(j) then
err=err+1
end
end
end
err = err/nr
endfunction |
369e70673642ca59f5de8241dff5e67b7b961545 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1835/CH5/EX5.3/Ex5_3.sce | d38835a9fd8de1f971bf9d7973fde8445f8b3959 | [] | 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 | 934 | sce | Ex5_3.sce | //CHAPTER 5 ILLUSRTATION 3 PAGE NO 161
//TITLE:Inertia Force Analysis in Machines
clc
clear
pi=3.141
D=.3// Diameter of steam engine in m
L=.5// length of stroke in m
r=L/2
mR=100// equivalent of mass of reciprocating parts in kg
N=200// speed of engine in rpm
teeta=45// angle of inclination of crank in degrees
p1=1*10^6// gas pressure in N/m^2
p2=35*10^3// back pressure in N/m^2
n=4// ratio of crank radius to the length of stroke
//=================================
w=2*pi*N/60// angular speed in rad/s
Fl=pi/4*D^2*(p1-p2)// Net load on piston in N
Fi=mR*w^2*r*(cosd(teeta)+cosd(2*teeta)/(2*n))// inertia force due to reciprocating parts
Fp=Fl-Fi// Piston effort
T=Fp*r*(sind(teeta)+(sind(2*teeta))/(2*(n^2-(sind(teeta))^2)^.5))
printf('Piston effort = %.3f N\n Turning moment on the crank shaft = %.3f N-m',Fp,T)
|
273d63d68eb5ec33e7dab6e2540efafdc3aa8284 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3446/CH6/EX6.7/Ex6_7.sce | b0a7eeed5791c948d77d4f0178854b5d1ddd59ca | [] | 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 | 615 | sce | Ex6_7.sce | // Exa 6.7
// Using the data given in Exa 6.4 and 6.6, compare the capacity of the DS-CDMA and TDMA omnidirectional cell.
clc;
clear all;
//Given Data from Exa 6.4 and Exa 6.6
Cd=0.8; //capacity degradation factor
R=16.2;//Data rate in kbps
Eb_I0=7; //in dB
Eb_I=10^(Eb_I0*0.1);//To convert from dB to a normal value
Vf=0.4;//voice activity factor
u=2; // Bit Efficiency
IR=16.2; // in kbps
N=19; //frequency reuse factor
nf=0.45;//frequency reuse efficiency
//solution
Ncdma_by_Ntdma=Cd*N*nf*IR/(Eb_I*Vf*u*R);
printf('The ratio of capacity of DS-CDMA to TDMA is %.3f\n',Ncdma_by_Ntdma);
|
0306d4f39f9db4124c8bbb455b7309860397077d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH15/EX15.3/15_03.sce | c2d8498fa9b339f02ccf47c836d4bf222869d42f | [] | 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 | 15_03.sce | //Chapter 15, Problem 3
clc;
f=50; //frequency in hertz
f2=20e3; //frequency in hertz
C=10e-6; //capacitance in farad
Xc=1/(2*%pi*f*C); //capacitive reactance
Xc2=1/(2*%pi*f2*C); //capacitive reactance
printf("(a) Capacitive reactance Xc = %.1f ohm\n\n",Xc);
printf("(b) Capacitive reactance Xc = %.3f ohm\n\n",Xc2);
printf("Hence as the frequency is increased from 50 Hz to 20 kHz, XC decreases from %.1f to %.3f (see Fig. 15.5)",Xc,Xc2);
|
332d31688bcaedfaa149c5fc40fa81407e933ebe | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/BV6.prev.tst | 526edaa4a27c8acf09de624a2f790d0483ca3f96 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 957 | tst | BV6.prev.tst | [1,2] * [1,2,-5] = [1,4,-1,-10]
initial: [1,4,-1,-10] / [1,2], rem1=[1,4,-1,-10], div2=[1,2], lenq=3, len1=4, len2=2
step end: quot=[0,0,0]/qden=1, rem1=[1,4,-1,-10]/rden=1, div2=[1,2], bquot=-5, lenq=3, len1=4, len2=2
while end: quot=[0,0,-5]/1, rem1=[1,4,4]/1
step end: quot=[0,0,-5]/qden=1, rem1=[1,4,4]/rden=1, div2=[1,2], bquot=2, lenq=3, len1=3, len2=2
while end: quot=[0,2,-5]/1, rem1=[1,2]/1
step end: quot=[0,2,-5]/qden=1, rem1=[1,2]/rden=1, div2=[1,2], bquot=1, lenq=3, len1=2, len2=2
while end: quot=[1,2,-5]/1, rem1=[0]/1
/ vect1 = [1,2,-5]
initial: [1,4,-1,-10] / [1,2,-5], rem1=[1,4,-1,-10], div2=[1,2,-5], lenq=2, len1=4, len2=3
step end: quot=[0,0]/qden=1, rem1=[1,4,-1,-10]/rden=1, div2=[1,2,-5], bquot=2, lenq=2, len1=4, len2=3
while end: quot=[0,2]/1, rem1=[1,2,-5]/1
step end: quot=[0,2]/qden=1, rem1=[1,2,-5]/rden=1, div2=[1,2,-5], bquot=1, lenq=2, len1=3, len2=3
while end: quot=[1,2]/1, rem1=[0]/1
/ vect2 = [1,2]
|
846ac1993a727aa3f293a5cbed3377ef3037a83a | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/pchip/pchip11.sce | 26a0c826a48441da89a18b765f8f10e520cd39df | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | sce | pchip11.sce | //check o/p if i/p arg y contains imaginary elements
x=[0 1 2];
y=[1 0 1*%i];
xx=-3:1:3;
v=pchip(x, y,xx);
disp(v);
//output
// - 8. 0 2. 1. 0 i 2.i
|
c952fa22f402ab76c0d5f5d55afb9df8865bb951 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2223/CH3/EX3.2/Ex3_2.sce | d76388239947fcbf80d5db9f560ae6905863279f | [] | 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,303 | sce | Ex3_2.sce | // scilab Code Exa 3.2 Gas Turbine Plant with an exhaust HE
T1=300; // Minimum cycle Temperature in Kelvin
funcprot(0);
pr=10; // pressure ratio of the turbine and compressor
T3=1500; // Maximum cycle Temperature in Kelvin
m=10; // mass flow rate through the turbine and compressor in kg/s
e(1)=0.8; // thermal ratio of the heat exchanger
e(2)=1;
n_c=0.82; // Compressor Efficiency
n_t=0.85; // Turbine Efficiency
gamma=1.4; // Specific Heat Ratio
cp=1.005; // Specific Heat at Constant Pressure in kJ/(kgK)
beeta=T3/T1;
T2s=T1*(pr^((gamma-1)/gamma));
T2=T1+((T2s-T1)/n_c);
T4s=T3*(pr^(-((gamma-1)/gamma)));
T4=T3-((T3-T4s)*n_t);
for i=1:2
T5=T2+e(i)*(T4-T2);
T6=T4-(T5-T2);
Q_s=cp*(T3-T5);
Q_r=cp*(T6-T1);
// part(a) Determining power developed
w_p=Q_s-Q_r;
P=m*w_p;
printf("for effectiveness=%f, \n (a)the power developed is %f kW",e(i),P)
// part(b) Determining thermal efficiency of the plant
n_th=1-(Q_r/Q_s);
disp ("%",n_th*100,"(b)thermal efficiency of the plant is")
end
// part(c) Determining efficiencies of the ideal Joules cycle
n_Joule=1-(pr^((gamma-1)/gamma)/beeta);
disp("%",n_Joule*100,"(c)efficiency of the ideal Joules cycle with perfect heat exchange is")
n_Carnot=1-(T1/T3);
disp("%",n_Carnot*100,"and the Carnot cycle efficiency is")
|
f5561968a9acfd92992a30f2135053df964cd64c | d5961c5c5145544c9cc7f0e24c8148295fc32488 | /test/designs/uart16750/rtl/uart_16750.tst | 276baa8f35bea258a45acfc49059f99f6a67c873 | [] | no_license | manasdas17/apricot | e7d3e11861d8ddb03adc356926c779e2f64fcfb2 | 3c2fc24111bfc76de6f6e6a12a1b3cfb2074fbfe | refs/heads/master | 2021-01-18T04:23:05.377826 | 2013-10-01T10:10:18 | 2013-10-01T10:10:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 28,165 | tst | uart_16750.tst | ;Fri Nov 26 10:00:47 2010
.VECTORS 1000
.PATTERNS
-3 1 0 0 0 85 1 0 0 0 0 1 1
1 1 0 1 1 20 0 0 0 1 1 1 1
-3 0 1 0 1 -16 0 0 1 0 0 0 1
1 1 1 0 1 -21 1 0 0 1 1 1 1
-1 1 1 0 1 66 1 1 0 0 0 0 1
1 1 1 1 0 29 1 1 1 1 0 0 0
1 1 0 1 1 -92 0 0 0 1 1 1 1
1 1 1 1 0 43 1 1 1 0 0 0 0
1 1 0 1 0 -37 0 1 0 1 0 1 1
-3 1 0 0 1 69 0 1 1 1 0 0 1
3 0 0 1 0 -23 0 1 0 1 1 1 1
-2 0 0 0 0 117 0 1 0 1 1 1 1
3 0 1 1 0 62 0 1 1 1 1 0 0
-2 1 1 0 0 62 0 1 0 0 0 0 0
3 0 0 1 0 -65 0 0 0 0 1 0 0
1 0 1 0 0 -104 1 0 1 0 1 0 0
-1 1 1 1 1 -7 0 0 0 1 0 1 0
1 1 1 0 1 6 0 0 1 1 0 1 0
1 1 0 1 1 69 1 1 1 1 1 0 0
-3 0 1 1 1 -90 1 1 0 0 1 0 0
0 0 1 1 0 -36 1 1 0 0 1 1 1
1 0 0 0 0 115 1 1 0 1 1 1 0
3 0 1 1 0 23 1 1 1 1 1 0 0
-1 1 1 0 0 -33 0 0 0 0 1 0 1
3 0 1 1 1 39 0 0 0 1 0 1 1
2 1 1 0 1 92 1 0 0 0 0 0 1
1 1 1 0 0 124 0 1 1 1 1 1 0
-2 0 0 1 1 -108 0 1 0 1 0 1 1
-3 1 0 1 1 88 1 1 0 1 1 0 1
-3 1 0 1 1 -7 1 0 1 0 1 1 0
3 1 1 0 1 122 0 0 0 0 1 0 1
-1 0 1 1 1 -120 1 0 0 0 0 1 1
3 1 0 0 1 -13 0 0 0 1 0 1 1
0 0 0 1 1 -68 1 0 0 1 0 0 0
-3 1 0 0 1 -13 0 1 0 1 1 0 0
3 0 0 1 0 -60 0 0 1 1 1 1 1
-3 0 1 1 0 23 1 0 0 1 1 1 0
3 1 1 0 1 -69 0 1 1 0 1 1 0
-4 0 0 1 0 57 1 1 1 1 1 1 1
-3 0 0 1 1 -24 0 1 0 1 1 1 1
-2 1 0 0 0 0 1 0 0 1 1 1 1
1 1 0 0 1 76 0 0 1 1 0 1 0
3 1 1 0 0 -63 0 0 1 1 0 0 0
-1 0 1 1 0 -59 0 0 0 1 0 1 0
2 0 1 0 1 117 0 1 1 1 0 1 1
-1 0 1 1 1 -63 1 0 1 1 1 0 0
0 1 1 0 1 41 0 1 0 0 0 0 1
-4 1 0 1 1 -5 1 1 1 1 0 1 1
3 1 1 0 1 -66 0 0 0 0 0 1 0
-3 0 1 0 0 -124 0 1 0 1 0 0 0
-4 1 1 0 0 102 1 1 1 1 0 0 0
-2 0 1 1 0 -23 0 1 1 0 0 1 0
-2 0 1 0 1 109 0 1 1 1 0 0 0
2 0 0 0 0 35 1 1 0 1 1 1 0
-4 0 1 0 0 86 0 1 1 1 0 1 0
0 0 1 0 0 -85 1 0 1 1 0 0 1
3 0 0 1 0 -114 0 0 0 1 0 0 1
3 1 1 1 1 -111 0 0 0 1 1 0 0
1 1 0 1 0 13 1 1 1 1 0 1 1
0 0 1 1 1 33 1 0 1 0 1 0 1
-1 1 1 0 0 -30 1 1 1 1 1 1 0
-2 0 0 1 0 26 1 0 0 0 1 0 1
1 1 0 1 0 103 1 0 1 0 0 0 0
-4 1 0 0 0 -106 0 1 0 0 1 0 1
2 1 1 0 1 90 0 0 1 0 1 1 1
0 0 0 0 0 -25 1 0 1 1 1 1 1
-4 0 0 0 1 90 0 0 1 0 0 0 0
-4 1 1 0 0 14 0 1 1 1 1 1 0
-1 0 0 1 1 -46 0 1 0 0 1 1 1
-1 1 0 0 0 68 1 0 1 0 1 0 0
-2 0 0 0 1 56 0 0 1 1 0 0 0
-1 0 1 0 0 20 1 1 1 1 1 1 0
-3 0 1 1 0 94 1 1 0 1 1 1 0
-1 0 0 0 1 -13 1 0 1 0 0 1 0
2 1 1 1 1 -27 0 1 1 1 0 0 0
-4 1 1 0 0 34 1 0 0 0 1 0 0
-3 0 0 1 1 88 1 0 0 0 0 0 1
2 1 0 1 0 -78 1 1 1 0 1 1 1
-1 0 0 1 0 8 1 0 1 0 1 1 0
-1 0 0 0 1 23 0 0 0 0 0 1 1
3 1 1 1 1 8 0 0 1 0 1 0 0
1 0 0 0 1 124 0 0 1 1 0 0 1
-2 1 1 1 0 7 0 0 0 0 0 1 1
-1 1 1 0 0 71 0 1 1 1 0 1 1
2 1 0 0 1 -109 1 1 1 1 0 0 0
1 0 0 0 1 106 0 1 1 1 1 0 1
-4 1 0 0 1 20 0 0 1 0 0 1 1
-4 1 0 0 0 103 0 1 1 1 0 0 0
-2 1 0 1 1 -30 1 1 1 1 1 1 1
2 1 1 0 1 -2 0 0 0 0 0 1 1
0 1 1 0 1 53 0 1 1 1 0 0 0
3 1 1 1 0 56 1 1 1 0 0 0 0
1 1 0 0 1 122 0 1 0 1 1 0 1
-3 0 1 0 1 -126 1 1 1 1 0 1 0
-1 0 0 1 0 85 0 0 1 0 1 1 0
1 1 1 0 1 83 1 1 0 1 1 0 1
-1 0 1 1 1 -24 1 0 0 0 0 0 1
2 1 0 0 0 23 0 0 1 1 0 0 0
2 1 0 0 0 45 0 0 0 1 1 0 0
0 1 1 0 1 -38 1 1 0 0 1 1 1
-4 1 0 1 1 -15 1 0 1 1 1 1 1
2 1 1 0 0 -21 1 0 0 0 0 0 1
2 1 1 0 1 54 1 1 1 0 0 0 1
3 0 1 0 0 -2 0 0 0 0 1 1 0
0 0 0 0 1 32 0 0 0 1 1 0 1
-2 0 0 1 1 37 1 1 1 0 0 1 1
1 0 1 0 1 98 0 1 0 1 1 1 0
1 0 0 1 0 53 1 1 0 0 1 1 0
-1 1 0 1 0 -98 1 0 1 1 0 0 1
-4 0 0 0 1 105 0 1 0 1 1 1 1
1 0 0 1 0 124 1 0 1 0 0 1 0
0 0 1 0 0 30 1 0 1 1 1 0 1
0 0 0 0 1 85 1 0 0 0 1 1 0
2 0 1 1 1 12 0 0 1 1 0 0 1
0 0 1 0 1 -34 1 0 1 1 0 0 1
-4 0 0 0 0 112 1 0 1 0 0 1 0
1 1 0 0 1 -104 0 0 0 0 0 0 1
-1 1 1 0 0 44 0 0 1 0 0 1 0
1 0 1 0 1 -128 1 0 0 0 0 0 0
2 0 0 1 1 -7 1 0 1 1 0 0 1
-3 0 1 0 1 87 0 1 1 0 1 0 0
-2 1 1 1 1 -28 0 1 1 1 1 0 0
0 0 1 1 1 -79 1 1 1 0 0 0 0
3 0 0 1 1 2 1 0 1 1 0 1 1
0 0 1 1 0 43 1 1 0 1 0 1 0
-1 0 0 0 0 -14 1 1 1 1 1 0 0
-3 1 0 0 0 -48 1 1 1 0 1 0 0
-2 0 1 0 1 -11 0 1 1 1 0 0 1
-4 1 1 0 1 41 1 1 1 0 0 0 1
2 0 1 0 1 -12 0 1 0 1 1 1 0
3 0 0 0 0 -127 0 0 1 0 0 0 0
-4 0 1 1 0 15 1 0 1 1 1 1 0
-4 1 0 1 0 -26 1 1 1 0 1 0 0
-4 0 0 1 1 -78 1 0 0 0 1 0 0
-4 1 1 1 1 116 0 0 0 0 1 0 1
3 0 1 1 0 9 0 1 1 0 0 1 1
-1 1 1 0 0 -128 0 0 0 1 1 0 0
0 1 0 0 0 -65 0 1 1 0 1 1 1
-1 0 0 1 0 4 0 1 0 1 0 0 1
3 0 1 1 0 -50 1 0 0 0 1 0 0
-3 0 1 1 1 -68 1 1 1 0 1 1 0
-3 1 1 1 0 97 1 0 0 1 0 0 1
-1 1 1 1 1 108 0 0 1 0 0 0 1
2 0 1 1 0 112 0 1 1 0 0 1 0
2 0 0 1 0 -67 1 0 1 0 0 0 1
-2 1 0 1 1 -3 1 0 0 1 0 0 0
-1 0 1 1 1 31 1 0 0 0 0 0 0
0 0 0 0 1 87 1 0 1 1 1 1 1
3 0 0 0 1 32 1 0 0 1 0 0 0
3 1 0 0 0 40 0 1 1 0 0 0 1
-1 1 1 1 0 -118 1 1 0 0 0 1 0
3 1 0 1 1 -79 0 1 0 1 0 1 1
-4 1 0 1 0 -42 1 0 0 0 1 1 1
-3 1 1 1 1 12 0 1 0 0 1 1 1
1 0 1 0 0 99 1 1 1 1 1 0 1
-2 1 0 1 1 51 1 0 0 1 0 0 1
0 1 1 1 1 -64 1 1 0 0 1 1 1
0 0 0 0 0 4 1 0 0 1 0 1 0
0 0 1 1 0 122 0 0 1 1 0 0 0
3 1 0 1 0 118 0 1 1 0 0 1 1
0 0 1 0 0 42 0 1 1 0 1 1 0
2 1 1 1 0 107 0 0 0 1 0 1 1
-1 1 1 0 0 83 0 0 1 0 1 0 0
-3 1 0 1 1 17 1 0 1 0 0 1 0
-1 0 1 0 0 -127 1 1 0 0 1 1 0
1 0 0 0 1 99 1 0 1 1 1 1 0
2 1 0 0 0 11 0 1 1 1 1 0 1
-1 0 1 0 1 -13 1 0 0 1 0 1 1
-2 1 0 0 1 -26 1 1 1 0 1 1 1
0 1 0 1 1 9 1 0 0 0 1 0 0
3 1 1 0 0 -29 0 1 0 1 0 0 0
2 1 1 1 0 51 0 0 0 0 1 1 0
1 0 1 0 0 18 1 0 1 0 0 1 1
3 1 0 0 0 -44 1 1 0 0 0 0 0
2 1 0 0 1 47 1 1 1 0 1 0 1
2 1 0 0 1 -60 1 0 0 0 0 1 1
3 1 0 1 0 -56 1 1 1 1 0 0 0
-1 0 0 1 1 -59 1 0 1 0 0 1 0
-4 1 1 1 1 68 0 0 1 1 0 0 1
-3 0 0 0 0 88 1 0 0 0 1 0 1
3 0 1 1 0 -18 0 1 1 1 1 1 0
1 0 0 0 0 -1 0 1 0 0 1 1 1
0 1 0 1 0 -95 1 1 1 1 1 0 1
1 0 0 0 1 -65 0 0 0 0 0 0 0
3 1 1 0 0 -57 1 0 0 0 0 1 0
-4 0 0 1 1 -89 0 1 0 0 1 1 0
3 1 1 0 1 81 0 1 1 0 0 1 0
-1 1 0 0 0 52 1 0 0 1 1 0 0
3 1 0 0 1 -113 1 0 0 1 1 0 0
2 0 0 1 1 64 1 1 1 1 1 0 0
2 0 0 1 0 -57 1 1 1 0 0 0 0
-2 1 1 0 0 48 1 0 0 1 0 0 1
2 0 0 0 1 15 1 1 0 1 1 1 1
1 0 0 1 0 116 1 0 1 1 0 1 0
-1 0 0 1 1 -121 0 0 1 1 0 1 1
3 1 0 1 1 23 1 0 0 1 0 0 1
1 0 1 0 0 10 1 1 1 1 0 0 0
-1 0 0 1 0 98 1 1 1 0 0 0 0
-4 1 0 1 0 46 1 1 1 1 1 0 0
2 1 1 0 1 78 0 0 0 1 0 1 0
-1 1 0 0 1 -68 1 1 1 1 1 1 0
-2 0 0 0 1 68 1 1 1 0 0 0 0
0 0 0 0 1 -24 1 0 0 1 1 0 0
-1 1 0 1 1 -77 1 0 1 1 1 0 0
-2 0 1 1 0 102 0 0 0 1 1 1 0
-3 1 0 1 1 -60 0 0 1 1 0 0 1
-3 1 1 1 0 -8 0 0 0 0 0 0 1
2 1 1 0 0 69 1 0 1 0 0 1 0
-3 0 1 1 0 -99 0 1 1 1 1 0 1
-3 0 0 0 1 -96 1 0 0 1 1 0 1
1 0 1 1 0 -124 0 0 1 0 0 0 1
2 0 0 0 0 116 1 0 1 1 1 1 1
1 0 1 0 1 53 0 0 1 1 0 0 0
2 1 1 0 1 12 1 0 1 1 1 0 0
-2 1 1 0 0 -94 1 0 1 0 1 0 0
0 1 0 1 1 -84 0 0 1 1 1 0 0
-1 0 0 0 1 16 1 1 0 0 1 1 0
0 1 1 1 0 70 0 1 1 0 1 0 1
1 0 0 1 1 -52 1 1 1 0 0 1 1
0 1 0 1 1 -37 0 0 0 0 1 0 0
-1 0 1 0 1 -43 0 0 0 0 1 1 1
-4 1 1 1 0 -83 0 1 0 0 0 0 1
0 0 0 0 1 51 0 0 0 1 0 1 1
2 1 0 0 0 -74 0 1 1 1 1 0 1
-2 0 0 1 1 104 0 0 1 0 0 0 0
1 1 1 0 1 101 1 1 0 0 0 1 0
0 1 1 1 1 17 0 1 0 0 0 1 1
0 1 1 1 1 115 0 1 1 0 0 0 0
3 0 1 1 1 67 0 0 1 0 1 0 0
-3 1 1 0 0 -44 0 0 1 1 1 1 1
1 1 1 1 0 50 0 1 0 0 0 0 0
-4 1 1 1 1 -103 0 1 1 0 0 1 1
1 0 1 1 0 -37 1 0 0 0 1 0 0
2 0 1 1 1 -95 0 0 1 0 1 1 1
1 0 1 0 0 -85 0 0 1 1 0 0 0
-4 1 1 1 0 62 0 1 1 0 1 0 0
3 0 1 0 0 120 0 1 1 0 0 0 1
0 0 0 0 1 14 0 0 0 0 0 1 0
-2 1 0 1 0 -98 1 1 0 1 0 0 0
3 1 1 0 1 -127 0 1 0 0 0 0 1
1 0 0 0 0 52 1 1 1 0 1 0 0
-1 0 0 1 0 24 1 0 1 1 1 1 1
1 0 1 1 1 -60 1 1 1 0 1 0 1
0 0 1 1 1 11 0 1 0 1 1 1 0
-2 1 0 0 1 29 1 1 1 0 0 0 1
-4 0 1 0 1 -123 1 1 0 0 1 0 0
-4 1 0 0 1 101 0 1 0 0 0 1 1
-4 0 0 0 0 30 1 0 1 1 0 0 1
-4 1 0 1 0 72 1 0 0 0 1 1 0
-4 1 1 0 0 96 0 0 0 1 1 0 1
-2 1 0 0 0 -105 0 0 1 1 1 0 0
0 0 1 0 1 -49 0 0 0 0 0 0 1
-2 0 1 1 0 -70 0 0 0 1 0 1 0
-2 0 0 1 1 -7 1 0 0 0 1 1 0
1 1 1 1 0 94 0 1 0 1 1 0 1
1 0 0 0 0 -64 0 0 0 0 0 1 0
1 0 0 1 1 -123 0 0 1 1 1 0 0
-3 1 1 0 0 65 0 1 1 0 0 0 0
-1 1 1 1 0 75 1 1 1 1 1 1 1
-4 0 1 0 1 -127 1 1 0 0 0 0 0
2 1 1 1 1 -39 0 0 1 0 1 0 1
-1 1 0 1 0 2 0 1 0 1 1 1 1
2 1 1 1 0 99 0 1 1 0 1 1 1
1 0 0 1 1 83 1 0 1 0 1 0 0
0 0 0 1 0 25 0 1 0 0 0 0 0
-1 1 1 0 1 -92 1 0 1 0 0 0 1
-4 0 1 1 1 -100 1 1 1 1 0 0 0
2 0 0 0 1 -89 1 0 0 1 0 0 0
-2 1 1 1 0 20 1 1 1 1 1 1 0
-1 0 1 0 0 81 0 0 0 1 0 0 1
3 1 1 1 1 88 1 1 1 1 0 0 0
0 0 1 1 1 -20 0 0 0 1 1 1 1
3 0 0 1 0 76 1 1 0 1 1 0 0
3 1 1 1 1 -44 1 1 0 1 1 0 1
3 0 1 1 0 50 1 0 1 0 1 0 0
2 0 0 0 0 -27 0 1 0 1 0 0 0
-4 1 1 0 0 -96 0 1 0 0 1 0 1
1 1 0 1 1 24 1 0 0 0 0 1 1
-3 1 1 0 0 -103 0 1 0 1 1 0 1
2 1 1 1 0 21 0 0 0 1 0 0 1
0 0 1 1 0 -17 0 1 1 1 0 1 0
1 1 0 1 0 -4 1 0 1 1 1 0 1
3 1 0 1 1 12 0 0 1 1 0 1 1
-3 0 1 1 1 -73 1 0 0 1 1 1 1
-2 1 1 1 1 -33 1 1 0 0 1 1 0
-4 1 1 0 0 -25 1 1 1 1 1 0 0
3 1 0 0 1 -128 0 0 1 1 0 0 0
0 1 0 1 0 -31 0 0 0 0 0 0 0
2 1 0 1 1 18 0 0 0 1 1 1 1
-4 1 1 0 1 69 1 0 1 1 0 1 0
1 0 0 0 0 55 1 0 0 0 0 1 1
3 1 1 0 1 -40 0 0 1 1 0 0 0
3 1 1 0 1 53 0 1 1 0 1 1 1
0 0 1 0 1 122 1 0 0 0 0 0 0
-3 0 1 1 1 -66 1 1 1 0 1 1 0
-1 0 1 1 0 44 1 1 0 0 1 1 0
-2 1 0 1 0 118 0 1 1 1 0 0 0
1 0 0 1 0 -38 1 0 0 0 1 1 1
-3 0 1 1 1 -120 0 0 0 0 1 1 0
2 1 0 1 0 -36 1 0 1 1 1 1 1
2 1 1 1 1 127 1 0 1 0 1 1 0
2 1 0 0 0 24 1 0 0 0 1 1 0
1 0 1 0 1 22 1 1 1 1 1 1 0
0 1 1 0 1 24 0 1 0 1 1 1 1
-2 1 1 0 0 -15 0 0 0 0 1 0 0
2 0 1 1 1 -30 1 1 0 0 0 0 1
-1 1 1 0 1 -56 1 1 1 0 1 0 0
-2 0 1 1 0 -35 1 0 0 0 0 1 0
1 1 0 0 0 -28 0 0 0 0 1 0 0
-1 0 0 1 0 -2 1 1 0 1 0 1 0
1 0 1 1 0 -65 0 1 1 0 0 0 1
2 0 1 1 1 -109 1 0 1 0 1 0 1
2 0 0 1 1 -113 0 1 0 0 1 1 0
-4 0 1 0 1 92 1 0 1 0 0 1 0
-4 1 0 0 1 -62 1 1 1 0 1 0 0
-1 1 0 0 1 9 0 1 0 0 0 0 0
1 1 1 1 0 113 0 0 0 0 1 0 1
3 0 1 1 1 27 1 0 1 1 0 1 0
3 0 1 1 1 -46 1 0 0 0 0 1 0
-2 0 1 0 0 -47 1 0 0 0 0 1 1
3 0 1 0 1 -12 0 0 1 0 0 1 0
-4 1 0 0 1 -63 1 1 1 1 1 1 1
2 1 0 1 0 -122 0 0 1 0 0 0 0
-4 1 0 1 1 -3 1 1 0 0 0 1 1
-1 1 0 0 0 79 1 1 0 0 1 0 0
0 1 1 1 0 8 0 0 0 1 1 0 0
0 0 0 0 1 -71 1 0 1 1 0 1 1
3 0 1 0 0 51 0 0 1 1 0 0 0
-3 0 1 1 1 106 0 1 1 1 0 0 0
-4 0 0 0 0 -78 0 1 0 0 1 0 0
0 0 0 0 1 -73 0 1 1 1 0 0 0
3 1 0 0 0 16 0 0 0 1 1 0 1
-2 0 0 0 1 37 1 0 1 0 0 0 1
-2 0 0 1 1 6 0 1 1 1 1 1 0
1 1 1 0 1 61 1 0 1 0 1 0 1
1 1 1 1 0 95 0 0 1 0 1 0 0
2 1 0 1 1 99 0 1 1 1 1 1 1
1 0 1 1 1 17 1 0 0 1 1 0 1
-1 1 1 0 1 -42 0 1 1 0 1 1 0
2 1 0 1 1 -88 0 1 0 0 0 0 1
0 1 0 1 1 22 1 0 1 0 0 1 0
1 0 1 0 0 -95 0 0 1 1 0 1 0
1 1 1 1 0 104 1 1 1 1 1 1 0
0 0 1 1 0 55 0 0 0 1 1 0 0
-4 0 0 0 1 37 1 0 1 0 0 0 0
-4 1 0 1 1 -66 0 0 0 1 0 1 0
-1 0 1 0 0 -90 0 1 0 0 0 0 0
2 1 1 1 0 96 0 1 0 1 0 0 0
-3 0 1 1 0 -21 1 0 0 0 0 1 0
2 0 0 1 1 -79 1 0 1 0 1 1 1
-2 0 1 0 0 76 1 1 1 1 1 1 1
2 1 0 0 1 -36 1 0 1 0 1 1 1
-3 1 1 0 0 37 0 0 0 1 1 1 1
-1 1 1 0 0 -106 1 0 0 0 1 0 0
3 0 0 1 0 -54 1 0 0 0 0 0 0
3 1 0 0 1 16 0 0 0 0 1 0 1
0 1 1 0 0 -85 0 0 0 0 1 0 1
-3 0 0 0 1 -69 0 0 1 1 0 1 0
-2 1 1 1 0 60 1 1 0 1 1 1 1
-4 0 0 1 0 114 1 0 0 0 0 0 1
-1 0 0 0 0 41 0 0 1 0 1 1 0
-1 0 0 0 1 114 1 0 0 1 1 1 1
-4 0 0 1 1 -87 1 1 1 1 0 1 0
-4 0 0 0 0 29 1 0 1 0 1 1 0
-1 0 0 0 1 116 0 1 1 0 0 1 0
1 0 1 1 1 -5 1 0 1 1 0 1 1
1 0 0 0 0 -23 0 0 0 1 0 1 1
-2 1 0 1 0 -107 0 0 0 1 1 1 0
1 0 0 0 0 25 1 1 1 0 1 1 1
1 1 1 1 1 61 1 0 0 1 1 0 1
-2 0 1 0 0 -126 1 0 1 0 1 0 0
-3 0 0 0 1 -18 1 0 1 0 1 0 1
0 0 0 1 1 -15 0 0 1 0 1 1 0
0 1 0 1 0 -15 0 1 0 0 0 1 1
-1 1 1 0 0 -79 1 0 1 1 0 0 0
-4 0 0 1 0 -34 1 1 1 1 0 0 1
1 1 0 0 1 124 1 0 1 1 1 0 0
-4 1 1 1 0 44 0 1 0 0 1 0 0
2 0 1 0 0 -114 1 0 1 1 1 0 0
2 0 0 0 1 -123 1 0 1 0 0 0 1
3 1 0 1 1 50 1 0 0 0 1 1 0
-4 0 0 0 0 -85 1 0 1 0 1 1 1
-1 0 0 1 0 64 1 1 0 1 0 1 0
2 1 0 0 1 -53 0 0 0 1 0 1 1
-3 1 0 1 0 93 0 0 1 0 0 1 1
-1 0 1 0 0 -56 1 0 0 0 0 0 0
-2 0 1 0 0 38 1 1 1 0 1 1 1
-1 0 0 1 0 -114 0 1 0 1 1 0 0
2 0 1 0 1 63 0 0 0 1 0 0 1
-3 1 0 0 1 116 1 0 0 0 0 0 0
-1 0 1 1 1 59 1 1 1 1 1 1 1
-2 1 1 1 0 -63 1 0 1 0 1 0 0
-3 0 1 1 1 113 0 1 0 0 0 0 0
1 0 1 1 1 127 1 0 1 1 1 1 1
-1 1 0 1 1 12 1 0 1 0 1 0 1
1 1 1 0 0 109 0 0 1 0 1 1 1
-4 1 0 1 1 106 0 0 1 1 0 1 0
3 1 1 0 1 124 1 1 0 0 1 0 0
0 0 0 0 1 -35 0 0 1 1 1 0 1
-2 1 1 0 0 73 1 1 1 0 0 0 0
-2 0 1 1 1 61 1 0 0 0 0 0 0
-4 1 0 1 0 64 0 1 1 1 0 0 1
-2 0 1 0 1 25 0 0 0 0 0 0 0
-2 0 1 1 1 -111 0 1 0 0 1 1 1
2 0 0 1 0 49 0 1 1 0 1 0 1
0 1 0 1 1 71 0 1 0 0 1 0 0
-3 0 1 0 1 82 1 0 1 0 1 1 1
2 1 0 1 1 85 1 0 1 1 1 0 1
-2 1 1 0 0 84 0 0 0 1 1 0 0
-1 0 1 1 1 106 0 1 1 0 1 1 0
3 1 1 1 1 -47 1 1 0 0 0 0 1
0 0 0 0 1 -57 1 1 1 1 1 1 0
1 0 1 0 0 27 1 0 1 0 1 0 0
0 1 0 0 1 -70 0 0 1 0 1 0 0
1 1 1 1 0 114 0 0 0 1 1 1 0
-4 1 1 1 0 33 0 1 1 1 1 1 1
2 0 1 0 0 34 1 0 1 0 1 1 0
-2 1 0 0 0 -56 0 0 0 1 1 0 1
-1 0 0 0 0 -65 0 0 1 1 1 0 1
2 1 0 1 0 10 1 1 0 1 1 1 1
0 1 0 1 0 -78 0 0 1 1 1 1 0
1 0 0 1 1 -73 1 1 1 0 0 1 0
-1 0 1 0 0 10 0 1 1 1 1 1 0
-4 0 0 0 1 -75 1 1 1 0 1 1 1
3 0 0 0 0 104 1 0 1 1 0 1 1
-2 1 0 0 0 -53 1 0 0 0 1 0 1
3 0 1 0 0 -36 0 1 1 1 0 1 0
1 1 0 0 1 13 1 0 1 1 1 0 0
-2 0 1 1 1 25 1 1 0 0 1 0 0
0 1 0 1 1 -18 0 1 1 1 1 1 0
3 0 0 0 1 94 1 1 1 0 1 1 1
3 1 1 0 0 -21 1 0 1 0 1 0 1
-2 0 0 1 0 -15 1 0 0 1 1 1 0
3 1 0 0 1 -43 0 1 1 0 0 1 1
-3 1 1 1 1 70 0 1 0 0 1 1 0
-4 1 0 0 0 -78 1 0 1 1 0 0 0
-4 1 0 0 0 -100 1 0 0 1 0 1 1
0 0 0 1 0 108 1 0 0 0 1 1 0
0 0 1 0 1 96 0 1 0 1 1 1 0
0 1 0 1 1 28 1 1 1 1 1 1 1
-2 0 0 1 1 -102 1 0 1 0 0 1 0
-1 0 1 1 1 99 0 1 0 1 1 0 1
-4 0 0 0 1 82 0 1 0 1 0 1 1
3 1 1 0 1 77 1 0 0 0 1 1 0
-3 1 0 0 1 -65 0 0 1 1 0 1 1
-1 1 1 1 1 -88 1 1 0 0 0 1 1
-3 1 1 1 1 -66 1 0 1 0 0 1 1
0 0 1 0 0 45 1 0 0 0 0 0 0
-1 0 0 1 0 19 1 1 1 1 0 1 0
-2 0 1 0 0 123 0 0 1 1 0 1 0
-1 1 0 0 0 10 1 0 1 0 0 0 0
2 0 0 1 1 30 1 0 0 0 0 1 1
-4 1 1 1 1 -107 1 1 0 1 1 1 0
-2 1 1 1 1 51 1 0 0 1 1 0 0
-4 1 0 1 1 21 1 1 1 1 1 1 0
-2 1 1 0 1 88 0 0 0 0 1 1 1
-3 1 1 1 1 65 0 0 1 1 1 1 0
-1 0 1 0 0 109 0 1 1 1 1 0 1
-1 1 0 1 1 -86 0 0 1 0 0 1 0
-2 1 1 0 1 99 1 0 1 1 0 1 1
-3 1 0 1 1 -91 0 0 1 1 0 1 0
0 0 0 0 0 -57 1 0 1 0 1 1 0
3 0 1 0 1 -39 1 1 1 0 1 1 1
-3 0 0 0 0 -65 1 0 1 1 0 1 0
-1 0 0 0 1 -48 0 1 0 0 1 1 0
0 1 1 1 0 -33 0 0 0 1 0 0 0
1 1 0 0 1 125 1 0 0 0 0 0 0
-4 1 0 0 0 101 0 0 1 1 1 1 1
1 1 0 1 1 23 0 0 1 0 0 1 0
0 0 1 1 1 88 0 0 0 0 0 0 0
1 0 1 0 1 -43 1 0 1 0 1 0 0
-4 1 1 0 1 -47 1 0 0 1 1 1 0
-2 1 0 1 1 37 1 0 1 1 1 0 1
-2 0 1 0 0 -85 1 1 0 0 1 0 0
-1 1 0 1 1 44 0 0 0 0 1 0 1
-2 1 1 1 0 8 0 1 1 1 0 0 0
-2 1 0 1 0 124 1 1 1 0 1 1 0
0 1 1 1 0 80 1 0 0 0 0 0 1
-2 0 1 1 1 35 0 0 0 0 1 0 0
-4 1 1 1 1 -30 1 0 1 1 1 0 1
-3 1 1 1 0 60 0 0 0 1 0 0 1
0 1 1 0 0 -102 1 0 0 0 0 1 1
0 1 0 0 0 -55 0 1 0 0 1 1 1
0 0 1 0 1 -90 0 0 0 0 1 0 0
0 0 1 0 0 45 0 0 0 0 1 0 1
0 0 0 1 1 74 1 0 1 0 0 0 0
-1 0 0 0 0 119 1 1 0 0 0 0 1
-1 0 0 1 1 76 0 1 1 0 0 1 0
-4 0 0 0 1 44 0 1 0 1 1 1 1
-2 1 0 1 0 -99 0 0 1 1 0 1 0
0 1 1 0 0 35 1 0 1 1 0 1 1
-1 0 0 1 0 -52 0 0 0 1 0 0 1
-1 1 1 0 0 -15 0 0 1 0 1 0 0
1 1 1 0 0 20 0 1 1 1 0 0 1
-3 1 1 0 1 54 0 1 0 0 0 1 0
-4 1 0 1 0 -125 1 0 0 1 0 1 0
-2 0 0 1 1 -18 0 1 0 1 1 1 1
-2 0 1 0 0 -104 0 1 1 1 1 0 1
1 0 0 0 0 -32 0 1 0 1 0 0 1
-1 1 1 0 1 -93 0 1 1 0 1 0 1
1 0 0 1 0 -114 0 1 1 0 0 0 1
2 0 0 0 1 37 0 1 1 0 0 1 1
-4 1 1 1 1 33 0 0 0 0 0 1 0
-1 0 1 1 1 -53 1 0 0 0 1 1 1
3 0 0 0 1 -1 1 1 0 1 1 1 0
0 0 1 1 0 57 1 0 1 0 1 0 0
3 1 0 1 1 -12 0 1 1 0 0 1 1
1 1 1 0 1 80 1 1 1 1 1 1 0
-2 1 1 1 1 -2 1 0 0 1 1 1 0
1 0 1 0 1 120 0 0 0 0 0 0 0
-2 1 0 1 1 48 0 1 1 0 1 0 1
-4 1 0 1 1 12 1 0 1 1 1 0 1
-4 0 1 1 0 5 1 0 1 0 1 0 1
-3 1 1 1 0 44 0 0 1 0 1 1 1
-1 1 1 1 0 39 0 0 1 1 1 1 0
2 0 1 0 1 14 1 0 0 1 1 0 0
-4 0 0 1 0 -85 0 0 1 0 1 0 0
3 0 1 0 0 49 0 1 1 0 0 1 1
3 1 1 0 0 -68 1 1 0 1 1 1 0
0 0 0 1 0 83 1 1 1 0 1 0 0
-2 0 0 1 1 19 0 1 1 0 1 0 1
1 1 1 1 1 96 0 1 1 0 0 1 1
1 1 0 0 0 -67 1 1 0 0 0 0 1
3 0 1 1 0 -106 0 0 0 0 1 0 1
1 1 0 1 1 -82 1 1 0 1 1 0 1
0 0 0 0 0 -9 1 0 1 1 1 0 1
-4 1 0 0 1 32 0 1 0 0 1 0 0
3 0 0 1 1 -49 1 0 0 1 0 1 1
0 1 0 1 1 -44 1 1 0 0 0 0 1
-4 0 0 0 1 -8 0 1 1 1 1 1 1
-1 1 0 1 1 44 1 0 1 0 1 0 1
-2 0 1 0 0 35 0 1 1 0 1 0 0
3 1 1 1 1 -105 0 1 0 0 0 0 1
2 1 0 1 1 18 1 1 0 1 0 1 0
-1 0 0 0 0 42 0 1 1 0 0 0 1
-2 0 0 1 0 50 0 0 1 0 1 0 0
-3 1 0 0 0 -18 0 0 0 1 1 1 1
-1 1 1 1 1 -87 1 1 0 1 0 0 1
2 1 1 1 0 87 0 1 1 0 1 1 1
1 1 0 1 1 -116 1 1 1 0 1 1 1
0 0 0 1 1 106 1 0 0 1 0 1 1
-3 1 0 0 1 -83 0 0 1 1 0 0 1
3 1 1 1 1 70 1 0 1 0 1 1 1
-4 1 1 1 0 31 1 1 1 1 0 1 0
-3 0 1 1 0 -29 1 0 1 1 1 0 0
0 1 1 1 1 -25 1 0 1 0 0 0 0
-1 0 0 0 1 110 0 1 0 1 1 0 1
-4 0 1 0 0 39 0 1 0 0 0 0 1
-3 0 0 1 1 -97 1 1 0 1 0 1 0
-2 1 1 0 1 116 0 0 0 0 1 1 0
-2 1 1 0 1 24 1 0 0 0 1 0 0
-4 0 1 0 0 -7 0 1 1 1 1 1 1
-4 1 1 0 0 -59 1 1 0 0 1 1 0
2 1 0 1 1 -47 0 0 1 1 1 1 1
3 0 0 1 1 29 1 1 0 1 1 1 0
-2 1 0 1 1 -92 1 0 1 0 1 0 0
-3 1 0 0 1 115 1 0 0 0 1 1 1
-3 0 0 0 0 43 1 1 1 1 0 0 1
1 0 1 0 0 -15 0 0 0 0 0 0 1
0 0 0 1 0 -62 0 0 0 0 1 1 1
-2 1 0 1 0 -111 0 0 0 0 0 1 0
-3 0 0 0 1 -58 1 1 1 0 1 1 0
1 1 1 1 1 121 1 1 0 1 0 0 1
-1 0 0 1 1 90 0 0 1 0 1 1 1
-1 0 0 0 0 -98 0 1 1 0 1 0 0
1 0 0 0 1 -7 1 1 1 0 1 1 0
0 0 1 0 0 50 1 0 1 1 1 0 1
-1 1 1 1 1 99 0 0 0 0 1 0 1
-4 1 1 1 1 -115 1 1 1 0 1 0 1
0 1 1 0 1 123 1 1 1 0 0 1 0
2 1 0 1 1 -78 0 0 0 0 1 1 0
0 1 0 0 1 -72 0 1 1 0 1 0 1
0 0 1 1 1 -4 1 0 1 1 1 1 0
-3 0 1 1 1 -125 0 1 1 0 0 1 1
2 0 0 1 0 102 0 0 0 1 1 1 1
3 0 0 1 1 -126 1 0 1 1 0 0 0
-3 1 1 1 0 53 0 1 1 0 0 1 0
0 1 0 1 1 1 1 0 1 0 1 1 0
-2 1 0 1 1 108 1 1 0 1 1 1 0
1 1 1 0 0 14 1 0 0 0 1 1 0
1 1 1 1 0 -128 1 0 1 1 1 1 1
-2 0 0 1 0 122 0 0 0 1 1 0 1
-3 1 1 1 1 -40 1 0 0 1 1 1 1
1 0 0 0 0 60 0 1 0 0 0 0 0
-2 1 1 1 1 -57 0 0 0 0 1 0 0
-4 0 1 1 0 104 1 0 1 1 1 0 0
-4 0 1 0 0 44 0 0 0 1 1 0 0
-4 1 1 0 1 48 0 1 0 1 1 1 1
2 1 1 0 1 125 0 0 1 1 1 1 1
-2 1 0 1 1 6 1 1 0 0 0 0 1
-1 1 0 0 1 -110 1 0 0 1 0 0 0
-3 1 0 0 0 -122 1 1 1 0 1 0 1
2 0 1 1 1 -122 1 0 1 1 1 1 0
-1 0 1 0 0 35 1 1 1 0 0 0 0
-2 0 1 0 0 -14 0 1 1 0 0 0 0
-3 0 0 1 1 95 0 1 0 0 1 0 1
-3 0 1 0 1 11 0 0 0 0 0 0 1
-3 0 0 1 0 -14 1 1 1 1 0 0 1
-4 1 0 1 1 106 1 1 0 1 1 1 0
0 1 0 0 1 36 0 0 1 1 0 0 0
-4 1 0 1 1 103 1 0 0 1 1 0 0
-3 0 1 1 0 -44 0 0 1 0 1 1 1
2 0 1 1 1 -8 0 1 1 1 1 0 0
3 0 1 0 1 102 0 0 1 0 1 1 0
-3 1 0 1 1 -126 1 0 0 0 1 0 1
-3 0 1 1 1 -58 1 0 1 1 1 0 0
-1 0 1 1 0 96 0 1 0 0 0 1 0
-1 1 0 0 1 8 0 1 1 0 0 0 0
-1 0 0 0 1 90 1 0 1 1 1 1 0
2 1 0 1 0 -124 0 1 0 1 0 1 1
1 0 1 1 0 -23 0 0 0 0 0 1 0
-1 1 1 1 0 61 0 1 0 1 1 1 1
1 1 1 1 1 -9 0 1 1 0 0 1 0
-2 0 0 0 1 -101 0 1 0 0 1 1 1
3 0 0 0 0 -3 0 0 0 0 0 0 1
1 0 0 1 1 -89 1 1 1 1 1 1 0
-4 1 1 1 1 85 0 0 0 1 0 0 1
0 0 0 0 0 -20 0 1 1 0 1 1 1
-4 0 0 1 0 120 0 0 0 0 1 1 0
2 1 0 0 1 -29 0 0 0 1 0 0 0
-2 1 1 1 0 -17 1 0 1 0 1 0 1
3 1 0 1 0 -5 1 1 1 0 1 1 0
-4 0 0 1 1 89 0 1 1 0 0 0 1
-2 1 0 0 1 -94 0 1 0 0 1 1 1
-4 1 0 0 1 -4 1 1 1 0 1 0 0
3 0 1 1 1 -51 0 1 1 1 1 0 1
3 1 0 0 0 55 1 1 1 1 1 1 1
0 1 0 0 1 46 0 1 1 1 0 1 1
2 0 1 1 0 8 1 1 1 0 0 0 0
-4 1 1 1 1 -79 1 0 0 1 1 0 0
-2 0 0 1 1 13 1 0 1 1 1 1 1
0 1 1 0 0 73 0 1 0 0 0 0 0
-1 0 0 1 0 20 1 0 0 1 1 1 1
-3 1 1 0 1 98 0 1 0 1 0 1 0
-2 0 1 1 0 -81 0 1 0 1 1 0 1
0 0 0 0 0 65 0 0 0 0 0 0 0
-4 0 0 1 1 -68 0 1 0 0 1 0 1
0 1 1 1 0 62 1 0 0 1 1 1 0
-3 0 1 0 1 -122 0 0 0 0 1 0 0
2 0 1 1 1 -122 0 0 0 0 0 0 1
0 1 0 1 0 124 0 0 1 0 0 1 1
2 0 0 0 0 80 1 1 1 0 0 0 0
1 0 1 1 0 121 1 0 0 1 1 0 0
3 1 0 0 0 -50 0 1 0 0 1 0 1
0 0 0 1 0 61 1 0 0 1 0 0 1
1 0 1 1 1 -101 0 0 1 0 1 0 1
2 0 0 1 0 66 0 1 1 1 1 1 1
-2 0 0 1 0 -67 1 1 0 0 0 0 1
-2 1 1 1 0 -17 0 1 1 1 0 1 0
3 0 0 0 1 67 1 1 1 0 0 0 0
3 1 1 0 1 63 1 1 1 1 1 0 1
1 1 1 0 1 79 0 0 1 0 1 0 1
0 1 1 0 0 50 0 0 0 0 0 1 0
-1 0 1 1 1 -84 0 1 0 0 1 1 1
3 0 1 1 1 -9 0 1 0 0 1 1 1
-4 0 0 1 0 -87 1 0 1 1 1 1 0
-3 1 1 0 0 13 0 1 1 0 0 0 1
-4 0 0 0 1 79 0 1 1 0 0 0 0
-2 1 0 0 1 5 0 0 1 0 0 0 0
-1 0 1 1 1 -31 1 1 1 0 0 0 1
-1 1 1 1 0 -79 1 1 0 1 1 1 0
-1 1 0 0 0 -76 0 0 0 0 0 1 0
-4 0 1 1 1 93 1 0 1 1 0 1 0
3 0 0 0 0 -97 0 0 0 1 0 0 0
-3 1 1 0 1 -8 0 1 1 1 1 1 0
3 0 0 0 1 -24 0 1 0 0 0 1 0
3 1 0 0 0 35 0 1 0 1 0 0 1
0 0 0 0 1 24 0 1 0 1 1 0 1
1 1 1 0 0 42 1 0 0 0 0 0 1
2 1 0 0 1 -87 0 1 1 0 1 1 0
0 0 1 1 1 -80 1 0 0 1 1 0 1
-1 1 0 0 1 22 1 0 0 0 0 0 1
1 1 0 1 0 -5 0 1 0 1 0 1 1
3 0 0 1 0 62 1 0 0 1 1 0 1
-1 1 0 0 0 -50 1 1 0 0 0 1 1
-1 1 0 1 0 -80 0 1 0 0 1 1 0
0 1 0 1 0 10 0 1 1 1 0 0 1
3 0 1 0 1 -87 1 1 0 1 1 0 0
0 0 1 1 0 -58 1 0 0 1 0 0 1
-3 0 1 1 1 -30 1 0 0 0 1 1 0
-1 0 0 0 1 -68 1 0 0 1 0 1 1
-1 0 1 0 0 14 0 0 0 1 0 0 0
-3 1 1 1 0 118 0 1 0 0 1 0 0
-2 0 0 0 1 -48 1 0 1 0 1 0 0
1 0 0 1 1 75 0 1 1 1 1 0 1
0 1 0 1 0 79 0 1 0 1 0 1 0
3 1 0 1 1 1 0 0 0 1 1 1 0
1 1 0 1 1 112 1 1 1 1 0 1 1
-3 0 1 0 0 44 0 0 0 0 0 0 0
-2 1 0 0 0 -62 1 0 1 0 1 1 1
-3 0 0 0 1 80 1 0 0 0 1 0 1
1 0 0 1 1 -121 0 0 0 0 0 0 1
0 0 0 0 1 47 0 1 0 1 0 1 0
-4 1 1 0 0 -22 0 0 1 0 1 1 0
-2 0 1 0 0 -74 1 0 0 0 1 0 1
-4 0 1 0 0 -126 0 0 0 0 0 0 1
3 1 0 0 1 88 1 1 0 1 0 0 1
2 1 1 1 1 103 1 0 0 1 0 0 0
-2 0 1 1 0 20 1 0 0 1 1 0 0
-3 0 0 1 0 81 0 1 0 0 1 1 1
1 0 1 1 0 110 1 0 1 1 1 0 0
2 0 1 0 1 -4 0 1 1 0 1 0 1
3 1 1 1 0 126 0 1 0 0 0 1 0
-3 1 1 1 0 -126 1 0 0 0 1 1 1
3 0 0 0 1 55 0 1 1 0 0 1 0
-3 1 1 0 0 15 1 1 0 0 0 1 1
1 1 0 1 0 24 1 0 1 0 1 1 1
2 1 1 1 0 76 0 0 0 0 0 0 1
3 0 1 0 1 75 1 0 0 1 0 1 1
3 0 1 1 1 106 0 1 0 1 0 1 1
-1 1 0 0 1 -33 1 0 0 1 0 0 0
-3 1 0 1 0 -101 0 0 0 1 1 1 0
-3 1 0 0 1 53 0 1 1 1 1 0 1
3 1 1 0 1 -94 0 0 1 0 1 1 0
0 0 1 1 1 17 0 0 1 1 0 0 0
-4 0 0 0 1 -72 1 1 1 0 1 1 1
0 1 0 1 0 -20 0 1 1 1 0 0 0
3 1 1 1 0 -61 0 1 0 0 1 1 1
-4 0 0 1 0 -77 1 1 1 0 0 0 0
-3 0 0 0 0 114 0 0 0 1 0 0 1
-3 1 1 0 1 37 0 1 0 1 0 0 0
-4 0 0 0 1 -112 0 1 1 1 0 0 0
0 0 0 0 0 -110 0 1 0 1 0 1 1
1 0 1 0 1 126 0 0 0 0 0 1 0
1 1 1 1 1 -48 1 0 0 0 1 1 0
1 0 0 0 0 127 0 1 0 1 1 0 1
1 0 0 0 0 -3 0 0 0 1 0 0 1
-3 0 1 0 1 110 0 0 0 1 1 0 0
-3 0 0 1 0 -25 1 0 0 0 0 0 0
3 1 1 0 1 -95 1 1 1 0 0 0 1
-2 0 0 1 0 -17 1 1 0 0 1 1 1
-1 1 0 0 0 103 0 1 1 1 0 0 1
-3 1 0 0 0 -62 0 0 0 0 0 1 0
0 0 0 1 1 47 1 0 0 0 0 0 1
1 1 0 1 0 -19 0 0 0 1 0 0 0
0 1 1 0 1 34 1 0 1 0 0 0 1
-2 1 1 1 0 55 0 1 1 0 0 1 0
-2 0 0 1 1 -33 1 1 1 1 1 1 1
-3 0 0 1 1 -113 0 0 0 1 0 0 1
2 0 0 1 0 89 1 1 1 0 1 0 1
1 0 0 0 0 -96 1 1 0 0 0 1 0
-4 1 0 0 1 -51 1 0 0 1 0 1 1
-2 0 1 1 1 -51 0 0 1 1 1 1 1
-1 0 0 0 1 116 1 1 0 1 1 0 0
-2 1 0 1 0 61 0 0 0 1 0 0 0
-1 0 0 0 0 92 1 0 1 0 0 1 0
-3 1 0 0 0 -12 1 1 1 1 0 0 1
3 0 0 1 0 0 0 1 0 1 1 1 0
-4 1 1 1 1 48 0 0 1 0 1 1 0
-2 0 1 0 0 -37 1 0 1 0 0 0 0
-1 1 1 0 1 123 1 1 1 1 0 0 0
-2 1 0 0 1 -30 1 1 0 0 0 0 1
-2 0 0 0 1 -7 0 1 0 1 1 1 1
2 1 0 1 1 -120 1 1 0 1 0 0 0
3 0 0 1 0 42 0 0 0 0 0 1 0
-3 1 0 1 1 -13 1 1 1 0 0 0 1
-3 0 1 1 0 -105 1 1 0 0 1 0 1
-4 1 1 1 1 59 0 1 1 1 1 0 1
2 1 0 1 1 22 1 1 0 1 0 1 0
3 0 1 0 0 4 1 0 0 1 0 0 0
-1 1 0 1 1 -6 0 0 1 0 1 0 0
3 0 1 0 0 16 1 1 0 0 0 1 1
-1 1 1 1 0 -35 0 1 0 0 0 0 1
3 1 0 1 0 -96 0 1 0 1 1 1 1
3 0 1 0 1 50 0 1 0 1 0 1 0
-1 1 1 0 0 110 1 0 1 0 1 1 1
-1 1 0 0 0 -46 0 1 1 0 1 1 0
-1 0 1 0 1 -55 0 1 0 0 1 1 1
0 0 1 1 0 -17 1 1 0 1 1 1 1
-3 1 0 0 1 -57 1 1 0 1 1 1 0
-4 1 0 1 1 -116 0 0 0 0 0 1 1
-4 0 1 1 1 78 0 0 1 0 1 1 1
1 1 0 1 1 95 0 1 0 1 1 0 1
3 0 0 1 1 35 0 0 1 1 0 1 0
-4 1 1 1 1 7 0 1 1 1 0 1 1
-2 0 1 0 0 -60 1 1 1 1 1 1 0
2 0 1 0 1 -16 1 1 1 1 1 1 0
3 1 0 1 1 -61 0 1 0 1 0 1 0
2 0 0 1 0 -126 1 0 0 0 0 1 0
-2 0 0 1 0 121 1 1 0 0 0 1 0
2 1 1 1 0 1 0 0 0 1 1 1 0
-2 1 0 1 1 -7 1 1 0 1 1 1 1
-3 1 1 0 0 63 0 0 1 1 0 1 1
2 0 1 0 1 79 0 1 0 1 0 1 1
2 0 0 1 0 -39 1 0 1 1 0 1 1
2 1 1 0 1 3 0 1 0 1 0 0 1
0 0 0 1 0 47 1 0 1 0 0 0 0
-2 0 1 0 0 -20 1 0 0 1 1 0 1
3 1 1 1 1 40 0 0 0 1 1 1 0
-2 1 0 0 1 19 0 1 0 0 0 1 0
-1 1 1 1 0 -36 1 0 1 1 0 1 1
2 0 0 0 1 -91 0 1 0 0 1 0 0
3 0 0 1 1 -127 0 0 1 1 1 1 1
3 0 1 0 0 53 1 0 0 0 1 0 1
-2 0 1 1 1 -33 0 1 0 1 0 1 1
-3 1 0 0 0 -81 0 1 1 0 1 0 1
3 1 0 1 1 -36 0 0 0 1 1 1 1
0 1 1 1 0 -49 1 1 1 1 0 0 0
-3 1 0 0 1 106 0 1 0 1 1 1 1
-1 0 1 0 1 -47 1 1 0 0 1 0 1
-1 0 1 1 1 87 0 0 1 0 1 0 0
0 0 0 1 0 -44 1 0 1 1 1 1 1
-2 0 1 0 1 -77 1 0 0 1 1 0 0
-3 0 1 1 1 -4 0 1 0 1 0 0 0
2 1 1 0 1 76 1 0 0 0 0 1 0
-3 1 1 0 0 72 1 1 1 0 1 1 1
-4 0 0 1 0 -74 1 0 0 0 0 1 1
-1 0 0 0 0 -64 0 0 0 1 0 1 0
-3 1 0 0 1 -126 0 1 0 0 1 0 0
3 1 0 1 0 -29 1 1 1 1 1 1 1
-4 1 1 0 0 65 1 0 0 1 0 0 1
-4 1 1 1 0 -24 0 0 1 1 0 0 1
3 1 0 1 0 65 0 1 0 1 0 0 0
-4 1 1 1 0 -85 1 1 1 0 1 1 0
-2 0 1 0 1 -48 1 1 1 1 0 1 1
2 1 1 0 0 -122 0 1 0 1 0 0 0
-2 0 1 1 0 51 1 1 1 0 1 1 1
-3 1 1 1 0 -50 0 0 0 1 0 1 0
-4 0 1 1 1 -93 1 0 0 0 1 1 0
2 0 1 0 0 -27 1 1 1 0 1 1 0
0 0 0 1 0 -117 1 0 0 1 0 0 0
-4 1 1 1 1 6 1 1 1 0 1 0 0
-3 1 0 1 1 75 1 0 1 1 1 0 1
2 0 0 0 1 69 1 0 0 1 0 1 1
-3 0 0 1 0 -60 0 0 0 1 0 0 0
-2 0 1 1 0 124 1 1 0 1 0 0 1
-3 0 1 0 0 -43 0 0 1 1 0 0 0
3 1 1 1 0 -50 0 0 1 1 0 0 0
-3 1 0 0 0 114 0 0 0 0 1 0 0
0 0 0 0 0 66 0 1 0 1 1 1 1
2 0 0 0 0 98 1 1 0 0 1 0 1
2 0 0 0 0 80 0 1 1 1 1 1 0
-4 0 0 1 0 113 1 0 1 0 0 1 1
-1 0 1 0 0 -7 0 1 1 0 0 0 0
2 1 0 1 0 -1 1 1 0 0 0 1 1
2 0 0 1 1 -23 0 1 1 1 0 1 1
2 0 0 1 0 -80 0 0 0 1 0 1 0
0 0 1 0 0 -40 1 1 1 1 0 1 0
0 1 0 1 0 -52 0 0 0 1 0 1 0
3 1 0 0 0 -5 0 1 0 0 0 1 0
-1 0 1 1 1 30 1 0 0 0 0 1 1
3 1 0 1 1 52 1 1 0 1 1 1 0
-1 0 0 0 1 -80 1 0 0 1 1 1 0
-1 1 0 1 1 -110 0 0 0 0 0 1 1
3 1 0 0 1 -62 0 0 1 0 1 0 0
-2 1 1 1 1 17 0 0 1 1 0 0 0
3 0 0 0 1 -96 1 1 1 1 1 0 0
-3 1 1 1 1 82 0 0 0 1 0 0 1
-4 1 0 1 1 96 0 1 0 0 0 1 0
2 1 1 0 0 49 1 0 0 1 1 1 0
-1 0 1 1 1 -115 1 0 1 0 0 1 0
1 0 0 0 1 8 1 1 1 0 1 0 1
-2 1 0 1 0 -41 1 1 1 1 1 1 1
-1 1 0 1 0 44 1 1 0 0 0 1 0
-2 0 1 1 0 49 0 1 1 0 0 1 0
-2 1 0 0 0 16 0 1 1 1 1 0 0
2 0 0 1 0 -73 0 0 0 1 0 1 1
2 1 0 1 1 -14 1 1 0 0 0 0 0
0 1 0 0 0 79 0 0 1 0 1 1 1
3 1 1 0 1 86 1 1 0 1 0 1 1
0 0 0 1 0 14 1 1 0 1 1 1 0
-3 0 1 1 0 90 0 0 1 0 0 0 0
0 0 1 1 1 -15 1 0 0 0 1 0 1
-2 1 1 1 0 53 0 0 1 0 0 1 0
0 0 1 1 1 -118 1 0 1 0 1 0 1
1 0 0 0 1 -55 1 0 1 0 0 0 0
-2 1 0 1 1 -116 1 1 1 0 1 0 1
1 0 1 1 0 89 0 1 1 1 1 1 1
-1 0 0 1 1 63 1 1 1 0 0 0 1
-3 1 1 1 1 -90 0 0 0 1 1 1 0
-4 1 1 0 0 38 1 1 0 1 1 1 1
-3 1 0 0 0 -83 0 1 0 1 1 0 0
1 1 1 0 1 35 0 1 1 1 0 1 1
-2 1 0 1 0 68 1 0 1 0 0 1 1
1 1 0 0 0 50 1 1 1 1 0 1 1
0 1 0 1 0 48 1 0 1 0 1 0 0
0 0 1 0 1 5 1 0 0 1 0 0 1
-1 1 0 1 1 115 0 0 1 0 0 1 1
-3 0 0 1 1 8 0 1 0 0 1 1 0
-3 0 1 1 0 -66 0 1 1 0 0 1 1
-2 0 0 0 0 -58 0 0 0 0 1 0 1
1 1 0 0 0 -49 1 1 1 0 0 0 1
0 1 0 1 0 -94 0 1 0 0 0 1 0
-2 0 1 0 1 -2 0 1 1 1 0 0 0
1 0 0 0 0 78 1 1 1 1 0 1 1
-1 0 1 1 0 104 0 1 0 0 1 0 0
-1 1 0 0 1 -43 0 0 1 0 1 1 1
1 1 0 1 1 -109 0 1 1 1 0 1 1
1 1 0 1 0 -99 1 0 0 1 0 0 0
3 0 1 1 1 32 0 0 1 0 0 1 1
-2 1 1 1 0 114 1 1 0 0 1 0 1
-4 1 1 0 1 25 0 1 1 0 1 0 1
-2 0 0 1 0 -99 1 1 1 1 0 1 0
0 0 1 0 0 38 1 1 1 0 0 0 1
-3 0 1 0 1 51 0 1 0 1 0 0 0
3 0 0 1 0 -48 1 1 0 1 0 0 0
-1 1 0 0 1 -80 0 0 0 1 1 0 1
-3 0 0 1 1 60 0 1 0 1 1 0 1
-4 0 1 1 1 2 1 1 0 0 1 1 1
-4 0 0 1 1 -5 1 1 1 0 1 0 0
3 0 1 1 0 37 0 0 1 1 1 0 1
1 0 1 0 1 127 0 1 1 0 0 0 1
-3 0 0 1 1 109 0 0 1 0 1 0 0
-1 1 1 0 0 50 1 1 0 1 0 0 0
3 0 0 1 0 -111 0 0 1 1 1 0 0
1 1 1 0 1 20 0 1 0 0 0 0 1
3 1 0 0 0 100 1 1 1 1 1 0 0
-3 0 1 1 1 -27 1 1 0 0 0 0 1
-2 0 0 0 1 -122 0 0 0 1 1 0 1
-4 1 0 1 1 -39 0 0 1 0 0 1 1
-4 0 0 0 1 -20 0 0 1 1 1 0 0
1 0 0 1 0 57 1 1 1 1 0 0 1
1 1 1 0 0 83 1 1 0 1 0 1 1
-2 0 0 1 1 84 1 0 1 0 1 0 1
1 0 0 1 0 31 0 1 0 1 1 1 0
-4 1 1 1 1 -93 0 1 0 1 1 0 0
0 0 1 1 1 27 1 1 1 1 0 0 1
3 1 1 0 0 5 0 0 1 0 0 1 0
0 1 0 0 1 -10 0 1 0 1 0 0 1
3 1 1 0 1 111 0 1 0 1 0 1 0
-3 0 0 1 0 121 1 1 1 1 0 1 0
-3 1 0 1 1 -17 0 1 0 0 0 0 1
-3 1 1 1 1 117 1 1 0 0 0 1 1
0 0 0 0 0 71 0 1 1 0 0 1 0
3 1 0 0 1 74 0 1 1 0 1 1 1
-4 0 1 0 1 -12 1 0 0 1 1 0 0
1 1 0 1 0 95 1 1 0 1 1 1 0
2 0 0 0 1 89 0 1 1 1 0 0 1
2 0 1 1 1 115 1 1 1 1 0 1 1
-2 1 0 0 0 13 0 0 0 1 0 0 0
-3 1 0 0 1 -57 0 1 0 1 0 0 1
-4 1 0 1 0 -14 1 1 1 0 0 1 1
-1 0 0 1 0 -71 1 1 1 0 0 0 0
-1 1 0 1 0 126 0 0 0 1 1 0 0
-3 0 1 1 1 -54 0 1 0 0 0 1 0
-2 0 1 1 1 -105 0 1 0 0 1 0 1
-3 0 1 1 0 95 0 1 1 0 1 0 1
-1 1 1 1 0 109 0 0 0 1 1 0 0
1 1 1 1 1 77 1 0 0 0 0 0 1
2 0 0 1 0 54 0 0 0 1 1 0 1
-4 1 0 0 1 54 1 0 0 1 0 1 0
-2 1 0 0 1 13 0 0 0 0 1 1 0
-1 0 1 1 0 29 1 1 0 1 0 0 0
-1 0 0 1 1 -70 0 0 1 0 0 0 1
-4 1 1 0 0 32 0 0 0 1 0 0 1
2 1 0 0 1 14 1 1 1 1 1 0 1
-2 1 0 0 0 101 0 1 1 1 1 1 1
0 0 0 1 0 -5 1 1 0 1 1 0 1
0 1 1 1 0 -89 1 0 1 0 1 1 0
1 1 1 0 0 -84 1 0 0 0 1 0 1
-4 0 1 1 0 52 0 1 1 1 0 1 0
-2 1 1 1 1 -31 1 1 1 0 1 0 0
-1 1 1 0 1 12 0 1 1 0 0 1 0
-1 1 1 0 0 -48 1 0 1 0 1 0 1
-1 0 1 0 1 106 1 1 0 1 1 1 1
0 1 0 0 1 108 0 0 0 1 1 0 1
-4 0 0 0 1 -59 1 1 0 1 1 0 1
1 1 0 1 1 60 1 1 1 0 0 1 1
-4 1 0 1 1 106 0 0 1 1 0 0 0
3 0 0 1 0 -90 1 1 1 0 0 1 1
-3 0 1 0 0 80 1 0 0 1 1 0 0
1 1 0 1 0 -7 0 0 0 0 1 1 0
3 0 1 0 0 19 0 1 1 0 0 0 0
3 0 1 0 0 82 0 0 1 0 0 1 1
2 1 0 0 1 -99 0 1 0 0 0 0 1
-3 1 1 0 0 -45 1 0 1 0 1 1 1
-1 1 1 0 1 19 0 1 1 1 1 1 0
0 0 0 1 1 86 0 1 1 0 1 0 1
-3 1 1 1 0 22 0 1 1 1 1 1 0
-4 0 0 0 0 16 0 1 0 1 0 0 1
-2 0 0 0 0 56 0 1 0 1 1 0 0
0 1 1 0 0 115 0 0 0 1 0 0 0
3 1 0 0 0 65 0 0 0 1 1 0 1
-1 1 1 0 1 110 1 1 1 0 0 1 1
0 0 1 0 0 -108 0 0 1 0 1 0 1
-3 0 0 0 1 -97 0 1 1 0 0 1 0
1 1 1 1 0 23 1 1 1 1 0 1 1
1 0 1 1 0 -113 0 1 1 0 1 1 1
0 1 1 0 0 91 1 0 0 0 1 0 1
-4 0 1 0 0 -52 1 0 1 0 1 0 1
3 1 0 1 1 -45 1 0 1 1 1 1 1
3 0 1 1 0 -36 0 0 1 0 1 0 0
-1 0 1 1 0 28 0 1 0 0 0 1 1
1 1 1 0 1 85 0 1 1 1 1 0 1
2 1 1 1 0 -14 1 1 1 1 1 0 1
-3 0 0 0 0 84 0 0 0 0 1 0 0
3 0 1 1 0 110 0 0 1 1 1 0 1
-4 1 1 1 1 5 0 1 0 0 1 0 1
-2 1 0 1 1 51 0 0 1 0 1 0 1
-3 0 0 1 1 -7 0 0 1 0 1 0 0
-4 1 1 0 1 -61 1 0 0 0 0 1 0
-3 1 1 1 0 -107 1 0 1 1 1 0 1
-2 0 1 1 1 -125 1 0 1 1 0 0 0
2 0 0 1 1 -7 1 0 0 0 1 0 0
-3 0 1 0 0 87 0 0 0 0 1 0 0
0 1 1 0 1 -108 0 0 0 0 0 0 0
-3 1 1 1 1 -48 1 0 0 0 0 1 1
2 1 0 0 1 -103 0 0 0 0 0 1 0
-4 0 0 0 1 81 0 0 1 0 0 0 1
-1 0 0 0 1 -66 1 0 1 1 0 0 1
|
f292ff1ea09d1b9d9231f3bb5fb5bea96b3a2b04 | 449d555969bfd7befe906877abab098c6e63a0e8 | /623/CH1/EX1.1.4/U1_C1_4.sce | 399797417220fdb696f256888ea141126fda02cb | [] | 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,033 | sce | U1_C1_4.sce | //variable initialization
x1=20 //position of event 1 in meters(frame s)
t1=2*10^(-8); //time of event 1 in seconds(frame s)
x2=60 //position of event 2 in meters(frame s)
t2=3*10^(-8); //time of event 2 in seconds(frame s)
c=3*10^8; //speed of light in meter/second
v=0.6*c; //speed of frame s' relative to frame s (meter/second)
Beta=0.6
Gamma=1/((1-Beta^2)^(1/2));
//part(i):spatial separation of the events in frame s'
separation=Gamma*((x2-x1)-v*(t2-t1)); //spatial separation of the events in frame s' (meter)
//part(ii):time interval between the two events in frame s'
interval=Gamma*((t2-t1)-(v*(x2-x1))/(c^2)); //time interval between the two events in frame s' (second)
printf("\nIn frame s`:\n\t (i)spatial separation=%.2f meter\n\t (ii)time interval=%.2e second",separation,interval);
|
2221cb8b2e2979e6d40bd7382793c8f6a089bb7a | 449d555969bfd7befe906877abab098c6e63a0e8 | /377/CH3/EX3.2/3_2.sce | 295d6e9f9d56b672196ee6d48b3126cd39cc6206 | [] | 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 | 274 | sce | 3_2.sce | a=0.095;b=0.181;
c=a+b; //say c=sum of radii of Na+ and Cl-
d=c*10;
Z1=1;
Z2=-1;
e=1.6;
pi=3.14;
f=8.85; //say f=Є0
Fa=-(Z1)*(Z2)*(e^2)/(4*pi*f*(d^2));
printf('\n The force of attraction is %f*10^-6 N',Fa);
printf('\n The force of repulsion is -%f*10^-6 N',Fa); |
3ff8d209379998da78500f80ad5ed311704b7dc9 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/sci2blif.sce | 9f5ecc726fb6040f9a9acb034ee13c239a57c306 | [] | 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 | 21,380 | sce | sci2blif.sce | //***********************************
//SCRIPT TO READ FROM XCOS MODEL FILE
//***********************************
vpr_path='/home/ubuntu/rasp30/vtr_release/vtr_flow/'
clear blk blk_objs jlist cat_num loctmp loctmp2;
global file_name jlist cat_num board_num addvmm plcvpr pass_num chip_num cap_info show_dsgnmatrics;
global sft_chk ramp_chk;
importXcosDiagram(file_name);
disp("Compiling...");
select board_num
case 2 then arch = 'rasp3'; brdtype = ''; loc_num=1;
case 3 then arch = 'rasp3a'; brdtype = ' -'+arch; loc_num=2;
case 4 then arch = 'rasp3n'; brdtype = ' -'+arch; loc_num=3;
case 5 arch = 'rasp3h'; brdtype = ' -'+arch; loc_num=4;
else disp("1111");messagebox('Please select the FPAA board that you are using.', "No Selected FPAA Board", "error"); abort; end
if chip_num == [] then messagebox('Please enter the FPAA board number that you are using.', "No FPAA Board Number Entered", "error"); abort; end
[path,fname,extension]=fileparts(file_name); //get filename, path and extension
cd(path); deletefile(fname+'.blif'); deletefile(fname+'.blk'); deletefile('info.txt');
hid_dir=path+'.'+fname;
unix_s('mkdir -p '+hid_dir);
deletefile(hid_dir + '/' + fname + '.pads');
global dac_array dac_array_map gpin_array gpin_array_map number_samples period b_elements;
b_elements = tlist(['b_element','b_ota', 'b_fgota', 'b_nfet', 'b_pfet', 'b_cap', 'b_tgate', 'b_nmirror', 'b_ble','b_ibias'],0,0,0,0,0,0,0,0,0)
dac_array = [0]; dac_array_map = ""; gpin_array = [0]; gpin_array_map = ""; number_samples = 0; period = "0x03e8";
blname = "";
numofip=0; numofop=0; numofblk=0; numoflink=0;
inps=0; accblk=1;
blk_name=cell([1,1]); link_blk=cell([1,1]); spl_blk=cell([1 1]); cat_num =cell([1 1]); junc_unq = cell([1 1]);
arb_gen = cell([1 1]); gpin = cell([1 1]); ga_idx = cell(); gpin_idx = cell();
no=length(scs_m.objs); link_name=zeros(1,no); numipsofblk=zeros(no,2);
j=1; net=1;
objnum=1; ip_count=1; op_count=1;
prime_ips=[]; prime_ops=[]; blk_objs=[];
vmm_ct=0; split = %f; spl_src = [];
ga_blk_num= 0; gpin_blk_num= 0; genarb_dac=[]; genarb_gpin=[]; dc_dac=[];
fix_gnd=0; fix_vdd=0; ramp_adc=0; mite_adc=0;
global RAMP_ADC_check sftreg_check Signal_DAC_check GPIO_IN_check MITE_ADC_check plcloc ladder_count ONchip_ADC Onchip_ADC_num Counter_class mite_count lpf_ota_count mite_adc_number;
RAMP_ADC_check=0; sftreg_check=0; Signal_DAC_check=0; GPIO_IN_check=0; MITE_ADC_check=0; ladder_count=0; ONchip_ADC =0; sftreg_count=0;Onchip_ADC_num(1,1:2) =0;Counter_class=0;mite_count=0;lpf_ota_count=0;mite_adc_number=0;
add_clk=[]; dig_blk=0; netout=[]; addvmm = %f; plcvpr = %f;
plcloc = [];
nfetloc = 1; pfetloc = 1;
chgnet = [0,0,0,0,0,0]; //gnd_i gnd gnd_dig vdd vdd_o vdd_dig
chgnet_dict= []; chgnet_tf= %f; makeblk = %f; spl_fix = []; spl_fix_chg= %f; blk_in=[]; blk_out=[];
internal_number = 1; add_tgates4logic = 0; number_tgates = 0;
dac_loc_idx=0; dac_buf_loc_idx=0; gpin_loc_idx=0; adc_loc_idx=0; adc_ip_idx1=1; adc_ip_idx2=1; adc_ip_net=[1 2];
dac_loc= cell(); dac_buf_loc= cell(); gpin_loc= cell(); adc_locin= cell(); adc_loc= cell(); iopad_loc= cell();
exec("/home/ubuntu/rasp30/sci2blif/io_info/io_info_rasp30.sce",-1);
exec("/home/ubuntu/rasp30/sci2blif/io_info/io_info_rasp30a.sce",-1);
// Get net & block information (connection, block parameters)
for i =1:no
if(length(scs_m.objs(i) )==8) then numoflink=numoflink+1; link_name(1,numoflink)=i;
else
blk(j,1)=i;
if(scs_m.objs(i).gui== "dac") then prime_ips(ip_count)=j; ip_count=ip_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
elseif (scs_m.objs(i).gui== "dc_out1") then prime_ops(op_count)=j; op_count=op_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
elseif (scs_m.objs(i).gui== "dac_o") then prime_ops(op_count)=j; op_count=op_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
// elseif (scs_m.objs(i).gui== "adc1") then prime_ops(op_count)=j; op_count=op_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
// elseif (scs_m.objs(i).gui== "adc2") then prime_ops(op_count)=j; op_count=op_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
elseif (scs_m.objs(i).gui== "adc_ip") then prime_ops(op_count)=j; op_count=op_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
elseif (scs_m.objs(i).gui== "pad_in") then prime_ips(ip_count)=j; ip_count=ip_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
elseif (scs_m.objs(i).gui== "pad_ina") then prime_ips(ip_count)=j; ip_count=ip_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
elseif (scs_m.objs(i).gui== "pad_ind") then prime_ips(ip_count)=j; ip_count=ip_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
elseif (scs_m.objs(i).gui== "pad_out") then prime_ops(op_count)=j; op_count=op_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
elseif (scs_m.objs(i).gui== "pad_outa") then prime_ops(op_count)=j; op_count=op_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
elseif (scs_m.objs(i).gui== "pad_outd") then prime_ops(op_count)=j; op_count=op_count+1; blk_name.entries(j)= scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
else
blk_name.entries(j)=scs_m.objs(i).gui; blk_objs(objnum)=j; objnum=objnum+1;
//counting extra primary inputs for references of output otas of vmm
if (scs_m.objs(i).gui =='vmm_4') then vmm_ct= vmm_ct+8;
elseif (scs_m.objs(i).gui =='meas_volt') then mite_adc = 1;
elseif (scs_m.objs(i).gui =="sr_ni_1o")|(scs_m.objs(i).gui== "sr_4i_1o") then sft_chk = 1;
elseif (scs_m.objs(i).gui =='Ramp_ADC') then ramp_chk = 1;ramp_adc=1;
elseif (scs_m.objs(i).gui =='TIA') then mite_adc = 1;
elseif (scs_m.objs(i).gui =='GENARB_f') then ga_blk_num = ga_blk_num+1; ga_idx(ga_blk_num,1).entries(1,1)=i; ga_idx(ga_blk_num,1).entries(1,2)=size(evstr(scs_m.objs(i).model.opar(1)), "r");
elseif (scs_m.objs(i).gui =='gpio_in' | scs_m.objs(i).gui =='gpio_in_fixloc') then gpin_blk_num = gpin_blk_num+1; gpin_idx(gpin_blk_num,1).entries(1,1)=i; gpin_idx(gpin_blk_num,1).entries(1,2)=size(evstr(scs_m.objs(i).model.opar(1)), "r");
elseif (scs_m.objs(i).gui== "vdd_i") then fix_vdd = 1;
elseif (scs_m.objs(i).gui== "gnd_i") then fix_gnd = 1;
elseif (scs_m.objs(i).gui== "lkuptb") then
if scs_m.objs(i).model.ipar(1) ~= 4 then fix_gnd = 1; fix_vdd = 1; add_tgates4logic = 1; number_tgates = max(4-scs_m.objs(i).model.ipar(1),number_tgates); end
elseif (scs_m.objs(i).gui== "gnd_dig") then fix_gnd = 1; fix_vdd = 1;
elseif (scs_m.objs(i).gui== "vdd_dig") then fix_vdd = 1;
elseif (scs_m.objs(i).gui== "dc_in") then fix_vdd = 1;
elseif (scs_m.objs(i).gui== "generic_dig") then dig_blk = 1;
elseif (scs_m.objs(i).gui== "nfet_gldn") | (scs_m.objs(i).gui== "pfet_gldn") | (scs_m.objs(i).gui== "speech")|(scs_m.objs(i).gui== "sr_16i_1o") then plcvpr = %t;
elseif (scs_m.objs(i).gui== "vmm_wta") then fix_gnd = 1;
elseif (scs_m.objs(i).gui== "Ramp_ADC") | (scs_m.objs(i).gui== "TIA_ramp") then ramp_adc = 1;
elseif (scs_m.objs(i).gui== "vmmwta") then plcvpr = %t;
elseif (scs_m.objs(i).gui== "in_port") then makeblk = %t;
elseif (scs_m.objs(i).gui== "hystdiff") then fix_gnd = 1; fix_vdd = 1;
end
end
j=j+1;
numofblk=numofblk+1;
//save the number of inputs for each block
if((length(scs_m.objs(i).model.in2)==1)&(scs_m.objs(i).model.in2 ~= -1)) then numipsofblk(i,2)= scs_m.objs(i).model.in*scs_m.objs(i).model.in2;
elseif((length(scs_m.objs(i).model.in2)==1)&(scs_m.objs(i).model.in2 == -1)) then numipsofblk(i,2)=1;
else numipsofblk(i,2)=length(scs_m.objs(i).model.in);
end
if(length(scs_m.objs(i).model.in)>numofip) then numofip=length(scs_m.objs(i).model.in); end;
if(length(scs_m.objs(i).model.out)>numofop) then numofop=length(scs_m.objs(i).model.out); end;
end;
end;
// Get pad information from pad blocks
file_list=listfiles("/home/ubuntu/rasp30/sci2blif/sci2pads_added_blocks/*.sce");
size_file_list=size(file_list);
if file_list ~= [] then
for bl=1:length(blk_objs)
for i=1:size_file_list(1)
exec(file_list(i),-1);
end
end
end
numofio=numofip+numofop;//blknumber+ip+op
blk=[blk,zeros(numofblk,numofio)];
link_blk=link_name(1, 1:numoflink);
for m=1:numoflink
curblk=scs_m.objs(link_blk(1,m)).from(1,1);
for r=1:numofblk
if(blk(r,1)==curblk) then
outofblk=scs_m.objs(link_blk(1,m)).from(1,2);
idx=1+numofip+outofblk;
if(scs_m.objs(curblk).gui=='SPLIT_f') then
spl_net=spl_blk(curblk,1).entries;
blk(r,idx)=spl_net;
split = %t;
if pass_num == 1 then
c_splt = scs_m.objs(link_blk(1,m)).to(1,1);
if scs_m.objs(c_splt).model.sim(2) ~= 4 then
cap_info(spl_src(curblk))(2,1) = cap_info(spl_src(curblk))(2,1)+ 1;
elseif scs_m.objs(c_splt).model.equations ~= list() then
modblk = scs_m.objs(c_splt).model.equations.model;
mod_blk = isfile(%MODELICA_USER_LIBS+'/'+modblk+'.mo');
if mod_blk == %t then
cap_info(spl_src(curblk))(2,1) = cap_info(spl_src(curblk))(2,1)+ 1;
end
end
end
elseif(scs_m.objs(curblk).gui=='join') then
blk(r,idx)=net;
if pass_num == 1 then
c_splt = scs_m.objs(link_blk(1,m)).to(1,1);
if scs_m.objs(c_splt).model.sim(2) == 4 then
cap_info(spl_src(curblk))(2,1) = cap_info(spl_src(curblk))(2,1)- 1;
elseif scs_m.objs(c_splt).model.equations ~= list() then
modblk = scs_m.objs(c_splt).model.equations.model;
mod_blk = isfile(%MODELICA_USER_LIBS+'/'+modblk+'.mo');
if mod_blk == %f then
cap_info(spl_src(curblk))(2,1) = cap_info(spl_src(curblk))(2,1)- 1;
end
end
end
else
blk(r,idx)=net;
if pass_num == 1 then
cap_info(1) = [cap_info(1), 'net'+string(net)];
cap_info('net'+string(net))(1,1) = curblk;
cap_info('net'+string(net))(1,2) = 0;
end
end
break;
end
end
curblk=scs_m.objs(link_blk(1,m)).to(1,1);
for r=1:numofblk
if(blk(r,1)==curblk) then
inofblk=scs_m.objs(link_blk(1,m)).to(1,2);
idx=1+inofblk;
c_fpaa=size(scs_m.objs(curblk).model.sim);
outblk=scs_m.objs(link_blk(1,m)).from(1,1);
if(scs_m.objs(curblk).gui=='SPLIT_f') then
spl_blk(curblk,1).entries=net;
if pass_num == 1 then
cap_info('net'+string(net))(2,1) = 0;
spl_src(curblk)= 'net'+string(net);
end
elseif(scs_m.objs(curblk).gui=='join') then
if pass_num == 1 then
cap_info('net'+string(net))(2,1) = scs_m.objs(curblk).model.rpar;
spl_src(curblk)= 'net'+string(net);
end
elseif pass_num == 1 & split == %f & c_fpaa(1) == 2 & scs_m.objs(outblk).gui ~= 'join' then
if scs_m.objs(curblk).model.sim(2) ~= 4 then
cap_info('net'+string(net))(2,1) = 1;
end
end
if(split == %t) then
blk(r,idx)=spl_net;
split = %f;
else
blk(r,idx)=net;
net=net+1;
end
break;
end
end
end
// primary input string
if dig_blk==1 then prime_ip_string= '.inputs rst';
else prime_ip_string= '.inputs';
end
pad_in_string="#";
//prime_ipnet=string(blk(prime_ips(1),2+numofip));
if ga_blk_num ~= 0 then
for ga = 1:ga_blk_num
ga_blk_num2 =ga_idx(ga,1).entries(1,2);
for ga2 = 1:ga_blk_num2
prime_ip_string=strcat([prime_ip_string," net",string(blk(ga_idx(ga,1).entries(1,1),2+numofip)), "_",string(ga2) ]);
end
end
end
if gpin_blk_num ~= 0 then
for gpin = 1:gpin_blk_num
gpin_blk_num2 =gpin_idx(gpin,1).entries(1,2);
for gpin2 = 1:gpin_blk_num2
prime_ip_string=strcat([prime_ip_string," net",string(blk(gpin_idx(gpin,1).entries(1,1),2+numofip)), "_",string(gpin2) ]);
end
end
end
for s=1: length(prime_ips)
for ss=1:scs_m.objs(prime_ips(s)).model.ipar(1)
prime_ip_string=strcat([prime_ip_string," net",string(blk(prime_ips(s),2+numofip)),"_",string(ss) ]);
pad_in_string=pad_in_string+" "+string(scs_m.objs(prime_ips(s)).model.rpar(ss));
end
end
pad_in_string = pad_in_string + " pad_in";
orignet = net;
//extra primary inputs for vmm output ota
for s=1: vmm_ct
prime_ip_string=strcat([prime_ip_string," net",string(net)]);
net = net+1;
end
// adding gnd/vdd as an input
if fix_vdd == 1 then prime_ip_string=strcat([prime_ip_string," vcc"]); end
if fix_gnd == 1 then prime_ip_string=strcat([prime_ip_string," gnd"]); end
if (ramp_adc==1)|(ramp_chk==1) then prime_ip_string=strcat([prime_ip_string," clear"]); end
prime_op_string= '.outputs'; //primary o/p string
pad_out_string="#";
for s=1: length(prime_ops)
if blk_name(prime_ops(s)).entries == 'dc_out1' then
for ss=1:scs_m.objs(prime_ops(s)).model.ipar(1)
prime_op_string= prime_op_string + ' net'+ string(blk(prime_ops(s),2+numofip))+ "_" + string(ss);
end
elseif blk_name(prime_ops(s)).entries == 'pad_in' then
for ss=1:scs_m.objs(prime_ops(s)).model.ipar(1)
prime_op_string= prime_op_string + ' net'+ string(blk(prime_ops(s),2+numofip))+ "_" + string(ss);
end
// elseif blk_name(prime_ops(s)).entries == 'adc1' then
// prime_op_string= prime_op_string + ' out_adc_1';
// elseif blk_name(prime_ops(s)).entries == 'adc2' then
// prime_op_string= prime_op_string + ' out_adc_2';
elseif blk_name(prime_ops(s)).entries == 'adc_ip' then
prime_op_string= prime_op_string + ' out_adc_'+string(adc_ip_net(adc_ip_idx1)); adc_ip_idx1=adc_ip_idx1+1;
else
for ss=1:scs_m.objs(prime_ops(s)).model.ipar(1)
prime_op_string= prime_op_string + ' net'+ string(blk(prime_ops(s),2)) + "_" + string(ss);
pad_out_string=pad_out_string+" "+string(scs_m.objs(prime_ops(s)).model.rpar(ss));
end
end //assuming need to account for a dac for the voltage measurement and net is the next wire number
end
pad_out_string = pad_out_string + " pad_out";
// adding gnd/vdd as an output
if mite_adc == 1 then
for i=1:numofblk
if blk_name.entries(i)=='meas_volt' then
if mite_adc_number==0
mite_adc_number=1;
prime_op_string=strcat([prime_op_string," out_mite_adc_"+string(mite_adc_number)]);
else
mite_adc_number=mite_adc_number+1;
prime_op_string=strcat([prime_op_string," out_mite_adc_"+string(mite_adc_number)]);
end
end
end
end//needs to be generalized
if ramp_adc == 1 then prime_op_string=strcat([prime_op_string," out_ramp_adc"]); end
//Writing output to blif file and make pads file
if makeblk == %f then
fd_w= mopen (fname+'.blif','wt'); mputl(strcat([".model"," ",fname]) ,fd_w); mputl(prime_ip_string,fd_w); mputl(prime_op_string,fd_w); mputl(pad_in_string,fd_w); mputl(pad_out_string,fd_w); mputl(" ",fd_w); mclose(fd_w);
// restrict the one digital component (ex. inverter) that vpr needs to work
fd_io= mopen(fname+'.pads','wt'); mclose(fd_io);
if fix_gnd == 1 then fd_io= mopen (fname+'.pads','a+'); mputl('gnd 7 0 4 #int[4]',fd_io); mclose(fd_io); end
if fix_vdd == 1 then fd_io= mopen (fname+'.pads','a+'); mputl('vcc 7 0 5 #int[5]',fd_io); mclose(fd_io); end
if dig_blk == 1 then fd_io= mopen(fname+'.pads','a+'); mputl('rst 8 0 0 #tgate[0]',fd_io); mclose(fd_io); end
end
if makeblk then
// tgates for logics
fl_name= basename(file_name)+'.blk';
fd_w= mopen (fl_name,'a');
if add_tgates4logic == 1 then
mputl("# tgates for logic",fd_w);
for i=1:number_tgates
tg4logic_str=".subckt tgate in[0]=vcc in[1]=gnd out=tg4logic_"+string(i);mputl(tg4logic_str,fd_w);mputl(" ",fd_w);
end
end
else
// tgates for logics
fl_name= basename(file_name)+'.blif';
fd_w= mopen (fl_name,'a');
if add_tgates4logic == 1 then
mputl("# tgates for logic",fd_w);
for i=1:number_tgates
tg4logic_str=".subckt tgate in[0]=vcc in[1]=gnd out=tg4logic_"+string(i);mputl(tg4logic_str,fd_w);mputl(" ",fd_w);
end
end
end
// write blif information
file_list=listfiles("/home/ubuntu/rasp30/sci2blif/sci2blif_added_blocks/*.sce");
size_file_list=size(file_list);
if file_list ~= [] then
for bl=1:length(blk_objs)
for i=1:size_file_list(1)
exec(file_list(i),-1);
end
end
end
if makeblk == %f then mputl(".end",fd_w); end
mclose(fd_w);
if makeblk then ext = '.blk ';
else ext = '.blif ';
end
exec('~/rasp30/sci2blif/retool.sce',-1);
if chgnet_tf == %t then retool(chgnet_dict,path,fname,ext); end
if spl_fix_chg == %t then retool(spl_fix,path,fname,ext); retool(spl_fix,path,fname,'.pads '); end
exec("~/rasp30/prog_assembly/libs/scilab_code/make_input_vector_file.sce",-1);
make_input_vector_file();
if(makeblk) then
exec('~/rasp30/sci2blif/blif4blk.sce',-1);
mkblk(fd_w,blk,blk_objs);
disp('Done!');
else
if plcvpr then
if addvmm then unix_s('/home/ubuntu/rasp30/vtr_release/vpr/vpr /home/ubuntu/rasp30/vpr2swcs/./arch/'+arch+'_arch.xml ' + path + fname + ' -route_chan_width 17 -timing_analysis off -fix_pins ' + path + fname + '.pads -nodisp');
else unix_s('/home/ubuntu/rasp30/vtr_release/vpr/vpr /home/ubuntu/rasp30/vpr2swcs/./arch/'+arch+'_arch.xml ' + path + fname + ' -route_chan_width 17 -timing_analysis off -fix_pins ' + path + fname + '.pads -nodisp');
end
plcfile=mopen(path + fname + '.place','r'); tmpplc=mgetl(plcfile); mclose(plcfile);
for plcidx=6:size(tmpplc,'r')
if size(strsplit(tmpplc(plcidx),"/\s\s/")','c') == 1 then
loctmp(plcidx-5,:)=strsplit(tmpplc(plcidx),"/\s/")'; //has net names
loctmp2(plcidx-5) = strcat(loctmp(plcidx-5,2:4), ' ');
else
loctmp(plcidx-5,:)=[strsplit(tmpplc(plcidx),"/\s\s/")' ' ' ' ' ' ']; //has net names
tmploc =strsplit(loctmp(plcidx-5,2), '/\t/');
tmploc = strcat(tmploc, ' ');
tmploc = strsubst(tmploc,"/#.*/",'','r');
loctmp2(plcidx-5) = stripblanks(tmploc)
end
end
loc_matrix=[loctmp(:,1) loctmp2]; //disp(loc_matrix)
l_loc_matrix=size(loc_matrix,"r");
l_plcloc=size(plcloc,"r");
for i_plcloc=1:l_plcloc
for i_loc_matrix=1:l_loc_matrix
if loc_matrix(i_loc_matrix,1) == plcloc(i_plcloc,1) then
for j_loc_matrix=1:l_loc_matrix
if loc_matrix(j_loc_matrix,2) == plcloc(i_plcloc,2) then
loc_matrix(j_loc_matrix,2) = loc_matrix(i_loc_matrix,2);
end
end
loc_matrix(i_loc_matrix,2) = plcloc(i_plcloc,2);
end
end
end
loc_matrix(:,3)=loc_matrix(:,1)+" "+loc_matrix(:,2);
plcfile=mopen(path + fname + '.place','wt'); mputl(tmpplc(1:5),plcfile); mclose(plcfile);
plcfile=mopen(path + fname + '.place','a'); mputl(loc_matrix(:,3),plcfile); mclose(plcfile);
// generate switches
unix_s('python /home/ubuntu/rasp30/vpr2swcs/genswcs.py -c ' + path + fname + ' -d '+ path + ' -route' + brdtype);
else
unix_s('python /home/ubuntu/rasp30/vpr2swcs/genswcs.py -c ' + path + fname + ' -d '+ path + brdtype);
end
unix_s('mv ' + fname' + '.pads ' + fname + '.place ' + fname + '.net ' + fname + '.route ' +hid_dir);
if show_dsgnmatrics == 1 then cap_info = caps4sim(cap_info); end
unix_s('mv ' + fname' + '.caps ' +hid_dir);
if show_dsgnmatrics == 1 & pass_num == 2 then exec("~/rasp30/prog_assembly/libs/scilab_code/MakeProgramlilst_CompileAssembly.sce",-1); end
if show_dsgnmatrics == 0 then exec("~/rasp30/prog_assembly/libs/scilab_code/MakeProgramlilst_CompileAssembly.sce",-1); end
disp("Compilation Completed. Ready to Program.");
end
if show_dsgnmatrics == 1 then cap_infos = cap_info; end
|
1e4973d5320ff81f8d2eeaefec2e4d2406bb6e42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3257/CH11/EX11.3/Ex11_3.sce | 6dae7da46fe2de46e31c04ae006425b96b70702a | [] | 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 | 582 | sce | Ex11_3.sce | // Pressure decay in composition
clc
k = 0.6 // given constant
mu = 0.4// given constant
d = 10 // diameter in mm
px = 0 // pressure measure in N/mm^2
px_p0 = 0.5 // pressure ratio
printf("\n Example 11.3")
printf("\n\n Part A:")
if px==0 then // no function deals with the calculation for an infinite number so if statement is used here
printf("\n Value of X must approach infinity for pressure to decay to zero.")
end
printf("\n Part B:")
X = - log(px_p0)/(4*k*mu/d)
printf("\n Value of X, required to get pressure to decay to %.1f is %.2f mm. ",px_p0,X)
|
a57da50cf5e98cb0698385882698bc895ee6e18d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2294/CH1/EX1.13/EX1_13.sce | 67cda22b69e5dd55ee59b033c8a9e657c441f416 | [] | 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,040 | sce | EX1_13.sce | //Example 1.13<i>
//Check whether the given signal is periodic or not
clc;
t1=-10:.01:10;
y1=2*cos(10*t1+1)-sin(4*t1-1);
subplot(221)
plot(t1,y1);
disp('(a) The following signal is periodic with period %pi' );
//Example 1.13<ii>
//Show whether the given signal is periodic or not
clc;
t2=-1:.01:1;
x2=cos(60*%pi*t2)+sin(50*%pi*t2);
subplot(222)
plot(t2,x2);
disp('(b)Ther following figure shows that the given signal is periodic with the following period');
//Example1.13<iv>
//Check whether the given signal is periodic or not
clc;
t3=-10:0.01:10;
x3=3*cos(4*t3)+2*sin(%pi*t3);
subplot(223)
plot(t3,x3);
disp('(c)The signal is not periodic since ratio of two time periods is %pi/4 which is not rational number');
//Example 1.13<v>
//Check whether the given signal is periodic or not
clc;
t=0:10;
for i=1:length(t)
u(i)=1;
x(i)=u(i)-(1/2);
end
subplot(224)
plot(t,x);
disp('(d)The signal is not periodic as seen from figure');
disp('In the figure we have the plots of part (a) - (d) in clockwise order strating from the top left') |
559c39f5a7aef0149e18aab5d2fd11d1b2db5d44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1823/CH4/EX4.11/SolEx4_11.sce | 36be2d9df101a77669fb70e8957135cab8390e61 | [] | 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 | 362 | sce | SolEx4_11.sce | //Find (a) VGSQ; ðbÞ IDQ, and (c) VDSQ.
//Solved Example Ex4.11 page no 121
clear
clc
Vt=4//V
R1=50//k ohm
R2=0.4//M ohm
Rs=0
Rd=2 //k ohm
Vdd=15//V
Vgsq=(R1/(R1+R2*10^3))*Vdd
printf("\n Vgsq = %0.2f V",Vgsq)
Idon=10//*10^-3
Idq=Idon*((1-(Vgsq/Vt))^2)
printf("\n Idq = %0.2f mA",Idq)
Vdsq=Vdd-(Idq*Rd)
printf("\n Vdsq = %0.2f V",Vdsq)
|
08177e80636882debaaa977c6a0d5047a4377fd5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/DEPENDENCIES/352.sci | c2c6e1cb605e6eeacf648592cd6a143d24d0ce09 | [] | 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 | 20 | sci | 352.sci | T1=20 //F
T2=80 //F |
7b7fa58eee3c24d0d79ed2ab4b5a52c650814893 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/CH9/EX9.9/ball_im.sce | fc863c27768f19fc4968b619908efedcd1f3fb15 | [] | 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,682 | sce | ball_im.sce | // Pole placement controller, with internal model of a step, for the magnetically suspended ball problem, as discussed in Example 9.8 on page 339.
// 9.9
// PP control with internal model for ball problem
exec('desired.sci',-1);
exec('pp_im.sci',-1);
exec('myc2d.sci',-1);
exec('polsplit3.sci',-1);
exec('zpowk.sci',-1);
exec('rowjoin.sci',-1);
exec('left_prm.sci',-1);
exec('t1calc.sci',-1);
exec('indep.sci',-1);
exec('cindep.sci',-1);
exec('seshft.sci',-1);
exec('makezero.sci',-1);
exec('move_sci.sci',-1);
exec('colsplit.sci',-1);
exec('clcoef.sci',-1);
exec('polmul.sci',-1);
exec('polsize.sci',-1);
exec('xdync.sci',-1);
exec('cosfil_ip.sci',-1);
exec('polyno.sci',-1);
// Operating conditions
M = 0.05; L = 0.01; R = 1; K = 0.0001; g = 9.81;
// Equilibrium conditions
hs = 0.01; is = sqrt(M*g*hs/K);
// State space matrices
a21 = K*is^2/M/hs^2; a23 = - 2*K*is/M/hs; a33 = - R/L;
b3 = 1/L;
a1 = [0 1 0; a21 0 a23; 0 0 a33];
b1 = [0; 0; b3]; c1 = [1 0 0]; d1 = 0;
// Transfer functions
G = syslin('c',a1,b1,c1,d1); Ts = 0.01; [B,A,k] = myc2d(G,Ts);
// Transient specifications
rise = 0.1; epsilon = 0.05;
phi = desired(Ts,rise,epsilon);
// Controller design
Delta = [1 -1]; //internal model of step used
[Rc,Sc,Tc,gamm] = pp_im(B,A,k,phi,Delta);
// simulation parameters for c_ss_cl.xcos
st = 0.0001; //desired change in h, in m.
t_init = 0; // simulation start time
t_final = 0.5; //simulation end time
xInitial = [0 0 0];
N = 1; C = 0; D = 1; N_var = 0;
[Tcp1,Tcp2] = cosfil_ip(Tc,1); // Tc/1
[Np,Rcp] = cosfil_ip(N,Rc); // 1/Rc
[Scp1,Scp2] = cosfil_ip(Sc,1); // Sc/1
[Cp,Dp] = cosfil_ip(C,D); // C/D
|
4d283d10ccd9dd828f9b00afdaabfe63e0253f1c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH19/EX19.11/19_11.sce | f2a03cc1e3d28cafeba85cf1f1022795d6350f09 | [] | 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,080 | sce | 19_11.sce | //Example 19.11
//Finite Difference Method
//Page no. 670
clc;clear;close;
deff('y=f(x)','y=sin(%pi*x)')
deff('y=g(x)','y=0')
a=1;b=1;c=1;n=5;m=10;
h=a/n;k=b/m;r=c*k/h;
r1=r^2;r2=r1/2;s1=1-r1;s2=2*(1-r2)
printf('\n i ')
for i=1:n
printf('\t %i',i)
end
printf('\n-----------------------------------------------\nfi')
for i=1:n
f1(i)=f(h*(i-1))
printf('\t%.3f',f1(i))
end
printf('\ngi')
for i=1:n
g1(i)=g(h*(i-1))
printf('\t %g',g1(i))
end
printf('\n\n\n i / j --> ')
for i=1:m
printf('\t %i',i)
end
printf('\n-------------------------------------------------------------------------------------------------')
for j=1:m
for i=1:n
if i==1 | i==n then
u(i,j)=0;
elseif j==1
u(i,j)=f1(i)
elseif j==2
u(i,j)=s1*f1(i)+k*g1(i)+r2*(f1(i+1)+f1(i-1))
else
u(i,j)=s2*u(i,j-1)+r1*u(i-1,j-1)+u(i+1,j-1)-u(i,j-2)
end
end
end
for i=1:n
printf('\n %i\t',i)
for j=1:m
printf('\t%.3f',u(i,j))
end
end |
51f3ff709f9df86e993e417712affd599bdf287b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2774/CH9/EX9.5/Ex9_5.sce | dbfccc7021962996b64df98e01d22e8b05aa4c78 | [] | 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 | 893 | sce | Ex9_5.sce | clc
// initialization of variables
// The reaction equation is
//C3H8 + 5(O2+3.76N2)---> 3CO2 + 18.8N2 + 4H2O
// All the enthalpy of formation values are taken from Table B.5 with units in kJ/mol
hfCO2=-393520 // enthalpy associated with CO2
hfH2O=-285830 // enthalpy associated with H2O(l)
hfC3H8=-103850// ehthalpy associated with C3H8
// by first law Q= Hproducts - Hreactants
Qg=3*(hfCO2)+4*(hfH2O)-(hfC3H8) // enthalpy of combustion for gaseous propane
printf("The enthalpy of combustion for gaseous propane is %i kJ\n",Qg)
hv=15060 // enthalpy of vaporization for propane
Ql=3*(hfCO2)+4*(hfH2O)-(hfC3H8-hv) // enthalpy of combustion for liquid propane
printf(" The enthalpy of combustion for liquid propane is %i kJ\n",Ql)
//The answers are slightly different in textbook as they have approximated the result while in SCILAB results are precise
|
f06af0d337b8c35f34039ea163be7406110dd265 | 5a05d7e1b331922620afe242e4393f426335f2e3 | /macros/upsamplefill.sci | 6173e1f24b28de242e8e5cabdc0f4aa9755c4efc | [] | no_license | sauravdekhtawala/FOSSEE-Signal-Processing-Toolbox | 2728cf855f58886c7c4a9317cc00784ba8cd8a5b | 91f8045f58b6b96dbaaf2d4400586660b92d461c | refs/heads/master | 2022-04-19T17:33:22.731810 | 2020-04-22T12:17:41 | 2020-04-22T12:17:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,674 | sci | upsamplefill.sci | function y = upsamplefill (x, v, c)
//This function upsamples a vector interleaving given values or copies of the vector elements.
//Calling Sequence
//
//y = upsamplefill (x, w, cpy)
//Parameters
//x: scalar, vector or matrix of real or complex numbers
//w: scalar or vector of real or complex values
//cpy: can take in "true" or "false", default is false
//Description
//This is an Octave function.
//This function upsamples a vector interleaving given values or copies of the vector elements.
//The second argument has the values in the vector w that are placed in between the elements of x.
//The third argument, if true, means that w should be scalar and that each value in x repeated w times.
//Examples
//1.upsamplefill([1,3,5],2,%f)
//ans:1. 1. 1. 3. 3. 3. 5. 5. 5.
//2.upsamplefill([1,3,5],2,%t)
//ans:1. 2. 3. 2. 5. 2.
if argn(2)<2
error("wrong no. of input arguments")
end
[nr,nc] = size (x);
if c==%f
if (nr==1 | nc==1)
y = kron (x(:), ones(v+1,1));
if nr == 1
y = y.';
end
else
y = kron (x, ones(v+1,1));
end
return
else
//Assumes 'v' row or column vector
n = length(v) + 1;
N = n*nr;
if (nr==1 | nc==1)
N = N*nc;
idx = 1:n:N;
idx_c = setdiff (1:N, 1:n:N);
y = zeros (N,1);
y(idx) = x';
y(idx_c) = repmat (v(:), max(nr,nc), 1);
if nr == 1
y = y.';
end
else
idx = 1:n:N;
idx_c = setdiff(1:N,1:n:N);
y = zeros (N,nc);
y(idx,:) = x';
y(idx_c,:) = repmat (v(:), nr, nc);
end
end
endfunction
|
1ae9fca52f7f0f1933d8594ee3e7203fc9799098 | 449d555969bfd7befe906877abab098c6e63a0e8 | /491/CH8/EX8.7/8_7.sce | 667b4647c92982d93a47de91466ba051f824bf84 | [] | 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,919 | sce | 8_7.sce | b = 6 ; // Outer dimension of the pole in inch
t = 0.5 ; // thickness of the pole
P1 = 20*(6.75*24); // Load acting at the midpoint of the platform
d = 9 ; // Distance between longitudinal axis of the post and midpoint of platform
P2 = 800; // Load in lb
h = 52 ; // Distance between base and point of action of P2
M1 = P1*d; // Moment due to P1
M2 = P2*h; // Moment due to P2
A = b^2 - (b-2*t)^2; // Area of the cross section
sp1 = P1/A ; // Comoressive stress due to P1 at A and B
I = (1/12)*(b^4 - (b-2*t)^4); // Moment of inertia of the cross section
sm1 = (M1*b)/(2*I);// Comoressive stress due to M1 at A and B
Aweb = (2*t)*(b-(2*t)); // Area of the web
tp2 = P2/Aweb ; // Shear stress at point B by lpad P2
sm2 = (M2*b)/(2*I);// Comoressive stress due to M2 at A
sa = sp1+sm1+sm2 ; // Total Compressive stress at point A
sb = sp1+sm1; // Total compressive at point B
tb = tp2; // Shear stress at point B
// Principle stresses
sxa = 0 ; sya = -sa ; txya = 0;
sxb = 0 ; syb = -sb ; txyb = tp2 ;
// Stresses at A
s1a = (sxa+sya)/2 + sqrt(((sxa-sya)/2)^2 + (txya)^2); // Maximum tensile stress
s2a = (sxa+sya)/2 - sqrt(((sxa-sya)/2)^2 + (txya)^2); // Maximum compressive stress
tmaxa = sqrt(((sxa-sya)/2)^2 + (txya)^2); // Maximum in plane shear stress
disp("Psi",s1a,"Maximum tensile stress at point A is")
disp("Psi",s2a,"Maximum compressive stress at point A is")
disp("Psi",tmaxa,"Maximum in plane shear stress at point A is")
// Stress at B
s1b = (sxb+syb)/2 + sqrt(((sxb-syb)/2)^2 + (txyb)^2); // Maximum tensile stress
s2b = (sxb+syb)/2 - sqrt(((sxb-syb)/2)^2 + (txyb)^2); // Maximum compressive stress
tmaxb = sqrt(((sxb-syb)/2)^2 + (txyb)^2); // Maximum in plane shear stress
disp("Psi",s1b,"Maximum tensile stress at point B is")
disp("Psi",s2b,"Maximum compressive stress at point B is")
disp("Psi",tmaxb,"Maximum in plane shear stress at point B is")
|
26d6a621e28315b759cf4e81a8c35e30196f315a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH5/EX5.9/5_9.sce | 811179aec1f3075620d68a89187439ec0adc2974 | [] | 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 | 5_9.sce | //clc();
clear;
//To determine critical temperature
Tc1=5; //first critical temperature in K
P1=1; //first pressure in mm
P2=6; //second pressure in mm
Tc2=Tc1*(P2/P1);
printf("critical temperature is %f K",Tc2);
|
9fe2de318647cf8737e0e8c07011d59899ead7e1 | 7f8a82b193633b744689e1f194923592e656b470 | /rltoolSci/macros/pontoDesejado.sci | d43add7d5fc00cb67b1385f1b61ec57170a545fb | [] | no_license | josuemoraisgh/rltoolSci | 3b5a5e8fc6a27b60bca3354af5222350cd8e8b3b | a76ad9fbfe988bb2674adfeb466847a32719474a | refs/heads/main | 2023-07-14T10:40:12.549424 | 2021-08-26T17:52:16 | 2021-08-26T17:52:16 | 385,216,740 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sci | pontoDesejado.sci | function [zetamf, wnmf, wdmf, sigmamf] = pontoDesejado(Mp, T5)
//Mp=exp(-pi*(zeta/sqrt(1-zeta^2)))
zetamf = abs(log(Mp/100))/((%pi^2)+(log(Mp/100))^2)^(1/2);
//T5 = 3/(wn*zeta)
wnmf = 3/(T5*zetamf);//wn
//Polos malha fechada Smf = -(zeta*wn)+/- i(wn*sqrt(1-zeta^2))
wdmf = (wnmf*sqrt(1-zetamf^2));
sigmamf = zetamf*wnmf;
endfunction
|
01820a8ae4c3350cc0cdd8c9152ee976031233a1 | ad80426c97c2d8e39219c996aed6730d7bdbbf10 | /Assets/StreamingAssets/Scenario Maps/Tutorial.sce | 012c7633938f18221d17a06d0648aac73bd702b9 | [] | no_license | tongxingyang/FlyingWhales | 5b84b1aceeb9bfea9a2838eea2410684f1176373 | c176a97b4a6e93d8de2f2f18bbc262a7be699bd7 | refs/heads/master | 2023-03-21T14:31:09.845319 | 2020-12-23T15:36:54 | 2020-12-23T15:36:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 39,306 | sce | Tutorial.sce | {
"villageSettlementTemplates": [
{
"factionRace": "HUMANS",
"hexTiles": [
{
"X": 4,
"Y": 5
},
{
"X": 3,
"Y": 5
},
{
"X": 4,
"Y": 6
},
{
"X": 5,
"Y": 5
}
],
"minimumVillagerCount": 0,
"structureSettings": [
{
"resource": "STONE",
"structureType": "CITY_CENTER"
},
{
"resource": "STONE",
"structureType": "DWELLING"
},
{
"resource": "STONE",
"structureType": "DWELLING"
},
{
"resource": "STONE",
"structureType": "FARM"
},
{
"resource": "STONE",
"structureType": "DWELLING"
},
{
"resource": "STONE",
"structureType": "DWELLING"
},
{
"resource": "STONE",
"structureType": "MINE_SHACK"
},
{
"resource": "STONE",
"structureType": "DWELLING"
},
{
"resource": "STONE",
"structureType": "TAVERN"
},
{
"resource": "STONE",
"structureType": "DWELLING"
},
],
"settlementType": "Default_Human"
}
],
"worldMapSave": {
"hextileSaves": [
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5467745,
"elevationType": "PLAIN",
"id": 0,
"landmarkType": "NONE",
"moistureNoise": 0.524395,
"persistentID": "740d57d2-04da-4d0d-b458-107bca75c3d4",
"temperature": 0.7637246,
"tileFeatureSaveData": [],
"tileName": "Wrearea",
"xCoordinate": 0,
"yCoordinate": 0
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5320954,
"elevationType": "PLAIN",
"id": 1,
"landmarkType": "NONE",
"moistureNoise": 0.4262482,
"persistentID": "62fb286f-9be5-4ca8-b351-bfec83eb3e76",
"temperature": 0.716522,
"tileFeatureSaveData": [],
"tileName": "Caeciare",
"xCoordinate": 0,
"yCoordinate": 1
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4793753,
"elevationType": "PLAIN",
"id": 2,
"landmarkType": "NONE",
"moistureNoise": 0.4626394,
"persistentID": "40e92b67-5778-4ec7-91e3-3c7de958ae5a",
"temperature": 0.670777,
"tileFeatureSaveData": [],
"tileName": "Vreodira",
"xCoordinate": 0,
"yCoordinate": 2
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.7469133,
"elevationType": "MOUNTAIN",
"id": 3,
"landmarkType": "NONE",
"moistureNoise": 0.2017135,
"persistentID": "d025bea4-fd1b-4f2e-9692-c859804648ab",
"temperature": 0.5689408,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Tatanara",
"xCoordinate": 0,
"yCoordinate": 3
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3900875,
"elevationType": "PLAIN",
"id": 4,
"landmarkType": "NONE",
"moistureNoise": 0.3635938,
"persistentID": "f02a41ae-4849-4b0b-ad58-dabd2617c131",
"temperature": 0.452881,
"tileFeatureSaveData": [],
"tileName": "Tialiala",
"xCoordinate": 0,
"yCoordinate": 4
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3470786,
"elevationType": "TREES",
"id": 5,
"landmarkType": "NONE",
"moistureNoise": 0.2966601,
"persistentID": "3d14a9a9-a717-41ad-94b5-5138b863c269",
"temperature": 0.3868364,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Bleamary",
"xCoordinate": 0,
"yCoordinate": 5
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.6235238,
"elevationType": "MOUNTAIN",
"id": 6,
"landmarkType": "NONE",
"moistureNoise": 0.3058189,
"persistentID": "5829154c-4510-4b81-9bd0-9847c3764bc3",
"temperature": 0.5216154,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Siassial",
"xCoordinate": 0,
"yCoordinate": 6
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5654861,
"elevationType": "PLAIN",
"id": 7,
"landmarkType": "NONE",
"moistureNoise": 0.2799865,
"persistentID": "17fef4d9-08cc-4033-9611-95e7c82af12b",
"temperature": 0.5524202,
"tileFeatureSaveData": [],
"tileName": "Healal",
"xCoordinate": 0,
"yCoordinate": 7
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5369341,
"elevationType": "PLAIN",
"id": 8,
"landmarkType": "NONE",
"moistureNoise": 0.6265097,
"persistentID": "2fafba0a-3d9e-4978-b4bc-7c5c4dbabc15",
"temperature": 0.6462483,
"tileFeatureSaveData": [],
"tileName": "Rummeann",
"xCoordinate": 0,
"yCoordinate": 8
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4792787,
"elevationType": "PLAIN",
"id": 9,
"landmarkType": "NONE",
"moistureNoise": 0.387302,
"persistentID": "bb9129f0-82fc-4475-a2ac-ebcaf0dca506",
"temperature": 0.8617869,
"tileFeatureSaveData": [],
"tileName": "Craepher",
"xCoordinate": 0,
"yCoordinate": 9
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5131671,
"elevationType": "PLAIN",
"id": 10,
"landmarkType": "NONE",
"moistureNoise": 0.4973083,
"persistentID": "81244c27-f610-476b-a910-c31bb27042d8",
"temperature": 0.7470005,
"tileFeatureSaveData": [],
"tileName": "Kreanian",
"xCoordinate": 1,
"yCoordinate": 0
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3101946,
"elevationType": "TREES",
"id": 11,
"landmarkType": "NONE",
"moistureNoise": 0.323696,
"persistentID": "416188dd-f61b-4c57-8933-685e8de74a1d",
"temperature": 0.7587506,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Teatar",
"xCoordinate": 1,
"yCoordinate": 1
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.6191481,
"elevationType": "MOUNTAIN",
"id": 12,
"landmarkType": "NONE",
"moistureNoise": 0.4626391,
"persistentID": "4b7f9c28-22f0-44b5-a7dc-9fe81ed32925",
"temperature": 0.706023,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Eolariar",
"xCoordinate": 1,
"yCoordinate": 2
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3199974,
"elevationType": "TREES",
"id": 13,
"landmarkType": "NONE",
"moistureNoise": 0.5589494,
"persistentID": "aa04396e-0b5b-4f78-9dbf-3a5d26d7194d",
"temperature": 0.5186253,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Eolarann",
"xCoordinate": 1,
"yCoordinate": 3
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.2305174,
"elevationType": "TREES",
"id": 14,
"landmarkType": "NONE",
"moistureNoise": 0.1537634,
"persistentID": "839bec5d-1d59-44b9-b5b3-0c486115f31d",
"temperature": 0.3297575,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Acliareal",
"xCoordinate": 1,
"yCoordinate": 4
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3111266,
"elevationType": "TREES",
"id": 15,
"landmarkType": "NONE",
"moistureNoise": 0.5041548,
"persistentID": "c932afa1-1362-4bb6-a353-adcad59871d1",
"temperature": 0.2752153,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Riocrar",
"xCoordinate": 1,
"yCoordinate": 5
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.6808228,
"elevationType": "MOUNTAIN",
"id": 16,
"landmarkType": "NONE",
"moistureNoise": 0.4505986,
"persistentID": "fbfab6aa-ec36-49b4-9a32-99d762a1a5ee",
"temperature": 0.4443187,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Heasirar",
"xCoordinate": 1,
"yCoordinate": 6
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5767424,
"elevationType": "PLAIN",
"id": 17,
"landmarkType": "NONE",
"moistureNoise": 0.370458,
"persistentID": "a99d573d-513c-4bea-915d-03f7f3d190a2",
"temperature": 0.4920058,
"tileFeatureSaveData": [],
"tileName": "Ceanaria",
"xCoordinate": 1,
"yCoordinate": 7
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3247107,
"elevationType": "TREES",
"id": 18,
"landmarkType": "NONE",
"moistureNoise": 0.2641202,
"persistentID": "0495173f-e4b9-4a02-a45e-2c110a06225f",
"temperature": 0.5784037,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Crarana",
"xCoordinate": 1,
"yCoordinate": 8
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.573489,
"elevationType": "PLAIN",
"id": 19,
"landmarkType": "NONE",
"moistureNoise": 0.4402917,
"persistentID": "c847f699-6ce4-4f51-a039-4f24a5d18dd2",
"temperature": 0.7915742,
"tileFeatureSaveData": [],
"tileName": "Paddiann",
"xCoordinate": 1,
"yCoordinate": 9
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3447221,
"elevationType": "TREES",
"id": 20,
"landmarkType": "NONE",
"moistureNoise": 0.5593068,
"persistentID": "c024e300-d10b-4fb7-b606-c03a486d3ffd",
"temperature": 0.7409453,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Slaecas",
"xCoordinate": 2,
"yCoordinate": 0
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5762964,
"elevationType": "PLAIN",
"id": 21,
"landmarkType": "NONE",
"moistureNoise": 0.7480263,
"persistentID": "2c8c01f1-8f35-45cf-8d7b-399aff6d8fbf",
"temperature": 0.6984527,
"tileFeatureSaveData": [],
"tileName": "Yidratha",
"xCoordinate": 2,
"yCoordinate": 1
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3649176,
"elevationType": "PLAIN",
"id": 22,
"landmarkType": "ANCIENT_GRAVEYARD",
"moistureNoise": 0.4626396,
"persistentID": "f61b9d9c-16e2-4200-b0c9-f699819cecb3",
"temperature": 0.6118783,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Funial",
"xCoordinate": 2,
"yCoordinate": 2
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3582895,
"elevationType": "TREES",
"id": 23,
"landmarkType": "NONE",
"moistureNoise": 0.5166665,
"persistentID": "a126ae7a-b955-406e-88b8-33d20658d042",
"temperature": 0.4706574,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Dreadal",
"xCoordinate": 2,
"yCoordinate": 3
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4224811,
"elevationType": "PLAIN",
"id": 24,
"landmarkType": "NONE",
"moistureNoise": 0.1718018,
"persistentID": "86779812-c64a-4685-8e83-e908699c591c",
"temperature": 0.3288368,
"tileFeatureSaveData": [
{
"tileFeatureName": "GameFeature"
}
],
"tileName": "Chisirim",
"xCoordinate": 2,
"yCoordinate": 4
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.496509,
"elevationType": "PLAIN",
"id": 25,
"landmarkType": "NONE",
"moistureNoise": 0.6907106,
"persistentID": "be7ac180-7cc1-4662-8721-52f33ab9e2af",
"temperature": 0.2414873,
"tileFeatureSaveData": [],
"tileName": "Ceagaria",
"xCoordinate": 2,
"yCoordinate": 5
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.501969,
"elevationType": "PLAIN",
"id": 26,
"landmarkType": "NONE",
"moistureNoise": 0.3879457,
"persistentID": "bfef8788-fda0-492b-a4d7-4cb7c9657795",
"temperature": 0.3865933,
"tileFeatureSaveData": [],
"tileName": "Meachean",
"xCoordinate": 2,
"yCoordinate": 6
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.497817,
"elevationType": "PLAIN",
"id": 27,
"landmarkType": "NONE",
"moistureNoise": 0.488209,
"persistentID": "ade57d02-0801-484c-b194-850ff800045a",
"temperature": 0.4734817,
"tileFeatureSaveData": [],
"tileName": "Padrar",
"xCoordinate": 2,
"yCoordinate": 7
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.8569828,
"elevationType": "MOUNTAIN",
"id": 28,
"landmarkType": "NONE",
"moistureNoise": 0.9070709,
"persistentID": "3d394a63-78c7-4f16-809c-a6ab393db992",
"temperature": 0.5789313,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Ialiorel",
"xCoordinate": 2,
"yCoordinate": 8
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.373877,
"elevationType": "TREES",
"id": 29,
"landmarkType": "NONE",
"moistureNoise": 0.4025029,
"persistentID": "25f88c8d-604b-4d75-bf2d-72fcea805747",
"temperature": 0.744518,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Jiathrah",
"xCoordinate": 2,
"yCoordinate": 9
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.8041942,
"elevationType": "MOUNTAIN",
"id": 30,
"landmarkType": "NONE",
"moistureNoise": 0.4910327,
"persistentID": "49a638c2-b44a-4a83-84dd-7ebbeca06ee5",
"temperature": 0.8806108,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Blea",
"xCoordinate": 3,
"yCoordinate": 0
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4906625,
"elevationType": "PLAIN",
"id": 31,
"landmarkType": "NONE",
"moistureNoise": 0.3603224,
"persistentID": "c2cfbffd-b81c-4ace-8183-5fa2ffd7e42b",
"temperature": 0.677003,
"tileFeatureSaveData": [],
"tileName": "Cearyond",
"xCoordinate": 3,
"yCoordinate": 1
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.6571476,
"elevationType": "MOUNTAIN",
"id": 32,
"landmarkType": "NONE",
"moistureNoise": 0.5741981,
"persistentID": "e9e79221-3426-404e-bea6-13ca7ed33b78",
"temperature": 0.5202699,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Gratanar",
"xCoordinate": 3,
"yCoordinate": 2
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5190163,
"elevationType": "PLAIN",
"id": 33,
"landmarkType": "NONE",
"moistureNoise": 0.5013382,
"persistentID": "c147a4db-d459-4872-9d1b-a2bd3e808873",
"temperature": 0.500425,
"tileFeatureSaveData": [],
"tileName": "Gramona",
"xCoordinate": 3,
"yCoordinate": 3
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4924085,
"elevationType": "WATER",
"id": 34,
"landmarkType": "NONE",
"moistureNoise": 0.7233531,
"persistentID": "94d336b5-8fed-4380-84ee-d4497635fb12",
"temperature": 0.4820576,
"tileFeatureSaveData": [],
"tileName": "Jiariar",
"xCoordinate": 3,
"yCoordinate": 4
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3849397,
"elevationType": "PLAIN",
"id": 35,
"landmarkType": "FARM",
"moistureNoise": 0.4723226,
"persistentID": "46dcd4aa-2249-4a51-ac35-afbfc1adf13f",
"temperature": 0.3270947,
"tileFeatureSaveData": [
{
"tileFeatureName": "InhabitedFeature"
}
],
"tileName": "Ioweocea",
"xCoordinate": 3,
"yCoordinate": 5
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5026,
"elevationType": "PLAIN",
"id": 36,
"landmarkType": "NONE",
"moistureNoise": 0.4072208,
"persistentID": "f6652957-3320-4f98-be34-9d4544c16929",
"temperature": 0.4194875,
"tileFeatureSaveData": [],
"tileName": "Meareoha",
"xCoordinate": 3,
"yCoordinate": 6
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4950486,
"elevationType": "PLAIN",
"id": 37,
"landmarkType": "NONE",
"moistureNoise": 0.3538159,
"persistentID": "62378453-8b64-473f-9066-e49a6adf19cb",
"temperature": 0.5924864,
"tileFeatureSaveData": [],
"tileName": "Sleadran",
"xCoordinate": 3,
"yCoordinate": 7
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.7948897,
"elevationType": "MOUNTAIN",
"id": 38,
"landmarkType": "NONE",
"moistureNoise": 0.3739949,
"persistentID": "b535b2b8-e1f6-488d-84ea-60cea3f4ab96",
"temperature": 0.739786,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Slannial",
"xCoordinate": 3,
"yCoordinate": 8
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5166562,
"elevationType": "PLAIN",
"id": 39,
"landmarkType": "NONE",
"moistureNoise": 0.4736002,
"persistentID": "9e3512fa-ae13-4b2d-82dd-99280ca3fb5a",
"temperature": 0.8019274,
"tileFeatureSaveData": [],
"tileName": "Meanatan",
"xCoordinate": 3,
"yCoordinate": 9
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3853174,
"elevationType": "TREES",
"id": 40,
"landmarkType": "NONE",
"moistureNoise": 0.5941832,
"persistentID": "46e43bde-335a-490b-8795-d65b3c9a6e61",
"temperature": 1.04957,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Dreatann",
"xCoordinate": 4,
"yCoordinate": 0
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4170544,
"elevationType": "PLAIN",
"id": 41,
"landmarkType": "NONE",
"moistureNoise": 0.6390285,
"persistentID": "c17de2df-c692-4435-affd-42cd5a721fdc",
"temperature": 0.7939962,
"tileFeatureSaveData": [],
"tileName": "Slearus",
"xCoordinate": 4,
"yCoordinate": 1
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4036668,
"elevationType": "PLAIN",
"id": 42,
"landmarkType": "NONE",
"moistureNoise": 0.6353622,
"persistentID": "83d71248-04a0-41e0-a543-967204c2d035",
"temperature": 0.5975839,
"tileFeatureSaveData": [],
"tileName": "Zemagran",
"xCoordinate": 4,
"yCoordinate": 2
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4103122,
"elevationType": "PLAIN",
"id": 43,
"landmarkType": "NONE",
"moistureNoise": 0.6825951,
"persistentID": "7784ac87-7627-4ae8-a929-8ceb162768c7",
"temperature": 0.5246161,
"tileFeatureSaveData": [
{
"tileFeatureName": "GameFeature"
}
],
"tileName": "Heacriel",
"xCoordinate": 4,
"yCoordinate": 3
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.7063777,
"elevationType": "MOUNTAIN",
"id": 44,
"landmarkType": "NONE",
"moistureNoise": 0.7080642,
"persistentID": "8e92f381-2538-41a9-bc53-584e4f1a2c86",
"temperature": 0.4529997,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Cresatar",
"xCoordinate": 4,
"yCoordinate": 4
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4625306,
"elevationType": "PLAIN",
"id": 45,
"landmarkType": "HOUSES",
"moistureNoise": 0.2052529,
"persistentID": "7aefee46-5366-4aad-ad1f-28b92468d7f3",
"temperature": 0.2582614,
"tileFeatureSaveData": [
{
"tileFeatureName": "InhabitedFeature"
}
],
"tileName": "Zemareas",
"xCoordinate": 4,
"yCoordinate": 5
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5660319,
"elevationType": "PLAIN",
"id": 46,
"landmarkType": "HOUSES",
"moistureNoise": 0.3724251,
"persistentID": "6e79b206-10b4-4030-960a-a0e1dfb096cc",
"temperature": 0.3350827,
"tileFeatureSaveData": [
{
"tileFeatureName": "InhabitedFeature"
}
],
"tileName": "Measpean",
"xCoordinate": 4,
"yCoordinate": 6
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4042219,
"elevationType": "PLAIN",
"id": 47,
"landmarkType": "NONE",
"moistureNoise": 0.4686838,
"persistentID": "2397c176-887d-4e90-a25f-466e55be05af",
"temperature": 0.5333802,
"tileFeatureSaveData": [],
"tileName": "Wokkione",
"xCoordinate": 4,
"yCoordinate": 7
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.1230223,
"elevationType": "WATER",
"id": 48,
"landmarkType": "NONE",
"moistureNoise": 0.357844,
"persistentID": "8b69efeb-a73f-4b58-9eb6-f65365a87bae",
"temperature": 0.6929803,
"tileFeatureSaveData": [],
"tileName": "Brelonet",
"xCoordinate": 4,
"yCoordinate": 8
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5257742,
"elevationType": "PLAIN",
"id": 49,
"landmarkType": "NONE",
"moistureNoise": 0.5518979,
"persistentID": "ba2a3691-f178-4db5-ab8d-9d5f8e7f2f1f",
"temperature": 0.7258599,
"tileFeatureSaveData": [],
"tileName": "Headrela",
"xCoordinate": 4,
"yCoordinate": 9
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5410774,
"elevationType": "PLAIN",
"id": 50,
"landmarkType": "NONE",
"moistureNoise": 0.861987,
"persistentID": "15173fa8-69b3-4772-b54a-3c4ae9e1b144",
"temperature": 1.170051,
"tileFeatureSaveData": [],
"tileName": "Aereotare",
"xCoordinate": 5,
"yCoordinate": 0
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.6860323,
"elevationType": "MOUNTAIN",
"id": 51,
"landmarkType": "NONE",
"moistureNoise": 0.6191025,
"persistentID": "0dc29435-72a1-49ba-a783-55647353a3d4",
"temperature": 0.9558408,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Riodior",
"xCoordinate": 5,
"yCoordinate": 1
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.6898375,
"elevationType": "MOUNTAIN",
"id": 52,
"landmarkType": "NONE",
"moistureNoise": 0.6129278,
"persistentID": "00afbd94-0e2a-44fc-8ad1-7526bc1b0280",
"temperature": 0.7423359,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Polleara",
"xCoordinate": 5,
"yCoordinate": 2
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5440852,
"elevationType": "PLAIN",
"id": 53,
"landmarkType": "NONE",
"moistureNoise": 0.2855203,
"persistentID": "56e08872-1150-4614-8d10-ebf1b855eca7",
"temperature": 0.5889764,
"tileFeatureSaveData": [
{
"tileFeatureName": "StoneSourceFeature"
}
],
"tileName": "Zeaheal",
"xCoordinate": 5,
"yCoordinate": 3
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.2386536,
"elevationType": "TREES",
"id": 54,
"landmarkType": "NONE",
"moistureNoise": 0.6998019,
"persistentID": "5444adf0-60d4-4ad9-af1e-3e381893499a",
"temperature": 0.4363011,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Teahea",
"xCoordinate": 5,
"yCoordinate": 4
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.2972936,
"elevationType": "PLAIN",
"id": 55,
"landmarkType": "HOUSES",
"moistureNoise": 0.311993,
"persistentID": "0ae7df5a-bd5c-419b-9b2e-c1d6bef86655",
"temperature": 0.2235609,
"tileFeatureSaveData": [
{
"tileFeatureName": "InhabitedFeature"
}
],
"tileName": "Inniovar",
"xCoordinate": 5,
"yCoordinate": 5
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5827014,
"elevationType": "PLAIN",
"id": 56,
"landmarkType": "NONE",
"moistureNoise": 0.4516208,
"persistentID": "47f304b9-1da6-420e-a8d6-751adbaeb473",
"temperature": 0.2602492,
"tileFeatureSaveData": [],
"tileName": "Iobeotas",
"xCoordinate": 5,
"yCoordinate": 6
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5585634,
"elevationType": "PLAIN",
"id": 57,
"landmarkType": "NONE",
"moistureNoise": 0.4883375,
"persistentID": "2ce5fe77-5041-4146-98af-72be054c24a3",
"temperature": 0.3693734,
"tileFeatureSaveData": [],
"tileName": "Olararar",
"xCoordinate": 5,
"yCoordinate": 7
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.1423738,
"elevationType": "WATER",
"id": 58,
"landmarkType": "NONE",
"moistureNoise": 0.209949,
"persistentID": "80256353-bb18-43bb-b0f3-2f0958afe851",
"temperature": 0.5024225,
"tileFeatureSaveData": [],
"tileName": "Polasial",
"xCoordinate": 5,
"yCoordinate": 8
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5536425,
"elevationType": "PLAIN",
"id": 59,
"landmarkType": "NONE",
"moistureNoise": 0.7901308,
"persistentID": "4b4c8f91-ed8f-4130-a5e6-7134a5c9336e",
"temperature": 0.5813366,
"tileFeatureSaveData": [
{
"tileFeatureName": "FertileFeature"
}
],
"tileName": "Grariel",
"xCoordinate": 5,
"yCoordinate": 9
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.7925414,
"elevationType": "MOUNTAIN",
"id": 60,
"landmarkType": "NONE",
"moistureNoise": 0.6338255,
"persistentID": "eb9d2eb6-4954-46a0-a671-845369e2f2d5",
"temperature": 1.088602,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Ostreal",
"xCoordinate": 6,
"yCoordinate": 0
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.1398889,
"elevationType": "WATER",
"id": 61,
"landmarkType": "NONE",
"moistureNoise": 0.5748136,
"persistentID": "40e3613a-9120-4752-8de8-a17a508daf7c",
"temperature": 0.9376205,
"tileFeatureSaveData": [],
"tileName": "Crimean",
"xCoordinate": 6,
"yCoordinate": 1
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.2394721,
"elevationType": "TREES",
"id": 62,
"landmarkType": "NONE",
"moistureNoise": 0.4675648,
"persistentID": "de5a8d8f-38f6-4d82-8fd1-7243ff5f7932",
"temperature": 0.7344368,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Ugranar",
"xCoordinate": 6,
"yCoordinate": 2
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.2428202,
"elevationType": "TREES",
"id": 63,
"landmarkType": "NONE",
"moistureNoise": 0.3690668,
"persistentID": "df79a62e-1964-4183-8aef-e0b5bff9e2bb",
"temperature": 0.6287444,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Tiarunet",
"xCoordinate": 6,
"yCoordinate": 3
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3744769,
"elevationType": "TREES",
"id": 64,
"landmarkType": "NONE",
"moistureNoise": 0.2604396,
"persistentID": "46bee67a-90d8-490f-aa05-be8147787895",
"temperature": 0.5241318,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Tatoppea",
"xCoordinate": 6,
"yCoordinate": 4
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.7004913,
"elevationType": "MOUNTAIN",
"id": 65,
"landmarkType": "NONE",
"moistureNoise": 0.6205012,
"persistentID": "02357eb7-762d-40d4-a293-cab8f5ced8a1",
"temperature": 0.3219435,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Meatatan",
"xCoordinate": 6,
"yCoordinate": 5
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3770177,
"elevationType": "TREES",
"id": 66,
"landmarkType": "NONE",
"moistureNoise": 0.6697614,
"persistentID": "d2076aca-7287-41a8-a52a-4a0f64347bea",
"temperature": 0.2971832,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Dreotana",
"xCoordinate": 6,
"yCoordinate": 6
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4348795,
"elevationType": "PLAIN",
"id": 67,
"landmarkType": "NONE",
"moistureNoise": 0.6177636,
"persistentID": "57caaa24-5866-442c-8aae-39d80c0db131",
"temperature": 0.2953139,
"tileFeatureSaveData": [],
"tileName": "Ihocia",
"xCoordinate": 6,
"yCoordinate": 7
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3819853,
"elevationType": "PLAIN",
"id": 68,
"landmarkType": "ANCIENT_GRAVEYARD",
"moistureNoise": 0.5055298,
"persistentID": "1a1604a4-ca6d-4da7-9fdd-a7da4640e83e",
"temperature": 0.4434711,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Teaddean",
"xCoordinate": 6,
"yCoordinate": 8
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5146474,
"elevationType": "PLAIN",
"id": 69,
"landmarkType": "NONE",
"moistureNoise": 0.3955452,
"persistentID": "e62f2ef4-1bce-4621-8801-60365ee9f47f",
"temperature": 0.6369284,
"tileFeatureSaveData": [],
"tileName": "Zeadiary",
"xCoordinate": 6,
"yCoordinate": 9
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3956762,
"elevationType": "PLAIN",
"id": 70,
"landmarkType": "NONE",
"moistureNoise": 0.2705297,
"persistentID": "766a6d6b-3585-4ced-a51a-35baf87fd10f",
"temperature": 0.945839,
"tileFeatureSaveData": [],
"tileName": "Chia",
"xCoordinate": 7,
"yCoordinate": 0
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.4753025,
"elevationType": "PLAIN",
"id": 71,
"landmarkType": "THE_PORTAL",
"moistureNoise": 0.4676684,
"persistentID": "6e5c47b7-cfc5-42d0-95fd-e97411307500",
"temperature": 0.7767423,
"tileFeatureSaveData": [],
"tileName": "Zemond",
"xCoordinate": 7,
"yCoordinate": 1
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.2419807,
"elevationType": "TREES",
"id": 72,
"landmarkType": "NONE",
"moistureNoise": 0.5512605,
"persistentID": "c5cb2e6d-d19d-4a78-889c-ef67accb560c",
"temperature": 0.582368,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Riodiore",
"xCoordinate": 7,
"yCoordinate": 2
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3854395,
"elevationType": "TREES",
"id": 73,
"landmarkType": "NONE",
"moistureNoise": 0.5334931,
"persistentID": "91b0ad07-de15-4c51-9f41-3afdfb7887d9",
"temperature": 0.5180029,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Ialasial",
"xCoordinate": 7,
"yCoordinate": 3
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3212653,
"elevationType": "TREES",
"id": 74,
"landmarkType": "NONE",
"moistureNoise": 0.647221,
"persistentID": "cbd3579e-c1b7-4799-88cc-337f737cf902",
"temperature": 0.4550608,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Cragirar",
"xCoordinate": 7,
"yCoordinate": 4
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.347255,
"elevationType": "TREES",
"id": 75,
"landmarkType": "NONE",
"moistureNoise": 0.3252235,
"persistentID": "c41d6bb2-db3b-4ae5-b413-4b462f6f222a",
"temperature": 0.2621121,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Siasirim",
"xCoordinate": 7,
"yCoordinate": 5
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.547693,
"elevationType": "PLAIN",
"id": 76,
"landmarkType": "NONE",
"moistureNoise": 0.5929227,
"persistentID": "5c9df82b-7ae4-4a3d-9543-c582c847e496",
"temperature": 0.2547847,
"tileFeatureSaveData": [],
"tileName": "Iossuspe",
"xCoordinate": 7,
"yCoordinate": 6
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.5877684,
"elevationType": "PLAIN",
"id": 77,
"landmarkType": "NONE",
"moistureNoise": 0.5636186,
"persistentID": "bb463902-975f-4b82-8b29-049106644904",
"temperature": 0.3285613,
"tileFeatureSaveData": [],
"tileName": "Healarus",
"xCoordinate": 7,
"yCoordinate": 7
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.3613903,
"elevationType": "TREES",
"id": 78,
"landmarkType": "NONE",
"moistureNoise": 0.5313248,
"persistentID": "26502735-53f3-47c3-9f99-71a5d3008a97",
"temperature": 0.5688323,
"tileFeatureSaveData": [
{
"tileFeatureName": "WoodSourceFeature"
}
],
"tileName": "Ashoceal",
"xCoordinate": 7,
"yCoordinate": 8
},
{
"biomeType": "GRASSLAND",
"elevationNoise": 0.6267099,
"elevationType": "MOUNTAIN",
"id": 79,
"landmarkType": "NONE",
"moistureNoise": 0.5114946,
"persistentID": "f35c6d37-9239-4023-8840-160892b15f45",
"temperature": 0.8088205,
"tileFeatureSaveData": [
{
"tileFeatureName": "MetalSourceFeature"
}
],
"tileName": "Edranar",
"xCoordinate": 7,
"yCoordinate": 9
}
],
"worldMapTemplate": {
"regionCount": 1,
"regions": [
{
"Key": 0,
"Value": [
{
"height": 10,
"width": 8
}
]
}
],
"worldMapHeight": 10,
"worldMapWidth": 8
}
}
} |
e92721cfe00462778919d6c87718de504fb05775 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/percent/%lssir.sci | 1677b43d4d41bb87b6930d83ae806ffdaf01d9de | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | 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 | 142 | sci | %lssir.sci | function [s2]=%lssir(i,j,s1,s2)
//s2=%lssir(i,j,s1,s2) <=> s2(i,j)=s1
//!
// origin s. steer inria 1992
[s1 s2]=sysconv(s1,s2)
s2(i,j)=s1
|
ed3464b920ee1d45b7534d22da45ebf97a5df28b | d8c4bf9ddb7db18c69e9e5e543d546b8dd4338d2 | /userland/bin/utils/e/expr/test/backup/bools.tst | 5746ee311dddcd042875abaf992a16890c6b964e | [] | no_license | r-tty/QRV | aac7bb7167f8dc630be54c041169a4867e8e963f | 87d22fc3c3b8e14902643fa987af8ba06bda2a8a | refs/heads/master | 2022-07-27T13:40:02.469769 | 2021-12-09T12:57:19 | 2021-12-09T12:57:19 | 322,424,788 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 1,032 | tst | bools.tst | expr '' '|' ''
expr '' '|' abc
expr '' '|' 0
expr '' '|' -1
expr '' '|' 1
expr '' '|' 5
expr '' '&' ''
expr '' '&' abc
expr '' '&' 0
expr '' '&' -1
expr '' '&' 1
expr '' '&' 5
expr abc '|' ''
expr abc '|' abc
expr abc '|' 0
expr abc '|' -1
expr abc '|' 1
expr abc '|' 5
expr abc '&' ''
expr abc '&' abc
expr abc '&' 0
expr abc '&' -1
expr abc '&' 1
expr abc '&' 5
expr 0 '|' ''
expr 0 '|' abc
expr 0 '|' 0
expr 0 '|' -1
expr 0 '|' 1
expr 0 '|' 5
expr 0 '&' ''
expr 0 '&' abc
expr 0 '&' 0
expr 0 '&' -1
expr 0 '&' 1
expr 0 '&' 5
expr -1 '|' ''
expr -1 '|' abc
expr -1 '|' 0
expr -1 '|' -1
expr -1 '|' 1
expr -1 '|' 5
expr -1 '&' ''
expr -1 '&' abc
expr -1 '&' 0
expr -1 '&' -1
expr -1 '&' 1
expr -1 '&' 5
expr 1 '|' ''
expr 1 '|' abc
expr 1 '|' 0
expr 1 '|' -1
expr 1 '|' 1
expr 1 '|' 5
expr 1 '&' ''
expr 1 '&' abc
expr 1 '&' 0
expr 1 '&' -1
expr 1 '&' 1
expr 1 '&' 5
expr 5 '|' ''
expr 5 '|' abc
expr 5 '|' 0
expr 5 '|' -1
expr 5 '|' 1
expr 5 '|' 5
expr 5 '&' ''
expr 5 '&' abc
expr 5 '&' 0
expr 5 '&' -1
expr 5 '&' 1
expr 5 '&' 5
|
edf50c7507c3628dc462660f3e6be2cb9e4f1231 | 31cfd6fac62ce1e0f8bb81f96db3978b301d4fd2 | /Raízes (zero de funções reais)/Newton Raphson/newton.sci | f9454a66ea86a0d2c924ab687d86f8407f1e4165 | [] | no_license | PierreVieira/Scilab_Programs | 2205084b7356cf9ab68e8b04525e55fd7e29636c | 63d717f04db929c81dc1ff7fa9eb886f3c6b6a8c | refs/heads/master | 2020-09-09T00:59:34.924700 | 2020-03-17T18:46:50 | 2020-03-17T18:46:50 | 221,296,397 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,059 | sci | newton.sci | /*
Objetivo: Calcular a raiz de uma equação pelo método de Newton
Parâmetros de entrada: x0, Toler, IterMax
Parâmetros de saída: Raiz, Iter, CondErro
Pierre Vieira
*/
function [Raiz, Iter, CondErro] = NewtonRaphson(xi, Toler, IterMax)
deff('y = f(x)','y = x^4 + 2*x^3 - 13*x^2 - 14*x + 24')
deff('y1 = g(x)', 'y1 = 4*x^3 + 6*x^2 - 26*x - 14') // Derivada da f
Fx = f(xi)
DFx = g(xi)
x = xi
Iter = 0
printf("Iter\t x\t\t DFx\t\t Fx\n")
printf("%d\t%f\t%f\t%f\n", Iter, x, DFx, Fx)
while 1 do
DeltaX = - Fx/DFx
x = x + DeltaX
Fx = f(x)
DFx = g(x)
Iter = Iter + 1
printf("%d\t%f\t%f\t%f\n", Iter, x, DFx, Fx)
if abs(DeltaX) <= Toler & abs(Fx) <= Toler | DFx == 0 | Iter >= IterMax then
break
end
end
Raiz = x
//Teste de convergência
if abs(DeltaX) <= Toler & abs(Fx) <= Toler then
CondErro = 0 //Raíz não foi encontrada
else
CondErro = 1//Raíz foi encontrada
end
endfunction
|
5803ca10363017329f60663737ba85617ca60dc8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /122/CH9/EX9.14/exa9_14.sce | 4bfa48c19003c2725ef1d6fd7bd21e6ea4dd210a | [] | 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 | 384 | sce | exa9_14.sce | // Example 9-14
// State and ouput controllability and observability
clear; clc;
xdel(winsid()); //close all windows
A = [1 1; -2 -1];
B = [0;1];
C = [1 0];
D = [0];
G =syslin('c',A,B,C,D); ssprint(G);
Cc = cont_mat(A,B); disp(Cc,'state controllability matrix =');
c = [C*B C*A*B]; disp(c,'output controllability matrix =');
Ob = obsv_mat(A,C); disp(Ob,'observability matrix ='); |
a3f77b721dbc093bdbcdc28dcf3bb84458d2d5f3 | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/virtual/Self_tuning_controller/SelfTuning_Vikas/PIControllersetpointchange/clientread.sce | b6420b82daa83631a6c6a924fc18d257d8a07afd | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,137 | sce | clientread.sce | 3911 1310982172946 1310982507812 0.0 251.0 32.7
3912 1310982177400 1310982512265 0.0 100.0 32.5
3913 1310982178393 1310982513265 1.2066 100.0 32.5
3914 1310982179397 1310982514265 1.4372 100.0 32.4
3915 1310982180391 1310982515265 2.1696 100.0 32.2
3916 1310982181393 1310982516265 3.4178 100.0 32.2
3917 1310982182405 1310982517265 3.6785 100.0 32.0
3918 1310982183397 1310982518265 4.9549 100.0 31.9
3919 1310982184388 1310982519250 5.7479 100.0 31.7
3920 1310982185401 1310982520265 7.0673 100.0 31.6
3921 1310982186404 1310982521265 7.8977 100.0 31.5
3922 1310982187396 1310982522265 8.7407 100.0 31.4
3923 1310982188400 1310982523265 9.5965 100.0 31.1
3924 1310982189404 1310982524265 11.514 100.0 31.2
3925 1310982190405 1310982525265 11.36 100.0 31.1
3926 1310982191398 1310982526265 12.254 100.0 31.0
3927 1310982192389 1310982527250 13.162 100.0 30.9
3928 1310982193404 1310982528265 14.083 100.0 31.0
3929 1310982194395 1310982529265 13.946 100.0 30.9
3930 1310982195397 1310982530265 14.867 100.0 30.9
3931 1310982196390 1310982531250 15.265 100.0 30.9
3932 1310982197404 1310982532265 15.664 100.0 30.9
|
ecb5b5932bf4c04c7ceb888555bc9e04a0a23376 | 74c4c6d3c27c7c63edbb333b252ee3d01dbab00e | /assignment_0/scenes/molecule2/molecule2.sce | c30f6bedb017aabb9ff96b989e6ac7e0388f0928 | [] | no_license | robinmamie/intro_computer_graphics | 495ba4339da31727608754ea43cc865997197b0c | 861f218adb61e1d553d5cbc6f3d213a9ebc31670 | refs/heads/master | 2022-01-17T08:03:34.603786 | 2019-05-31T07:03:45 | 2019-05-31T07:03:45 | 171,866,665 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 15,624 | sce | molecule2.sce | # camera: eye, center, up, fovy, width, height
camera 3 0.5 0 0 0 0 0 1 0 55 500 500
ambience 0.1 0.1 0.1
background 1 1 1
depth 3
# lights: position and color
light 0 0 10 0.3 0.3 0.3
light 10 10 0 0.5 0.5 0.5
# planes: center, normal, material
plane 0 -1 0 0 1 0 0.2 0.4 0.2 0.2 0.4 0.2 0.0 0.0 0.0 100.0 0.05
# spheres
sphere -0.336838 -0.664495 -0.23862 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere -0.27235 -0.650195 -0.315551 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.2388 -0.55147 -0.31397 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.290775 -0.489319 -0.337345 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere -0.317656 -0.672882 -0.407883 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.332781 -0.776145 -0.414483 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.361931 -0.813476 -0.342707 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere -0.31195 -0.815333 -0.48777 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere -0.39115 -0.622145 -0.247007 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.358906 -0.730495 -0.238688 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.305213 -0.650745 -0.178532 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.213912 -0.696395 -0.307439 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.383588 -0.637476 -0.413383 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.273106 -0.65047 -0.463914 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.153687 -0.535313 -0.283651 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere -0.111818 -0.444632 -0.283789 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.0102744 -0.458588 -0.304964 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.036957 -0.504719 -0.252645 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere -0.125912 -0.399532 -0.189051 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.204287 -0.328788 -0.190151 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.162968 -0.234256 -0.21002 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.231994 -0.164406 -0.232638 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere -0.210406 -0.077231 -0.252988 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.122956 -0.0495934 -0.249207 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere -0.276062 -0.0181058 -0.277395 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere -0.1123 -0.585707 -0.259589 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.1431 -0.40235 -0.337276 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.1409 -0.452401 -0.137969 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0627308 -0.365088 -0.167876 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.255094 -0.346663 -0.242263 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.2377 -0.327069 -0.123051 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.125843 -0.212256 -0.148832 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.115118 -0.240169 -0.267495 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.298131 -0.185512 -0.233807 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0731808 -0.0938685 -0.22817 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.103843 0.0153755 -0.263576 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.342544 -0.0377684 -0.280626 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.261487 0.0479631 -0.292864 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0227945 -0.419607 -0.38107 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere 0.120213 -0.421051 -0.405614 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.175007 -0.361032 -0.339407 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.256958 -0.375263 -0.325795 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere 0.131695 -0.3919 -0.506745 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.232482 -0.389907 -0.537408 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0799946 -0.459619 -0.569033 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.0197619 -0.38475 -0.423145 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.147095 -0.490007 -0.397295 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.102338 -0.323494 -0.516095 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.264864 -0.456044 -0.523383 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.236607 -0.375469 -0.610833 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.269676 -0.336075 -0.500833 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.106738 -0.52892 -0.558858 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.00663817 -0.459207 -0.554114 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0894134 -0.440301 -0.640877 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.129563 -0.293656 -0.29747 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere 0.172739 -0.229169 -0.235938 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.102132 -0.205656 -0.162513 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0265757 -0.174375 -0.184857 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere 0.202026 -0.145844 -0.292795 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.214882 -0.0583247 -0.23752 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.275658 -0.0565372 -0.162238 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.16277 0.0203255 -0.259245 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.28377 0.0232818 -0.108407 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.17102 0.100557 -0.20617 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.231589 0.102138 -0.130201 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.239426 0.179413 -0.0780881 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere 0.0620508 -0.283894 -0.308951 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.233239 -0.260038 -0.20397 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.26562 -0.16365 -0.328407 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.149845 -0.134362 -0.345389 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.31567 -0.116556 -0.144432 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.116226 0.019363 -0.317064 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.329283 0.0241755 -0.0496943 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.131007 0.160645 -0.223701 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.207045 0.230495 -0.104488 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.126607 -0.222981 -0.0760943 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0727071 -0.200019 0.00461836 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.119388 -0.118412 0.0493747 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.203126 -0.108237 0.0436685 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere 0.0681696 -0.283756 0.0702748 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.0203119 -0.33965 0.0556997 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0798571 -0.262444 0.1734 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.108381 -0.283619 0.0700685 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.191851 -0.242644 -0.0630318 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.00423191 -0.178844 -0.0164192 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.125507 -0.328513 0.053156 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0204494 -0.368113 -0.0135317 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0205869 -0.397125 0.103894 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.148332 -0.234738 0.186394 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0285007 -0.213838 0.197944 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0734633 -0.325763 0.213069 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.102468 -0.240238 0.130981 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.121718 -0.240581 0.0103246 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.166062 -0.330713 0.0779748 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0651446 -0.0636184 0.0982561 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere 0.101651 0.00403173 0.161025 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0436258 0.00155672 0.247994 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.0404557 -0.00449329 0.24215 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere 0.101032 0.0998007 0.116956 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.00622566 0.13562 0.0938561 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.0553057 0.177626 0.152775 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0333057 0.133213 0.00867462 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.131275 0.19722 0.103756 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.120962 0.171782 0.0155496 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere -0.00243686 -0.0783997 0.104581 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.172051 -0.0150808 0.176975 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.134651 0.147857 0.163362 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.141663 0.0971882 0.0540497 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0469182 0.192063 0.220081 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0011306 0.107432 -0.0528568 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.192187 0.229807 0.131119 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0863196 0.00856924 0.328982 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0367507 0.0288505 0.413063 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.00251316 0.127507 0.414851 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.061012 0.150745 0.465107 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere 0.103163 0.00513173 0.490888 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.198382 0.0176443 0.447713 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.184426 0.00128172 0.344863 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.0241619 -0.0121246 0.416982 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0936759 0.0492006 0.550838 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0939509 -0.0668497 0.509726 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.221964 0.0878382 0.458576 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.247195 -0.0317871 0.475694 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.222239 0.0527068 0.305469 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.207664 -0.0676747 0.326713 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0450695 0.185463 0.358819 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0316632 0.283776 0.359782 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0821946 0.321451 0.275907 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.16497 0.308389 0.266281 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere 0.0694071 0.32042 0.451219 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0900321 0.422651 0.455207 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0236195 0.487552 0.427776 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.175557 0.453177 0.488619 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.043557 0.582083 0.432657 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.195151 0.547639 0.493913 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.12922 0.612127 0.465382 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0982134 0.159545 0.323 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0415557 0.299039 0.355588 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0194257 0.304814 0.504913 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.131282 0.281232 0.467582 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0427245 0.465345 0.403163 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.226776 0.40402 0.51062 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.00573686 0.633027 0.410588 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.260876 0.570877 0.51942 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.143932 0.684933 0.468063 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0301507 0.362976 0.213206 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere 0.062807 0.41117 0.131944 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.00951812 0.485558 0.116406 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.058537 0.48597 0.0473122 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere 0.0717446 0.345101 0.0504747 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.105363 0.388345 -0.0373192 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0502945 0.429939 -0.101876 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere 0.19357 0.389033 -0.0700443 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.10392 0.453245 -0.173445 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.191507 0.428633 -0.157563 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0377744 0.370401 0.225444 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.129701 0.441833 0.145144 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.118907 0.289964 0.0690373 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.00443816 0.315814 0.0364497 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0169431 0.445408 -0.0914944 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.253451 0.361326 -0.0358755 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere 0.0802696 0.487964 -0.23477 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0209994 0.543583 0.186463 0.106563 0.3 0.3 1 0.3 0.3 1 1.0 1.0 1.0 100.0 0.0
sphere -0.0885121 0.616802 0.1888 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.0359182 0.704871 0.209081 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.0729745 0.77864 0.18605 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere -0.161112 0.600714 0.263875 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.227112 0.521033 0.244281 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.273244 0.491402 0.334138 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere -0.301019 0.550252 0.175463 0.116875 0.5 0.5 0.5 0.5 0.5 0.5 1.0 1.0 1.0 100.0 0.0
sphere 0.0392945 0.695521 0.249781 0.1045 1 0 0 1 0 0 1.0 1.0 1.0 100.0 0.0
sphere 0.0267132 0.54812 0.237063 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.121375 0.621477 0.121906 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.12605 0.588408 0.328569 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.20085 0.663827 0.271988 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.189094 0.462527 0.21685 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.32185 0.435989 0.320732 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.221406 0.466858 0.382401 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.309544 0.549496 0.364663 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.268981 0.569708 0.110562 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.34825 0.493395 0.163156 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
sphere -0.33945 0.608758 0.202344 0.0825002 1 1 1 1 1 1 1.0 1.0 1.0 100.0 0.0
|
6a764e219af3cabed9f53897f211d35bcda1d8dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3717/CH14/EX14.1/Ex14_1.sce | 82c3babe42ab95ae90fa4cd2a097950d194737b3 | [] | 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 | 589 | sce | Ex14_1.sce | // Ex14_1 Page:272 (2014)
clc;clear;
mu_0 = 4*%pi*1e-007; // Absolute magnetic permeability of free space, N/Sq.A
r = 2e-003; // Radius of tin wire, m
T = 2; // Temperature of tin wire, K
T_c = 3.722; // Critical temperature of tin, K
B_c0 = 0.0305; // Critical field at 0 K, T
B_cT = B_c0*(1-(T/T_c)^2); // Critical field at T K, T
I_c = 2*%pi*r*B_cT/mu_0; // Critical current through the tin wire from Ampere's Law, A
printf("\nThe critical current through the tin wire = %5.1f A", I_c);
// Result
// The critical current through the tin wire = 216.9 A |
5c5cb12d07fb59637f2f08ca8619948ac5e3eddf | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH6/EX6.18/ex_6_18.sce | 8831521871dcd36d0313794ab29393c6c1216b78 | [] | 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 | 315 | sce | ex_6_18.sce | clear;
close;
clc;
n=-10:10;
x=ones(1,length(n));
figure
subplot(2,1,1)
plot2d3(n,x)
plot(n,x,'r.')
xtitle('x[n]','n')
w=-5:0.01:5;
for i=1:length(w)
if w(i)==0 then
delta(i)=1;
else
delta(i)=0;
end
end
Xw=2*%pi*delta';
subplot(2,1,2)
plot(w,Xw);
xtitle('X(w)','w') |
90dc150e7795c174cf927604eb387bf88badc390 | fb29503eb9e57fd8763a2e860fa4ee3d932904c9 | /FEM/tensionPlana/sci_MATfem.sci | 7918004bef004636ed305198dc553ce8fc7933f0 | [
"Apache-2.0"
] | permissive | Thejuampi/mecaComp | 4f5e993ddd9e7e2a0278fe0bcc40722c5e4d9d62 | e31313d2842644093a5b705823dd6dcb55809e87 | refs/heads/master | 2021-01-01T18:11:46.162750 | 2014-11-20T23:18:38 | 2014-11-20T23:18:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 247 | sci | sci_MATfem.sci | function [tree] = sci_MATfem(tree)
// Generated by M2SCI
// Conversion function for Matlab MATfem
// Input: tree = Matlab funcall tree
// Ouput: tree = Scilab equivalent for tree
tree=Funcall("exec",1,Rhs(tree.name),tree.lhs)
endfunction
|
12a871b46228545ad5033babc863af7a5483787c | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH7/EX7.15/7_15.sce | 05e5cc3b630f56fd3eb1cc5c9592a4374d4c6e7c | [] | 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 | 210 | sce | 7_15.sce | N=100
l1=0.15
l2=0.3
l3=0.45
A=0.001
u0 = 4*%pi*10^−7;
ur1=1447
ur2=5969
ur3=47750
flux=0.6E-3
B=flux/A
H1=B/(uo*ur1)
H2=B/(uo*ur2)
H3=B/(uo*ur3)
disp(H1,H2,H3)
F=H1*l1+H2*l2+H3*l3
disp(F)
I=F/N
disp(I) |
cebe2d770f23b74565de810fda923c5d3682538e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH24/EX24.29/Ex24_29.sce | bbb4c542dc89e68b4ed31b1acfd5724ef74cc65e | [] | 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,897 | sce | Ex24_29.sce | // Example 24_29
clc;funcprot(0);
//Given data
T_1=15+273;// K
p_1=1;// bar
T_5=1000;// K
dp_in=0.07;// bar
dp_re=0.1;// bar
R_c1=2;// Compression ratio
n_c=0.80;// Efficiency of compressor
n_c1=n_c;
n_c2=n_c;
dp_com=0.15;// bar
dp_rh=0.1;// bar
n_t1=0.87;// Efficiency of turbine 1
n_t2=0.7;// Efficiency of turbine 2
e=0.75;// Effectiveness of heat exchanger
n_com=0.98;// Combustion efficiency
n_m=0.99;// Mechanical efficiency of compressor-turbine
m_a=20;// kg/sec
C_pa=1;// kJ/kg.K
C_pg=1.1;// kJ/kg.K
r_a=1.4;// Specific heat ratio for air
r_g=1.33;// Specific heat ratio for gases
CV=43.5;// MJ/kg
//Calculation
p_2=p_1*R_c1;// bar
p_3=p_2-dp_in;// bar
p_4=2*p_3;// bar
p_5=p_4-dp_in-dp_re;// bar
p_8=1+dp_rh;// bar
T_2=T_1+((T_1/n_c1)*(((R_c1)^((r_a-1)/r_a))-1));// K
T_3=T_1;// K
T_4=T_3+((T_3/n_c2)*(((R_c1)^((r_a-1)/r_a))-1));// K
// as T_4-T_3=T_2-T_1
W_1=2*m_a*C_pa*(T_2-T_1);// Power required to run the compressor in kW
W_t1=W_1/n_m;// Power developed by compressor turbine in kW
W_t1=W_t1/m_a;// The work developed by the turbine per kg of air in kJ/kg
dT_56=W_t1/C_pg;//(dT_56=T_5-T_6) K
R_t1=1/(1-((dT_56/(T_5*n_t1))))^(r_a/(r_a-1));
p_6=p_5/R_t1;// bar
p_7=p_6-dp_rh;// bar
R_t2=p_7/p_8;// bar
T_7=T_5;// K
dT_78=T_7*n_t2*(1-((1/R_t2)^((r_a-1)/r_a)));// K
T_8=T_7-dT_78;// K
W=m_a*C_pa*(T_7-T_8);// Net output of the plant in kW
T_9=T_4+(e*(T_8-T_4));// K
Q_s=C_pa*((T_5-T_9)+(dT_56));// The total heat supplied in the plant per kg of air in kJ/kg
m_f=((m_a*Q_s)/(CV*10^3*n_com))*3600;// The mass of fuel supplied in kg/hr
Sfc=m_f/W;// Specific fuel consumption in kg/kWh
n_th=(W/(Q_s*m_a))*100;// Thermal efficiency in %
printf('\nThe specific fuel consumption of the plant=%0.2f kg/kWh \nPlant capacity=%0.0f kW \nOver all efficiency of the plant=%0.1f',Sfc,W,n_th);
// The answer provided in the textbook is wrong
|
c82cdf25d6f2c0c8e41a08af1845c218727936a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1775/CH2/EX2.4/Chapter2_Example4.sce | 3002c430c4451f6d54bb2da11c93aa3dab43d84c | [] | 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,272 | sce | Chapter2_Example4.sce | //Chapter-2, Illustration 4, Page 58
//Title: Gas Power Cycles
//=============================================================================
clc
clear
//INPUT DATA
rv=9.5;//Compression ratio
P1=100;//Air pressure in kPa
T1=290;//Air temperature in K
V1=600*(10^-6);//Volume of air in m^3
T4=800;//Final temperature in K
R=287;//Universal gas constan in J/kg.K
Cv=0.718;//Specific heat at constant volume in kJ/kg.K
y=1.4;//Ratio of specific heats
//CALCULATIONS
T3=T4*(rv^(y-1));//Temperature at the end of constant volume heat addition in K
P2=P1*(rv^y);//Pressure at point 2 in kPa
T2=T1*(rv^(y-1));//Temperature at point 2 in K
P3=P2*(T3/T2);//Pressure at point 3 in kPa
m=(P1*1000*V1)/(R*T1);//Specific mass in kg/s
Q=m*Cv*(T3-T2);//Heat transferred in kJ
n=(1-(1/rv^(y-1)))*100;//Thermal efficiency
Wnet=(n*Q)/100;//Net workdone in kJ
MEP=Wnet/(V1*(1-(1/rv)));//Mean effective pressure in kPa
//OUTPUT
mprintf('Maximum pressure of the cycle is %3.2f kPa \n Maximum temperature of the cycle is %3.1f K \n Amount of heat transferred is %3.2f kJ \n Thermal efficiency is %3.1f percent \n Mean effective pressure is %3.1f kPa',P3,T3,Q,n,MEP)
//==============================END OF PROGRAM=================================
|
7ee5586cc1385c8db5093f59fa9ac06e9c8a9669 | 91da29a7783c3162b1b743ad75d48814bd1f556e | /2_año/MN/p3.sce | 9f9dd95ade1cd732cfa607c68f1134c516c826d8 | [] | no_license | jfarizano/LCC | a149631059129b07a7c603bf16df0c1b25479edb | 70cb03b0ff0a788b1bbbf1a6bcd51beff48460fe | refs/heads/master | 2022-11-15T14:46:36.171561 | 2022-11-10T21:15:13 | 2022-11-10T21:15:13 | 246,933,544 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,926 | sce | p3.sce | function r = metodoBiseccion(f, a, b, eps)
fa = f(a)
fb = f(b)
if f(a)*f(b) >= 0 then
r = %nan
else
c = (a + b)/2
while (abs(b - c) > eps)
fc = f(c)
if f(b) * f(c) <= 0 then
a = c
else
b = c
end
c = (a + b)/2
end
r = c
end
endfunction
function r = metodoSecante(f, xm, xn, eps, maxIter)
iter = 1
while (abs(f(xn)) > eps) && (iter < maxIter)
temp = xn
xn = xm - f(xm) *(xm - xn) / (f(xm) - f(xn))
xm = temp
iter = iter + 1
end
if iter == maxIter then
r = %nan
else
r = xn
end
endfunction
function r = metodoPuntoFijo(f, x, eps, maxIter)
iter = 1
x1 = f(x)
while (abs(x1 - x) > eps) && (iter < maxIter)
x = x1
x1 = f(x1)
end
if iter == maxIter then
r = %nan
else
r = x1
end
endfunction
function r = metodoNewton(f, x, eps, maxIter)
iter = 1
x1 = x - f(x)/numderivative(f, x)
while (abs(x1 - x) > eps) && (iter < maxIter)
x = x1
x1 = x - f(x)/numderivative(f, x)
end
if iter == maxIter then
r = %nan
else
r = x1
end
endfunction
function r = metodoNewtonMulti(f, x, eps, maxIter)
iter = 1
J = numderivative(f, x)
x1 = x - inv(J) * f(x)
while (norm(x1 - x) > eps) && (iter < maxIter)
x = x1
J = numderivative(f, x)
x1 = x - inv(J) * f(x)
end
if iter == maxIter then
r = %nan
else
r = x1
end
endfunction
function z = ej9(x)
z(1) = 1 + x(1)**2-x(2)**2+exp(x(1))*cos(x(2))
z(2) = 2 *x(1)*x(2) + exp(x(1))*sin(x(2))
endfunction
function z = ej10(x)
z(1) = x(1)**2 + x(1)*(x(1)**3) - 9
z(2) = 3*(x(1)**2)*x(2) - 4 - x(2)**3
endfunction
|
cf5c03366780bc4c59703ad24c0f5912abf0e689 | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH2/EX2.1/2_1_sci.sce | f815a4d083577137404d45a3ecab26f83def530d | [] | 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 | 2_1_sci.sce | //chapter 2:THE DEVICE
//Example 2.1
Vpiv=1500;//peak inverse voltage//
V=415;//main supply//
Vf=Vpiv/(sqrt(2)*V);//voltage safety factor//
printf('value of voltage safety factor=%fv',Vf); |
998c430be6e63eb61bcbbfeb4fbee720ccd2f721 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH9/EX9.3/Ex9_3.sce | 2af2527a411d8642c0c89ff9ab9d1e0f48b8a895 | [] | 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 | 384 | sce | Ex9_3.sce | //===========================================================================
//chapter 9 example 3
clc;clear all;
//variable declaration
H = 120; //number of holes on the rotating disc
f = 5400; //frequency of output pulses in per second
//calculations
N = (f/(H))*60; //rotational speed in rpm
//result
mprintf("rotational speed = %3.2f rpm",N);
|
532c7f46dd7b2f1e39c83888eeb84116454bb170 | 449d555969bfd7befe906877abab098c6e63a0e8 | /132/CH8/EX8.2.b/Example8_2_b.sce | 0f1f32fde56c5952b23ff639f34d433fbf0105a7 | [] | 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 | 337 | sce | Example8_2_b.sce | //Example 8.2 (b)
//Program to find the Voltage Gain of the Amplifier
clear;
clc ;
close ;
//Given Circuit Data
Beeta=100;
ri=2*10^3; //Ohms
Rac=5*10^3; //Ohms
//Calculation
Av=Beeta*Rac/ri;
//Displaying The Results in Command Window
printf("\n\t The Voltage Gain of the Amplifier is Av = %f with phase of 180 degrees .",Av); |
21cd5fc62379932c3161eac9d2ed9f549fbdc67b | ad617742f184bf6d4cceb3e9c99232d8bd52b862 | /tests/ifelse.tst | 3d2b85e0dea1d2a8f947525aeaca7ee543f0181d | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause"
] | permissive | 9track/hyperion | d621343e7eea27c45db49c7c284dd1680491c82c | 9ceed2cc7261820eef01c55dac9b9a6ae47636b2 | refs/heads/master | 2022-09-15T12:19:09.059528 | 2020-05-28T03:05:29 | 2020-05-28T03:05:29 | 268,044,749 | 3 | 1 | NOASSERTION | 2020-05-30T09:03:56 | 2020-05-30T09:03:55 | null | UTF-8 | Scilab | false | false | 2,775 | tst | ifelse.tst | #-------------------------------------------------------------------------------
# Test proper redtest.rexx handling of *If/*Else/*Fi directives
#-------------------------------------------------------------------------------
#---------------------
# Testcase PLAIN
#---------------------
*Testcase IF-ELSE-01
script "$(testpath)/dummy.subtst"
*Done
#-----------------------
# Testcase WITHIN if
#-----------------------
*If 1
*Testcase IF-ELSE-02
script "$(testpath)/dummy.subtst"
*Done
*Else
*Message SKIPPING: Testcase IF-ELSE-02
*Message REASON: If condition is false
*Fi
#-----------------------------
# Testcase OUTSIDE of if
#-----------------------------
*Testcase IF-ELSE-03
*If 1
script "$(testpath)/dummy.subtst"
*Else
*Message SKIPPING: Testcase IF-ELSE-03
*Message REASON: If condition is false
*Fi
*Done
#-----------------------------------------
# TWO if conditions, one after the other
# Testcase WITHIN second if
#-----------------------------------------
*If 1
*If 1
*Testcase IF-ELSE-04
script "$(testpath)/dummy.subtst"
*Done
*Else
*Message SKIPPING: Testcase IF-ELSE-04
*Message REASON: Nested if condition is false
*Fi
*Else
*Message SKIPPING: Testcase IF-ELSE-04
*Message REASON: First if condition is false
*Fi
#-----------------------------------------
# TWO if conditions, second within ELSE
# Testcase WITHIN second if
#-----------------------------------------
*If 0
*Message SKIPPING: Testcase IF-ELSE-05
*Message REASON: First if condition is true
*Else
*If 1
*Testcase IF-ELSE-05
script "$(testpath)/dummy.subtst"
*Done
*Else
*Message SKIPPING: Testcase IF-ELSE-05
*Message REASON: Nested if condition is false
*Fi
*Fi
#-----------------------------------------
# TWO if conditions, one after the other
# Testcase OUTSIDE of both ifs
#-----------------------------------------
*Testcase IF-ELSE-06
*If 1
*If 1
script "$(testpath)/dummy.subtst"
*Else
*Message SKIPPING: Testcase IF-ELSE-06
*Message REASON: Nested if condition is false
*Fi
*Else
*Message SKIPPING: Testcase IF-ELSE-06
*Message REASON: First if condition is false
*Fi
*Done
#-----------------------------------------
# TWO if conditions, second within ELSE
# Testcase OUTSIDE of both ifs
#-----------------------------------------
*Testcase IF-ELSE-07
*If 0
*Message SKIPPING: Testcase IF-ELSE-07
*Message REASON: First if condition is true
*Else
*If 1
script "$(testpath)/dummy.subtst"
*Else
*Message SKIPPING: Testcase IF-ELSE-07
*Message REASON: Nested if condition is false
*Fi
*Fi
*Done
|
b98e3ed88fe2291b7309a78d6a54fe333b36bddc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3875/CH4/EX4.17/Ex4_17.sce | 65446a8b8d5501b5b880f443a43cd881c677f02f | [] | 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 | Ex4_17.sce | clc;
clear;
f=400 //focal length of lens in cm
myu=1.50 //refractive index
lambda=5460*10^-6 //wavelength in cm
n=5 //fifth bright ring
//calculation
R=(myu-1)*2*f //radius of curvature in cm
D5=sqrt(2*((2*n)-1)*lambda*R)
mprintf("The diameter of the fifth bright ring is = %1.2f cm",D5)
//The answer provided in the textbook is wrong.
|
850255a54117b88a3f94de04ae6b27f2444477eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH7/EX7.21.1/Ex7_21.sce | 7f437fbbb2581946d8d8dc3aa652f54f4557e7f1 | [] | 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 | 284 | sce | Ex7_21.sce | clc
clear
W=50;
S=7;
D=1.25;
N=450;
Mf=4;
CV=43000;
Em=0.7;
Reff=9.81*(D/2);
BP=[2*(22/7)*N*(W-S)*Reff]/(60*1000);
Ebth=(BP*3600)/(Mf*CV);
printf('Ebth= %3.2f Percent',Ebth*100);
printf('\n');
Eith=Ebth/Em;
printf('Eith= %3.2f Percent',Eith*100);
printf('\n');
|
43b49eb744d87c3884a087c3a04cfa3711ad7a0f | 449d555969bfd7befe906877abab098c6e63a0e8 | /51/CH10/EX10.7/10_7.sce | d4149c0fd244a72d14d12af16ad5f15da5eaeb06 | [] | 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 | 420 | sce | 10_7.sce | clc;
clear;
S0=1/500;
n1=0.02;
z1=0.6;//ft
n2=0.015;
n3=0.03;
z2=0.8;//ft
l1=3;//ft
l2=2;//ft
l3=3;//ft
y=z1+z2;//ft
K=1.49;
A1=l1*(z1);//ft^2
A2=l2*(y);//ft^2
A3=l3*(z1);//ft^2
P1=l1+z1;//ft
P2=l2+(2*z2);//ft
P3=l3+z1;//ft
Rh1=A1/P1;//ft
Rh2=A2/P2;//ft
Rh3=A3/P3;//ft
Q=K*(S0^0.5)*((A1*(Rh1^(2/3))/n1)+(A3*(Rh3^(2/3))/n3)+(A2*(Rh2^(2/3))/n2));//(ft^3)/sec
disp("(ft^3)/sec",Q,"The flowrate=")
|
21d54cca79e62bec582a1382a5ed972f4b11ed17 | 5887829f5a0a005033807cf7dc4fb7231eb280ec | /Listing/chapter 4/Listing4119.sce | 514f34a426e498f463cc4e2202ee4ead82ceaa78 | [] | no_license | joaolrneto/learning_scilab | 78ecc0019f167b57bc35647c4ac785ece01e443e | 9624c9a6736860a8a836b0f801256b6224756585 | refs/heads/main | 2023-03-17T22:17:51.853368 | 2021-03-15T20:58:34 | 2021-03-15T20:58:34 | 344,478,059 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 120 | sce | Listing4119.sce | clc
clear
clf()
x = [0:0.1:2*%pi]';
plot(x, [sin(x) sin(2*x) sin(3*x)])
legend('sin x','sin 2*x','sin 3*x')
xlabel('x')
|
9ee9319bc8d2ff2557034df098fc144e0ff1b889 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2381/CH10/EX10.10/ex_10.sce | f17aee1372accf25617738bfe4b158f7943f7cd8 | [] | 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 | ex_10.sce | //Example 10 // Frequencies
clc;
clear;
close;
//given data :
l=2;// in m
v=3560;// in m/s
r=0.004;// in m
k=r/2;
v1=%pi*v*k*3.011^2/(8*l^2);
disp(v1,"The frequency,v1(Hz) = ")
v2=%pi*v*k*5^2/(8*l^2);
disp(v2,"The frequency of first overtone,v2(Hz) = ")
v3=%pi*v*k*7^2/(8*l^2);
disp(v3,"The frequency of second overtone,v3(Hz) = ")
|
29d26169bdedc78d2c4b2b30445d63325ff9c47d | 449d555969bfd7befe906877abab098c6e63a0e8 | /557/CH3/EX3.5/5.sce | ac04d5bef7a822c3ce0230d4ab859ce9d98f83e3 | [] | 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 | 717 | sce | 5.sce | clc;funcprot(0);
//Example 3.5
//Initializing the variables
B = 6; // Width of pontoon
L = 12; //Length of pontoon
D = 1.5; //Draught of pontoon
Dmax = 2; //Maximum permissible draught
rhoW = 1000; //Density of fresh water
rhoS = 1025; //Density of sea water
g = 9.81; //Acceleration due to gravity
//Calculations
function[W]=Weight(D)
W = rhoW*g*B*L*D;
endfunction
W = Weight(D); // Weight of pontoon in fresh water = weight of water displaced
Ds = W/(rhoS*g*B*L); //Draught in sea water
L = Weight(Dmax) - Weight(D); // maximum load that can be supported
disp(L/1000,"Load (kN) :",Ds,"Draught in sea (m):",W/1000,"Weight of pontoon (kN): "); |
2bb6f0c819230852310859c06042a3d3560df410 | a73bd5c9d91d909fdeb79ab18269e93a5463bfe9 | /hamming_codes.sce | 4ebbf28a36aa0b9caf4898490630065220a65b72 | [] | no_license | sayalikulk/Digital_communication_project | 0bc81c8715a27cc4ed8e646f5799b4f705d3af17 | 8db94a954f7a7ffa068253a2c28ecc0d2312de24 | refs/heads/master | 2022-07-29T10:47:34.339825 | 2020-05-17T09:17:09 | 2020-05-17T09:17:09 | 264,623,827 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,747 | sce | hamming_codes.sce | clear;
clc;
//ENCODING
k = 4; //message bits length
n = 7; // block length
m = n-k;//Number of parity bits
I = eye(k,k); // identity matrix
disp(I,'identity matrix')
P = [1 1 0;0 1 1 ;1 1 1;1 0 1];// coefficient matrix
disp(P,'coefficient matrix ')
G = [P I]; // generator matrix
disp(G, 'generator matrix G')
H = [eye(k-1,k-1) P'];// parity check matrix
disp(H, 'parity check matrix H')
//message bits
m = [0 0 0 0;0 0 0 1;0 0 1 0;0 0 1 1; 0 1 0 0;0 1 0 1;0 1 1 0;0 1 1 1; 1 0 0 0;1 0 0 1;1 0 1 0;1 0 1 1; 1 1 0 0;1 1 0 1;1 1 1 0;1 1 1 1] ;
C = m*G;
C = modulo(C,2);
disp(C, 'Code words of Hamming code')
weight=[]
for i=1:16
count =0
for j=1:7
if C(i,j)==1 //C is Code Word matrix
count=count+1
end
end
weight=[weight;count]
end
disp(weight,'Hamming weight')
MinHamDist= weight(2)-weight(1)
//Calculation of error detection capability (t)
ErrDet=(MinHamDist -1)/2
disp (ErrDet,'error correction capability - t :' ) //1 for Hamming codes
//Calculation of error correction capability
ErrCorr= (MinHamDist -1)
disp(ErrCorr, "error detection capability") //2 for Hamming codes
// Create recieved code word
ReceivedCodeWordMat=C
R= [ReceivedCodeWordMat(round(16*rand()),:)]
disp(R,'Randomly generated Recieved Code word R')
// Generate error at random bit position
ErrPos=round(8*rand()) //Get random number between 0 to 7
disp(ErrPos,"error position")
if ErrPos==0 then
else
if R(ErrPos)==0 then
R(ErrPos)=1// Invert bit at Erroneous Bit Position
else
R(ErrPos)=0// Invert bit at Erroneous Bit Position
end
end
y=R //Received code word with error
//DECODING
//Error correction
//Find syndrome for finding out the error
syndrome=modulo(y*(H)',2)
//Add the correction factor according to the syndrome achieved
if(syndrome==[0 0 0]) then
q=modulo([0 0 0 0 0 0 0]+y,2)
message=[q(4) q(5) q(6) q(7)]
elseif(syndrome==[1 0 0]) then
q=modulo([1 0 0 0 0 0 0]+y,2)
message=[q(4) q(5) q(6) q(7)]
elseif(syndrome==[0 1 0]) then
q=modulo([0 1 0 0 0 0 0]+y,2)
message=[q(4) q(5) q(6) q(7)]
elseif(syndrome==[0 0 1]) then
q=modulo([0 0 1 0 0 0 0]+y,2)
message=[q(4) q(5) q(6) q(7)]
elseif(syndrome==[1 1 0]) then
q=modulo([0 0 0 1 0 0 0]+y,2)
message=[q(4) q(5) q(6) q(7)]
elseif(syndrome==[0 1 1]) then
q=modulo([0 0 0 0 1 0 0]+y,2)
message=[q(4) q(5) q(6) q(7)]
elseif(syndrome==[1 1 1]) then
q=modulo([0 0 0 0 0 1 0]+y,2)
message=[q(4) q(5) q(6) q(7)]
else
q=modulo([0 0 0 0 0 0 1]+y,2)
message=[q(4) q(5) q(6) q(7)]
end
//Display messages
disp("The syndrome is:")
disp(syndrome)
disp("The corrected sequence is:")
disp(q)
disp("The message decoded is:")
disp(message)
|
4c2630460b4a9cca95486f48955ac3de8525f98a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH30/EX29.9/EX29_9.sce | 4dfe42d513aea6d89054abf0ab259b4d2ed5fc3a | [] | 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,101 | sce | EX29_9.sce | // Grob's Basic Electronics 11e
// Chapter No. 29
// Example No. 29_9
clc; clear;
// Calculate the following: Ie, Vcb, r'e, Av, vout and zin.
// Given data
Rc = 1.5*10^3; // Collector resistance=1.5 kOhms
Re = 1.8*10^3; // Emitter resistance=1.8 kOhms
Rl = 1.5*10^3; // Load resistance=1.5 kOhms
Vcc = 15; // +ve Supply Voltage=15 Volts
Vee = 9; // -ve Supply Voltage=9 Volts
Vbe = 0.7; // Voltage Base-Emitter=0.7 Volts
vin = 25*10^-3; // Input Voltage=25 mVolts(p-p)
Ie = (Vee-Vbe)/Re;
disp (Ie,'The Emmiter current in Amps')
disp ('i.e 4.61 mApms')
Ic = Ie; // Ic =~ Ie
Vcb = Vcc-(Ic*Rc);
disp (Vcb,'The Collector-Base Voltage in Volts')
disp ('Appox 8.09 Volts')
a = 25*10^-3;
re = a/Ie;
disp (re,'The AC emmiter resistance in Ohms')
b = Rc*Rl;
c = Rc+Rl;
rl = b/c;
Av = rl/re;
disp (Av,'The Voltage gain is')
vout = Av*vin;
disp(vout,'The AC output voltage in Volts(p-p)')
disp ('Appox 3.46 Volts(p-p)')
d = Re*re
e = Re+re
Zin = d/e;
disp (Zin,'The Input Impedence in Ohms')
|
a33ff6fdfac92507907103c5fb3061ed052274ab | 449d555969bfd7befe906877abab098c6e63a0e8 | /3813/CH4/EX4.3/Ex4_3.sce | 7a75d8ab12f1cc3df07509b2015eead07a53c5a0 | [] | 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 | 702 | sce | Ex4_3.sce | //Electric Drives:concepts and applications by V.subrahmanyam
//Publisher:Tata McGraw-Hill
//Edition:Second
//Ex4_3
clc;
clear;
P=10000;
V=240;// voltage in V
N=1000;//Speed in rpm
Eff1=0.87;//Efficiency in %
Vs=250;// voltage in V
f=50;//frequency in Hz
Alpha=0.5;//angle
R=0.40;// Resistance in ohm
Fdf=1;//fundamental displacement factor
df=0.9;//distortion factor
pf=0.9;//the power factor
Pi=P/Eff1;
I=Pi/V;
Eb=V-(I*R);
Vi=0.9*Vs;
Eb1=Vi-(I*R);
N1=(Eb1/Eb)*N;
Pi1=V*I*pf*(10)^(-3);
Pi2=(Pi1*N1)/N;
Vc=0.9*Vs*Alpha;
Eb2=Vc-(I*R);
N2=(N*Eb2)/Eb;
P0=((Pi1*N2)/N)*1000;
Pi0=Vc*I;
Eff=(P0/Pi0)*100;
disp(Eff,"Efficiency in % is:")
//Result vary due to roundoff error
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.